]> git.saurik.com Git - bison.git/history - src/parse-gram.y
do not ignore errors like ENOSPC,EIO when writing to stdout
[bison.git] / src / parse-gram.y
2012-01-13  Jim Meyeringmaint: avoid "the the"
2012-01-13  Jim Meyeringmaint: run "make update-copyright".
2011-07-24  Joel E. Dennyglobal: remove unnecessary horizontal tabs.
2011-05-01  Joel E. DennyPacify -DGNULIB_POSIXCHECK.
2011-03-09  Akim Demaillenamed references: fix double free.
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-12-11  Joel E. Dennyparse.lac: implement exploratory stack reallocations.
2010-07-24  Paul HilfingerAllow specification of semantic predicates.
2010-06-18  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-10-05  Joel E. DennyMinor code cleanup.
2009-09-10  Joel E. DennyFix --enable-gcc-warnings.
2009-09-09  Akim Demaillestyle changes.
2009-09-09  Akim Demaille%parse: support several arguments.
2009-09-09  Akim Demaille%param.
2009-08-28  Joel E. Denny%define: accept unquoted values.
2009-07-04  Alex Rozenman Style changes and factoring.
2009-06-29  Akim Demaillevariables: parse.error
2009-06-27  Alex RozenmanNamed symbol references.
2009-05-23  Joel E. Denny-F/--force-define and relative %define/-D/--define...
2009-04-30  Joel E. DennyDocument how `%define "var" "value"' is not M4-friendly.
2009-04-20  Akim Demaillevariables: accept dashes.
2009-04-06  Akim Demaillerename muscle_tab.* as muscle-tab.* for consistency.
2009-04-06  Akim Demailleparser: handle %locations as %define locations.
2009-04-06  Akim Demaillemuscle: factor the handling of obsolete of obsolete...
2009-04-03  Akim DemailleFactor %FLAG at scan level.
2009-04-03  Akim DemailleTreat %debug as %define debug.
2009-04-03  Akim DemailleTreat %error-verbose as %define error_verbose.
2008-11-15  Akim DemailleSupport parametric types.
2008-11-10  Akim DemailleAdd %precedence support.
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-04  Akim DemailleFormatting changes.
2008-08-26  Joel E. DennyUpdate for recent change to gnulib.
2008-02-17  Joel E. DennyAccept a token number in a %left, %right, or %nonassoc...
2007-12-01  Joel E. DennyDon't let --report affect XML output; always print...
2007-10-29  Joel E. DennyDeprecate %pure-parser and add `%define api.pure'....
2007-09-25  Joel E. DennyReplace `%push-parser' and `%push-pull-parser' with
2007-08-15  Paul EggertUpdate to GPLv3.
2007-03-02  Joel E. DennyMiscellaneous %define and %code cleanup.
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  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. 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...
2007-01-06  Joel E. DennyClean up b4_check_percent_code_qualifiers a little.
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2007-01-03  Joel E. DennyUse the new code_props interface in parse-gram.y.
2006-12-31  Joel E. DennyFor push mode, convert yyparse from a macro to a functi...
2006-12-25  Joel E. DennyEnable push parsers to operate in impure mode. Thus...
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-12-17  Joel E. DennyMake %push-parser imply %pure-parser. This fixes sever...
2006-12-02  Joel E. DennySupport a file name argument to %defines. Deprecate...
2006-11-21  Joel E. DennyRename <!> to <>. Discussed starting at
2006-11-12  Joel E. DennyRemove last commit at the request of Paul Eggert.
2006-11-11  Joel E. DennyEncapsulate code properties and related functionality...
2006-11-08  Paul EggertDon't let Bison leak memory except when it complains.
2006-10-21  Joel E. DennySplit the default %destructor/%printer into two kinds...
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-09-15  Paul EggertPort to GCC 2.95. First two problems reported by Micha...
2006-09-15  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add push.c.
2006-09-04  Joel E. DennyRequire default %destructor/%printer to be declared...
2006-08-13  Joel E. Denny* src/parse-gram.y: Add `%expect 0' so we don't overloo...
2006-07-29  Joel E. DennyEnable declaration of default %printer/%destructor...
2006-07-13  Joel E. Denny* src/parse-gram.y (grammar_declaration): Don't confuse...
2006-07-13  Akim DemailleSupport %define "KEY" {VALUE}.
2006-07-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
2006-07-09  Paul EggertAdjust to Autoconf 2.60 and today's gnulib.
2006-07-08  Joel E. DennyIn the grammar file, the first column is 1 not 0 on...
2006-06-25  Joel E. DennyClean up yesterday's patch.
2006-06-24  Joel E. DennyFix bug that mistakes braced code in a declaration...
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-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_from_uniqstr)...
2006-06-19  Paul Eggert* src/parse-gram.y (char_name): New function.
2006-06-19  Akim Demaille* src/scan-gram.l: No longer "parse" things after ...
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2006-05-14  Akim Demaille* src/output.h, src/output.c (error_verbose): Move...
2006-01-30  Paul Eggert* src/parse-gram.y (grammar_declaration): Location...
2006-01-30  Paul EggertFix a longstanding bug uncovered by bro-0.9a9/src/parse...
2006-01-23  Paul Eggert* data/yacc.c (b4_int_type): Use yytype_uint8, etc...
2006-01-22  Paul EggertFix white space glitches.
2006-01-20  Paul EggertMinor fixups to get 'make maintainer-check' to work.
2006-01-03  Paul Eggert* doc/bison.texinfo (Bison Options): Say more accuratel...
2006-01-03  Paul EggertWarn about dubious constructions like "%token T T".
2006-01-03  Paul Eggert* data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
2005-12-27  Akim Demaille* src/reader.c (grammar_current_rule_check): Also check...
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
2005-12-09  Paul Eggert* src/parse-gram.y: Fix minor problems uncovered by...
2005-10-12  Akim Demaille* src/parse-gram.y (version_check): Exit 63 to please...
2005-10-05  Paul EggertUndo the parts of the unlocked-I/O change that substituted
2005-10-02  Paul EggertUse unlocked I/O for a minor performance improvement...
2005-10-02  Akim Demaille* bootstrap (gnulib_modules): Add strverscmp.
next