summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-06-16 10:40:20 (GMT)
committernijtmans <nijtmans>2010-06-16 10:40:20 (GMT)
commit45f681e2ed1d035294167b07f216abb34e2a2928 (patch)
tree8d956ffffd9aeebd08928fa132be16d2f5858f6a /ChangeLog
parent81c023bcb0900a37988a5deb611bc4f4aba68545 (diff)
downloadtcl-45f681e2ed1d035294167b07f216abb34e2a2928.zip
tcl-45f681e2ed1d035294167b07f216abb34e2a2928.tar.gz
tcl-45f681e2ed1d035294167b07f216abb34e2a2928.tar.bz2
[Bug 3016135] traceback using clock format with locale of he_IL
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c48b7d..41f54a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-16 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * tools/loadICU.tcl [Bug 3016135] traceback using clock format with
+ * library/msgs/he.msg locale of he_IL
+
2010-06-09 Andreas Kupries <andreask@activestate.com>
* library/platform/platform.tcl: Added OSX Intel 64bit
@@ -276,7 +281,7 @@
* generic/rege_dfa.c: Fix macro conflict on CYGWIN: don't use
"small".
* generic/tclTest.c: Fix gcc 4.4 warning: ignoring return value of
- * unix/tclUnixPipe.c: ‘write’
+ * unix/tclUnixPipe.c: 'write'
* unix/tclUnixNotify.c:
2010-01-19 Donal K. Fellows <dkf@users.sf.net>