2007-11-04 |
Akim Demaille | Complete --help. |
tree | commitdiff |
2007-10-29 |
Joel E. Denny | Deprecate %pure-parser and add `%define api.pure'.... |
tree | commitdiff |
2007-10-28 |
Joel E. Denny | For the XML output's terminal element, rename @number... |
tree | commitdiff |
2007-10-21 |
Joel E. Denny | * data/xslt/xml2dot.xsl (xsl:template match="automaton... |
tree | commitdiff |
2007-10-19 |
Joel E. Denny | Add %define lr.keep_unreachable_states. |
tree | commitdiff |
2007-10-17 |
Wojciech Polak | src/print-xml.c (print_grammar): Renamed <terminal... |
tree | commitdiff |
2007-10-17 |
Joel E. Denny | * doc/bison.texinfo (Bison Options): Add entry for... |
tree | commitdiff |
2007-10-11 |
Wojciech Polak | (print_core): Remove item set redundancy. |
tree | commitdiff |
2007-10-09 |
Joel E. Denny | * src/getargs.c (version): Update copyright year. |
tree | commitdiff |
2007-10-09 |
Joel E. Denny | Make xml2dot.xsl and --graph produce the same output. |
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-10-05 |
Joel E. Denny | Implement --print-datadir. |
tree | commitdiff |
2007-09-29 |
Joel E. Denny | * src/print-xml.c (escape_bufs): New static global... |
tree | commitdiff |
2007-09-25 |
Joel E. Denny | Replace `%push-parser' and `%push-pull-parser' with |
tree | commitdiff |
2007-09-24 |
Paul Eggert | * src/conflicts.c (log_resolution): Fix indenting bugs... |
tree | commitdiff |
2007-09-24 |
Joel E. Denny | Pacify ./configure --enable-gcc-warnings. |
tree | commitdiff |
2007-09-21 |
Paul Eggert | * src/gram.c (rule_rhs_print_xml): Now static, since... |
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-07-29 |
Joel E. Denny | * src/muscle_tab.c (muscle_percent_define_flag_if)... |
tree | commitdiff |
2007-07-17 |
Joel E. Denny | Improve handling of multiple S/R conflicts in the same... |
tree | commitdiff |
2007-07-10 |
Joel E. Denny | * LR0.c (new_itemsets): Fix wording in comments: say... |
tree | commitdiff |
2007-05-29 |
Joel E. Denny | Improve some comments in parser table construction. |
tree | commitdiff |
2007-05-29 |
Joel E. Denny | * src/muscle_tab.c (muscle_percent_define_invalid_value... |
tree | commitdiff |
2007-05-28 |
Joel E. Denny | * src/lalr.c (state_lookahead_tokens_count): For code... |
tree | commitdiff |
2007-05-28 |
Joel E. Denny | Don't depend on C99 features. |
tree | commitdiff |
2007-05-26 |
Joel E. Denny | Update copyright date. |
tree | commitdiff |
2007-05-26 |
Joel E. Denny | * src/Makefile.am (yacc): Quote target action commands... |
tree | commitdiff |
2007-05-20 |
Joel E. Denny | Extend the front-end API for %define variables to more... |
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-05-07 |
Joel E. Denny | Minor code cleanup in parser table construction. |
tree | commitdiff |
2007-03-02 |
Joel E. Denny | Miscellaneous %define and %code cleanup. |
tree | commitdiff |
2007-03-01 |
Joel E. Denny | * src/print.c (lookahead_set, state_default_rule):... |
tree | commitdiff |
2007-02-12 |
Paul Eggert | Undo my 2007-02-07 change, switching back to the c... |
tree | commitdiff |
2007-02-11 |
Joel E. Denny | * data/Makefile.am: Update copyright date. |
tree | commitdiff |
2007-02-10 |
Joel E. Denny | As in semantic actions, make @$ in %initial-action... |
tree | commitdiff |
2007-02-07 |
Paul Eggert | Undo most of the 2007-02-03 change, switching to the... |
tree | commitdiff |
2007-02-04 |
Paul Eggert | * .cvsignore: Add javacomp.sh, javaexec.sh. Is this... |
tree | commitdiff |
2007-01-29 |
Paolo Bonzini | 2007-01-29 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2007-01-28 |
Joel E. Denny | * src/scan-skel.l (at_directive_perform): Fix switch... |
tree | commitdiff |
2007-01-28 |
Joel E. Denny | Clean up. |
tree | commitdiff |
2007-01-26 |
Paul Eggert | Adjust to recent gnulib changes. |
tree | commitdiff |
2007-01-23 |
Paolo Bonzini | 2007-01-23 Paolo Bonzini <bonzini@gnu.org> |
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 | Back out previous commit, which was unintended. |
tree | commitdiff |
2007-01-17 |
Joel E. Denny | * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel... |
tree | commitdiff |
2007-01-16 |
Joel E. Denny | Clean up %define and %code implementation in M4 some... |
tree | commitdiff |
2007-01-09 |
Joel E. Denny | Regenerate. |
tree | commitdiff |
2007-01-09 |
Joel E. Denny | Simplify union and prologue handling, and escape union... |
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 | Clean up b4_check_percent_code_qualifiers a little. |
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-04 |
Joel E. Denny | Use the new code_props interface for destructors and... |
tree | commitdiff |
2007-01-04 |
Joel E. Denny | Use the new code_props interface for rule actions. |
tree | commitdiff |
2007-01-03 |
Joel E. Denny | Use the new code_props interface in parse-gram.y. |
tree | commitdiff |
2007-01-02 |
Joel E. Denny | Encapsulate code properties and related functionality... |
tree | commitdiff |
2007-01-02 |
Joel E. Denny | Add maintainer-push-check to run maintainer-check using... |
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 | Enable push parsers to operate in impure mode. Thus... |
tree | commitdiff |
2006-12-19 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-12-19 |
Paul Eggert | * src/getargs.c (skeleton_arg): Last arg is now locatio... |
tree | commitdiff |
2006-12-18 |
Paul Eggert | * src/symtab.h (struct semantic_type): Remove the tag... |
tree | commitdiff |
2006-12-17 |
Joel E. Denny | Make %push-parser imply %pure-parser. This fixes sever... |
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-02 |
Joel E. Denny | Support a file name argument to %defines. Deprecate... |
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-12 |
Joel E. Denny | Remove last commit at the request of Paul Eggert. |
tree | commitdiff |
2006-11-11 |
Joel E. Denny | * src/symlist.h (symbol_list): Fix typos in comments. |
tree | commitdiff |
2006-11-11 |
Joel E. Denny | Encapsulate code properties and related functionality... |
tree | commitdiff |
2006-11-10 |
Joel E. Denny | * src/Makefile.am (YACC): Use --warnings=all,error... |
tree | commitdiff |
2006-11-10 |
Joel E. Denny | Fix memory leaks in scanners generated by at least... |
tree | commitdiff |
2006-11-09 |
Joel E. Denny | * src/files.c (tr): Change return type to void. |
tree | commitdiff |
2006-11-08 |
Paul Eggert | Regenerate. |
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-11-01 |
Joel E. Denny | Finish implementing --warnings=error, which should... |
tree | commitdiff |
2006-10-31 |
Joel E. Denny | * src/getargs.c (flags_argmatch): Don't cause segmentat... |
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-16 |
Joel E. Denny | Similar to the recently removed %before-header, add... |
tree | commitdiff |
2006-10-15 |
Paolo Bonzini | 2006-10-16 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2006-10-12 |
Paul Eggert | * NEWS: The -g and --graph options now output graphs... |
tree | commitdiff |
2006-10-08 |
Paolo Bonzini | 2006-10-08 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2006-09-20 |
Paul Eggert | * src/getargs.c (usage): Rework to use conventions... |
tree | commitdiff |
2006-09-15 |
Paul Eggert | Use some of gnulib's new modules, taken from coreutils. |
tree | commitdiff |
2006-09-15 |
Paul Eggert | Regenerate. |
tree | commitdiff |
next |