]> git.saurik.com Git - bison.git/history - src
Don't let Bison leak memory except when it complains.
[bison.git] / src /
2006-11-08  Paul EggertDon't let Bison leak memory except when it complains.
2006-11-01  Joel E. DennyDisable unset/unused mid-rule value warnings by default...
2006-11-01  Joel E. DennyFinish implementing --warnings=error, which should...
2006-10-31  Joel E. Denny* src/getargs.c (flags_argmatch): Don't cause segmentat...
2006-10-21  Joel E. DennySplit the default %destructor/%printer into two kinds...
2006-10-21  Joel E. DennyDon't apply the default %destructor/%printer to an...
2006-10-21  Joel E. DennyWarn about unset midrule $$ if the corresponding $n...
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-12  Paul Eggert* NEWS: The -g and --graph options now output graphs...
2006-10-08  Paolo Bonzini2006-10-08 Paolo Bonzini <bonzini@gnu.org>
2006-09-20  Paul Eggert* src/getargs.c (usage): Rework to use conventions...
2006-09-15  Paul EggertUse some of gnulib's new modules, taken from coreutils.
2006-09-15  Paul EggertRegenerate.
2006-09-15  Paul EggertPort to GCC 2.95. First two problems reported by Micha...
2006-09-15  Paul EggertRegenerate.
2006-09-15  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add push.c.
2006-09-12  Paul Eggert* data/c.m4 (b4_null, b4_case): Define.
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-21  Joel E. DennyDon't apply the default %destructor or %printer to...
2006-08-20  Joel E. DennyAllow %start after the first rule.
2006-08-18  Joel E. DennyRedo some of the previous commit: add back the ability...
2006-08-18  Joel E. DennyDon't allow an undeclared string literal, but allow...
2006-08-14  Joel E. DennyUndo last commit.
2006-08-14  Joel E. Denny* src/scan-gram.l (braces_level, context_state): Make...
2006-08-14  Joel E. DennyIn the grammar scanner, STRING_FINISH unclosed construc...
2006-08-14  Joel E. DennyHandle string aliases for character tokens correctly.
2006-08-13  Joel E. Denny* src/parse-gram.y: Add `%expect 0' so we don't overloo...
2006-08-10  Joel E. DennyClean up scanners a bit.
2006-08-10  Joel E. DennySuppress signed/unsigned comparison warnings for yycheck.
2006-07-29  Joel E. DennyEnable declaration of default %printer/%destructor...
2006-07-29  Joel E. DennyClean up handling of %destructor for the end token...
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-10  Akim Demaille* src/complain.c (error_message, ERROR_MESSAGE): New.
2006-07-09  Paul EggertRegenerate.
2006-07-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
2006-07-09  Paul Eggert* src/symlist.c (symbol_list_length): Return int, not...
2006-07-09  Paul Eggert(gram_scanner_cursor): Remove decl, since this
2006-07-09  Paul Eggert(flags_argmatch): Return void, not int,
2006-07-09  Paul Eggert(STRING_FREE): Don't use FLEX_PREFIX (last_string)
2006-07-09  Akim DemailleImplement --warnings/-W.
2006-07-09  Joel E. DennyChange %merge result type clash warnings to errors...
2006-07-09  Akim Demaille* src/getargs.h, src/getargs.c: Swap --report and ...
2006-07-09  Paul EggertRegenerate.
2006-07-09  Paul EggertAdjust to Autoconf 2.60 and today's gnulib.
2006-07-08  Akim Demaille* data/c.m4 (b4_dirname): New.
2006-07-08  Joel E. DennyIn the grammar file, the first column is 1 not 0 on...
2006-07-07  Joel E. DennyIn warnings, say "previous declaration" rather than...
2006-06-27  Akim Demaille* doc/Doxyfile.in: New.
2006-06-26  Joel E. DennyDon't miss %merge result type warnings just because...
2006-06-26  Joel E. DennyFix code formatting.
2006-06-26  Joel E. DennyGet action warnings (grammar_rule_check) right even...
2006-06-26  Joel E. DennyMore cleanup.
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-22  Joel E. DennyAdd comparison operators for C++ location classes....
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  Joel E. Denny* src/scan-gram.l: Remove unused declaration of last_st...
2006-06-19  Paul EggertRegenerate.
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-11  Joel E. DennyFor associating token numbers with token names for...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-06-08  Joel E. Denny* src/flex-scanner.h (yytext): Remove stray `*/' in...
2006-06-07  Joel E. Denny* src/flex-scanner.h: For the sake of Flex 2.5.4, don...
2006-06-07  Joel E. Dennysrc/location.h: #include "system.h" rather than <stdboo...
2006-06-07  Joel E. DennyGet Bison to build again when configured with --enable...
2006-06-07  Akim DemailleAdd it for real.
2006-06-07  Akim Demaille* src/scan-gram.l: Move the "add a trailing ; to action...
2006-06-07  Akim Demaille* src/Makefile.am (BUILT_SOURCES): Fix the trailing...
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2006-06-06  Joel E. Denny* src/getargs.c (usage): Mention GLR not just LALR...
2006-06-06  Joel E. DennyBetween Bison releases, manually append `+' to the...
2006-05-30  Joel E. Denny* src/getargs.c (usage): Back out yesterday's modificat...
2006-05-29  Joel E. Denny* src/getargs.c (usage): Mention GLR not just LALR...
2006-05-27  Paul EggertRegenerate.
2006-05-21  Paul EggertRegenerate.
2006-05-19  Paul EggertRegenerate.
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Akim Demaille* src/output.h, src/output.c (error_verbose): Move...
2006-05-14  Paul EggertRegenerate.
2006-04-03  Akim Demaille* src/scan-gram.l: Be robust to BRACED_CODE appearing...
2006-03-09  Paul EggertFix two nits reported by twlevo, plus one more that...
2006-03-08  Paul EggertFix some nits reported by twlevo.
2006-02-17  Paul EggertRegenerate.
2006-01-30  Joel E. DennyDuring deterministic GLR operation, user actions should...
2006-01-30  Paul Eggert* src/parse-gram.y (grammar_declaration): Location...
2006-01-30  Paul EggertRegenerate.
2006-01-30  Paul EggertFix a longstanding bug uncovered by bro-0.9a9/src/parse...
2006-01-27  Paul Eggert* src/reader.c (symbol_should_be_used): Renamed from...
2006-01-23  Paul EggertRegenerate.
2006-01-23  Paul Eggert* data/yacc.c (b4_int_type): Use yytype_uint8, etc...
2006-01-23  Paul Eggert(check_and_convert_grammar): New function.
2006-01-22  Paul Eggert* src/assoc.c (assoc_to_string): Use a default: abort...
2006-01-22  Paul EggertFix white space glitches.
next