Commit Graph

115 Commits

Author SHA1 Message Date
Akim Demaille
a5fb3dead0 Version 1.30k. 2002-01-11 13:37:00 +00:00
Akim Demaille
ac5ff6a908 * configure.in: Use AC_FUNC_STRNLEN. 2002-01-11 13:31:33 +00:00
Akim Demaille
ca66b45a86 Update. 2002-01-09 14:56:07 +00:00
Akim Demaille
62d3162c4c Revert the previous patch which was meant for the trunk only. 2002-01-07 08:40:29 +00:00
Akim Demaille
43f8a3245a Regen. 2002-01-06 20:56:42 +00:00
Akim Demaille
32e175835b Regen. 2002-01-03 09:24:59 +00:00
Akim Demaille
f4ffa313a2 Regen. 2001-12-22 15:13:48 +00:00
Akim Demaille
dba44a1367 Update. 2001-12-18 09:42:58 +00:00
Akim Demaille
21292982fe Regen. 2001-12-15 10:59:00 +00:00
Akim Demaille
c884affb0b Update. 2001-12-13 11:06:18 +00:00
Akim Demaille
3d9d5d34ff Regen. 2001-12-12 15:19:25 +00:00
Akim Demaille
701d80ffa0 Regen. 2001-12-12 12:01:09 +00:00
Akim Demaille
daa938e7f0 Regen. 2001-12-12 11:55:29 +00:00
Akim Demaille
74d757ab92 Fix an es.po problem. 2001-12-06 14:24:41 +00:00
Akim Demaille
3f66ed1c8b Update. 2001-12-05 11:57:46 +00:00
Akim Demaille
58dce15432 Version 1.30f. 2001-12-05 11:46:05 +00:00
Akim Demaille
b9866ce4da Regen. 2001-12-05 09:30:34 +00:00
Akim Demaille
2dfb4daf9b * src/gram.c, src/gram.h (ritem_print): New.
* src/gram.c (dummy): Remove, now there is actual code in gram.c.
(This useless function was defined only to work around VMS linkers
that can't handle compilation units with variables only).
* src/reduce.c (dump_grammar): Use it to trace the construction of
ritem.
2001-12-05 09:16:07 +00:00
Akim Demaille
0ffdf37212 Regen. 2001-11-30 13:10:01 +00:00
Akim Demaille
d8a9ec00b8 Regen. 2001-11-28 14:59:32 +00:00
Akim Demaille
4bfeeafb00 * src/files.c: Include error.h.
From Hans Aberg.
2001-11-27 18:42:32 +00:00
Akim Demaille
cf2e198269 Version 1.30e. 2001-11-26 16:47:53 +00:00
Akim Demaille
674fd9acbc * src/reader.c (readgram): Make sure rules for mid-rule actions
have a lineno equal to that of their host rule.
Reported by Hans Aberg.
* tests/regression.at (Rule Line Numbers): New.
2001-11-26 15:24:06 +00:00
Akim Demaille
3dfc01e247 Regen. 2001-11-23 14:17:53 +00:00
Akim Demaille
cc35239e1b Remove all po/ generated files from repository. 2001-11-20 13:30:31 +00:00
Akim Demaille
adb4edee47 Version 1.30d. 2001-11-20 13:26:58 +00:00
Akim Demaille
0704bc9b8e * po/sv.po: New.
* configure.in (ALL_LINGUAS): Adjust.
* po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
longer contains strings to translate.
2001-11-20 13:10:12 +00:00
Akim Demaille
1e883de90c Version 1.30c. 2001-11-14 15:25:51 +00:00
Akim Demaille
efcff8cd5c * tests/calc.at, tests/output.at, tests/regression.at,
* tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
now the tests are run in private dirs, therefore AC_CLEANUP and
family can be simplified to 0-ary.
* tests/atlocal.in: Now that we run `elsewhere' than in tests/,
use abs. path to find config.h.
2001-11-14 15:16:40 +00:00
Akim Demaille
78986eff74 Version 1.30b.
* config/config.guess, config/config.sub, po/*.po: Update.
2001-11-12 09:42:14 +00:00
Akim Demaille
a2874a4e5d Regen. 2001-11-05 10:12:42 +00:00
Akim Demaille
0d214b93b0 Regen. 2001-11-05 09:29:10 +00:00
Akim Demaille
ea57e0a3c4 * src/getargs.c (longopts): Support `--output'. getopt is now
able to understand that `--out' is OK: the two racing long options
are aliases.
(usage): Adjust.
* src/lex.h (tok_setopt): Remove, replaced with...
(tok_intopt, tok_stropt): these new guys.
* src/lex.c (getopt.h): Not needed.
(token_buffer, unlexed_token_buffer): Not const.
(percent_table): Promote `-' over `_' in directive names.
Active `%name-prefix', `file-prefix', and `output'.
(parse_percent_token): Accept possible arguments to directives.
Promote `-' over `_' in directive names.
* doc/bison.texinfo (Decl Summary): Split the list into
`directives for grammars' and `directives for bison'.
Sort'em.
Add description of `%name-prefix', `file-prefix', and `output'.
Promote `-' over `_' in directive names.
(Bison Options): s/%locactions/%locations/.  Nice Freudian slip.
Simplify the description of `--name-prefix'.
Promote `-' over `_' in directive names.
Promote `--output' over `--output-file'.
Fix the description of `--defines'.
* tests/output.at: Exercise %file-prefix and %output.
2001-11-04 16:26:59 +00:00
Akim Demaille
57c429f305 * doc/refcard.tex: Update. 2001-11-02 17:18:52 +00:00
Akim Demaille
1d708336d4 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
Check that `9foo.y' produces correct cpp guards.
* src/files.c (compute_header_macro): Prepend `BISON_' to CPP
guards.
Reported by Wwp.
2001-11-01 18:29:36 +00:00
Akim Demaille
16c9da79ef Update. 2001-10-26 13:29:29 +00:00
Akim Demaille
d0132d6bec Regen. 2001-10-26 13:10:17 +00:00
Akim Demaille
48b43d9d83 Remove. 2001-10-10 14:43:44 +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
72ab1d45d2 Version 1.29c. 2001-10-02 16:23:59 +00:00
Akim Demaille
cae30a7df4 Port quotearg fixes from tar 1.13.24.
* lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
tm to be declared.
(HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
(mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
* m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
* m4/mbrtowc.m4: New file.
* m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
2001-09-27 14:25:57 +00:00
Akim Demaille
9fb2ad6738 Gettext 0.10.40. 2001-09-27 14:06:39 +00:00
Akim Demaille
f87fc33f87 Regen. 2001-09-27 08:54:11 +00:00
Akim Demaille
bb84601097 * src/reader.c (reader): Remove call to free_symtab ().
* src/main.c (main): Call it here.
Include symtab.h.
* src/conflicts.c (initialize_conflicts): Rename as...
(solve_conflicts): this.
* src/print.c (print_core, print_actions, print_state)
(print_grammar): Dump to a file instead a `output_obstack'.
(print_results): Dump `output_obstack', and then proceed with the
FILE *.
* src/files.c (compute_output_file_names, close_files): New.
(output_files): Adjust.
* src/main.c (main): Adjust.
2001-09-24 08:15:53 +00:00
Akim Demaille
645ff8cdee Regen. 2001-09-22 16:13:59 +00:00
Akim Demaille
a726df0b44 * configure.in (ALL_LINGUAS): Add "tr".
* po/.cvsignore: Ignore GMO files.
2001-09-21 16:52:42 +00:00
Akim Demaille
2a4426474d Version 1.29a.
* Makefile.maint, config/config.guess, config/config.sub,
* config/missing: Update from masters.
2001-09-21 16:28:06 +00:00
Akim Demaille
0899b02570 Regen. 2001-09-20 17:08:06 +00:00
Akim Demaille
6f0d1fd89d Regen. 2001-09-18 10:44:11 +00:00
Akim Demaille
3afa674b1d Version 1.29. 2001-09-07 12:12:30 +00:00