diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,9 @@ 2004-03-04 Don Porter <dgp@users.sourceforge.net> - * generic/tclParse.c (InitParse): Factored the common code - for initializing a Tcl_Parse struct into one routine. + * generic/tclInt.h (TclParseInit): Factored the common code + * generic/tclParse.c (TclParseInit): for initializing a Tcl_Parse + * generic/tclParseExpr.c: struct into one routine. 2004-03-04 Pat Thoyts <patthoyts@users.sourceforge.net> |