summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2005-01-09 19:31:35 (GMT)
committerjenglish <jenglish@flightlab.com>2005-01-09 19:31:35 (GMT)
commit0fd0a940d0f30779874e35c4c7838a11f7aea0a3 (patch)
tree137434cf38ca7522222e6473339b0a4d701b6a93 /ChangeLog
parent1710976abe1deba276cdd00851965d411927f959 (diff)
downloadtcl-0fd0a940d0f30779874e35c4c7838a11f7aea0a3.zip
tcl-0fd0a940d0f30779874e35c4c7838a11f7aea0a3.tar.gz
tcl-0fd0a940d0f30779874e35c4c7838a11f7aea0a3.tar.bz2
Remove readdir_r() and related #ifdeffery (see #1095909).
Don't check for HAVE_READDIR_R. Regenerated configure script.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e76a18b..bacf355 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-09 Joe English <jenglish@users.sourceforge.net>
+
+ * unix/tclUnixThrd.c, unix/tclUnixPort.h: Remove readdir_r()
+ and related #ifdeffery (see #1095909).
+ * unix/tcl.m4, unix/tclConfig.h.in: Don't check for HAVE_READDIR_R.
+ * unix/configure: Regenerated.
+
2005-01-06 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* library/http/http.tcl (http::mapReply): Significant performance