summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release candidate branch for Tcl 8.5.12.dgp2012-07-1010-15/+18
|
* * win/tclWinSock.c (InitializeHostName): Corrected logic thatdkf2012-07-102-10/+13
| | | | | extracted the name of the computer from the gethostname call so that it would use the name on success, not failure. Also ensured that the buffer size is exactly that recommended by Microsoft.
* and don't forget the %jan.nijtmans2012-07-084-7/+7
|
* add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-086-8/+14
|
* 1189293 Make "<<" binary safe.dgp2012-07-053-5/+12
|\
| * 1189293 Make "<<" binary safe.dgp2012-07-053-5/+12
| |\
| | * 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-022-2/+4
| | | | | | | | | to find end of written data bytes.
* | | protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-6/+15
|\ \ \ | |/ /
| * | protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-6/+15
| |/
* | [Bug 3536888] update: Translate script parameters for msgcatjan.nijtmans2012-07-022-14/+21
|\ \
| * | translate script parameters for msgcatbug_3536888jan.nijtmans2012-06-292-14/+21
| | | | | | | | | update msgcat doc
* | | add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-013-4/+19
|/ /
* | Add tn, ro_MO and ru_MO to msgcatjan.nijtmans2012-06-292-2/+7
|\ \ | |/
| * Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-295-34/+42
| | | | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5
* | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-296-18/+50
|\ \ | | | | | | Bump msgcat version to 1.4.5
| * | suggestions from Haraldjan.nijtmans2012-06-291-11/+6
| | |
| * | merge trunkjan.nijtmans2012-06-2818-123/+343
| |\ \ | | | | | | | | | | | | bug fix: variable $key not found make it work on cygwin as well
| * | | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-225-7/+44
| | | |
* | | | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-292-2/+16
|\ \ \ \ | | |_|/ | |/| | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
| * | | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-292-2/+16
| | | | | | | | | | | | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
* | | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
|\ \ \ \ | |/ / /
| * | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
| | | |
* | | | Simplify tclFileSystem.h. Define structs where used.dgp2012-06-283-64/+66
| |_|/ |/| |
* | | mergejan.nijtmans2012-06-274-6/+6
|\ \ \ | |/ /
| * | fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-275-9/+27
| | | | | | | | | install dde and registry dll for cygwin
* | | merge fixjan.nijtmans2012-06-262-2/+2
| | |
* | | fix some gcc 64-bit warningsjan.nijtmans2012-06-264-17/+14
|\ \ \ | |/ / | | | | | | quoting improvements eliminate unused variable
| * | fix some gcc 64-bit warningsjan.nijtmans2012-06-263-16/+16
| | | | | | | | | quoting improvements
* | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-263-11/+14
|\ \ \ | |/ /
| * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-262-6/+11
| | |
* | | Repair Claim/Disclaim imbalancedgp2012-06-251-0/+1
| | |
* | | 3024359 Make sure that the per-thread cache of the list of file systemsdgp2012-06-254-37/+68
|\ \ \ | | | | | | | | | | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference.
| * \ \ Simplify bug fix so that active claims on the FilesystemRecord list of a threadbug_3024359dgp2012-06-255-61/+42
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent any overwriting of that per-thread cache. This keeps active traversals of the list valid. The possible downside is that this may result in some delay in noticing new epochs and result in somewhat greater likelihood we will cache things in a "path" value that are out of date. Since the system has to deal with out of date cached data anyway, this should have no correctness affects, measured against the status quo. In multi-threaded operation the possibility of caching and/or retrieving outdated information can never be eliminated. Checkin also includes merge of 8.5.
* | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-253-7/+24
| | | |
| * | | merge 8.5dgp2012-06-257-12/+198
| |\ \ \ | |/ / / |/| | |
* | | | [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-253-9/+31
|\ \ \ \
| * | | | Cygwin network pathname supportbug_1536227jan.nijtmans2012-06-222-9/+31
| | |_|/ | |/| |
* | | | some wrong versionsjan.nijtmans2012-06-243-4/+4
| | | |
* | | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-234-1/+165
|\ \ \ \ | | |_|/ | |/| |
| * | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-234-382/+523
| |\ \ \
| | * \ \ first working version of Cygwin notifierbug_3508771jan.nijtmans2012-06-228-61/+63
| | |\ \ \ | | |/ / / | |/| | |
| | * | | first attempt at Cygwin notifier adaptationjan.nijtmans2012-06-131-0/+119
| | | | |
| | | | * merge 8.5dgp2012-06-222-38/+12
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | FilesystemRecord structs no longer need refcounting.dgp2012-06-222-35/+11
| | | | |
| | | | * merge 8.5dgp2012-06-221-2/+11
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Revise the order of memory free, so that bugs that attempt to access freeddgp2012-06-221-2/+11
| |_|/ / |/| | | | | | | memory are more likely to segfault and not remain hidden.
| | | * merge 8.5dgp2012-06-217-159/+71
| | | |\ | |_|_|/ |/| | |
* | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it.dgp2012-06-213-73/+26
| | | | | | | | | | | | Store the Tcl_Filesystem instead, which is what we actually need.
* | | | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-212-6/+6
|\ \ \ \ | |/ / /
| * | | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-4/+4
| | | |