Version 1.33.

This commit is contained in:
Akim Demaille
2002-02-07 17:39:57 +00:00
parent e89a22bfab
commit 0e25677ee2
6 changed files with 33 additions and 29 deletions

View File

@@ -1,3 +1,7 @@
2002-02-07 Akim Demaille <akim@epita.fr>
Version 1.33.
2002-02-07 Akim Demaille <akim@epita.fr> 2002-02-07 Akim Demaille <akim@epita.fr>
* tests/regression.at, tests/torture.at, tests/calc.at: Adjust to * tests/regression.at, tests/torture.at, tests/calc.at: Adjust to

View File

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

2
NEWS
View File

@@ -1,7 +1,7 @@
Bison News Bison News
---------- ----------
Changes in version 1.32a: Changes in version 1.33, 2002-02-07:
* Fix C++ issues * Fix C++ issues
Groff could not be compiled for the definition of size_t was lacking Groff could not be compiled for the definition of size_t was lacking

44
configure vendored
View File

@@ -1,10 +1,10 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.52g for GNU Bison 1.32a. # Generated by GNU Autoconf 2.52h for GNU Bison 1.33.
# #
# Report bugs to <bug-bison@gnu.org>. # Report bugs to <bug-bison@gnu.org>.
# #
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation # This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it. # gives unlimited permission to copy, distribute and modify it.
@@ -84,7 +84,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
# The user is always right. # The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then if test "${PATH_SEPARATOR+set}" != set; then
echo "#! $SHELL" >conftest.sh echo "#! /bin/sh" >conftest.sh
echo "exit 0" >>conftest.sh echo "exit 0" >>conftest.sh
chmod +x conftest.sh chmod +x conftest.sh
if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
@@ -127,7 +127,7 @@ done
case $CONFIG_SHELL in case $CONFIG_SHELL in
'') '')
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in /bin:/usr/bin:$PATH for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
@@ -256,8 +256,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='GNU Bison' PACKAGE_NAME='GNU Bison'
PACKAGE_TARNAME='bison' PACKAGE_TARNAME='bison'
PACKAGE_VERSION='1.32a' PACKAGE_VERSION='1.33'
PACKAGE_STRING='GNU Bison 1.32a' PACKAGE_STRING='GNU Bison 1.33'
PACKAGE_BUGREPORT='bug-bison@gnu.org' PACKAGE_BUGREPORT='bug-bison@gnu.org'
# Factoring default headers for most tests. # Factoring default headers for most tests.
@@ -468,7 +468,7 @@ do
with_fp=no ;; with_fp=no ;;
-no-create | --no-create | --no-creat | --no-crea | --no-cre \ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c) | --no-cr | --no-c | -n)
no_create=yes ;; no_create=yes ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
@@ -760,7 +760,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures GNU Bison 1.32a to adapt to many kinds of systems. \`configure' configures GNU Bison 1.33 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -826,7 +826,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of GNU Bison 1.32a:";; short | recursive ) echo "Configuration of GNU Bison 1.33:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -921,10 +921,10 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
GNU Bison configure 1.32a GNU Bison configure 1.33
generated by GNU Autoconf 2.52g generated by GNU Autoconf 2.52h
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc. Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it. gives unlimited permission to copy, distribute and modify it.
@@ -936,8 +936,8 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by GNU Bison $as_me 1.32a, which was It was created by GNU Bison $as_me 1.33, which was
generated by GNU Autoconf 2.52g. Invocation command line was generated by GNU Autoconf 2.52h. Invocation command line was
$ $0 $@ $ $0 $@
@@ -996,7 +996,7 @@ for ac_arg
do do
case $ac_arg in case $ac_arg in
-no-create | --no-create | --no-creat | --no-crea | --no-cre \ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c) continue ;; | --no-cr | --no-c | -n ) continue ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
continue ;; continue ;;
@@ -1469,7 +1469,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE=bison PACKAGE=bison
VERSION=1.32a VERSION=1.33
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@@ -9310,7 +9310,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
# The user is always right. # The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then if test "${PATH_SEPARATOR+set}" != set; then
echo "#! $SHELL" >conftest.sh echo "#! /bin/sh" >conftest.sh
echo "exit 0" >>conftest.sh echo "exit 0" >>conftest.sh
chmod +x conftest.sh chmod +x conftest.sh
if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
@@ -9354,7 +9354,7 @@ echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
case $CONFIG_SHELL in case $CONFIG_SHELL in
'') '')
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in /bin:/usr/bin:$PATH for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do do
IFS=$as_save_IFS IFS=$as_save_IFS
test -z "$as_dir" && as_dir=. test -z "$as_dir" && as_dir=.
@@ -9472,8 +9472,8 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF cat >&5 <<_CSEOF
This file was extended by GNU Bison $as_me 1.32a, which was This file was extended by GNU Bison $as_me 1.33, which was
generated by GNU Autoconf 2.52g. Invocation command line was generated by GNU Autoconf 2.52h. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_HEADERS = $CONFIG_HEADERS
@@ -9534,8 +9534,8 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
GNU Bison config.status 1.32a GNU Bison config.status 1.33
configured by $0, generated by GNU Autoconf 2.52g, configured by $0, generated by GNU Autoconf 2.52h,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001

View File

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

View File

@@ -1,4 +1,4 @@
@set UPDATED 5 January 2002 @set UPDATED 5 January 2002
@set UPDATED-MONTH January 2002 @set UPDATED-MONTH January 2002
@set EDITION 1.32a @set EDITION 1.33
@set VERSION 1.32a @set VERSION 1.33