]> git.saurik.com Git - bison.git/history - src
Remove Id: from bison.1.
[bison.git] / src /
2007-11-04  Akim DemailleComplete --help.
2007-10-29  Joel E. DennyDeprecate %pure-parser and add `%define api.pure'....
2007-10-28  Joel E. DennyFor the XML output's terminal element, rename @number...
2007-10-21  Joel E. Denny* data/xslt/xml2dot.xsl (xsl:template match="automaton...
2007-10-19  Joel E. DennyAdd %define lr.keep_unreachable_states.
2007-10-17  Wojciech Polaksrc/print-xml.c (print_grammar): Renamed <terminal...
2007-10-17  Joel E. Denny* doc/bison.texinfo (Bison Options): Add entry for...
2007-10-11  Wojciech Polak(print_core): Remove item set redundancy.
2007-10-09  Joel E. Denny* src/getargs.c (version): Update copyright year.
2007-10-09  Joel E. DennyMake xml2dot.xsl and --graph produce the same output.
2007-10-08  Joel E. DennyAdd syncline support and location accessor to internal...
2007-10-08  Joel E. DennyFix some error-reporting macro bugs.
2007-10-05  Joel E. DennyImplement --print-datadir.
2007-09-29  Joel E. Denny* src/print-xml.c (escape_bufs): New static global...
2007-09-25  Joel E. DennyReplace `%push-parser' and `%push-pull-parser' with
2007-09-24  Paul Eggert* src/conflicts.c (log_resolution): Fix indenting bugs...
2007-09-24  Joel E. DennyPacify ./configure --enable-gcc-warnings.
2007-09-21  Paul Eggert* src/gram.c (rule_rhs_print_xml): Now static, since...
2007-08-28  Joel E. DennySpell "boolean" as "Boolean". Reported by Akim Demaille.
2007-08-18  Joel E. DennyIn impure push mode, don't allow more than one yypstate...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-08-12  Joel E. DennyGet rid of broken %no-parser, -n, and --no-parser imple...
2007-07-29  Joel E. Denny* src/muscle_tab.c (muscle_percent_define_flag_if)...
2007-07-17  Joel E. DennyImprove handling of multiple S/R conflicts in the same...
2007-07-10  Joel E. Denny* LR0.c (new_itemsets): Fix wording in comments: say...
2007-05-29  Joel E. DennyImprove some comments in parser table construction.
2007-05-29  Joel E. Denny* src/muscle_tab.c (muscle_percent_define_invalid_value...
2007-05-28  Joel E. Denny* src/lalr.c (state_lookahead_tokens_count): For code...
2007-05-28  Joel E. DennyDon't depend on C99 features.
2007-05-26  Joel E. DennyUpdate copyright date.
2007-05-26  Joel E. Denny* src/Makefile.am (yacc): Quote target action commands...
2007-05-20  Joel E. DennyExtend the front-end API for %define variables to more...
2007-05-08  Joel E. Denny* NEWS (2.3a+): Mention yesterday's state-removal change.
2007-05-07  Joel E. DennyIf conflict resolution makes states unreachable, remove...
2007-05-07  Joel E. DennyMinor code cleanup in parser table construction.
2007-03-02  Joel E. DennyMiscellaneous %define and %code cleanup.
2007-03-01  Joel E. Denny* src/print.c (lookahead_set, state_default_rule):...
2007-02-12  Paul EggertUndo my 2007-02-07 change, switching back to the c...
2007-02-11  Joel E. Denny* data/Makefile.am: Update copyright date.
2007-02-10  Joel E. DennyAs in semantic actions, make @$ in %initial-action...
2007-02-07  Paul EggertUndo most of the 2007-02-03 change, switching to the...
2007-02-04  Paul Eggert* .cvsignore: Add javacomp.sh, javaexec.sh. Is this...
2007-01-29  Paolo Bonzini2007-01-29 Paolo Bonzini <bonzini@gnu.org>
2007-01-28  Joel E. Denny* src/scan-skel.l (at_directive_perform): Fix switch...
2007-01-28  Joel E. DennyClean up.
2007-01-26  Paul EggertAdjust to recent gnulib changes.
2007-01-23  Paolo Bonzini2007-01-23 Paolo Bonzini <bonzini@gnu.org>
2007-01-18  Joel E. DennyBack out previous patch.
2007-01-18  Joel E. DennyImplement @gettext<...@> directive to call gettext...
2007-01-18  Joel E. DennyImplement support for relative and absolute skeleton...
2007-01-17  Joel E. DennyBack out previous commit, which was unintended.
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-16  Joel E. DennyClean up %define and %code implementation in M4 some...
2007-01-09  Joel E. DennyRegenerate.
2007-01-09  Joel E. DennySimplify union and prologue handling, and escape union...
2007-01-09  Joel E. DennyRemove quotes from variables names in %define directive...
2007-01-08  Joel E. Denny* src/parse-gram.y (prologue_declaration): Use MUSCLE_I...
2007-01-08  Joel E. DennyInstead of having skeletons declare all valid %define...
2007-01-07  Joel E. DennyCheck for unrecognized %define variables similar to...
2007-01-07  Joel E. DennyProvide warn_at, complain_at, and fatal_at function...
2007-01-06  Joel E. DennyClean up b4_check_percent_code_qualifiers a little.
2007-01-06  Joel E. DennyDon't use m4_divert since it makes m4_divert_push and...
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2007-01-04  Joel E. DennyUse the new code_props interface for destructors and...
2007-01-04  Joel E. DennyUse the new code_props interface for rule actions.
2007-01-03  Joel E. DennyUse the new code_props interface in parse-gram.y.
2007-01-02  Joel E. DennyEncapsulate code properties and related functionality...
2007-01-02  Joel E. DennyAdd maintainer-push-check to run maintainer-check using...
2006-12-31  Joel E. DennyFor push mode, convert yyparse from a macro to a functi...
2006-12-25  Joel E. DennyEnable push parsers to operate in impure mode. Thus...
2006-12-19  Paul EggertRegenerate.
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-12-18  Paul Eggert* src/symtab.h (struct semantic_type): Remove the tag...
2006-12-17  Joel E. DennyMake %push-parser imply %pure-parser. This fixes sever...
2006-12-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-12-10  Joel E. DennyWarn about output files that are generated by the skele...
2006-12-02  Joel E. DennySupport a file name argument to %defines. Deprecate...
2006-11-21  Joel E. DennyRename <!> to <>. Discussed starting at
2006-11-17  Joel E. DennyDon't let %prec take a nonterminal.
2006-11-12  Joel E. DennyRemove last commit at the request of Paul Eggert.
2006-11-11  Joel E. Denny* src/symlist.h (symbol_list): Fix typos in comments.
2006-11-11  Joel E. DennyEncapsulate code properties and related functionality...
2006-11-10  Joel E. Denny* src/Makefile.am (YACC): Use --warnings=all,error...
2006-11-10  Joel E. DennyFix memory leaks in scanners generated by at least...
2006-11-09  Joel E. Denny* src/files.c (tr): Change return type to void.
2006-11-08  Paul EggertRegenerate.
2006-11-08  Paul EggertDon't let Bison leak memory except when it complains.
2006-11-01  Joel E. DennyDisable unset/unused mid-rule value warnings by default...
2006-11-01  Joel E. DennyFinish implementing --warnings=error, which should...
2006-10-31  Joel E. Denny* src/getargs.c (flags_argmatch): Don't cause segmentat...
2006-10-21  Joel E. DennySplit the default %destructor/%printer into two kinds...
2006-10-21  Joel E. DennyDon't apply the default %destructor/%printer to an...
2006-10-21  Joel E. DennyWarn about unset midrule $$ if the corresponding $n...
2006-10-16  Joel E. DennySimilar to the recently removed %before-header, add...
2006-10-15  Paolo Bonzini2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2006-10-12  Paul Eggert* NEWS: The -g and --graph options now output graphs...
2006-10-08  Paolo Bonzini2006-10-08 Paolo Bonzini <bonzini@gnu.org>
2006-09-20  Paul Eggert* src/getargs.c (usage): Rework to use conventions...
2006-09-15  Paul EggertUse some of gnulib's new modules, taken from coreutils.
2006-09-15  Paul EggertRegenerate.
next