diff options
author | ericm <ericm> | 2000-08-07 22:42:31 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-07 22:42:31 (GMT) |
commit | 6010721a7deebd7a9b038b2ae93b4d8bd8f7cb24 (patch) | |
tree | 61d50d1446176d04a1b82fa826f3b9a3afbaa10e /ChangeLog | |
parent | 17cf10d104c7cd7e936cbab403f027b19d3ac265 (diff) | |
download | tcl-6010721a7deebd7a9b038b2ae93b4d8bd8f7cb24.zip tcl-6010721a7deebd7a9b038b2ae93b4d8bd8f7cb24.tar.gz tcl-6010721a7deebd7a9b038b2ae93b4d8bd8f7cb24.tar.bz2 |
* tests/indexObj.test: Added tests using the [testwrongnumargs]
command to test Tcl_WrongNumArgs.
* generic/tclTest.c (TestWrongNumArgsObjCmd): Added test function
for the Tcl_WrongNumArgs function.
* generic/tclIndexObj.c (Tcl_WrongNumArgs): Corrected algorithm to
not insert a space before the message component when objc == 0
[Bug: 6078].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2000-08-07 Eric Melski <ericm@ajubasolutions.com> + + * tests/indexObj.test: Added tests using the [testwrongnumargs] + command to test Tcl_WrongNumArgs. + + * generic/tclTest.c (TestWrongNumArgsObjCmd): Added test function + for the Tcl_WrongNumArgs function. + + * generic/tclIndexObj.c (Tcl_WrongNumArgs): Corrected algorithm to + not insert a space before the message component when objc == 0 + [Bug: 6078]. + 2000-07-27 Mo DeJong <mdejong@redhat.com> * win/configure.in: TCL_STUB_LIB_FLAG should not |