diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-10-10 20:27:59 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-10-10 20:27:59 (GMT) |
commit | 23cc8da10b48873d4ffa43732da81094aa5637b8 (patch) | |
tree | 9d47b824e1e73520f9fc52d4f933a69ba4de397d /ChangeLog | |
parent | 0dce4fa5b68010813737f31033012ad6d4cb5bc3 (diff) | |
download | tcl-23cc8da10b48873d4ffa43732da81094aa5637b8.zip tcl-23cc8da10b48873d4ffa43732da81094aa5637b8.tar.gz tcl-23cc8da10b48873d4ffa43732da81094aa5637b8.tar.bz2 |
* generic/tclCompCmds.c: New convenience macro CompileTokens().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-10-10 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCompCmds.c: New convenience macro CompileTokens(). + 2005-10-10 Don Porter <dgp@users.sourceforge.net> * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also @@ -14,7 +18,7 @@ 2005-10-10 Miguel Sofer <msofer@users.sf.net> - * generic/tclExecute.c: fixing errors in last commit. (Two + * generic/tclExecute.c: Fixing errors in last commit. (Two commits, the second removes wrong comment). 2005-10-09 Miguel Sofer <msofer@users.sf.net> @@ -22,7 +26,7 @@ * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclStrToD.c: - * generic/tclStringObj.c: initialise variables to avoid compiler + * generic/tclStringObj.c: Initialise variables to avoid compiler warnings ([Bug 1320818] among others). 2005-10-08 Don Porter <dgp@users.sourceforge.net> |