summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-11-09 00:53:05 (GMT)
committerhobbs <hobbs>2005-11-09 00:53:05 (GMT)
commit198c3c32b977b8c0f383c6951d63edfa8c0b6ac8 (patch)
treea9b46b453a3f69c1af1d541332cc2d3a029289e7 /ChangeLog
parente7ec6bc405c6249174bd55f84b73d1bd6becd185 (diff)
downloadtcl-198c3c32b977b8c0f383c6951d63edfa8c0b6ac8.zip
tcl-198c3c32b977b8c0f383c6951d63edfa8c0b6ac8.tar.gz
tcl-198c3c32b977b8c0f383c6951d63edfa8c0b6ac8.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 037abfd..210ce5a 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-08 Don Porter <dgp@users.sourceforge.net>
* tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368]