]> git.saurik.com Git - bison.git/history - lib
lalr1.cc: always initialize yylval.
[bison.git] / lib /
2012-09-25  Akim Demaillegnulib: update
2012-07-31  Akim Demailleuse obstack_printf
2012-06-26  Akim Demaillemaint: gitignores.
2012-05-11  Akim Demaillemaint: update gnulib.
2012-05-09  Akim Demaillebuild: config.in.h.
2012-05-06  Akim Demaillemaint: import the xmemdup0 gnulib module.
2012-05-06  Akim Demaillemaint: remove left-over gnulib modules.
2012-03-31  Akim Demaillec++: use nullptr for C++11.
2012-02-19  Akim Demaillemaint: address sc_bindtextdomain, sc_program_name and...
2012-02-19  Akim Demaillebitset: fix an incorrect error message.
2012-02-19  Akim Demaillemaint: avoid "magic number exit".
2012-02-19  Akim Demaillemaint: address a couple of syntax-check errors.
2012-02-08  Akim Demailleuse a more consistent quoting style.
2012-01-31  Jim Meyeringdo not ignore errors like ENOSPC,EIO when writing to...
2012-01-25  Jim Meyeringbuild: avoid possibly-replaced fprintf in liby-source...
2012-01-23  Jim Meyeringquote consistently and make tests pass with new quoting...
2012-01-23  Jim Meyeringbuild: manually update bootstrap from gnulib, and adapt
2012-01-23  Jim Meyeringbuild: include <config.h> from lib/yyerror.c
2012-01-13  Jim Meyeringbuild: avoid warning from coverity about lbitset_elt_find
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2012-01-11  Jim Meyeringbuild: avoid warnings about set-but-not-used variables
2011-05-01  Joel E. DennyPacify -DGNULIB_POSIXCHECK.
2011-04-16  Joel E. Dennygnulib, autoconf: update.
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-10-17  Joel E. Dennymaint: re-anchor all .gitignore entries.
2010-10-16  Paul EggertAdjust to recent changes to gnulib bootstrap.
2010-07-25  Joel E. Dennymaint: use announce-gen's new --mail-headers.
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-02-22  Joel E. Dennyportability: fix several issues with M4 subprocess.
2010-01-20  Joel E. Denny* bootstrap: Import improvements from latest gnulib.
2010-01-19  Joel E. Dennygnulib: update to latest.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-15  Joel E. Dennyportability: use -DGNULIB_POSIXCHECK.
2009-08-14  Joel E. Dennymaint: fix use of copyright year intervals.
2009-08-06  Joel E. Dennymaint: run "make update-copyright"
2009-08-05  Joel E. Dennymaint: automate annual package-wide copyright-year...
2009-06-10  Akim Demaillegnulib: update.
2009-04-21  Joel E. DennyFinish implementing %define lr.type.
2009-03-26  Akim Demaillegnulib: update.
2009-02-12  Akim DemailleUpdate gnulib.
2008-12-11  Joel E. DennyVersion 2.4.1. v2.4.1
2008-11-12  Paolo BonziniReplace m4/warning.m4 with warnings module.
2008-10-18  Joel E. DennyUpdate several administrative files mainly to facilitat...
2008-07-16  Joel E. DennyFix some .gitignore and .cvsignore problems.
2008-07-16  Joel E. DennyImprove forward-compatibility with GNU M4.
2008-07-14  Joel E. DennyAdd .gitignore everywhere based on .cvsignore.
2008-04-21  Joel E. DennyUpdate to the current gnulib CVS repository, and fix...
2007-09-21  Paul Eggert* src/gram.c (rule_rhs_print_xml): Now static, since...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-07-17  Joel E. Denny* lib/.cvsignore: Add charset.alias.
2007-07-17  Joel E. Denny* build-aux/.cvsignore: Add compile.
2007-07-17  Joel E. Denny* bootstrap (slurp): Create target directories that...
2007-04-04  Paul Eggert* README-hacking: New file, taken mostly from coreutils...
2007-03-02  Joel E. DennyMiscellaneous %define and %code cleanup.
2007-02-24  Joel E. Dennylib/.cvsignore: Update.
2007-02-19  Joel E. Denny* bootstrap: Remove occurrences of .#bootmp from lib...
2007-02-12  Paul EggertUndo my 2007-02-07 change, switching back to the c...
2007-02-07  Paul EggertUndo most of the 2007-02-03 change, switching to the...
2007-02-04  Paul Eggert* .cvsignore: Add javacomp.sh, javaexec.sh. Is this...
2007-01-26  Paul EggertAdjust to recent gnulib changes.
2006-12-31  Joel E. DennyFor push mode, convert yyparse from a macro to a functi...
2006-10-15  Paul Eggert* lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
2006-10-13  Paul Eggert* bootstrap.conf (gnulib_modules): Add config-h.
2006-09-20  Paul Eggert* stamp-h.in: Remove; no longer needed.
2006-09-15  Paul EggertUse some of gnulib's new modules, taken from coreutils.
2006-08-11  Paul Eggert* lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
2006-07-25  Paul EggertUpdate to latest gnulib and gettext versions.
2006-07-09  Paul EggertAdjust to Autoconf 2.60 and today's gnulib.
2006-02-09  Paul EggertUpdate copyright.
2006-02-01  Paul Eggert* lib/bbitset.h (struct bitset_vtable): Rename members...
2006-01-22  Paul Eggert* Makefile.cfg (local-checks-to-skip): Add changelog...
2006-01-21  Paul EggertBe a bit more systematic about using 'abort'.
2006-01-20  Paul EggertFix some porting glitches found by Nelson H. F. Beebe.
2006-01-20  Paul EggertMinor fixups to get 'make maintainer-check' to work.
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
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-10-02  Juan Manuel GuerreroNew function end_of_output_subpipe() added to allow...
2005-09-29  Paul EggertPort to SunOS 4.1.4, which lacks strtoul and strerror.
2005-09-27  Paul Eggert* bootstrap (gnulib_modules): Add verify.
2005-09-09  Paul Eggert* doc/bison.texinfo: Correct typos in previous fix.
2005-09-08  Paul EggertAdd pipe-safer.c, stdio--.h, unistd--.h,
2005-08-22  Paul Eggert* lib/.cvsignore: Remove realloc.c, strncasecmp.c,...
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-07-22  Paul EggertUpdate copyright.
2005-07-22  Paul Eggert* lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
2005-07-20  Paul Eggert(create_subpipe): Rewrite slightly to avoid warnings...
2005-05-25  Paul EggertFix BeOS, FreeBSD, MacOS porting problems reported...
2005-05-22  Paul Eggert* bootstrap: Add stdio-safer, unistd-safer modules.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2004-12-09  Paul EggertAdd strdup.c, strdup.h.
2004-10-09  Paul EggertAdd getopt_.h, xalloc-die.c.
2004-05-03  Paul EggertRemove more 'intl'-related files while bootstrapping.
2004-04-28  Paul EggertGet files from the gnulib and po repositories, instead...
2004-04-28  Paul EggertRewrite so that subpipe.h can stand alone. Assume...
2004-04-28  Paul EggertRemove PARAMS.
2004-04-28  Paul EggertRemove PARAMS and upgrade to latest obstack.h.
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2004-02-02  Paul EggertReplace INCLUDES with AM_CPPFLAGS, fixing a bug in...
next