diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-17 19:41:00 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-17 19:41:00 (GMT) |
commit | fc4d1c3bfa9a6e5870ff9cee0cf575bd625d5b68 (patch) | |
tree | 54762a2862c182afdde27a4393fe8bc772b8ef13 /ChangeLog | |
parent | 78d20dd0fad930674c60b4acf7a680392c4e460a (diff) | |
download | tcl-fc4d1c3bfa9a6e5870ff9cee0cf575bd625d5b68.zip tcl-fc4d1c3bfa9a6e5870ff9cee0cf575bd625d5b68.tar.gz tcl-fc4d1c3bfa9a6e5870ff9cee0cf575bd625d5b68.tar.bz2 |
make tclGetDate.y use bison instead of yacc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-09-17 Kevin B.Kenny <kennykb@acm.org> + + * 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. + 2004-09-14 Kevin B. Kenny <kennykb@acm.org> * generic/tclClock.c (ClockOldscanObjCmd): Silenced a compiler |