summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use backslash and braces in regexpjan.nijtmans2012-07-231-1/+1
|
* Bug #3547593: fcmd test failures on Windows 7 WOW64jan.nijtmans2012-07-231-49/+9
|
* merge-markjan.nijtmans2012-07-200-0/+0
|\
| * backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmdjan.nijtmans2012-07-201-5/+28
| |
* | Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, ↵jan.nijtmans2012-07-201-9/+37
|\ \ | |/ | | | | Darwin or Cygwin
| * Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, ↵jan.nijtmans2012-07-201-8/+36
| | | | | | | | Darwin or Cygwin
* | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-202-0/+10
| |
* | autoconf-2.59jan.nijtmans2012-07-191-4/+4
| |
* | [Bug 3544685]: Missing mutex-lock in TestasyncCmd since 2011-08-19. ↵ferrieux2012-07-192-0/+9
| | | | | | | | Unbounded gratitude to Stuart Cassoff for spotting it.
* | 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
| |
* | 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-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
| |
* | Update changes, repair ChangeLogdgp2012-07-102-52/+127
| |
* | * 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
|\ \ \ | |/ /