diff options
author | hobbs <hobbs> | 2005-11-09 00:53:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-11-09 00:53:33 (GMT) |
commit | 4b66bd021957ff5e1f10099edd4a41c9f52b448f (patch) | |
tree | d48bce8f38324282c9790691a02620b2eceec0e0 /ChangeLog | |
parent | feb2307f294cedbe38b33babfd6f51f955635855 (diff) | |
download | tcl-4b66bd021957ff5e1f10099edd4a41c9f52b448f.zip tcl-4b66bd021957ff5e1f10099edd4a41c9f52b448f.tar.gz tcl-4b66bd021957ff5e1f10099edd4a41c9f52b448f.tar.bz2 |
* unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130
based on errors seen on OS X 10.3 with lots of links in a dir.
[Bug 1034337 followup]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-11-08 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 + based on errors seen on OS X 10.3 with lots of links in a dir. + [Bug 1034337 followup] + 2005-11-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * unix/Makefile.in (gdb-test): Added a new target to make it easier to |