summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Don't use m4_divert since it makes m4_divert_push and m4_divert_popJoel E. Denny2007-01-061-0/+62
* Consolidate the 4 prologue alternative directives (%code, %requires,Joel E. Denny2007-01-051-0/+39
* Use the new code_props interface for destructors and printers.Joel E. Denny2007-01-041-2/+42
* Use the new code_props interface for rule actions.Joel E. Denny2007-01-041-0/+13
* Use the new code_props interface in parse-gram.y.Joel E. Denny2007-01-031-0/+20
* Encapsulate code properties and related functionality for the variousJoel E. Denny2007-01-021-0/+47
* * etc/.cvsignore: New.Joel E. Denny2007-01-021-0/+4
* Add maintainer-push-check to run maintainer-check using push parsing inJoel E. Denny2007-01-021-0/+16
* * data/push.c (yypush_parse): Set yynew = 1 at the end of a parseJoel E. Denny2007-01-011-0/+24
* For push mode, convert yyparse from a macro to a function, invoke yylexJoel E. Denny2006-12-311-0/+40
* Update etc/bench.pl. Optimize push mode a little (the yyn changeJoel E. Denny2006-12-261-0/+25
* For push mode, add pull wrappers around yypush_parse.Joel E. Denny2006-12-251-0/+13
* Enable push parsers to operate in impure mode. Thus, %push-parser noJoel E. Denny2006-12-251-0/+26
* Remove some unnecessary differences between the pull parser code andJoel E. Denny2006-12-201-0/+14
* Fix bug such that the first pushed token's value and location areJoel E. Denny2006-12-201-0/+15
* Rearrange initialization of the parser state variables so that theJoel E. Denny2006-12-201-0/+26
* * data/push.c: Add CPP guards around push parser declarations in bothJoel E. Denny2006-12-201-0/+9
* Encapsulate the push parser state variables into an M4 macro so theJoel E. Denny2006-12-201-0/+30
* * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields toJoel E. Denny2006-12-191-0/+9
* * doc/bison.texinfo (Decl Summary): In the %language entry, mentionJoel E. Denny2006-12-191-0/+22
* Document last checkin a bit better.Paul Eggert2006-12-191-0/+5
* * src/getargs.c (skeleton_arg): Last arg is now location const *.Paul Eggert2006-12-191-0/+49
* * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',Paul Eggert2006-12-181-0/+4
* * bootstrap: Sync from coreutils.Paul Eggert2006-12-181-0/+8
* Make %push-parser imply %pure-parser. This fixes several bugs; seeJoel E. Denny2006-12-171-0/+13
* * data/push.c (yypstate): Add typedef, and update all uses ofJoel E. Denny2006-12-151-0/+7
* * data/push.c (yypush_parse): Declare prototype regardless ofJoel E. Denny2006-12-151-0/+5
* * data/push.c (yyparse): Remove the prototype and the #define when inJoel E. Denny2006-12-141-0/+5
* * data/push.c (yypstate_init): Rename to...Joel E. Denny2006-12-141-0/+9
* * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of ourJoel E. Denny2006-12-131-0/+5
* * TODO: Add pointer to Sylvain Schmitz's work on static detectionPaul Eggert2006-12-131-0/+5
* * tests/testsuite.at (AT_CHECK): When checking if $1 starts withJoel E. Denny2006-12-121-0/+42
* Warn about output files that are generated by the skeletons and thatJoel E. Denny2006-12-101-0/+17
* * doc/bison.texinfo: Fix a couple of typos.Paul Eggert2006-12-091-1/+5
* * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):Joel E. Denny2006-12-081-0/+12
* * data/push.c (yypvarsinit): Change return type from void* to structJoel E. Denny2006-12-081-0/+9
* * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.Joel E. Denny2006-12-071-0/+20
* Document Yacc prologue alternatives and default %destructor's andJoel E. Denny2006-12-051-0/+12
* Support a file name argument to %defines. Deprecate `=' inJoel E. Denny2006-12-021-0/+22
* Don't escape $ in test case titles since Autoconf 2.61 now does thatJoel E. Denny2006-11-211-0/+9
* Rename <!> to <>. Discussed starting atJoel E. Denny2006-11-211-1/+21
* Don't let %prec take a nonterminal.Joel E. Denny2006-11-171-0/+8
* Remove last commit at the request of Paul Eggert.Joel E. Denny2006-11-121-76/+0
* Encapsulate code properties and related functionality for the variousJoel E. Denny2006-11-111-0/+76
* * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 becauseJoel E. Denny2006-11-111-0/+2
* * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's ownJoel E. Denny2006-11-101-0/+6
* Fix memory leaks in scanners generated by at least Flex 2.5.9 andJoel E. Denny2006-11-101-0/+14
* * src/files.c (tr): Change return type to void.Joel E. Denny2006-11-091-0/+12
* * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoingPaul Eggert2006-11-081-0/+8
* Don't let Bison leak memory except when it complains.Paul Eggert2006-11-081-0/+53