diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 --- |