platform/upstream/bison.git
2002-10-13 Paul EggertImport of GCC head 2002-10-11 GCC_2002-10-11
2002-10-13 Paul EggertImport of GCC head 2002-10-11
2008-05-13 Joel E. Denny* data/yacc.c: Reformat m4 a little for readability.
2008-05-12 Juan Manuel... * djgpp/config.sed: Fixes required to run configure...
2008-05-12 Juan Manuel... DJGPP specific issue added.
2008-05-07 Joel E. Denny* HACKING: Update copyright year.
2008-05-07 Joel E. Denny* HACKING (Release Procedure): translation@iro.umontrea...
2008-05-07 Joel E. Denny* THANKS: Add Eric Blake.
2008-05-07 Joel E. DennyRevert prior patch, by working around autoconf regression.
2008-04-22 Joel E. DennyGNUmakefile: Update copyright year.
2008-04-22 Joel E. Dennytests/output.at: Update copyright date.
2008-04-22 Joel E. DennyWork-around an Autoconf 2.62 AT_SETUP bug that was...
2008-04-21 Joel E. Denny* GNUmakefile: Update git-version-gen invocation so...
2008-04-21 Joel E. DennyUpdate to the current gnulib CVS repository, and fix...
2008-04-21 Joel E. DennyUpdate copyright year, and fix whitespace.
2008-04-21 Joel E. DennyFix make dist infinite loop reported by Juan Manuel...
2008-03-08 Joel E. Denny* NEWS (2.3a+): Mention that -g now takes an argument.
2008-02-28 Akim Demaille* doc/bison.texinfo: Fix a few typos.
2008-02-28 Akim Demaille* doc/bison.texinfo (Bison Options): Document -W.
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-21 Wojciech Polak* data/xslt/xml2xhtml.xsl (xsl:template match="/")...
2008-02-21 Wojciech Polak(xsl:template match="/"): Change footer text.
2008-02-20 Joel E. DennyFix impure push parser compile error reported by Bob...
2008-02-20 Joel E. Denny* runtime-po/POTFILES.in (push.c): Remove.
2008-02-20 Joel E. Denny* src/parse-gram.c, src/parse-gram.h: Regenerate.
2008-02-17 Joel E. Denny* data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2008-02-17 Joel E. Denny* data/bison.m4 (b4_percent_code_get): Output %code...
2008-02-17 Joel E. DennyFix documentation problems reported by Tim Josling at
2008-02-17 Joel E. DennyAccept a token number in a %left, %right, or %nonassoc...
2008-02-06 Juan Manuel... * THANKS: Update my email address.
2008-02-06 Juan Manuel... * README.in: List of required packages updated. Copyri...
2008-02-06 Juan Manuel... * Makefile.maint: Copyright timestamp adjusted.
2008-02-06 Juan Manuel... * fnchange.lst: Add filenames that are not 8.3 clean...
2008-02-06 Juan Manuel... * testsuite.sed: Copyright timestamp adjusted.
2008-02-06 Juan Manuel... * subpipe.h: Copyright timestamp adjusted.
2008-02-06 Juan Manuel... * subpipe.c (init_subpipe): Check the environment variables
2008-02-06 Juan Manuel... * djunpack.bat: Copyright timestamp adjusted.
2008-02-06 Juan Manuel... * djgpp/config_h.sed: Copyright timestamp adjusted.
2008-02-06 Juan Manuel... * config.site: Copyright timestamp adjusted.
2008-02-06 Juan Manuel... * config.sed: Add filenames that are not 8.3 clean...
2008-02-06 Juan Manuel... * config.bat: Add filenames that are not 8.3 clean...
2008-02-06 Juan Manuel... DJGPP specific issues.
2008-01-31 Paul Eggert* doc/bison.texinfo: Update Back-Cover text to reflect...
2008-01-19 Joel E. Denny* data/yacc.c: Update copyright for recent commit.
2008-01-10 Paul Eggert* data/yacc.c (yyparse): Correct the comment when locat...
2008-01-05 Wojciech Polak2008-01-05 Wojciech Polak <polak@gnu.org>
2008-01-05 Wojciech Polakdata/xslt/xml2xhtml.xsl (xsl:template match="/"): Prece...
2008-01-05 Joel E. Denny* src/parse-gram.c: Make timestamp later than parse...
2007-12-22 Joel E. Denny* tests/local.at (AT_BISON_CHECK_XML): Fix quoting...
2007-12-22 Joel E. DennyAutomate regression testing of the XML/XSLT implementat...
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-26 Akim Demaille* data/Makefile.am (dist_pkgdata_DATA): Ship and instal...
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-08 Paolo Bonzini2007-11-08 Paolo Bonzini <bonzini@gnu.org>
2007-11-05 Akim DemailleRemove Id: from bison.1.
2007-11-05 Akim Demaille* build-aux/Makefile.am: Ship cross-options.pl.
2007-11-04 Akim Demaille* doc/Makefile.am: Complete the previous checkin.
2007-11-04 Akim DemailleGenerate the long/short option cross-table.
2007-11-04 Akim DemailleGenerate bison.1 using help2man.
2007-11-04 Akim DemailleComplete --help.
2007-11-04 Akim DemailleFind sha1sum when named gsha1sum.
2007-11-04 Akim DemailleFix tabs.
2007-10-29 Joel E. DennyDeprecate %pure-parser and add `%define api.pure'....
2007-10-28 Joel E. Denny%define push_pull -> %define api.push_pull. Discussed...
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-19 Joel E. Denny* NEWS: Add entry for recent .output file lookahead...
2007-10-17 Wojciech Polak2007-10-17 Wojciech Polak <polak@gnu.org>
2007-10-17 Wojciech Polak(xsl:template match="terminal"): Use new attribute...
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* src/print-xml.c (print_core): Remove item set
2007-10-11 Wojciech Polak(xsl:template match="item"): New.
2007-10-11 Wojciech Polak(xsl:template name="escape"): Write xsl:param "required...
2007-10-11 Wojciech Polak(bison:ruleNumber): New key. Improve processing time...
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. DennyImprove C++ namespace support. Discussed starting at
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 Wojciech PolakUpdated
2007-09-24 Wojciech Polakdata/Makefile.am (xsltdir): New variable.
2007-09-24 Wojciech PolakTransform XML into XHTML.
2007-09-24 Wojciech PolakTransform XML into plain text.
2007-09-24 Wojciech PolakTransform XML into DOT.
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...
next