2008-07-27 |
Joel E. Denny | Remove remaining dependence on CVS Id keyword. |
tree | commitdiff |
2008-07-27 |
Joel E. Denny | Fix dependence on computed configure variables. |
tree | commitdiff |
2008-07-20 |
Joel E. Denny | Update copyright dates for recent changes. |
tree | commitdiff |
2008-07-16 |
Joel E. Denny | Fix untranslatable composition of sentences. |
tree | commitdiff |
2008-07-14 |
Joel E. Denny | Add .gitignore everywhere based on .cvsignore. |
tree | commitdiff |
2008-05-07 |
Joel E. Denny | Revert prior patch, by working around autoconf regression. |
tree | commitdiff |
2008-04-22 |
Joel E. Denny | tests/output.at: Update copyright date. |
tree | commitdiff |
2008-04-22 |
Joel E. Denny | Work-around an Autoconf 2.62 AT_SETUP bug that was... |
tree | commitdiff |
2008-04-21 |
Joel E. Denny | Update to the current gnulib CVS repository, and fix... |
tree | commitdiff |
2008-02-20 |
Joel E. Denny | Fix impure push parser compile error reported by Bob... |
tree | commitdiff |
2008-02-17 |
Joel E. Denny | Accept a token number in a %left, %right, or %nonassoc... |
tree | commitdiff |
2007-12-22 |
Joel E. Denny | * tests/local.at (AT_BISON_CHECK_XML): Fix quoting... |
tree | commitdiff |
2007-12-22 |
Joel E. Denny | Automate regression testing of the XML/XSLT implementat... |
tree | commitdiff |
2007-12-15 |
Joel E. Denny | In XML output, remove redundant class attribute on... |
tree | commitdiff |
2007-11-24 |
Joel E. Denny | In the XML output, list useless and unused symbols... |
tree | commitdiff |
2007-11-10 |
Joel E. Denny | * src/gram.c: Remove comments that duplicate comments... |
tree | commitdiff |
2007-10-29 |
Joel E. Denny | Deprecate %pure-parser and add `%define api.pure'.... |
tree | commitdiff |
2007-10-28 |
Joel E. Denny | %define push_pull -> %define api.push_pull. Discussed... |
tree | commitdiff |
2007-10-19 |
Joel E. Denny | Add %define lr.keep_unreachable_states. |
tree | commitdiff |
2007-10-19 |
Joel E. Denny | * NEWS: Add entry for recent .output file lookahead... |
tree | commitdiff |
2007-10-17 |
Joel E. Denny | * doc/bison.texinfo (Bison Options): Add entry for... |
tree | commitdiff |
2007-10-08 |
Joel E. Denny | Improve C++ namespace support. Discussed starting at |
tree | commitdiff |
2007-10-08 |
Joel E. Denny | Add syncline support and location accessor to internal... |
tree | commitdiff |
2007-10-08 |
Joel E. Denny | Fix some error-reporting macro bugs. |
tree | commitdiff |
2007-09-25 |
Joel E. Denny | Replace `%push-parser' and `%push-pull-parser' with |
tree | commitdiff |
2007-08-28 |
Joel E. Denny | Spell "boolean" as "Boolean". Reported by Akim Demaille. |
tree | commitdiff |
2007-08-18 |
Joel E. Denny | In impure push mode, don't allow more than one yypstate... |
tree | commitdiff |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
tree | commitdiff |
2007-08-12 |
Joel E. Denny | Get rid of broken %no-parser, -n, and --no-parser imple... |
tree | commitdiff |
2007-08-11 |
Joel E. Denny | * tests/push.at (Push Parsing: Memory Leak for Early... |
tree | commitdiff |
2007-07-28 |
Joel E. Denny | Fix push parsing memory leak reported by Brandon Lucia at |
tree | commitdiff |
2007-07-17 |
Joel E. Denny | Improve handling of multiple S/R conflicts in the same... |
tree | commitdiff |
2007-07-03 |
Joel E. Denny | Fix C++ test cases after recent Gnulib changes. Discus... |
tree | commitdiff |
2007-05-08 |
Joel E. Denny | * NEWS (2.3a+): Mention yesterday's state-removal change. |
tree | commitdiff |
2007-05-07 |
Joel E. Denny | If conflict resolution makes states unreachable, remove... |
tree | commitdiff |
2007-03-09 |
Paolo Bonzini | 2007-03-07 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2007-03-02 |
Joel E. Denny | Miscellaneous %define and %code cleanup. |
tree | commitdiff |
2007-02-10 |
Joel E. Denny | As in semantic actions, make @$ in %initial-action... |
tree | commitdiff |
2007-02-07 |
Paolo Bonzini | 2007-02-07 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2007-01-30 |
Paolo Bonzini | 2007-01-30 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2007-01-29 |
Paolo Bonzini | 2007-01-29 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2007-01-28 |
Joel E. Denny | Clean up. |
tree | commitdiff |
2007-01-18 |
Joel E. Denny | Back out previous patch. |
tree | commitdiff |
2007-01-18 |
Joel E. Denny | Implement @gettext<...@> directive to call gettext... |
tree | commitdiff |
2007-01-18 |
Joel E. Denny | Implement support for relative and absolute skeleton... |
tree | commitdiff |
2007-01-17 |
Joel E. Denny | * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel... |
tree | commitdiff |
2007-01-10 |
Joel E. Denny | * tests/glr-regression.at: Use AT_PARSER_CHECK rather... |
tree | commitdiff |
2007-01-10 |
Joel E. Denny | * tests/local.at (AT_PARSER_CHECK): Add a PRE argument... |
tree | commitdiff |
2007-01-10 |
Joel E. Denny | Ignore YYSTACK_USE_ALLOCA for push parsers since the... |
tree | commitdiff |
2007-01-09 |
Joel E. Denny | Remove quotes from variables names in %define directive... |
tree | commitdiff |
2007-01-08 |
Joel E. Denny | * src/parse-gram.y (prologue_declaration): Use MUSCLE_I... |
tree | commitdiff |
2007-01-08 |
Joel E. Denny | Instead of having skeletons declare all valid %define... |
tree | commitdiff |
2007-01-07 |
Joel E. Denny | Check for unrecognized %define variables similar to... |
tree | commitdiff |
2007-01-07 |
Joel E. Denny | Provide warn_at, complain_at, and fatal_at function... |
tree | commitdiff |
2007-01-06 |
Joel E. Denny | Don't use m4_divert since it makes m4_divert_push and... |
tree | commitdiff |
2007-01-05 |
Joel E. Denny | Consolidate the 4 prologue alternative directives ... |
tree | commitdiff |
2007-01-02 |
Joel E. Denny | Add maintainer-push-check to run maintainer-check using... |
tree | commitdiff |
2007-01-01 |
Joel E. Denny | * data/push.c (yypush_parse): Set yynew = 1 at the... |
tree | commitdiff |
2006-12-31 |
Joel E. Denny | For push mode, convert yyparse from a macro to a functi... |
tree | commitdiff |
2006-12-25 |
Joel E. Denny | For push mode, add pull wrappers around yypush_parse. |
tree | commitdiff |
2006-12-25 |
Joel E. Denny | Enable push parsers to operate in impure mode. Thus... |
tree | commitdiff |
2006-12-19 |
Paul Eggert | * src/getargs.c (skeleton_arg): Last arg is now locatio... |
tree | commitdiff |
2006-12-15 |
Joel E. Denny | * data/push.c (yypstate): Add typedef, and update all... |
tree | commitdiff |
2006-12-14 |
Joel E. Denny | * data/push.c (yypstate_init): Rename to... |
tree | commitdiff |
2006-12-12 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): When checking if ... |
tree | commitdiff |
2006-12-10 |
Joel E. Denny | Warn about output files that are generated by the skele... |
tree | commitdiff |
2006-12-08 |
Joel E. Denny | * data/push.c: (yypvarsinit, yypvars, struct yypvars... |
tree | commitdiff |
2006-12-07 |
Joel E. Denny | * data/push.c (yychar_set, yylval_set, yylloc_set)... |
tree | commitdiff |
2006-12-02 |
Joel E. Denny | Support a file name argument to %defines. Deprecate... |
tree | commitdiff |
2006-11-21 |
Joel E. Denny | Don't escape $ in test case titles since Autoconf 2... |
tree | commitdiff |
2006-11-21 |
Joel E. Denny | Rename <!> to <>. Discussed starting at |
tree | commitdiff |
2006-11-17 |
Joel E. Denny | Don't let %prec take a nonterminal. |
tree | commitdiff |
2006-11-11 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): Don't miss an exit... |
tree | commitdiff |
2006-11-09 |
Joel E. Denny | * src/files.c (tr): Change return type to void. |
tree | commitdiff |
2006-11-08 |
Paul Eggert | Don't let Bison leak memory except when it complains. |
tree | commitdiff |
2006-11-01 |
Joel E. Denny | Disable unset/unused mid-rule value warnings by default... |
tree | commitdiff |
2006-10-21 |
Joel E. Denny | Split the default %destructor/%printer into two kinds... |
tree | commitdiff |
2006-10-21 |
Joel E. Denny | Don't apply the default %destructor/%printer to an... |
tree | commitdiff |
2006-10-21 |
Joel E. Denny | Warn about unset midrule $$ if the corresponding $n... |
tree | commitdiff |
2006-10-15 |
Paolo Bonzini | 2006-10-16 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2006-10-15 |
Joel E. Denny | Fix testsuite for ./configure --enable-gcc-warnings: |
tree | commitdiff |
2006-10-13 |
Paul Eggert | * bootstrap.conf (gnulib_modules): Add config-h. |
tree | commitdiff |
2006-10-12 |
Paul Eggert | * NEWS: The -g and --graph options now output graphs... |
tree | commitdiff |
2006-10-06 |
Paul Eggert | Fix test failure reported by Tom Lane in |
tree | commitdiff |
2006-09-15 |
Paul Eggert | Use some of gnulib's new modules, taken from coreutils. |
tree | commitdiff |
2006-09-15 |
Paul Eggert | * data/Makefile.am (dist_pkgdata_DATA): Add push.c. |
tree | commitdiff |
2006-09-13 |
Paul Eggert | * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR... |
tree | commitdiff |
2006-09-13 |
Paul Eggert | Remove bogus comments. |
tree | commitdiff |
2006-09-13 |
Paul Eggert | Fix glr.cc and lalr1.cc's use of YYDEBUG so that there... |
tree | commitdiff |
2006-09-11 |
Paul Eggert | * data/glr.c (b4_shared_declarations): Put start-header... |
tree | commitdiff |
2006-09-04 |
Joel E. Denny | Finish implementation of per-type %destructor/%printer... |
tree | commitdiff |
2006-09-04 |
Joel E. Denny | Require default %destructor/%printer to be declared... |
tree | commitdiff |
2006-08-24 |
Joel E. Denny | Whether the default %destructor/%printer applies to... |
tree | commitdiff |
2006-08-21 |
Joel E. Denny | Don't apply the default %destructor or %printer to... |
tree | commitdiff |
2006-08-20 |
Joel E. Denny | Allow %start after the first rule. |
tree | commitdiff |
2006-08-18 |
Joel E. Denny | Redo some of the previous commit: add back the ability... |
tree | commitdiff |
2006-08-18 |
Joel E. Denny | Don't allow an undeclared string literal, but allow... |
tree | commitdiff |
2006-08-14 |
Joel E. Denny | In the grammar scanner, STRING_FINISH unclosed construc... |
tree | commitdiff |
2006-08-14 |
Joel E. Denny | Handle string aliases for character tokens correctly. |
tree | commitdiff |
2006-07-29 |
Joel E. Denny | Enable declaration of default %printer/%destructor... |
tree | commitdiff |
next |