]> git.saurik.com Git - bison.git/history - src
warnings: avoid warnings from clang
[bison.git] / src /
2012-10-22  Akim Demaillewarnings: avoid warnings from clang
2012-09-25  Akim Demailleregen
2012-09-04  Akim Demailleremove useless include
2012-09-03  Jim Meyeringuse locale-indep. c_is* functions for parsing, not...
2012-09-03  Akim Demaille--help: include a place to report translation issues
2012-08-02  Akim Demailleyacc: remove trailing end of line at end of file
2012-08-01  Akim Demailleregen
2012-08-01  Akim Demaillec++: trailing end-of-lines in %parse-param
2012-07-31  Akim Demailleuse obstack_printf
2012-07-30  Akim Demaillescanner: restore a missing start condition
2012-07-27  Akim Demailleregen
2012-07-27  Akim Demailleregen
2012-07-27  Akim Demailleprinter/destructor: translate only once
2012-07-27  Akim Demaillefactor the handling of m4 escaping
2012-07-27  Akim Demaillestyle changes in the scanners
2012-07-26  Akim Demailleregen
2012-07-26  Akim Demaillesupport $<tag>$ in printers and destructors
2012-07-26  Akim Demaillescan-code: factor the handling of the type in $<TYPE>$
2012-07-26  Akim Demaillemuscles: fix another occurrence of unescaped type name
2012-07-26  Akim Demailleformatting changes
2012-07-26  Akim Demaillebe sure to properly escape type names
2012-07-26  Akim Demailleobstack_quote: escape and quote for M4
2012-07-26  Akim Demaillemuscles: shuffle responsabilities
2012-07-26  Akim Demaillemuscles: make private functions static
2012-07-26  Akim Demaillemuscles: rename private functions/macros
2012-07-26  Akim Demailleobstack_escape: escape M4 characters
2012-07-26  Akim Demailleremove dead macro
2012-07-26  Akim Demaillemaint: style changes
2012-06-29  Akim Demailleapi.prefix.
2012-06-27  Akim Demaillec++: do not export YYTOKEN_TABLE and YYERROR_VERBOSE.
2012-06-17  Akim Demailleregen.
2012-06-05  Jim Meyeringmaint: fix comment typos
2012-05-23  Akim DemailleBison 2.5.1_rc2. v2.5.1_rc2
2012-05-21  Akim Demailleskeletons: remove support for unused directive.
2012-05-21  Akim Demaillespace changes.
2012-05-21  Akim Demaillebuild: do not prototype flex-generated functions.
2012-05-14  Akim DemailleBison 2.5.1_rc1.
2012-05-08  Akim Demaillecommand line: fix minor leaks.
2012-05-06  Akim Demaillemaint: regen.
2012-05-06  Akim Demaillemaint: import the xmemdup0 gnulib module.
2012-05-06  Jim Meyeringmaint: regen src/parse-gram.[ch]
2012-05-06  Jim Meyeringmaint: simplify parse-gram.y
2012-05-06  Jim Meyeringmaint: s/strncpy/memcpy/, when equivalent
2012-03-31  Akim Demaillec++: use nullptr for C++11.
2012-03-30  Akim Demaillemaint: formatting changes.
2012-03-09  Akim Demailletests: be robust to quote style.
2012-03-09  Akim Demaillemaint: update gnulib.
2012-02-23  Akim Demailleregen.
2012-02-23  Akim Demailletests: fix regressions.
2012-02-19  Akim Demaillemaint: address sc_bindtextdomain, sc_program_name and...
2012-02-19  Akim Demailleregen.
2012-02-19  Akim Demaillemaint: avoid "magic number exit".
2012-02-19  Akim Demaillemaint: fix some syntax-check issues.
2012-02-19  Akim Demaillemaint: address a couple of syntax-check errors.
2012-02-15  Akim Demaillemaint: rely on Automake for parsers.
2012-02-08  Akim Demailleuse a more consistent quoting style.
2012-01-31  Akim Demaillemaint: remove stray debug code.
2012-01-31  Akim Demaillemaint: space changes.
2012-01-31  Akim Demaillemaint: more silent-rules.
2012-01-31  Jim Meyeringdo not ignore errors like ENOSPC,EIO when writing to...
2012-01-26  Akim Demaillemaint: remove trailing blanks.
2012-01-24  Jim Meyeringchange more quotes in source, and adjust tests to match
2012-01-23  Jim Meyeringquote consistently and make tests pass with new quoting...
2012-01-15  Jim Meyeringmaint: avoid "the the"
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2012-01-11  Akim Demaillescanner: fix typo.
2011-05-14  Joel E. DennyDon't use IF_LINT in Bison sources.
2011-05-02  Joel E. DennyFix precedence for end token.
2011-05-01  Joel E. DennyPacify -DGNULIB_POSIXCHECK.
2011-04-16  Joel E. Dennygnulib, autoconf: update.
2011-04-09  Joel E. DennyFix missing updates to GPLv3.
2011-04-04  Joel E. DennyAdd -Wconflicts-sr and -Wconflicts-rr.
2011-04-03  Joel E. DennyAdd -Wother so -Wnone suppresses all warnings.
2011-04-03  Joel E. DennyDon't let -Wnone disable -Werror.
2011-03-27  Di-an JanImplement no-XXX arguments for --warnings, --report...
2011-03-20  Joel E. Dennylr.default-reductions: rename "full" value to "most".
2011-03-13  Joel E. Denny* src/parse-gram.c, src/parse-gram.h: Regenerate.
2011-03-09  Akim Demaillenamed references: fix double free.
2011-03-06  Joel E. Dennylr.default-reductions: rename "all" value to "full".
2011-02-06  Joel E. Dennydoc: document experimental features better.
2011-02-06  Joel E. DennyDo not allow identifiers that start with a dash.
2011-01-25  Joel E. Denny* data/yacc.c: Fix last apostrophe warning from xgettext.
2011-01-25  Paul EggertFix minor problems encountered by a fresh bootstrap.
2011-01-09  Joel E. DennyImprove error messages for `$' or `@' followed by ...
2011-01-05  Alex RozenmanDo not allow identifiers that start with a negative...
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-12-24  Joel E. Dennyparse.lac: implement exploratory stack reallocations.
2010-12-24  Joel E. Dennyparse.lac: implement as %define variable.
2010-11-07  Joel E. Dennyyysyntax_error: fix for consistent error with lookahead.
2010-11-07  Joel E. Dennyyysyntax_error: prepare for readability of next patches.
2010-10-17  Joel E. Dennymaint: re-anchor all .gitignore entries.
2010-10-16  Paul EggertFix portability problem on OpenBSD 4.7.
2010-10-16  Paul EggertAdjust to recent changes to gnulib bootstrap.
2010-08-02  Joel E. Denny-Werror: fix for rules useless in parser after conflicts.
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-05-02  Joel E. Dennytests: fix maintainer-xml-check.
2010-05-02  Joel E. DennyIn DOT output, convert from "/*" comments to "//" comments.
2010-04-30  Joel E. DennyRevert 2009-12-30 change for undefined %prec token...
2010-04-25  Joel E. Dennyi18n: fix untranslatable string.
2010-04-10  Joel E. Dennyportability: fix pointer arithmetic to conform to C...
next