diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-28 10:56:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-28 10:56:38 (GMT) |
commit | aff97042289b6c2c5fd35cb8413deca7054ab0a7 (patch) | |
tree | b1eb251e093eb5e8769f566c37b3c2b0dcde6982 /ChangeLog | |
parent | ebe7cfc96d8d03998cc3df2030e3d56733082640 (diff) | |
download | tcl-aff97042289b6c2c5fd35cb8413deca7054ab0a7.zip tcl-aff97042289b6c2c5fd35cb8413deca7054ab0a7.tar.gz tcl-aff97042289b6c2c5fd35cb8413deca7054ab0a7.tar.bz2 |
Use the error messages generated by the variable management code rather than
creating our own in [regexp] and [regsub].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,10 +1,16 @@ +2011-03-28 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCmdMZ.c (Tcl_RegexpObjCmd, Tcl_RegsubObjCmd): Use the + error messages generated by the variable management code rather than + creating our own. + 2011-03-27 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably apparent in tclbench's "LIST lset foreach". Many thanks to twylite for patiently researching the issue and explaining it to me: a missing Tcl_ResetObjResult that causes unwanted sharing of - the current result Tcl_Obj. + the current result Tcl_Obj. 2011-03-26 Donal K. Fellows <dkf@users.sf.net> |