diff options
author | redman <redman> | 1999-07-31 01:55:48 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-31 01:55:48 (GMT) |
commit | 7736a343edbd9a5f2feb71878361bc0f1f81640b (patch) | |
tree | 503fb1eb0c7f61b311f589b8de26f9df5ec6a452 /ChangeLog | |
parent | 4440b020d403deecad8037fdcbac009f40f8296a (diff) | |
download | tcl-7736a343edbd9a5f2feb71878361bc0f1f81640b.zip tcl-7736a343edbd9a5f2feb71878361bc0f1f81640b.tar.gz tcl-7736a343edbd9a5f2feb71878361bc0f1f81640b.tar.bz2 |
* unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5.
Patch from James Dennett. [Bug: 2450]
* tests/info.test: Enable test for tclParse.c change (info
complete).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -9,6 +9,19 @@ * win/tclWinSock.c: Applied small patch to get thread-specific data after initializing the socket driver. + * unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5. + Patch from James Dennett. [Bug: 2450] + + * tests/info.test: Enable test for tclParse.c change (info + complete). + +1999-07-30 <hobbs@scriptics.com> + + * tclIO.c: added fix for Kupries' trf patch [Bug: 2386] + + * tclParse.c: fixed bug in info complete regarding nested square + brackets [Bug: 2382, 2466] + 1999-07-29 <redman@scriptics.com> * win/tclWinChan.c: Allow tcl to open CON and NUL, even for std @@ -1876,8 +1889,3 @@ * tclWin32Dll.c: removed TclpFinalize, cleanup of merges - * tclIO.c: added fix for Kupries' trf patch [Bug: 2386] - - * tclParse.c: fixed bug in info complete regarding nested square - brackets [Bug: 2382, 2466] - |