summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-09-10 17:04:40 (GMT)
committerdas <das>2006-09-10 17:04:40 (GMT)
commite14e8f4fa399e18ca5749dd5484d5080cbac9b1f (patch)
tree14386549e4ac29f29ddb85a1d1e1b03bbcef3ba5 /ChangeLog
parent609385ccb9bbf225a216eca52a988116f59dc44f (diff)
downloadtcl-e14e8f4fa399e18ca5749dd5484d5080cbac9b1f.zip
tcl-e14e8f4fa399e18ca5749dd5484d5080cbac9b1f.tar.gz
tcl-e14e8f4fa399e18ca5749dd5484d5080cbac9b1f.tar.bz2
* library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of
* tests/msgcat.test: default msgcat locale to * unix/tclUnixInit.c (TclpSetVariables): current CFLocale identifier if available (via private ::tcl::mac::locale global, set at interp init when on Mac OS X 10.3 or later with CoreFoundation). * unix/tcl.m4: add caching to new SC_TCL_* macros for MT-safe wrappers. * unix/configure: autoconf-2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e7a4c9..3540566 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-09-10 Daniel Steffen <das@users.sourceforge.net>
+
+ * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of
+ * tests/msgcat.test: default msgcat locale to
+ * unix/tclUnixInit.c (TclpSetVariables): current CFLocale identifier
+ if available (via private ::tcl::mac::locale global, set at interp init
+ when on Mac OS X 10.3 or later with CoreFoundation).
+
+ * unix/tcl.m4: add caching to new SC_TCL_* macros for MT-safe wrappers.
+ * unix/configure: autoconf-2.13
+
2006-09-08 Andreas Kupries <andreask@activestate.com>
* unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString,