summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Remove surplus parensdgp2012-07-191-1/+1
| | |
* | | fix fCmd-6.19 testcase on win32 (can't read "tmpspace": no such variable)jan.nijtmans2012-07-191-0/+1
| | |
* | | better formatting of "configure --help"jan.nijtmans2012-07-181-4/+4
| | |
| | * Release note tidinessdgp2012-07-172-1/+22
| | |
| | * merge 8.5dgp2012-07-173-58/+232
| | |\ | |_|/ |/| |
* | | should be uppercasejan.nijtmans2012-07-171-1/+1
|\ \ \ | |/ /
| * | should be uppercasejan.nijtmans2012-07-171-1/+1
| | |
* | | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-172-4/+7
|\ \ \ | |/ /
| * | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-172-4/+7
| | |
* | | [Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of thedkf2012-07-162-54/+225
| | | | | | | | | passwd/group access functions.
| | * merge 8.5dgp2012-07-164-7/+17
| | |\ | |_|/ |/| |
* | | merge-markjan.nijtmans2012-07-160-0/+0
|\ \ \
| * | | Make registry 1.3 package (and possibly others) dynamically loadable in Tcl 8.4 jan.nijtmans2012-07-163-22/+50
| |/ / | | | | | | | | | | | | | | | | | | Reverted. No good reason to partially hack 8.5 features into (only one patch release of) 8.4. If you need to support Tcl 8.4, just don't use [tcl::pkgconfig]. If you're set on moving to [tcl::pkgconfig], then that's an 8.5 features and you're choosing to drop 8.4 support.
* | | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵jan.nijtmans2012-07-113-2/+8
| | | | | | | | | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA. Forgot one important '%'
* | | [Bug 3541646] Don't panic on triggerPipe overrunjan.nijtmans2012-07-102-5/+9
| | |
| | * merge 8.5dgp2012-07-102-52/+127
| | |\ | |_|/ |/| |
* | | Update changes, repair ChangeLogdgp2012-07-102-52/+127
| | |
| | * 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.