summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-01 15:22:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-01 15:22:54 (GMT)
commit1d77ae594ff85f4e2d248e6b99102d5c9265c8a1 (patch)
treeecb893ca7cef67085701c2fe7a6dbc943b98b934 /ChangeLog
parent356517f22ce69c8aed7a5a9f6792be1065112f75 (diff)
downloadtcl-1d77ae594ff85f4e2d248e6b99102d5c9265c8a1.zip
tcl-1d77ae594ff85f4e2d248e6b99102d5c9265c8a1.tar.gz
tcl-1d77ae594ff85f4e2d248e6b99102d5c9265c8a1.tar.bz2
Fix [Bug 2371623] with a constraint.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 806fb77..ae26270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
+2008-12-01 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/cmdAH.test (cmdAH-32.6): Test was not portable; depended on a
+ C API function not universally available. [Bug 2371623]
+
2008-11-30 Kevin B. Kenny <kennykb@acm.org>
- * library/clock.tcl (format, ParseClockScanFormat): Added a
- [string map] to get rid of namespace delimiters before caching a
- scan or format procedure [Bug 2362156].
- * tests/clock.test (clock-64.[12]): Added test cases for the bug
- that was tickled by a namespace delimiter inside a format string.
-
-
+ * library/clock.tcl (format, ParseClockScanFormat): Added a [string
+ map] to get rid of namespace delimiters before caching a scan or
+ format procedure. [Bug 2362156]
+ * tests/clock.test (clock-64.[12]): Added test cases for the bug that
+ was tickled by a namespace delimiter inside a format string.
+
2008-11-29 Donal K. Fellows <dkf@users.sf.net>
TIP #210 IMPLEMENTATION