Akim Demaille
342b8b6e21
Merge in branch-1_29.
2001-10-04 14:55:21 +00:00
Marc Autret
08a161353c
Update.
2001-08-08 23:16:44 +00:00
Marc Autret
fdc6758b79
doc/bison.texinfo: Change @samp{$<@dots{}>} to @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
2001-08-08 21:55:36 +00:00
Akim Demaille
8303fc422a
* tests/atconfig.in (CPPFLAGS): Add.
...
* tests/calc.at (AT_CHECK): Use CPPFLAGS.
2001-08-04 14:00:09 +00:00
Akim Demaille
53b74c0c4c
* lib/strspn.c: New.
2001-08-03 08:09:03 +00:00
Akim Demaille
847bf1f538
* doc/autoconf.texi: Document @$.
...
(Locations): New section.
2001-08-01 17:49:14 +00:00
Akim Demaille
ef7ddeddaa
* src/output.c (output_parser): Compute the `#line' lines when
...
there are.
* src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
Suggested by Hans Aberg.
2000-12-19 13:40:42 +00:00
Akim Demaille
2a91a95e9e
* src/reader.c (copy_definition, parse_union_decl, copy_action)
...
(copy_guard): Quote the file names.
Reported by Laurent Mascherpa.
2000-12-12 17:12:43 +00:00
Akim Demaille
ff4a34be27
* lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
...
* m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
New files, from Fileutils 4.0.27.
* src/main.c (printable_version): Remove.
* src/lex.c, src/reader.c: Use `quote'.
* lib/error.c, lib/error.h: New files, needed by xmalloc.c.
2000-10-16 17:28:41 +00:00
Akim Demaille
8e03724b11
When a literal string is used to define two different tokens,
...
`bison -v' segfaults.
Reported by Piotr Gackiewicz, and fixed by Neil Booth.
* tests/regression.m4: New file.
Include the core of the sample provided by Piotr Gackiewicz.
* src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
properly.
2000-10-04 11:52:53 +00:00
Akim Demaille
a9e64249c8
* src/reader.c (parse_expect_decl): Keep `count' within the size
...
of `buffer'.
From Neil Booth.
2000-10-04 11:31:14 +00:00