mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* configure.in: Bump to 1.28c.
* doc/bison.texinfo: Texinfo thingies.
This commit is contained in:
@@ -114,7 +114,7 @@ man1dir = $(mandir)/man1
|
||||
MANS = $(man_MANS)
|
||||
|
||||
NROFF = nroff
|
||||
DIST_COMMON = Makefile.am Makefile.in mdate-sh stamp-vti version.texi
|
||||
DIST_COMMON = Makefile.am Makefile.in stamp-vti version.texi
|
||||
|
||||
|
||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
@@ -34,7 +34,7 @@ bison.info-1: 1307
|
||||
bison.info-2: 50189
|
||||
bison.info-3: 99814
|
||||
bison.info-4: 149692
|
||||
bison.info-5: 196961
|
||||
bison.info-5: 196957
|
||||
|
||||
Tag Table:
|
||||
(Indirect)
|
||||
@@ -128,12 +128,12 @@ Node: Lexical Tie-ins175381
|
||||
Node: Tie-in Recovery176929
|
||||
Node: Debugging179101
|
||||
Node: Invocation182402
|
||||
Node: Bison Options183658
|
||||
Node: Environment Variables187092
|
||||
Node: Option Cross Key187940
|
||||
Node: VMS Invocation188784
|
||||
Node: Table of Symbols189568
|
||||
Node: Glossary196961
|
||||
Node: Index203251
|
||||
Node: Bison Options183654
|
||||
Node: Environment Variables187088
|
||||
Node: Option Cross Key187936
|
||||
Node: VMS Invocation188780
|
||||
Node: Table of Symbols189564
|
||||
Node: Glossary196957
|
||||
Node: Index203247
|
||||
|
||||
End Tag Table
|
||||
|
||||
@@ -31,7 +31,7 @@ instead of in the original English.
|
||||
|
||||
File: bison.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir)
|
||||
|
||||
This manual documents version 1.28a of Bison.
|
||||
This manual documents version 1.28c of Bison.
|
||||
|
||||
* Menu:
|
||||
|
||||
@@ -223,7 +223,7 @@ Bison in detail.
|
||||
it Yacc-compatible. Wilfred Hansen of Carnegie Mellon University added
|
||||
multi-character string literals and other features.
|
||||
|
||||
This edition corresponds to version 1.28a of Bison.
|
||||
This edition corresponds to version 1.28c of Bison.
|
||||
|
||||
|
||||
File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top
|
||||
|
||||
@@ -867,10 +867,12 @@ manipulate filenames like `-o' or `-d'.
|
||||
For example :
|
||||
|
||||
bison -d INFILE.YXX
|
||||
will produce `infile.tab.cxx' and `infile.tab.hxx'. and
|
||||
|
||||
will produce `infile.tab.cxx' and `infile.tab.hxx'. and
|
||||
|
||||
bison -d INFILE.Y -o OUTPUT.C++
|
||||
will produce `output.c++' and `outfile.h++'.
|
||||
|
||||
will produce `output.c++' and `outfile.h++'.
|
||||
|
||||
* Menu:
|
||||
|
||||
|
||||
@@ -5092,14 +5092,15 @@ For example :
|
||||
@example
|
||||
bison -d @var{infile.yxx}
|
||||
@end example
|
||||
@noindent
|
||||
will produce @file{infile.tab.cxx} and @file{infile.tab.hxx}. and
|
||||
|
||||
@example
|
||||
bison -d @var{infile.y} -o @var{output.c++}
|
||||
@end example
|
||||
@noindent
|
||||
will produce @file{output.c++} and @file{outfile.h++}.
|
||||
|
||||
@refill
|
||||
|
||||
@menu
|
||||
* Bison Options:: All the options described in detail,
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@set UPDATED 1 August 2001
|
||||
@set EDITION 1.28a
|
||||
@set VERSION 1.28a
|
||||
@set UPDATED 6 August 2001
|
||||
@set EDITION 1.28c
|
||||
@set VERSION 1.28c
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@set UPDATED 1 August 2001
|
||||
@set EDITION 1.28a
|
||||
@set VERSION 1.28a
|
||||
@set UPDATED 6 August 2001
|
||||
@set EDITION 1.28c
|
||||
@set VERSION 1.28c
|
||||
|
||||
Reference in New Issue
Block a user