mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 09:43:03 +00:00
* configure.in: Bump to 1.29b.
* tests/Makefile.am (DISTCLEANFILES): Add package.m4. * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't need xmalloc.c in calc.y. From Pascal Bart.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2001-09-22 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* configure.in: Bump to 1.29b.
|
||||||
|
* tests/Makefile.am (DISTCLEANFILES): Add package.m4.
|
||||||
|
* tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
|
||||||
|
need xmalloc.c in calc.y.
|
||||||
|
From Pascal Bart.
|
||||||
|
|
||||||
2001-09-21 Akim Demaille <akim@epita.fr>
|
2001-09-21 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Version 1.29a.
|
Version 1.29a.
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -1,7 +1,7 @@
|
|||||||
Bison News
|
Bison News
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Changes in version 1.29a:
|
Changes in version 1.29b:
|
||||||
|
|
||||||
* `--defines' and `--graph' have now an optionnal argument which is the
|
* `--defines' and `--graph' have now an optionnal argument which is the
|
||||||
output file name. `-d' and `-g' do not change, they do not take any
|
output file name. `-d' and `-g' do not change, they do not take any
|
||||||
|
|||||||
@@ -16,12 +16,12 @@
|
|||||||
# 02111-1307 USA
|
# 02111-1307 USA
|
||||||
|
|
||||||
# We need a recent Autoconf to run a recent Autotest.
|
# We need a recent Autoconf to run a recent Autotest.
|
||||||
AC_PREREQ(2.52c)
|
AC_PREREQ(2.52e)
|
||||||
|
|
||||||
AC_INIT([GNU Bison], [1.29a], [bug-bison@gnu.org])
|
AC_INIT([GNU Bison], [1.29b], [bug-bison@gnu.org])
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([bison], [1.29a])
|
AM_INIT_AUTOMAKE([bison], [1.29b])
|
||||||
AM_CONFIG_HEADER(config.h:config.hin)
|
AM_CONFIG_HEADER(config.h:config.hin)
|
||||||
|
|
||||||
# Initialize the test suite.
|
# Initialize the test suite.
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ File: bison.info, Node: Top, Next: Introduction, Up: (dir)
|
|||||||
Bison
|
Bison
|
||||||
*****
|
*****
|
||||||
|
|
||||||
This manual documents version 1.29a of Bison, updated 20 September
|
This manual documents version 1.29b of Bison, updated 20 September
|
||||||
2001.
|
2001.
|
||||||
|
|
||||||
* Menu:
|
* Menu:
|
||||||
@@ -238,7 +238,7 @@ Bison in detail.
|
|||||||
it Yacc-compatible. Wilfred Hansen of Carnegie Mellon University added
|
it Yacc-compatible. Wilfred Hansen of Carnegie Mellon University added
|
||||||
multi-character string literals and other features.
|
multi-character string literals and other features.
|
||||||
|
|
||||||
This edition corresponds to version 1.29a of Bison.
|
This edition corresponds to version 1.29b of Bison.
|
||||||
|
|
||||||
|
|
||||||
File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top
|
File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@set UPDATED 20 September 2001
|
@set UPDATED 20 September 2001
|
||||||
@set UPDATED-MONTH September 2001
|
@set UPDATED-MONTH September 2001
|
||||||
@set EDITION 1.29a
|
@set EDITION 1.29b
|
||||||
@set VERSION 1.29a
|
@set VERSION 1.29b
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@set UPDATED 20 September 2001
|
@set UPDATED 20 September 2001
|
||||||
@set UPDATED-MONTH September 2001
|
@set UPDATED-MONTH September 2001
|
||||||
@set EDITION 1.29a
|
@set EDITION 1.29b
|
||||||
@set VERSION 1.29a
|
@set VERSION 1.29b
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
EXTRA_DIST = atlocal.in bison $(TESTSUITE_AT) testsuite
|
EXTRA_DIST = atlocal.in bison $(TESTSUITE_AT) testsuite
|
||||||
|
|
||||||
DISTCLEANFILES = atconfig atlocal
|
DISTCLEANFILES = atconfig atlocal package.m4
|
||||||
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
||||||
|
|
||||||
TESTSUITE_AT = \
|
TESTSUITE_AT = \
|
||||||
@@ -31,14 +31,6 @@ TESTSUITE = $(srcdir)/testsuite
|
|||||||
AUTOM4TE = autom4te
|
AUTOM4TE = autom4te
|
||||||
AUTOTEST = $(AUTOM4TE) --language=autotest
|
AUTOTEST = $(AUTOM4TE) --language=autotest
|
||||||
$(srcdir)/$(TESTSUITE): $(TESTSUITE_AT)
|
$(srcdir)/$(TESTSUITE): $(TESTSUITE_AT)
|
||||||
{ \
|
|
||||||
echo '# Signature of the current package.'; \
|
|
||||||
echo 'm4_define([PACKAGE_NAME], [@PACKAGE_NAME@])'; \
|
|
||||||
echo 'm4_define([PACKAGE_TARNAME], [@PACKAGE_TARNAME@])'; \
|
|
||||||
echo 'm4_define([PACKAGE_VERSION], [@PACKAGE_VERSION@])'; \
|
|
||||||
echo 'm4_define([PACKAGE_STRING], [@PACKAGE_STRING@])'; \
|
|
||||||
echo 'm4_define([PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
|
|
||||||
} >package.m4
|
|
||||||
$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
|
$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ install_sh = @install_sh@
|
|||||||
|
|
||||||
EXTRA_DIST = atlocal.in bison $(TESTSUITE_AT) testsuite
|
EXTRA_DIST = atlocal.in bison $(TESTSUITE_AT) testsuite
|
||||||
|
|
||||||
DISTCLEANFILES = atconfig atlocal
|
DISTCLEANFILES = atconfig atlocal package.m4
|
||||||
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
||||||
|
|
||||||
TESTSUITE_AT = \
|
TESTSUITE_AT = \
|
||||||
@@ -229,14 +229,6 @@ uninstall-am: uninstall-info-am
|
|||||||
uninstall uninstall-am uninstall-info-am
|
uninstall uninstall-am uninstall-info-am
|
||||||
|
|
||||||
$(srcdir)/$(TESTSUITE): $(TESTSUITE_AT)
|
$(srcdir)/$(TESTSUITE): $(TESTSUITE_AT)
|
||||||
{ \
|
|
||||||
echo '# Signature of the current package.'; \
|
|
||||||
echo 'm4_define([PACKAGE_NAME], [@PACKAGE_NAME@])'; \
|
|
||||||
echo 'm4_define([PACKAGE_TARNAME], [@PACKAGE_TARNAME@])'; \
|
|
||||||
echo 'm4_define([PACKAGE_VERSION], [@PACKAGE_VERSION@])'; \
|
|
||||||
echo 'm4_define([PACKAGE_STRING], [@PACKAGE_STRING@])'; \
|
|
||||||
echo 'm4_define([PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
|
|
||||||
} >package.m4
|
|
||||||
$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
|
$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
|||||||
@@ -42,6 +42,8 @@ AT_DATA([calc.y],
|
|||||||
|
|
||||||
%{
|
%{
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
/* We don't need a perfect malloc for these tests. */
|
||||||
|
#undef malloc
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
|
|||||||
Reference in New Issue
Block a user