summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-11-09 16:52:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-11-09 16:52:25 (GMT)
commitc7f945aac52601074c20727c95a1f548ed743a98 (patch)
treedfefc1722356d87fe272ed914076059ca241b48a /ChangeLog
parent50372ddbf9e9b93ddf9b64cad6b9380d5a542c2d (diff)
downloadtcl-c7f945aac52601074c20727c95a1f548ed743a98.zip
tcl-c7f945aac52601074c20727c95a1f548ed743a98.tar.gz
tcl-c7f945aac52601074c20727c95a1f548ed743a98.tar.bz2
* generic/tclParseExpr.c (removed): Moved all the code of
* generic/tclCompExpr.c: tclParseExpr.c into tclCompExpr.c. * unix/Makefile.in: This sets the stage for expr compiling to * win/Makefile.in: work directly with the full parse tree * win/makefile.bc: structures, and not have to pass through * win/makefile.vc: the information lossy format of an array * win/tcl.dsp: of Tcl_Tokens.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3770c7..d1adace 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-11-09 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclParseExpr.c (removed): Moved all the code of
+ * generic/tclCompExpr.c: tclParseExpr.c into tclCompExpr.c.
+ * unix/Makefile.in: This sets the stage for expr compiling to
+ * win/Makefile.in: work directly with the full parse tree
+ * win/makefile.bc: structures, and not have to pass through
+ * win/makefile.vc: the information lossy format of an array
+ * win/tcl.dsp: of Tcl_Tokens.
+
2006-11-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
TIP#272 IMPLEMENTATION