diff options
author | vincentdarley <vincentdarley> | 2002-11-13 22:11:38 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-11-13 22:11:38 (GMT) |
commit | fe149949576c0ce56f3649fe2f2072823ba5e701 (patch) | |
tree | 62ea3a2dde7c791ca96c044c35cefabc0c70f126 /ChangeLog | |
parent | e624eb0ea85f7ae4a82f916dffab6466c5a26d5a (diff) | |
download | tcl-fe149949576c0ce56f3649fe2f2072823ba5e701.zip tcl-fe149949576c0ce56f3649fe2f2072823ba5e701.tar.gz tcl-fe149949576c0ce56f3649fe2f2072823ba5e701.tar.bz2 |
3 small fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2002-11-13 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclCmdMZ.c: + * tests/trace.test: applied patch from Hemang Levana to fix + [Bug #615043] in execution traces with 'return -code error'. + + * generic/tclTestObj.c: + * tests/stringObj.test: added 'knownBug' test for [Bug 635200] + * generic/tclStringObj.c: corrected typos in comments + + * generic/tclFileName.c: + * tests/fileName.test: applied patch for bug reported against + tclvfs concerning handling of Windows serial ports like 'com1', + 'lpt3' by the virtual filesystem code. + + * doc/RegExp.3: clarification of the 'extendMatch' return + values. + 2002-11-11 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclUtil.c (Tcl_Backslash): use TclUtfToUniChar. |