diff options
author | dgp <dgp@users.sourceforge.net> | 2003-08-29 17:43:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-08-29 17:43:24 (GMT) |
commit | 4d937a98950f548bd24d312258fd069a0c063041 (patch) | |
tree | 741057c3b5bda83a236207ecf3a28ff0fe54f15a /ChangeLog | |
parent | f13a99eb97ccd3791f0896870344e33eacf3e28c (diff) | |
download | tcl-4d937a98950f548bd24d312258fd069a0c063041.zip tcl-4d937a98950f548bd24d312258fd069a0c063041.tar.gz tcl-4d937a98950f548bd24d312258fd069a0c063041.tar.bz2 |
* generic/tclCmdAH.c: Corrected bug in TIP 90 implementation
* tests/cmdMZ.test: where the default -errorcode NONE value
was not copied into the return options dictionary. This correction
modified one test result.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-08-29 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCmdAH.c: Corrected bug in TIP 90 implementation + * tests/cmdMZ.test: where the default -errorcode NONE value + was not copied into the return options dictionary. This correction + modified one test result. + 2003-08-27 David Gravereaux <davygrvy@pobox.com> * compat/strftime.c (_fmt): Removed syst array intializer that |