]> git.saurik.com Git - bison.git/history - src/system.h
fix C90 compliance
[bison.git] / src / system.h
2012-12-12  Akim Demaillefix C90 compliance
2012-11-26  Akim DemailleMerge remote-tracking branch 'origin/branch-2.6' into...
2012-11-12  Akim DemailleMerge remote-tracking branch 'origin/branch-2.6' into...
2012-11-08  Akim DemailleMerge branch 'branch-2.6' into maint
2012-11-06  Akim DemailleMerge branch 'branch-2.6' into maint
2012-10-26  Akim DemailleMerge branch 'branch-2.6' into maint
2012-10-23  Akim DemailleMerge branch 'branch-2.6' into maint
2012-10-22  Akim DemailleMerge branch '2.6.3' into maint
2012-10-11  Theophile Ranquetobstack: import obstack_finish0 from master
2012-10-09  Akim Demaillemaint: more macros
2012-09-04  Akim Demailleremove useless include
2012-07-31  Akim Demailleuse obstack_printf
2012-07-26  Akim Demailleobstack_quote: escape and quote for M4
2012-07-26  Akim Demailleobstack_escape: escape M4 characters
2012-07-26  Akim Demailleremove dead macro
2012-07-26  Akim Demaillemaint: style changes
2012-03-31  Akim Demaillec++: use nullptr for C++11.
2012-03-30  Akim Demaillemaint: formatting changes.
2012-02-23  Akim Demailletests: fix regressions.
2012-02-19  Akim Demaillemaint: avoid "magic number exit".
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2011-05-14  Joel E. DennyDon't use IF_LINT in Bison sources.
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-14  Joel E. DennyEnable assertion output and --disable-assert for configure.
2009-09-05  Joel E. DennyUse aver not assert.
2009-08-06  Joel E. Dennymaint: run "make update-copyright"
2007-08-15  Paul EggertUpdate to GPLv3.
2007-01-26  Paul EggertAdjust to recent gnulib changes.
2006-09-15  Paul EggertUse some of gnulib's new modules, taken from coreutils.
2006-09-15  Paul EggertPort to GCC 2.95. First two problems reported by Micha...
2006-07-09  Paul EggertAdjust to Autoconf 2.60 and today's gnulib.
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
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.
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
2005-11-09  Akim DemailleIn some (weird) cases, the final state number is incorrect.
2005-10-13  Akim Demaille* src/scan-skel.l: Output the base name parts of the...
2005-10-02  Paul EggertUse unlocked I/O for a minor performance improvement...
2005-09-27  Paul Eggert* bootstrap (gnulib_modules): Add verify.
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-01-13  Paul Eggert(OUTPUT_EXT, TAB_EXT): Define only if not defined
2004-12-10  Paul Eggert(CALLOC, MALLOC, REALLOC): Remove.
2004-11-22  Paul EggertXFREE -> free
2004-04-28  Paul EggertGet files from the gnulib and po repositories, instead...
2004-04-28  Paul EggertRemove more K&R C support.
2003-03-12  Paul EggertMerge changes from gnulib. This was prompted because...
2003-02-03  Paul EggertUse more-consistent naming conventions for local vars.
2003-01-03  Paul Eggert(_Bool, bool, false, true, __bool_true_false_are_defined):
2002-12-13  Paul Eggert(alloca): Remove; decl no longer needed.
2002-12-11  Paul EggertDo not include <errno.h>.
2002-11-21  Paul EggertDo not include <assert.h>.
2002-11-05  Paul Eggert(IF_LINT): New macro, taken from coreutils.
2002-11-03  Paul Eggert(errno): Remove declaration, as we are now assuming...
2002-10-30  Akim Demaille* src/system.h: Don't use #ifdef/#ifndef on HAVE_ value...
2002-10-23  Akim Demaille* src/system.h: Include sys/types.
2002-10-22  Paul Eggert(bool, false, true): Use a definition consistent with...
2002-10-21  Paul Eggert(PARAMS): Remove.
2002-08-12  Paul Eggert(alloca): Use same pattern as ../lib/error.c.
2002-07-31  Akim DemailleSteal GCC's --time-report support.
2002-07-31  Akim DemailleLet --trace have arguments.
2002-06-11  Akim DemailleHave Bison grammars parsed by a Bison grammar.
2002-05-02  Akim DemailleRemove the so called hairy (semantic) parsers.
2002-04-10  Akim Demaille* src/system.h: Rely on HAVE_LIMITS_H.
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-08  Akim Demaille* src/system.h: No longer using strndup.
2002-03-14  Akim DemailleUse Gettext 0.11.1.
2002-03-04  Akim Demaille* src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
2002-02-25  Akim Demaille* lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New...
2002-02-05  Akim DemailleGive a try to M4 as a back end.
2002-01-20  Marc Autret* src/system.h: Need to define __attribute__ away for...
2002-01-11  Tim Van Holder* src/system.h: Use canonical definition for PARAMS...
2002-01-08  Akim Demaille* lib/basename.c, lib/dirname.h, lib/dirname.c, lib...
2001-12-30  Akim Demaille* src/system.h: We don't need nor want bcopy.
2001-12-27  Akim Demaille* configure.in: Check the protos of strchr ans strspn.
2001-12-12  Akim DemailleSome hosts don't like `/' in includes.
2001-12-10  Akim Demaille* src/output.c (output, prepare): Make sure the values...
2001-11-27  Akim Demaille* src/system.h: Use intl/libgettext.h.
2001-11-23  Akim Demaille* src/system.h: Include alloca.h.
2001-11-19  Akim Demaille* src/system.h (LIST_FREE, shortcpy): New.
2001-11-14  Akim Demaille* src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure...
2001-11-12  Akim DemailleAdjust ngettext default.
2001-11-12  Akim Demaille* src/system.h (ngettext): Now that we use ngettext...
2001-10-04  Akim DemailleMerge in branch-1_29. after-merge-branch-1_29
2001-08-10  Akim Demaille* src/system.h: Provide default declarations for stpcpy...
2001-08-01  Akim Demaille* doc/bison.texinfo: Update.
2000-12-20  Akim DemailleAlso handle the output file (--verbose) with obstacks.
2000-12-19  Akim Demaille* src/system.h (obstack_grow_literal_string): Rename...
2000-12-19  Akim Demaille* src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from...
2000-12-19  Akim Demaille* src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_G...
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-11-02  Akim DemailleRemove the last uses of mktemp and unlink/delete.
2000-11-01  Akim DemailleChange each use of `fattrs' into a use of `attrs_obstack'.
2000-11-01  Akim DemailleIntroduce obstacks.
2000-10-02  Akim DemailleVarious anti-`extern in *.c' changes.
2000-10-02  Akim Demaille* src/reduce.h: New file.
2000-09-20  Akim Demaille* src/acconfig.h: Don't protect config.h against multiple
next