2007-02-27 |
Paolo Bonzini | 2007-02-27 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw |
2007-02-24 |
Joel E. Denny | Use YYFPRINTF instead of fprintf where appropriate... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Joel E. Denny | * bootstrap: Remove occurrences of .#bootmp from lib... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Juan Manuel Guerrero | * DJGPP specific adjustments concerning the use of... |
blob | commitdiff | raw | diff to current |
2007-02-12 |
Paul Eggert | Undo my 2007-02-07 change, switching back to the c... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Joel E. Denny | Enable the Java related testsuite tests when the only... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Joel E. Denny | * data/Makefile.am: Update copyright date. |
blob | commitdiff | raw | diff to current |
2007-02-10 |
Joel E. Denny | As in semantic actions, make @$ in %initial-action... |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Paul Eggert | Undo most of the 2007-02-03 change, switching to the... |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Paolo Bonzini | 2007-02-07 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Paul Eggert | * .cvsignore: Add javacomp.sh, javaexec.sh. Is this... |
blob | commitdiff | raw | diff to current |
2007-02-01 |
Joel E. Denny | * doc/bison.texinfo (Decl Summary): Correct typo. |
blob | commitdiff | raw | diff to current |
2007-01-30 |
Paolo Bonzini | 2007-01-30 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Paolo Bonzini | 2007-01-29 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2007-01-28 |
Joel E. Denny | Clean up. |
blob | commitdiff | raw | diff to current |
2007-01-27 |
Joel E. Denny | * ChangeLog: For changes in doc/bison.texinfo, consiste... |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Paul Eggert | Adjust to recent gnulib changes. |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Paolo Bonzini | 2007-01-23 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Joel E. Denny | Back out previous patch. |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Joel E. Denny | Implement @gettext<...@> directive to call gettext... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Joel E. Denny | Implement support for relative and absolute skeleton... |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Paolo Bonzini | 2007-01-17 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Akim Demaille | * doc/bison.texinfo (Calc++ Parser): Don't try to alias |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Joel E. Denny | * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel... |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Akim Demaille | * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse... |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Akim Demaille | * data/lalr1.cc (yy_reduce_print_): Add a missing end... |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Joel E. Denny | Clean up %define and %code implementation in M4 some... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Juan Manuel Guerrero | * djgpp/config.site: Set ac_cv_path_mkdir to a sane... |
blob | commitdiff | raw | diff to current |
2007-01-10 |
Joel E. Denny | * tests/glr-regression.at: Use AT_PARSER_CHECK rather... |
blob | commitdiff | raw | diff to current |
2007-01-10 |
Joel E. Denny | * tests/local.at (AT_PARSER_CHECK): Add a PRE argument... |
blob | commitdiff | raw | diff to current |
2007-01-10 |
Joel E. Denny | Ignore YYSTACK_USE_ALLOCA for push parsers since the... |
blob | commitdiff | raw | diff to current |
2007-01-09 |
Joel E. Denny | Clarify last entry a little. |
blob | commitdiff | raw | diff to current |
2007-01-09 |
Joel E. Denny | Simplify union and prologue handling, and escape union... |
blob | commitdiff | raw | diff to current |
2007-01-09 |
Joel E. Denny | Remove quotes from variables names in %define directive... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Joel E. Denny | * src/parse-gram.y (prologue_declaration): Use MUSCLE_I... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Joel E. Denny | Instead of having skeletons declare all valid %define... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Joel E. Denny | Check for unrecognized %define variables similar to... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Joel E. Denny | Provide warn_at, complain_at, and fatal_at function... |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Joel E. Denny | Clean up b4_check_percent_code_qualifiers a little. |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Joel E. Denny | Don't use m4_divert since it makes m4_divert_push and... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Joel E. Denny | Consolidate the 4 prologue alternative directives ... |
blob | commitdiff | raw | diff to current |
2007-01-04 |
Joel E. Denny | Use the new code_props interface for destructors and... |
blob | commitdiff | raw | diff to current |
2007-01-04 |
Joel E. Denny | Use the new code_props interface for rule actions. |
blob | commitdiff | raw | diff to current |
2007-01-03 |
Joel E. Denny | Use the new code_props interface in parse-gram.y. |
blob | commitdiff | raw | diff to current |
2007-01-02 |
Joel E. Denny | Encapsulate code properties and related functionality... |
blob | commitdiff | raw | diff to current |
2007-01-02 |
Joel E. Denny | * etc/.cvsignore: New. |
blob | commitdiff | raw | diff to current |
2007-01-02 |
Joel E. Denny | Add maintainer-push-check to run maintainer-check using... |
blob | commitdiff | raw | diff to current |
2007-01-01 |
Joel E. Denny | * data/push.c (yypush_parse): Set yynew = 1 at the... |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Joel E. Denny | For push mode, convert yyparse from a macro to a functi... |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Joel E. Denny | Update etc/bench.pl. Optimize push mode a little ... |
blob | commitdiff | raw | diff to current |
2006-12-25 |
Joel E. Denny | For push mode, add pull wrappers around yypush_parse. |
blob | commitdiff | raw | diff to current |
2006-12-25 |
Joel E. Denny | Enable push parsers to operate in impure mode. Thus... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | Remove some unnecessary differences between the pull... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | Fix bug such that the first pushed token's value and... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | Rearrange initialization of the parser state variables... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | * data/push.c: Add CPP guards around push parser declar... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | Encapsulate the push parser state variables into an... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Joel E. Denny | * data/push.c (union yyalloc): Rename yyss, yyvs, and... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Joel E. Denny | * doc/bison.texinfo (Decl Summary): In the %language... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Paul Eggert | Document last checkin a bit better. |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Paul Eggert | * src/getargs.c (skeleton_arg): Last arg is now locatio... |
blob | commitdiff | raw | diff to current |
2006-12-18 |
Paul Eggert | * src/symtab.h (struct semantic_type): Remove the tag... |
blob | commitdiff | raw | diff to current |
2006-12-18 |
Paul Eggert | * bootstrap: Sync from coreutils. |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Joel E. Denny | Make %push-parser imply %pure-parser. This fixes sever... |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Joel E. Denny | * data/push.c (yypstate): Add typedef, and update all... |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Joel E. Denny | * data/push.c (yypush_parse): Declare prototype regardl... |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Joel E. Denny | * data/push.c (yyparse): Remove the prototype and the... |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Joel E. Denny | * data/push.c (yypstate_init): Rename to... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Joel E. Denny | * configure.ac (AC_PREREQ): Require Autoconf 2.61 becau... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Paul Eggert | * TODO: Add pointer to Sylvain Schmitz's work on static... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): When checking if ... |
blob | commitdiff | raw | diff to current |
2006-12-10 |
Joel E. Denny | Warn about output files that are generated by the skele... |
blob | commitdiff | raw | diff to current |
2006-12-09 |
Paul Eggert | * doc/bison.texinfo: Fix a couple of typos. |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Joel E. Denny | * data/push.c: (yypvarsinit, yypvars, struct yypvars... |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Joel E. Denny | * data/push.c (yypvarsinit): Change return type from... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Joel E. Denny | * data/push.c (yychar_set, yylval_set, yylloc_set)... |
blob | commitdiff | raw | diff to current |
2006-12-05 |
Joel E. Denny | Document Yacc prologue alternatives and default %destru... |
blob | commitdiff | raw | diff to current |
2006-12-02 |
Joel E. Denny | Support a file name argument to %defines. Deprecate... |
blob | commitdiff | raw | diff to current |
2006-11-21 |
Joel E. Denny | Don't escape $ in test case titles since Autoconf 2... |
blob | commitdiff | raw | diff to current |
2006-11-21 |
Joel E. Denny | Rename <!> to <>. Discussed starting at |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Joel E. Denny | Don't let %prec take a nonterminal. |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Joel E. Denny | Remove last commit at the request of Paul Eggert. |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Joel E. Denny | Encapsulate code properties and related functionality... |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): Don't miss an exit... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Joel E. Denny | * src/Makefile.am (YACC): Use --warnings=all,error... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Joel E. Denny | Fix memory leaks in scanners generated by at least... |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Joel E. Denny | * src/files.c (tr): Change return type to void. |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Paul Eggert | * bootstrap.conf (excluded_files): Exclude m4/codeset... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Paul Eggert | Don't let Bison leak memory except when it complains. |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Paul Eggert | * bootstrap (runtime-po/Makevars): Derive from po/Makevars |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Joel E. Denny | Disable unset/unused mid-rule value warnings by default... |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Joel E. Denny | Finish implementing --warnings=error, which should... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Joel E. Denny | * src/getargs.c (flags_argmatch): Don't cause segmentat... |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Joel E. Denny | * data/push.c, data/yacc.c: Make sure there's a newline... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Joel E. Denny | Split the default %destructor/%printer into two kinds... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Joel E. Denny | Don't apply the default %destructor/%printer to an... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Joel E. Denny | Warn about unset midrule $$ if the corresponding $n... |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Joel E. Denny | More improvements to the documentation of the prologue... |
blob | commitdiff | raw | diff to current |
2006-10-16 |
Joel E. Denny | Similar to the recently removed %before-header, add... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Juan Manuel Guerrero | DJGPP specific issues. |
blob | commitdiff | raw | diff to current |
next |