summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-03-08 16:34:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-03-08 16:34:22 (GMT)
commit9c04301ef6c66c0166de0a8d94972ac3deacded6 (patch)
tree8d273db47836b31f4418cc8bc53fe7e49cb9ce99 /ChangeLog
parentb82333ed5bcaa724c7eb81ff20f6d96b1f5cc59f (diff)
downloadtcl-9c04301ef6c66c0166de0a8d94972ac3deacded6.zip
tcl-9c04301ef6c66c0166de0a8d94972ac3deacded6.tar.gz
tcl-9c04301ef6c66c0166de0a8d94972ac3deacded6.tar.bz2
* generic/tclParse.c (TclParseInit): Modified TclParseInit so
* generic/tclTest.c ([testexprparser]): that Tcl_Parse initialization conforms to documented promised about what fields will not be modified by what Tcl_Parse* routines. [Bug 910595]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 608c5a8..fa75fdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-08 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclParse.c (TclParseInit): Modified TclParseInit so
+ * generic/tclTest.c ([testexprparser]): that Tcl_Parse initialization
+ conforms to documented promised about what fields will not be
+ modified by what Tcl_Parse* routines. [Bug 910595]
+
2004-03-05 Mo DeJong <mdejong@users.sourceforge.net>
* win/configure: Regen.