]> git.saurik.com Git - bison.git/history - ChangeLog
tests: don't depend on the actual location type.
[bison.git] / ChangeLog
2010-04-13  Akim Demailletests: don't depend on the actual location type.
2010-04-13  Akim Demailleformatting changes.
2010-04-13  Akim Demaillelalr1.cc: remove useless forward declaration.
2010-04-11  Joel E. Denny* NEWS (2.4.3): Mention fix for Sun Studio C++.
2010-04-10  Joel E. Dennytests: fix for newer Sun Studio C++.
2010-04-10  Joel E. Dennyportability: fix pointer arithmetic to conform to C...
2010-04-05  Akim Demailleremove useless include.
2010-04-05  Akim Demaillegraph: sign the output file.
2010-04-03  Joel E. Dennyportability: fix test suite for GCC 4.5's new #error...
2010-03-30  Akim Demaillefix comments.
2010-03-25  Akim Demailletests: fix 250: parse.error=verbose overflow.
2010-03-24  Joel E. Dennyportability: fix for BSD make.
2010-03-23  Joel E. Dennyportability: fix spawning on at least FreeBSD 8 and...
2010-03-20  Joel E. Dennymaint: update for changes to gnulib's announce-gen.
2010-03-20  Joel E. DennyVersion 2.4.2.
2010-02-23  Joel E. Dennytests: fix maintainer-xml-check for recent changes.
2010-02-22  Joel E. Dennyportability: fix several issues with M4 subprocess.
2010-02-05  Joel E. DennyUpdate POTFILES.
2010-02-01  Joel E. DennyCode cleanup.
2010-01-22  Joel E. Dennytests: fix missing include caught by g++ 4.4.1.
2010-01-21  Joel E. Denny* cfg.mk (gnulib_dir): Assume gnulib is a subdirectory.
2010-01-21  Joel E. Dennymaint: automate PACKAGE_COPYRIGHT_YEAR update, and...
2010-01-20  Joel E. Denny* bootstrap: Import improvements from latest gnulib.
2010-01-20  Joel E. Dennybuild: require Automake 1.11.1 to avoid a security...
2010-01-19  Joel E. Dennygnulib: update to latest.
2010-01-19  Joel E. DennyChangeLog (2006-09-15): add Odd Arild Olsen's role...
2010-01-15  Joel E. DennyThank the developer of the initial push parser implemen...
2010-01-04  Joel E. DennyFix some comments concerning LR(0) versus LALR(1).
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-31  Joel E. DennyPOSIX: complain if %prec's token was not defined.
2009-12-31  Joel E. DennyPOSIX: warn if %prec's token was not defined.
2009-12-31  Joel E. Denny* HACKING (Release Procedure): Recommend a secure automake.
2009-12-29  Joel E. Dennyportability: `<' and `>' are not always defined on...
2009-12-22  Joel E. DennyFix handling of yychar manipulation in user semantic...
2009-12-21  Joel E. DennyYYFAIL: warn about uses and remove from lalr1.java.
2009-12-21  Joel E. DennyYYFAIL: deprecate.
2009-12-20  Joel E. Dennytests: cleanup.
2009-12-19  Joel E. Dennylalr1.cc: don't discard non-existent lookahead on synta...
2009-12-17  Joel E. DennyCode cleanup.
2009-12-16  Joel E. DennyAdd gcc's -Wundef to test suite and fix another warning...
2009-12-16  Joel E. Denny* data/yacc.c: Reformat m4 a little.
2009-12-16  Joel E. DennyDocument gcc -Wundef fix.
2009-12-16  Jonathan NiederSimplify y.tab.c when location tracking is disabled.
2009-12-16  Jonathan NiederAvoid warnings from gcc -Wundef y.tab.c.
2009-12-15  Joel E. Dennyautoconf: update to latest for fix of M4 detection.
2009-12-15  Joel E. Dennyportability: use -DGNULIB_POSIXCHECK.
2009-12-15  Joel E. Dennygnulib: update for fix of fprintf-posix, which we'll...
2009-12-14  Joel E. DennyEnable assertion output and --disable-assert for configure.
2009-12-14  Joel E. DennyExpand GLR acronym in summary of Bison.
2009-11-26  Alex Rozenman Document named references.
2009-10-16  Joel E. Dennycleanup.
2009-10-16  Joel E. Dennyportability: don't assume 8-bit bytes.
2009-10-11  Joel E. Dennyportability: use va_start and va_end in the same function.
2009-10-08  Joel E. Denny* data/bison.m4: Update comments for rename to muscle...
2009-10-08  Joel E. DennyMinor code cleanup.
2009-10-06  Joel E. Denny* TODO (Complaint submessage indentation): New.
2009-10-05  Joel E. DennyMinor code cleanup.
2009-10-05  Joel E. Dennytests: skip tests of file names that platform does...
2009-10-04  Joel E. Dennyyysyntax_error: avoid duplicate lookahead collection.
2009-10-04  Joel E. Dennyyysyntax_error: test memory management more.
2009-10-04  Joel E. Dennybenchmarks: use %debug consistently among grammars.
2009-10-04  Joel E. DennyRemove dead code.
2009-10-03  Alex RozenmanAdd additional space after periods in NEWS.
2009-09-29  Joel E. DennyUse the correct conversion specifier for size_t.
2009-09-27  Joel E. Dennytests: don't abuse AT_BISON_CHECK.
2009-09-26  Joel E. Dennytests: check that parse-gram.y's IELR and LALR are...
2009-09-19  Alex RozenmanKeep sub-messages aligned. Fix strings for translation.
2009-09-17  Akim Demailledoc: fixes.
2009-09-16  Akim Demailledoc: lalr1.cc and variants.
2009-09-16  Akim Demailledoc: spell checking.
2009-09-16  Akim Demailledoc: comment changes.
2009-09-16  Akim Demaillelalr1.cc: factor the yytranslate_ invocation in make_SY...
2009-09-16  Akim DemailleTODO: statistics.
2009-09-13  Joel E. Dennytests: clean up push.at test group titles.
2009-09-12  Alex RozenmanProvide an additional sub-message for clarity.
2009-09-10  Joel E. DennyClean up yacc.c a little.
2009-09-10  Joel E. DennyFix --enable-gcc-warnings.
2009-09-09  Akim Demaillelalr1.cc: syntax_error as exceptions.
2009-09-09  Akim Demaillelalr1.cc: add missing "inline".
2009-09-09  Akim Demaille%param: documentation.
2009-09-09  Akim DemailleRegen.
2009-09-09  Akim Demaillestyle changes.
2009-09-09  Akim Demaille%parse: support several arguments.
2009-09-09  Akim DemailleRegen.
2009-09-09  Akim Demaille%param.
2009-09-05  Joel E. DennyComplain about unused %define variables and %code quali...
2009-09-05  Joel E. DennyUse aver not assert.
2009-09-05  Alex Rozenman Use "Unresolved reference" error message when no symbo...
2009-09-04  Akim DemailleAdjust synclines in src/parse-gram.[ch].
2009-09-03  Joel E. DennyDon't suppress warnings about unused parse.error.
2009-09-03  Akim DemailleNEWS: Internationalization.
2009-09-03  Akim Demaillebootstrap: fix/improve find_tool.
2009-08-29  Joel E. DennyFix gcc 3.4.4 shadowing warning reported by Eric Blake.
2009-08-28  Joel E. Denny%define: accept unquoted values.
2009-08-28  Joel E. Denny%define lr.type: make values lowercase IDs.
2009-08-28  Eric Blakescan-gram: avoid portability trap with ctype usage.
2009-08-27  Joel E. Dennytests: use perl for printing special sequences to files.
2009-08-26  Joel E. Dennytests: show a use of %define lr.default-reductions...
2009-08-26  Akim Demailletests: portability fix.
2009-08-26  Joel E. DennyActually handle the yytable zero value correctly this...
next