summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordas <das>2007-04-23 20:35:55 (GMT)
committerdas <das>2007-04-23 20:35:55 (GMT)
commitc93886c791c9d180c4e5fe39020495c2220bc3e6 (patch)
tree2f952ac8a6f3a4fa8111ba107482dc69f22c830a /changes
parentb2d416baafa945b216378335885f99238f38966e (diff)
downloadtcl-c93886c791c9d180c4e5fe39020495c2220bc3e6.zip
tcl-c93886c791c9d180c4e5fe39020495c2220bc3e6.tar.gz
tcl-c93886c791c9d180c4e5fe39020495c2220bc3e6.tar.bz2
* unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open()
* unix/tclUnixInit.c: without FTS_NOSTAT on 64bit Darwin 8 or earlier.
Diffstat (limited to 'changes')
-rw-r--r--changes8
1 files changed, 5 insertions, 3 deletions
diff --git a/changes b/changes
index 70c7b08..c1e076d 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.113 2007/04/22 07:04:07 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.114 2007/04/23 20:35:55 das Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6893,9 +6893,9 @@ Tcl_TakeBignumFromObj.
2007-01-11 (configure change) Remove "-Wconversion" from default CFLAGS.
-2007-01-25 (configure change) ensre CPPFLAGS env var is used when set.
+2007-01-25 (configure change) Ensure CPPFLAGS env var is used when set.
-2007-02-19 (configure change) use SHLIB_SUFFIX=".so" on HP-UX IA64 (was
+2007-02-19 (configure change) Use SHLIB_SUFFIX=".so" on HP-UX IA64 (was
".sl").
2007-02-20 (bug fix)[1479814] Handle Windows NT \\?\... extended paths.
@@ -6915,4 +6915,6 @@ upvar and namespace upvar.
2007-04-20 (enhancement) Documented Tcl_SetNotifier and Tcl_ServiceModeHook.
+2007-04-23 (bug fix) Workaround crashing bug in fts_open() on 64bit Darawin.
+
--- Released 8.5a6, April 25, 2007 --- See ChangeLog for details ---