Paul Eggert [Tue, 17 Jun 2003 07:49:01 +0000 (07:49 +0000)]
Add stdbool.h.
Paul Eggert [Tue, 17 Jun 2003 07:46:05 +0000 (07:46 +0000)]
(EXTRA_DIST): Add the following files, which
shouldn't be needed according to the gettext 0.12.1 documentation
but which seem to be needed anyway: codeset.m4 glibc21.m4
intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4
lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
Paul Eggert [Tue, 17 Jun 2003 07:43:38 +0000 (07:43 +0000)]
(vbitset_resize, vbitset_ones, vbitset_zero,
vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
vbitset_or_and_cmp, vbitset_copy): Use prototypes, not old-style definitions.
Paul Eggert [Tue, 17 Jun 2003 07:25:48 +0000 (07:25 +0000)]
Do not include config.h; that's the includer's job.
Do not include <stdlib.h>.
(PARAMS): Define unconditionally for C89.
(ATTRIBUTE_NORETURN): Remove.
(ATTRIBUTE_UNUSED): Define unconditionally.
Paul Eggert [Tue, 17 Jun 2003 07:24:40 +0000 (07:24 +0000)]
Upgrade to 2003-06-08 libbitset, then:
lbitset_unused_clear): Use prototypes, not old-style definitions.
Paul Eggert [Tue, 17 Jun 2003 07:23:46 +0000 (07:23 +0000)]
Upgrade to 2003-06-08 libbitset, then:
(ebitset_resize, ebitset_unused_clear):
Use prototypes, not old-style definitions.
Paul Eggert [Tue, 17 Jun 2003 07:22:58 +0000 (07:22 +0000)]
Upgrade to 2003-06-08 libbitset, except continue to include gettext.h
unconditionally, as per recent gettext manual's suggestion.
Paul Eggert [Tue, 17 Jun 2003 07:21:59 +0000 (07:21 +0000)]
Upgrade to 2003-06-08 libbitset; then:
(bitset_compatible_p): Indent as per GNU standard.
Don't use 'index' in comments, as it's a builtin fn on some hosts.
Paul Eggert [Tue, 17 Jun 2003 07:21:03 +0000 (07:21 +0000)]
Upgrade to 2003-06-08 libbitset.
Paul Eggert [Tue, 17 Jun 2003 07:19:50 +0000 (07:19 +0000)]
Upgrade to 2003-06-08 libbitset; then:
Do not include config.h; that's the includer's job.
Do not include <sys/types.h>; shouldn't be needed on a C89 host.
Paul Eggert [Tue, 17 Jun 2003 07:16:05 +0000 (07:16 +0000)]
(bitsets_sources): Add vbitset.c, vbitset.h.
Paul Eggert [Tue, 17 Jun 2003 06:55:55 +0000 (06:55 +0000)]
Rename stdbool.h.in to stdbool_.h, to follow gnulib.
Paul Eggert [Tue, 17 Jun 2003 05:15:49 +0000 (05:15 +0000)]
(How Can I Reset the Parser): Renamed from `How Can I Reset
@code{yyparse}', since texinfo does not allow arbitrary @ in node
names.
Paul Eggert [Mon, 16 Jun 2003 19:45:45 +0000 (19:45 +0000)]
* configure.ac (AM_STDBOOL_H): Invoke this instead of AC_HEADER_STDBOOL.
(AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
(AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
Paul Eggert [Mon, 16 Jun 2003 19:41:37 +0000 (19:41 +0000)]
(EXTRA_DIST): Add stdbool_.h.
(MOSTLYCLEANFILES): New var.
($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
(stdbool.h): New rule.
Paul Eggert [Mon, 16 Jun 2003 19:41:07 +0000 (19:41 +0000)]
Upgrade to today's gnulib.
Paul Eggert [Mon, 16 Jun 2003 19:17:38 +0000 (19:17 +0000)]
Minor white space issues, e.g. trailing white space at end of line.
Paul Eggert [Mon, 16 Jun 2003 18:42:49 +0000 (18:42 +0000)]
(AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
(AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
the tests right now.
Paul Eggert [Mon, 16 Jun 2003 18:37:55 +0000 (18:37 +0000)]
(_AT_TEST_GLR_CXXTYPES): Ensure yylex and
yyerror are declared before use; C99 requires this.
Paul Hilfinger [Tue, 10 Jun 2003 02:44:58 +0000 (02:44 +0000)]
* data/glr.c (YYERROR): Update definition.
(yyrecoverSyntaxError): Correct yyerrState logic. Correct comment.
Allow states with only a default reduction.
Fixes to avoid problem that $-N rules in GLR parsers can cause
buffer overruns, corrupting state.
* src/output.c (prepare_rules): Output max_left_semantic_context.
* src/reader.h (max_left_semantic_context): New
* src/scan-gram.l (max_left_semantic_context): Define.
(handle_action_dollar): Update max_left_semantic_context.
* data/glr.c (YYMAXLEFT): New.
(yydoAction): Increase yyrhsVals size.
(yyresolveAction): Ditto.
Fixes to problems with location handling in GLR parsers reported by
Frank Heckenbach (2003/06/05).
* data/glr.c (YYLTYPE): Make trivial if locations not used.
(YYRHSLOC): Add parentheses, make depend on whether locations used.
(YYLLOC_DEFAULT): Ditto.
(yyuserAction): Use YYLLOC_DEFAULT.
(yydoAction): Remove redundant code.
* tests/cxx-type.at: Exercise location information.
(yylex): Track locations.
(stmtMerge): Return value rather than printing.
Paul Eggert [Sat, 7 Jun 2003 23:28:20 +0000 (23:28 +0000)]
Import of 2003-06-08 libbitset <mail.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
Paul Eggert [Sat, 7 Jun 2003 00:31:37 +0000 (00:31 +0000)]
Import of 2003-06-08 libbitset <mail.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
Paul Eggert [Fri, 6 Jun 2003 22:03:15 +0000 (22:03 +0000)]
Import of 2003-06-08 libbitset <mail.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
Paul Eggert [Thu, 5 Jun 2003 10:40:45 +0000 (10:40 +0000)]
Import of 2003-06-08 libbitset <mail.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
Paul Eggert [Wed, 4 Jun 2003 05:58:52 +0000 (05:58 +0000)]
Avoid warnings generated by GCC 2.95.4 when Bison is
configured with --enable-gcc-warnings.
Paul Eggert [Wed, 4 Jun 2003 05:54:16 +0000 (05:54 +0000)]
(_AT_DATA_DANCER_Y): Declare yylex to take
(void) as arg when not pure, since we now assume C89 when building
Bison. Pacify GCC by using parameter.
Paul Eggert [Wed, 4 Jun 2003 05:53:44 +0000 (05:53 +0000)]
(Improper handling of embedded actions and $-N in GLR parsers): Remove
unused local variable from yylex.
Paul Eggert [Wed, 4 Jun 2003 05:53:10 +0000 (05:53 +0000)]
(yy::]b4_parser_class_name[::parse,
yy::]b4_parser_class_name[::translate_,
yy::Stack::operator[] (unsigned),
yy::Stack::operator[] (unsigned) const,
yy::Slice::operator[] (unsigned),
yy::Slice::operator[] (unsigned) const):
Rename local vars to avoid warnings.
Paul Eggert [Mon, 2 Jun 2003 11:54:30 +0000 (11:54 +0000)]
Import of 2003-06-08 libbitset <mail.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
Paul Eggert [Mon, 2 Jun 2003 11:54:30 +0000 (11:54 +0000)]
Initial revision
Paul Eggert [Mon, 2 Jun 2003 10:19:37 +0000 (10:19 +0000)]
Import of 2003-06-08 libbitset <mail.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
Paul Eggert [Mon, 2 Jun 2003 08:19:29 +0000 (08:19 +0000)]
* data/lalr1.cc (yy::Position::lines, yy::Position::columns,
yy::Location::lines, yy::Location::columns): Rename arguments
to avoid shadowing; this removes a warning generated by GCC 3.3.
Paul Eggert [Mon, 2 Jun 2003 08:19:08 +0000 (08:19 +0000)]
(yy::Position::lines, yy::Position::columns,
yy::Location::lines, yy::Location::columns): Rename arguments
to avoid shadowing; this removes a warning generated by GCC 3.3.
Paul Eggert [Mon, 2 Jun 2003 07:29:18 +0000 (07:29 +0000)]
Don't pass C-only options to g++.
Fix YYFILL in GLR parsers to conform to the C standard.
Fix infinite loops in yacc.c, and add a test case.
Paul Eggert [Mon, 2 Jun 2003 07:26:17 +0000 (07:26 +0000)]
(AT_COMPILE_CXX): Use it instead of CFLAGS.
Paul Eggert [Mon, 2 Jun 2003 07:25:54 +0000 (07:25 +0000)]
(CXXFLAGS): New var.
Paul Eggert [Mon, 2 Jun 2003 07:25:30 +0000 (07:25 +0000)]
(WARNING_CXXFLAGS): New subst. Set it to
everything that WARNING_CFLAGS has, except omit warnings
not suitable for C++.
(AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
Paul Eggert [Mon, 2 Jun 2003 06:18:31 +0000 (06:18 +0000)]
(yyfillin): Renamed from the old yyfill. Mark
as possibly unused.
(yyfill): New function.
(YYFILL): Use it.
(yyuserAction): Change type of yynormal to bool, so that it matches
the new yyfill signature. Mark it as possibly unused.
Paul Eggert [Mon, 2 Jun 2003 03:58:34 +0000 (03:58 +0000)]
(_AT_DATA_CALC_Y): Include unistd.h if available.
Define 'alarm' to do nothing if unistd.h is not available.
Add a new rule "exp: '-' error;" to test the above change to
data/yacc.c. Use 'alarm' to abort any test taking longer than
10 seconds, as it's probably looping.
(AT_CHECK_CALC): Test recovery from error in new grammar rule.
Also, the new yacc.c generates two fewer diagnostics for an
existing test.
Paul Eggert [Mon, 2 Jun 2003 03:57:39 +0000 (03:57 +0000)]
(YYERROR): Now just 'goto yyerrorlab', since the
macro's size was becoming unwieldy.
(yyerrlab): Do not discard an empty lookahead symbol, as this
might destroy garbage.
(yyerrorlab): New label, with the old contents of YYERROR,
plus the following change: pop the stack of rhs corresponding
to the production that invoked YYERROR. That is how Yacc
behaves, and POSIX requires this behavior.
(yyerrlab1): Use YYPOPSTACK instead of its definiens.
Paul Eggert [Sun, 1 Jun 2003 05:58:20 +0000 (05:58 +0000)]
Import of 2003-06-08 libbitset <mail.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
Paul Eggert [Sun, 1 Jun 2003 03:37:15 +0000 (03:37 +0000)]
Import of 2003-06-08 libbitset <mail.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
Paul Eggert [Sun, 1 Jun 2003 03:37:15 +0000 (03:37 +0000)]
Initial revision
Paul Eggert [Sun, 25 May 2003 06:44:31 +0000 (06:44 +0000)]
* data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
This fixes a problem reported by John Bowman when the Compaq/HP
Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
-ansi -Wall -gall).
* data/yacc.c (union yyalloc): Likewise.
(YYCOPY): Do not evaluate __GNUC__ unless it is defined.
Paul Eggert [Sun, 25 May 2003 06:44:08 +0000 (06:44 +0000)]
(union yyalloc): Do not evaluate
YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
This fixes a problem reported by John Bowman when the Compaq/HP
Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
-ansi -Wall -gall).
(YYCOPY): Do not evaluate __GNUC__ unless it is defined.
Paul Eggert [Sun, 25 May 2003 06:43:19 +0000 (06:43 +0000)]
(YYSTACKEXPANDABLE): Do not evaluate
YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
This fixes a problem reported by John Bowman when the Compaq/HP
Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
-ansi -Wall -gall).
Paul Eggert [Sat, 24 May 2003 19:26:35 +0000 (19:26 +0000)]
Regenerate.
Paul Eggert [Sat, 24 May 2003 19:16:02 +0000 (19:16 +0000)]
Switch from 'int' to 'bool' where that makes sense.
Paul Eggert [Sat, 24 May 2003 00:25:55 +0000 (00:25 +0000)]
Sync from automake 1.7.5.
Paul Eggert [Wed, 14 May 2003 23:37:32 +0000 (23:37 +0000)]
Semicolons are now allowed before "|".
Paul Eggert [Wed, 14 May 2003 19:30:22 +0000 (19:30 +0000)]
Require a semicolon after a grammar declaration, in the interest of
possible future changes to the Bison input language.
Do not allow a stray semicolon at the start of the grammar.
Allow one or more semicolons after any rule, including
just before "|" as required by POSIX.
Paul Eggert [Wed, 14 May 2003 19:28:04 +0000 (19:28 +0000)]
Regenerate.
Paul Eggert [Wed, 14 May 2003 19:26:52 +0000 (19:26 +0000)]
(Torturing the Scanner): Add tests for ";|" in a grammar.
Paul Eggert [Wed, 14 May 2003 19:26:16 +0000 (19:26 +0000)]
(rules_or_grammar_declaration): Require a
semicolon after a grammar declaration, in the interest of possible
future changes to the Bison input language.
Do not allow a stray semicolon at the start of the grammar.
(rhses.1): Allow one or more semicolons after any rule, including
just before "|" as required by POSIX.
Alexandre Duret-Lutz [Wed, 14 May 2003 18:41:48 +0000 (18:41 +0000)]
%parse-param support for lalr1.cc.
* data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
b4_cc_constructor_calls, b4_cc_constructor_call,
b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
definitions.
(yy::b4_parser_class_name::b4_parser_class_name): Take extra
parse-param arguments.
(yy::b4_parser_class_name): Declare instance variables to
hold parse-param arguments.
* tests/calc.at: s/value/semantic_value/ because value clashes
with a member of yy::b4_parser_class_name. Adjust C++ code
to handle %parse-param. Enable %parse-param test in C++.
Paul Eggert [Mon, 12 May 2003 19:35:13 +0000 (19:35 +0000)]
* doc/bison.texinfo (How Can I Reset @code{yyparse}):
Minor English and technical fixups.
Paul Eggert [Mon, 12 May 2003 19:34:21 +0000 (19:34 +0000)]
(How Can I Reset @code{yyparse}): Reword the
English a bit. Fix fclose typo. Change "const char" to "char
const", and use ANSI C rather than K&R for "main". Suggest
YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
and suggest yy_switch_to_buffer.
Paul Eggert [Mon, 5 May 2003 20:39:42 +0000 (20:39 +0000)]
* lib/bitset.h (__INT_TO_PTR): Define to a value that presumes C89.
Paul Eggert [Mon, 5 May 2003 20:39:04 +0000 (20:39 +0000)]
(__INT_TO_PTR): Define to a value that presumes C89.
This avoids a diagnostic on compilers that define __STDC__
to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
Paul Eggert [Sun, 4 May 2003 06:30:14 +0000 (06:30 +0000)]
* lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
Do not overrun array bounds.
Paul Eggert [Sun, 4 May 2003 06:29:51 +0000 (06:29 +0000)]
(BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
Do not overrun array bounds.
This should fix a bug reported today by Olatunji Oluwabukunmi in
<http://mail.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
Paul Eggert [Tue, 29 Apr 2003 18:53:33 +0000 (18:53 +0000)]
Omit spaces around "---".
Akim Demaille [Tue, 29 Apr 2003 12:57:36 +0000 (12:57 +0000)]
* src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
* src/getargs.c, src/getargs.h: here, as bool, not int.
(nondeterministic_parser): New.
* src/parse-gram.y, src/scan-gram.l: Support
%nondeterministic-parser.
* src/output.c (prepare): Use nondeterministic_parser instead
of glr_parser where appropriate.
* src/tables.c (conflict_row, action_row, save_row)
(token_actions, token_actions, pack_vector): Ditto.
Akim Demaille [Tue, 29 Apr 2003 09:57:34 +0000 (09:57 +0000)]
* doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
Akim Demaille [Tue, 29 Apr 2003 09:16:50 +0000 (09:16 +0000)]
Update.
Akim Demaille [Tue, 29 Apr 2003 08:41:13 +0000 (08:41 +0000)]
* tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
with %pure-parser and %locations to exercise the patch from Yakov
Markovitch below.
Akim Demaille [Tue, 29 Apr 2003 08:31:48 +0000 (08:31 +0000)]
Regen.
Paul Eggert [Tue, 29 Apr 2003 06:04:56 +0000 (06:04 +0000)]
* data/yacc.c: (b4_lex_param): Corrected for the case where
%lex-param is provided and %pure-parser isn't.
Paul Eggert [Tue, 29 Apr 2003 06:04:04 +0000 (06:04 +0000)]
(b4_lex_param): Corrected for the case where %lex-param is provided
and %pure-parser isn't.
From Tim Van Holder in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00045.html>.
Paul Eggert [Mon, 28 Apr 2003 06:04:39 +0000 (06:04 +0000)]
Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
Paul Eggert [Mon, 28 Apr 2003 06:03:58 +0000 (06:03 +0000)]
Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
(YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA if it is not defined.
(YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
Paul Eggert [Sun, 27 Apr 2003 05:57:13 +0000 (05:57 +0000)]
* data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
Declare to be of type suitable for the ninf value itself.
Paul Eggert [Sun, 27 Apr 2003 05:56:34 +0000 (05:56 +0000)]
(yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
Declare to be of type suitable for the ninf value itself, not of
type suitable for the corresponding table, since the latter might
be unsigned but the ninf value might be negative. This fixes a
bug reported by Alexandre Duret-Lutz in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
Paul Eggert [Sun, 27 Apr 2003 05:28:21 +0000 (05:28 +0000)]
* configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR invokes it.
Paul Eggert [Sun, 27 Apr 2003 05:27:15 +0000 (05:27 +0000)]
(AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
invokes it. We shouldn't invoke it twice because it will attempt
to put error.o in the archive twice. This fixes a glitch reported
by Martin Mokrejs in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
Paul Eggert [Tue, 22 Apr 2003 03:33:29 +0000 (03:33 +0000)]
* m4/error.m4: Update from Bruno Haible's 2003-04-14 patch to gnulib.
Paul Eggert [Tue, 22 Apr 2003 03:33:01 +0000 (03:33 +0000)]
Update from Bruno Haible's 2003-04-14 patch to gnulib.
Paul Eggert [Mon, 21 Apr 2003 19:37:40 +0000 (19:37 +0000)]
* data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
Fix obvious typo that results in uncompilable GLR parsers
when both %pure-parser and %locations are used. (trivial change)
Paul Eggert [Mon, 21 Apr 2003 19:37:09 +0000 (19:37 +0000)]
(yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
Fix obvious typo that results in uncompilable GLR parsers
when both %pure-parser and %locations are used. (trivial change
from Yakov Markovitch <Markovitch@iso.ru>)
Paul Eggert [Fri, 18 Apr 2003 07:27:15 +0000 (07:27 +0000)]
Don't invoke unput from scan-gram.l; it ran into a POSIX-compatibility
bug in flex 2.5.31.
Paul Eggert [Fri, 18 Apr 2003 07:26:46 +0000 (07:26 +0000)]
(Invalid inputs): Remove cascaded diagnostic that is no longer emitted.
Paul Eggert [Fri, 18 Apr 2003 07:26:19 +0000 (07:26 +0000)]
Add %option nounput, since we no longer use unput.
(unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
Do not insert the expected token via unput, as this runs afoul
of a POSIX-compatibility bug in flex 2.5.31.
All uses changed to BEGIN the parent state,
since we no longer insert the expected token via unput.
Paul Eggert [Fri, 18 Apr 2003 05:11:25 +0000 (05:11 +0000)]
Fix regression reported by Werner Lemberg in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
Paul Eggert [Fri, 18 Apr 2003 05:10:58 +0000 (05:10 +0000)]
(GNU pic Grammar): New test case, taken from
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
Paul Eggert [Fri, 18 Apr 2003 05:07:08 +0000 (05:07 +0000)]
(set_conflicts): Resolve all conflicts, not just
the first one. This change is from Paul Hilfinger, and it fixes
regression reported by Werner Lemberg in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
(resolve_sr_conflict): Don't invoke state_errs_set
unless one or more tokens have been explicitly made errors.
Otherwise, the above change causes Bison to abort.
Akim Demaille [Mon, 31 Mar 2003 09:46:21 +0000 (09:46 +0000)]
* doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
Akim Demaille [Mon, 31 Mar 2003 09:17:40 +0000 (09:17 +0000)]
* src/output.c (prepare_symbols): Avoid trailing spaces in the
output.
Akim Demaille [Mon, 31 Mar 2003 07:10:44 +0000 (07:10 +0000)]
* doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
From Paul Hilfinger.
Akim Demaille [Sat, 29 Mar 2003 13:50:44 +0000 (13:50 +0000)]
* m4/error.m4: Do not put under dynamic conditions some code which
expansion is under static control.
Akim Demaille [Sat, 29 Mar 2003 13:30:15 +0000 (13:30 +0000)]
Restore a missing ChangeLog entry.
Akim Demaille [Sat, 29 Mar 2003 13:29:41 +0000 (13:29 +0000)]
* doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
Akim Demaille [Sat, 29 Mar 2003 11:26:46 +0000 (11:26 +0000)]
* .cvsignore: Add configure.lineno.
* src/.cvsignore: Add yacc.
* tests/.cvsignore: Add testsuite.log.
* doc/fdl.texi: Sync with latest FSF version.
Akim Demaille [Sat, 29 Mar 2003 11:09:49 +0000 (11:09 +0000)]
Regen.
Paul Eggert [Fri, 14 Mar 2003 01:35:43 +0000 (01:35 +0000)]
Update .cvsignore files.
Paul Eggert [Fri, 14 Mar 2003 01:31:24 +0000 (01:31 +0000)]
Add testsuite.log
Paul Eggert [Fri, 14 Mar 2003 01:26:51 +0000 (01:26 +0000)]
Add configure.lineno.
Paul Eggert [Fri, 14 Mar 2003 01:23:04 +0000 (01:23 +0000)]
Add 'yacc'.
Paul Eggert [Thu, 13 Mar 2003 21:21:13 +0000 (21:21 +0000)]
Bump serial number.
Paul Eggert [Thu, 13 Mar 2003 19:34:42 +0000 (19:34 +0000)]
Sync with latest FSF version.
Paul Eggert [Thu, 13 Mar 2003 07:13:05 +0000 (07:13 +0000)]
Fix "Bison blows chunks on empty file" bug.
Work around SunOS 4.1.4 porting problem with <sys/resource.h>.
Don't check for sys/wait.h twice, with two different algorithms.