Akim Demaille
2185ba74ba
* Gettext 0.11.1.
2002-03-20 08:43:13 +00:00
Akim Demaille
ec178c6427
Regen.
2002-03-20 08:30:40 +00:00
Akim Demaille
6f8dd2075e
* tests/Makefile.am (check_SCRIPTS): New.
2002-02-28 15:47:55 +00:00
Akim Demaille
7307a21a45
* tests/input.at: New.
2002-02-07 17:13:46 +00:00
Akim Demaille
281a98c77a
1.32a.
2002-01-25 11:29:31 +00:00
Akim Demaille
2842171a4c
Regen.
2002-01-21 14:09:53 +00:00
Akim Demaille
a99566be67
* configure.in (WERROR_CFLAGS): Compute it.
...
* src/Makefile.am (CFLAGS): Pass it.
* tests/atlocal.in (CFLAGS): Idem.
2002-01-09 15:06:25 +00:00
Akim Demaille
ae774286e8
Creating package.m4 from configure.ac causes too many problems.
...
* tests/Makefile.am (package.m4): Create it by hand,
AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
2002-01-06 20:57:20 +00:00
Akim Demaille
f1d93aa21c
Regen.
2002-01-03 11:09:47 +00:00
Akim Demaille
f7e7f57941
The computation of nullable is broken: it doesn't handle empty
...
RHS's properly.
* tests/torture.at (GNU AWK Grammar): New.
* tests/sets.at (Nullable): New.
* src/nullable.c (set_nullable): Instead of blindly looping over
`ritems', loop over the rules, and then over their rhs's.
Work around Autotest bugs.
* src/warshall.c (bitmatrix_print): Don't use `+--+' as table
frame, because Autotest understand lines starting with a `+' as
traces from the shell. Then, they are not processed properly.
Admittedly an Autotest bug, but we don't have time to wait for
Autotest to catch up.
* tests/regression.at (Broken Closure): Adjust to the new table
frames.
Move to...
* tests/sets.at: here.
2001-12-13 10:59:37 +00:00
Akim Demaille
0aa2ac9063
* tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
...
* src/reduce.c (reduce_grammar_tables): Do not free useless tags,
as all tags are free'ed afterwards.
From Enrico Scholz.
2001-11-28 11:42:56 +00:00
Akim Demaille
badfc69c26
%expext was not functioning at all.
...
* src/conflicts.c (expected_conflicts): Set to -1.
(conflict_report): Use ngettext.
(conflicts_print): Check %expect and make its violation an error.
* doc/bison.texinfo (Expect Decl): Adjust.
* configure.in (AM_GNU_GETTEXT): Ask for ngettext.
* tests/regression.at (%expect not enough, %expect right)
(%expect too much): New.
2001-11-12 09:19:48 +00:00
Akim Demaille
86d5a1ed5c
* tests/torture.at (AT_DATA_STACK_TORTURE)
...
(Exploding the Stack Size with Alloca)
(Exploding the Stack Size with Malloc): New.
2001-11-12 09:14:50 +00:00
Akim Demaille
6b784f8552
* configure.in: Bump to 1.30a.
...
Adjust to newer Autotest.
2001-11-01 14:27:42 +00:00
Akim Demaille
9507085cf3
Regen.
2001-10-26 14:33:02 +00:00
Akim Demaille
8d3c8c3643
Version 1.30.
2001-10-26 13:43:20 +00:00
Akim Demaille
94ff2b9475
* tests/atlocal.in (GCC): Add.
...
* tests/calc.at: s/m4_match/m4_bmatch/.
s/m4_patsubst/m4_bpatsubst/.
(AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
* configure.in: AC_SUBST(GCC).
2001-10-18 15:24:53 +00:00
Akim Demaille
470d206b2e
* m4/m4.m4: Remove.
...
* configure.in: M4 is no longer needed, but autom4te is.
* tests/Makefile.am (AUTOTEST): Don't define AUTOM4TE, let
AC_SUBST do it.
2001-10-10 15:24:02 +00:00
Akim Demaille
16cd214585
* INSTALL, config/config.guess, config/config.sub, config/mdate-sh
...
* config/mkinstalldirs, lib/ansi2knr.c: Update.
2001-10-10 14:39:11 +00:00
Akim Demaille
ab30845981
* tests/testsuite.at: Update to newer Autotest.
...
* tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
2001-09-28 11:56:12 +00:00
Akim Demaille
02cbcfc577
Position independent wrapper.
...
* tests/bison: Remove.
* tests/bison.in: New.
* configure.in: Adjust.
2001-09-27 15:06:14 +00:00
Akim Demaille
19f01e885f
* 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-22 16:56:37 +00:00
Akim Demaille
ce209526ed
* tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend upon package.m4.
2001-09-21 16:41:46 +00:00
Akim Demaille
cdd11a9322
* tests/Makefile.am (package.m4): Move to...
...
($(srcdir)/$(TESTSUITE)): here.
2001-09-21 14:44:22 +00:00
Akim Demaille
3068221b53
* tests/Makefile.am (package.m4): New.
...
* tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
(_AT_CHECK_CALC_ERROR): Likewise.
Factor the `, ' part of verbose error messages.
2001-09-18 10:51:36 +00:00
Akim Demaille
d37a7c45b3
Regen. and fix typo in configure.in.
2001-08-30 15:41:41 +00:00
Akim Demaille
e373aad966
* Makefile.am (AUTOMAKE_OPTIONS): 1.5.
...
* Makefile.maint: Sync. with CVS Autoconf.
2001-08-27 09:33:34 +00:00
Akim Demaille
2ce1014469
* tests/Makefile.am (check-local): Ship testsuite.
...
* tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
Include `string.h'.
2001-08-03 10:13:42 +00:00
Akim Demaille
1e24cc5b41
* config/: New.
...
* configure.in: Require Autoconf 2.50.
Update to gettext 0.10.38.
2001-07-14 17:27:59 +00:00
Akim Demaille
705db0b507
Hopefully added to the repository all the distributed files.
2001-01-15 13:46:43 +00:00