summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-31 01:55:48 (GMT)
committerredman <redman>1999-07-31 01:55:48 (GMT)
commit7736a343edbd9a5f2feb71878361bc0f1f81640b (patch)
tree503fb1eb0c7f61b311f589b8de26f9df5ec6a452 /ChangeLog
parent4440b020d403deecad8037fdcbac009f40f8296a (diff)
downloadtcl-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--ChangeLog18
1 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 81bf744..bdf1f53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
-