[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/6] doc: minor completion and fixes
From: |
Akim Demaille |
Subject: |
[PATCH 5/6] doc: minor completion and fixes |
Date: |
Thu, 3 Jan 2013 15:05:49 +0100 |
* doc/bison.texi (%define Summary): Provide more history to some
variables.
---
doc/bison.texi | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/doc/bison.texi b/doc/bison.texi
index 7a7511a..ba8a072 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -5590,7 +5590,9 @@ The parser namespace is @code{foo} and @code{yylex} is
referenced as
@item Default Value: none
address@hidden History: introduced in Bison 2.7
address@hidden History:
+Introduced in Bison 2.7 for C, C++ and Java. Introduced under the name
address@hidden for C++ in Bison 2.5 and for Java in Bison 2.4.
@end itemize
@c ================================================== api.prefix
@@ -5654,7 +5656,8 @@ Reporting Function @code{yyerror}})
@item Default Value: @code{false}
address@hidden History: the @code{full} value was introduced in Bison 2.7
address@hidden History:
+the @code{full} value was introduced in Bison 2.7
@end itemize
@c api.pure
@@ -5764,6 +5767,14 @@ Request variant-based semantic values.
@ @end itemize
@c api.value.type
+
address@hidden ================================================== location_type
address@hidden location_type
address@hidden %define location_type
+Obsoleted by @code{api.location.type} since Bison 2.7.
address@hidden namespace
+
+
@c ================================================== lr.default-reduction
@item lr.default-reduction
@@ -5800,6 +5811,7 @@ remain in the parser tables. @xref{Unreachable States}.
@item Accepted Values: Boolean
@item Default Value: @code{false}
@end itemize
address@hidden History:
introduced as @code{lr.keep_unreachable_states} in 2.3b, renamed as
@code{lr.keep-unreachable-states} in 2.5, and as
@code{lr.keep-unreachable-state} in 2.8.
--
1.8.0.2
- [PATCH 0/6] {master} prepare the documentation for api.value.type, Akim Demaille, 2013/01/03
- [PATCH 2/6] todo: remove erroneous task, Akim Demaille, 2013/01/03
- [PATCH 1/6] gnulib: update, Akim Demaille, 2013/01/03
- [PATCH 3/6] doc: fix html build, Akim Demaille, 2013/01/03
- [PATCH 5/6] doc: minor completion and fixes,
Akim Demaille <=
- [PATCH 6/6] doc: use deffn to declare the list of %define variables, Akim Demaille, 2013/01/03
- [PATCH 4/6] java: stype is obsoleted by api.value.type, Akim Demaille, 2013/01/03