diff options
author | jenglish <jenglish@flightlab.com> | 2005-01-09 19:31:35 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2005-01-09 19:31:35 (GMT) |
commit | 0fd0a940d0f30779874e35c4c7838a11f7aea0a3 (patch) | |
tree | 137434cf38ca7522222e6473339b0a4d701b6a93 /ChangeLog | |
parent | 1710976abe1deba276cdd00851965d411927f959 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |