summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-07-08 01:06:05 (GMT)
committerhobbs <hobbs>2005-07-08 01:06:05 (GMT)
commitc7cbce40a31cd045bd4d15ebf401f13f6172ab2b (patch)
treeef6cbd99c219ed45f554068074278d1882b2ee1a /ChangeLog
parentb70197afbdb6e71461ae861830db8f544fc47505 (diff)
downloadtcl-c7cbce40a31cd045bd4d15ebf401f13f6172ab2b.zip
tcl-c7cbce40a31cd045bd4d15ebf401f13f6172ab2b.tar.gz
tcl-c7cbce40a31cd045bd4d15ebf401f13f6172ab2b.tar.bz2
* unix/tcl.m4, unix/configure: Backported [Bug 1095909], removing
* unix/tclUnixPort.h: any use of readdir_r as it is not * unix/tclUnixThrd.c: necessary and just confuses things.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a8c435e..1de88f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,20 @@
+2005-07-07 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removing
+ * unix/tclUnixPort.h: any use of readdir_r as it is not
+ * unix/tclUnixThrd.c: necessary and just confuses things.
+
2005-07-05 Don Porter <dgp@users.sourceforge.net>
- * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)
- * generic/tclEncoding.c that permits longer lifetimes of the
- * generic/tclInt.h Tcl_Encoding values kept as intreps of
+ * generic/tclCmdAH.c: New "encoding" Tcl_ObjType (not registered)
+ * generic/tclEncoding.c: that permits longer lifetimes of the
+ * generic/tclInt.h: Tcl_Encoding values kept as intreps of
Tcl_Obj's. Reduces the need for repeated reading of encoding
definition files from the filesystem. [Bug 1077262]
- * generic/tclNamesp.c: Allow for [namespace import] of a command
- * tests/namespace.test: over a previous [namespace import] of itself
- without throwing an error. [RFE 1230597]
+ * generic/tclNamesp.c: Allow for [namespace import] of a command
+ * tests/namespace.test: over a previous [namespace import] of itself
+ without throwing an error. [RFE 1230597]
2005-07-01 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>