summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.5core_8_5_12core_8_5_12_rcdgp2012-07-252-9/+14
|\
| * update changesdgp2012-07-251-1/+5
| |
| * 3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert.dgp2012-07-251-5/+8
| |\
| | * 3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert.dgp2012-07-251-5/+8
| | |\
| | | * :q!dgp2012-07-251-5/+8
| | |/
* | | merge 8.5dgp2012-07-251-0/+2
|\ \ \ | |/ /
| * | merge markdgp2012-07-240-0/+0
| |\ \ | | |/
| | * Preserve the chanPtr so that script evaluation cannot invalidate it whendgp2012-07-241-0/+2
| | | | | | | | | we plan to use it again.
| * | Preserve the chanPtr so that script evaluation cannot invalidate it whendgp2012-07-241-0/+2
| | | | | | | | | we plan to use it again.
* | | merge 8.5dgp2012-07-248-68/+76
|\ \ \ | |/ /
| * | 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
| | |
* | | 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