]> git.saurik.com Git - bison.git/shortlog
bison.git
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-12-18  Paul Eggert* src/symtab.h (struct semantic_type): Remove the tag...
2006-12-18  Paul Eggert* bootstrap: Sync from coreutils.
2006-12-17  Joel E. DennyMake %push-parser imply %pure-parser. This fixes sever...
2006-12-15  Joel E. Denny* data/push.c (yypstate): Add typedef, and update all...
2006-12-15  Joel E. Denny* data/push.c (yypush_parse): Declare prototype regardl...
2006-12-14  Joel E. Denny* data/push.c (yyparse): Remove the prototype and the...
2006-12-14  Joel E. Denny* data/push.c (yypstate_init): Rename to...
2006-12-13  Joel E. Denny* configure.ac (AC_PREREQ): Require Autoconf 2.61 becau...
2006-12-13  Paul Eggert* TODO: Add pointer to Sylvain Schmitz's work on static...
2006-12-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-12-10  Joel E. DennyWarn about output files that are generated by the skele...
2006-12-09  Paul Eggert* doc/bison.texinfo: Fix a couple of typos.
2006-12-08  Joel E. Denny* data/push.c: (yypvarsinit, yypvars, struct yypvars...
2006-12-08  Joel E. Denny* data/push.c (yypvarsinit): Change return type from...
2006-12-07  Joel E. Denny* data/push.c (yychar_set, yylval_set, yylloc_set)...
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. DennyDon't escape $ in test case titles since Autoconf 2...
2006-11-21  Joel E. DennyRename <!> to <>. Discussed starting at
2006-11-17  Joel E. DennyDon't let %prec take a nonterminal.
2006-11-12  Joel E. DennyRemove last commit at the request of Paul Eggert.
2006-11-11  Joel E. Denny* src/symlist.h (symbol_list): Fix typos in comments.
2006-11-11  Joel E. DennyEncapsulate code properties and related functionality...
2006-11-11  Joel E. Denny* tests/testsuite.at (AT_CHECK): Don't miss an exit...
2006-11-10  Joel E. Denny* src/Makefile.am (YACC): Use --warnings=all,error...
2006-11-10  Joel E. DennyFix memory leaks in scanners generated by at least...
2006-11-09  Joel E. Denny* src/files.c (tr): Change return type to void.
2006-11-08  Paul Eggert* bootstrap.conf (excluded_files): Exclude m4/codeset...
2006-11-08  Paul EggertRegenerate.
2006-11-08  Paul EggertDon't let Bison leak memory except when it complains.
2006-11-08  Paul Eggert* bootstrap (runtime-po/Makevars): Derive from po/Makevars
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-22  Joel E. Denny* data/push.c, data/yacc.c: Make sure there's a newline...
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-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  Juan Manuel... djgpp/config.site: Adjust config.sed for the use of...
2006-10-15  Juan Manuel... djgpp/config.sed: Adjust config.sed for the use of...
2006-10-15  Juan Manuel... djgpp/config.bat: config.hin has been moved to lib...
2006-10-15  Juan Manuel... DJGPP specific issues.
2006-10-15  Paolo Bonzinifix previous changelog entry
2006-10-15  Paolo Bonzini2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2006-10-15  Paul Eggert* lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
2006-10-15  Joel E. DennyFix testsuite for ./configure --enable-gcc-warnings:
2006-10-13  Paul Eggert* bootstrap.conf (gnulib_modules): Add config-h.
2006-10-13  Paul Eggert* bootstrap: Sync from coreutils, as follows:
2006-10-13  Paul Eggert* configure.ac: Use AC_PROG_CC_STDC; this is more moder...
2006-10-12  Paul EggertCredit Satya for the graphviz change.
2006-10-12  Paul Eggert* NEWS: The -g and --graph options now output graphs...
2006-10-12  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add bison.m4...
2006-10-12  Paul Eggert* data/push.c (yypushparse, yypvarsinit, yypvars):...
2006-10-11  Paul EggertFix missing bracket.
2006-10-11  Paul Eggert* data/push.c (yypushparse): Fix memory leak if yymsg...
2006-10-09  Paul Eggert* THANKS: Add Paolo Bonzini and Bob Rossi.
2006-10-08  Paolo Bonzini2006-10-08 Paolo Bonzini <bonzini@gnu.org>
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
2006-10-01  Paul EggertFix problems with translating English-language diagnostics.
2006-09-30  Paul EggertMerge bootstrap changes from coreutils.
2006-09-21  Paul Eggert* data/push.c (YYPUSH_MORE): Make it an enum instead.
2006-09-21  Paul Eggert* data/push.c (yyresult_get): Remove function.
2006-09-20  Paul Eggert* stamp-h.in: Remove; no longer needed.
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 Eggert(AC_INIT): Bump from 2.3a to 2.3a+.
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-13  Paul EggertVersion 2.3a.
2006-09-13  Paul Eggert* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2006-09-13  Paul EggertRemove bogus comments.
2006-09-13  Paul EggertFix typo in previous patch; YYCDEBUG was defined in...
2006-09-13  Paul EggertFix glr.cc and lalr1.cc's use of YYDEBUG so that there...
2006-09-12  Paul Eggert* data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
2006-09-12  Paul Eggert* data/c.m4 (b4_null, b4_case): Define.
2006-09-11  Paul Eggert* data/glr.c (b4_shared_declarations): Put start-header...
2006-09-11  Paul EggertAdd argmatch.m4. Remove obstack.m4, strerror_r.m4.
2006-09-11  Paul EggertFix typo: "&" should be "&&". Problem reported
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-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-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...
next