summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-09-17 22:40:40 (GMT)
committerericm <ericm>2000-09-17 22:40:40 (GMT)
commitbf2b535e3645d67bbadc76481d3aa3c67c395cb0 (patch)
tree60cb56b04f1ab54b6e1a59c6e478a2e17766d532 /ChangeLog
parent9e68d5fcbb5c7e9d1e17dcaacab6688f786bcd10 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 922faa1..b733034 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.