diff options
author | hobbs <hobbs> | 2003-02-19 01:05:27 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-19 01:05:27 (GMT) |
commit | 8f0f9765065901d39650a0f204dda8f4687155f5 (patch) | |
tree | b744ff10b50ebd18053e9a82b43f00beef074bcf /ChangeLog | |
parent | 8b1b828ae2abf9c2992239a94a7eaec9475b0ec0 (diff) | |
download | tcl-8f0f9765065901d39650a0f204dda8f4687155f5.zip tcl-8f0f9765065901d39650a0f204dda8f4687155f5.tar.gz tcl-8f0f9765065901d39650a0f204dda8f4687155f5.tar.bz2 |
* unix/tclUnixThrd.c (TclpReaddir): reduce size of name string in
tsd to NAME_MAX instead of PATH_MAX. [Bug #689100] (waters)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2003-02-18 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclIO.c (HaveVersion): correctly decl static + + * unix/tclUnixThrd.c (TclpReaddir): reduce size of name string in + tsd to NAME_MAX instead of PATH_MAX. [Bug #689100] (waters) + 2003-02-18 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: Regen. @@ -9,7 +16,7 @@ * generic/tclTest.c: cleanup of new 'simplefs' test code, and better documentation. - + 2003-02-17 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (TclRenameCommand): fixing error in previous |