]> git.saurik.com Git - bison.git/history - ChangeLog
Fix dependence on computed configure variables.
[bison.git] / ChangeLog
2008-07-27  Joel E. DennyFix dependence on computed configure variables.
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+): New section, empty for now.
2008-05-28  Joel E. Denny* NEWS (2.3b): Update release date since there has... v2.3b
2008-05-23  Joel E. Denny* NEWS: Version 2.3b.
2008-05-23  Joel E. Denny* HACKING: Don't say don't mention HACKING in the Chang...
2008-05-13  Joel E. Denny* data/yacc.c: Reformat m4 a little for readability.
2008-05-12  Juan Manuel GuerreroDJGPP specific issue added.
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. 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-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-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 GuerreroDJGPP specific issues.
2008-01-31  Paul Eggert* doc/bison.texinfo: Update Back-Cover text to reflect...
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>
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 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  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-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  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-09-21  Paul Eggert* GNUmakefile: Switch to coreutils's version.
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-18  Joel E. Denny* doc/bison.texinfo (Push Decl): Document the push...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-08-12  Joel E. DennyGet rid of broken %no-parser, -n, and --no-parser imple...
2007-08-11  Joel E. Denny* tests/push.at (Push Parsing: Memory Leak for Early...
2007-08-03  Joel E. Denny* ChangeLog: For changes in doc/bison.texinfo, consiste...
2007-08-03  Joel E. Denny* data/yacc.c (yyexhaustedlab): Define it when YYERROR_...
2007-07-29  Joel E. Denny* src/muscle_tab.c (muscle_percent_define_flag_if)...
2007-07-28  Joel E. DennyFix push parsing memory leak reported by Brandon Lucia at
2007-07-17  Joel E. DennyImprove handling of multiple S/R conflicts in the same...
2007-07-17  Joel E. Denny* lib/.cvsignore: Add charset.alias.
2007-07-17  Joel E. Denny* build-aux/.cvsignore: Add compile.
2007-07-17  Joel E. Denny* bootstrap (slurp): Create target directories that...
2007-07-10  Joel E. Denny* LR0.c (new_itemsets): Fix wording in comments: say...
2007-07-03  Joel E. DennyFix C++ test cases after recent Gnulib changes. Discus...
2007-07-02  Joel E. Denny* data/glr.c (yy_yypstack, yypstates, yypdumpstack...
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. Denny* NEWS (2.3a+): In the %code entry, reference section...
2007-05-26  Joel E. Denny* data/glr.c (yylval): As in yacc.c, don't extern in...
next