summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Preserve the chanPtr so that script evaluation cannot invalidate it whendgp2012-07-241-0/+2
|\ | | | | we plan to use it again.
| * 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.
* | | [Bug 3545365]: Never try a bg-flush on a dead channel, just like before ↵ferrieux2012-07-232-1/+9
| | | | | | | | | | | | 2011-08-17.
* | | merge-markjan.nijtmans2012-07-230-0/+0
|\ \ \ | |/ /
| * | use backslash and braces in regexpjan.nijtmans2012-07-231-1/+1
| | |
* | | merge-markjan.nijtmans2012-07-230-0/+0
|\ \ \ | |/ /
| * | 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-13/+13
|\ \ \ | |/ / | | | | | | Darwin or Cygwin
| * | 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/+16
|\ \ \ | |/ /
| * | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-202-0/+10
| | |
* | | autoconf-2.59jan.nijtmans2012-07-191-4/+4
|\ \ \ | |/ /
| * | 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.
| | |
| \ \
*-. \ \ 3544642 Be kind to BSDers day. Purge gmake-ism.dgp2012-07-191-8/+6
|\ \ \ \ | | |/ /
| | * | Remove surplus parensdgp2012-07-191-1/+1
| | | |
* | | | fix bug [3545366]: Win32 link normalization test failuresjan.nijtmans2012-07-191-1/+1
| | | |
* | | | merge-markjan.nijtmans2012-07-190-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | 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-6/+6
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ \ | | | |/ | | |/|
| | * | should be uppercasejan.nijtmans2012-07-171-1/+1
| | | |
* | | | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-173-7/+10
|\ \ \ \ | |/ / /
| * | | [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 3544943]: Version mismatch in rules.vcjan.nijtmans2012-07-171-2/+2
| | | |
* | | | Fix mostly-harmless minor buffer overrun.dkf2012-07-162-2/+8
| | | |
* | | | Make registry 1.3 package dynamically loadable when ::tcl::pkgconfig is ↵jan.nijtmans2012-07-162-2/+7
| | | | | | | | | | | | | | | | available
* | | | dde version: 1.4.0b1jan.nijtmans2012-07-122-3/+3
| | | |
* | | | versions of dde and registry packages in "changes" file not correctjan.nijtmans2012-07-111-2/+2
| | | |
* | | | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵jan.nijtmans2012-07-112-1/+7
|\ \ \ \ | |/ / / | | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA.
| * | | [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 '%'
* | | | Update changes for 8.6b3.dgp2012-07-111-10/+52
| | | |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ merge 8.5dgp2012-07-104-12/+90
|\ \ \ \ \ \ | | | |/ / /
| | | * | | [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.
* | | | Add fix and test for URLs that contain literal IPv6 addresses. [Bug 3531209]max2012-07-083-2/+17
| | | |
* | | | MSVC 6.0 does not have the %I modifierjan.nijtmans2012-07-082-4/+10
|\ \ \ \ | |/ / /
| * | | and don't forget the %jan.nijtmans2012-07-084-7/+7
| | | |