summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkjan.nijtmans2012-07-0138-496/+699
|\
| * add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-013-4/+14
| |\
| | * 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 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
| | * | [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-3/+17
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | 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.
| | | * | | 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-283-4/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| |\ \ \ \ \ | | |/ / / /
| | * | | | Simplify tclFileSystem.h. Define structs where used.dgp2012-06-283-64/+66
| | | |_|/ | | |/| |
| * | | | mergejan.nijtmans2012-06-272-4/+4
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | don't print out copying of zlib1.dlljan.nijtmans2012-06-271-1/+1
| | | | |
| * | | | merge-markjan.nijtmans2012-06-260-0/+0
| |\ \ \ \ | | |/ / /
| | * | | merge fixjan.nijtmans2012-06-262-2/+2
| | | | |
| * | | | fix some gcc 64-bit warningsjan.nijtmans2012-06-263-12/+9
| |\ \ \ \ | | |/ / / | | | | | | | | | | quoting improvements eliminate unused variable
| | * | | 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-10/+7
| |\ \ \ \ | | |/ / /
| | * | | 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
| | | | |
| * | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵jan.nijtmans2012-06-265-21/+37
| | | | | | | | | | | | | | | | | | | | dependencies on cygwin-specific dll's)
| * | | | Use EAI_SYSTEM only if it exists.max2012-06-263-8/+11
| | | | |
| * | | | 3024359 Make sure that the per-thread cache of the list of file systemsdgp2012-06-254-38/+72
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | 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.
| | * | | 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.
| | | * | | merge 8.5dgp2012-06-257-12/+198
| | | |\ \ \
| | | * \ \ \ merge 8.5dgp2012-06-222-38/+12
| | | |\ \ \ \
| | | * \ \ \ \ merge 8.5dgp2012-06-221-2/+11
| | | |\ \ \ \ \
| | | * \ \ \ \ \ merge 8.5dgp2012-06-217-159/+71
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | Only record the filesystemEpoch when it actually marks the validity ofdgp2012-06-212-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | something we are caching.
| | | * | | | | | merge 8.5dgp2012-06-209-59/+39
| | | |\ \ \ \ \ \
| | | * | | | | | | Next draft fix. This one appears to solve the problem, at least as demo'ddgp2012-06-181-46/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by the test attached to Tcl Bug 3024359.
| | | * | | | | | | More work in progress.dgp2012-06-131-38/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem with release of the elements of a fileSystemList by one routine while some other (caller) routine is still traversing that list is not dependent on threaded operations. An unthreaded build can still encounter the problem. Revised so that threaded/unthreaded operations are much closer to the same (no direct TCL_THREADS dependency). Also simplified the epoch checking which reduces locking to when it's needed. Still have the problem of returning as valid FilesystemRecords that are pulled from an outdated epoch.
| | | * | | | | | | Convert function calls to macros.dgp2012-06-121-21/+31
| | | | | | | | | |
| | | * | | | | | | First draft patch to fix Bug 3024359. No reliable test yet.dgp2012-06-112-10/+91
| | | | | | | | | |
| * | | | | | | | | minor: changelog formattingdkf2012-06-251-16/+17
| | | | | | | | | |
| * | | | | | | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-253-7/+22
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-253-7/+24
| | | |_|_|_|_|/ / | | |/| | | | | |