]> git.saurik.com Git - bison.git/shortlog
bison.git
2006-08-11  Paul Eggert* bootstrap: Put in need-ngettext argument to AM_GNU_GE...
2006-08-11  Paul Eggert* lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
2006-08-11  Paul Eggert* configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign...
2006-08-10  Joel E. DennyClean up scanners a bit.
2006-08-10  Joel E. DennySuppress signed/unsigned comparison warnings for yycheck.
2006-08-09  Paul Eggert* doc/bison.texinfo: Fix some typos.
2006-08-02  Paul Eggert* m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefi...
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-25  Paul EggertUpdate to latest gnulib and gettext versions.
2006-07-20  Paul Eggert* bootstrap: Adjust to today's change to gnulib-tool...
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-12  Paul Eggert* data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdeb...
2006-07-12  Akim Demaille* data/c.m4: Comment changes.
2006-07-10  Akim Demaille* src/complain.c (error_message, ERROR_MESSAGE): New.
2006-07-10  Paul Eggertunless unless -> unless
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 Eggert* data/yacc.c (YYID, yy_stack_print): Prefix local...
2006-07-09  Paul Eggert* data/c.m4 (b4_basename): Simplify a bit, since we...
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_location_initial_column, b4_location_in...
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-07-07  Joel E. Denny* ChangeLog: Add mailing list references to some of...
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. DennyFix formatting in most recent entry.
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-20  Akim DemailleInstall these changes:
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  Paul Eggert* bootstrap (TP_URL, WGET_COMMAND): New vars.
2006-06-19  Akim Demaille* src/scan-gram.l: No longer "parse" things after ...
2006-06-15  Paul EggertAdd name for twlevo.
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-06-08  Joel E. Denny* src/flex-scanner.h (yytext): Remove stray `*/' in...
2006-06-08  Paul Eggert* TODO: Add request from Nelson H. F. Beebe to be able...
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-06-05  Paul Eggert* NEWS: Version 2.3.
2006-05-30  Paul Eggert* data/glr.c (YYRECOVERING): Define to be a function...
2006-05-30  Joel E. Denny* src/getargs.c (usage): Back out yesterday's modificat...
2006-05-30  Paul Eggert* doc/bison.texinfo (Introduction): Don't say "GLR...
2006-05-29  Juan Manuel... Actualisation of information concerning ports
2006-05-29  Joel E. Denny* src/getargs.c (usage): Mention GLR not just LALR...
2006-05-27  Paul EggertRegenerate.
2006-05-27  Paul Eggert* data/yacc.c (yy_reduce_print): Omit trailing white...
2006-05-22  Paul Eggert* Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute...
2006-05-21  Joel E. Denny* data/yacc.c (yyparse): Wrap the final return from...
2006-05-21  Paul EggertRegenerate.
2006-05-21  Joel E. Denny* data/glr.c (yyresolveLocations): Remove bogus YYASSER...
2006-05-21  Paul Eggert* data/c.m4 (b4_yy_symbol_print_generate):
2006-05-19  Paul EggertUpdate version number to 2.2a.
2006-05-19  Paul EggertRegenerate.
2006-05-19  Paul EggertWhoops, I meant version 2.2.
2006-05-19  Paul EggertVersion 2.1.
2006-05-17  Joel E. Denny* data/glr.c (yyreportTree): Make room in yystates...
2006-05-15  Paul Eggert* data/glr.c (yyreportSyntaxError): Fix off-by-one...
2006-05-15  Paul Eggert* data/yacc.c (yytnamerr): Fix typo: local var should...
2006-05-14  Akim Demaille* doc/bison.texinfo (C++ Bison Interface): Clarify...
2006-05-14  Akim Demaille* data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Akim Demaille* etc/bench.pm: Shorten bench names.
2006-05-14  Akim Demaille* src/output.h, src/output.c (error_verbose): Move...
2006-05-14  Akim DemailleFix.
2006-05-14  Paul EggertGive credit to Akim for suggestion.
2006-05-14  Paul EggertRegenerate.
2006-05-14  Paul Eggert* data/c.m4 (b4_copyright): Put the special exception...
2006-05-11  Paul Eggert* doc/bison.texinfo (Calc++ Scanner): The flex behavior...
2006-05-11  Akim Demaille* examples/extexi: Enforce the precedence of concatenat...
2006-05-11  Akim DemailleComplete ChangeLog.
next