2011-03-06 |
Joel E. Denny | lr.default-reductions: rename "all" value to "full". |
blob | commitdiff | raw |
2011-01-02 |
Joel E. Denny | maint: run "make update-copyright". |
blob | commitdiff | raw | diff to current |
2010-07-24 |
Paul Hilfinger | Allow specification of semantic predicates. |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Paul Eggert | Do not use date ranges in copyright notices. |
blob | commitdiff | raw | diff to current |
2010-04-30 |
Joel E. Denny | Revert 2009-12-30 change for undefined %prec token... |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Joel E. Denny | maint: run "make update-copyright" |
blob | commitdiff | raw | diff to current |
2009-12-31 |
Joel E. Denny | POSIX: complain if %prec's token was not defined. |
blob | commitdiff | raw | diff to current |
2009-12-31 |
Joel E. Denny | POSIX: warn if %prec's token was not defined. |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Joel E. Denny | %define lr.type: make values lowercase IDs. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Joel E. Denny | Make it easier to write deterministic tests. |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Joel E. Denny | Miscellaneous code readability improvements. |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Alex Rozenman | Fix --enable-gcc-warnings problems. |
blob | commitdiff | raw | diff to current |
2009-07-04 |
Alex Rozenman | Style changes and factoring. |
blob | commitdiff | raw | diff to current |
2009-06-27 |
Alex Rozenman | Named symbol references. |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Joel E. Denny | Convert underscores to dashes in some %define variable... |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Joel E. Denny | Set all front-end %define defaults in one place. |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Joel E. Denny | Rename lr.default_reductions to lr.default-reductions. |
blob | commitdiff | raw | diff to current |
2009-04-23 |
Joel E. Denny | Rename "default rule" to "default reduction". |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Joel E. Denny | Finish implementing %define lr.type. |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Joel E. Denny | Implement %define lr.default_rules. |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Akim Demaille | rename muscle_tab.* as muscle-tab.* for consistency. |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-05-28 |
Joel E. Denny | Don't depend on C99 features. |
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-01-09 |
Joel E. Denny | Simplify union and prologue handling, and escape union... |
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 |
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-01 |
Joel E. Denny | Disable unset/unused mid-rule value warnings by default... |
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-16 |
Joel E. Denny | Similar to the recently removed %before-header, add... |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Paul Eggert | Port to GCC 2.95. First two problems reported by Micha... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Joel E. Denny | Require default %destructor/%printer to be declared... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Joel E. Denny | Allow %start after the first rule. |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Joel E. Denny | Redo some of the previous commit: add back the ability... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Joel E. Denny | Don't allow an undeclared string literal, but allow... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Joel E. Denny | Enable declaration of default %printer/%destructor... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Joel E. Denny | Clean up handling of %destructor for the end token... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | * NEWS: Instead of %union, you can define and use your... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Joel E. Denny | Change %merge result type clash warnings to errors... |
blob | commitdiff | raw | diff to current |
2006-07-07 |
Joel E. Denny | In warnings, say "previous declaration" rather than... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Joel E. Denny | Don't miss %merge result type warnings just because... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Joel E. Denny | Fix code formatting. |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Joel E. Denny | Get action warnings (grammar_rule_check) right even... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Joel E. Denny | More cleanup. |
blob | commitdiff | raw | diff to current |
2006-06-25 |
Joel E. Denny | Clean up yesterday's patch. |
blob | commitdiff | raw | diff to current |
2006-06-23 |
Joel E. Denny | Rename %before-definitions to %start-header and %after... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Joel E. Denny | Don't put the pre-prologue in the header file. For... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Akim Demaille | Extract the parsing of user actions from the grammar... |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Akim Demaille | * src/output.h, src/output.c (error_verbose): Move... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Paul Eggert | Fix a longstanding bug uncovered by bro-0.9a9/src/parse... |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Paul Eggert | * src/reader.c (symbol_should_be_used): Renamed from... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Paul Eggert | (check_and_convert_grammar): New function. |
blob | commitdiff | raw | diff to current |
2006-01-21 |
Paul Eggert | Be a bit more systematic about using 'abort'. |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Paul Eggert | Minor fixups to get 'make maintainer-check' to work. |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Paul Eggert | Avoid undefined behavior that accessed just before... |
blob | commitdiff | raw | diff to current |
2006-01-05 |
Akim Demaille | * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rul... |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Akim Demaille | Also warn about non-used mid-rule values. |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Akim Demaille | * src/reader.c (grammar_midrule_action): If $$ is set... |
blob | commitdiff | raw | diff to current |
2005-12-28 |
Paul Eggert | (grammar_rule_check): Rewrite slightly to avoid GCC... |
blob | commitdiff | raw | diff to current |
2005-12-27 |
Paul Eggert | * src/reader.c (grammar_midrule_action, grammar_symbol_... |
blob | commitdiff | raw | diff to current |
2005-12-27 |
Akim Demaille | * src/reader.c (grammar_current_rule_check): Also check... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Akim Demaille | Warn about unused values. |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Paul Eggert | Work around portability problem on Solaris 10: flex... |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Akim Demaille | Akim Demaille <akim@epita.fr> |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Paul Eggert | * NEWS: Version 2.0b. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Paul Eggert | * src/output.c (escaped_output): Renamed from |
blob | commitdiff | raw | diff to current |
2004-12-10 |
Paul Eggert | * src/system.h (CALLOC, MALLOC, REALLOC): Remove. ... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Paul Eggert | Add %default-prec. |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | When reducing initial empty rules, Bison parser read... |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Paul Eggert | Switch from 'int' to 'bool' where that makes sense. |
blob | commitdiff | raw | diff to current |
2003-02-03 |
Paul Eggert | Use more-consistent naming conventions for local vars. |
blob | commitdiff | raw | diff to current |
2002-12-21 |
Paul Eggert | Comment fix. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Paul Eggert | XCALLOC -> CALLOC, XMALLOC -> MALLOC. |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Paul Eggert | Adjust to renamings. |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Paul Eggert | Adjust to new location_t layout. |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Paul Eggert | (grammar_current_rule_check): Warn about |
blob | commitdiff | raw | diff to current |
2002-11-29 |
Paul Eggert | (reader): Remove gram_control; it wasn't being used. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Paul Eggert | (packgram, reader): Use abort rather than assert. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/tables.c (tables_generate): Use free for pointers... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/scan-gram.l, src/reader.h (scanner_last_string_free): |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/struniq.h, src/struniq.c (struniq_t): Is const. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/symtab.c (symbol_free): Remove dead deactivated... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Paul Eggert | (prologue_augment, epilogue_set): |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Akim Demaille | Restore --no-lines. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Akim Demaille | * src/main.c (main): Free `infile'. |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Paul Eggert | (get_merge_function, grammar_current_rule_check): |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Paul Eggert | Don't include quote.h; not needed. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Paul Eggert | (reader): Just return if a complaint has been issued, |
blob | commitdiff | raw | diff to current |
2002-10-22 |
Paul Eggert | Use C99-style bool instead of our own style. |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Akim Demaille | * src/getargs.h (trace_e): Add trace_scan, and trace_parse. |
blob | commitdiff | raw | diff to current |
2002-10-13 |
Paul Eggert | (grammar_current_rule_check): |
blob | commitdiff | raw | diff to current |
2002-10-05 |
Paul Eggert | (reader): SHRT_MAX -> SYMBOL_NUMBER_MAX. |
blob | commitdiff | raw | diff to current |
2002-09-13 |
Akim Demaille | Playing with autoscan. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Akim Demaille | Let --trace have arguments. |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Akim Demaille | Use $accept and $end, as BYacc and BTYacc do, instead... |
blob | commitdiff | raw | diff to current |
next |