X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9edcd89542cbc475e2e17606166ca7e0d541917a..0f37a9942fa297c9e45e5224844c1938a45834f2:/ChangeLog diff --git a/ChangeLog b/ChangeLog index d0f701f6..b3ec41f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2001-11-14 Akim Demaille + + * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper + definition. + * src/main.c (main): Use them. + Suggested by Hans Aberg. + +2001-11-12 Akim Demaille + + * src/system.h (ngettext): Now that we use ngettext, be sure to + provide a default definition when NLS are not used. + 2001-11-12 Akim Demaille * doc/bison.texinfo: Use `$' as shell prompt, not `%'. @@ -55,7 +67,7 @@ (conflicts_print, conflicts_output): New. * src/conflicts.h: Adjust. * src/main.c (main): Invoke both conflicts_output and conflicts_print. - * src/print.c (print_grammar): Issue `\n' between to rule outputs. + * src/print.c (print_grammar): Issue `\n' between two rules. * tests/regression.at (Conflicts): New. Reported by Tom Lane. @@ -74,7 +86,7 @@ * src/bison.simple (YYSTACK_REALLOC): New. (yyparse) [!yyoverflow]: Use it and free the old stack. - Reported by FIXME: Who. + Reported by Per Allansson. 2001-11-12 Pascal Bart