]> git.saurik.com Git - bison.git/history - ChangeLog
2007-02-27 Paolo Bonzini <bonzini@gnu.org>
[bison.git] / ChangeLog
2007-02-27  Paolo Bonzini2007-02-27 Paolo Bonzini <bonzini@gnu.org>
2007-02-24  Joel E. DennyUse YYFPRINTF instead of fprintf where appropriate...
2007-02-19  Joel E. Denny* bootstrap: Remove occurrences of .#bootmp from lib...
2007-02-14  Juan Manuel Guerrero* DJGPP specific adjustments concerning the use of...
2007-02-12  Paul EggertUndo my 2007-02-07 change, switching back to the c...
2007-02-11  Joel E. DennyEnable the Java related testsuite tests when the only...
2007-02-11  Joel E. Denny* data/Makefile.am: Update copyright date.
2007-02-10  Joel E. DennyAs in semantic actions, make @$ in %initial-action...
2007-02-07  Paul EggertUndo most of the 2007-02-03 change, switching to the...
2007-02-07  Paolo Bonzini2007-02-07 Paolo Bonzini <bonzini@gnu.org>
2007-02-04  Paul Eggert* .cvsignore: Add javacomp.sh, javaexec.sh. Is this...
2007-02-01  Joel E. Denny* doc/bison.texinfo (Decl Summary): Correct typo.
2007-01-30  Paolo Bonzini2007-01-30 Paolo Bonzini <bonzini@gnu.org>
2007-01-29  Paolo Bonzini2007-01-29 Paolo Bonzini <bonzini@gnu.org>
2007-01-28  Joel E. DennyClean up.
2007-01-27  Joel E. Denny* ChangeLog: For changes in doc/bison.texinfo, consiste...
2007-01-26  Paul EggertAdjust to recent gnulib changes.
2007-01-23  Paolo Bonzini2007-01-23 Paolo Bonzini <bonzini@gnu.org>
2007-01-18  Joel E. DennyBack out previous patch.
2007-01-18  Joel E. DennyImplement @gettext<...@> directive to call gettext...
2007-01-18  Joel E. DennyImplement support for relative and absolute skeleton...
2007-01-17  Paolo Bonzini2007-01-17 Paolo Bonzini <bonzini@gnu.org>
2007-01-17  Akim Demaille* doc/bison.texinfo (Calc++ Parser): Don't try to alias
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-16  Akim Demaille* doc/bison.texinfo (Calc++ Parsing Driver): Let "parse...
2007-01-16  Akim Demaille* data/lalr1.cc (yy_reduce_print_): Add a missing end...
2007-01-16  Joel E. DennyClean up %define and %code implementation in M4 some...
2007-01-14  Juan Manuel Guerrero* djgpp/config.site: Set ac_cv_path_mkdir to a sane...
2007-01-10  Joel E. Denny* tests/glr-regression.at: Use AT_PARSER_CHECK rather...
2007-01-10  Joel E. Denny* tests/local.at (AT_PARSER_CHECK): Add a PRE argument...
2007-01-10  Joel E. DennyIgnore YYSTACK_USE_ALLOCA for push parsers since the...
2007-01-09  Joel E. DennyClarify last entry a little.
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-06  Joel E. DennyDon't use m4_divert since it makes m4_divert_push and...
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2007-01-04  Joel E. DennyUse the new code_props interface for destructors and...
2007-01-04  Joel E. DennyUse the new code_props interface for rule actions.
2007-01-03  Joel E. DennyUse the new code_props interface in parse-gram.y.
2007-01-02  Joel E. DennyEncapsulate code properties and related functionality...
2007-01-02  Joel E. Denny* etc/.cvsignore: New.
2007-01-02  Joel E. DennyAdd maintainer-push-check to run maintainer-check using...
2007-01-01  Joel E. Denny* data/push.c (yypush_parse): Set yynew = 1 at the...
2006-12-31  Joel E. DennyFor push mode, convert yyparse from a macro to a functi...
2006-12-26  Joel E. DennyUpdate etc/bench.pl. Optimize push mode a little ...
2006-12-25  Joel E. DennyFor push mode, add pull wrappers around yypush_parse.
2006-12-25  Joel E. DennyEnable push parsers to operate in impure mode. Thus...
2006-12-20  Joel E. DennyRemove some unnecessary differences between the pull...
2006-12-20  Joel E. DennyFix bug such that the first pushed token's value and...
2006-12-20  Joel E. DennyRearrange initialization of the parser state variables...
2006-12-20  Joel E. Denny* data/push.c: Add CPP guards around push parser declar...
2006-12-20  Joel E. DennyEncapsulate the push parser state variables into an...
2006-12-19  Joel E. Denny* data/push.c (union yyalloc): Rename yyss, yyvs, and...
2006-12-19  Joel E. Denny* doc/bison.texinfo (Decl Summary): In the %language...
2006-12-19  Paul EggertDocument last checkin a bit better.
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. 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 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. DennySimilar to the recently removed %before-header, add...
2006-10-15  Juan Manuel GuerreroDJGPP specific issues.
next