]> git.saurik.com Git - bison.git/commitdiff
ChangeLog (2006-09-15): add Odd Arild Olsen's role for push.c.
authorJoel E. Denny <jdenny@clemson.edu>
Tue, 19 Jan 2010 16:41:54 +0000 (11:41 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Tue, 19 Jan 2010 16:52:58 +0000 (11:52 -0500)
(cherry picked from commit d6bdb90a2a2ced43828cf6591b3baf513d38285d)

ChangeLog

index 96e0593f7451a0f0caf8357f0d2e6337458e4745..2f4d3d1c59700229e37c05d9fa237cb271352632 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-19  Joel E. Denny  <jdenny@clemson.edu>
+
+       ChangeLog (2006-09-15): add Odd Arild Olsen's role for push.c.
+
 2010-01-15  Joel E. Denny  <jdenny@clemson.edu>
 
        Thank the developer of the initial push parser implementation.
 
 2006-09-15  Bob Rossi  <bob@brasko.net>
 
+       Add support for push parsing.  Based on the original work of
+       Odd Arild Olsen <oao@fibula.no>.
        * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
        * data/c.m4 (YYPUSH): New.
        (b4_push_if): New macro.  Use it instead of #ifdef YYPUSH.
+       * data/push.c: New file.
        * src/getargs.c (push_parser): New var.
        * src/getargs.h (push_parser): New declaration.
        * src/output.c (prepare): Add macro insertion of `push_flag'.