diff options
author | hobbs <hobbs> | 2001-08-25 00:08:46 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-08-25 00:08:46 (GMT) |
commit | 7e9026564a47cb082b994611f37bb2ffdd092288 (patch) | |
tree | 6103931277f3ee2c92476c4d1342bfbac77fc72e /ChangeLog | |
parent | 94828be6566ab66759502d691b58a356d6250475 (diff) | |
download | tcl-7e9026564a47cb082b994611f37bb2ffdd092288.zip tcl-7e9026564a47cb082b994611f37bb2ffdd092288.tar.gz tcl-7e9026564a47cb082b994611f37bb2ffdd092288.tar.bz2 |
* tests/stringComp.test: added string-1.3
* generic/tclCompCmds.c (TclCompileStringCmd): changed to return
TCL_OUT_LINE_COMPILE instead of TCL_ERROR when compiling and an
unknown string method is called. This is necessary as the string
command may be never called, or not until 'string' is redefined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-08-24 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/stringComp.test: added string-1.3 + * generic/tclCompCmds.c (TclCompileStringCmd): changed to return + TCL_OUT_LINE_COMPILE instead of TCL_ERROR when compiling and an + unknown string method is called. This is necessary as the string + command may be never called, or not until 'string' is redefined. + 2001-08-24 Vince Darley <vincentdarley@users.sourceforge.net> * doc/glob.n: documented windows-style path issue with glob. |