diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-01 15:22:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-01 15:22:54 (GMT) |
commit | 1d77ae594ff85f4e2d248e6b99102d5c9265c8a1 (patch) | |
tree | ecb893ca7cef67085701c2fe7a6dbc943b98b934 /ChangeLog | |
parent | 356517f22ce69c8aed7a5a9f6792be1065112f75 (diff) | |
download | tcl-1d77ae594ff85f4e2d248e6b99102d5c9265c8a1.zip tcl-1d77ae594ff85f4e2d248e6b99102d5c9265c8a1.tar.gz tcl-1d77ae594ff85f4e2d248e6b99102d5c9265c8a1.tar.bz2 |
Fix [Bug 2371623] with a constraint.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -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 |