diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-11 14:13:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-11 14:13:33 (GMT) |
commit | 936a7590ee71857bd3d31be363540e25cf74a346 (patch) | |
tree | e8041b301a592f2008f9f59411a68d336889e1c7 /ChangeLog | |
parent | 07779703b451dce687221a6608d0bef01e3afde0 (diff) | |
download | tcl-936a7590ee71857bd3d31be363540e25cf74a346.zip tcl-936a7590ee71857bd3d31be363540e25cf74a346.tar.gz tcl-936a7590ee71857bd3d31be363540e25cf74a346.tar.bz2 |
Added basic test suite for zlib
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,8 +1,11 @@ +2008-12-11 Donal K. Fellows <dkf@users.sf.net> + + * tests/zlib.test: Start of test suite for zlib command. + 2008-12-11 Jan Nijtmans <nijtmans@users.sf.net> - * library/clock.tcl (ProcessPosixTimeZone): Fallback to - European time zone DST rules, when the timezone is - between 0 and -12 [Bug 2207436]. + * library/clock.tcl (ProcessPosixTimeZone): Fallback to European time + zone DST rules, when the timezone is between 0 and -12. [Bug 2207436] * tests/clock.test (clock-64.[12]): Test cases for [Bug 2207436] 2008-12-11 Donal K. Fellows <dkf@users.sf.net> |