mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
* ChangeLog: For changes in doc/bison.texinfo, consistently reference
node names: say "Decl Summary" not "Bison Declaration Summary".
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -6,6 +6,9 @@
|
|||||||
<http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
|
<http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
|
||||||
* THANKS: Add Christian Burger.
|
* THANKS: Add Christian Burger.
|
||||||
|
|
||||||
|
* ChangeLog: For changes in doc/bison.texinfo, consistently reference
|
||||||
|
node names: say "Decl Summary" not "Bison Declaration Summary".
|
||||||
|
|
||||||
2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
|
2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
* src/muscle_tab.c (muscle_percent_define_flag_if): In order to
|
* src/muscle_tab.c (muscle_percent_define_flag_if): In order to
|
||||||
@@ -737,8 +740,8 @@
|
|||||||
* NEWS (2.3a+): Add entry for the change to %define. Update entry for
|
* NEWS (2.3a+): Add entry for the change to %define. Update entry for
|
||||||
%code.
|
%code.
|
||||||
* doc/bison.texinfo (Prologue Alternatives): Update.
|
* doc/bison.texinfo (Prologue Alternatives): Update.
|
||||||
(Bison Declaration Summary): In %defines entry, update mention of
|
(Decl Summary): In %defines entry, update mention of `%code requires'
|
||||||
`%code requires' and `%code provides'.
|
and `%code provides'.
|
||||||
(C++ Location Values): Update %define uses.
|
(C++ Location Values): Update %define uses.
|
||||||
(Calc++ Parser Interface): Likewise.
|
(Calc++ Parser Interface): Likewise.
|
||||||
(Calc++ Parser): Likewise, and update `%code requires' uses.
|
(Calc++ Parser): Likewise, and update `%code requires' uses.
|
||||||
@@ -3015,7 +3018,7 @@
|
|||||||
* doc/bison.texinfo (The prologue): Update names, and replace remaining
|
* doc/bison.texinfo (The prologue): Update names, and replace remaining
|
||||||
prologue blocks with %*-header declarations.
|
prologue blocks with %*-header declarations.
|
||||||
(Calc++ Parser): Likewise.
|
(Calc++ Parser): Likewise.
|
||||||
(Bison Declaration Summary): Update names.
|
(Decl Summary): Update names.
|
||||||
(Table of Symbols): Update description.
|
(Table of Symbols): Update description.
|
||||||
* src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
|
* src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
|
||||||
(PERCENT_END_HEADER): ... this.
|
(PERCENT_END_HEADER): ... this.
|
||||||
@@ -3092,9 +3095,8 @@
|
|||||||
header and code file.
|
header and code file.
|
||||||
* doc/bison.texinfo (Prologue): Show use of %before-definitions instead
|
* doc/bison.texinfo (Prologue): Show use of %before-definitions instead
|
||||||
of prologues for %union dependencies.
|
of prologues for %union dependencies.
|
||||||
(Bison Declaration Summary): In %defines description, mention the
|
(Decl Summary): In %defines description, mention the effect of
|
||||||
effect of %before-definitions and %after-definitions on the header
|
%before-definitions and %after-definitions on the header file.
|
||||||
file.
|
|
||||||
(Calc++ Parser): Forward declare driver in a %before-definitions rather
|
(Calc++ Parser): Forward declare driver in a %before-definitions rather
|
||||||
than in the pre-prologue so that make check succeeds.
|
than in the pre-prologue so that make check succeeds.
|
||||||
(Table of Symbols): Add entries for %before-definitions and
|
(Table of Symbols): Add entries for %before-definitions and
|
||||||
|
|||||||
Reference in New Issue
Block a user