]> git.saurik.com Git - bison.git/history - src/parse-gram.y
* src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
[bison.git] / src / parse-gram.y
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.
2005-09-30  Akim Demaille Alexandre Duret-Lutz <adl@gnu.org>
2005-07-25  Paul EggertFix core dump reported by Pablo De Napoli in
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-07-12  Akim Demaille* src/parse-gram.y: Use %printer instead of YYPRINT.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-04-16  Paul Eggert* src/parse-gram.y: Include quotearg.h.
2004-10-06  Akim Demaille* src/parse-gram.y (add_param): Fix the truncation...
2004-09-27  Paul Eggert(add_param): Fix bug where NUL was mishandled.
2004-09-27  Akim Demaille* src/parse-gram.y (add_param): Strip the leading and...
2004-05-27  Paul Eggert* src/parse-gram.y (lloc_default): Rewrite to avoid...
2004-05-03  Paul Eggert* src/parse-gram.y: Put copyright notice inside %{...
2004-04-13  Paul EggertUpdate copyright to 2004.
2004-03-26  Paul Hilfinger* src/parse-gram.y: Define PERCENT_EXPECT_RR.
2003-10-01  Paul EggertUse "%no-default-prec" instead of "%default-prec 0".
2003-09-30  Paul EggertAdd %default-prec.
2003-08-25  Akim DemailleWhen reducing initial empty rules, Bison parser read...
2003-05-24  Paul EggertSwitch from 'int' to 'bool' where that makes sense.
2003-05-14  Paul Eggert(rules_or_grammar_declaration): Require a
2003-04-29  Akim Demaille* src/gram.h, src/gram.c (pure_parser, glr_parser)...
2003-02-03  Paul EggertUse more-consistent naming conventions for local vars.
2002-12-26  Paul Eggert(declaration): Use enum "report_states" rather
2002-12-24  Paul Eggert(lloc_default): Remove test for empty
2002-12-24  Paul Eggert(add_param): 2nd arg is now char * not char
2002-12-11  Paul Eggert(<chars>): Renamed from <string>.
2002-12-07  Paul Eggert(lloc_default): New function, which handles
2002-11-30  Paul Eggert(gram_error): Now static. Add static decl.
2002-11-29  Paul Eggert(add_param): New function.
2002-11-27  Paul Eggert(print_token_value): Renamed from yyprint.
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-15  Akim Demaille* src/parse-gram.y (declaration): Have %parse-param...
2002-11-12  Akim Demaille* src/scan-gram.l, src/reader.h (scanner_last_string_free):
2002-11-12  Akim Demaille* src/struniq.h, src/struniq.c (struniq_t): Is const.
2002-11-12  Akim Demaille* src/symtab.c (symbol_free): Remove dead deactivated...
2002-11-08  Paul Eggert(CHARACTER): Remove unused token. All uses removed.
2002-10-19  Akim DemaillePrototype support of %lex-param and %parse-param.
2002-09-10  Akim Demaille* src/parse-gram.y: Associate a human readable string...
2002-08-12  Paul EggertFix spelling in comment.
2002-07-26  Akim Demaille* src/reader.h, src/reader.c (gram_error): ... can...
2002-07-16  Akim Demaille* src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string...
2002-07-09  Akim Demaille* src/complain.h, src/complain.c (warn, complain):...
2002-07-09  Akim Demaille* src/parse-gram.y (rules_or_grammar_declaration):...
2002-06-30  Akim Demaille* src/reader.c (gensym): Rename as...
2002-06-28  Paul HilfingerInitial check-in introducing experimental GLR parsing...
2002-06-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_type_set)
2002-06-20  Akim Demaille* src/parse-gram.y (YYPRINT, yyprint): Don't mess with...
2002-06-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_t): printer and
2002-06-17  Akim Demaille* data/m4sugar/m4sugar.m4 (m4_map): Recognize when...
next