bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: push parser implemenation


From: Bob Rossi
Subject: Re: push parser implemenation
Date: Fri, 15 Sep 2006 09:54:39 -0400
User-agent: Mutt/1.5.11

On Thu, Sep 14, 2006 at 04:39:28PM -0700, Paul Eggert wrote:
> Thanks, I'd like to install that.  Unfortunately Savannah is down
> right now and I gotta run.
> 
> While we're waiting, can you please write ChangeLog entries for those
> changes?  You can see the existing ChangeLog for the style.
> We really should have ChangeLog entries for any change we install,
> even if there isn't documentation yet (which I guess will be the next
> step, both in NEWS and in doc/bison.texinfo).

OK, here is the patch information again. The ChangeLog is in this Email,
since the GDB maintainers usually don't like it when I put it in the
diff. If you want it in the diff, let me know, I'll resend.

Index: ChangeLog
===================================================================
RCS file: /sources/bison/bison/ChangeLog,v
retrieving revision 1.1564
diff -u -r1.1564 ChangeLog
--- ChangeLog   13 Sep 2006 19:42:04 -0000      1.1564
+++ ChangeLog   15 Sep 2006 13:47:02 -0000
@@ -1,3 +1,20 @@
+2006-09-15  Bob Rossi  <address@hidden>
+
+       * data/Makefile.am (dist_pkgdata_DATA): Adjust.
+       (Copyright notice): Update.
+       * data/c.m4 (YYPUSH): New.
+       (b4_push_if): New. Use it instead of #ifdef YYPUSH.
+       * src/getargs.c (push_parser): New definition.
+       * src/getargs.h (push_parser): New declaration.
+       * src/output.c (prepare): Add macro insertion of `push_flag'
+       * src/parse-gram.c, src/parse-gram.h: Autogenerated.
+       * src/parse-gram.y (PERCENT_PUSH_PARSER token): Added.
+       (push-parser prologue_declaration): Added.
+       * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
+       * tests/calc.at (sed command): Add "Return" and "Now" to
+       list of removed lines from the traces observed.
+       (AT_CHECK_CALC_LALR): Added push parser tests.
+
 2006-09-13  Paul Eggert  <address@hidden>
 
        * NEWS: Version 2.3a.

Thanks,
Bob Rossi

Attachment: push.c
Description: Text Data

Attachment: push.diff
Description: Text document

Attachment: bench-yacc.pl
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]