]> git.saurik.com Git - bison.git/commitdiff
* configure.in: Bump to 1.28c.
authorAkim Demaille <akim@epita.fr>
Mon, 6 Aug 2001 08:35:21 +0000 (08:35 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 6 Aug 2001 08:35:21 +0000 (08:35 +0000)
* doc/bison.texinfo: Texinfo thingies.

ChangeLog
configure
configure.in
doc/Makefile.in
doc/bison.info
doc/bison.info-1
doc/bison.info-4
doc/bison.texinfo
doc/stamp-vti
doc/version.texi

index 39004cb0a924c2001fd45b333040ab8014d924f0..35f4e41c3e72850b0745dcb8e93e21f24e2a6f75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-06  Marc Autret  <autret_m@epita.fr>
+
+       * configure.in: Bump to 1.28c.
+       * doc/bison.texinfo: Texinfo thingies.
+
 2001-08-04  Pascal Bart  <pascal.bart@epita.fr>
 
        * tests/atconfig.in (CPPFLAGS): Add.
index 4b233f32481e3db0c185cd8295015458bea89e46..3fa1934295cc5dfd69e98a4147b6ee61b3d41744 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.52 for bison 1.28b.
+# Generated by Autoconf 2.52 for bison 1.28c.
 #
 # Report bugs to <bug-bison@gnu.org>.
 #
@@ -184,8 +184,8 @@ mandir='${prefix}/man'
 # Identity of this package.
 PACKAGE_NAME='bison'
 PACKAGE_TARNAME='bison'
-PACKAGE_VERSION='1.28b'
-PACKAGE_STRING='bison 1.28b'
+PACKAGE_VERSION='1.28c'
+PACKAGE_STRING='bison 1.28c'
 PACKAGE_BUGREPORT='bug-bison@gnu.org'
 
 ac_prev=
@@ -602,7 +602,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<EOF
-\`configure' configures bison 1.28b to adapt to many kinds of systems.
+\`configure' configures bison 1.28c to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -668,7 +668,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of bison 1.28b:";;
+     short | recursive ) echo "Configuration of bison 1.28c:";;
    esac
   cat <<\EOF
 
@@ -739,7 +739,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\EOF
-bison configure 1.28b
+bison configure 1.28c
 generated by GNU Autoconf 2.52
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -754,7 +754,7 @@ cat >&5 <<EOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by bison $as_me 1.28b, which was
+It was created by bison $as_me 1.28c, which was
 generated by GNU Autoconf 2.52.  Invocation command line was
 
   $ $0 $@
@@ -1167,7 +1167,7 @@ fi
 
 PACKAGE=bison
 
-VERSION=1.28b
+VERSION=1.28c
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { { echo "$as_me:1173: error: source directory already configured; run \"make distclean\" there first" >&5
@@ -7262,7 +7262,7 @@ EOF
 
 cat >>$CONFIG_STATUS <<EOF
 ac_cs_version="\\
-bison config.status 1.28b
+bison config.status 1.28c
 configured by $0, generated by GNU Autoconf 2.52,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -7345,7 +7345,7 @@ cat >&5 << _ACEOF
 ## Running config.status.  ##
 ## ----------------------- ##
 
-This file was extended by $as_me (bison 1.28b) 2.52, executed with
+This file was extended by $as_me (bison 1.28c) 2.52, executed with
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
   CONFIG_LINKS    = $CONFIG_LINKS
index 5fa45f095ce4ef7a189d3c4ca456b1c4b5d22908..c64e5e95d6ba896c22a82515cea2a62d08a4c66d 100644 (file)
@@ -1,8 +1,8 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT(bison, 1.28b, bug-bison@gnu.org)
+AC_INIT(bison, 1.28c, bug-bison@gnu.org)
 AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(bison, 1.28b)
+AM_INIT_AUTOMAKE(bison, 1.28c)
 AM_CONFIG_HEADER(config.h:config.hin)
 
 # Initialize the test suite.
index ccaa5b101b0116c6ec0d84a5c0f8c1a2f64d9f53..cf177d58eb2f21c1beda5a9bf6976dc284672d0c 100644 (file)
@@ -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)
index 246ad6c719f85c6d146a98d7853896bedf9d7609..508811342af679241cff586055d215ec0691009a 100644 (file)
@@ -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
 \1f
 Tag Table:
 (Indirect)
@@ -128,12 +128,12 @@ Node: Lexical Tie-ins\7f175381
 Node: Tie-in Recovery\7f176929
 Node: Debugging\7f179101
 Node: Invocation\7f182402
-Node: Bison Options\7f183658
-Node: Environment Variables\7f187092
-Node: Option Cross Key\7f187940
-Node: VMS Invocation\7f188784
-Node: Table of Symbols\7f189568
-Node: Glossary\7f196961
-Node: Index\7f203251
+Node: Bison Options\7f183654
+Node: Environment Variables\7f187088
+Node: Option Cross Key\7f187936
+Node: VMS Invocation\7f188780
+Node: Table of Symbols\7f189564
+Node: Glossary\7f196957
+Node: Index\7f203247
 \1f
 End Tag Table
index e31a327d268c3b6114fe1aa41d5d5498820890e0..66c21aaeaf5bf03816f65336ebc49622355ddd3a 100644 (file)
@@ -31,7 +31,7 @@ instead of in the original English.
 \1f
 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.
 
 \1f
 File: bison.info,  Node: Conditions,  Next: Copying,  Prev: Introduction,  Up: Top
index ad510ac34e39f97f7d9e09fc0733f9bdc0dd4ffa..4ba5958166d864f92e7197c9850ea0f8b0412d0d 100644 (file)
@@ -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:
 
index 68b24c41dd9fac7f1732a19da78a5fc28a163e53..03af981f1069917ba5cb2a69044302392ebf55bc 100644 (file)
@@ -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,
index c82abc346b77c9167a63caee5e0dc42034860453..09b4494e61b024aa4ce9c3a9fff59941c7153876 100644 (file)
@@ -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
index c82abc346b77c9167a63caee5e0dc42034860453..09b4494e61b024aa4ce9c3a9fff59941c7153876 100644 (file)
@@ -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