2007-01-10 |
Joel E. Denny | Ignore YYSTACK_USE_ALLOCA for push parsers since the... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Joel E. Denny | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Joel E. Denny | Clarify last entry a little. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Joel E. Denny | Simplify union and prologue handling, and escape union... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Joel E. Denny | Remove quotes from variables names in %define directive... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Joel E. Denny | * src/parse-gram.y (prologue_declaration): Use MUSCLE_I... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Joel E. Denny | Instead of having skeletons declare all valid %define... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Joel E. Denny | Check for unrecognized %define variables similar to... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Joel E. Denny | Provide warn_at, complain_at, and fatal_at function... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Joel E. Denny | Clean up b4_check_percent_code_qualifiers a little. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Joel E. Denny | Don't use m4_divert since it makes m4_divert_push and... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Joel E. Denny | Consolidate the 4 prologue alternative directives ... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Joel E. Denny | Use the new code_props interface for destructors and... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Joel E. Denny | Use the new code_props interface for rule actions. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Joel E. Denny | Use the new code_props interface in parse-gram.y. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Joel E. Denny | Encapsulate code properties and related functionality... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Joel E. Denny | * etc/.cvsignore: New. |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Joel E. Denny | Add maintainer-push-check to run maintainer-check using... |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Joel E. Denny | * data/push.c (yypush_parse): Set yynew = 1 at the... |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Joel E. Denny | For push mode, convert yyparse from a macro to a functi... |
commit | commitdiff | tree | snapshot |
2006-12-26 |
Joel E. Denny | Update etc/bench.pl. Optimize push mode a little ... |
commit | commitdiff | tree | snapshot |
2006-12-25 |
Joel E. Denny | For push mode, add pull wrappers around yypush_parse. |
commit | commitdiff | tree | snapshot |
2006-12-25 |
Joel E. Denny | Enable push parsers to operate in impure mode. Thus... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Joel E. Denny | Remove some unnecessary differences between the pull... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Joel E. Denny | Fix bug such that the first pushed token's value and... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Joel E. Denny | Rearrange initialization of the parser state variables... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Joel E. Denny | * data/push.c: Add CPP guards around push parser declar... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Joel E. Denny | Encapsulate the push parser state variables into an... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Joel E. Denny | * data/push.c (union yyalloc): Rename yyss, yyvs, and... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Joel E. Denny | * doc/bison.texinfo (Decl Summary): In the %language... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Paul Eggert | Document last checkin a bit better. |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Paul Eggert | * src/getargs.c (skeleton_arg): Last arg is now locatio... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Paul Eggert | * src/symtab.h (struct semantic_type): Remove the tag... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Paul Eggert | * bootstrap: Sync from coreutils. |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Joel E. Denny | Make %push-parser imply %pure-parser. This fixes sever... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Joel E. Denny | * data/push.c (yypstate): Add typedef, and update all... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Joel E. Denny | * data/push.c (yypush_parse): Declare prototype regardl... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Joel E. Denny | * data/push.c (yyparse): Remove the prototype and the... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Joel E. Denny | * data/push.c (yypstate_init): Rename to... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Joel E. Denny | * configure.ac (AC_PREREQ): Require Autoconf 2.61 becau... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Paul Eggert | * TODO: Add pointer to Sylvain Schmitz's work on static... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): When checking if ... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Joel E. Denny | Warn about output files that are generated by the skele... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Paul Eggert | * doc/bison.texinfo: Fix a couple of typos. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Joel E. Denny | * data/push.c: (yypvarsinit, yypvars, struct yypvars... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Joel E. Denny | * data/push.c (yypvarsinit): Change return type from... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Joel E. Denny | * data/push.c (yychar_set, yylval_set, yylloc_set)... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Joel E. Denny | Document Yacc prologue alternatives and default %destru... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Joel E. Denny | Support a file name argument to %defines. Deprecate... |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Joel E. Denny | Don't escape $ in test case titles since Autoconf 2... |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Joel E. Denny | Rename <!> to <>. Discussed starting at |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Joel E. Denny | Don't let %prec take a nonterminal. |
commit | commitdiff | tree | snapshot |
2006-11-12 |
Joel E. Denny | Remove last commit at the request of Paul Eggert. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Joel E. Denny | * src/symlist.h (symbol_list): Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Joel E. Denny | Encapsulate code properties and related functionality... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): Don't miss an exit... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Joel E. Denny | * src/Makefile.am (YACC): Use --warnings=all,error... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Joel E. Denny | Fix memory leaks in scanners generated by at least... |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Joel E. Denny | * src/files.c (tr): Change return type to void. |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Paul Eggert | * bootstrap.conf (excluded_files): Exclude m4/codeset... |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Paul Eggert | Don't let Bison leak memory except when it complains. |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Paul Eggert | * bootstrap (runtime-po/Makevars): Derive from po/Makevars |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Joel E. Denny | Disable unset/unused mid-rule value warnings by default... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Joel E. Denny | Finish implementing --warnings=error, which should... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Joel E. Denny | * src/getargs.c (flags_argmatch): Don't cause segmentat... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Joel E. Denny | * data/push.c, data/yacc.c: Make sure there's a newline... |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Joel E. Denny | Split the default %destructor/%printer into two kinds... |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Joel E. Denny | Don't apply the default %destructor/%printer to an... |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Joel E. Denny | Warn about unset midrule $$ if the corresponding $n... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Joel E. Denny | More improvements to the documentation of the prologue... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Joel E. Denny | * doc/bison.texinfo (Prologue Alternatives): Fix a... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Joel E. Denny | Similar to the recently removed %before-header, add... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Juan Manuel... | djgpp/config.site: Adjust config.sed for the use of... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Juan Manuel... | djgpp/config.sed: Adjust config.sed for the use of... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Juan Manuel... | djgpp/config.bat: config.hin has been moved to lib... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Juan Manuel... | DJGPP specific issues. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Paolo Bonzini | fix previous changelog entry |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Paolo Bonzini | 2006-10-16 Paolo Bonzini <bonzini@gnu.org> |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Paul Eggert | * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS). |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Joel E. Denny | Fix testsuite for ./configure --enable-gcc-warnings: |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Paul Eggert | * bootstrap.conf (gnulib_modules): Add config-h. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Paul Eggert | * bootstrap: Sync from coreutils, as follows: |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Paul Eggert | * configure.ac: Use AC_PROG_CC_STDC; this is more moder... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Paul Eggert | Credit Satya for the graphviz change. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Paul Eggert | * NEWS: The -g and --graph options now output graphs... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Paul Eggert | * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Paul Eggert | * data/push.c (yypushparse, yypvarsinit, yypvars):... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Paul Eggert | Fix missing bracket. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Paul Eggert | * data/push.c (yypushparse): Fix memory leak if yymsg... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Paul Eggert | * THANKS: Add Paolo Bonzini and Bob Rossi. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Paolo Bonzini | 2006-10-08 Paolo Bonzini <bonzini@gnu.org> |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Paul Eggert | Fix test failure reported by Tom Lane in |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Paul Eggert | Fix problems with translating English-language diagnostics. |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Paul Eggert | Merge bootstrap changes from coreutils. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Paul Eggert | * data/push.c (YYPUSH_MORE): Make it an enum instead. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Paul Eggert | * data/push.c (yyresult_get): Remove function. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Paul Eggert | * stamp-h.in: Remove; no longer needed. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Paul Eggert | * src/getargs.c (usage): Rework to use conventions... |
commit | commitdiff | tree | snapshot |
next |