]> git.saurik.com Git - bison.git/history - ChangeLog
* src/gram.c: Remove comments that duplicate comments in gram.h.
[bison.git] / ChangeLog
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...
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-04-04  Paul EggertUse ASCII for Sebastien Fricker's name.
2007-04-04  Paul Eggert* README-hacking: New file, taken mostly from coreutils...
2007-03-10  Joel E. Denny* doc/bison.texinfo (Destructor Decl): Fix typo reporte...
2007-03-09  Paolo Bonzini2007-03-07 Paolo Bonzini <bonzini@gnu.org>
2007-03-07  Juan Manuel GuerreroDJGPP spefic issue. Inhibit the use of disallowed...
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-27  Paolo Bonzini2007-02-27 Paolo Bonzini <bonzini@gnu.org>
2007-02-24  Joel E. DennyUse YYFPRINTF instead of fprintf where appropriate...
2007-02-19  Joel E. Denny* bootstrap: Remove occurrences of .#bootmp from lib...
2007-02-14  Juan Manuel Guerrero* DJGPP specific adjustments concerning the use of...
2007-02-12  Paul EggertUndo my 2007-02-07 change, switching back to the c...
2007-02-11  Joel E. DennyEnable the Java related testsuite tests when the only...
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-07  Paolo Bonzini2007-02-07 Paolo Bonzini <bonzini@gnu.org>
2007-02-04  Paul Eggert* .cvsignore: Add javacomp.sh, javaexec.sh. Is this...
2007-02-01  Joel E. Denny* doc/bison.texinfo (Decl Summary): Correct typo.
2007-01-30  Paolo Bonzini2007-01-30 Paolo Bonzini <bonzini@gnu.org>
2007-01-29  Paolo Bonzini2007-01-29 Paolo Bonzini <bonzini@gnu.org>
2007-01-28  Joel E. DennyClean up.
2007-01-27  Joel E. Denny* ChangeLog: For changes in doc/bison.texinfo, consiste...
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  Paolo Bonzini2007-01-17 Paolo Bonzini <bonzini@gnu.org>
2007-01-17  Akim Demaille* doc/bison.texinfo (Calc++ Parser): Don't try to alias
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-16  Akim Demaille* doc/bison.texinfo (Calc++ Parsing Driver): Let "parse...
2007-01-16  Akim Demaille* data/lalr1.cc (yy_reduce_print_): Add a missing end...
2007-01-16  Joel E. DennyClean up %define and %code implementation in M4 some...
2007-01-14  Juan Manuel Guerrero* djgpp/config.site: Set ac_cv_path_mkdir to a sane...
2007-01-10  Joel E. Denny* tests/glr-regression.at: Use AT_PARSER_CHECK rather...
2007-01-10  Joel E. Denny* tests/local.at (AT_PARSER_CHECK): Add a PRE argument...
2007-01-10  Joel E. DennyIgnore YYSTACK_USE_ALLOCA for push parsers since the...
2007-01-09  Joel E. DennyClarify last entry a little.
2007-01-09  Joel E. DennySimplify union and prologue handling, and escape union...
next