* configure.in: Bump to 1.29a.

This commit is contained in:
Akim Demaille
2001-09-10 08:23:56 +00:00
parent e957bbb7d4
commit 31478b7ab7
10 changed files with 135 additions and 129 deletions

View File

@@ -1,3 +1,7 @@
2001-09-10 Akim Demaille <akim@epita.fr>
* configure.in: Bump to 1.29a.
2001-09-07 Akim Demaille <akim@epita.fr>
Version 1.29.

View File

@@ -133,8 +133,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
install-exec-recursive installdirs-recursive install-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
INSTALL Makefile.am Makefile.in NEWS THANKS aclocal.m4 \
config.hin configure configure.in
INSTALL Makefile.am Makefile.in NEWS README-alpha THANKS \
aclocal.m4 config.hin configure configure.in
DIST_SUBDIRS = $(SUBDIRS)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

2
NEWS
View File

@@ -1,7 +1,7 @@
Bison News
----------
Changes in version 1.29:
Changes in version 1.29a:
* Output file does not redefine const; that is now config.h's job.

20
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.52e for GNU Bison 1.29.
# Generated by Autoconf 2.52e for GNU Bison 1.29a.
#
# Report bugs to <bug-bison@gnu.org>.
#
@@ -188,8 +188,8 @@ mandir='${prefix}/man'
# Identity of this package.
PACKAGE_NAME='GNU Bison'
PACKAGE_TARNAME='bison'
PACKAGE_VERSION='1.29'
PACKAGE_STRING='GNU Bison 1.29'
PACKAGE_VERSION='1.29a'
PACKAGE_STRING='GNU Bison 1.29a'
PACKAGE_BUGREPORT='bug-bison@gnu.org'
ac_prev=
@@ -606,7 +606,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 <<_ACEOF
\`configure' configures GNU Bison 1.29 to adapt to many kinds of systems.
\`configure' configures GNU Bison 1.29a to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -672,7 +672,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of GNU Bison 1.29:";;
short | recursive ) echo "Configuration of GNU Bison 1.29a:";;
esac
cat <<\_ACEOF
@@ -756,7 +756,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
GNU Bison configure 1.29
GNU Bison configure 1.29a
generated by GNU Autoconf 2.52e
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -771,7 +771,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Bison $as_me 1.29, which was
It was created by GNU Bison $as_me 1.29a, which was
generated by GNU Autoconf 2.52e. Invocation command line was
$ $0 $@
@@ -1284,7 +1284,7 @@ fi
# Define the identity of the package.
PACKAGE=bison
VERSION=1.29
VERSION=1.29a
cat >>confdefs.h <<_ACEOF
#define PACKAGE "$PACKAGE"
@@ -8483,7 +8483,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by GNU Bison $as_me 1.29, which was
This file was extended by GNU Bison $as_me 1.29a, which was
generated by GNU Autoconf 2.52e. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8545,7 +8545,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
GNU Bison config.status 1.29
GNU Bison config.status 1.29a
configured by $0, generated by GNU Autoconf 2.52e,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -18,10 +18,10 @@
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52c)
AC_INIT([GNU Bison], [1.29], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.29a], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.29])
AM_INIT_AUTOMAKE([bison], [1.29a])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.

View File

@@ -31,115 +31,115 @@ instead of in the original English.

Indirect:
bison.info-1: 1313
bison.info-2: 50686
bison.info-3: 100576
bison.info-4: 150126
bison.info-5: 197513
bison.info-2: 50688
bison.info-3: 100578
bison.info-4: 150128
bison.info-5: 197515

Tag Table:
(Indirect)
Node: Top1313
Node: Introduction8965
Node: Conditions10239
Node: Copying11703
Node: Concepts30906
Node: Language and Grammar31985
Node: Grammar in Bison37001
Node: Semantic Values38925
Node: Semantic Actions41026
Node: Locations Overview42215
Node: Bison Parser43662
Node: Stages45974
Node: Grammar Layout47257
Node: Examples48514
Node: RPN Calc49712
Node: Rpcalc Decls50686
Node: Rpcalc Rules52273
Node: Rpcalc Input54073
Node: Rpcalc Line55534
Node: Rpcalc Expr56649
Node: Rpcalc Lexer58594
Node: Rpcalc Main61166
Node: Rpcalc Error61564
Node: Rpcalc Gen62572
Node: Rpcalc Compile63721
Node: Infix Calc64596
Node: Simple Error Recovery67303
Node: Location Tracking Calc69192
Node: Ltcalc Decls69922
Node: Ltcalc Rules70831
Node: Ltcalc Lexer72892
Node: Multi-function Calc75230
Node: Mfcalc Decl76797
Node: Mfcalc Rules78820
Node: Mfcalc Symtab80200
Node: Exercises86573
Node: Grammar File87079
Node: Grammar Outline87927
Node: C Declarations88661
Node: Bison Declarations89241
Node: Grammar Rules89653
Node: C Code90113
Node: Symbols91043
Node: Rules96124
Node: Recursion97763
Node: Semantics99482
Node: Value Type100576
Node: Multiple Types101248
Node: Actions102265
Node: Action Types105050
Node: Mid-Rule Actions106353
Node: Locations111923
Node: Location Type112571
Node: Actions and Locations113129
Node: Location Default Action115285
Node: Declarations116748
Node: Token Decl118067
Node: Precedence Decl120080
Node: Union Decl121631
Node: Type Decl122475
Node: Expect Decl123381
Node: Start Decl124927
Node: Pure Decl125305
Node: Decl Summary126982
Node: Multiple Parsers132365
Node: Interface133859
Node: Parser Function134731
Node: Lexical135566
Node: Calling Convention136972
Node: Token Values139743
Node: Token Positions140892
Node: Pure Calling141777
Node: Error Reporting144709
Node: Action Features146831
Node: Algorithm150126
Node: Look-Ahead152419
Node: Shift/Reduce154551
Node: Precedence157463
Node: Why Precedence158114
Node: Using Precedence159979
Node: Precedence Examples160947
Node: How Precedence161648
Node: Contextual Precedence162797
Node: Parser States164588
Node: Reduce/Reduce165831
Node: Mystery Conflicts169392
Node: Stack Overflow172778
Node: Error Recovery174151
Node: Context Dependency179287
Node: Semantic Tokens180135
Node: Lexical Tie-ins183152
Node: Tie-in Recovery184700
Node: Debugging186872
Node: Invocation190173
Node: Bison Options191425
Node: Environment Variables195037
Node: Option Cross Key195885
Node: VMS Invocation196729
Node: Table of Symbols197513
Node: Glossary205152
Node: Copying This Manual211456
Node: GNU Free Documentation License211665
Node: Index231530
Node: Introduction8966
Node: Conditions10241
Node: Copying11705
Node: Concepts30908
Node: Language and Grammar31987
Node: Grammar in Bison37003
Node: Semantic Values38927
Node: Semantic Actions41028
Node: Locations Overview42217
Node: Bison Parser43664
Node: Stages45976
Node: Grammar Layout47259
Node: Examples48516
Node: RPN Calc49714
Node: Rpcalc Decls50688
Node: Rpcalc Rules52275
Node: Rpcalc Input54075
Node: Rpcalc Line55536
Node: Rpcalc Expr56651
Node: Rpcalc Lexer58596
Node: Rpcalc Main61168
Node: Rpcalc Error61566
Node: Rpcalc Gen62574
Node: Rpcalc Compile63723
Node: Infix Calc64598
Node: Simple Error Recovery67305
Node: Location Tracking Calc69194
Node: Ltcalc Decls69924
Node: Ltcalc Rules70833
Node: Ltcalc Lexer72894
Node: Multi-function Calc75232
Node: Mfcalc Decl76799
Node: Mfcalc Rules78822
Node: Mfcalc Symtab80202
Node: Exercises86575
Node: Grammar File87081
Node: Grammar Outline87929
Node: C Declarations88663
Node: Bison Declarations89243
Node: Grammar Rules89655
Node: C Code90115
Node: Symbols91045
Node: Rules96126
Node: Recursion97765
Node: Semantics99484
Node: Value Type100578
Node: Multiple Types101250
Node: Actions102267
Node: Action Types105052
Node: Mid-Rule Actions106355
Node: Locations111925
Node: Location Type112573
Node: Actions and Locations113131
Node: Location Default Action115287
Node: Declarations116750
Node: Token Decl118069
Node: Precedence Decl120082
Node: Union Decl121633
Node: Type Decl122477
Node: Expect Decl123383
Node: Start Decl124929
Node: Pure Decl125307
Node: Decl Summary126984
Node: Multiple Parsers132367
Node: Interface133861
Node: Parser Function134733
Node: Lexical135568
Node: Calling Convention136974
Node: Token Values139745
Node: Token Positions140894
Node: Pure Calling141779
Node: Error Reporting144711
Node: Action Features146833
Node: Algorithm150128
Node: Look-Ahead152421
Node: Shift/Reduce154553
Node: Precedence157465
Node: Why Precedence158116
Node: Using Precedence159981
Node: Precedence Examples160949
Node: How Precedence161650
Node: Contextual Precedence162799
Node: Parser States164590
Node: Reduce/Reduce165833
Node: Mystery Conflicts169394
Node: Stack Overflow172780
Node: Error Recovery174153
Node: Context Dependency179289
Node: Semantic Tokens180137
Node: Lexical Tie-ins183154
Node: Tie-in Recovery184702
Node: Debugging186874
Node: Invocation190175
Node: Bison Options191427
Node: Environment Variables195039
Node: Option Cross Key195887
Node: VMS Invocation196731
Node: Table of Symbols197515
Node: Glossary205154
Node: Copying This Manual211458
Node: GNU Free Documentation License211667
Node: Index231532

End Tag Table

View File

@@ -34,7 +34,7 @@ File: bison.info, Node: Top, Next: Introduction, Up: (dir)
Bison
*****
This manual documents version 1.29 of Bison, updated 29 August 2001.
This manual documents version 1.29a of Bison, updated 29 August 2001.
* Menu:
@@ -237,7 +237,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.29 of Bison.
This edition corresponds to version 1.29a of Bison.

File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top

View File

@@ -1,4 +1,4 @@
@set UPDATED 29 August 2001
@set UPDATED-MONTH August 2001
@set EDITION 1.29
@set VERSION 1.29
@set EDITION 1.29a
@set VERSION 1.29a

View File

@@ -1,4 +1,4 @@
@set UPDATED 29 August 2001
@set UPDATED-MONTH August 2001
@set EDITION 1.29
@set VERSION 1.29
@set EDITION 1.29a
@set VERSION 1.29a

View File

@@ -19,9 +19,11 @@
# 02111-1307, USA.
# We need a recent Autotest.
m4_version_prereq([2.52c])
m4_version_prereq([2.52d])
AT_INIT([bison])
AT_INIT
AT_VICTIMS([bison])
m4_include([output.at])
m4_include([calc.at])