summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-11-09 00:53:33 (GMT)
committerhobbs <hobbs>2005-11-09 00:53:33 (GMT)
commit4b66bd021957ff5e1f10099edd4a41c9f52b448f (patch)
treed48bce8f38324282c9790691a02620b2eceec0e0 /ChangeLog
parentfeb2307f294cedbe38b33babfd6f51f955635855 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24057ab..f838f25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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