X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d45708d4184fe4f1f6e5abd0e0bfaa18eff02f61..3c0be4341168b7dfdfba9430db0b74bc71d911c3:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 96e0593f..2f4d3d1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-19 Joel E. Denny + + ChangeLog (2006-09-15): add Odd Arild Olsen's role for push.c. + 2010-01-15 Joel E. Denny Thank the developer of the initial push parser implementation. @@ -4420,9 +4424,12 @@ 2006-09-15 Bob Rossi + Add support for push parsing. Based on the original work of + Odd Arild Olsen . * 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'.