diff options
author | ericm <ericm> | 2000-09-17 22:40:40 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-09-17 22:40:40 (GMT) |
commit | bf2b535e3645d67bbadc76481d3aa3c67c395cb0 (patch) | |
tree | 60cb56b04f1ab54b6e1a59c6e478a2e17766d532 /ChangeLog | |
parent | 9e68d5fcbb5c7e9d1e17dcaacab6688f786bcd10 (diff) | |
download | tcl-bf2b535e3645d67bbadc76481d3aa3c67c395cb0.zip tcl-bf2b535e3645d67bbadc76481d3aa3c67c395cb0.tar.gz tcl-bf2b535e3645d67bbadc76481d3aa3c67c395cb0.tar.bz2 |
* tests/cmdIL.test: Added a test for fix for [Bug: 6212].
* generic/tclCmdIL.c (Tcl_LsortObjCmd): Applied patch from [Bug:
6212], which corrected an error in the handling of the -index option.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-09-17 Eric Melski <ericm@ajubasolutions.com> + + * tests/cmdIL.test: Added a test for fix for [Bug: 6212]. + + * generic/tclCmdIL.c (Tcl_LsortObjCmd): Applied patch from [Bug: + 6212], which corrected an error in the handling of the -index option. + 2000-09-14 Eric Melski <ericm@ajubasolutions.com> * doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc. |