]> git.saurik.com Git - bison.git/history - doc
doc: update README-hacking.
[bison.git] / doc /
2008-11-25  Akim DemailleFormatting changes.
2008-11-21  Akim DemailleDisplay the changes in cross-options.texi.
2008-11-20  Di-an Jan Improves options in the manual.
2008-11-17  Di-an JanFix formatting and content of bison.texinfo menus
2008-11-16  Akim DemailleAdd missing $(EXEEXT).
2008-11-16  Akim DemailleUpdate ignores.
2008-11-15  Akim DemailleRemove doc/Makefile.am.
2008-11-15  Akim DemailleRemove src/Makefile.am.
2008-11-15  Akim DemailleRemove useless variable.
2008-11-11  Akim DemailleSupport parens in calc++.
2008-11-10  Di-an JanWork around Java's ``code too large'' problem for parse...
2008-11-10  Di-an JanVarious Java skeleton improvements.
2008-11-10  Akim DemailleAdd %precedence support.
2008-11-07  Akim Demaille-D, --define.
2008-11-03  Akim DemailleFail on parse error in calc++.
2008-11-02  Joel E. DennySay %language is experimental.
2008-11-01  Di-an JanJava parser improvements
2008-08-29  Akim DemailleClarify UPDATED use.
2008-07-27  Joel E. DennyRemove remaining dependence on CVS Id keyword.
2008-07-27  Joel E. DennyFix dependence on computed configure variables.
2008-07-18  Joel E. DennyUse git-version-gen for version names between releases.
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-23  Joel E. Denny* NEWS: Version 2.3b.
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-23  Joel E. Denny* NEWS (2.3a+): Don't say %language is experimental...
2008-02-20  Joel E. DennyFix impure push parser compile error reported by Bob...
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-01-31  Paul Eggert* doc/bison.texinfo: Update Back-Cover text to reflect...
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-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-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-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  Joel E. Denny* doc/bison.texinfo (Bison Options): Add entry for...
2007-10-08  Joel E. DennyImprove C++ namespace support. Discussed starting at
2007-09-25  Joel E. DennyReplace `%push-parser' and `%push-pull-parser' with
2007-08-28  Joel E. DennySpell "boolean" as "Boolean". Reported by Akim Demaille.
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-05-26  Joel E. Denny* NEWS (2.3a+): In the %code entry, reference section...
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-02  Joel E. DennyMiscellaneous %define and %code cleanup.
2007-02-24  Joel E. DennyUse YYFPRINTF instead of fprintf where appropriate...
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-27  Joel E. Denny* ChangeLog: For changes in doc/bison.texinfo, consiste...
2007-01-23  Paolo Bonzini2007-01-23 Paolo Bonzini <bonzini@gnu.org>
2007-01-18  Joel E. DennyImplement support for relative and absolute skeleton...
2007-01-17  Akim Demaille* doc/bison.texinfo (Calc++ Parser): Don't try to alias
2007-01-16  Akim Demaille* doc/bison.texinfo (Calc++ Parsing Driver): Let "parse...
2007-01-09  Joel E. DennyRemove quotes from variables names in %define directive...
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2006-12-19  Joel E. Denny* doc/bison.texinfo (Decl Summary): In the %language...
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-12-09  Paul Eggert* doc/bison.texinfo: Fix a couple of typos.
2006-12-05  Joel E. DennyDocument Yacc prologue alternatives and default %destru...
2006-12-02  Joel E. DennySupport a file name argument to %defines. Deprecate...
2006-11-21  Joel E. DennyRename <!> to <>. Discussed starting at
2006-10-21  Joel E. DennySplit the default %destructor/%printer into two kinds...
2006-10-20  Joel E. DennyMore improvements to the documentation of the prologue...
2006-10-16  Joel E. Denny* doc/bison.texinfo (Prologue Alternatives): Fix a...
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-13  Paul Eggert* configure.ac: Use AC_PROG_CC_STDC; this is more moder...
2006-10-12  Paul Eggert* NEWS: The -g and --graph options now output graphs...
2006-09-11  Paul Eggert* data/glr.c (b4_shared_declarations): Put start-header...
2006-09-11  Paul Eggert* doc/bison.texinfo (Calc++ Parser): Fix memory leak...
2006-09-04  Joel E. DennyFinish implementation of per-type %destructor/%printer...
2006-09-04  Joel E. DennyRequire default %destructor/%printer to be declared...
2006-08-24  Joel E. DennyWhether the default %destructor/%printer applies to...
2006-08-09  Paul Eggert* doc/bison.texinfo: Fix some typos.
2006-07-29  Joel E. DennyEnable declaration of default %printer/%destructor...
2006-07-10  Paul Eggertunless unless -> unless
2006-07-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
2006-07-08  Akim Demaille* data/c.m4 (b4_location_initial_column, b4_location_in...
2006-06-27  Akim Demaille* doc/Doxyfile.in: New.
2006-06-23  Joel E. DennyRename %before-definitions to %start-header and %after...
2006-06-21  Joel E. DennyDon't put the pre-prologue in the header file. For...
2006-06-11  Joel E. DennyFor associating token numbers with token names for...
2006-06-11  Paul Eggert* NEWS: Reword the post-2.3 change to not be so optimis...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-05-30  Paul Eggert* data/glr.c (YYRECOVERING): Define to be a function...
2006-05-30  Paul Eggert* doc/bison.texinfo (Introduction): Don't say "GLR...
next