X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/520144aadc34f57ac0572ded66ab62fc32cb3069..671850a1c3e1aaac93a89fabc6d810be6a4a77fe:/ChangeLog-2012 diff --git a/ChangeLog-2012 b/ChangeLog-2012 index faa7e186..abc1adb6 100644 --- a/ChangeLog-2012 +++ b/ChangeLog-2012 @@ -10643,7 +10643,7 @@ (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part, which is now, again, a separate token. Adjust all dependencies. - Whereever actions with $ and @ are used, use translate_code. + Wherever actions with $ and @ are used, use translate_code. (action): Remove this nonterminal which is now useless. * src/reader.c: Include assert.h, scan-gram.h and scan-code.h. (grammar_current_rule_action_append): Use translate_code. @@ -11829,10 +11829,10 @@ * Makefile.am: DJGPP specific files added to EXTRA_DIST. * djgpp/Makefile.maint: Fix PACKAGE variable computation. - * djgpp/config.bat: Replace every occurence of the file name + * djgpp/config.bat: Replace every occurrence of the file name scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS. - * djgpp/config.sed: Replace every occurence of the file name + * djgpp/config.sed: Replace every occurrence of the file name scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS. * djgpp/djunpack.bat: DJGPP specific file. @@ -15105,7 +15105,7 @@ (YYERROR): Goto to yyerrorlab, not yyerrlab1. (yyerrlab1): Remove, but where it used to be (now the bottom part of yyerrlab), when hitting EOF, pop the whole stack here instead of - merely falling thru the default error handling mechanism. + merely falling through the default error handling mechanism. (yyerrorlab): New label, with the old contents of YYERROR, plus the following change: pop the stack of rhs corresponding to the production that invoked YYERROR. That is how Yacc @@ -18827,7 +18827,7 @@ 2002-07-30 Akim Demaille - `stage' was accidently included in a previous patch. + `stage' was accidentally included in a previous patch. Initiate its autoconfiscation. * configure.in: Look for malloc.h and sys/times.h. @@ -21830,7 +21830,7 @@ (insert_accepting_state, augment_automaton): Remove, since now these states are automatically computed from the initial state. (generate_states): Adjust. - * src/print.c: When reporting a rule number to the user, substract + * src/print.c: When reporting a rule number to the user, subtract 1, so that the axiom rule is rule 0, and the first user rule is 1. * src/reduce.c: Likewise. * src/print_graph.c (print_core): For the time being, just as for @@ -26733,7 +26733,7 @@ ----- - Copyright (C) 1987-1988, 1991-2012 Free Software Foundation, + Copyright (C) 1987-1988, 1991-2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without