summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-17 22:06:19 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-17 22:06:19 (GMT)
commit4ce4e4d5af827805c97d9f0c2a3d2953922f15d0 (patch)
treecdfe46e9772fe9311d96d077f0f94847e4167487 /ChangeLog
parentfc4d1c3bfa9a6e5870ff9cee0cf575bd625d5b68 (diff)
downloadtcl-4ce4e4d5af827805c97d9f0c2a3d2953922f15d0.zip
tcl-4ce4e4d5af827805c97d9f0c2a3d2953922f15d0.tar.gz
tcl-4ce4e4d5af827805c97d9f0c2a3d2953922f15d0.tar.bz2
more changes for bison support
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e5cf0d3..0125012 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
* generic/tclDate.c: Revised tclGetDate.y to use bison instead
* generic/tclGetDate.y: of yacc to build the parser, eliminating
- * unix/Makefile.in: all the complicated hackery involving
- 'sed' postprocessing. Rebuilt the parser.
+ * generic/tclInt.h: all the complicated hackery involving
+ * unix/Makefile.in: 'sed' postprocessing. Rebuilt the parser.
2004-09-14 Kevin B. Kenny <kennykb@acm.org>