]> git.saurik.com Git - bison.git/commitdiff
* doc/bison.texinfo (Table of Symbols): Document
authorAkim Demaille <akim@epita.fr>
Wed, 15 Aug 2001 08:25:10 +0000 (08:25 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 15 Aug 2001 08:25:10 +0000 (08:25 +0000)
YYSTACK_USE_ALLOCA.

18 files changed:
ChangeLog
doc/Makefile.in
doc/bison.texinfo
doc/stamp-vti
doc/version.texi
po/de.gmo
po/de.po
po/es.po
po/et.gmo
po/et.po
po/fr.gmo
po/fr.po
po/ja.gmo
po/ja.po
po/nl.gmo
po/nl.po
po/ru.gmo
po/ru.po

index 27cd3ca80424e0bb9d6c0d15e6eb96fd3b416f4b..d1358cb6bb4c4cd89a1e4f999fae0919a74627eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-15  Akim Demaille  <akim@epita.fr>
+
+       * doc/bison.texinfo (Table of Symbols): Document
+       YYSTACK_USE_ALLOCA.
+
 2001-08-15  Akim Demaille  <akim@epita.fr>
 
        * missing: Update from CVS Automake.
 2001-08-15  Akim Demaille  <akim@epita.fr>
 
        * missing: Update from CVS Automake.
index bbbee796591cc32887eaf4c32ac3c8785b1cb749..68376ddb3ad062086b2b7ab8f70a3cfb4431ece6 100644 (file)
@@ -98,7 +98,7 @@ AUTOMAKE_OPTIONS = 1.4
 
 info_TEXINFOS = bison.texinfo
 man_MANS = bison.1
 
 info_TEXINFOS = bison.texinfo
 man_MANS = bison.1
-bison_TEXINFOS = gpl.texi
+bison_TEXINFOS = gpl.texi fdl.texi
 
 EXTRA_DIST = FAQ bison.1 bison.rnh refcard.tex
 
 
 EXTRA_DIST = FAQ bison.1 bison.rnh refcard.tex
 
index 63eece1f1138f9c70514ac00772fd297d54bc6bf..969d8156b97a88052e15abfb9e3371a936811e04 100644 (file)
@@ -3045,6 +3045,21 @@ This output file is essential if you wish to put the definition of
 be able to refer to token type codes and the variable
 @code{yylval}.  @xref{Token Values, ,Semantic Values of Tokens}.@refill
 
 be able to refer to token type codes and the variable
 @code{yylval}.  @xref{Token Values, ,Semantic Values of Tokens}.@refill
 
+@c @item %source_extension
+@c Specify the extension of the parser output file.
+@c
+@c For example, a grammar file named @file{foo.yy} and containing a
+@c @code{%source_extension .cpp} directive will produce a parser file
+@c named @file{foo.tab.cpp}
+@c
+@c @item %header_extension
+@c Specify the extension of the parser header file generated when
+@c @code{%define} or @samp{-d} are used.
+@c
+@c For example, a garmmar file named @file{foo.ypp} and containing a
+@c @code{%header_extension .hh} directive will produce a header file
+@c named @file{foo.tab.hh}
+
 @item %verbose
 Write an extra output file containing verbose descriptions of the
 parser states and what is done for each type of look-ahead token in
 @item %verbose
 Write an extra output file containing verbose descriptions of the
 parser states and what is done for each type of look-ahead token in
@@ -5052,6 +5067,12 @@ accept.  @xref{Pure Calling,, Calling Conventions for Pure Parsers}.
 Macro whose value indicates whether the parser is recovering from a
 syntax error.  @xref{Action Features, ,Special Features for Use in Actions}.
 
 Macro whose value indicates whether the parser is recovering from a
 syntax error.  @xref{Action Features, ,Special Features for Use in Actions}.
 
+@item YYSTACK_USE_ALLOCA
+Macro used to control the use of @code{alloca}. If defined to @samp{0},
+the parser will not use @code{alloca} but @code{malloc} when trying to
+grow its internal stacks. Do @emph{not} define @code{YYSTACK_USE_ALLOCA}
+to anything else.
+
 @item YYSTYPE
 Macro for the data type of semantic values; @code{int} by default.
 @xref{Value Type, ,Data Types of Semantic Values}.
 @item YYSTYPE
 Macro for the data type of semantic values; @code{int} by default.
 @xref{Value Type, ,Data Types of Semantic Values}.
@@ -5115,6 +5136,14 @@ Equip the parser for debugging.  @xref{Decl Summary}.
 Bison declaration to create a header file meant for the scanner.
 @xref{Decl Summary}.
 
 Bison declaration to create a header file meant for the scanner.
 @xref{Decl Summary}.
 
+@c @item %source_extension
+@c Bison declaration to specify the generated parser output file extension.
+@c @xref{Decl Summary}.
+@c
+@c @item %header_extension
+@c Bison declaration to specify the generated parser header file extension
+@c if required. @xref{Decl Summary}.
+
 @item %left
 Bison declaration to assign left associativity to token(s).
 @xref{Precedence Decl, ,Operator Precedence}.
 @item %left
 Bison declaration to assign left associativity to token(s).
 @xref{Precedence Decl, ,Operator Precedence}.
@@ -5350,11 +5379,11 @@ grammatically indivisible.  The piece of text it represents is a token.
 
 @node Copying This Manual, Index, Glossary, Top
 @appendix Copying This Manual
 
 @node Copying This Manual, Index, Glossary, Top
 @appendix Copying This Manual
-   
+
 @menu
 * GNU Free Documentation License::  License for copying this manual.
 @end menu
 @menu
 * GNU Free Documentation License::  License for copying this manual.
 @end menu
-   
+
 @include fdl.texi
 
 @node Index,  , Copying This Manual, Top
 @include fdl.texi
 
 @node Index,  , Copying This Manual, Top
index a531c384849698c2c079df276c719d0aa70e9211..c88081be8e32a561fa9a529a1a9c26f006a5a8ef 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 13 August 2001
+@set UPDATED 15 August 2001
 @set EDITION 1.28c
 @set VERSION 1.28c
 @set EDITION 1.28c
 @set VERSION 1.28c
index a531c384849698c2c079df276c719d0aa70e9211..c88081be8e32a561fa9a529a1a9c26f006a5a8ef 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 13 August 2001
+@set UPDATED 15 August 2001
 @set EDITION 1.28c
 @set VERSION 1.28c
 @set EDITION 1.28c
 @set VERSION 1.28c
index db39715c408f1612ff9bc0628349d073fea5b10e..891169c6e6a7343a8622a4955e4b0bc47731144e 100644 (file)
Binary files a/po/de.gmo and b/po/de.gmo differ
index f316ab7633d668a38b84b366e1f22c7ac7a070ef..ac6659af08184a109f8d12de32ca618d35f29807 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.25\n"
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.25\n"
-"POT-Creation-Date: 2001-08-13 15:48+0200\n"
+"POT-Creation-Date: 2001-08-15 10:15+0200\n"
 "PO-Revision-Date: 1996-10-10 17:54 MET DST\n"
 "Last-Translator: Ulrich Drepper <drepper@gnu.ai.mit.edu>\n"
 "Language-Team: German <de@li.org>\n"
 "PO-Revision-Date: 1996-10-10 17:54 MET DST\n"
 "Last-Translator: Ulrich Drepper <drepper@gnu.ai.mit.edu>\n"
 "Language-Team: German <de@li.org>\n"
index 833e91ec68a5e24c91049dfaad32141e03020415..0b41cc13b591b1e31323e057819f779c7afed13f 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -30,7 +30,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU bison 1.25\n"
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU bison 1.25\n"
-"POT-Creation-Date: 2001-08-13 15:48+0200\n"
+"POT-Creation-Date: 2001-08-15 10:15+0200\n"
 "PO-Revision-Date: 1998-09-21 10:19+0200\n"
 "Last-Translator: Nicolás García-Pedrajas <ngarcia-pedrajas@acm.org>\n"
 "Language-Team: Spanish <es@li.org>\n"
 "PO-Revision-Date: 1998-09-21 10:19+0200\n"
 "Last-Translator: Nicolás García-Pedrajas <ngarcia-pedrajas@acm.org>\n"
 "Language-Team: Spanish <es@li.org>\n"
index c4d9d6118a3cbdc31a679247043d4034574b926f..7832ed309401cb2763d56bcaa21e6f1fb2883296 100644 (file)
Binary files a/po/et.gmo and b/po/et.gmo differ
index 9a609ab08af7ceb248cf33e27f6fd8173778cfb4..8bb460156c86dfecbd210118dfcbb793975ae629 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.25\n"
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.25\n"
-"POT-Creation-Date: 2001-08-13 15:48+0200\n"
+"POT-Creation-Date: 2001-08-15 10:15+0200\n"
 "PO-Revision-Date: 2000-04-11 22:19+02:00\n"
 "Last-Translator: Toomas Soome <tsoome@ut.ee>\n"
 "Language-Team: Estonian <et@li.org>\n"
 "PO-Revision-Date: 2000-04-11 22:19+02:00\n"
 "Last-Translator: Toomas Soome <tsoome@ut.ee>\n"
 "Language-Team: Estonian <et@li.org>\n"
index 2c47e9990527fb742bde5ef12e383c1e33adcbe2..a7c002572852df8442ea5ade197e7779858aecbd 100644 (file)
Binary files a/po/fr.gmo and b/po/fr.gmo differ
index a2eebcdafe7e21964239ed124208c2f2e729dc4f..a542523015de7efffa4ddd656302be9fd2a5a43d 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.25\n"
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.25\n"
-"POT-Creation-Date: 2001-08-13 15:48+0200\n"
+"POT-Creation-Date: 2001-08-15 10:15+0200\n"
 "PO-Revision-Date: 2001-08-06 11:28+0200\n"
 "Last-Translator: Dominique Boucher <boucherd@IRO.UMontreal.CA>\n"
 "Language-Team: French <fr@li.org>\n"
 "PO-Revision-Date: 2001-08-06 11:28+0200\n"
 "Last-Translator: Dominique Boucher <boucherd@IRO.UMontreal.CA>\n"
 "Language-Team: French <fr@li.org>\n"
index 682d21c3dfe17c1a4a8f5dd5a3a639062e39f91d..ddb5bf61060f33cf888b09955a09cfe6329601d7 100644 (file)
Binary files a/po/ja.gmo and b/po/ja.gmo differ
index 39061d32496cf039e304b8dac4a627d44640d2d0..390fa7d85338d3c39539eda42762893cb25449b1 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU bison 1.28\n"
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU bison 1.28\n"
-"POT-Creation-Date: 2001-08-13 15:48+0200\n"
+"POT-Creation-Date: 2001-08-15 10:15+0200\n"
 "PO-Revision-Date: 1999-09-28 21:10+0900\n"
 "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
 "Language-Team: Japanese <ja@li.org>\n"
 "PO-Revision-Date: 1999-09-28 21:10+0900\n"
 "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
 "Language-Team: Japanese <ja@li.org>\n"
index 4a4fa8dc9d2458a7ed1b48fe3be4510a2cc026bd..086e94b04747e709a1cd0711db312beb8c4c359c 100644 (file)
Binary files a/po/nl.gmo and b/po/nl.gmo differ
index 8c0333c15cfeff82b5f8eddb6bc1847174f252ee..9e43a6603a9e27cca1c224468afadcf951473e37 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.25\n"
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.25\n"
-"POT-Creation-Date: 2001-08-13 15:48+0200\n"
+"POT-Creation-Date: 2001-08-15 10:15+0200\n"
 "PO-Revision-Date: 1996-08-27 15:34 MET DST\n"
 "Last-Translator: Erick Branderhorst <branderh@debian.org>\n"
 "Language-Team: Dutch <nl@li.org>\n"
 "PO-Revision-Date: 1996-08-27 15:34 MET DST\n"
 "Last-Translator: Erick Branderhorst <branderh@debian.org>\n"
 "Language-Team: Dutch <nl@li.org>\n"
index 0b2cce1e3833f242d698a5ca0c138e342442d859..eb02d6847ab5ac2f0322f1bf5287fcea3bd7b2eb 100644 (file)
Binary files a/po/ru.gmo and b/po/ru.gmo differ
index bc5aa1c7a59fc7745a093d3c5c7db74f9d427071..5fe19eccdc13827c5e7c490f9969ca323d43fd4d 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.28a\n"
 msgid ""
 msgstr ""
 "Project-Id-Version: bison 1.28a\n"
-"POT-Creation-Date: 2001-08-13 15:48+0200\n"
+"POT-Creation-Date: 2001-08-15 10:15+0200\n"
 "PO-Revision-Date: 2000-04-12 13:16+04:00\n"
 "Last-Translator: Dmitry S. Sivachenko <dima@Chg.RU>\n"
 "Language-Team: Russian <ru@li.org>\n"
 "PO-Revision-Date: 2000-04-12 13:16+04:00\n"
 "Last-Translator: Dmitry S. Sivachenko <dima@Chg.RU>\n"
 "Language-Team: Russian <ru@li.org>\n"