]> git.saurik.com Git - bison.git/blame - ChangeLog
* src/getargs.c (usage): Take status as argument and exit
[bison.git] / ChangeLog
CommitLineData
0e575721
AD
12002-10-19 Akim Demaille <akim@epita.fr>
2
3 * src/getargs.c (usage): Take status as argument and exit
4 accordingly.
5 Report the traditional `Try ... --help' message when status != 0.
6 (usage, version): Don't take a FILE * as arg, it is pointless.
7 (getargs): When there is an incorrect number of arguments, make it
8 an error, and report it GNUlically thanks to `usage ()'.
9
724ce7f5
PE
102002-10-18 Paul Eggert <eggert@twinsun.com>
11
3a781eb2
PE
12 * data/glr.c (yyreportParseError): Don't assume that sprintf
13 yields the length of the printed string, as this is not true
14 on SunOS 4.1.4. Reported by Peter Klein.
15
724ce7f5
PE
16 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
17 * tests/conflicts.at (%nonassoc and eof): Likewise.
18 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
19
473d0a75
AD
202002-10-17 Akim Demaille <akim@epita.fr>
21
22 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
23 * src/getargs.c (trace_types, trace_args): Adjust.
24 * src/reader.c (grammar_current_rule_prec_set)
25 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
26 Standardize error messages.
27 And s/@prec/%prec/!
28 (reader): Use trace_flag to enable scanner/parser debugging,
29 instead of an adhoc scheme.
30 * src/scan-gram.l: Remove trailing debugging code.
31
e76d2469
PE
322002-10-16 Paul Eggert <eggert@twinsun.com>
33
93e2236a
PE
34 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
35 MUSCLE_TAB_H.
36
e76d2469
PE
37 * NEWS: Officially drop support for building Bison with K&R C,
38 since it didn't work anyway and it's not worth worrying about.
39 * Makefile.maint (wget_files): Remove ansi2knr.c.
40 (ansi2knr.c-url_prefix): Remove.
41 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
42 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
43 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
44
5bd1c419
PE
452002-10-15 Paul Eggert <eggert@twinsun.com>
46
47 Stop using the "enum_" trick for K&R-style function definitions;
48 it confused me, and I was the author! Instead, assume that people
49 who want to use K&R C compilers (when using these modules in GCC,
50 perhaps?) will run ansi2knr.
51
52 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
53 All uses of "enum_" changed to "enum ".
54 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
55 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 56
5bd1c419
PE
57 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
58 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
59 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
60 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
61 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
62 abitset_not, abitset_ones, abitset_or, abitset_or_and,
63 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
64 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
65 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
66 Use function prototypes; this removes the need for declaring
67 static functions simply to provide their prototypes.
68 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
69 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
70 bitset_count_, bitset_create, bitset_dump, bitset_first,
71 bitset_free, bitset_init, bitset_last, bitset_next,
72 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
73 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
74 bitset_print, bitset_release_memory, bitset_toggle_,
75 bitset_type_choose, bitset_type_get, bitset_type_name_get,
76 debug_bitset): Likewise.
77 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
78 * lib/bitset_stats.c (bitset_log_histogram_print,
79 bitset_percent_histogram_print, bitset_stats_and,
80 bitset_stats_and_cmp, bitset_stats_and_or,
81 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
82 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
83 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
84 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
85 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
86 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
87 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
88 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
89 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
90 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
91 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
92 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
93 bitset_stats_zero): Likewise.
94 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
95 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
96 bitsetv_dump, debug_bitsetv): Likewise.
97 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
98 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
99 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
100 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
101 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
102 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
103 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
104 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
105 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
106 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
107 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
108 Likewise.
109 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
110 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
111 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
112 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
113 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
114 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
115 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
116 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
117 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
118 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
119 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 120
ae26e1f0
AD
1212002-10-14 Akim Demaille <akim@epita.fr>
122
123 Version 1.75.
124
d43baf71
AD
1252002-10-14 Akim Demaille <akim@epita.fr>
126
127 * tests/Makefile.am (maintainer-check-posix): New.
128
7ebc83e3
AD
1292002-10-14 Akim Demaille <akim@epita.fr>
130
131 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
132 member.
133
05846dae
AD
1342002-10-14 Akim Demaille <akim@epita.fr>
135
136 * src/tables.c (table_ninf_remap): base -> tab.
137 Reported by Matt Rosing.
138
1318e37d
PE
1392002-10-14 Paul Eggert <eggert@twinsun.com>
140
447fbb17
PE
141 * tests/action.at, tests/calc.at, tests/conflicts.at,
142 tests/cxx-type.at, tests/headers.at, tests/input.at,
143 tests/regression.at, tests/synclines.at, tests/torture.at:
144 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
145 so that the tests still work even if POSIXLY_CORRECT is set.
146 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 147
1318e37d
PE
148 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
149 for portability to K&R hosts. Fix typo: signed char is guaranteed
150 only to 127, not to 128.
151 * data/glr.c (yysigned_char): New type.
152 * data/yacc.c (yysigned_char): Likewise.
153 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
154
cc0f0794
PE
1552002-10-13 Paul Eggert <eggert@twinsun.com>
156
5038f418
PE
157 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
158 true due to limited range of data type" warning from GCC.
159
cc0f0794
PE
160 * data/c.m4 (b4_token_defines): Protect against double-inclusion
161 by wrapping enum yytokentype's definition inside #ifndef
162 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
163
6fed0802
AD
1642002-10-13 Akim Demaille <akim@epita.fr>
165
166 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
167 Un yy- yyrhs to avoid the name clash with the global YYRHS.
168
32f0598d
AD
1692002-10-13 Akim Demaille <akim@epita.fr>
170
171 * Makefile.maint: Update from Autoconf 2.54.
172 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
173
7ea9a33f
AD
1742002-10-13 Akim Demaille <akim@epita.fr>
175
176 * src/print.c (print_state): Separate the list of solved conflicts
177 from the other items.
178 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
179
ea99527d
AD
1802002-10-13 Akim Demaille <akim@epita.fr>
181
182 Let nondeterministic skeletons be usable with deterministic
183 tables.
184
185 With the patch, GAWK compiled by GCC without -O2 passes its test
186 suite using a GLR parser driven by LALR tables. It fails with -O2
187 because `struct stat' gives two different answers on my machine:
188 88 (definition of an auto var) and later 96 (memset on this var).
189 Hence the stack is badly corrumpted. The headers inclusion is to
190 blame: if I move the awk.h inclusion before GLR's system header
191 inclusion, the two struct stat have the same size.
192
193 * src/tables.c (pack_table): Always create conflict_table.
194 (token_actions): Always create conflict_list.
195 * data/glr.c (YYFLAG): Remove, unused.
196
f377f69f
AD
1972002-10-13 Akim Demaille <akim@epita.fr>
198
199 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
200 (O0FLAGS): New.
201 (VALGRIND, GXX): New.
202 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
203 * tests/bison.in: Run $PREBISON a pre-command.
204 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
205 (maintainer-check-g++): New.
206 * Makefile.am (maintainer-check): New.
207
2a1fe6ed
AD
2082002-10-13 Akim Demaille <akim@epita.fr>
209
210 * data/glr.c: Formatting changes.
211 Tweak some trace messages to match yacc.c's.
212
f50adbbd
AD
2132002-10-13 Akim Demaille <akim@epita.fr>
214
215 GLR parsers sometimes raise parse errors instead of performing the
216 default reduction.
217 Reported by Charles-Henry de Boysson.
218
219 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
220 check the length of the traces when %glr.
221 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
222 GLR's traces.
223 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
224 Test GLR parsers.
225 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
226 (yyltype): Remove the yy prefix from the member names.
227 (yytable): Complete its comment.
228 (yygetLRActions): Map error action number from YYTABLE from
229 YYTABLE_NINF to 0.
230 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
231 (which was a bug: it should have been YYTABEL_NINF, and yet it was
232 not satisfying as we could compare an YYACTION computed from
233 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
234 only value for error actions.
235 (yyreportParseError): In verbose parse error messages, don't issue
236 `error' in the list of expected tokens.
237 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
238 next action to perform to match glr.c's decoding.
239 (yytable): Complete its comment.
240
bcbad5b9
PE
2412002-10-13 Paul Eggert <eggert@twinsun.com>
242
243 Fix problem reported by Henrik Grubbstroem in
244 <http://mail.gnu.org/pipermail/bug-bison/2002-October/001670.html>:
245 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
246 because the Bison parser reads the second action before reducing
247 the first one.
248 * src/scan-gram.l (rule_length): New static var.
249 Use it to keep track of the rule length in the scanner, since
250 we can't expect the parser to be in lock-step sync with the scanner.
251 (handle_action_dollar, handle_action_at): Use this var.
252 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 253
14904b89
PE
2542002-10-12 Paul Eggert <eggert@twinsun.com>
255
1fe611e5
PE
256 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
257 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
258 Include <sys/time.h> when checking for clock_t and struct tms.
259 Use same include order as source.
260 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
261 <http://mail.gnu.org/pipermail/bug-bison/2002-October/001674.html>.
05846dae 262
1fe611e5
PE
263 * lib/timevar.c: Update copyright date and clarify comments.
264 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 265
1fe611e5
PE
266 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
267 GCC version as of today, then merge Bison's changes.
268 Change "GCC" to "Bison" in copyright notice. timevar.def's
269 author is Akim, so change that too.
270
98194095
PE
271 * src/reader.c (grammar_current_rule_check):
272 Don't worry about the default action if $$ is untyped.
273 Prevents bogus warnings reported by Jim Gifford in
274 <http://mail.gnu.org/pipermail/bug-bison/2002-October/001673.html>.
275
14904b89
PE
276 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
277 * data/glr.c, data/lalr1.cc, data/yacc.c:
278 Output token definitions before the first part of user declarations.
279 Fixes compatibility problem reported by Jim Gifford for kbd in
280 <http://mail.gnu.org/pipermail/bug-bison/2002-October/001672.html>.
281
ff6dca18
PE
2822002-10-11 Paul Eggert <eggert@twinsun.com>
283
284 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
285 (yyparse): here. This undoes some of the 2002-07-25 change.
286 Compatibility problem reported by Ralf S. Engelschall with
287 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
288
eb714592
AD
2892002-10-11 Akim Demaille <akim@epita.fr>
290
291 * tests/regression.at Characters Escapes): New.
292 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
293 characters.
294 Reported by Jan Nieuwenhuizen.
295
b7195100
AD
2962002-10-11 Akim Demaille <akim@epita.fr>
297
298 * po/id.po: New.
299
f28a0f2d
PE
3002002-10-10 Paul Eggert <eggert@twinsun.com>
301
302 Portability fixes for bitsets; this also avoids several GCC
303 warnings.
304
305 * lib/abitset.c: Include <stddef.h>, for offsetof.
306 * lib/lbitset.c: Likewise.
307
308 * lib/abitset.c (abitset_bytes): Return a size that is aligned
309 properly for vectors of objects. Do not assume that adding a
310 header size to a multiple of a word size yields a value that is
311 properly aligned for the whole union.
312 * lib/bitsetv.c (bitsetv_alloc): Likewise.
313
314 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
315 unique names for structures.
316 * lib/ebitset.c (ebitset_bytes): Likewise.
317 * lib/lbitset.c (lbitset_bytes): Likewise.
318
319 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
320 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
321 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
322 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
323 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
324 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
325 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
326 to improve the type-checking that GCC can do.
327 * lib/bitset.c (bitset_op4_cmp): Likewise.
328 * lib/bitset_stats.c (bitset_stats_count,
329 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
330 bitset_stats_copy, bitset_stats_disjoint_p,
331 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
332 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
333 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
334 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
335 bitset_stats_and_or_cmp, bitset_stats_andn_or,
336 bitset_stats_andn_or_cmp, bitset_stats_or_and,
337 bitset_stats_or_and_cmp): Likewise.
338 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
339 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
340 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
341 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
342
343 * lib/abitset.h: Include bitset.h, not bbitset.h.
344 * lib/ebitset.h: Likewise.
345 * lib/lbitset.h: Likewise.
346
347 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
348 All instances of parameters of type enum bitset_opts are now of
349 type enum_bitset_opts, to conform to the C Standard, and similarly
350 for enum_bitset_type.
351 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
352 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
353
354 Do not use "struct bitset_struct" to mean different things in
355 different modules. Not only is this confusing, it violates
356 the C Standard, which requires that structure types in different
357 modules must be compatible if one is to be passed to the other.
358 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
359 All instances of "struct bitset_struct *" replaced with "bitset".
360 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
361 (union bitset_union, struct abitset_struct, struct ebitset_struct,
362 struct lbitset_struct, struct bitset_stats_struct): New types.
363 All uses of struct bitset_struct changed to union bitset_union,
364 etc.
365 * lib/abitset.c (struct abitset_struct, abitset,
366 struct bitset_struct): Remove.
367 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
368 struct bitset_struct): Remove.
369 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
370 bitset_struct): Remove.
371 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
372 Likewise.
373
374 Do not call a function of type T using a call that assumes the
375 function is of a different type U. Standard C requires that a
376 function must be called with a type that is compatible with its
377 definition.
378 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
379 New decls.
380 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
381 New functions.
382 * lib/ebitset.c (PFV): Remove.
383 * lib/lbitset.c (PFV): Likewise.
384 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
385 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
386 decls.
387 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
388 (ebitset_vtable): Use them.
389 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
390 lbitset_xor): New functions.
391 (lbitset_vtable): Use them.
392
393 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
394 Declare.
395
396 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
397 GCC warning.
398 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
399 Use offsetof, for simplicity.
400
6fbe4984
PE
4012002-10-06 Paul Eggert <eggert@twinsun.com>
402
403 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
404 the same width as int. This reapplies a hunk of the 2002-08-12 patch
405 <http://mail.gnu.org/pipermail/bison-patches/2002-August/001111.html>,
406 which was inadvertently undone by the 2002-09-30 patch.
407 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
408 the same width as int.
409
420f93c8
PE
4102002-10-04 Paul Eggert <eggert@twinsun.com>
411
412 Version 1.50.
413
414 * configure.ac (AC_INIT), NEWS: Increment version number.
415
416 * doc/bison.texinfo: Minor spelling, grammar, and white space
417 fixes.
418 (Symbols): Mention that any negative value returned from yylex
419 signifies end-of-input. Warn about negative chars. Mention
420 the portable Standard C character set.
421
422 The GNU coding standard says CFLAGS and YFLAGS are reserved
423 for the installer to set.
424 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
425 * src/Makefile.am (AM_CFLAGS): Likewise.
426 (AM_YFLAGS): Renamed from YFLAGS.
427
428 Fix some MAX and MIN problems.
429 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
430 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
431 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
432 * src/reader.c (reader): Use it.
433
434 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
435 POSIX 1003.1-2001 has removed fgrep.
436
4372002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
438
439 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
440 interpreted as signed.
441 * lib/ebitset.c (ebitset_list): Fix bug.
442
ff68026d
PE
4432002-10-01 Paul Eggert <eggert@twinsun.com>
444
445 More fixes for 64-bit hosts and large bitsets.
446
447 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
448 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
449 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
450 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
451 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
452 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
453 bitset_count_): Likewise.
454 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
455 bitset_first, bitset_last): Likewise.
456 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
457 bitset_stats_list_reverse, bitset_stats_size,
458 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
459 Likewise.
460 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
461 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
462 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
463 bitsetv_reflexive_transitive_closure): Likewise.
464 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
465 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
466 Likewise.
467 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
468 Likewise.
420f93c8 469
ff68026d
PE
470 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
471 Use size_t, not unsigned int, to count bytes.
472 * lib/abitset.h (abitset_bytes): Likewise.
473 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
474 Likewise.
475 * lib/bitset.h (bitset_bytes): Likewise.
476 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
477 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
478 * lib/bitsetv.c (bitsetv_alloc): Likewise.
479 * lib/ebitset.c (ebitset_bytes): Likewise.
480 * lib/ebitset.h (ebitset_bytes): Likewise.
481 * lib/lbitset.c (lbitset_bytes): Likewise.
482 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 483
ff68026d
PE
484 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
485 abitset_subset_p, abitset_disjoint_p, abitset_and,
486 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
487 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
488 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
489 abitset_or_and, abitset_or_and_cmp):
490 Use bitset_windex instead of unsigned int.
491 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
492 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
493 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
494 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
495 Likewise.
496 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 497
ff68026d
PE
498 * lib/bitset.c (bitset_print):
499 Use proper printf formats for widths of integer types.
500 * lib/bitset_stats.c (bitset_percent_histogram_print,
501 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
502 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
503 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
504 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 505
ff68026d
PE
506 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
507 BITSET_SIZE_MAX): New macros.
508 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
509 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
510 to BITSET_WINDEX_MAX.
511
512 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
513 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
514 since we now return the bitset_bindex type (not int).
515
516 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
517 when computing sizes.
518 * lib/ebitset.c (ebitset_elts_grow): Likewise.
519
520 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
521 and avoid cast to unsigned.
522
6aa452a6
AD
5232002-09-30 Akim Demaille <akim@epita.fr>
524
525 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
526 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
527 Updates from Michael Hayes.
528
927f7817
AD
5292002-09-30 Art Haas <ahaas@neosoft.com>
530
531 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
532 invocations.
533 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
534 defined.
535
9738f41e
AD
5362002-09-27 Akim Demaille <akim@epita.fr>
537
538 Version 1.49c.
539
a5c75d7f
AD
5402002-09-27 Akim Demaille <akim@epita.fr>
541
542 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
543 (Because of AC_LIBSOURCE).
544
8280e179
AD
5452002-09-27 Akim Demaille <akim@epita.fr>
546
547 Playing with Autoscan.
548
549 * configure.ac: Remove the old LIBOBJ tweaks.
550 (AC_REPLACE_FUNCS): Add strrchr and strtol.
551 * lib/strrchr.c: New.
552 * lib/strtol.c: New, from the Coreutils 4.5.1.
553
ae64af35
AD
5542002-09-27 Akim Demaille <akim@epita.fr>
555
556 Playing with Autoscan.
557
558 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
559 * lib/Makefile.am (libbison_a_SOURCES): No longer include
560 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
561 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
562 Coreutils 4.5.1.
563
d1a1114f
AD
5642002-09-24 Akim Demaille <akim@epita.fr>
565
566 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
567 (Frequently Asked Questions, Parser Stack Overflow): New.
568
b906441c
AD
5692002-09-13 Akim Demaille <akim@epita.fr>
570
571 Playing with autoscan.
572
573 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
574 * src/files.c (skeleton_find): Remove, unused.
575 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
576 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
577
bd701811
AD
5782002-09-13 Akim Demaille <akim@epita.fr>
579
580 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
581 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
582
e0a13e7b
AD
5832002-09-13 Akim Demaille <akim@epita.fr>
584
585 * configure.ac: Require 2.54.
586 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
587 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
588 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
589 Remove, provided by Autoconf macros.
590
c97011bf
AD
5912002-09-12 Akim Demaille <akim@epita.fr>
592
593 * m4/prereq.m4: Update, from Coreutils 4.5.1.
594
d862b1be
AD
5952002-09-12 Akim Demaille <akim@epita.fr>
596
597 * m4/prereq.m4: Update, from Fileutils 4.1.5.
598 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
599 Reported by Martin Mokrejs.
600
3d38c03a
AD
6012002-09-10 Akim Demaille <akim@epita.fr>
602
603 * src/parse-gram.y: Associate a human readable string to each
604 token type.
605 * tests/regression.at (Invalid inputs): Adjust.
606
b6347355
AD
6072002-09-10 Gary V. Vaughan <gary@gnu.org>
608
609 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
610 with an Autoconf-2.5x style configure.ac.
611
09ba4ab2
PE
6122002-09-06 Paul Eggert <eggert@twinsun.com>
613
614 * doc/bison.texinfo (Conditions): Make explicit that the GPL
615 exception applies only to yacc.c. This is a modification of a
616 patch originally suggested by Akim Demaille.
617
21846f69
AD
6182002-09-06 Akim Demaille <akim@epita.fr>
619
09ba4ab2
PE
620 * data/c.m4 (b4_copyright): Move the GPL exception comment from
621 here to...
622 * data/yacc.c: here.
623
21846f69
AD
624 * data/lalr1.cc (struct yyltype): Don't define it, since we use
625 LocationType.
626 (b4_ltype): Default to yy::Location from location.hh.
627
c0ad8bf3
AD
6282002-09-04 Jim Meyering <jim@meyering.net>
629
630 * data/yacc.c: Guard the declaration of yytoknum also with
631 `#ifdef YYPRINT', so it is declared only when used.
632
3a93251e
AD
6332002-09-04 Akim Demaille <akim@epita.fr>
634
635 * configure.in: Rename as...
636 * configure.ac: this.
637 Bump to 1.49c.
638
427c0dda
AD
6392002-09-04 Akim Demaille <akim@epita.fr>
640
641 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
642 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
643 translate maintainer only messages.
644
6a254321
PE
6452002-08-12 Paul Eggert <eggert@twinsun.com>
646
645e30d1
PE
647 Version 1.49b.
648
6a254321
PE
649 * Makefile.am (SUBDIRS): Remove intl.
650 (DISTCLEANFILES): Remove.
651 * NEWS: Mention that GNU M4 is now required. Clarify what is
652 meant by "larger grammars". Mention the pt_BR translation.
653 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
654 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
655 Bump version from 0.11.2 to 0.11.5.
656 (BISON_PREREQ_STAGE): Remove.
657 (AM_GNU_GETTEXT): Use external gettext.
658 (AC_OUTPUT): Remove intl/Makefile.
659
660 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
661
662 * data/glr.c: Include string.h, for strlen.
663 (yyreportParseError): Use size_t for yysize.
664 (yy_yypstack): No longer nested inside yypstates, as nested
665 functions are not portable. Do not assume size_t is the
666 same width as int.
667 (yypstates): Do not assume that ptrdiff_t is the same width
668 as int, and similarly for yyposn and YYINDEX.
669
670 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
671
672 * lib/Makefile.am (INCLUDES): Do not include from the intl
673 directory, which has been removed.
674 * src/Makefile.am (INCLUDES): Likewise.
675
676 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
677 (bitsets_sources, additional_bitsets_sources, timevars_sources):
678 New vars.
679
680 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
681 * tests/Makefile.am (EXTRA_DIST): Likewise.
682
683 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
684 Do not assume that bitset_windex is the same width as unsigned.
685
686 * lib/abitset.c (abitset_unused_clear): Do not assume that
687 bitset_word is the same width as int.
688 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
689 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
690 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
691 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
692 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
693
694 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
695 portability to one's complement hosts!).
696 * lib/ebitset.c (ebitset_op1): Likewise.
697 * lib/lbitset.c (lbitset_op1): Likewise.
698
699 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
700 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
701 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
702 Sync with fileutils.
703 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
704 lib/gettext.h: Sync with diffutils.
705
706 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
707 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
708
709 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
710 PROTOTYPES to check for prototypes, and "defined __STDC__" to
711 check for void *.
712
713 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
714 size_t; the old version tried to do this but casted improperly.
715 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
716 (bitset_test): Now returns int, not unsigned long.
717
718 * lib/bitset_stats.c: Include "gettext.h".
719 (_): New macro.
720 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
721 name locals "index", as it generates unnecessary warnings on some
722 hosts that have an "index" function.
723
724 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
725 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
726 they need translation.
727 * src/LR0.c (state_list_append, new_itemsets, get_state,
728 append_states, generate_states): Likewise.
729 * src/assoc.c (assoc_to_string): Likewise.
730 * src/closure.c (print_closure, set_firsts, closure): Likewise.
731 * src/gram.c (grammar_dump): Likewise.
732 * src/injections.c (injections_compute): Likewise.
733 * src/lalr.c (lookaheads_print): Likewise.
734 * src/relation.c (relation_transpose): Likewise.
735 * src/scan-gram.l: Likewise.
736 * src/tables.c (table_grow, pack_vector): Likewise.
737
738 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
739 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
740 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
741 * m4/mbstate_t.m4: Sync with fileutils.
742 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
743
744 * po/LINGUAS: Add pt_BR.
745 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
746 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
747 lib/timevar.c.
748 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
749 manual recommends.
750 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
751
752 * src/complain.c (strerror_r): Remove decl; not needed.
753 (strerror): Use same pattern as ../lib/error.c.
754
755 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
756
757 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
758
759 * src/main.c (main): Cast result of bindtextdomain and textdomain
760 to void, to avoid a GCC warning when --disable-nls is in effect.
761
762 * src/scan-gram.l: Use strings rather than escapes when possible,
763 to minimize the number of warnings from xgettext.
764 (handle_action_dollar, handle_action_at): Don't use isdigit,
765 as it mishandles negative chars and it may not work as expected
766 outside the C locale.
767
768 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
769 this is a GCC extension and is not portable to other compilers.
770
771 * src/system.h (alloca): Use same pattern as ../lib/error.c.
772 Do not include <ctype.h>; no longer needed.
773 Do not include <malloc.h>; no longer needed (and generates
774 warnings on OpenBSD 3.0).
775
776 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
777 it's not portable.
778
779 * tests/regression.at: Do not use 'cc -c input.c -o input';
780 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
781
782 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
783 exit status as failure, not just exit status 1. Sun C exits
784 with status 2 sometimes.
785
786 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
787 Use it for the two large tests.
788
c8f002c7
AD
7892002-08-02 Akim Demaille <akim@epita.fr>
790
791 * src/conflicts.c (conflicts_output): Don't output rules never
792 reduced here, since anyway that computation doesn't work.
793 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
794 (rule_useless_p, rule_never_reduced_p): New.
795 (grammar_rules_partial_print): Use a filter instead of a range.
796 Display the title only if needed.
797 (grammar_rules_print): Adjust.
798 (grammar_rules_never_reduced_report): New.
799 * src/tables.c (action_row): Move the computation of rules never
800 reduced to...
801 (token_actions): here.
802 * src/main.c (main): Make the parser before making the report, so
803 that rules never reduced are computed.
804 Call grammar_rules_never_reduced_report.
805 * src/print.c (print_results): Report rules never reduced.
806 * tests/conflicts.at, tests/reduce.at: Adjust.
807
cd08e51e
AD
8082002-08-01 Akim Demaille <akim@epita.fr>
809
810 Instead of attaching lookaheads and duplicating the rules being
811 reduced by a state, attach the lookaheads to the reductions.
812
813 * src/state.h (state_t): Remove the `lookaheads',
814 `lookaheads_rule' member.
815 (reductions_t): Add a `lookaheads' member.
816 Use a regular array for the `rules'.
817 * src/state.c (reductions_new): Initialize the lookaheads member
818 to 0.
819 (state_rule_lookaheads_print): Adjust.
820 * src/state.h, src/state.c (state_reductions_find): New.
821 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
822 (count_rr_conflicts): Adjust.
823 * src/lalr.c (LArule): Remove.
824 (add_lookback_edge): Adjust.
825 (state_lookaheads_count): New.
826 (states_lookaheads_initialize): Merge into...
827 (initialize_LA): this.
828 (lalr_free): Adjust.
829 * src/main.c (main): Don't free nullable and derives too early: it
830 is used by --verbose.
831 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
832
bb0027a9
AD
8332002-08-01 Akim Demaille <akim@epita.fr>
834
835 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
836 `rule_number_t**'.
837 (set_derives, free_derives): Rename as...
838 (derives_compute, derives_free): this.
839 Adjust all dependencies.
840 * src/nullable.c (set_nullable, free_nullable): Rename as...
841 (nullable_compute, nullable_free): these.
842 (rule_list_t): Store rule_t *, not rule_number_t.
843 * src/state.c (state_rule_lookaheads_print): Directly compare rule
844 pointers, instead of their numbers.
845 * src/main.c (main): Call nullable_free, and derives_free earlier,
846 as they were lo longer used.
847
3325ddc4
AD
8482002-08-01 Akim Demaille <akim@epita.fr>
849
850 * lib/timevar.c (get_time): Include children time.
851 * src/lalr.h (LA, LArule): Don't export them: used with the
852 state_t.
853 * src/lalr.c (LA, LArule): Static.
854 * src/lalr.h, src/lalr.c (lalr_free): New.
855 * src/main.c (main): Call it.
856 * src/tables.c (pack_vector): Check whether loc is >= to the
857 table_size, not >.
858 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
859 (tables_generate): do it, since that's also it which allocates
860 them.
861 Don't free LA and LArule, main does.
862
c6f1a33c
AD
8632002-07-31 Akim Demaille <akim@epita.fr>
864
865 Separate parser tables computation and output.
866
867 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
868 (conflict_list, conflict_list_cnt, table, check, table_ninf)
869 (yydefgoto, yydefact, high): Move to...
870 * src/tables.h, src/tables.c: here.
871 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
872 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
873 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
874 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
875 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
876 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
877 (action_row, save_row, token_actions, save_column, default_goto)
878 (goto_actions, sort_actions, matching_state, pack_vector)
879 (table_ninf_remap, pack_table, prepare_actions): Move to...
880 * src/tables.c: here.
881 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
882 * src/output.c (token_actions, output_base, output_conflicts)
883 (output_check): Merge into...
884 (prepare_actions): this.
885 (actions_output): Rename as...
886 (user_actions_output): this.
887 * src/main.c (main): Call tables_generate and tables_free.
888
1509d42f
AD
8892002-07-31 Akim Demaille <akim@epita.fr>
890
891 Steal GCC's --time-report support.
892
893 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
894 stolen/adjusted from GCC.
895 * m4/stage.m4: Remove time related checks.
896 * m4/timevar.m4: New.
897 * configure.in: Adjust.
898 * src/system.h: Adjust to using timevar.h.
899 * src/getargs.h, src/getargs.c: Support trace_time for
900 --trace=time.
901 * src/main.c (stage): Remove.
902 (main): Replace `stage' invocations with timevar calls.
903 * src/output.c: Insert pertinent timevar calls.
904
273a74fa
AD
9052002-07-31 Akim Demaille <akim@epita.fr>
906
907 Let --trace have arguments.
908
909 * src/getargs.h (enum trace_e): New.
910 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
911 (long_options, short_options): --trace/-T takes an optional
912 argument.
913 Change all the uses of trace_flag to reflect the new flags.
914 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
915
916 Strengthen `stage' portability.
917
918 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
919 * configure.in: Use it.
920 Don't check for malloc.h and sys/times.h.
921 * src/system.h: Include them when appropriate.
922 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
923 times and struct tms are available.
924
217598da
AD
9252002-07-30 Akim Demaille <akim@epita.fr>
926
927 In verbose parse error message, don't report `error' as an
928 expected token.
929 * tests/actions.at (Printers and Destructors): Adjust.
930 * tests/calc.at (Calculator $1): Adjust.
931 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
932 error message, do not report the parser accepts the error token in
933 that state.
934
52489d44
AD
9352002-07-30 Akim Demaille <akim@epita.fr>
936
937 Normalize conflict related messages.
938
939 * src/complain.h, src/complain.c (warn, complain): New.
940 * src/conflicts.c (conflicts_print): Use them.
941 (conflict_report_yacc): New, extracted from...
942 (conflicts_print): here.
943 * tests/conflicts.at, tests/existing.at: Adjust.
944
e8832397
AD
9452002-07-30 Akim Demaille <akim@epita.fr>
946
947 Report rules which are never reduced by the parser: those hidden
948 by conflicts.
949
950 * src/LR0.c (save_reductions): Don't make the final state too
951 different: save its reduction (accept) instead of having a state
952 without any action (no shift or goto, no reduce).
953 Note: the final state is now a ``regular'' state, i.e., the
954 parsers now contain `reduce 0' as default reduction.
955 Nevertheless, since they decide to `accept' when yystate =
956 final_state, they still will not reduce rule 0.
957 * src/print.c (print_actions, print_reduction): Adjust.
958 * src/output.c (action_row): Track reduced rules.
959 (token_actions): Report rules never reduced.
960 * tests/conflicts.at, tests/regression.at: Adjust.
961
caf23d24
AD
9622002-07-30 Akim Demaille <akim@epita.fr>
963
964 `stage' was accidently included in a previous patch.
965 Initiate its autoconfiscation.
966
967 * configure.in: Look for malloc.h and sys/times.h.
968 * src/main.c (stage): Adjust.
969 Report only when trace_flag.
970
640748ee
AD
9712002-07-29 Akim Demaille <akim@epita.fr>
972
973 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
974 state_number_t.
975 (errs_t): symbol_t*, not symbol_number_t.
976 (reductions_t): rule_t*, not rule_number_t.
977 (FOR_EACH_SHIFT): New.
978 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
979 * src/print.c, src/print_graph.c: Adjust.
980
88bce5a2
AD
9812002-07-29 Akim Demaille <akim@epita.fr>
982
983 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
984
985 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
986 (endtoken, accept): these.
987 * src/reader.c (reader): Set endtoken's default tag to "$end".
988 Set undeftoken's tag to "$undefined" instead of "$undefined.".
989 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
990 Adjust.
991
1bfb97db
AD
9922002-07-29 Akim Demaille <akim@epita.fr>
993
994 * src/reduce.c (reduce_grammar): When the language is empty,
995 complain about the start symbol, not the axiom.
996 Use its location.
997 * tests/reduce.at (Empty Language): New.
998
fc5734fe
AD
9992002-07-26 Akim Demaille <akim@epita.fr>
1000
1001 * src/reader.h, src/reader.c (gram_error): ... can't get
1002 yycontrol without making too strong assumptions on the parser
1003 itself.
1004 * src/output.c (prepare_tokens): Use the real 0th value of
1005 token_translations instead of `0'.
1006 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
1007 visible here.
1008 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
1009 for the time being: %locations ought to provide it to yyerror.
1010
3650b4b8
AD
10112002-07-25 Akim Demaille <akim@epita.fr>
1012
1013 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
1014 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
1015 * tests/regression.at (Web2c Actions): Adjust.
1016
4b3d3a8e
AD
10172002-07-25 Akim Demaille <akim@epita.fr>
1018
1019 Stop storing rules from 1 to nrules + 1.
1020
1021 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
1022 * src/nullable.c, src/output.c, src/print.c, src/reader.c
1023 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
1024 Iterate from 0 to nrules.
1025 Use rule_number_as_item_number and item_number_as_rule_number.
1026 Adjust to `derive' now containing possibly 0.
1027 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
1028 Handle the `- 1' part in rule numbers from/to item numbers.
1029 * src/conflicts.c (log_resolution): Fix the message which reversed
1030 shift and reduce.
1031 * src/output.c (action_row): Initialize default_rule to -1.
1032 (token_actions): Adjust.
1033 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
1034 expected output.
1035 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
1036
4a2a22f4
AD
10372002-07-25 Akim Demaille <akim@epita.fr>
1038
1039 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
1040 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
1041 (b4_c_knr_arg_decl): New.
1042 * data/yacc.c: Use it to define yysymprint, yydestruct, and
1043 yyreport_parse_error.
1044
b8df3223
AD
10452002-07-25 Akim Demaille <akim@epita.fr>
1046
1047 * data/yacc.c (yyreport_parse_error): New, extracted from...
1048 (yyparse): here.
1049 (yydestruct, yysymprint): Move above yyparse.
1050 Be K&R compliant.
1051
a762e609
AD
10522002-07-25 Akim Demaille <akim@epita.fr>
1053
1054 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
1055 replace...
1056 (b4_sint_type, b4_uint_type): these.
1057 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
1058 * tests/regression.at (Web2c Actions): Adjust.
1059
12b0043a
AD
10602002-07-25 Akim Demaille <akim@epita.fr>
1061
1062 * src/gram.h (TIEM_NUMBER_MAX): New.
1063 (item_number_of_rule_number, rule_number_of_item_number): Rename
1064 as...
1065 (rule_number_as_item_number, item_number_as_rule_number): these.
1066 Adjust dependencies.
1067 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
1068 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
1069 (symbol_number_to_vector_number): New.
1070 (order): Of vector_number_t* type.
1071 (base_t, BASE_MAX, BASE_MIN): New.
1072 (froms, tos, width, pos, check): Of base_t type.
1073 (action_number_t, ACTION_MIN, ACTION_MAX): New.
1074 (actrow): Of action_number_t type.
1075 (conflrow): Of unsigned int type.
1076 (table_ninf, base_ninf): New.
1077 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
1078 (muscle_insert_int_table, muscle_insert_base_table)
1079 (muscle_insert_rule_number_table): New.
1080 (prepare_tokens): Output `toknum' as int_table.
1081 (action_row): Returns a rule_number_t.
1082 Use ACTION_MIN, not SHRT_MIN.
1083 (token_actions): yydefact is rule_number_t*.
1084 (table_ninf_remap): New.
1085 (pack_table): Use it for `base' and `table'.
1086 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
1087 replaced with...
1088 (YYPACT_NINF, YYTABLE_NINF): these.
1089 (yypact, yytable): Compute their types instead of hard-coded
1090 `short'.
1091 * tests/regression.at (Web2c Actions): Adjust.
1092
5dde258a
AD
10932002-07-19 Akim Demaille <akim@epita.fr>
1094
1095 * src/scan-gram.l (id): Can start with an underscore.
1096
a945ec39
AD
10972002-07-16 Akim Demaille <akim@epita.fr>
1098
1099 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
1100 Adjust all former `associativity' dependencies.
1101 * src/symtab.c (symbol_new): Default associativity is `undef', not
1102 `right'.
1103 (symbol_check_alias_consistence): Adjust.
1104
fae437e8
AD
11052002-07-09 Akim Demaille <akim@epita.fr>
1106
1107 * doc/bison.texinfo: Properly set the ``header'' part.
1108 Use @dircategory ``GNU programming tools'' as per Texinfo's
1109 documentation.
1110 Use @copying.
1111
1a715ef2
AD
11122002-07-09 Akim Demaille <akim@epita.fr>
1113
1114 * lib/quotearg.h: Protect against multiple inclusions.
1115 * src/location.h (location_t): Add a `file' member.
1116 (LOCATION_RESET, LOCATION_PRINT): Adjust.
1117 * src/complain.c (warn_at, complain_at, fatal_at): Drop
1118 `error_one_per_line' support.
1119
a5d50994
AD
11202002-07-09 Akim Demaille <akim@epita.fr>
1121
1122 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
1123 * src/reader.c (lineno): Remove.
1124 Adjust all dependencies.
1125 (get_merge_function): Take a location and use complain_at.
1126 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
1127 * tests/regression.at (Invalid inputs, Mixing %token styles):
1128 Adjust.
1129
b275314e
AD
11302002-07-09 Akim Demaille <akim@epita.fr>
1131
1132 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
1133 recovery rule, and forbid extensions when --yacc.
1134 (gram_error): Use complain_at.
1135 * src/reader.c (reader): Exit if there were parse errors.
1136
865b9df1
AD
11372002-07-09 Akim Demaille <akim@epita.fr>
1138
1139 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
1140 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
1141 Reported by R Blake <blakers@mac.com>.
1142
c76e14da
AD
11432002-07-09 Akim Demaille <akim@epita.fr>
1144
1145 * data/yacc.c: Output the copyright notive in the header.
1146
7db2ed2d
AD
11472002-07-03 Akim Demaille <akim@epita.fr>
1148
1149 * src/output.c (froms, tos): Are state_number_t.
1150 (save_column): sp, sp1, and sp2 are state_number_t.
1151 (prepare): Rename `final' as `final_state_number', `nnts' as
1152 `nterms_number', `nrules' as `rules_number', `nstates' as
1153 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
1154 unused.
1155 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
1156 * data/lalr1.cc (nsym_): Remove, unused.
1157
e68e0410
AD
11582002-07-03 Akim Demaille <akim@epita.fr>
1159
1160 * src/lalr.h, src/lalr.c (goto_number_t): New.
1161 * src/lalr.c (goto_list_t): New.
1162 Propagate them.
1163 * src/nullable.c (rule_list_t): New.
1164 Propagate.
1165 * src/types.h: Remove.
1166
e1a4f3a4
AD
11672002-07-03 Akim Demaille <akim@epita.fr>
1168
1169 * src/closure.c (print_fderives): Use rule_rhs_print.
1170 * src/derives.c (print_derives): Use rule_rhs_print.
1171 (rule_list_t): New, replaces `shorts'.
1172 (set_derives): Add comments.
1173 * tests/sets.at (Nullable, Firsts): Adjust.
1174
536545f3
AD
11752002-07-03 Akim Demaille <akim@epita.fr>
1176
1177 * src/output.c (prepare_actions): Free `tally' and `width'.
1178 (prepare_actions): Allocate and free `order'.
1179 * src/symtab.c (symbols_free): Free `symbols'.
1180 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
1181 * src/output.c (m4_invoke): Move to...
1182 * src/scan-skel.l: here.
1183 (<<EOF>>): Close yyout, and free its name.
1184
8b752b00
AD
11852002-07-03 Akim Demaille <akim@epita.fr>
1186
1187 Fix some memory leaks, and fix a bug: state 0 was examined twice.
1188
1189 * src/LR0.c (new_state): Merge into...
1190 (state_list_append): this.
1191 (new_states): Merge into...
1192 (generate_states): here.
1193 (set_states): Don't ensure a proper `errs' state member here, do it...
1194 * src/conflicts.c (conflicts_solve): here.
1195 * src/state.h, src/state.c: Comment changes.
1196 (state_t): Rename member `shifts' as `transitions'.
1197 Adjust all dependencies.
1198 (errs_new): For consistency, also take the values as argument.
1199 (errs_dup): Remove.
1200 (state_errs_set): New.
1201 (state_reductions_set, state_transitions_set): Assert that no
1202 previous value was assigned.
1203 (state_free): New.
1204 (states_free): Use it.
1205 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
1206 temporary storage: use `errs' and `nerrs' as elsewhere.
1207 (set_conflicts): Allocate and free this `errs'.
1208
613f5e1a
AD
12092002-07-02 Akim Demaille <akim@epita.fr>
1210
1211 * lib/libiberty.h: New.
1212 * lib: Update the bitset implementation from upstream.
1213 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
1214 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
1215 * src/main.c: Adjust bitset stats calls.
1216
26e0cadc
PE
12172002-07-01 Paul Eggert <eggert@twinsun.com>
1218
1219 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
1220 char, so that negative chars don't collide with $.
1221
1154cced
AD
12222002-06-30 Akim Demaille <akim@epita.fr>
1223
1224 Have the GLR tests be `warning' checked, and fix the warnings.
1225
1226 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
1227 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
1228 (yyremoveDeletes): `yyi' and `yyj' are size_t.
1229 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
1230 (yyaddDeferredAction): static.
1231 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
1232 (yyreportParseError): yyprefix is const.
1233 yytokenp is used only when verbose.
1234 (yy__GNUC__): Replace with __GNUC__.
1235 (yypdumpstack): yyi is size_t.
1236 (yypreference): Un-yy local variables and arguments, to avoid
1237 clashes with `yyr1'. Anyway, we are not in the user name space.
1238 (yytname_size): be an int, as is compared with ints.
1239 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
1240 Use them.
1241 * tests/cxx-gram.at: Use quotation to protect $1.
1242 Use AT_COMPILE to enable warnings hunts.
1243 Prototype yylex and yyerror.
1244 `Use' argc.
1245 Include `string.h', not `strings.h'.
1246 Produce and prototype stmtMerge only when used.
1247 yylex takes a location.
1248
97650f4e
AD
12492002-06-30 Akim Demaille <akim@epita.fr>
1250
1251 We spend a lot of time in quotearg, in particular when --verbose.
1252
1253 * src/symtab.c (symbol_get): Store a quoted version of the key.
1254 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
1255 Adjust all callers.
1256
d2576365
AD
12572002-06-30 Akim Demaille <akim@epita.fr>
1258
1259 * src/state.h (reductions_t): Rename member `nreds' as num.
1260 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
1261 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
1262
ccaf65bc
AD
12632002-06-30 Akim Demaille <akim@epita.fr>
1264
1265 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
1266 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
1267 (shifts_to): Rename as...
1268 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
1269 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
1270 (TRANSITION_IS_DISABLED, transitions_to): these.
1271
87675353
AD
12722002-06-30 Akim Demaille <akim@epita.fr>
1273
1274 * src/print.c (print_shifts, print_gotos): Merge into...
1275 (print_transitions): this.
1276 (print_transitions, print_errs, print_reductions): Align the
1277 lookaheads columns.
1278 (print_core, print_transitions, print_errs, print_state,
1279 print_grammar): Output empty lines separator before, not after.
1280 (state_default_rule_compute): Rename as...
1281 (state_default_rule): this.
1282 * tests/conflicts.at (Defaulted Conflicted Reduction),
1283 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
1284 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
1285
ce4ccb4b
AD
12862002-06-30 Akim Demaille <akim@epita.fr>
1287
1288 Display items as we display rules.
1289
1290 * src/gram.h, src/gram.c (rule_lhs_print): New.
1291 * src/gram.c (grammar_rules_partial_print): Use it.
1292 * src/print.c (print_core): Likewise.
1293 * tests/conflicts.at (Defaulted Conflicted Reduction),
1294 (Unresolved SR Conflicts): Adjust.
1295 (Unresolved SR Conflicts): Adjust and rename as...
1296 (Resolved SR Conflicts): this, as was meant.
1297 * tests/regression.at (Web2c Report): Adjust.
1298
bc933ef1
AD
12992002-06-30 Akim Demaille <akim@epita.fr>
1300
1301 * src/print.c (state_default_rule_compute): New, extracted from...
1302 (print_reductions): here.
1303 Pessimize, but clarify the code.
1304 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
1305
53d4308d
AD
13062002-06-30 Akim Demaille <akim@epita.fr>
1307
1308 * src/output.c (action_row): Let default_rule be always a rule
1309 number.
1310
574fb2d5
AD
13112002-06-30 Akim Demaille <akim@epita.fr>
1312
1313 * src/closure.c (print_firsts, print_fderives, closure):
1314 Use BITSET_EXECUTE.
1315 * src/lalr.c (lookaheads_print): Likewise.
1316 * src/state.c (state_rule_lookaheads_print): Likewise.
1317 * src/print_graph.c (print_core): Likewise.
1318 * src/print.c (print_reductions): Likewise.
1319 * src/output.c (action_row): Likewise.
1320 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
1321
05811fd7
AD
13222002-06-30 Akim Demaille <akim@epita.fr>
1323
1324 * src/print_graph.c: Use report_flag.
1325
0e4d5753
AD
13262002-06-30 Akim Demaille <akim@epita.fr>
1327
1328 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
1329 to...
1330 * src/relation.h, src/relation.c (traverse, relation_digraph)
1331 (relation_print, relation_transpose): New.
1332
24c7d800
AD
13332002-06-30 Akim Demaille <akim@epita.fr>
1334
1335 * src/state.h, src/state.c (shifts_to): New.
1336 * src/lalr.c (build_relations): Use it.
1337
9222837b
AD
13382002-06-30 Akim Demaille <akim@epita.fr>
1339
1340 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
1341 (item_number_of_rule_number, rule_number_of_item_number): New.
1342 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
1343 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
1344 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
1345 Propagate their use.
1346 Much remains to be done, in particular wrt `shorts' from types.h.
1347
260008e5
AD
13482002-06-30 Akim Demaille <akim@epita.fr>
1349
1350 * src/symtab.c (symbol_new): Initialize the `printer' member.
1351
8a731ca8
AD
13522002-06-30 Akim Demaille <akim@epita.fr>
1353
1354 * src/LR0.c (save_reductions): Remove, replaced by...
1355 * src/state.h, src/state.c (state_reductions_set): New.
1356 (reductions, errs): Rename as...
1357 (reductions_t, errs_t): these.
1358 Adjust all dependencies.
1359
32e1e0a4
AD
13602002-06-30 Akim Demaille <akim@epita.fr>
1361
1362 * src/LR0.c (state_list_t, state_list_append): New.
1363 (first_state, last_state): Now symbol_list_t.
1364 (this_state): Remove.
1365 (new_itemsets, append_states, save_reductions): Take a state_t as
1366 argument.
1367 (set_states, generate_states): Adjust.
1368 (save_shifts): Remove, replaced by...
1369 * src/state.h, src/state.c (state_shifts_set): New.
1370 (shifts): Rename as...
1371 (shifts_t): this.
1372 Adjust all dependencies.
1373 * src/state.h (state_t): Remove the `next' member.
1374
e5fb6710
AD
13752002-06-30 Akim Demaille <akim@epita.fr>
1376
1377 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
1378 escaped in slot 0.
1379
c7ca99d4
AD
13802002-06-30 Akim Demaille <akim@epita.fr>
1381
1382 Use hash.h for the state hash table.
1383
1384 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
1385 (allocate_storage): Use state_hash_new.
1386 (free_storage): Use state_hash_free.
1387 (new_state, get_state): Adjust.
1388 * src/lalr.h, src/lalr.c (states): Move to...
1389 * src/states.h (state_t): Remove the `link' member, no longer
1390 used.
1391 * src/states.h, src/states.c: here.
1392 (state_hash_new, state_hash_free, state_hash_lookup)
1393 (state_hash_insert, states_free): New.
1394 * src/states.c (state_table, state_compare, state_hash): New.
1395 * src/output.c (output_actions): Do not free states now, since we
1396 still need to know the final_state number in `prepare', called
1397 afterwards. Do it...
1398 * src/main.c (main): here: call states_free after `output'.
1399
df0e7316
AD
14002002-06-30 Akim Demaille <akim@epita.fr>
1401
1402 * src/state.h, src/state.c (state_new): New, extracted from...
1403 * src/LR0.c (new_state): here.
1404 * src/state.h (STATE_ALLOC): Move to...
1405 * src/state.c: here.
1406 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
1407 * src/state.h, src/state.c: here.
1408
39f41916
AD
14092002-06-30 Akim Demaille <akim@epita.fr>
1410
1411 * src/reader.c (gensym): Rename as...
1412 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
1413 (getsym): Rename as...
1414 (symbol_get): this.
1415
d57650a5
AD
14162002-06-30 Akim Demaille <akim@epita.fr>
1417
1418 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
1419 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
1420 * src/output.c, src/print.c, src/print_graph.c: Propagate.
1421 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
1422
5a08f1ce
AD
14232002-06-30 Akim Demaille <akim@epita.fr>
1424
1425 Make the test suite pass with warnings checked.
1426
1427 * tests/actions.at (Printers and Destructors): Improve.
1428 Avoid unsigned vs. signed issues.
1429 * tests/calc.at: Don't exercise the scanner here, do it...
1430 * tests/input.at (Torturing the Scanner): here.
1431
720623af
PH
14322002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1433
88e7e941 1434 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
1435 reorganize first lines parallel to yacc.c.
1436
fb8135fa
AD
14372002-06-28 Akim Demaille <akim@epita.fr>
1438
1439 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
1440 (b4_token_enum, b4_token_defines): New, factored from...
1441 * data/lalr1.cc, data/yacc.c, glr.c: here.
1442
41442480
AD
14432002-06-28 Akim Demaille <akim@epita.fr>
1444
1445 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
1446 unused variables.
1447 * src/output.c (merger_output): static.
1448
e0e5bf84
AD
14492002-06-28 Akim Demaille <akim@epita.fr>
1450
1451 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
1452 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
1453 pacify GCC.
1454 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 1455
676385e2
PH
14562002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1457
1458 Accumulated changelog for new GLR parsing features.
1459
6a254321 1460 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
1461 conflicts_total_count.
1462 * src/conflicts.h: Ditto.
1463 * src/output.c (token_actions): Use the new name.
1464 (output_conflicts): Change conflp => conflict_list_heads, and
1465 confl => conflict_list for better readability.
1466 * data/glr.c: Use the new names.
1467 * NEWS: Add self to GLR announcement.
e0e5bf84 1468
676385e2
PH
1469 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
1470
1471 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
1472 Akim Demaille.
1473
1474 * data/bison.glr: Change name to glr.c
1475 * data/glr.c: Renamed from bison.glr.
1476 * data/Makefile.am: Add glr.c
e0e5bf84
AD
1477
1478 * src/getargs.c:
1479
676385e2
PH
1480 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
1481 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 1482
676385e2
PH
1483 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1484
1485 * data/bison.glr: Be sure to restore the
1486 current #line when returning to the skeleton contents after having
1487 exposed the input file's #line.
1488
1489 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1490
1491 * data/bison.glr: Bring up to date with changes to bison.simple.
1492
1493 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1494
1495 * data/bison.glr: Correct definitions that use b4_prefix.
1496 Various reformatting.
1497 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
1498 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
1499 yytokenp argument; now part of stack.
1500 (yychar): Define to behave as documented.
1501 (yyclearin): Ditto.
e0e5bf84 1502
676385e2
PH
1503 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1504
1505 * src/reader.h: Add declaration for free_merger_functions.
1506
1507 * src/reader.c (merge_functions): New variable.
1508 (get_merge_function): New function.
1509 (free_merger_functions): New function.
1510 (readgram): Check for %prec that is not followed by a symbol.
1511 Handle %dprec and %merge declarations.
1512 (packgram): Initialize dprec and merger fields in rules array.
1513
1514 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
1515 conflict_list_cnt, conflict_list_free): New variables.
1516 (table_grow): Also grow conflict_table.
e0e5bf84 1517 (prepare_rules): Output dprec and merger tables.
676385e2 1518 (conflict_row): New function.
e0e5bf84 1519 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
1520 default reduction in conflicted states for GLR parser so that there
1521 are spaces for the conflict lists.
1522 (save_row): Also save conflict information.
1523 (token_actions): Allocate conflict list.
1524 (merger_output): New function.
1525 (pack_vector): Pack conflict table, too.
1526 (output_conflicts): New function to output yyconflp and yyconfl.
1527 (output_check): Allocate conflict_tos.
1528 (output_actions): Output conflict tables, also.
1529 (output_skeleton): Output b4_mergers definition.
1530 (prepare): Output b4_max_rhs_length definition.
1531 Use 'bison.glr' as default skeleton for GLR parsers.
1532
1533 * src/gram.c (glr_parser): New flag.
1534 (grammar_free): Call free_merger_functions.
1535
1536 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
1537 all pairs of conflicting reductions, rather than just all tokens
1538 causing conflicts. Needed to size conflict tables.
e0e5bf84 1539 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
1540 interface.
1541 (conflicts_print): Ditto.
1542 (count_total_conflicts): New function.
1543
1544 * src/reader.h (merger_list): New type.
1545 (merge_functions): New variable.
1546
1547 * src/lex.h (tok_dprec, tok_merge): New token types.
1548
1549 * src/gram.h (rule_s): Add dprec and merger fields.
1550 (glr_parser): New flag.
1551
1552 * src/conflicts.h (count_total_conflicts): New function.
1553
1554 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
1555
1556 * doc/bison.texinfo (Generalized LR Parsing): New section.
1557 (GLR Parsers): New section.
1558 (Language and Grammar): Mention GLR parsing.
1559 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
1560 Correct typo ("tge" -> "the").
1561
1562 * data/bison.glr: New skeleton for GLR parsing.
1563
1564 * tests/cxx-gram.at: New tests for GLR parsing.
1565
1566 * tests/testsuite.at: Include cxx-gram.at.
1567
1568 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 1569
676385e2
PH
1570 * src/parse-gram.y:
1571
1572 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
1573
1574 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 1575
b5480d74 15762002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
1577
1578 * src/options.h, src/options.c: Remove.
1579 * src/getargs.c (short_options, long_options): New.
1580
60491a94
AD
15812002-06-27 Akim Demaille <akim@epita.fr>
1582
1583 * data/bison.simple, data/bison.c++: Rename as...
1584 * data/yacc.c, data/lalr1.cc: these.
1585 * doc/bison.texinfo (Environment Variables): Remove.
1586
9be0c25b
AD
15872002-06-25 Raja R Harinath <harinath@cs.umn.edu>
1588
1589 * src/getargs.c (report_argmatch): Initialize strtok().
1590
1ae72863
AD
15912002-06-20 Akim Demaille <akim@epita.fr>
1592
1593 * data/bison.simple (b4_symbol_actions): New, replaces...
1594 (b4_symbol_destructor, b4_symbol_printer): these.
1595 (yysymprint): Be sure to call YYPRINT only for tokens, and using
1596 user token numbers.
1597
87542d29
AD
15982002-06-20 Akim Demaille <akim@epita.fr>
1599
1600 * data/bison.simple (yydestructor): Rename as...
1601 (yydestruct): this.
1602
1a31ed21
AD
16032002-06-20 Akim Demaille <akim@epita.fr>
1604
1605 * src/symtab.h, src/symtab.c (symbol_type_set)
1606 (symbol_destructor_set, symbol_precedence_set): The location is
1607 the last argument.
1608 Adjust all callers.
1609
e776192e
AD
16102002-06-20 Akim Demaille <akim@epita.fr>
1611
1612 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
1613 internals.
1614 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
1615 Takes a location.
1616 * src/symtab.h, src/symtab.c (symbol_class_set)
1617 (symbol_user_token_number_set): Likewise.
1618 Adjust all callers.
1619 Promote complain_at.
1620 * tests/input.at (Type Clashes): Adjust.
1621
5c1180b3
AD
16222002-06-20 Akim Demaille <akim@epita.fr>
1623
1624 * data/bison.simple (YYLEX): Fix the declaration when
1625 %pure-parser.
1626
e3170060
AD
16272002-06-20 Akim Demaille <akim@epita.fr>
1628
1629 * data/bison.simple (yysymprint): Don't print the token number,
1630 just its name.
1631 * tests/actions.at (Destructors): Rename as...
1632 (Printers and Destructors): this.
1633 Also exercise %printer.
1634
253862fd
AD
16352002-06-20 Akim Demaille <akim@epita.fr>
1636
1637 * data/bison.simple (YYDSYMPRINT): New.
1638 Use it to remove many of the #if YYDEBUG/if (yydebug).
1639
366eea36
AD
16402002-06-20 Akim Demaille <akim@epita.fr>
1641
1642 * src/symtab.h, src/symtab.c (symbol_t): printer and
1643 printer_location are new members.
1644 (symbol_printer_set): New.
1645 * src/parse-gram.y (PERCENT_PRINTER): New token.
1646 Handle its associated rule.
1647 * src/scan-gram.l: Adjust.
1648 (handle_destructor_at, handle_destructor_dollar): Rename as...
1649 (handle_symbol_code_at, handle_symbol_code_dollar): these.
1650 * src/output.c (symbol_printers_output): New.
1651 (output_skeleton): Call it.
1652 * data/bison.simple (yysymprint): New. Cannot be named yyprint
1653 since there are already many grammar files with a user `yyprint'.
1654 Replace the calls to YYPRINT to calls to yysymprint.
1655 * tests/calc.at: Adjust.
1656 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
1657 taking advantage of parser very internal details (stack size!).
1658
4f25ebb0
AD
16592002-06-20 Akim Demaille <akim@epita.fr>
1660
1661 * src/scan-gram.l: Complete the scanner with the missing patterns
1662 to pacify Flex.
1663 Use `quote' and `symbol_tag_get' where appropriate.
1664
93b68a0e
AD
16652002-06-19 Akim Demaille <akim@epita.fr>
1666
1667 * tests/actions.at (Destructors): Augment to test locations.
1668 * data/bison.simple (yydestructor): Pass it the current location
1669 if locations are enabled.
1670 Prototype only when __STDC__ or C++.
1671 Change the argument names to move into the yy name space: there is
1672 user code here.
1673
58612f1d
AD
16742002-06-19 Akim Demaille <akim@epita.fr>
1675
74310291
AD
1676 * data/bison.simple (b4_pure_if): New.
1677 Use it instead of #ifdef YYPURE.
1678
16792002-06-19 Akim Demaille <akim@epita.fr>
1680
1681 * data/bison.simple (b4_location_if): New.
58612f1d
AD
1682 Use it instead of #ifdef YYLSP_NEEDED.
1683
f25bfb75
AD
16842002-06-19 Akim Demaille <akim@epita.fr>
1685
1686 Prepare @$ in %destructor, but currently don't bind it in the
1687 skeleton, as %location use is not cleaned up yet.
1688
1689 * src/scan-gram.l (handle_dollar, handle_destructor_at)
1690 (handle_action_at): New.
1691 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
1692 a braced_code_t and a location as additional arguments.
1693 (handle_destructor_dollar): Instead of requiring `b4_eval', just
1694 unquote one when outputting `b4_dollar_dollar'.
1695 Adjust callers.
1696 * data/bison.simple (b4_eval): Remove.
1697 (b4_symbol_destructor): Adjust.
1698 * tests/input.at (Invalid @n): Adjust.
1699
c732d2c6
AD
17002002-06-19 Zack Weinberg <zack@codesourcery.com>
1701
1702 * doc/bison.texinfo: Document ability to have multiple
1703 prologue sections.
1704
8c165d89
AD
17052002-06-18 Akim Demaille <akim@epita.fr>
1706
1707 * src/files.c (compute_base_names): When computing the output file
1708 names from the input file name, strip the directory part.
1709
ca98bf57
AD
17102002-06-18 Akim Demaille <akim@epita.fr>
1711
1712 * data/bison.simple.new: Comment changes.
1713 Reported by Andreas Schwab.
1714
0bfb02ff
AD
17152002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
1716
1717 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
1718 there are no `label `yyoverflowlab' defined but not used' warnings
1719 when yyoverflow is defined.
1720
24c0aad7
AD
17212002-06-18 Akim Demaille <akim@epita.fr>
1722
1723 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
1724 new member.
1725 (symbol_destructor_set): Adjust.
1726 * src/output.c (symbol_destructors_output): Output the destructor
1727 locations.
1728 Output the symbol name.
1729 * data/bison.simple (b4_symbol_destructor): Adjust.
1730
5719c109
AD
17312002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
1732 and Akim Demaille <akim@epita.fr>
1733
1734 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
1735 what's left on the stack when the error recovery hits EOF.
1736 * tests/actions.at (Destructors): Complete to exercise this case.
1737
9280d3ef
AD
17382002-06-17 Akim Demaille <akim@epita.fr>
1739
1740 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
1741 arguments is really empty, not only equal to `[]'.
1742 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
1743 member.
1744 (symbol_destructor_set): New.
1745 * src/output.c (symbol_destructors_output): New.
1746 * src/reader.h (brace_code_t, current_braced_code): New.
1747 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
1748 (handle_dollar): Rename as...
1749 (handle_action_dollar): this.
1750 (handle_destructor_dollar): New.
1751 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
1752 (grammar_declaration): Use it.
1753 * data/bison.simple (yystos): Is always defined.
1754 (yydestructor): New.
1755 * tests/actions.at (Destructors): New.
1756 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
1757
dafdc66f
AD
17582002-06-17 Akim Demaille <akim@epita.fr>
1759
1760 * src/symlist.h, src/symlist.c (symbol_list_length): New.
1761 * src/scan-gram.l (handle_dollar, handle_at): Compute the
1762 rule_length only when needed.
1763 * src/output.c (actions_output, token_definitions_output): Output
1764 the full M4 block.
1765 * src/symtab.c: Don't access directly to the symbol tag, use
1766 symbol_tag_get.
1767 * src/parse-gram.y: Use symbol_list_free.
1768
56c47203
AD
17692002-06-17 Akim Demaille <akim@epita.fr>
1770
1771 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
1772 (symbol_list_prepend, get_type_name): Move to...
1773 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
1774 (symbol_list_prepend, symbol_list_n_type_name_get): here.
1775 Adjust all callers.
1776 (symbol_list_free): New.
1777 * src/scan-gram.l (handle_dollar): Takes a location.
1778 * tests/input.at (Invalid $n): Adjust.
1779
1e0bab92
AD
17802002-06-17 Akim Demaille <akim@epita.fr>
1781
1782 * src/reader.h, src/reader.c (symbol_list_new): Export it.
1783 (symbol_list_prepend): New.
1784 * src/parse-gram.y (%union): `list' is a new member.
1785 (symbols.1): New, replaces...
1786 (terms_to_prec.1, nterms_to_type.1): these.
1787 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
1788 Take a location as additional argument.
1789 Adjust all callers.
1790
04e60654
AD
17912002-06-15 Akim Demaille <akim@epita.fr>
1792
1793 * src/parse-gram.y: Move %token in the declaration section so that
1794 we don't depend upon CVS Bison.
1795
10e5b8bd
AD
17962002-06-15 Akim Demaille <akim@epita.fr>
1797
1798 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
1799 * src/print.c (print_core): Use it.
1800
9801d40c
AD
18012002-06-15 Akim Demaille <akim@epita.fr>
1802
1803 * src/conflicts.c (log_resolution): Accept the rule involved in
1804 the sr conflicts instead of the lookahead number that points to
1805 that rule.
1806 (flush_reduce): Accept the current lookahead vector as argument,
1807 instead of the index in LA.
1808 (resolve_sr_conflict): Accept the current number of lookahead
1809 bitset to consider for the STATE, instead of the index in LA.
1810 (set_conflicts): Adjust.
1811 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
1812
c0263492
AD
18132002-06-15 Akim Demaille <akim@epita.fr>
1814
1815 * src/state.h (state_t): Replace the `lookaheadsp' member, a
1816 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
1817 Adjust all dependencies.
1818 * src/lalr.c (initialize_lookaheads): Split into...
1819 (states_lookaheads_count, states_lookaheads_initialize): these.
1820 (lalr): Adjust.
1821
9757c359
AD
18222002-06-15 Akim Demaille <akim@epita.fr>
1823
1824 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
1825 out of...
1826 (grammar_rules_print): here.
1827 * src/reduce.c (reduce_output): Use it.
1828 * tests/reduce.at (Useless Rules, Reduced Automaton)
1829 (Underivable Rules): Adjust.
1830
6b98e4b5
AD
18312002-06-15 Akim Demaille <akim@epita.fr>
1832
1833 Copy BYacc's nice way to report the grammar.
1834
1835 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
1836 New.
1837 Don't print the rules' location, it is confusing and useless.
1838 (rule_print): Use grammar_rhs_print.
1839 * src/print.c (print_grammar): Use grammar_rules_print.
1840
6b98e4b5
AD
18412002-06-15 Akim Demaille <akim@epita.fr>
1842
1843 Complete and rationalize `useless thing' warnings.
1844
1845 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
1846 (symbol_tag_print): New.
1847 Use them everywhere in place of accessing directly the tag member.
1848 * src/gram.h, src/gram.c (rule_print): New.
1849 Use it where a rule used to be printed `by hand'.
1850 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
1851 (reduce_grammar_tables): Report the useless rules.
1852 (reduce_print): Useless things are a warning, not an error.
1853 Report it as such.
1854 * tests/reduce.at (Useless Nonterminals, Useless Rules):
1855 (Reduced Automaton, Underivable Rules): Adjust.
1856 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
1857 * tests/conflicts.at (Unresolved SR Conflicts)
1858 (Solved SR Conflicts): Adjust.
1859
ee000ba4
AD
18602002-06-15 Akim Demaille <akim@epita.fr>
1861
1862 Let symbols have a location.
1863
1864 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
1865 (getsym): Adjust.
1866 Adjust all callers.
1867 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
1868 Use location_t, not int.
1869 * src/symtab.c (symbol_check_defined): Take advantage of the
1870 location.
1871 * tests/regression.at (Invalid inputs): Adjust.
1872
8efe435c
AD
18732002-06-15 Akim Demaille <akim@epita.fr>
1874
1875 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
1876 (input): Don't try to initialize yylloc here, do it in the
1877 scanner.
1878 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
1879 * src/gram.h (rule_t): Change line and action_line into location
1880 and action_location, of location_t type.
1881 Adjust all dependencies.
1882 * src/location.h, src/location.c (empty_location): New.
1883 * src/reader.h, src/reader.c (grammar_start_symbol_set)
1884 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
1885 (grammar_current_rule_symbol_append)
1886 (grammar_current_rule_action_append): Expect a location as argument.
1887 * src/reader.c (grammar_midrule_action): Adjust to attach an
1888 action's location as dummy symbol location.
1889 * src/symtab.h, src/symtab.c (startsymbol_location): New.
1890 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
1891 the line numbers.
1892
1921f1d7
AD
18932002-06-14 Akim Demaille <akim@epita.fr>
1894
1895 Grammar declarations may be found in the grammar section.
1896
1897 * src/parse-gram.y (rules_or_grammar_declaration): New.
1898 (declarations): Each declaration may end with a semicolon, not
1899 just...
1900 (grammar_declaration): `"%union"'.
1901 (grammar): Branch to rules_or_grammar_declaration.
1902
4515534c
AD
19032002-06-14 Akim Demaille <akim@epita.fr>
1904
1905 * src/main.c (main): Invoke scanner_free.
1906
f958596b
AD
19072002-06-14 Akim Demaille <akim@epita.fr>
1908
1909 * src/output.c (m4_invoke): Extracted from...
1910 (output_skeleton): here.
1911 Free tempfile.
1912
2c569025
AD
19132002-06-14 Akim Demaille <akim@epita.fr>
1914
1915 * src/parse-gram.y (directives, directive, gram)
1916 (grammar_directives, precedence_directives, precedence_directive):
1917 Rename as...
1918 (declarations, declaration, grammar, grammar_declaration)
1919 (precedence_declaration, precedence_declarator): these.
1920 (symbol_declaration): New.
1921
592e8d4d
AD
19222002-06-14 Akim Demaille <akim@epita.fr>
1923
1924 * src/files.c (action_obstack): Remove, unused.
1925 (output_obstack): Remove it, and all its dependencies, as it is no
1926 longer needed.
1927 * src/reader.c (epilogue_set): Build the epilogue in the
1928 muscle_obstack.
1929 * src/output.h, src/output.c (muscle_obstack): Move to...
1930 * src/muscle_tab.h, src/muscle_tab.h: here.
1931 (muscle_init): Initialize muscle_obstack.
1932 (muscle_free): New.
1933 * src/main.c (main): Call it.
1934
0c15323d
AD
19352002-06-14 Akim Demaille <akim@epita.fr>
1936
1937 * src/location.h: New, extracted from...
1938 * src/reader.h: here.
1939 * src/Makefile.am (noinst_HEADERS): Merge into
1940 (bison_SOURCES): this.
1941 Add location.h.
1942 * src/parse-gram.y: Use location_t instead of Bison's.
1943 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
1944 Use location_t instead of ints.
1945
e96c9728
AD
19462002-06-14 Akim Demaille <akim@epita.fr>
1947
1948 * data/bison.simple, data/bison.c++: Be sure to restore the
1949 current #line when returning to the skeleton contents after having
1950 exposed the input file's #line.
1951
75d1fe16
AD
19522002-06-12 Akim Demaille <akim@epita.fr>
1953
1954 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
1955 eager.
1956 * tests/actions.at (Exotic Dollars): New.
1957
6c35d22c
AD
19582002-06-12 Akim Demaille <akim@epita.fr>
1959
1960 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
1961 ['"/] too eagerly.
1962 * tests/input.at (Torturing the Scanner): New.
1963
1d6412ad
AD
19642002-06-11 Akim Demaille <akim@epita.fr>
1965
1966 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
1967 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
1968 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
1969 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
1970 * src/reader.c (reader): Use it.
1971
4cdb01db
AD
19722002-06-11 Akim Demaille <akim@epita.fr>
1973
1974 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
1975 Adjust all callers.
1976 (scanner_last_string_free): New.
1977
44995b2e
AD
19782002-06-11 Akim Demaille <akim@epita.fr>
1979
1980 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
1981 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
1982 (last_string, YY_OBS_FREE): New.
1983 Use them when returning an ID.
1984
e9955c83
AD
19852002-06-11 Akim Demaille <akim@epita.fr>
1986
1987 Have Bison grammars parsed by a Bison grammar.
1988
1989 * src/reader.c, src/reader.h (prologue_augment): New.
1990 * src/reader.c (copy_definition): Remove.
1991
1992 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
1993 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
1994 (grammar_current_rule_prec_set, grammar_current_rule_check)
1995 (grammar_current_rule_symbol_append)
1996 (grammar_current_rule_action_append): Export.
1997 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
1998 (symbol_list_action_append): Remove.
1999 Hook the routines from reader.
2000 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
2001 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
2002
2003 * src/reader.c (read_declarations): Remove, unused.
2004
2005 * src/parse-gram.y: Handle the epilogue.
2006 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
2007 (grammar_start_symbol_set): this.
2008 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
2009 * src/reader.c (readgram): Remove, unused.
2010 (reader): Adjust to insert eoftoken and axiom where appropriate.
2011
2012 * src/reader.c (copy_dollar): Replace with...
2013 * src/scan-gram.h (handle_dollar): this.
2014 * src/parse-gram.y: Remove `%thong'.
2015
2016 * src/reader.c (copy_at): Replace with...
2017 * src/scan-gram.h (handle_at): this.
2018
2019 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
2020 New.
2021
2022 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
2023 time being.
2024
2025 * src/reader.h, src/reader.c (grammar_rule_end): New.
2026
2027 * src/parse.y (current_type, current_class): New.
2028 Implement `%nterm', `%token' support.
2029 Merge `%term' into `%token'.
2030 (string_as_id): New.
2031 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
2032 type name.
2033
2034 * src/parse-gram.y: Be sure to handle properly the beginning of
2035 rules.
2036
2037 * src/parse-gram.y: Handle %type.
2038 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
2039
2040 * src/parse-gram.y: More directives support.
2041 * src/options.c: No longer handle source directives.
2042
2043 * src/parse-gram.y: Fix %output.
2044
2045 * src/parse-gram.y: Handle %union.
2046 Use the prologue locations.
2047 * src/reader.c (parse_union_decl): Remove.
2048
2049 * src/reader.h, src/reader.c (epilogue_set): New.
2050 * src/parse-gram.y: Use it.
2051
2052 * data/bison.simple, data/bison.c++: b4_stype is now either not
2053 defined, then default to int, or to the contents of %union,
2054 without `union' itself.
2055 Adjust.
2056 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
2057
2058 * src/output.c (actions_output): Don't output braces, as they are
2059 already handled by the scanner.
2060
2061 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
2062 characters to themselves.
2063
2064 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
2065 that the epilogue has a proper #line.
2066
2067 * src/parse-gram.y: Handle precedence/associativity.
2068
2069 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
2070 a terminal.
2071 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
2072 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
2073 at all to define terminals that cannot be emitted.
2074
2075 * src/scan-gram.l: Escape M4 characters.
2076
2077 * src/scan-gram.l: Working properly with escapes in user
2078 strings/characters.
2079
2080 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
2081 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
2082 grammar.
2083 Use more modest sizes, as for the time being the parser does not
2084 release memory, and therefore the process swallows a huge amount
2085 of memory.
2086
2087 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
2088 stricter %token grammar.
2089
2090 * src/symtab.h (associativity): Add `undef_assoc'.
2091 (symbol_precedence_set): Do nothing when passed an undef_assoc.
2092 * src/symtab.c (symbol_check_alias_consistence): Adjust.
2093
2094 * tests/regression.at (Invalid %directive): Remove, as it is now
2095 meaningless.
2096 (Invalid inputs): Adjust to the new error messages.
2097 (Token definitions): The new grammar doesn't allow too many
2098 eccentricities.
2099
2100 * src/lex.h, src/lex.c: Remove.
2101 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
2102 (copy_character, copy_string2, copy_string, copy_identifier)
2103 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
2104 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
2105 (parse_action): Remove.
2106 * po/POTFILES.in: Adjust.
2107
2e047461
AD
21082002-06-11 Akim Demaille <akim@epita.fr>
2109
2110 * src/reader.c (parse_action): Don't store directly into the
2111 rule's action member: return the action as a string.
2112 Don't require `rule_length' as an argument: compute it.
2113 (grammar_current_rule_symbol_append)
2114 (grammar_current_rule_action_append): New, eved out from
2115 (readgram): here.
2116 Remove `action_flag', `rulelength', unused now.
2117
9af3fbce
AD
21182002-06-11 Akim Demaille <akim@epita.fr>
2119
2120 * src/reader.c (grammar_current_rule_prec_set).
2121 (grammar_current_rule_check): New, eved out from...
2122 (readgram): here.
2123 Remove `xaction', `first_rhs': useless.
2124 * tests/input.at (Type clashes): New.
2125 * tests/existing.at (GNU Cim Grammar): Adjust.
2126
1485e106
AD
21272002-06-11 Akim Demaille <akim@epita.fr>
2128
2129 * src/reader.c (grammar_midrule_action): New, Eved out from
2130 (readgram): here.
2131
da4160c3
AD
21322002-06-11 Akim Demaille <akim@epita.fr>
2133
2134 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
2135 New.
2136 (readgram): Use them as replacement of inlined code, crule and
2137 crule1.
2138
f6d0f937
AD
21392002-06-11 Akim Demaille <akim@epita.fr>
2140
2141 * src/reader.c (grammar_end, grammar_symbol_append): New.
2142 (readgram): Use them.
2143 Make the use of `p' as local as possible.
2144
69078d4b
AD
21452002-06-10 Akim Demaille <akim@epita.fr>
2146
2147 GCJ's parser requires the tokens to be defined before the prologue.
2148
2149 * data/bison.simple: Output the token definition before the user's
2150 prologue.
2151 * tests/regression.at (Braces parsing, Duplicate string)
2152 (Mixing %token styles): Check the output from bison.
2153 (Early token definitions): New.
2154
5e424082
AD
21552002-06-10 Akim Demaille <akim@epita.fr>
2156
2157 * src/symtab.c (symbol_user_token_number_set): Don't complain when
2158 assigning twice the same user number to a token, so that we can
2159 use it in...
2160 * src/lex.c (lex): here.
2161 Also use `symbol_class_set' instead of hand written code.
2162 * src/reader.c (parse_assoc_decl): Likewise.
2163
44536b35
AD
21642002-06-10 Akim Demaille <akim@epita.fr>
2165
2166 * src/symtab.c, src/symtab.c (symbol_class_set)
2167 (symbol_user_token_number_set): New.
2168 * src/reader.c (parse_token_decl): Use them.
2169 Use a switch instead of ifs.
2170 Use a single argument.
2171
8b9f2372
AD
21722002-06-10 Akim Demaille <akim@epita.fr>
2173
2174 Remove `%thong' support as it is undocumented, unused, duplicates
2175 `%token's job, and creates useless e-mail traffic with people who
2176 want to know what it is, why it is undocumented, unused, and
2177 duplicates `%token's job.
2178
2179 * src/reader.c (parse_thong_decl): Remove.
2180 * src/options.c (option_table): Remove "thong".
2181 * src/lex.h (tok_thong): Remove.
2182
3ae2b51f
AD
21832002-06-10 Akim Demaille <akim@epita.fr>
2184
2185 * src/symtab.c, src/symtab.c (symbol_type_set)
2186 (symbol_precedence_set): New.
2187 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
2188 (value_components_used): Remove, unused.
2189
2f1afb73
AD
21902002-06-09 Akim Demaille <akim@epita.fr>
2191
2192 Move symbols handling code out of the reader.
2193
2194 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
2195 (axiom): Move to...
2196 * src/symtab.h, src/symtab.c: here.
2197
2198 * src/gram.c (start_symbol): Remove: use startsymbol->number.
2199 * src/reader.c (startval): Rename as...
2200 * src/symtab.h, src/symtab.c (startsymbol): this.
2201 * src/reader.c: Adjust.
2202
2203 * src/reader.c (symbol_check_defined, symbol_make_alias)
2204 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
2205 (token_translations_init)
2206 Move to...
2207 * src/symtab.c: here.
2208 * src/reader.c (packsymbols): Move to...
2209 * src/symtab.h, src/symtab.c (symbols_pack): here.
2210 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
2211 argument.
2212
e9bca3ad
AD
22132002-06-03 Akim Demaille <akim@epita.fr>
2214
2215 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
2216 then statements.
2217
86eff183
AD
22182002-06-03 Akim Demaille <akim@epita.fr>
2219
2220 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
2221 structs with non literals.
2222 * src/scan-skel.l: never-interactive.
2223 * src/conflicts.c (enum conflict_resolution_e): No trailing
2224 comma.
2225 * src/getargs.c (usage): Split long literal strings.
2226 Reported by Hans Aberg.
2227
717be197
AD
22282002-05-28 Akim Demaille <akim@epita.fr>
2229
2230 * data/bison.c++: Use C++ ostreams.
2231 (cdebug_): New member.
2232
670ddffd
AD
22332002-05-28 Akim Demaille <akim@epita.fr>
2234
2235 * src/output.c (output_skeleton): Be sure to allocate enough room
2236 for `/' _and_ for `\0' in full_skeleton.
2237
769b430f
AD
22382002-05-28 Akim Demaille <akim@epita.fr>
2239
2240 * data/bison.c++: Catch up with bison.simple:
2241 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2242 and Paul Eggert <eggert@twinsun.com>: `error' handing.
2243 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
2244 and popping traces.
2245
7067cb36
PH
22462002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2247
2248 * src/output.c (output_skeleton): Put an explicit path in front of
2249 the skeleton file name, rather than relying on the -I directory,
2250 to partially alleviate effects of having a skeleton file lying around
2251 in the current directory.
769b430f 2252
4a713ec2
PH
22532002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2254
769b430f 2255 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
2256 obstack_printf should be obstack_fgrow1.
2257
b408954b
AD
22582002-05-26 Akim Demaille <akim@epita.fr>
2259
2260 * src/state.h (state_t): `solved_conflicts' is a new member.
2261 * src/LR0.c (new_state): Set it to 0.
2262 * src/conflicts.h, src/conflicts.c (print_conflicts)
2263 (free_conflicts, solve_conflicts): Rename as...
2264 (conflicts_print, conflicts_free, conflicts_solve): these.
2265 Adjust callers.
2266 * src/conflicts.c (enum conflict_resolution_e)
2267 (solved_conflicts_obstack): New, used by...
2268 (log_resolution): this.
2269 Adjust to attach the conflict resolution to each state.
2270 Complete the description with the precedence/associativity
2271 information.
2272 (resolve_sr_conflict): Adjust.
2273 * src/print.c (print_state): Output its solved_conflicts.
2274 * tests/conflicts.at (Unresolved SR Conflicts)
2275 (Solved SR Conflicts): Exercise --report=all.
2276
a49aecd5
AD
22772002-05-26 Akim Demaille <akim@epita.fr>
2278
2279 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
2280 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
2281 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
2282 (token_number_t, item_number_as_token_number)
2283 (token_number_as_item_number, muscle_insert_token_number_table):
2284 Rename as...
2285 (symbol_number_t, item_number_as_symbol_number)
2286 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
2287 these, since it is more appropriate.
2288
5504898e
AD
22892002-05-26 Akim Demaille <akim@epita.fr>
2290
2291 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
2292 `Error:' lines.
2293 * data/bison.simple (yystos) [YYDEBUG]: New.
2294 (yyparse) [YYDEBUG]: Display the symbols which are popped during
2295 error recovery.
2296 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
2297
ec3bc396
AD
22982002-05-25 Akim Demaille <akim@epita.fr>
2299
2300 * doc/bison.texinfo (Debugging): Split into...
2301 (Tracing): this new section, its former contents, and...
2302 (Understanding): this new section.
2303 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
2304 by...
2305 (report_flag): this.
2306 Adjust all dependencies.
2307 (report_args, report_types, report_argmatch): New.
2308 (usage, getargs): Report/support -r, --report.
2309 * src/options.h
2310 (struct option_table_struct): Rename as..,
2311 (struct option_table_s): this.
2312 Rename the `set_flag' member to `flag' to match with getopt_long's
2313 struct.
2314 * src/options.c (option_table): Split verbose into an entry for
2315 %verbose, and another for --verbose.
2316 Support --report/-r, so remove -r from the obsolete --raw.
2317 * src/print.c: Attach full item sets and lookaheads reports to
2318 report_flag instead of trace_flag.
2319 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
2320
78df8250
PE
23212002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2322 and Paul Eggert <eggert@twinsun.com>
769b430f 2323
78df8250
PE
2324 * data/bison.simple (yyparse): Correct error handling to conform to
2325 POSIX and yacc. Specifically, after syntax error is discovered,
2326 do not reduce further before shifting the error token.
2327 Clean up the code a bit by removing the labels yyerrdefault,
2328 yyerrhandle, yyerrpop.
2329 * NEWS: Document the above.
2330
c0c9ea05
PH
23312002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2332
2333 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
2334 type; it isn't always big enough, since it doesn't necessarily
2335 include non-terminals.
769b430f 2336 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
2337 the latter can be removed.
2338 (yy_token_number_type): Remove, only one use.
2339 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
2340 don't use TokenNumberType as element type.
769b430f 2341
c0c9ea05
PH
2342 * tests/regression.at: Modify expected output to agree with change
2343 to yyr1 and yytranslate.
769b430f 2344
6390a83f
FK
23452002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
2346
2347 * src/reader.c (parse_action): Use copy_character instead of
2348 obstack_1grow.
2349
db7c8e9a
AD
23502002-05-13 Akim Demaille <akim@epita.fr>
2351
2352 * tests/regression.at (Token definitions): Prototype yylex and
2353 yyerror.
2354
fcc61800
PH
23552002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2356
158c687b 2357 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
2358 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
2359 32-bit arithmetic.
2360 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
2361
5683e9b2
AD
23622002-05-07 Akim Demaille <akim@epita.fr>
2363
2364 * tests/synclines.at: Be sure to prototype yylex and yyerror to
2365 avoid GCC warnings.
2366
0c2d3f4c
AD
23672002-05-07 Akim Demaille <akim@epita.fr>
2368
2369 Kill GCC warnings.
2370
2371 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
2372 over the RHS of each rule.
2373 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
2374 * src/state.h (state_t): Member `nitems' is unsigned short.
2375 * src/LR0.c (get_state): Adjust.
2376 * src/reader.c (packgram): Likewise.
2377 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
2378 `Type'.
2379 (muscle_insert_int_table): Remove, unused.
2380 (prepare_rules): Remove `max'.
2381
1565b720
AD
23822002-05-06 Akim Demaille <akim@epita.fr>
2383
2384 * src/closure.c (print_firsts): Display of the symbol tags.
2385 (bitmatrix_print): Move to...
2386 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
2387 here.
2388 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
2389
cfaee611
AD
23902002-05-06 Akim Demaille <akim@epita.fr>
2391
2392 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
2393 hash_do_for_each.
2394
458be8e0
AD
23952002-05-06 Akim Demaille <akim@epita.fr>
2396
2397 * src/LR0.c (new_state, get_state): Instead of using the global
2398 `kernel_size' and `kernel_base', have two new arguments:
2399 `core_size' and `core'.
2400 Adjust callers.
2401
a900a624
AD
24022002-05-06 Akim Demaille <akim@epita.fr>
2403
2404 * src/reader.c (packgram): No longer end `ritem' with a 0
2405 sentinel: it is not used.
2406
d4e7d3a1
AD
24072002-05-05 Akim Demaille <akim@epita.fr>
2408
2409 New experimental feature: display the lookaheads in the report and
2410 graph.
2411
2412 * src/print (print_core): When --trace-flag, display the rules
2413 lookaheads.
2414 * src/print_graph.c (print_core): Likewise.
2415 Swap the arguments.
2416 Adjust caller.
2417
39ceb25b
AD
24182002-05-05 Akim Demaille <akim@epita.fr>
2419
2420 * tests/torture.at (Many lookaheads): New test.
2421
5372019f
AD
24222002-05-05 Akim Demaille <akim@epita.fr>
2423
2424 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
2425 (GENERATE_MUSCLE_INSERT_TABLE): this.
2426 (output_int_table, output_unsigned_int_table, output_short_table)
2427 (output_token_number_table, output_item_number_table): Replace with...
2428 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
2429 (muscle_insert_short_table, muscle_insert_token_number_table)
2430 (muscle_insert_item_number_table): these.
2431 Adjust all callers.
2432 (prepare_tokens): Don't free `translations', since...
2433 * src/reader.h, src/reader.c (grammar_free): do it.
2434 Move to...
2435 * src/gram.h, src/gram.c (grammar_free): here.
2436 * data/bison.simple, data/bison.c++: b4_token_number_max is now
2437 b4_translate_max.
2438
5df5f6d5
AD
24392002-05-05 Akim Demaille <akim@epita.fr>
2440
2441 * src/output.c (output_unsigned_int_table): New.
2442 (prepare_rules): `i' is unsigned.
2443 `prhs', `rline', `r2' are unsigned int.
2444 Rename muscle `rhs_number_max' as `rhs_max'.
2445 Output muscles `prhs_max', `rline_max', and `r2_max'.
2446 Free rline and r1.
2447 * data/bison.simple, data/bison.c++: Adjust to use these muscles
2448 to compute types instead of constant types.
2449 * tests/regression.at (Web2c Actions): Adjust.
2450
b87f8b21
AD
24512002-05-04 Akim Demaille <akim@epita.fr>
2452
2453 * src/symtab.h (SALIAS, SUNDEF): Rename as...
2454 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
2455 Adjust dependencies.
2456 * src/output.c (token_definitions_output): Be sure not to output a
2457 `#define 'a'' when fed with `%token 'a' "a"'.
2458 * tests/regression.at (Token definitions): New.
2459
8bb936e4
PE
24602002-05-03 Paul Eggert <eggert@twinsun.com>
2461
2462 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
2463 for K&R C.
2464
24652002-05-03 gettextize <bug-gnu-gettext@gnu.org>
2466
2467 * Makefile.am (SUBDIRS): Remove intl.
2468 (EXTRA_DIST): Add config/config.rpath.
2469
53c71a12
AD
24702002-05-03 Akim Demaille <akim@epita.fr>
2471
2472 * data/bison.simple (m4_if): Don't output empty enums.
2473 And actually, output valid enum definitions :(.
2474
289dd0cf
AD
24752002-05-03 Akim Demaille <akim@epita.fr>
2476
2477 * configure.bat: Remove, completely obsolete.
2478 * Makefile.am (EXTRA_DIST): Adjust.
2479 Don't distribute config.rpath...
2480 * config/Makefile.am (EXTRA_DIST): Do it.
2481
db85e524
AD
24822002-05-03 Akim Demaille <akim@epita.fr>
2483
2484 * configure.in (GETTEXT_VERSION): New.
2485 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
2486
83ccf991
AD
24872002-05-03 Akim Demaille <akim@epita.fr>
2488
2489 * data/bison.simple (b4_token_enum): New.
2490 (b4_token_defines): Use it to output tokens both as #define and
2491 enums.
2492 Suggested by Paul Eggert.
2493 * src/output.c (token_definitions_output): Don't output spurious
2494 white spaces.
2495
1f418995
AD
24962002-05-03 Akim Demaille <akim@epita.fr>
2497
2498 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
2499
45119f04
RA
25002002-05-02 Robert Anisko <robert@lrde.epita.fr>
2501
2502 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
2503 Update the stack class, give a try to deque as the default container.
2504
b2d52318
AD
25052002-05-02 Akim Demaille <akim@epita.fr>
2506
2507 * data/bison.simple (yyparse): Do not implement @$ = @1.
2508 (YYLLOC_DEFAULT): Adjust to do it.
2509 * doc/bison.texinfo (Location Default Action): Fix.
2510
3a8b4109
AD
25112002-05-02 Akim Demaille <akim@epita.fr>
2512
2513 * src/reader.c (parse_braces): Merge into...
2514 (parse_action): this.
2515
84614e13
AD
25162002-05-02 Akim Demaille <akim@epita.fr>
2517
2518 * configure.in (ALL_LINGUAS): Remove.
2519 * po/LINGUAS, hr.po: New.
2520
fdbcd8e2
AD
25212002-05-02 Akim Demaille <akim@epita.fr>
2522
2523 Remove the so called hairy (semantic) parsers.
2524
2525 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
2526 * src/gram.h, src/gram.c (semantic_parser): Remove.
2527 (rule_t): Remove the guard and guard_line members.
2528 * src/lex.h (token_t): remove tok_guard.
2529 * src/options.c (option_table): Remove %guard and %semantic_parser
2530 support.
2531 * src/output.c, src/output.h (guards_output): Remove.
2532 (prepare): Adjust.
2533 (token_definitions_output): Don't output the `T'
2534 tokens (???).
2535 (output_skeleton): Don't output the guards.
2536 * src/files.c, src/files.c (attrsfile): Remove.
2537 * src/reader.c (symbol_list): Remove the guard and guard_line
2538 members.
2539 Adjust dependencies.
2540 (parse_guard): Remove.
2541 * data/bison.hairy: Remove.
2542 * doc/bison.texinfo (Environment Variables): Remove occurrences of
2543 BISON_HAIRY.
2544
82b6cb3f
AD
25452002-05-02 Akim Demaille <akim@epita.fr>
2546
2547 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
2548 (parse_guard): Rename the formal argument `stack_offset' as
2549 `rule_length', which is more readable.
2550 Adjust callers.
2551 (copy_at, copy_dollar): Instead of outputting the hard coded
2552 values of $$, $n and so forth, output invocation to b4_lhs_value,
2553 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
2554 Note: this patch partially drops `semantic-parser' support: it
2555 always does `rule_length - n', where semantic parsers ought to
2556 always use `-n'.
82b6cb3f
AD
2557 * data/bison.simple, data/bison.c++ (b4_lhs_value)
2558 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
2559
6cbfbcc5
AD
25602002-05-02 Akim Demaille <akim@epita.fr>
2561
2562 * configure.in (AC_INIT): Bump to 1.49b.
2563 (AM_INIT_AUTOMAKE): Short invocation.
2564
b8548114
AD
25652002-05-02 Akim Demaille <akim@epita.fr>
2566
2567 Version 1.49a.
2568
c20cd1fa
AD
25692002-05-01 Akim Demaille <akim@epita.fr>
2570
2571 * src/skeleton.h: Remove.
2572
8a9566d4
AD
25732002-05-01 Akim Demaille <akim@epita.fr>
2574
2575 * src/skeleton.h: Fix the #endif.
2576 Reported by Magnus Fromreide.
2577
8c6d399a
PE
25782002-04-26 Paul Eggert <eggert@twinsun.com>
2579
2580 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
2581 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 2582 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 2583
2b7ed18a
RA
25842002-04-25 Robert Anisko <robert@lrde.epita.fr>
2585
2586 * src/scan-skel.l: Postprocess quadrigraphs.
2587
2588 * src/reader.c (copy_character): New function, used to output
2589 single characters while replacing `[' and `]' with quadrigraphs, to
2590 avoid troubles with M4 quotes.
2591 (copy_comment): Output characters with copy_character.
2592 (read_additionnal_code): Likewise.
2593 (copy_string2): Likewise.
2594 (copy_definition): Likewise.
2595
2596 * tests/calc.at: Exercise M4 quoting.
2597
34a89c50
AD
25982002-04-25 Akim Demaille <akim@epita.fr>
2599
2600 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
2601 between `!' and the command.
2602 Reported by Paul Eggert.
2603
0dd1580a
RA
26042002-04-24 Robert Anisko <robert@lrde.epita.fr>
2605
2606 * tests/calc.at: Exercise prologue splitting.
2607
2608 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
2609 `b4_post_prologue' instead of `b4_prologue'.
2610
2611 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
2612 muscles.
2613 (output): Free pre_prologue_obstack and post_prologue_obstack.
2614 * src/files.h, src/files.c (attrs_obstack): Remove.
2615 (pre_prologue_obstack, post_prologue_obstack): New.
2616 * src/reader.c (copy_definition): Add a parameter to specify the
2617 obstack to fill, instead of using attrs_obstack unconditionally.
2618 (read_declarations): Pass pre_prologue_obstack to copy_definition if
2619 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
2620
83c1796f
PE
26212002-04-23 Paul Eggert <eggert@twinsun.com>
2622
2623 * data/bison.simple: Remove unnecessary commentary and white
2624 space differences from 1_29-branch.
2625 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
2626
2627 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
2628 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
2629 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
2630 constructors or destructors.
2631
2632 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
2633
1207eeac
AD
26342002-04-23 Akim Demaille <akim@epita.fr>
2635
2636 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
2637 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
2638 location with columns.
2639 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
2640 All reported by Paul Eggert.
2641
78ab8f67
AD
26422002-04-22 Akim Demaille <akim@epita.fr>
2643
2644 * src/reduce.c (dump_grammar): Move to...
2645 * src/gram.h, src/gram.c (grammar_dump): here.
2646 Be sure to separate long item numbers.
2647 Don't read the members of a rule's prec if its nil.
2648
133c20e2
AD
26492002-04-22 Akim Demaille <akim@epita.fr>
2650
2651 * src/output.c (table_size, table_grow): New.
2652 (MAXTABLE): Remove, replace uses with table_size.
2653 (pack_vector): Instead of dying when the table is too big, grow it.
2654
9515e8a7
AD
26552002-04-22 Akim Demaille <akim@epita.fr>
2656
2657 * data/bison.simple (yyr1): Its type is that of a token number.
2658 * data/bison.c++ (r1_): Likewise.
2659 * tests/regression.at (Web2c Actions): Adjust.
2660
23c5a174
AD
26612002-04-22 Akim Demaille <akim@epita.fr>
2662
2663 * src/reader.c (token_translations_init): 256 is now the default
2664 value for the error token, i.e., it will be assigned another
2665 number if the user assigned 256 to one of her tokens.
2666 (reader): Don't force 256 to error.
2667 * doc/bison.texinfo (Symbols): Adjust.
2668 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
2669 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
2670 etc. instead of 10, 20, 30 (which was used to `jump' over error
2671 (256) and undefined (2)).
2672
5fbb0954
AD
26732002-04-22 Akim Demaille <akim@epita.fr>
2674
2675 Propagate more token_number_t.
2676
2677 * src/gram.h (token_number_as_item_number)
2678 (item_number_as_token_number): New.
2679 * src/output.c (GENERATE_OUTPUT_TABLE): New.
2680 Use it to create output_item_number_table and
2681 output_token_number_table.
2682 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
2683 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
2684 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
2685 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
2686
4f940944
AD
26872002-04-22 Akim Demaille <akim@epita.fr>
2688
2689 * src/output.h, src/output.c (get_lines_number): Remove.
2690
3ded9a63
AD
26912002-04-19 Akim Demaille <akim@epita.fr>
2692
2693 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
2694 as Lex/Flex'.
2695 (Debugging): More details about enabling the debugging features.
2696 (Table of Symbols): Describe $$, $n, @$, and @n.
2697 Suggested by Tim Josling.
2698
e0c471a9
AD
26992002-04-19 Akim Demaille <akim@epita.fr>
2700
2701 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
2702
fecc10cd
AD
27032002-04-10 Akim Demaille <akim@epita.fr>
2704
2705 * src/system.h: Rely on HAVE_LIMITS_H.
2706 Suggested by Paul Eggert.
2707
51dec47b
AD
27082002-04-09 Akim Demaille <akim@epita.fr>
2709
2710 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
2711 full stderr, and strip it according to the bison options, instead
2712 of composing the error message from different bits.
2713 This makes it easier to check for several error messages.
2714 Adjust all the invocations.
2715 Add an invocation exercising the error token.
2716 Add an invocation demonstrating a stupid error message.
2717 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
2718 Adjust the tests.
2719 Error message are for stderr, not stdout.
2720
007a50a4
AD
27212002-04-09 Akim Demaille <akim@epita.fr>
2722
2723 * src/gram.h, src/gram.c (error_token_number): Remove, use
2724 errtoken->number.
2725 * src/reader.c (reader): Don't specify the user token number (2)
2726 for $undefined, as it uselessly prevents using it.
2727 * src/gram.h (token_number_t): Move to...
2728 * src/symtab.h: here.
2729 (state_t.number): Is a token_number_t.
2730 * src/print.c, src/reader.c: Use undeftoken->number instead of
2731 hard coded 2.
2732 (Even though this 2 is not the same as above: the number of the
2733 undeftoken remains being 2, it is its user token number which
2734 might not be 2).
2735 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
2736 `user_token_number_max'.
2737 Output `undef_token_number'.
2738 * data/bison.simple, data/bison.c++: Use them.
2739 Be sure to map invalid yylex return values to
2740 `undef_token_number'. This saves us from gratuitous SEGV.
2741
2742 * tests/conflicts.at (Solved SR Conflicts)
2743 (Unresolved SR Conflicts): Adjust.
2744 * tests/regression.at (Web2c Actions): Adjust.
2745
06446ccf
AD
27462002-04-08 Akim Demaille <akim@epita.fr>
2747
2748 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
2749 Adding #line.
2750 Remove the duplicate `typedefs'.
2751 (RhsNumberType): Fix the declaration and various other typos.
2752 Use __ofile__.
2753 * data/bison.simple: Use __ofile__.
2754 * src/scan-skel.l: Handle __ofile__.
2755
62a3e4f0
AD
27562002-04-08 Akim Demaille <akim@epita.fr>
2757
2758 * src/gram.h (item_number_t): New, the type of item numbers in
2759 RITEM. Note that it must be able to code symbol numbers as
2760 positive number, and the negation of rule numbers as negative
2761 numbers.
2762 Adjust all dependencies (pretty many).
2763 * src/reduce.c (rule): Remove this `short *' pointer: use
2764 item_number_t.
2765 * src/system.h (MINSHORT, MAXSHORT): Remove.
2766 Include `limits.h'.
2767 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
2768 (shortcpy): Remove.
2769 (MAXTABLE): Move to...
2770 * src/output.c (MAXTABLE): here.
2771 (prepare_rules): Use output_int_table to output rhs.
2772 * data/bison.simple, data/bison.c++: Adjust.
2773 * tests/torture.at (Big triangle): Move the limit from 254 to
2774 500.
2775 * tests/regression.at (Web2c Actions): Ajust.
2776
2777 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
2778 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
2779 passes, but produces negative #line number, once fixed, GCC is
2780 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
2781 C), it passes.
2782 * src/state.h (state_h): Code input lines on ints, not shorts.
2783
bb88b0fc
AD
27842002-04-08 Akim Demaille <akim@epita.fr>
2785
2786 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
2787 and then the grammar.
2788
9a636f47
AD
27892002-04-08 Akim Demaille <akim@epita.fr>
2790
2791 * src/system.h: No longer using strndup.
2792
680e8701
AD
27932002-04-07 Akim Demaille <akim@epita.fr>
2794
2795 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
2796 * src/output.c (output_table_data): Return the longest number.
2797 (prepare_tokens): Output `token_number_max').
2798 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
2799 New.
2800 Use them to define yy_token_number_type/TokenNumberType.
2801 Use this type for yytranslate.
2802 * tests/torture.at (Big triangle): Push the limit from 124 to
2803 253.
2804 * tests/regression.at (Web2c Actions): Adjust.
2805
817e9f41
AD
28062002-04-07 Akim Demaille <akim@epita.fr>
2807
2808 * tests/torture.at (Big triangle): New.
2809 (GNU AWK Grammar, GNU Cim Grammar): Move to...
2810 * tests/existing.at: here.
2811
5123689b
AD
28122002-04-07 Akim Demaille <akim@epita.fr>
2813
2814 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
2815 nritems.
2816 Adjust dependencies.
2817
f3849179
AD
28182002-04-07 Akim Demaille <akim@epita.fr>
2819
2820 * src/reader.c: Normalize increments to prefix form.
2821
bd02036a
AD
28222002-04-07 Akim Demaille <akim@epita.fr>
2823
2824 * src/reader.c, symtab.c: Remove debugging code.
2825
db8837cb
AD
28262002-04-07 Akim Demaille <akim@epita.fr>
2827
2828 Rename all the `bucket's as `symbol_t'.
2829
2830 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
2831 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
2832 * src/symtab.c, src/symtab.h (bucket): Rename as...
2833 (symbol_t): this.
2834 (symbol_list_new, bucket_check_defined, bucket_make_alias)
2835 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
2836 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
2837 (buckets_new, buckets_free, buckets_do): Rename as...
2838 (symbol_list_new, symbol_check_defined, symbol_make_alias)
2839 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
2840 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
2841 (symbols_new, symbols_free, symbols_do): these.
2842
72a23c97
AD
28432002-04-07 Akim Demaille <akim@epita.fr>
2844
2845 Use lib/hash for the symbol table.
2846
2847 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
2848 EOF.
2849 * src/lex.c (lex): Set the `number' member of new terminals.
2850 * src/reader.c (bucket_check_defined, bucket_make_alias)
2851 (bucket_check_alias_consistence, bucket_translation): New.
2852 (reader, grammar_free, readgram, token_translations_init)
2853 (packsymbols): Adjust.
2854 (reader): Number the predefined tokens.
2855 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
2856 for predefined tokens.
2857 * src/symtab.h (bucket): Remove all the hash table related
2858 members.
2859 * src/symtab.c (symtab): Replace by...
2860 (bucket_table): this.
2861 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
2862 (buckets_new, buckets_do): New.
2863
280a38c3
AD
28642002-04-07 Akim Demaille <akim@epita.fr>
2865
2866 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
2867 (start_symbol, max_user_token_number, semantic_parser)
2868 (error_token_number): Initialize.
2869 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
2870 Initialize.
2871 (reader): Don't.
2872 (errtoken, eoftoken, undeftoken, axiom): Extern.
2873
03b31c0c
AD
28742002-04-07 Akim Demaille <akim@epita.fr>
2875
2876 * src/gram.h (rule_s): prec and precsym are now pointers
2877 to the bucket giving the priority/associativity.
2878 Member `associativity' removed: useless.
2879 * src/reduce.c, src/conflicts.c: Adjust.
2880
8b3df748
AD
28812002-04-07 Akim Demaille <akim@epita.fr>
2882
2883 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
2884 Properly escape the symbols' TAG when outputting them.
2885
e601aa1d
AD
28862002-04-07 Akim Demaille <akim@epita.fr>
2887
2888 * src/lalr.h (LA): Is a bitsetv, not bitset*.
2889
b0299a2e
AD
28902002-04-07 Akim Demaille <akim@epita.fr>
2891
2892 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
2893 (LArule): this, which is an array to rule_t*.
2894 * src/print.c, src/conflicts.c: Adjust.
2895
d7e1f00c
AD
28962002-04-07 Akim Demaille <akim@epita.fr>
2897
2898 * src/gram.h (rule_t): Rename `number' as `user_number'.
2899 `number' is a new member.
2900 Adjust dependencies.
2901 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
2902
cc9305dd
AD
29032002-04-07 Akim Demaille <akim@epita.fr>
2904
2905 As a result of the previous patch, it is no longer needed
2906 to reorder ritem itself.
2907
2908 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
2909
b0940840
AD
29102002-04-07 Akim Demaille <akim@epita.fr>
2911
2912 Be sure never to walk through RITEMS, but use only data related to
2913 the rules themselves. RITEMS should be banished.
2914
2915 * src/output.c (output_token_translations): Rename as...
2916 (prepare_tokens): this.
2917 In addition to `translate', prepare the muscles `tname' and
2918 `toknum', which were handled by...
2919 (output_rule_data): this.
2920 Remove, and move the remainder of its outputs into...
2921 (prepare_rules): this new routines, which also merges content from
2922 (output_gram): this.
2923 (prepare_rules): Be sure never to walk through RITEMS.
2924 (output_stos): Rename as...
2925 (prepare_stos): this.
2926 (output): Always invoke prepare_states, after all, just don't use it
2927 in the output if you don't need it.
2928
643a5994
AD
29292002-04-07 Akim Demaille <akim@epita.fr>
2930
2931 * src/LR0.c (new_state): Display `nstates' as the name of the
2932 newly created state.
2933 Adjust to initialize first_state and last_state if needed.
2934 Be sure to distinguish the initial from the final state.
2935 (new_states): Create the itemset of the initial state, and use
2936 new_state.
2937 * src/closure.c (closure): Now that the initial state has its
2938 items properly set, there is no need for a special case when
2939 creating `ruleset'.
2940
2941 As a result, now the rule 0, reducing to $axiom, is visible in the
2942 outputs. Adjust the test suite.
2943
2944 * tests/conflicts.at (Solved SR Conflicts)
2945 (Unresolved SR Conflicts): Adjust.
2946 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
2947 * tests/conflicts.at (S/R in initial): New.
2948
b4c4ccc2
AD
29492002-04-07 Akim Demaille <akim@epita.fr>
2950
2951 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
2952 the RHS of the rules.
2953 * src/output.c (output_gram): Likewise.
2954
bba97eb2
AD
29552002-04-07 Akim Demaille <akim@epita.fr>
2956
2957 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
2958 bucket.
2959 Adjust all dependencies.
2960 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
2961 `number' of the buckets too.
2962 * src/gram.h: Include `symtab.h'.
2963 (associativity): Move to...
2964 * src/symtab.h: here.
2965 No longer include `gram.h'.
2966
c3b407f4
AD
29672002-04-07 Akim Demaille <akim@epita.fr>
2968
2969 * src/gram.h, src/gram.c (rules_rhs_length): New.
2970 (ritem_longest_rhs): Use it.
2971 * src/gram.h (rule_t): `number' is a new member.
2972 * src/reader.c (packgram): Set it.
2973 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
2974 the end of `rules', and count them out of `nrules'.
2975 (reduce_output, dump_grammar): Adjust.
2976 * src/print.c (print_grammar): It is no longer needed to check for
2977 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
2978 * tests/reduce.at (Reduced Automaton): New test.
2979
11652ab3
AD
29802002-04-07 Akim Demaille <akim@epita.fr>
2981
2982 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
2983 lacking `+ 1' to nrules, Bison reported as useless a token if it
2984 was used solely to set the precedence of the last rule...
2985
26b23c1a
AD
29862002-04-07 Akim Demaille <akim@epita.fr>
2987
2988 * data/bison.c++, data/bison.simple: Don't output the current file
2989 name in #line, to avoid useless diffs between two identical
2990 outputs under different names.
2991
18bcecb0
AD
29922002-04-07 Akim Demaille <akim@epita.fr>
2993
2994 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
2995 Normalize loops to using `< nrules + 1', not `<= nrules'.
2996
fa770c86
AD
29972002-04-07 Akim Demaille <akim@epita.fr>
2998
2999 * TODO: Update.
3000
d9b739c3
AD
30012002-04-07 Akim Demaille <akim@epita.fr>
3002
3003 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
3004 bucket.value as bucket.number.
3005
99013900
AD
30062002-04-07 Akim Demaille <akim@epita.fr>
3007
3008 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
3009 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
3010 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
3011 RHS, instead of being an index in RITEMS.
3012
e966383b
PE
30132002-04-04 Paul Eggert <eggert@twinsun.com>
3014
3015 * doc/bison.texinfo: Update copyright date.
3016 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
3017 (Symbols): Warn about running Bison in one character set,
3018 but compiling and/or running in an incompatible one.
3019 Warn about character code 256, too.
3020
30212002-04-03 Paul Eggert <eggert@twinsun.com>
3022
3023 * src/bison.data (YYSTACK_ALLOC): Depend on whether
3024 YYERROR_VERBOSE is nonzero, not whether it is defined.
3025
3026 Merge changes from bison-1_29-branch.
c307773e 3027
8d6c48b9
PE
30282002-03-20 Paul Eggert <eggert@twinsun.com>
3029
3030 Merge fixes from Debian bison_1.34-1.diff.
3031
3032 * configure.in (AC_PREREQ): 2.53.
3033
e53c6322
AD
30342002-03-20 Akim Demaille <akim@epita.fr>
3035
3036 * src/conflicts.c (log_resolution): Argument `resolution' is const.
3037
9ffbeca7
PE
30382002-03-19 Paul Eggert <eggert@twinsun.com>
3039
21db0b2a
PE
3040 * src/bison.simple (YYCOPY): New macro.
3041 (YYSTACK_RELOCATE): Use it.
3042 Remove Type arg; no longer needed. All callers changed.
3043 (yymemcpy): Remove; no longer needed.
3044
9ffbeca7
PE
3045 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
3046 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
3047
642cb8f8
AD
30482002-03-19 Akim Demaille <akim@epita.fr>
3049
3050 Test and fix the #line outputs.
3051
3052 * tests/atlocal.at (GCC): New.
3053 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
3054 (Prologue synch line, ,%union synch line, Postprologue synch line)
3055 (Action synch line, Epilogue synch line): New tests.
3056 * src/reader.c (parse_union_decl): Define the muscle stype_line.
3057 * data/bison.simple, data/bison.c++: Use it.
3058
3c31a486
AD
30592002-03-19 Akim Demaille <akim@epita.fr>
3060
3061 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
3062 (Solved SR Conflicts, %expect not enough, %expect right)
3063 (%expect too much): Move to...
3064 * tests/conflicts.at: this new file.
3065
0d8bed56
AD
30662002-03-19 Akim Demaille <akim@epita.fr>
3067
3068 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
3069 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
3070 that we can move to enums for instance.
3071 * src/output.c (token_definitions_output): Output a list of
3072 `token-name, token-number' instead of the #define.
3073 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
3074
9208d17f
AD
30752002-03-14 Akim Demaille <akim@epita.fr>
3076
3077 Use Gettext 0.11.1.
3078
af27eacb
RA
30792002-03-09 Robert Anisko <robert@lrde.epita.fr>
3080
3081 * data/bison.c++: Make the user able to add members to the generated
3082 parser by subclassing.
3083
9101a310
RA
30842002-03-05 Robert Anisko <robert@lrde.epita.fr>
3085
3086 * src/reader.c (read_additionnal_code): `c' should be an integer, not
3087 a character.
3088 Reported by Nicolas Tisserand and Nicolas Burrus.
3089
fff9bf0b
RA
30902002-03-04 Robert Anisko <robert@lrde.epita.fr>
3091
3092 * src/reader.c: Warn about lacking semi-colons, do not complain.
3093
64dba31e
RA
30942002-03-04 Robert Anisko <robert@lrde.epita.fr>
3095
3096 * data/bison.c++: Remove a debug line.
3097
374f5a14
RA
30982002-03-04 Robert Anisko <robert@lrde.epita.fr>
3099
3100 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
3101 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
3102 provide a default implementation.
3103
bfcf1f3a
AD
31042002-03-04 Akim Demaille <akim@epita.fr>
3105
3106 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
3107 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
3108 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
3109 * tests/semantic.at (Parsing Guards): Similarly.
3110 * src/reader.at (readgram): Complain if the last rule is not ended
3111 with a semi-colon.
3112
65ccf9fc
AD
31132002-03-04 Akim Demaille <akim@epita.fr>
3114
3115 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
3116 * src/closure.c: here.
3117 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
3118 RTC.
3119 * src/warshall.h, src/warshall.c: Remove.
3120 * tests/sets.at (Broken Closure): Adjust.
3121
d0039cbc
AD
31222002-03-04 Akim Demaille <akim@epita.fr>
3123
3124 * src/output.c (output_skeleton): tempdir is const.
3125 bytes_read is unused.
3126
345cea78
AD
31272002-03-04 Akim Demaille <akim@epita.fr>
3128
3129 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
3130 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
3131 Update.
3132 From Michael Hayes.
3133
564801f7
AD
31342002-03-04 Akim Demaille <akim@epita.fr>
3135
3136 * src/closure.c (closure): `r' is unused.
3137
e5352bc7
AD
31382002-03-04 Akim Demaille <akim@epita.fr>
3139
3140 * tests/sets.at (Broken Closure): Add the ending `;'.
3141 * src/reader.at (readgram): Complain if a rule is not ended with a
3142 semi-colon.
3143
914feea9
AD
31442002-03-04 Akim Demaille <akim@epita.fr>
3145
3146 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
3147 (count_sr_conflicts): Use bitset_count.
3148 * src/reduce.c (inaccessable_symbols): Ditto.
3149 (bits_size): Remove.
3150 * src/warshall.h, src/warshall.c: Convert to bitsetv.
3151
f0250de6
AD
31522002-03-04 Akim Demaille <akim@epita.fr>
3153
3154 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
3155 * src/reduce.c: Remove the `bitset_zero's following the
3156 `bitset_create's, as now it is performed by the latter.
3157
ef017502
AD
31582002-03-04 Akim Demaille <akim@epita.fr>
3159
3160 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
3161 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
3162 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
3163 latest sources from Michael.
3164
76514394
AD
31652002-03-04 Akim Demaille <akim@epita.fr>
3166
3167 * src/output.c (output): Don't free the grammar.
3168 * src/reader.c (grammar_free): New.
3169 * src/main.c (main): Call it and don't free symtab here.
3170
55024580
AD
31712002-03-04 Akim Demaille <akim@epita.fr>
3172
3173 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
3174 before returning.
3175 Reported by Benoit Perrot.
3176
f9abaa2c
AD
31772002-03-04 Akim Demaille <akim@epita.fr>
3178
3179 Use bitset operations when possible, not loops over bits.
3180
3181 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
3182 bitset_or.
3183 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
3184 * src/reduce.c (useless_nonterminals): Formatting changes.
3185 * src/warshall.c (TC): Use bitset_or.
3186
0e721e75
AD
31872002-03-04 Akim Demaille <akim@epita.fr>
3188
3189 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
3190 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
3191 Ditto.
3192
0fb1ffb1
AD
31932002-03-04 Akim Demaille <akim@epita.fr>
3194
3195 * src/lalr.c (F): Now a bitset*.
3196 Adjust all dependencies.
3197
b86796bf
AD
31982002-03-04 Akim Demaille <akim@epita.fr>
3199
3200 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
3201 Adjust all dependencies.
3202
602bbf31
AD
32032002-03-04 Akim Demaille <akim@epita.fr>
3204
3205 * src/L0.c, src/LR0.h (nstates): Be size_t.
3206 Adjust comparisons (signed vs unsigned).
3207 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
3208 bitset*.
3209 Adjust all dependencies.
3210
d8a0245c
AD
32112002-03-04 Akim Demaille <akim@epita.fr>
3212
3213 * src/closure.c (firsts): Now, also a bitset.
3214 Adjust all dependencies.
3215 (varsetsize): Remove, now unused.
3216 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
3217
34ba9743
AD
32182002-03-04 Akim Demaille <akim@epita.fr>
3219
3220 * src/print.c: Convert to use bitset.h, not hand coded iterations
3221 over ints.
3222
ed86e78c
AD
32232002-03-04 Akim Demaille <akim@epita.fr>
3224
3225 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
3226
dfdb1797
AD
32272002-03-04 Akim Demaille <akim@epita.fr>
3228
3229 * src/closure.c (ruleset): Be a bitset.
3230 (rulesetsize): Remove.
3231
7086e707
AD
32322002-03-04 Akim Demaille <akim@epita.fr>
3233
3234 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
3235 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
3236 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
3237 * src/closure.c (fderives): Be an array of bitsets.
3238
98254360
RA
32392002-02-28 Robert Anisko <robert@lrde.epita.fr>
3240
3241 * data/bison.c++: Merge the two generated headers. Insert a copyright
3242 notice in each output file.
3243
a75c057f
AD
32442002-02-28 Akim Demaille <akim@epita.fr>
3245
3246 * data/bison.c++: Copy the prologue of bison.simple to fetch
3247 useful M4 definitions, such as b4_header_guard.
3248
06b00abc
AD
32492002-02-25 Akim Demaille <akim@epita.fr>
3250
3251 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
3252 translator friendly scheme for the bgr
3253 copyright notice.
06b00abc 3254
70e7d534
AD
32552002-02-25 Akim Demaille <akim@epita.fr>
3256
3257 * src/output.c (header_output): Remove, now handled completely via
3258 M4.
3259
abe017f6
AD
32602002-02-25 Akim Demaille <akim@epita.fr>
3261
3262 * m4/m4.m4: New, from CVS Autoconf.
3263 * configure.in: Invoke it.
3264 * src/output.c (output_skeleton): Use its result instead of the
3265 hard coded name.
3266
381fb12e
AD
32672002-02-25 Akim Demaille <akim@epita.fr>
3268
3269 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
3270 Fileutils 4.1.5.
3271 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
3272 * src/output.c (output_skeleton): Use mkstemp to create a real
3273 temporary file.
3274 Move the filling of `skeleton' and its muscle to...
3275 (prepare): here.
3276 (output): Move the definition of the prologue muscle to...
3277 (prepare): here.
3278 * src/system.h (DEFAULT_TMPDIR): New.
3279
6f38107f
PE
32802002-02-14 Paul Eggert <eggert@twinsun.com>
3281
3282 Remove the support for C++ namespace cleanliness; it was
3283 causing more problems than it was curing, since it didn't work
3284 properly on some nonstandard C++ compilers. This can wait
3285 for a proper C++ parser.
3286
3287 * NEWS: Document this.
3288 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
3289 of C++, as it's treated like C now.
3290 * src/bison.simple (YYSTD): Remove.
3291 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
3292 Treat C++ just like Standard C instead of trying to support
3293 namespace cleanliness.
3294
80cce3da
AD
32952002-02-14 Akim Demaille <akim@epita.fr>
3296
3297 * tests/regression.at (else): Adjust to Andreas' change.
3298
842e8679
AD
32992002-02-14 Akim Demaille <akim@epita.fr>
3300
3301 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
3302
4bda3f10
AD
33032002-02-13 Andreas Schwab <schwab@suse.de>
3304
3305 * src/output.c (output_rule_data): Don't output NULL, it might
3306 not be defined yet.
3307
4162fa07 33082002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 3309
4162fa07
RA
3310 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
3311 (Copyright notice): Update.
b418ecd8 3312
bd16a5dc
AD
33132002-02-11 Akim Demaille <akim@epita.fr>
3314
3315 * tests/regression.at (%nonassoc and eof): Don't include
3316 nonportable headers.
3317
8d69a1a3
RA
33182002-02-08 Robert Anisko <robert@lrde.epita.fr>
3319
3320 * data/bison.c++: Correct error recovery. Make the user able to
3321 initialize the starting location.
3322
9b2d0677
AD
33232002-02-07 Akim Demaille <akim@epita.fr>
3324
3325 * tests/input.at: New.
3326
69e2658b
RA
33272002-02-07 Robert Anisko <robert@lrde.epita.fr>
3328
3329 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 3330 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
3331 directives around tables only needed for debugging.
3332
4aacc3a7
RA
33332002-02-07 Robert Anisko <robert@lrde.epita.fr>
3334
3335 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
3336 C++ parsers.
3337 (yy::b4_name::parse): Use print_.
3338
762a801e
RA
33392002-02-07 Robert Anisko <robert@lrde.epita.fr>
3340
3341 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
3342
4bb2bc3f
RA
33432002-02-07 Robert Anisko <robert@lrde.epita.fr>
3344
3345 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
3346 C++ parsers.
3347 (yy::b4_name::parse): Build verbose error messages, and use error_.
3348
6b45a3ca
RA
33492002-02-06 Robert Anisko <robert@lrde.epita.fr>
3350
3351 * data/bison.c++: Fix m4 quoting in comments.
3352
50997c6e
RA
33532002-02-06 Robert Anisko <robert@lrde.epita.fr>
3354
3355 * data/bison.c++: Adjust the parser code. Fix some muscles that were
3356 not expanded by m4.
3357
3f3eed27
AD
33582002-02-05 Akim Demaille <akim@epita.fr>
3359
3360 * data/bison.c++: Adjust to the M4 back end.
3361 More is certainly needed.
3362
be2a1a68
AD
33632002-02-05 Akim Demaille <akim@epita.fr>
3364
3365 Give a try to M4 as a back end.
3366
3367 * lib/readpipe.c: New, from wdiff.
3368 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
3369 BISON_HAIRY.
3370 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
3371 specific values. Now it is m4 that performs the lookup.
3372 * src/parse-skel.y: Remove.
3373 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
3374 * src/output.c (actions_output, guards_output)
3375 (token_definitions_output): No longer keeps track of the output
3376 line number, hence remove the second argument.
3377 (guards_output): Check against the guard member of a rule, not the
3378 action member.
3379 Adjust callers.
3380 (output_skeleton): Don't look for the skeleton location, let m4 do
3381 that.
3382 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
3383 file will be used.
3384 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
3385 (prepare): Given that for the time being changesyntax is not
3386 usable in M4, rename the muscles using `-' to `_'.
3387 Define `defines_flag', `output_parser_name' and `output_header_name'.
3388 * src/output.h (actions_output, guards_output)
3389 (token_definitions_output): Adjust prototypes.
3390 * src/scan-skel.l: Instead of scanning the skeletons, it now
3391 processes the output of m4: `__oline__' and `#output'.
3392 * data/bison.simple: Adjust to be used by M4(sugar).
3393 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
3394 to date.
3395 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
3396 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
3397 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
3398 shamelessly stolen from CVS Autoconf.
3399
beda758b
AD
34002002-02-05 Akim Demaille <akim@epita.fr>
3401
3402 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
3403 * configure.in: Check for the declarations of free and malloc.
3404 * src/muscle_tab.c: Adjust.
3405
5ece6d43
AD
34062002-02-05 Akim Demaille <akim@epita.fr>
3407
3408 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
3409 which have no values.
3410
5bb18f9a
AD
34112002-02-05 Akim Demaille <akim@epita.fr>
3412
3413 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
3414 * data/: here.
3415
894dd62e
PE
34162002-01-29 Paul Eggert <eggert@twinsun.com>
3417
3418 * src/bison.simple (YYSIZE_T): Do not define merely because
3419 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
3420 On some platforms, <alloca.h> does not declare YYSTD (size_t).
3421
82841af7
AD
34222002-01-27 Akim Demaille <akim@epita.fr>
3423
3424 Fix `%nonassoc and eof'.
3425
3426 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
3427 which were not properly copied! Replace
3428 memcpy (res->errs, src->errs, src->nerrs);
3429 with
3430 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
3431 !!!
3432 * tests/regression.at (%nonassoc and eof): Adjust to newest
3433 Autotest: `.' is not in the PATH.
3434
318b76e9
AD
34352002-01-27 Akim Demaille <akim@epita.fr>
3436
3437 * tests/sets.at (AT_EXTRACT_SETS): New.
3438 (Nullable): Use it.
3439 (Firsts): New.
3440
30d2f3d5
AD
34412002-01-26 Akim Demaille <akim@epita.fr>
3442
3443 * tests/actions.at, tests/calc.at, tests/headers.at,
3444 * tests/torture.at: Adjust to the newest Autotest which no longer
3445 forces `.' in the PATH.
3446
30f8c395
AD
34472002-01-25 Akim Demaille <akim@epita.fr>
3448
3449 * tests/regression.at (%nonassoc and eof): New.
3450 Suggested by Robert Anisko.
3451
29ae55f1
AD
34522002-01-24 Akim Demaille <akim@epita.fr>
3453
3454 Bison dumps core when trying to complain about broken input files.
3455 Reported by Cris van Pelt.
3456
3457 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
3458 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
3459 into...
3460 (Invalid inputs): Strengthen: exercise parse_percent_token.
3461
2b548aa6
RA
34622002-01-24 Robert Anisko <robert.anisko@epita.fr>
3463
3464 * src/Makefile.am: Add bison.c++.
3465 * src/bison.c++: New skeleton.
3466
bb0146c2
AD
34672002-01-21 Paolo Bonzini <bonzini@gnu.org>
3468
3469 * po/it.po: New.
3470
bec30531
AD
34712002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
3472
3473 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
3474
fc6edc45
MA
34752002-01-20 Marc Autret <marc@gnu.org>
3476
3477 * src/files.c (compute_output_file_names): Fix
3478
5e5d5415
MA
34792002-01-20 Marc Autret <marc@gnu.org>
3480
3481 * tests/output.at: New test.
3482 * src/files.c (compute_base_names): Don't map extensions when
3483 the YACC flag is set, use defaults.
3484 Reported by Evgeny Stambulchik.
3485
44ea3fbd
MA
34862002-01-20 Marc Autret <marc@gnu.org>
3487
bb0146c2 3488 * src/system.h: Need to define __attribute__ away for non-GCC
44ea3fbd
MA
3489 compilers as well (i.e. the vendor C compiler).
3490 Suggested by Albert Chin-A-Young.
3491
338963d1
TVH
34922002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
3493
3494 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
3495 canonical definition.
3496 * src/system.h: Use the canonical definition for PARAMS (avoids
3497 a conflict with the macro from lib/hash.h).
3498
c57b2479
AD
34992002-01-11 Akim Demaille <akim@epita.fr>
3500
3501 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 3502 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 3503
b85810ae
AD
35042002-01-09 Akim Demaille <akim@epita.fr>
3505
3506 * src/files.c, src/files.h (output_infix): New.
3507 (tab_extension): Remove.
3508 (compute_base_names): Compute the former, drop the latter.
3509 * src/output.c (prepare): Insert the muscles `output-infix', and
3510 `output-suffix'.
3511 * src/parse-skel.y (string, string.1): New.
3512 (section.header): Use it.
3513 (section.yacc): Remove.
3514 (prefix): Remove too.
3515 * src/scan-skel.l: Adjust.
3516 * src/bison.simple, src/bison.hairy: Adjust.
3517
cae60122
AD
35182002-01-09 Akim Demaille <akim@epita.fr>
3519
3520 * configure.in (WERROR_CFLAGS): Compute it.
3521 * src/Makefile.am (CFLAGS): Pass it.
3522 * tests/atlocal.in (CFLAGS): Idem.
3523 * src/files.c: Fix a few warnings.
3524 (get_extension_index): Remove, unused.
3525
ae404801
AD
35262002-01-08 Akim Demaille <akim@epita.fr>
3527
3528 * src/getargs.c (AS_FILE_NAME): New.
3529 (getargs): Use it to convert DOSish file names.
3530 * src/files.c (base_name): Rename as full_base_name to avoid
3531 clashes with `base_name ()'.
3532 (filename_split): New.
3533 (compute_base_names): N-th rewrite, using filename_split.
3534
22312b71
AD
35352002-01-08 Akim Demaille <akim@epita.fr>
3536
3537 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
3538 New, stolen from the Fileutils 4.1.
3539 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
3540 * configure.in: Check for the presence of memrchr, and of its
3541 prototype.
3542
a67cef01
TVH
35432002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
3544
3545 * lib/hash.h (__P): Added definition for this macro.
3546 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
3547 BUILT_SOURCES, to ensure they are generated first.
3548 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
3549 %error-verbose to allow bootstrapping with bison 1.30x.
3550
2b25d624
AD
35512002-01-06 Akim Demaille <akim@epita.fr>
3552
3553 * src/reader.c (parse_braces): Don't fetch the next char, the
3554 convention is to fetch on entry.
3555 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
3556 'switch' without a following semicolon.
3557 * tests/regression.at (braces parsing): New.
3558
3460813b
AD
35592002-01-06 Akim Demaille <akim@epita.fr>
3560
3561 Bison is dead wrong in its RR conflict reports.
3562
3563 * tests/torture.at (GNU Cim Grammar): New.
3564 * src/conflicts.c (count_rr_conflicts): Fix.
3565
73784c64
AD
35662002-01-06 Akim Demaille <akim@epita.fr>
3567
3568 Creating package.m4 from configure.ac causes too many problems.
3569
3570 * tests/Makefile.am (package.m4): Create it by hand,
3571 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
3572
25d81090
AD
35732002-01-06 Akim Demaille <akim@epita.fr>
3574
3575 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
3576 skeleton.h.
3577
a9b8959e
PE
35782002-01-04 Paul Eggert <eggert@twinsun.com>
3579
3580 * doc/bison.texinfo (Debugging):
3581 Remove YYSTDERR; it's no longer defined or used.
3582 Also, s/cstdio.h/cstdio/.
3583
25d81090
AD
35842002-01-03 Akim Demaille <akim@epita.fr>
3585
3586 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
3587
1109455c
AD
35882002-01-03 Akim Demaille <akim@epita.fr>
3589
3590 * src/parse-skel.y (process_skeleton): Don't bind the parser's
3591 tracing code to --trace, wait for a better --trace option, with
3592 args.
3593
7ea5e977
AD
35942002-01-03 Akim Demaille <akim@epita.fr>
3595
3596 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
3597 The ISO C++ standard is extremely clear about it: stderr is
3598 considered a macro, not a regular symbol (see table 94 `Header
3599 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
3600 Therefore std:: does not apply to it. It still does with fprintf.
3601 Also, s/cstdio.h/cstdio/.
3602
fab5b110
AD
36032002-01-03 Akim Demaille <akim@epita.fr>
3604
3605 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
3606 for non system headers.
3607
aed7fd9b
AD
36082002-01-02 Akim Demaille <akim@epita.fr>
3609
3610 Equip the skeleton chain with location tracking, runtime trace,
3611 pure parser and scanner.
3612
3613 * src/parse-skel.y: Request a pure parser, locations, and prefix
3614 renaming.
3615 (%union): Having several members with the same type does not help
3616 type mismatches, simplify.
3617 (YYPRINT, yyprint): New.
3618 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
3619 (skel_error): this.
3620 Handle locations.
3621 * src/scan-skel.l: Adjust to these changes.
3622 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
3623 (LOCATION_PRINT, skel_control_t): New.
3624
24fad99e
AD
36252001-12-30 Akim Demaille <akim@epita.fr>
3626
3627 * src/parse-skel.y: Get rid of the shift/reduce conflict:
3628 replace `gb' with BLANKS.
3629 * src/scan-skel.l: Adjust.
3630
a4b36db4
AD
36312001-12-30 Akim Demaille <akim@epita.fr>
3632
3633 * src/system.h: We don't need nor want bcopy.
3634 Throw away MS-DOS crap: we don't need getpid.
3635 * configure.in: We don't need strndup. It was even causing
3636 problems: because Flex includes the headers *before* us,
3637 _GNU_SOURCE is not defined by config.h, and therefore strndup was
3638 not visible.
3639 * lib/xstrndup.c: New.
3640 * src/scan-skel.l: Use it.
3641 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
3642 * src/parse-skel.y: Use %directives instead of #defines.
3643
1239777d
AD
36442001-12-30 Akim Demaille <akim@epita.fr>
3645
3646 * src/skeleton.h: New.
3647 * src/output.c (output_parser, output_master_parser): Remove, dead
3648 code.
3649 * src/output.h (get_lines_number, actions_output, guards_output)
3650 (token_definitions_output): Prototype them.
3651 * src/parse-skel.y: Add the license notice.
3652 Include output.h and skeleton.h.
3653 (process_skeleton): Returns void, and takes a single parameter.
3654 * src/scan-skel.l: Add the license notice.
3655 Include skeleton.h.
3656 Don't use %option yylineno: it seems that then Flex imagines
3657 REJECT has been used, and therefore it won't reallocate its
3658 buffers (which makes no other sense to me than a bug). It results
3659 in warnings for `unused: yy_flex_realloc'.
3660
9b3add5b
RA
36612001-12-30 Robert Anisko <robert.anisko@epita.fr>
3662
3663 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
3664 (MUSCLE_INSERT_PREFIX): ...to there.
3665 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
3666 (MUSCLE_INSERT_PREFIX): Move from here...
3667
3668 * src/bison.hairy: Add a section directive. Put braces around muscle
3669 names. This parser skeleton is still broken, but Bison should not
3670 choke on a bad muscle 'syntax'.
3671 * src/bison.simple: Add a section directive. Put braces around muscle
3672 names.
3673
3674 * src/files.h (strsuffix, stringappend): Add declarations.
3675 (tab_extension): Add declaration.
3676 (short_base_name): Add declaration.
3677
3678 * src/files.c (strsuffix, stringappend): No longer static. These
3679 functions are used in the skeleton parser.
3680 (tab_extension): New.
3681 (compute_base_names): Use the computations done in this function
fab5b110 3682 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
3683 names.
3684 (short_base_name): No longer static.
3685
3686 * src/output.c (output_skeleton): New.
3687 (output): Disable call to output_master_parser, and give a try to
3688 a new skeleton handling system.
3689 (guards_output, actions_output): No longer static.
3690 (token_definitions_output, get_lines_number): No longer static.
3691
3692 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
3693
fab5b110 3694 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
3695 parse-skel.y.
3696
3697 * src/parse-skel.y: New file.
3698 * src/scan-skel.l: New file.
3699
b5b61c61
AD
37002001-12-29 Akim Demaille <akim@epita.fr>
3701
3702 %name-prefix is broken.
3703
3704 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
3705 Adjust all dependencies.
3706 * tests/headers.at (export YYLTYPE): Strengthen this test: use
3707 %name-prefix.
3708
3709 Renaming yylval but not yylloc is not consistent. Now we do.
3710
3711 * src/bison.simple: Prefix yylloc if used.
3712 * doc/bison.texinfo (Decl Summary): Document that.
3713
8c9a50be
AD
37142001-12-29 Akim Demaille <akim@epita.fr>
3715
3716 * doc/bison.texinfo: Promote `%long-directive' over
3717 `%long_directive'.
3718 Remove all references to fixed-output-files, yacc is enough.
3719
d99361e6
AD
37202001-12-29 Akim Demaille <akim@epita.fr>
3721
3722 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
3723 user prologue. These are defaults.
3724 * tests/actions.at (Mid-rule actions): Make sure the user can
3725 define YYDEBUG and YYERROR_VERBOSE.
3726
b9cecb91
AD
37272001-12-29 Akim Demaille <akim@epita.fr>
3728
3729 * src/output.c (header_output): Don't forget to export YYLTYPE and
3730 yylloc.
3731 * tests/headers.at (export YYLTYPE): New, make sure it does.
3732 * tests/regression.at (%union and --defines, Invalid CPP headers):
3733 Move to...
3734 * tests/headers.at: here.
3735
aea13e97
AD
37362001-12-29 Akim Demaille <akim@epita.fr>
3737
3738 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
3739
931394cb
AD
37402001-12-29 Akim Demaille <akim@epita.fr>
3741
3742 * tests/actions.at (Mid-rule actions): Output on a single line
3743 instead of several.
3744
704a47c4
AD
37452001-12-29 Akim Demaille <akim@epita.fr>
3746
3747 * doc/bison.texinfo: Formatting changes.
3748
091e20bb
AD
37492001-12-29 Akim Demaille <akim@epita.fr>
3750
3751 Don't store the token defs in a muscle, just be ready to output it
3752 on command. Now possible via `symbols'. Fixes a memory leak.
3753
3754 * src/output.c (token_definitions_output): New.
3755 (output_parser, header_output): Use it.
3756 * src/reader.c (symbols_save): Remove.
3757
cce71710
AD
37582001-12-29 Akim Demaille <akim@epita.fr>
3759
3760 * src/bison.simple: Do not provide a default for YYSTYPE and
3761 YYLTYPE before the user's prologue. Otherwise it's hardly... a
3762 default.
3763
82c035a8
AD
37642001-12-29 Akim Demaille <akim@epita.fr>
3765
3766 Mid-rule actions are simply... ignored!
3767
3768 * src/reader.c (readgram): Be sure to attach mid-rule actions to
3769 the empty-rule associated to the dummy symbol, not to the host
3770 rule.
3771 * tests/actions.at (Mid-rule actions): New.
3772
8419d367
AD
37732001-12-29 Akim Demaille <akim@epita.fr>
3774
3775 Memory leak.
3776
3777 * src/reader.c (reader): Free grammar.
3778
375d5806
AD
37792001-12-29 Akim Demaille <akim@epita.fr>
3780
3781 Memory leak.
3782
3783 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
3784 since it allocates it for each state, although only one is needed.
3785 (allocate_storage): Do it here.
3786
f51cb8ff
AD
37872001-12-29 Akim Demaille <akim@epita.fr>
3788
3789 * src/options.h, src/options.c (create_long_option_table): Rename
3790 as...
3791 (long_option_table_new): this, with a clearer prototype.
3792 (percent_table): Remove, unused,
3793 * src/getargs.c (getargs): Adjust.
3794
29e88316
AD
37952001-12-29 Akim Demaille <akim@epita.fr>
3796
3797 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
3798 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
3799 as states.
3800
b9f71f19
AD
38012001-12-29 Akim Demaille <akim@epita.fr>
3802
3803 * src/lalr.c (build_relations): Rename `states' as `states1'.
3804 Sorry, I don't understand exactly what it is, no better name...
3805
1a2b5d37
AD
38062001-12-29 Akim Demaille <akim@epita.fr>
3807
3808 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
3809 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
3810 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
3811 as rules.
3812
1cca533e
AD
38132001-12-29 Akim Demaille <akim@epita.fr>
3814
3815 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
3816 ago.
3817
c03ae966
AD
38182001-12-29 Akim Demaille <akim@epita.fr>
3819
3820 * src/reader.c, src/reader.h (user_toknums): Remove.
3821 Adjust all users to use symbols[i]->user_token_number.
3822
5a670b1e
AD
38232001-12-29 Akim Demaille <akim@epita.fr>
3824
3825 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
3826 Adjust all users to use symbols[i]->prec or ->assoc.
3827
ad949da9
AD
38282001-12-29 Akim Demaille <akim@epita.fr>
3829
3830 * src/reader.c, src/reader.h (tags): Remove.
3831 Adjust all users to use symbols[i]->tag.
3832
0e78e603
AD
38332001-12-29 Akim Demaille <akim@epita.fr>
3834
3835 * src/gram.h, src/gram.c (symbols): New, similar to state_table
3836 and rule_table.
3837 * src/reader.c (packsymbols): Fill this table.
3838 Drop sprec.
3839 * src/conflicts.c (resolve_sr_conflict): Adjust.
3840 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
3841 single table.
3842 Use symbols[i]->tag instead of tags[i].
3843
213e640e
AD
38442001-12-29 Akim Demaille <akim@epita.fr>
3845
3846 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
3847 In addition, put a comment in there, to replace...
3848 * tests/regression.at (%union and C comments): Remove.
3849
e7b8bef1
AD
38502001-12-29 Akim Demaille <akim@epita.fr>
3851
3852 * tests/regression.at (Web2c Actions): Blindly move the actual
3853 output as expected output. The contents *seem* right to me, but I
3854 can't pretend reading perfectly parser tables... Nonetheless, all
3855 the other tests pass correctly, the table look OK, even though the
3856 presence of `$axiom' is to be noted: AFAICS it is useless (but
3857 harmless).
3858
b68e7744
AD
38592001-12-29 Akim Demaille <akim@epita.fr>
3860
3861 * src/reader.c (readgram): Don't add the rule 0 if there were no
3862 rules read. In other words, add it _after_ having performed
3863 grammar sanity checks.
3864 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
3865
78d5bae9
AD
38662001-12-29 Akim Demaille <akim@epita.fr>
3867
3868 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
3869 visible, and some states have now a different number.
3870
ff442794
AD
38712001-12-29 Akim Demaille <akim@epita.fr>
3872
3873 * src/reader.c (readgram): Bind the initial rule's lineno to that
3874 of the first rule.
3875 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
3876 (Solved SR Conflicts): Adjust rule 0's line number.
3877
610ab194
AD
38782001-12-29 Akim Demaille <akim@epita.fr>
3879
3880 Fix the `GAWK Grammar' failure.
3881
3882 * src/LR0.c (final_state): Initialize to -1 so that we do compute
3883 the reductions of the first state which was mistakenly confused
3884 with the final state because precisely final_state was initialized
3885 to 0.
3886 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
3887 now noticed by Bison.
3888 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
3889 have a reduction on $default.
3890
29d29c8f
AD
38912001-12-29 Akim Demaille <akim@epita.fr>
3892
3893 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
3894 rule line numbers.
3895 * src/closure.c (print_closure): Likewise.
3896 * src/derives.c (print_derives): Likewise.
3897 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
3898 now.
3899
7c6b64d0
AD
39002001-12-29 Akim Demaille <akim@epita.fr>
3901
3902 * src/lalr.c (lookaheads_print): New.
3903 (lalr): Call it when --trace-flag.
3904 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
3905 are dumped.
3906
3d4daee3
AD
39072001-12-29 Akim Demaille <akim@epita.fr>
3908
3909 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
3910 when walking through ritem, even via rule->rhs.
3911 * src/reduce.c (dump_grammar, useful_production, reduce_output)
3912 (useful_production, useless_nonterminals): Likewise.
3913 (reduce_grammar_tables): Likewise, plus update nritems.
3914 * src/nullable.c (set_nullable): Likewise.
3915 * src/lalr.c (build_relations): Likewise.
3916 * tests/sets.at (Nullable): Adjust.
3917 Fortunately, now, the $axiom is no longer nullable.
3918
9e7f6bbd
AD
39192001-12-29 Akim Demaille <akim@epita.fr>
3920
3921 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
3922 the 0-sentinel.
3923 * src/gram.c (ritem_longest_rhs): Likewise.
3924 * src/reduce.c (nonterminals_reduce): Likewise.
3925 * src/print_graph.c (print_graph): Likewise.
3926 * src/output.c (output_rule_data): Likewise.
3927 * src/nullable.c (set_nullable): Likewise.
3928
255ef638
AD
39292001-12-29 Akim Demaille <akim@epita.fr>
3930
3931 * src/output.c: Comment changes.
3932
0d8a7363
AD
39332001-12-27 Paul Eggert <eggert@twinsun.com>
3934
3935 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
3936 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
3937 Sparc, as they were causing more porting problems than the
3938 (minor) performance improvement was worth.
3939
3940 Also, catch up with 1.31's YYSTD.
3941
3db472b9
AD
39422001-12-27 Akim Demaille <akim@epita.fr>
3943
3944 * src/output.c (output_gram): Rely on nritems, not the
3945 0-sentinel. See below.
3946 Use -1 as separator, not 0.
3947 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
3948 Rely on -1 as separator in yyrhs, instead of 0.
3949 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
3950 twice `Now at end of input', therefore there are two lines less to
3951 expect.
3952
b365aa05
AD
39532001-12-27 Akim Demaille <akim@epita.fr>
3954
3955 * tests/regression.at (Unresolved SR Conflicts):
3956 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
3957 below.
3958
30171f79
AD
39592001-12-27 Akim Demaille <akim@epita.fr>
3960
3961 * src/LR0.c (new_state): Recognize the final state by the fact it
3962 is reached by eoftoken.
3963 (insert_start_shifting_state, insert_eof_shifting_state)
3964 (insert_accepting_state, augment_automaton): Remove, since now
3965 these states are automatically computed from the initial state.
3966 (generate_states): Adjust.
3967 * src/print.c: When reporting a rule number to the user, substract
3968 1, so that the axiom rule is rule 0, and the first user rule is 1.
3969 * src/reduce.c: Likewise.
3970 * src/print_graph.c (print_core): For the time being, just as for
3971 the report, depend upon --trace-flags to dump the full set of
3972 items.
3973 * src/reader.c (readgram): Once the grammar read, insert the rule
3974 0: `$axiom: START-SYMBOL $'.
3975 * tests/set.at: Adjust: rule 0 is now displayed, and since the
3976 number of the states has changed (the final state is no longer
3977 necessarily the last), catch up.
3978
75142d45
AD
39792001-12-27 Akim Demaille <akim@epita.fr>
3980
3981 Try to make the use of the eoftoken valid. Given that its value
3982 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
3983 is used instead of > 0 where appropriate, (ii), depend upon nritems
3984 instead of the 0-sentinel.
3985
3986 * src/gram.h, src/gram.c (nritems): New.
3987 Expected to be duplication of nitems, but for the time being...
3988 * src/reader.c (packgram): Assert nritems and nitems are equal.
3989 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
3990 * src/closure.c (print_closure, print_fderives): Likewise.
3991 * src/gram.c (ritem_print): Likewise.
3992 * src/print.c (print_core, print_grammar): Likewise.
3993 * src/print_graph.c: Likewise.
3994
b7c49edf
AD
39952001-12-27 Akim Demaille <akim@epita.fr>
3996
3997 * src/main.c (main): If there are complains after grammar
3998 reductions, then output the report anyway if requested, then die.
3999 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
4000 * src/reader.c (eoftoken): New.
4001 (parse_token_decl): If the token being defined has value `0', it
4002 is the eoftoken.
4003 (packsymbols): No longer hack `tags' to insert `$' by hand.
4004 Be sure to preserve the value of the eoftoken.
4005 (reader): Make sure eoftoken is defined.
4006 Initialize nsyms to 0: now eoftoken is created just like the others.
4007 * src/print.c (print_grammar): Don't special case the eof token.
4008 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
4009 lie anyway, albeit pleasant.
4010 * tests/calc.at: Exercise error messages with eoftoken.
4011 Change the grammar so that empty input is invalid.
4012 Adjust expectations.
4013 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
4014
ec2da99f
AD
40152001-12-27 Akim Demaille <akim@epita.fr>
4016
4017 * configure.in: Check the protos of strchr ans strspn.
4018 Replace strchr if needed.
4019 * src/system.h: Provide the protos of strchr, strspn and memchr if
4020 missing.
4021 * lib/strchr.c: New.
4022 * src/reader.c (symbols_save): Use strchr.
4023
8adfa272
AD
40242001-12-27 Akim Demaille <akim@epita.fr>
4025
4026 * src/print.c, src/print_graph.c (escape): New.
4027 Use it to quote the TAGS outputs.
4028 * src/print_graph.c (print_state): Now errors are in red, and
4029 reductions in green.
4030 Prefer high to wide: output the state number on a line of its own.
4031
80dac38c
AD
40322001-12-27 Akim Demaille <akim@epita.fr>
4033
4034 * src/state.h, src/state.c (reductions_new): New.
4035 * src/LR0.c (set_state_table): Let all the states have a
4036 `reductions', even if reduced to 0.
4037 (save_reductions): Adjust.
4038 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
4039 * src/print.c (print_reductions, print_actions): Adjust.
4040 * src/output.c (action_row): Adjust.
4041
2cec70b9
AD
40422001-12-27 Akim Demaille <akim@epita.fr>
4043
4044 * src/state.h, src/state.c (errs_new, errs_dup): New.
4045 * src/LR0.c (set_state_table): Let all the states have an errs,
4046 even if reduced to 0.
4047 * src/print.c (print_errs, print_reductions): Adjust.
4048 * src/output.c (output_actions, action_row): Adjust.
4049 * src/conflicts.c (resolve_sr_conflict): Adjust.
4050
13ca549a
AD
40512001-12-27 Akim Demaille <akim@epita.fr>
4052
4053 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
4054
5092aba5
AD
40552001-12-27 Akim Demaille <akim@epita.fr>
4056
4057 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
4058 * src/print.c: here.
4059 (lookaheadset, shiftset): New, used as additional storage by
4060 print_reductions.
4061 (print_results): Adjust.
4062 (print_shifts, print_gotos, print_errs): New, extracted from...
4063 (print_actions): here.
4064 * src/print_graph.c (print_actions): Remove dead code.
4065
11e2beca
AD
40662001-12-27 Akim Demaille <akim@epita.fr>
4067
4068 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
4069 `$n' and `@n'.
4070
dac3c910
AD
40712001-12-27 Akim Demaille <akim@epita.fr>
4072
4073 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
4074 (build_relations): Adjust.
4075
d0b0fefa
AD
40762001-12-27 Akim Demaille <akim@epita.fr>
4077
4078 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
4079 duplication.
4080
adc8c848
AD
40812001-12-27 Akim Demaille <akim@epita.fr>
4082
4083 * src/reader.c (packgram): Catch nitems overflows.
4084
14d293ac
AD
40852001-12-27 Akim Demaille <akim@epita.fr>
4086
4087 * src/files.c, src/files.h (guard_obstack): Remove.
4088 * src/output.c (output): Adjust.
4089 * src/reader.c (parse_braces): New, factoring...
4090 (copy_action, copy_guard): these two which are renamed as...
4091 (parse_action, parse_guard): these.
4092 As a voluntary consequence, using braces around guards is now
4093 mandatory.
4094
f499b062
AD
40952001-12-27 Akim Demaille <akim@epita.fr>
4096
4097 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
4098 * src/reader.c (symbol_list): `guard' and `guard_line' are new
4099 members.
4100 (symbol_list_new): Adjust.
4101 (copy_action): action_line is the first line, not the last.
4102 (copy_guard): Just as for actions, store the `action' only, not
4103 the switch/case/break flesh.
4104 Don't parse the user action that might follow the guard, let...
4105 (readgram): do it, i.e., now, there can be an action after a
4106 guard.
4107 In other words the guard is just explicitly optional.
4108 (packgram): Adjust.
4109 * src/output.c (guards_output): New.
4110 (output_parser): Call it when needed.
4111 (output): Also free the guard and attrs obstacks.
4112 * src/files.c, src/files.h (obstack_save): Remove.
4113 (output_files): Remove.
4114 As a result, if one needs the former `.act' file, using an
4115 appropriate skeleton which requires actions and guards is now
4116 required.
4117 * src/main.c (main): Adjust.
4118 * tests/semantic.at: New.
4119 * tests/regression.at: Use `input.y' as input file name.
4120 Avoid 8+3 problems by requiring input.c when the test needs the
4121 parser.
4122
d945f5cd
AD
41232001-12-27 Akim Demaille <akim@epita.fr>
4124
4125 * src/reader.c (symbol_list_new): Be sure to initialize all the
4126 fields.
4127
d200e455
AD
41282001-12-27 Akim Demaille <akim@epita.fr>
4129
4130 All the hacks using a final pseudo state are now useless.
4131
4132 * src/LR0.c (set_state_table): state_table holds exactly nstates.
4133 * src/lalr.c (nLA): New.
4134 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
4135 instead of lookaheadsp from the pseudo state (nstate + 1).
4136
f9507c28
AD
41372001-12-27 Akim Demaille <akim@epita.fr>
4138
4139 * src/output.c (action_row, token_actions): Use a state_t instead
4140 of a integer, and nlookaheads instead of the following state's
4141 lookaheadsp.
4142
065fbd27
AD
41432001-12-27 Akim Demaille <akim@epita.fr>
4144
4145 * src/conflicts.c (log_resolution, flush_shift)
4146 (resolve_sr_conflict, set_conflicts, solve_conflicts)
4147 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
4148 (conflicts_print, print_reductions): Use a state_t instead of an
4149 integer when referring to a state.
4150 As much as possible, depend upon nlookaheads, instead of the
4151 `lookaheadsp' member of the following state (since lookaheads of
4152 successive states are successive, the difference between state n + 1
4153 and n served as the number of lookaheads for state n).
4154 * src/lalr.c (add_lookback_edge): Likewise.
4155 * src/print.c (print_core, print_actions, print_state)
4156 (print_results): Likewise.
4157 * src/print_graph.c (print_core, print_actions, print_state)
4158 (print_graph): Likewise.
4159 * src/conflicts.h: Adjust.
4160
1b177bd7
AD
41612001-12-27 Akim Demaille <akim@epita.fr>
4162
4163 * src/bison.hairy: Formatting/comment changes.
4164 ANSIfy.
4165 Remove `register' indications.
4166 Add plenty of `static'.
4167
7742ddeb
AD
41682001-12-27 Akim Demaille <akim@epita.fr>
4169
4170 * src/output.c (prepare): Drop the muscle `ntbase' which
4171 duplicates ntokens.
4172 * src/bison.simple: Formatting/comment changes.
4173 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
4174 is an undocumented synonym.
4175
1fa14068
AD
41762001-12-22 Akim Demaille <akim@epita.fr>
4177
4178 * src/output.c (output_table_data): Change the prototype to use
4179 `int' for array ranges: some invocations do pass an int, not a
4180 short.
4181 Reported by Wayne Green.
4182
b9752825
AD
41832001-12-22 Akim Demaille <akim@epita.fr>
4184
4185 Some actions of web2c.y are improperly triggered.
4186 Reported by Mike Castle.
4187
4188 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
4189 * tests/regression.at (Web2c): Rename as...
4190 (Web2c Report): this.
4191 (Web2c Actions): New.
4192
776209d6
AD
41932001-12-22 Akim Demaille <akim@epita.fr>
4194
4195 Reductions in web2c.y are improperly reported.
4196 Reported by Mike Castle.
4197
4198 * src/conflicts.c (print_reductions): Fix.
4199 * tests/regression.at (Web2c): New.
4200
275fc3ad
AD
42012001-12-18 Akim Demaille <akim@epita.fr>
4202
4203 Some host fail on `assert (!"foo")', which expands to
4204 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
4205 Reported by Nelson Beebee.
4206
4207 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
4208 `#define it_succeeded 0' and `assert (it_succeeded)'.
4209
897668ee
MA
42102001-12-17 Marc Autret <autret_m@epita.fr>
4211
4212 * src/bison.simple: Don't hard code the skeleton line and filename.
4213 * src/output.c (output_parser): Rename 'line' as 'output_line'.
4214 New line counter 'skeleton_line' (skeleton-line muscle).
4215
ab3399e0
PE
42162001-12-17 Paul Eggert <eggert@twinsun.com>
4217
4218 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
4219 YYDEBUG must be defined to a nonzero value.
4220
4221 * src/bison.simple (yytname): Do not assume that the user defines
4222 YYDEBUG to a properly parenthesized expression.
4223
3877f72b
AD
42242001-12-17 Akim Demaille <akim@epita.fr>
4225
4226 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
4227 nlookaheads is a new member.
4228 Adjust all users.
4229 * src/lalr.h (nlookaheads): Remove this orphan declaration.
4230 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
4231 state.
776209d6 4232
331dbc1b
AD
42332001-12-17 Akim Demaille <akim@epita.fr>
4234
4235 * src/files.h, src/files.c (open_files, close_files): Remove.
4236 * src/main.c (main): Don't open/close files, nor invoke lex_free,
4237 let...
4238 * src/reader.c (reader): Do it.
776209d6 4239
be750e4c
AD
42402001-12-17 Akim Demaille <akim@epita.fr>
4241
4242 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 4243
709ae8c6
AD
42442001-12-17 Akim Demaille <akim@epita.fr>
4245
4246 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
4247 (flush_reduce): New.
4248 (resolve_sr_conflict): Adjust.
776209d6 4249
f87685c3
AD
42502001-12-17 Akim Demaille <akim@epita.fr>
4251
4252 * src/output.c (output_obstack): Be static and rename as...
4253 (format_obstack): this, to avoid any confusion with files.c's
4254 output_obstack.
4255 * src/reader.h (muscle_obstack): Move to...
4256 * src/output.h: here, since it's defined in output.c.
4257
837491d8
AD
42582001-12-17 Akim Demaille <akim@epita.fr>
4259
4260 * src/output.c (action_row, save_column, default_goto)
4261 (sort_actions, matching_state, pack_vector): Better variable
4262 locality.
4263
796d61fb
AD
42642001-12-17 Akim Demaille <akim@epita.fr>
4265
4266 * src/output.c: Various formatting changes.
776209d6 4267
64d15509
AD
42682001-12-17 Akim Demaille <akim@epita.fr>
4269
4270 * src/files.c (output_files): Free the output_obstack.
4271 * src/main.c (main): Call print and print_graph conditionally.
4272 * src/print.c (print): Work unconditionally.
4273 * src/print_graph.c (print_graph): Work unconditionally.
4274 * src/conflicts.c (log_resolution): Output only if verbose_flag.
4275
fbc8ecb7
MA
42762001-12-16 Marc Autret <autret_m@epita.fr>
4277
4278 * src/output.c (actions_output): Fix. When we use %no-lines,
4279 there is one less line per action.
4280
f0440388
MA
42812001-12-16 Marc Autret <autret_m@epita.fr>
4282
4283 * src/bison.simple: Remove a useless #line directive.
4284 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
4285 * src/output.c (get_lines_number): New.
776209d6 4286 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
4287 output muscles.
4288 Fix line numbering.
4289 (actions_output): Computes the number of lines taken by actions.
4290 (output_master_parser): Insert new skeleton which is the name of
4291 the output parser file name.
4292
a79986b8
MA
42932001-12-15 Marc Autret <autret_m@epita.fr>
4294
4295 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
4296
4ec8e00f
MA
42972001-12-15 Marc Autret <autret_m@epita.fr>
4298
4299 * src/output.c (output_gram): Keep track of the hairy one.
4300
1a4648ff
AD
43012001-12-15 Akim Demaille <akim@epita.fr>
4302
4303 Make `make distcheck' work.
4304
4305 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
4306 system.h which uses libgettext.h.
4307
9c2c67e6
AD
43082001-12-15 Akim Demaille <akim@epita.fr>
4309
4310 * src/nullable.c (set_nullable): Useless rules must be skipped,
4311 otherwise, since we range over their symbols, we might look at a
4312 nonterminal which no longer ``exists'', i.e., it is not counted in
4313 `nvars', hence we overflow our arrays.
4314
93ede233
AD
43152001-12-15 Akim Demaille <akim@epita.fr>
4316
4317 The header can also be produced directly, without any obstack!
4318 Yahoo!
4319
4320 * src/files.c, src/files.h (defines_obstack): Remove.
4321 (compute_header_macro): Global.
4322 (defines_obstack_save): Remove.
4323 * src/reader.c (parse_union_decl): No longer output to
4324 defines_obstack: its content can be found in the `stype' muscle
4325 anyway.
4326 (output_token_translations): Merge into...
4327 (symbols_output): this.
4328 Rename as...
4329 (symbols_save): this.
4330 (reader): Adjust.
4331 * src/output.c (header_output): New.
4332 (output): Call it.
4333
2666f928
AD
43342001-12-15 Akim Demaille <akim@epita.fr>
4335
4336 * src/reader.c (parse_union_decl): Instead of handling two obstack
4337 simultaneously, use one to define the `stype' muscle, and use the
4338 value of the latter to fill defines_obstack.
4339 (copy_comment): Remove.
4340 (copy_comment2): Work for a single obstack.
4341 Rename as...
4342 (copy_comment): this.
4343
428046f8
AD
43442001-12-15 Akim Demaille <akim@epita.fr>
4345
4346 * src/lex.c, src/lex.h (xgetc): No longer static.
4347 * src/reader.c (parse_union_decl): Revamp.
4348
ea52d706
AD
43492001-12-15 Akim Demaille <akim@epita.fr>
4350
4351 Still making progress in separating Bison into (i) input, (ii)
4352 process, (iii) output: now we can directly output the parser file
4353 without using table_obstack at all.
4354
4355 * src/files.c, src/files.h (table_obstack): Bye bye.
4356 (parser_file_name): New.
4357 * src/files.c (compute_output_file_names): Compute it.
4358 * src/output.c (actions_output, output_parser)
4359 (output_master_parser): To a file instead of an obstack.
4360
3f96f4dc
AD
43612001-12-15 Akim Demaille <akim@epita.fr>
4362
4363 Attach actions to rules, instead of pre-outputting them to
4364 actions_obstack.
4365
4366 * src/gram.h (rule_t): action and action_line are new members.
4367 * src/reader.c (symbol_list): Likewise.
4368 (copy_action): Save the actions within the rule.
4369 (packgram): Save them in rule_table.
4370 * src/output.c (actions_output): New.
4371 (output_parser): Use it on `%%actions'.
4372 (output_rule_data): Don't free rule_table.
4373 (output): Do it.
4374 (prepare): Don't save the `action' muscle.
4375 * src/bison.simple: s/%%action/%%actions/.
4376
51576fb3
AD
43772001-12-15 Akim Demaille <akim@epita.fr>
4378
4379 * src/reader.c (copy_action): When --yacc, don't append a `;'
4380 to the user action: let it fail if lacking.
dee049eb 4381 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 4382
2648a72d
AD
43832001-12-14 Akim Demaille <akim@epita.fr>
4384
4385 * src/lex.c (literalchar): Simply return the char you decoded, non
4386 longer mess around with obstacks and int pointers.
4387 Adjust all callers.
4388
92790e5b
AD
43892001-12-14 Akim Demaille <akim@epita.fr>
4390
4391 * src/lex.c (literalchar): Don't escape the special characters,
4392 just decode them, and keep them as char (before, eol was output as
4393 the 2 char string `\n' etc.).
4394 * src/output.c (output_rule_data): Use quotearg to output the
4395 token strings.
4396
927c1557
PE
43972001-12-13 Paul Eggert <eggert@twinsun.com>
4398
4399 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
4400 Do not infringe on the global user namespace when using C++.
4401 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
4402 All uses of `fprintf' and `stderr' changed.
4403
4404 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
4405
ed8e1f68
AD
44062001-12-13 Akim Demaille <akim@epita.fr>
4407
4408 The computation of nullable is broken: it doesn't handle empty
4409 RHS's properly.
4410
4411 * tests/torture.at (GNU AWK Grammar): New.
4412 * tests/sets.at (Nullable): New.
4413 * src/nullable.c (set_nullable): Instead of blindly looping over
4414 `ritems', loop over the rules, and then over their rhs's.
4415
4416 Work around Autotest bugs.
4417
4418 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
4419 frame, because Autotest understand lines starting with a `+' as
4420 traces from the shell. Then, they are not processed properly.
4421 Admittedly an Autotest bug, but we don't have time to wait for
4422 Autotest to catch up.
4423 * tests/regression.at (Broken Closure): Adjust to the new table
4424 frames.
4425 Move to...
4426 * tests/sets.at: here.
4427
cb581495
AD
44282001-12-13 Akim Demaille <akim@epita.fr>
4429
4430 * src/closure.c (closure): Use nrules instead of playing tricks
4431 with BITS_PER_WORD.
4432
2e729273
AD
44332001-12-13 Akim Demaille <akim@epita.fr>
4434
4435 * src/print.c (print_actions): Output the handling of `$' as the
4436 traces do: shifting the token EOF. Before EOF was treated as a
4437 nonterminal.
4438 * tests/regression.at: Adjust some tests.
4439 * src/print_graph.c (print_core): Complete the set of items via
4440 closure. The next-to-final and final states are still unsatisfying,
4441 but that's to be addressed elsewhere.
4442 No longer output the rule numbers, but do output the state number.
4443 A single loop for the shifts + gotos is enough, but picked a
4444 distinct color for each.
4445 (print_graph): Initialize and finalize closure.
4446
107f7dfb
AD
44472001-12-13 Akim Demaille <akim@epita.fr>
4448
4449 * src/reader.c (readgram): Remove dead code, an strip useless
4450 braces.
4451 (get_type): Remove, unused.
4452
9b53a24f
AD
44532001-12-12 Akim Demaille <akim@epita.fr>
4454
4455 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
4456 on that of lib/error.c.
4457
dbfb6dcd
AD
44582001-12-12 Akim Demaille <akim@epita.fr>
4459
4460 Some hosts don't like `/' in includes.
4461
4462 * src/system.h: Include libgettext.h without qualifying the path.
4463 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
4464 $(top_srcdir).
4465
c25fb648
MA
44662001-12-11 Marc Autret <autret_m@epita.fr>
4467
4468 * src/output.c (output_parser): Remove useless muscle.
4469
710ddc4f
MA
44702001-12-11 Marc Autret <autret_m@epita.fr>
4471
4472 * src/bison.simple: Remove #line just before %%epilogue. It
4473 is now handled in ...
4474 * src/reader.c (read_additionnal_code): Add the output of a
4475 #line for the epilogue.
4476
e83d80b8
MA
44772001-12-10 Marc Autret <autret_m@epita.fr>
4478
927c1557 4479 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
4480 replace precedent remove.
4481 * src/bison.simple: Remove #line before %%prologue because
4482 %%input-line is wrong at this time.
4483
971d5158
MA
44842001-12-10 Marc Autret <autret_m@epita.fr>
4485
4486 * src/reader.c (symbols_output): Clean up.
927c1557 4487 * src/output.c (output_gram, output): Clean up.
971d5158 4488
5edafffd
AD
44892001-12-10 Akim Demaille <akim@epita.fr>
4490
4491 * src/lalr.c (initialize_lookaheads): New. Extracted from...
4492 * src/LR0.c (set_state_table): here.
4493 * src/lalr.c (lalr): Call it.
4494
0279f8e9
AD
44952001-12-10 Akim Demaille <akim@epita.fr>
4496
4497 * src/state.h (shifts): Remove the `number' member: shifts are
4498 attached to state, hence no longer need to be labelled with a
4499 state number.
4500
190c4f5f
AD
45012001-12-10 Akim Demaille <akim@epita.fr>
4502
4503 Now that states have a complete set of members, the linked list of
4504 shifts is useless: just fill directly the state's shifts member.
4505
4506 * src/state.h (shifts): Remove the `next' member.
4507 * src/LR0.c (first_state, last_state): Remove.
4508 Adjust the callers.
4509 (augment_automaton): Don't look for the shifts that must be added
4510 a shift on EOF: it is those of the state we looked for! But now,
4511 since shifts are attached, it is no longer needed to looking
4512 merely by its id: its number.
4513
2a73b93d
AD
45142001-12-10 Akim Demaille <akim@epita.fr>
4515
4516 * src/LR0.c (augment_automaton): Better variable locality.
4517 Remove an impossible branch: if there is a state corresponding to
4518 the start symbol being shifted, then there is shift for the start
4519 symbol from the initial state.
4520
74392f6a
AD
45212001-12-10 Akim Demaille <akim@epita.fr>
4522
4523 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
4524 only when appropriate: when insert_start_shifting_state' is not
4525 invoked.
4526 * tests/regression.at (Rule Line Numbers): Adjust.
4527
37c82725
AD
45282001-12-10 Akim Demaille <akim@epita.fr>
4529
4530 * src/LR0.c (augment_automaton): Now that all states have shifts,
4531 merge the two cases addition shifts to the initial state.
4532
6a164e0c
AD
45332001-12-10 Akim Demaille <akim@epita.fr>
4534
4535 * src/lalr.c (set_state_table): Move to...
4536 * src/LR0.c: here.
4537 * src/lalr.c (lalr): Don't call it...
4538 * src/LR0.c (generate_states): do it.
4539 * src/LR0.h (first_state): Remove, only the table is used.
4540
7215de24
AD
45412001-12-10 Akim Demaille <akim@epita.fr>
4542
4543 * src/LR0.h (first_shift, first_reduction): Remove.
4544 * src/lalr.c: Don't use first_shift: find shifts through the
4545 states.
4546
80e25d4d
AD
45472001-12-10 Akim Demaille <akim@epita.fr>
4548
4549 * src/LR0.c: Attach shifts to states as soon as they are
4550 computed.
4551 * src/lalr.c (set_state_table): Instead of assigning shifts to
4552 state, just assert that the mapping was properly done.
4553
0ab3728b
AD
45542001-12-10 Akim Demaille <akim@epita.fr>
4555
4556 * src/LR0.c (insert_start_shift): Rename as...
4557 (insert_start_shifting_state): this.
4558 (insert_eof_shifting_state, insert_accepting_state): New.
4559 (augment_automaton): Adjust.
4560 Better locality of the variables.
4561 When looking if the start_symbol is shifted from the initial
4562 state, using `while (... symbol != start_symbol ...)' sounds
4563 better than `while (... symbol < start_symbol ...)': If fail
4564 to see how the order between symbols could be relevant!
4565
78af9bbc
AD
45662001-12-10 Akim Demaille <akim@epita.fr>
4567
4568 * src/getargs.h: Don't declare `spec_name_prefix' and
4569 `spec_file_prefix', declared by src/files.h.
4570 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
4571 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
4572 * src/output.c (prepare): Adjust.
4573 * src/reader.c (symbols_output): Likewise.
4574 * src/vmsgetargs.c: Vaguely adjust, but who cares?
4575
bdef2a41
AD
45762001-12-10 Akim Demaille <akim@epita.fr>
4577
4578 * src/muscle_tab.c (muscle_init): NULL is a better default than
4579 `"0"'.
4580
3735969c
AD
45812001-12-10 Akim Demaille <akim@epita.fr>
4582
4583 * src/reader.c (reader): Calling symbols_output once is enough.
4584
49701457
AD
45852001-12-10 Akim Demaille <akim@epita.fr>
4586
4587 Now that states have a complete set of members, the linked list of
4588 reductions is useless: just fill directly the state's reductions
4589 member.
4590
4591 * src/state.h (struct reductions): Remove member `number' and
4592 `next'.
4593 * src/LR0.c (first_reduction, last_reduction): Remove.
4594 (save_reductions): Don't link the new reductions, store them in
4595 this_state.
4596 * src/lalr.c (set_state_table): No need to attach reductions to
4597 states, it's already done.
4598 * src/output.c (output_actions): No longer free the shifts, then
4599 the reductions, then the states: free all the states and their
4600 members.
4601
0edad749
AD
46022001-12-10 Akim Demaille <akim@epita.fr>
4603
4604 * src/options.c (OPTN, DRTV, BOTH): New.
4605 (option_table): Use them.
4606
0edad749
AD
4607 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
4608 the job of system.h.
4609 * src/options.c: Don't include stdio.h and xalloc.h for the same
4610 reasons.
4611
5449dd0f
AD
46122001-12-10 Akim Demaille <akim@epita.fr>
4613
4614 * src/output.c (output, prepare): Make sure the values of the
4615 muscles `action' and `prologue' are 0-terminated.
4616
a870c567
AD
46172001-12-10 Akim Demaille <akim@epita.fr>
4618
4619 Clean up GCC warnings.
4620
4621 * src/reader.c (copy_action): `buf' is not used.
4622 (parse_skel_decl): Be static.
4623 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
4624 * src/options.h (create_long_option_table): Have a real prototype.
4625 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
4626 (hash_delete_at): Return const void *.
4627 Adjust casts to preserve the const.
4628
80df8768
AD
46292001-12-10 Akim Demaille <akim@epita.fr>
4630
4631 * configure.in: Require 2.52g.
4632 M4 is not needed, but AUTOM4TE is.
4633 * m4/m4.m4: Remove.
4634 * tests/Makefile.am: Adjust.
4635
f693ad14
AD
46362001-12-10 Akim Demaille <akim@epita.fr>
4637
4638 One structure for states is enough, even though theoretically
4639 there are LR(0) states and LALR(1) states.
4640
4641 * src/lalr.h (state_t): Remove.
4642 (state_table): Be state_t **, not state_t *.
4643 * src/state.h (core, CORE_ALLOC): Rename as...
4644 (state_t, STATE_ALLOC): this.
4645 Add the LALR(1) members: shifts, reductions, errs.
4646 * src/LR0.c (state_table): Rename as...
4647 (state_hash): this, to avoid name clashes with the global
4648 `state_table'.
4649 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
4650 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
4651
74ffbcb6
AD
46522001-12-10 Akim Demaille <akim@epita.fr>
4653
4654 Bison dumps core on bash.y.
4655 Reported by Pascal Bart.
4656
4657 * src/warshall.c (bitmatrix_print): New.
4658 (TC): Use it.
4659 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
4660 j must be the outer loop.
4661 * tests/regression.at (Broken Closure): New.
4662
07708e19
AD
46632001-12-05 Akim Demaille <akim@epita.fr>
4664
4665 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
4666 its argument.
4667