]> git.saurik.com Git - bison.git/history - src
Rely on the state stack to display reduction traces.
[bison.git] / src /
2008-11-09  Di-an JanRemove unused variable.
2008-11-07  Joel E. DennyDon't add a semicolon to actions for %skeleton or ...
2008-11-07  Joel E. DennyClean up %skeleton and %language priority implementation.
2008-11-07  Akim DemaillePass command line location to skeleton_arg and language...
2008-11-07  Akim Demaille-D, --define.
2008-11-07  Akim DemailleInitialize the muscle table before parsing the command...
2008-11-07  Akim DemailleLocations without columns for command line arguments.
2008-11-07  Akim DemailleFix --help.
2008-11-07  Akim DemailleRegen.
2008-11-04  Joel E. DennyFix user actions without a trailing semicolon.
2008-11-04  Akim DemailleFormatting changes.
2008-11-03  Akim DemailleUse variants to support objects as semantic values.
2008-11-02  Joel E. DennySay %language is experimental.
2008-10-30  Joel E. DennyAlways put auxiliary code files in the same dir as...
2008-10-29  Joel E. DennyUpdate copyright year.
2008-10-29  Di-an JanDon't overwrite the input file.
2008-08-26  Joel E. DennyUpdate for recent change to gnulib.
2008-08-15  Eric BlakeRemaining m4sugar merge from autoconf.
2008-07-20  Joel E. DennyUpdate copyright dates for recent changes.
2008-07-18  Joel E. DennyUse git-version-gen for version names between releases.
2008-07-16  Joel E. DennyFix untranslatable composition of sentences.
2008-07-16  Joel E. DennyFix some .gitignore and .cvsignore problems.
2008-07-16  Joel E. DennyImprove forward-compatibility with GNU M4.
2008-07-14  Joel E. DennyAdd .gitignore everywhere based on .cvsignore.
2008-05-28  Joel E. Denny* NEWS (2.3b): Update release date since there has... v2.3b
2008-05-13  Joel E. Denny* data/yacc.c: Reformat m4 a little for readability.
2008-04-21  Joel E. DennyUpdate to the current gnulib CVS repository, and fix...
2008-03-08  Joel E. Denny* NEWS (2.3a+): Mention that -g now takes an argument.
2008-02-28  Akim Demaille* src/getargs.c (short_options): Split and sort for...
2008-02-23  Joel E. Denny* NEWS (2.3a+): Don't say %language is experimental...
2008-02-20  Joel E. Denny* src/parse-gram.c, src/parse-gram.h: Regenerate.
2008-02-17  Joel E. DennyAccept a token number in a %left, %right, or %nonassoc...
2007-12-15  Joel E. DennyIn XML output, remove redundant class attribute on...
2007-12-08  Joel E. Denny* data/xslt/bison.xsl (bison:ruleNumber): Rename to...
2007-12-01  Joel E. DennyDon't let --report affect XML output; always print...
2007-11-24  Joel E. DennyIn the XML output, list useless and unused symbols...
2007-11-18  Joel E. DennyAccept --report-file=FILE to override the default ...
2007-11-14  Akim Demaille* doc/yacc.1.in: New.
2007-11-10  Joel E. Denny* src/gram.c: Remove comments that duplicate comments...
2007-11-10  Joel E. Denny* data/bison.m4 (b4_cat): Put a newline after the end...
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...
next