diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-03-12 16:26:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-03-12 16:26:26 (GMT) |
commit | 9a2dce2fe1de8870e0fcbe8a8693b762065a336c (patch) | |
tree | 2549f670eb549ff84c0a2917f23e9b9c95882628 /ChangeLog | |
parent | 384187c3bfb2e3ac223dfbc2049076d0e336797a (diff) | |
download | tcl-9a2dce2fe1de8870e0fcbe8a8693b762065a336c.zip tcl-9a2dce2fe1de8870e0fcbe8a8693b762065a336c.tar.gz tcl-9a2dce2fe1de8870e0fcbe8a8693b762065a336c.tar.bz2 |
Fix [Bug 1679072]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2007-03-12 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix problems with declaration + positioning and memory leaks. [Bug 1679072] + 2007-03-11 Donal K. Fellows <dkf@users.sf.net> * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Ensure that a list is @@ -50,10 +55,10 @@ (restoring missing Mexican time zones). Added rudimentary handling of version-2 'zoneinfo' files. Update US DST rules so that zones such as 'EST5EDT' get the correct transition dates. - * tests/clock.test: Added rudimentary test cases for 'zoneinfo' + * tests/clock.test: Added rudimentary test cases for 'zoneinfo' parsing. Adjusted several tests that depended on obsolete US DST transition rules. - + 2007-03-07 Daniel Steffen <das@users.sourceforge.net> * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. @@ -94,7 +99,7 @@ * library/tzdata/Europe/Istanbul: * library/tzdata/Pacific/Easter: Olson's tzdata2007c. - + 2007-03-05 Andreas Kupries <andreask@activestate.com> * library/platform/shell.tcl (::platform::shell::RUN): In the case of |