]> git.saurik.com Git - bison.git/blame - ChangeLog
Rename tests/glr-regr1.at to tests/glr-regression.at.
[bison.git] / ChangeLog
CommitLineData
6cee6297
PE
12003-01-28 Paul Eggert <eggert@twinsun.com>
2
3 * data/lalr1.cc: Do not use @output_header_name@ unless
4 b4_defines_flag is set. This fixes two bugs reported by
5 Tim Van Holder in
6 <http://mail.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
7 and <http://mail.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
8
b2a836b5
PE
92003-01-21 Paul Eggert <eggert@twinsun.com>
10
11 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
12 we don't need to worry about yyerrlab1 being reported as an
13 "unused label" by non-GCC C compilers. The downside is that if
14 locations are used then a couple of statements are duplicated each
15 time YYERROR is invoked, but the upside is that the warnings
16 should vanish.
17 (yyerrlab1): Move code to YERROR.
18 (yyerrlab2): Remove. Change uses back to yyerrlab1.
19 This reverts some of the 2002-12-27 change.
20
4196b931
PE
212003-01-17 Paul Eggert <eggert@twinsun.com>
22
23 * src/output.c (symbol_printers_output): Fix typo that led
24 to core dump. Problem reported by Antonio Rus in
25 <http://mail.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
26
3ae831b4
AD
272003-01-13 Akim Demaille <akim@epita.fr>,
28 Quoc Peyrot <chojin@lrde.epita.fr>,
29 Robert Anisko <anisko_r@lrde.epita.fr>
30
31 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
32 when the stacks contain one element, as the loop would otherwise
33 free the last state, and then use the top state (the one we just
34 popped). This means that the initial elements will not be freed
35 explicitly, as is the case in yacc.c; it is not a problem, as
36 these elements have fake values.
37
e3aa65c5
PE
382003-01-11 Paul Eggert <eggert@twinsun.com>
39
40 * NEWS: %expect-violations are now just warnings, reverting
41 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
42 bootstrapping problem reported by Matthias Klose; see
43 <http://mail.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
44 * src/conflicts.c (conflicts_print): Likewise.
45 * tests/conflicts.at (%expect not enough, %expect too much,
46 %expect with reduce conflicts): Likewise.
47 * doc/bison.texinfo (Expect Decl): Document this. Also mention
48 that the warning is enabled if the number of conflicts changes
49 (not necessarily increases).
50
51 * src/getargs.c (version): Update copyright year.
52
f0057011
AD
532003-01-09 Akim Demaille <akim@epita.fr>
54
55 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
56
1ee6d2a0
PE
572003-01-08 Paul Eggert <eggert@twinsun.com>
58
59 * Makefile.maint (WGETFLAGS):
60 New macro, containing "-C off" to disable proxy caches.
61 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
62 (rel-check): Use $(WGET) instead of wget.
63
d4fd77c4
PE
642003-01-06 Paul Eggert <eggert@twinsun.com>
65
66 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
67 the GLR paper of Scott, Johnstone and Hussain.
68
464c6927
PE
692003-01-04 Paul Eggert <eggert@twinsun.com>
70
d600ee67
PE
71 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
72 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
73 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
74 (EXTRA_LIBRARIES): New var, for liby.a.
75 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
76 (EXTRA_SCRIPTS): New var, for yacc.
77
464c6927
PE
78 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
79 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
80 Problem reported by Nelson H. F. Beebe.
81
822003-01-03 Paul Eggert <eggert@twinsun.com>
83
84 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
85 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
86 when compiling Bison 1.875's `bitset bset = obstack_alloc
87 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
88
89 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
90 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
91 grow to a huge size with typical invocation.
d600ee67 92
464c6927
PE
93 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
94 Use the pattern recommended by Autoconf 2.57, except also protect
95 against double-definition.
96 * src/system.h: Likewise.
97 Portability issues reported by Nelson H. F. Beebe.
d600ee67 98
464c6927
PE
99 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
100 All uses changed. Provide a definition in both C and C++.
101 (yytrue, yyfalse): Define even if defined (__cplusplus).
102
103 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
104 Reported by Nelson H. F. Beebe.
d600ee67 105
464c6927
PE
106 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
107
0f42c7d5
PE
1082003-01-02 Paul Eggert <eggert@twinsun.com>
109
110 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
111 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
112 Bug reported by Nelson H. F. Beebe.
113
dc546b0f
PE
1142003-01-01 Paul Eggert <eggert@twinsun.com>
115
116 * Version 1.875.
117
2c09b6a7
PE
1182002-12-30 Paul Eggert <eggert@twinsun.com>
119
120 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
121 Moved here from...
122 (<INITIAL>","): Here. This causes stray "," to be treated
123 more uniformly.
124
dc546b0f 125 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
126 last brace in braced code when not in Yacc mode, for compatibility
127 with Bison 1.35. This resurrects the 2001-12-15 patch to
128 src/reader.c.
129
130 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
131 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
132
535c0f63
PE
1332002-12-28 Paul Eggert <eggert@twinsun.com>
134
135 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
136 that of SYM's type. This fixes Debian bug 168069, reported by
137 Thomas Olsson.
d600ee67 138
963fcc17
PE
1392002-12-28 Paul Eggert <eggert@twinsun.com>
140
141 Version 1.75f.
142
143 Switch back to the Yacc style of conflict reports, undoing some
144 of the 2002-07-30 change.
145 * doc/bison.texinfo (Understanding): Use Yacc style for
146 conflict reports. Also, use new way of locating rules.
147 * src/conflicts.c (conflict_report):
148 Renamed from conflict_report_yacc, removing the old
149 'conflict_report'. Translate the entire conflict report at once,
150 so that we don't assume that "," has the same interpretation in
151 all languages.
152 (conflicts_output): Use Yacc-style conflict report for each state,
153 instead of our more-complicated style.
154 (conflicts_print): Use Yacc-style conflict report, except print
155 the input file name when not emulating Yacc.
156 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
157 Conflicted Reduction, %expect not enough, %expect too much,
158 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
159 * tests/existing.at (GNU Cim Grammar): Likewise.
160 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
161
162 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
163 fatal): Don't invoke fflush; it's not needed and it might even be
164 harmful for stdout, as stdout might not be open.
165 * src/reduce.c (reduce_print): Likewise.
166
b1efe548
PE
1672002-12-27 Paul Eggert <eggert@twinsun.com>
168
169 Fix a bug where error locations were not being recorded correctly.
170 This problem was originally reported by Paul Hilfinger in
e3aa65c5 171 <http://mail.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
172
173 * data/yacc.c (yyparse): New local var yylerrsp, to record the
174 top of the location stack's error locations.
175 (yyerrlab): Set it. When discarding a token, push its location
176 onto yylerrsp so that we don't lose track of the error's end.
177 (yyerrlab1): Now is only the target of YYERROR, so that we can
178 properly record the location of the action that failed. For GCC
179 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
180 GCC warning about yyerrlab1 being unused if YYERROR is unused.
181 (yyerrlab2): New label, which yyerrlab now falls through to.
182 Compute the error's location by applying YYLLOC_DEFAULT to
183 the locations of all the symbols that went into the error.
184 * doc/bison.texinfo (Location Default Action): Mention that
185 YYLLOC_DEFAULT is also invoked for syntax errors.
186 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
187 Error locations include the locations of all the tokens that were
188 discarded, not just the last token.
d600ee67 189
983c5c2c
PE
1902002-12-26 Paul Eggert <eggert@twinsun.com>
191
b1efe548
PE
192 * src/files.c: Include quote.h.
193 (compute_output_file_names): Warn if we detect conflicting
194 outputs to the same file. This should catch the misunderstanding
195 exemplified by Debian Bug 165349, reported by Bruce Stephens..
196
197 * src/conflicts.c (conflicts_print): If the user specifies
198 "%expect N", report an error if there are any reduce/reduce
199 conflicts. This is what the manual says should happen.
200 This fixes Debian bug 130890, reported by Anthony DeRobertis.
201 * tests/conflicts.at (%expect with reduce conflicts): New test.
202
983c5c2c
PE
203 Don't use m4_include on relative file names, as it doesn't work as
204 desired if there happens to be a file with that name under ".".
d600ee67 205
983c5c2c
PE
206 * m4sugar/version.m4: Remove; it was included but it wasn't used.
207 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
208 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
209 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
210 * src/output.c (output_skeleton): Use full path names when
211 specifying a file to include; don't rely on include path, as
212 it's unreliable when the working file contains a file with
213 that name.
d600ee67 214
983c5c2c
PE
2152002-12-25 Paul Eggert <eggert@twinsun.com>
216
217 Remove obsolete references to bison.simple and bison.hairy.
218 Problem mentioned by Aubin Mahe in
e3aa65c5 219 <http://mail.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
220 * data/glr.c: Comment fix.
221 * doc/bison.1: Remove references. Also, mention "yacc".
222
223 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
224 with -g option.
225
226 * src/parse-gram.y (declaration): Use enum "report_states" rather
227 than its numeric value 1.
228
229 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
230 opening a new one. This fixes Debian bug 165349, reported by
231 Bruce Stephens.
232
23f2d9dc
PE
2332002-12-24 Paul Eggert <eggert@twinsun.com>
234
235 Version 1.75e.
236
237 * Makefile.maint (cvs-update): Don't assume that the shell
238 supports $(...), as Solaris sh doesn't.
239
240 * src/parse-gram.y (lloc_default): Remove test for empty
241 nonterminals at the end, since it didn't change the result.
242
2432002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
244
245 If the user does not define YYSTYPE as a macro, Bison now declares it
246 using typedef instead of defining it as a macro. POSIX requires this.
247 For consistency, YYLTYPE is also declared instead of defined.
248
249 %union directives can now have a tag before the `{', e.g., the
250 directive `%union foo {...}' now generates the C code
251 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
252 The default union tag is `YYSTYPE', for compatibility with Solaris 9
253 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
254 instead of `yyltype'.
255
256 `yystype' and `yyltype' are now obsolescent macros instead of being
257 typedefs or tags; they are no longer documented and will be
258 withdrawn in a future release.
259
260 * data/glr.c (b4_location_type): Remove.
261 (YYSTYPE): Renamed from yystype.
262 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
263 (struct YYLTYPE): Renamed from struct yyltype.
264 (YYLTYPE): Renamed from yyltype.
265 (yyltype, yystype): New (and obsolescent) macros,
266 for backward compatibility.
267 * data/yacc.c: Likewise.
268
269 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
270 does not specify a union tag. This is for compatibility with
271 Solaris 9 yacc.
272
273 * src/parse-gram.y (add_param): 2nd arg is now char * not char
274 const *, since it is now modified by stripping surrounding { }.
275 (current_braced_code): Remove.
276 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
277 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
278 trailing " {...}". Now of type <chars>.
279 (grammar_declaration): Adjust to bundled tokens.
280 (code_content): Remove; stripping is now done by add_param.
281 (print_token_value): Print contents of bundled tokens.
282 (token_name): New function.
283
284 * src/reader.h (braced_code, current_braced_code): Remove.
285 (token_name): New decl.
286
287 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
288 token_type, not braced_code code_kind. All uses changed.
289 (SC_PRE_CODE): New state, for scanning after a keyword that
290 has (or usually has) an immediately-following braced code.
291 (token_type): New local var, to keep track of which token type
292 to return when scanning braced code.
293 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
dc546b0f 294 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
295 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
296 instead of returning a token type immediately.
297 (<INITIAL>"{"): Set token type.
298 (<SC_BRACED_CODE>"}"): Use it.
299 (handle_action_dollar, handle_action_at): Now returns bool
300 indicating success. Fail if ! current_rule; this prevents a core dump.
301 (handle_symbol_code_dollar, handle_symbol_code_at):
302 Remove; merge body into caller.
303 (handle_dollar, handle_at): Complain in invalid contexts.
304
305 * NEWS, doc/bison.texinfo: Document the above.
306 * NEWS: Fix years and program names in copyright notice.
307
879ca4f8
PE
3082002-12-17 Paul Eggert <eggert@twinsun.com>
309
310 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
311 Reporting, Table of Symbols): Omit mentions of %lex-param and
312 %parse-param from the documentation for now.
313
1c5fe69d
PE
3142002-12-15 Paul Eggert <eggert@twinsun.com>
315
316 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
317 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
318 lookahead symbol, and which sets yychar in parser actions) and it
7ea9026a
PE
319 disagreed with the Bison documentation. Bug
320 reported by Andrew Walrond.
d600ee67 321
1c5fe69d
PE
322 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
323 as the caller now does that.
324 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
325 (YYEMPTY): Parenthesize right hand side, since others use it.
326 (yyparse): Don't assume that our generated code is the only code
327 that sets yychar.
328
d1de5372
PE
3292002-12-13 Paul Eggert <eggert@twinsun.com>
330
331 Version 1.75d.
332
333 POSIX requires a "yacc" command.
334 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
335 (MOSTLYCLEANFILES): Add yacc.
336 (yacc): New rule.
1c5fe69d 337 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
338 as an alias for bison y.
339
340 * po/LINGUAS: Add da.
d600ee67 341
d1de5372
PE
342 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
343 problem with latest <getopt.h>.
344 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
345
346 * doc/fdl.texi: Upgrade to 1.2.
347 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
348 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
349 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
350 gnulib.
351 * config/install-sh: Sync with autotools.
352
353 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
e3aa65c5 354 <http://mail.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
355 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
356 locations are requested.
357 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
358 locations are requested.
359
d0f3fe23
PE
3602002-12-12 Paul Eggert <eggert@twinsun.com>
361
362 Remove unportable casts and storage allocation tricks.
363 While we're at it, remove almost all casts, since they
364 usually aren't needed and are a sign of trouble.
365
366 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
367
368 * src/derives.c (derives_compute): Do not subtract NTOKENS from
369 the pointer DSET returned by malloc; this isn't portable.
370 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
371 Similarly for DERIVES.
372 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
373 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
374 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
375
376 * src/derives.c (derives_compute): Do not bother invoking
377 int_of_rule_number, since rule numbers are integers.
378
379 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
380 rather than XMALLOC (char, N).
381
382 * src/files.c (filename_split): Rewrite to avoid cast.
383
384 * src/gram.h (symbol_number_as_item_number,
385 item_number_as_symbol_number, rule_number_as_item_number,
386 item_number_as_rule_number):
387 Now inline functions rather than macros, to avoid casts.
388 * src/state.h (state_number_as_int): Likewise.
389 * src/tables.c (state_number_to_vector_number,
390 symbol_number_to_vector_number): Likewise.
391
392 * src/gram.h (int_of_rule_number): Remove; no longer used.
393
394 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
395 since the resulting storage is always stored into.
396
397 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
398 where it's needed.
399
400 * src/muscle_tab.c (muscle_m4_output):
401 Now inline. Return bool, not int.
402 * src/state.c (state_compare): Likewise.
403 * src/symtab.c (symbol_check_defined,
404 symbol_check_alias_consistency, symbol_pack, symbol_translation,
405 hash_compare_symbol, hash_symbol):
406 Likewise.
407 * src/uniqstr.c (uniqstr_print): Likewise.
408 * src/muscle_tab.c (muscle_m4_output_processor):
409 New function, to avoid casts.
410 * src/state.c (state_comparator, stage_hasher): Likewise.
411 * src/symtab.c (symbol_check_defined_processor,
412 symbol_check_alias_consistency_processor, symbol_pack_processor,
413 symbol_translation_processor, hash_symbol_comparator,
414 hash_symbol_hasher): Likewise.
415 * src/uniqstr.c (uniqstr_print_processor): Likewise.
416 * src/muscle_tab.c (muscles_m4_output):
417 Use new functions instead of casting old functions unportably.
418 * src/state.c (state_hash_new): Likewise.
419 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
420 symbols_token_translations_init):
421 Likewise.
422 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
423
424 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
425 var instead of casting to long, to avoid casts.
426 (prepare_states): Use MALLOC rather than alloca, so that we don't
427 have to worry about alloca.
428 * src/state.c (state_hash_lookup): Likewise.
429
430 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
431 local var instead of casting to unsigned char, to avoid casts.
432
433 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
434 STATE_ALLOC): Remove.
435 (transitions_new, errs_new, reductions_new, state_new): Use malloc
436 rather than calloc, and use offsetof to avoid allocating slightly
437 too much storage.
438 (state_new): Initialize all members.
439
440 * src/state.c (state_hash): Use unsigned accumulator, not signed.
441
442 * src/symtab.c (symbol_free): Remove; unused.
443 (symbol_get): Remove cast in lhs of assignment.
444 (symbols_do): Now static. Accept generic arguments, not
445 hashing-related ones.
446
447 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
448 (symbol_processor): Remove.
449 (symbols_do): Remove decl; now static.
450
451 * src/system.h (alloca): Remove; decl no longer needed.
452 (<stddef.h>): Include, for offsetof.
453 (<inttypes.>, <stdint.h>): Include if available.
454 (uintptr_t): New type, if system lacks it.
455 (CALLOC, MALLOC, REALLOC): New macros.
456 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
457 new macros.
458
459 * src/tables.c (table_size): Now int, to pacify GCC.
460 (table_grow, table_ninf_remap): Use signed table size.
461 (save_row): Don't bother initializing locals when not needed.
462 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
463 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
464
465 * src/vcg.h: Correct misspellings.
466
467 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
468
469
470 * src/getargs.c (getargs): Don't assume EOF == -1.
471
26b4a969
PE
4722002-12-09 Paul Eggert <eggert@twinsun.com>
473
474 Change identifier spellings to avoid collisions with names
475 that are reserved by POSIX.
476
477 Don't use names ending in _t, since POSIX reserves them.
478 For consistency, remove _e and _s endings -- they're weren't
479 needed to remove ambiguity. All uses changed.
480 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
481 turn was just renamed from struniq_t.
482 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
483 which in turn was just renamed from struniq_processor_t.
484 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
485 in turn was renamed from hash_compare_struniq_t.
486 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
487 (state_list): Renamed from state_list_t.
488 * src/assoc.h (assoc): Renamed from assoc_t.
489 * src/conflicts.c (enum conflict_resolution): Renamed from
490 enum conflict_resolution_e.
491 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
492 (rule_list): Renamed from rule_list_t.
493 * src/getargs.h (enum trace): Renamed from enum trace_e.
494 (enum report): Renamed from enum report_e.
495 * src/gram.h (item_number): Renamed from item_number_t.
496 (rule_number): Renamed from rule_number_t.
497 (struct rule_s): Remove the "rule_s" part; not used.
498 (rule): Renamed from rule_t.
499 (rule_filter): Renamed from rule_filter_t.
500 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
501 (goto_list): Renamed from goto_list_t.
502 * src/lalr.h (goto_number): Renamed from goto_number_t.
503 * src/location.h (location): Renamed from location_t.
504 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
505 and moved here from:
506 * src/muscle_tab.h (muscle_entry_t): here.
507 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
508 (rule_list): Renamed from rule_list_t.
509 * src/print_graph.c (static_graph): Renamed from graph.
510 * src/reader.h (braced_code): Renamed from braced_code_t.
511 Remove brace_code_e tag.
512 * src/relation.h (relation_node): Renamed from relation_node_t.
513 (relation_nodes): Renamed from relation_nodes_t.
514 (relation): Renamed from relation_t.
515 * src/state.h (state_number): Renamed from state_number_t.
516 (struct state): Renamed from struct state_s.
517 (state): Renamed from state_t.
518 (transitions): Renamed from transitions_t. Unused (and
519 misspelled) transtion_s tag removed.
520 (errs): Renamed from errs_t. Unused errs_s tag removed.
521 (reductions): Renamed from reductions_t. Unused tag
522 reductions_s removed.
523 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
524 (struct symbol_list): Renamed from struct symbol_list_s.
525 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
526 (struct symbol): Renamed from struct symbol_s.
527 (symbol): Renamed from symbol_t.
528 * src/tables.c (vector_number): Renamed from vector_number_t.
529 (action_number): Renamed from action_t.
530 * src/tables.h (base_number): Renamed from base_t.
531 * src/vcg.h (enum color): Renamed from enum color_e.
532 (enum textmode): Renamed from enum textmode_e.
533 (enum shape): Renamed from enum shape_e.
534 (struct colorentry): Renamed from struct colorentry_s.
535 (struct classname): Renamed from struct classname_s.
536 (struct infoname): Renamed from struct infoname_s.
537 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
538 (enum decision): Renamed from enum decision_e.
539 (enum orientation): Renamed from enum orientation_e.
540 (enum alignment): Renamed from enum alignment_e.
541 (enum arrow_mode): Renamed from enum arrow_mode_e.
542 (enum crossing_type): Renamed from enum crossing_type_e.
543 (enum view): Renamed from enum view_e.
544 (struct node): Renamed from struct node_s.
545 (node): Renamed from node_t.
546 (enum linestyle): Renamed from enum linestyle_e.
547 (enum arrowstyle): Renamed from enum arrowstyle_e.
548 (struct edge): Renamed from struct edge.
549 (edge): Renamed from edge_t.
550 (struct graph): Renamed from struct graph_s.
551 (graph): Renamed from graph_t.
552 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
553 Rename value_t -> value.
554 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
555 value_t_as_yystype -> value_as_yystype.
556
557 Don't include <errno.h> in the mainstream code, since it
558 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
559 * lib/get-errno.c, lib/get-errno.h: New files.
560 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
561 get-errno.c.
562 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
563 * src/output.c (output_skeleton): Likewise.
564 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
565 instead of errno.
566 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
567 Likewise.
568 (handle_action_dollar, handle_action_at): Likewise.
569 * src/system.h: Do not include <errno.h>.
570 (TAB_EXT): Renamed from EXT_TAB.
571 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
572
573 Avoid str[a-z]*, since <string.h> reserves that name space.
574 Change all instances of "struniq" in names to "uniqstr", and
575 likewise for "STRUNIQ" and "UNIQSTR".
576 * src/uniqstr.c: Renamed from src/struniq.c.
577 * src/uniqstr.h: Renamed from src/struniq.h.
578 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
579 * src/files.c (strsuffix): Remove; unused.
580 (concat2): Renamed from stringappend. Now static.
581 * src/files.h (strsuffix, stringappend): Remove; unused.
582 * src/parse-gram.y (<chars>): Renamed from <string>.
583 (<uniqstr>): Renamed from <struniq>.
584 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
585 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
586 (struct graph_s.expand): Renamed from struct graph_s.stretch.
587 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
588 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
589 (N_EXPAND): Renamed from N_STRETCH.
590
591 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
592 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
593 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
594 Remove; unused.
595 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
596 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
597 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
598 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
599 (BASE_MAXIMUM): Renamed from BASE_MAX.
600 (BASE_MINIMUM): Renamed from BASE_MIN.
601 (ACTION_MAX): Remove; unused.
602 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
603 Unnecessary casts removed from above defines.
604
605
606 Fix misspelling in names.
607 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
608 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
609 G_NODE_ALIGNEMENT.
610
611
612 * lib/timevar.c (timevar_report): Renamed from time_report,
613 for consistency with other names.
614 * lib/timevar.h (timevar_report): New decl.
615 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
616
617
618 Sort include-file uses.
619
620 Reorder all include files under src to be in the order "system.h".
621 then the ../lib include files in angle brackets (alphabetized),
622 then the . include files in double-quotes (alphabetized). Fix
623 dependency breakages encountered in this process, as follows:
624 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
625 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
626 * src/state.h: Include "symtab.h".
627
996b1c7e
PE
6282002-12-08 Paul Eggert <eggert@twinsun.com>
629
630 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
631 since this causes problems when __file__ contains character
632 sequences like "@" that are treated specially by src/scan-skel.l.
633 Instead, just use the file's basename. This fixes the bug
634 reported by Martin Mokrejs in
e3aa65c5 635 <http://mail.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 636
e19c4e5d
PE
6372002-12-06 Paul Eggert <eggert@twinsun.com>
638
639 Add support for rules that do not have trailing semicolons, as
640 POSIX requires. Improve the quality of locations in Bison
641 diagnostics.
26b4a969 642
e19c4e5d
PE
643 * src/location.c: Include <quotearg.h>.
644 (empty_location): Now const.
645 (location_print): New function. Follow the recommendation of the
646 GNU Coding Standards for locations that span file boundaries.
647 * src/location.h: Do not include <quotearg.h>; no longer needed.
648 (boundary): New type.
649 (location_t): Use it. This allows locations to span file boundaries.
650 All member uses changed: file -> start.file or end.file (as needed),
651 first_line -> start.line, first_column -> start.column,
652 last_line -> end.line, last_column -> end.column.
653 (equal_boundaries): New function.
654 (LOCATION_RESET, LOCATION_STEP): Remove.
655 (LOCATION_PRINT): Remove. All callers changed to use location_print.
656 (empty_location): Now const.
657 (location_print): New decl.
658 * src/parse-gram.y (lloc_default): New function, which handles
659 empty locations more accurately.
660 (YYLLOC_DEFAULT): Use it.
661 (%token COLON): Remove.
662 (%token ID_COLON): New token.
26b4a969 663 (rules): Use it.
e19c4e5d
PE
664 (declarations, rules): Remove trailing semicolon.
665 (declaration, rules_or_grammar_declaration):
666 Allow empty (";") declaration.
667 (symbol_def): Remove empty actions; no longer needed.
668 (rules_or_grammar_declaration): Remove trailing semicolon.
669 (semi_colon.opt): Remove.
670 * src/reader.h: Include location.h.
671 (scanner_cursor): New decl.
672 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
673 rolling our own.
674 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
675 of *loc.
676 (STEP): Remove. No longer needed, now that adjust_location does
677 the work. All uses removed.
678 (scanner_cursor): New var.
679 (adjust_location): Renamed from extend_location. It now sets
680 *loc and adjusts the scanner cursor. All uses changed.
681 Don't bother testing for CR.
682 (handle_syncline): Remove location arg; now updates scanner cursor.
683 All callers changed.
684 (unexpected_end_of_file): Now accepts start boundary of token or
685 comment, not location. All callers changed. Update scanner cursor,
686 not the location.
687 (SC_AFTER_IDENTIFIER): New state.
688 (context_state): Renamed from c_context. All uses changed.
689 (id_loc, code_start, token_start): New local vars.
690 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
691 processing of Yacc white space and equivalents here.
692 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
693 instead of returning ID immediately, since we need to search for
694 a subsequent colon.
695 (<INITIAL>"'", "\""): Save token_start.
696 (<INITIAL>"%{", "{", "%%"): Save code_start.
697 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
698 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
699 BEGIN context_state at end, not INITIAL.
700 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
701 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
702 Return correct token start.
703 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
704 the start of a character, string or multiline comment is found.
705 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
706 Reduction): Adjust reported locations to match the more-precise
707 results now expected.
708 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
709 * tests/reduce.at (Useless Rules, Reduced Automaton,
710 Underivable Rules): Likewise.
711 * tests/regression.at (Invalid inputs): No longer `expecting ";"
712 or "|"' now that so many other tokens are allowed by the new grammar.
713
714 * src/complain.h (current_file): Remove duplicate decl;
715 current_file is now owned by files.h.
716 * src/complain.c, src/scan-gram.l: Include files.h.
717
7182002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 719
e19c4e5d
PE
720 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
721 promotes to int; it might be unsigned int.
722 * data/yacc.c (yy_reduce_print): Likewise.
723
724 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
725 be #defined in the prologue, not in the Bison declarations.
726 This fixes Debian Bug 102878, reported by Shaul Karl.
26b4a969 727
b64755e3
PE
7282002-12-02 Paul Eggert <eggert@twinsun.com>
729
730 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
731 * lib/strtoul.c: New file, from gnulib.
732 This fixes a porting bug reported by Peter Klein in
e3aa65c5 733 <http://mail.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 734
6e746484
PE
7352002-11-30 Paul Eggert <eggert@twinsun.com>
736
b64755e3
PE
737 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
738 and put only a forward declaration in the prologue. This is for
739 consistency with the other scanner helper functions.
740
6ba55592
PE
741 Type clashes now generate warnings, not errors, since it
742 appears that POSIX may allow some grammars with type clashes.
743 * src/reader.c (grammar_current_rule_check): Warn about
744 type clashes instead of complaining.
745 * tests/input.at (Type Clashes): Expect warnings, not complaints.
746
6e746484
PE
747 Add Yacc library, since POSIX requires it.
748 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
749 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
750 * lib/main.c, lib/yyerror.c: New files.
751
752 gram_error can be static; it need not be extern.
753 * src/reader.h (gram_error): Remove decl.
754 * src/parse-gram.y (gram_error): Now static. Add static decl.
755 (print_token_value): Omit parameter names from forward decl,
756 for consistency.
757
88510f9c
PE
7582002-11-29 Paul Eggert <eggert@twinsun.com>
759
6e746484
PE
760 * doc/bison.texinfo: Emphasize that yylex and yyerror must
761 be declared before being used. E.g., one should typically
762 declare them in the prologue. Use GNU coding style in examples.
763 Put "const" consistently after the type it modifies. Mention
764 that C99 supports "inline". Mention that yyerror traditionally
765 returns "int".
766
88510f9c
PE
767 %parse-param and %lex-param now take just one argument, the
768 declaration; the argument name is deduced from the declaration.
769
770 * doc/bison.texinfo (Parser Function, Pure Calling, Error
771 Reporting, Table of Symbols): Document this.
772 * src/parse-gram.y (add_param): New function.
773 (COMMA): Remove.
774 (declaration): Implement new rule for %parse-param and %lex-param.
775 * src/scan-gram.l: "," now elicits a warning, rather than being
776 a token; this is more compatible with byacc.
777 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
778
bb92250c
PE
7792002-11-27 Paul Eggert <eggert@twinsun.com>
780
781 Rename identifiers to avoid real and potential collisions.
782
783 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
784 to avoid collision with lex macro described by Bruce Lilly in
e3aa65c5 785 <http://mail.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
786 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
787 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
788 * src/parse-gram.y (print_token_value): Renamed from yyprint.
789 All uses changed.
790 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
791 The name "yycontrol" violates the name space rules, and this stuff
792 wasn't being used anyway.
793 (input): Remove action; this stuff wasn't being used.
794 (gram_error): Rename local variable yylloc -> loc.
795 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
796 (YY_DECL): Don't use "yy" at start of local variables.
797 All uses changed, e.g., yylloc -> loc.
798 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
799 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
800 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
801 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
802
803 * src/parse-gram.y (gram_error): loc is now const *.
804 * src/reader.h (gram_error): Likewise.
805
3af4feb2
PE
8062002-11-24 Paul Eggert <eggert@twinsun.com>
807
808 Version 1.75c.
809
810 * tests/actions.at (Actions after errors): Use an output format
811 more similar to that of the Printers and Destructors test.
812 Test the position of the ';' token too.
813 (Printers and Destructors): Likewise.
814 (Printers and Destructors: %glr-parser): Remove for now, to avoid
815 unnecessarily alarming people when the test fails.
816
817 * data/yacc.c (yyerrlab1): Move this label down, so that the
818 parser does not discard the lookahead token if the user code
819 invokes YYERROR. This change is required for POSIX conformance.
820
821 * lib/error.c: Sync with gnulib.
822
8232002-11-22 Paul Eggert <eggert@twinsun.com>
824
825 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
826 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
827 * lib/xmalloc.c: Likewise.
26b4a969 828
58004308
PE
8292002-11-20 Paul Eggert <eggert@twinsun.com>
830
831 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
832
8332002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 834
58004308
PE
835 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
836 should use `if (! x) abort ();' rather than `assert (x);', and
837 anyway it's one less thing to worry about configuring.
838
839 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
840 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
841 and replace all instances of assert with abort.
842 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
843 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
844
845 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
846 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
847 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
848 hash_find_entry, hash_rehash, hash_insert): Likewise.
849 * src/conflicts.c (resolve_sr_conflict): Likewise.
850 * src/lalr.c (set_goto_map, map_goto): Likewise.
851 * src/nullable.c (nullable_compute): Likewise.
852 * src/output.c (prepare_rules, token_definitions_output): Likewise.
853 * src/reader.c (packgram, reader): Likewise.
854 * src/state.c (state_new, state_free, state_transitions_set,
855 state_reduction_find): Likewise.
856 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
857 symbol_pack): Likewise.
858 * src/tables.c (conflict_row, pack_vector): Likewise.
859 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
860 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
861 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
862 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
863
864 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
865 (ARGMATCH_CONSTRAINT): New macro.
866 (ARGMATCH_ASSERT): Use it.
867
868 * src/system.h (verify): New macro.
869 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
870 rather than assert.
871 * src/tables.c (tables_generate): Likewise.
872
873 * src/struniq.c (struniq_assert): Now returns void, and aborts
874 if the assertion is false.
875 (struniq_assert_p): Remove.
876 * src/struniq.h: Likewise.
877
76ae8198
PE
8782002-11-18 Paul Eggert <eggert@twinsun.com>
879
880 * data/glr.c (yygetLRActions): Replace `yyindex' with
881 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
882 This fixes the regression with Sun ONE Studio 7 cc that I reported in
e3aa65c5 883 <http://mail.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 884
d3c4e709
AD
8852002-11-18 Akim Demaille <akim@epita.fr>
886
887 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
888 space.
889 From Tim Van Holder.
890
8d8a7238
PE
8912002-11-17 Paul Eggert <eggert@twinsun.com>
892
893 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
894 to "SyntaxError" for consistency with my 2002-11-15 change.
895
896 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
897 not define to {}, since this breaks the common use of `YYDPRINTF
898 ((...));' if a single statement is desired (e.g. before `else').
899 Work around GCC warnings by surrounding corresponding calls with
900 {} if needed.
901 (yyhasResolvedValue): Remove unused function.
902 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
903 loop body.
904 (yyreportSyntaxError): Renamed from yyreportParseError.
905 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
906 All uses changed.
907 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
908 extern when possible. Remove unused initializations.
909
b0937b22
AD
9102002-11-16 Akim Demaille <akim@epita.fr>
911
912 Augment the similarity between GLR and LALR traces.
913
914 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
915 (YY_REDUCE_PRINT): New.
916 (yyparse): Use them.
917 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
918 YYDPRINT here.
919 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
920 state reached after the reduction/recovery, since...
921 (yyparse, yyprocessOneStack): Report the state we are entering in.
922
c5e3e510
AD
9232002-11-16 Akim Demaille <akim@epita.fr>
924
925 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
926 Add support for --trace=skeleton.
927 * src/scan-skel.l: %option debug.
928 Scan strings of non-@ or \n instead of character by character.
929 (scan_skel): Handle trace_skeleton.
930 (QPUTS): New.
931 (@output_parser_name@, @output_header_name@): ``Restore'' their
932 support (used to be M4 macros).
933 * data/yacc.c: Quote larger chunks, a la glr.c.
934 * data/lalr1.cc: Likewise.
935 The header guards are no longer available, so use some other
936 string than `YYLSP_NEEDED'.
937
4c6cc1db
AD
9382002-11-16 Akim Demaille <akim@epita.fr>
939
940 Make the ``Printers and Destructors'' test more verbose, taking
941 `yacc.c''s behavior as (possibly wrong) reference.
942
943 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
944 instead of fprint on stdout.
945 Set and report the last_line of the symbols.
946 Consistently display values and locations.
947
6d9e8019
PE
9482002-11-16 Paul Eggert <eggert@twinsun.com>
949
950 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
951
6e649e65
PE
9522002-11-15 Paul Eggert <eggert@twinsun.com>
953
b25d88f6
PE
954 * tests/actions.at (Actions after errors): New test case.
955
6e649e65
PE
956 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
957 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
958 tests/action.at, tests/calc.at, tests/conflicts.at,
959 tests/cxx-type.at, tests/regression.at:
960 "parse error" -> "syntax error" for POSIX compatibility.
961 "parsing stack overflow..." -> "parser stack overflow" so
962 that code matches Bison documentation.
963
0f39aab9
AD
9642002-11-15 Akim Demaille <akim@epita.fr>
965
966 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
967 take two BRACED_CODE, not two string_content.
968 Free the scanner's obstack when we are done.
969 (code_content): New.
970 * tests/calc.at: Adjust.
971 * doc/bison.texinfo: Adjust.
972 Also, make sure to include the `,' for these declarations.
973
761c1926
AD
9742002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
975
976 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
977 definition; avoids potential autoreconf problems.
978
b0f98b10
AD
9792002-11-15 Akim Demaille <akim@epita.fr>
980
981 Always check the value returned by yyparse.
982
983 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
984 returned by yyparse.
985 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
986 Adjust calls.
987 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
988 returned by yyparse.
989
970785f1
PH
9902002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
991
992 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
993 on input.at test.
994
8fcc7db1
PE
9952002-11-14 Paul Eggert <eggert@twinsun.com>
996
7ec1b48e
PE
997 * src/output.c (output_skeleton): Call xfopen instead of
998 duplicating xfopen's body.
999
cfff7583 1000 Fix bugs reported by Nelson H. F. Beebe in
e3aa65c5 1001 <http://mail.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 1002
8fcc7db1
PE
1003 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
1004 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
1005 Group compiler. Instead, use "$CC -E bar.c". Include the .h
1006 file twice in the grammar, as an extra check.
1007
1008 * tests/input.at (Torturing the Scanner): Surround the
1009 backslash-newline tests with "#if 0", to make it less likely that
1010 we'll run into compiler bugs. Bring back solitary \ inside
1011 comment, but add a closing comment to work around HP C bug. Don't
e3aa65c5 1012 test backslash-newline in C character constant.
8fcc7db1 1013
4e8d992c
AD
10142002-11-14 Akim Demaille <akim@epita.fr>
1015
1016 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
1017 status of the compiler.
f32b346d 1018 Calling `exit 1' is no longer needed.
4e8d992c
AD
1019 Reported by Nelson H. F. Beebe.
1020
9501dc6e
AD
10212002-11-14 Akim Demaille <akim@epita.fr>
1022
1023 * tests/atlocal.in (CPPFLAGS): We have config.h.
1024 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
1025 New.
1026 * tests/actions.at, tests/calc.at, tests/conflicts.at,
1027 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
1028 * tests/regression.at, tests/torture.at: Use them for all the
1029 grammars that are to be compiled.
1030 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
1031 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
1032 * doc/bison.texinfo (GLR Parsers): Document `inline'.
1033
18b519c0
AD
10342002-11-14 Akim Demaille <akim@epita.fr>
1035
1036 * doc/bison.texinfo: Various formatting changes (alignments in
1037 samples, additional @group/@end group, GCS in samples.
1038 Use @deffn instead of simple @table to define the directives,
1039 macros, variables etc.
1040
9a86cdb9
PE
10412002-11-13 Paul Eggert <eggert@twinsun.com>
1042
daa33def 1043 Fix some bugs reported by Albert Chin-A-Young in
e3aa65c5 1044 <http://mail.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 1045
daa33def 1046 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 1047 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
1048 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
1049 * tests/headers.at (export YYLTYPE): Likewise.
1050
1051 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 1052 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 1053
9a86cdb9
PE
1054 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
1055 comments, since they're not portable. Use GNU coding style.
1056
9c1e26bd
AD
10572002-11-13 Akim Demaille <akim@epita.fr>
1058
1059 * data/yacc.c: Leave bigger chunks of quoted text.
1060 (YYDSYMPRINTF): New.
1061 Use it to report symbol activities.
1062 * data/glr.c (YYDSYMPRINTF): New.
1063 Use it.
1064
87f721cc
PE
10652002-11-12 Paul Eggert <eggert@twinsun.com>
1066
1067 Version 1.75b.
1068
1069 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
1070 (yyglrReduce): Return yyok, not 0.
1071 This should avoid the enumerated-type warnings reported
464c6927 1072 by Nelson H. F. Beebe in
e3aa65c5 1073 <http://mail.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
1074
1075 * lib/bbitset.h (BITSET_INLINE): Remove.
1076 * lib/bitset.h [! BITSET_INLINE]: Remove.
1077 (bitset_set, bitset_reset, bitset_test): Rename local vars
1078 to avoid shadowing warnings by GCC.
1079
1080 * data/glr.c (inline): Remove #define. It's the user's
1081 responsibility to #define it away, just like 'const'.
464c6927 1082 This fixes one of the bugs reported by Nelson H. F. Beebe in
e3aa65c5 1083 <http://mail.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 1084
87f721cc
PE
1085 * Makefile.maint (po-check): Scan .l and .y files instead of the
1086 .c and the .h files that they generate. This fixes the bug
1087 reported by Tim Van Holder in:
e3aa65c5 1088 <http://mail.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
1089 Look for N_ as well as for _. Try to avoid matching #define for
1090 N_ and _.
1091 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
1092 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
1093 * src/scan-gram.l: Revamp regular expressions so that " and '
1094 do not confuse xgettext.
1095
1096 * src/struniq.h (struniq_new): Do not declare the return type
1097 to be 'const'; this violates the C standard.
1098 * src/struniq.c (struniq_new): Likewise.
1099
be14ade5
AD
11002002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
1101
1102 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
1103 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
1104 linker.
1105
05291fbc
AD
11062002-11-12 Akim Demaille <akim@epita.fr>
1107
1108 * Makefile.maint: Sync with Autoconf:
1109 (local_updates): New.
1110
1f5fd52e
AD
11112002-11-12 Akim Demaille <akim@epita.fr>
1112
1113 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
1114
283f1e64
AD
11152002-11-12 Akim Demaille <akim@epita.fr>
1116
1117 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
1118 locations.
1119
886b69d1
AD
11202002-11-12 Akim Demaille <akim@epita.fr>
1121
1122 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
1123 not yyvalue.
1124
3df37415
AD
11252002-11-12 Akim Demaille <akim@epita.fr>
1126
1127 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
1128 Use it to test the GLR parser.
1129
7bd6c77e
AD
11302002-11-12 Akim Demaille <akim@epita.fr>
1131
1132 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
1133 defines it.
1134 * data/glr.c (yystos): New.
1135 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
1136 (YYDSYMPRINT): New.
1137 (yyval): Don't define it, it is handled via M4.
1138 (yyrecoverParseError): Free verbosely the discarded symbols.
1139 * data/yacc.c (yysymprint): Remove, rather...
1140 (b4_yysymprint_generate): invoke.
1141 * data/c.m4 (b4_yysymprint_generate): New.
1142 Accept pointers as arguments, as opposed to the version from
1143 yacc.c.
1144 (b4_yydestruct_generate): Likewise.
1145 * tests/cations.at (Printers and Destructors): Use Bison directives
1146 instead of CPP macros.
1147 Don't rely on internal details.
1148
b0400cc6
AD
11492002-11-12 Akim Demaille <akim@epita.fr>
1150
1151 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
1152 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
1153 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
1154 it against YYEMPTY and so forth), work on yytoken (i.e., set
1155 it to YYEMPTY etc.).
1156 (yydestruct): Replace with a b4_yydestruct_generate invocation.
1157 (b4_symbol_actions): Remove.
1158 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
1159 for 0, end-of-input.
1160
72f889cc
AD
11612002-11-12 Akim Demaille <akim@epita.fr>
1162
1163 * doc/bison.texinfo (Destructor Decl): New.
1164
b1ae9233
AD
11652002-11-12 Akim Demaille <akim@epita.fr>
1166
1167 * src/tables.c (tables_generate): Use free for pointers that
1168 cannot be NULL, not XFREE.
1169 (pack_vector): Use assert, not fatal, for bound violations.
1170 * src/state.c (state_new): Likewise.
1171 * src/reader.c (reader): Likewise.
1172 * src/lalr.c (set_goto_map): Likewise.
72f889cc 1173 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
1174 the file name.
1175
7ec2d4cd
AD
11762002-11-12 Akim Demaille <akim@epita.fr>
1177
1178 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
1179 Restore.
1180 * src/scan-gram.l (last_string): Is global to the file, not to
1181 yylex.
1182 * src/parse-gram.y (input): Don't append the epilogue here,
1183 (epilogue.opt): do it here, and free the scanner's obstack.
1184 * src/reader.c (epilogue_set): Rename as...
1185 (epilogue_augment): this.
1186 * data/c.m4 (b4_epilogue): Defaults to empty.
1187
573a6cd3
AD
11882002-11-12 Akim Demaille <akim@epita.fr>
1189
1190 * src/getargs.c (long_options): Remove duplicates.
1191 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
1192 Remove.
1193 * doc/bison.rnh: Remove.
1194 * doc/bison.texinfo (VMS Invocation): Remove.
1195
95612cfa
AD
11962002-11-12 Akim Demaille <akim@epita.fr>
1197
1198 * src/struniq.h, src/struniq.c (struniq_t): Is const.
1199 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
1200
1201 Use struniq for symbols.
1202
1203 * src/symtab.h (symbol_t): The tag member is a struniq.
1204 (symbol_type_set): Adjust.
1205 * src/symtab.c (symbol_new): Takes a struniq.
1206 (symbol_free): Don't free the tag member.
1207 (hash_compare_symbol_t, hash_symbol_t): Rename as...
1208 (hash_compare_symbol, hash_symbol): these.
1209 Use the fact that tags as struniqs.
1210 (symbol_get): Use struniq_new.
1211 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
1212 Returns a strniq.
1213 * src/reader.h (merger_list, grammar_currentmerge_set): The name
1214 and type members are struniqs.
1215 * src/reader.c (get_merge_function)
1216 (grammar_current_rule_merge_set): Adjust.
1217 (TYPE, current_type): Are struniq.
1218
1219 Use struniq for file names.
1220
1221 * src/files.h, src/files.c (infile): Split into...
1222 (grammar_file, current_file): these.
1223 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
1224 * src/reduce.c (reduce_print): Likewise.
1225 * src/getargs.c (getargs): Likewise.
1226 * src/complain.h, src/complain.c: Likewise.
1227 * src/main.c (main): Call struniqs_new early enough to use it for
1228 file names.
1229 Don't free the input file name.
1230
3e6656f9
AD
12312002-11-12 Akim Demaille <akim@epita.fr>
1232
1233 * src/symtab.c (symbol_free): Remove dead deactivated code:
1234 type_name are properly removed.
1235 Don't use XFREE to free items that cannot be NULL.
1236 * src/struniq.h, src/struniq.c: New.
1237 * src/main.c (main): Initialize/free struniqs.
1238 * src/parse-gram.y (%union): Add astruniq member.
1239 (yyprint): Adjust.
1240 * src/scan-gram.l (<{tag}>): Return a struniq.
1241 Free the obstack bit that used to store it.
1242 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
1243
7672019c
PE
12442002-11-11 Paul Eggert <eggert@twinsun.com>
1245
1246 Revamp to fix many (but not all) of the C- and M4-related quoting
1247 problems. Among other things, this fixes the Bison bug reported
1248 by Jan Hubicka when processing the Bash grammar; see:
e3aa65c5 1249 <http://mail.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
1250
1251 Use new @ escapes consistently. Represent brackets with @{ and @}
1252 rather than @<:@ and @:>@, since this works a bit better with dumb
1253 editors like vi. Represent @ with @@, since @ is now consistently
1254 an escape. Use @oline@ and @ofile@ rather than __oline__ and
1255 __ofile__, to avoid unexpected expansions. Similarly, use @output
1256 rather than #output.
1257
1258 * data/c.m4 (b4_copyright): Omit file name from comment, since
1259 the file name could contain "*/".
1260 (b4_synclines_flag): Don't quote the 2nd argument; it should already
1261 be quoted. All uses changed.
1262
1263 * data/glr.c: Use new @ escapes consistently.
1264 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
1265 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
1266 Remove, since they couldn't handle arbitrary characters in file
1267 names.
1268 * data/lalr1.cc: Likewise.
1269 * data/yacc.c: Likewise.
1270
1271 * src/files.c (output_infix): Remove; all uses removed.
1272 * src/files.h: Likewise.
1273
1274 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
1275 mishandled funny characters in file names, and anyway it isn't
1276 needed any more.
1277 * data/yacc.c: Likewise.
1278 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
1279
1280 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
1281 * data/yacc.c: Likewise.
1282
1283 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
1284 strings now.
1285 (muscle_init): Quote filename as a C string.
1286 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
1287 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
1288 * src/output.c (escaped_file_name_output): New function.
1289 (prepare_symbols): Quote tokens for M4.
1290 (prepare): Don't insert output_infix, output_prefix,
1291 output_parser_name, output_header_name; this is now down by scan-skel.
1292 Insert skeleton as a C string.
1293
1294 * src/output.c (user_actions_output, symbol_destructors_output,
1295 symbol_printers_output): Quote filenames for C and M4.
1296 * src/reader.c (prologue_augment, epilogue_set): Likewise.
1297
1298 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
1299 escapes other than \\ and \'; this simplifies the code.
1300 (<SC_STRING>): Likewise, for \\ and \".
1301 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
1302 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
1303 Use new escapes @{ and @} for [ and ].
1304
1305 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
1306 them with auto vars.
1307 Switch to new escape scheme, where @ is the escape character uniformly.
1308 Abort if a stray escape character is found. Avoid unbounded input
1309 buffer when parsing non-escaped text.
1310
1311 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
1312 __oline__, #output, $@, and @{ do not have unintended meanings.
1313
acea4f3b
PE
13142002-11-09 Paul Eggert <eggert@twinsun.com>
1315
1316 Fix the test failure due to GCC warnings described in
e3aa65c5 1317 <http://mail.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
1318 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
1319 evaluate to 0 if it's impossible for NINF to be in the respective
1320 table.
1321 (yygetLRActions, yyrecoverParseError): Use them.
1322
1323 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
1324 counted in the token inserted at end of file. Now takes
1325 location_t *, not location_t, so that the location can be
1326 adjusted. All uses changed.
1327
1328 * tests/regression.at (Invalid inputs): Adjust wording in
1329 diagnostic to match the new behavior.
1330
1331 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
1332 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
1333 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
1334 abort ();'. This reduces the runtime of the "Many lookaheads"
1335 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
1336 GCC 3.2.
1337
20ef1ad5
PE
13382002-11-07 Paul Eggert <eggert@twinsun.com>
1339
1340 * src/parse-gram.y (CHARACTER): Remove unused token.
1341 All uses removed.
1342
1343 * src/scan-gram.l: Remove stack option. We no longer use the
1344 stack, since the stack was never deeper than 1; instead, use the
1345 new auto var c_context to record the stacked value.
1346
1347 Remove nounput option. At an unexpected end of file, we now unput
1348 the minimal input necessary to end cleanly; this simplifies the
1349 code.
1350
1351 Avoid unbounded token sizes where this is easy.
1352
1353 (unexpected_end_of_file): New function.
1354 Use it to systematize the error message on unexpected EOF.
1355 (last-string): Now auto, not static.
1356 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
1357 (scanner_last_string_free): Remove; not used.
1358 (percent_percent_count): Move decl to just before use.
1359 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
1360 not the (never otherwised-used) CHARACTER.
1361
93724f13
AD
13622002-11-07 Akim Demaille <akim@epita.fr>
1363
1364 Let yyerror always receive the msg as last argument, so that
1365 yyerror can be variadic.
1366
1367 * data/yacc.c (b4_yyerror_args): New.
1368 Use it when calling yyerror.
1369 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
1370 Use it when calling yyerror.
1371 * doc/bison.texinfo (Error Reporting): Adjust.
1372 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
1373 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
1374
6e40b4eb
AD
13752002-11-06 Akim Demaille <akim@epita.fr>
1376
1377 #line should have quoted strings.
1378 Ideally, this should be done by m4_quotearg.
1379
1380 * src/scan-skel.l: Include quotearg.h.
1381 Quote __ofile__.
1382 * src/output.c (symbol_printers_output)
1383 (symbol_destructors_output): Quote the file name.
1384
2dfbfc12
AD
13852002-11-06 Akim Demaille <akim@epita.fr>
1386
1387 * tests/regression.at (Invalid inputs): Adjust to the recent
1388 messages.
1389
437c2d80
AD
13902002-11-06 Akim Demaille <akim@epita.fr>
1391
1392 Restore --no-lines.
1393 Reported by Jim Kent.
1394
1395 * data/c.m4 (b4_syncline): New.
1396 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
1397 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
1398 * src/output.c (user_actions_output): Likewise.
1399 (prepare): Define 'b4_synclines_flag'.
2dfbfc12 1400 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 1401
900c5db5
AD
14022002-11-06 Akim Demaille <akim@epita.fr>
1403
1404 * src/main.c (main): Free `infile'.
1405 * src/scan-gram.l (handle_syncline): New.
1406 Recognize `#line'.
1407 * src/output.c (user_actions_output, symbol_destructors_output)
1408 (symbol_printers_output): Use the location's file name, not
1409 infile.
1410 * src/reader.c (prologue_augment, epilogue_set): Likewise.
1411
e183b123 14122002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 1413
e183b123 1414 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 1415 either has GLR conflict entries.
e183b123 1416
193eb6b7
PE
14172002-11-05 Paul Eggert <eggert@twinsun.com>
1418
e183b123
PE
1419 * src/scan-gram.l: Use more accurate diagnostics, e.g.
1420 "integer out of range" rather than "invalid value".
1421 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
1422 accordingly.
1423
193eb6b7
PE
1424 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
1425 Also, remove one static variable in the scanner.
1426
1427 * src/scan-gram.l (braces_level): Now auto, not static.
1428 Initialize to zero if the compiler is being picky.
1429 (INITIAL): Clear braces_level instead of incrementing it.
1430 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
1431 as POSIX 1003.1-2001 requires.
1432 * src/system.h (IF_LINT): New macro, taken from coreutils.
1433 * configure.ac: Define "lint" if --enable-gcc-warnings.
1434
29c01725
AD
14352002-11-05 Akim Demaille <akim@epita.fr>
1436
1437 * src/scan-gram.l: When it starts with `%', complain about the
1438 whole directive, not just that `invalid character: %'.
1439
8aeac3ca
AD
14402002-11-04 Akim Demaille <akim@epita.fr>
1441
1442 * Makefile.maint: Update from Autoconf.
1443 (update, cvs-update, po-update, do-po-update): New.
1444
793a58bb
AD
14452002-11-04 Akim Demaille <akim@epita.fr>
1446
1447 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
1448 and yyerror.
1449 Have yyerror `use' its arguments.
1450 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
1451 returns true when location & yacc & pure & parse-param.
1452 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
1453
c4d720cd
AD
14542002-11-04 Akim Demaille <akim@epita.fr>
1455
1456 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
1457 clashes.
1458 * src/scan-gram.l: Use [\'] instead of ['] to pacify
1459 font-lock-mode.
1460 Use complain_at.
1461 Use quote, not quote_n since LOCATION_PRINT no longer uses the
1462 slot 0.
1463
613a0dc5
PE
14642002-11-03 Paul Eggert <eggert@twinsun.com>
1465
1466 * src/reader.c (get_merge_function, grammar_current_rule_check):
1467 Use consistent diagnostics for reporting type name clashes.
1468 Quote the types with <>, for consistency with Yacc.
1469 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
1470
2a8d363a
AD
14712002-11-03 Akim Demaille <akim@epita.fr>
1472
1473 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
1474 New.
1475 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
1476 (b4_parse_param): Remove.
1477 Use b4_identification.
1478 Propagate b4_pure_args where needed to pass them to yyerror.
1479 * data/glr.m4 (b4_parse_param): Remove.
1480 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
1481 (b4_lpure_formals): New.
1482 Use b4_identification.
1483 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
1484 b4_user_formals and b4_user_args.
1485 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
1486 (yyreportAmbiguity): When using a pure parser, also need
1487 the location, and the parse-params.
1488 Adjust callers.
1489 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
1490 When using a pure parser, also need the parse-params.
1491 Adjust callers.
1492 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
1493 (%pure-parser + %parse-param) LALR and GLR parsers.
1494 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
1495 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
1496 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
1497 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
1498 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
1499 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
1500 * doc/bison.texinfo: Untabify the whole file.
1501 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
1502 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
1503 (Error Reporting): Adjust to these new directives.
1504 Document %error-verbose, deprecate YYERROR_VERBOSE.
1505
9e32add8
AD
15062002-11-03 Akim Demaille <akim@epita.fr>
1507
1508 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
1509 AT_CHECK_CALC_GLR invocations to use % directives, instead of
1510 command line options.
1511 * tests/cxx-type.at: Formatting changes.
1512
b02d90a5
PE
15132002-11-03 Paul Eggert <eggert@twinsun.com>
1514
1515 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
1516 to count columns correctly, and to check for invalid inputs.
9e32add8 1517
b02d90a5
PE
1518 Use mbsnwidth to count columns correctly. Account for tabs, too.
1519 Include mbswidth.h.
1520 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
1521 (extend_location): New function.
1522 (YY_LINES): Remove.
1523
1524 Handle CRLF in C code rather than in Lex code.
1525 (YY_INPUT): New macro.
1526 (no_cr_read): New function.
1527
1528 Scan UCNs, even though we don't fully handle them yet.
1529 (convert_ucn_to_byte): New function.
1530
1531 Handle backslash-newline correctly in C code.
1532 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
1533 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
1534 all uses changed.
1535 (tag, splice): New EREs. Do not allow NUL or newline in tags.
1536 Use {splice} wherever C allows backslash-newline.
1537 YY_STEP after space, newline, vertical-tab.
1538 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
9e32add8 1539
b02d90a5
PE
1540 (letter, id): Don't assume ASCII; e.g., spell out a-z.
1541
1542 ({int}, handle_action_dollar, handle_action_at): Check for integer
1543 overflow.
9e32add8 1544
b02d90a5
PE
1545 (YY_STEP): Omit trailing semicolon, so that it's more like C.
1546
1547 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
1548 as well as \000. Check for UCHAR_MAX, not 255.
1549 Allow \x with an arbitrary positive number of digits, as in C.
1550 Check for overflow here.
1551 Allow \? and UCNs, for compatibility with C.
1552
1553 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
1554 with quote slot used by complain_at.
1555
1556 * tests/input.at: Add tests for backslash-newline, m4 quotes
1557 in symbols, long literals, and funny escapes in strings.
1558
1559 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
1560 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
1561 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
1562 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
1563 * m4/mbswidth.m4: New file, from GNU coreutils.
1564
1565 * doc/bison.texinfo (Grammar Outline): Document // comments.
1566 (Symbols): Document that trigraphs have no special meaning in Bison,
1567 nor is backslash-newline allowed.
1568 (Actions): Document that trigraphs have no special meaning.
1569
1570 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
1571 no longer used.
1572
15732002-11-02 Paul Eggert <eggert@twinsun.com>
1574
1575 * src/reader.c: Don't include quote.h; not needed.
1576 (get_merge_function): Reword warning to be consistent with
1577 type clash diagnostic in grammar_current_rule_check.
1578
1579 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
1580 bug in trigraph handling.
1581
1582 * src/output.c (prepare_symbols): When printing token names,
1583 escape "[" as "@<:@" and likewise for "]".
1584
1585 * src/system.h (errno): Remove declaration, as we are now
1586 assuming C89 or better, and C89 guarantees errno.
1587
762b212b
PE
15882002-10-30 Paul Eggert <eggert@twinsun.com>
1589
1590 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
1591 Check for close failures.
1592 * src/files.h (xfclose): Return void, not int, since it always
1593 returned zero.
1594 * src/files.c (xfclose): Likewise. Report I/O error if ferror
1595 indicates one.
1596 * src/output.c (output_skeleton): Use xfclose rather than fclose
1597 and ferror. xfclose now checks ferror.
1598
1599 * data/glr.c (YYLEFTMOST_STATE): Remove.
1600 (yyreportTree): Use a stack-based leftmost state. This avoids
1601 our continuing battles with bogus warnings about initializers.
1602
56100c60
AD
16032002-10-30 Akim Demaille <akim@epita.fr>
1604
1605 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
1606 #if.
1607
51b4a04c
PH
16082002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1609
1610 * tests/glr-regr1.at: New test for reported regressions.
1611 * tests/testsuite.at: Add glr-regr1.at test.
1612 * tests/Makefile.am: Add glr-regr1.at test.
e183b123 1613
bf1ebda2
PE
16142002-10-24 Paul Eggert <eggert@twinsun.com>
1615
5c16c6b1
PE
1616 Version 1.75a.
1617
bf1ebda2
PE
1618 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
1619 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
1620 we use malloc. Don't assume 'A' through 'Z' are contiguous.
1621 Don't assume strdup exists; POSIX says its an XSI extension.
1622 Check for buffer overflow on input.
1623
b526ee61
AD
16242002-10-24 Akim Demaille <akim@epita.fr>
1625
1626 * src/output.c (output_skeleton): Don't disable M4sugar comments
1627 too soon: it results in comments being expanded.
1628 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
1629 first output.
1630
f1886bb2
AD
16312002-10-24 Akim Demaille <akim@epita.fr>
1632
1633 * data/yacc.c (m4_int_type): New.
1634 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
1635 char' as only yacc.c wants K&R portability.
1636 * data/glr.c (yysigned_char): Remove.
1637 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
1638 Reported by Quoc Peyrot.
1639
c5576256
PE
16402002-10-23 Paul Eggert <eggert@twinsun.com>
1641
1642 * src/main.c (main): With --trace=time, report times even if a
1643 non-fatal error occurs. Formerly, the times were reported in some
1644 such cases but not in others.
1645 * src/reader.c (reader): Just return if a complaint has been issued,
1646 instead of exiting, so that 'main' can report times.
1647
27b0ffea
AD
16482002-10-22 Akim Demaille <akim@epita.fr>
1649
1650 * src/system.h: Include sys/types.
1651 Reported by Bert Deknuydt.
1652
223a7883
PE
16532002-10-23 Paul Eggert <eggert@twinsun.com>
1654
1655 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
1656 Suggested by Art Haas.
1657
16582002-10-22 Paul Eggert <eggert@twinsun.com>
1659
1660 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
1661 decl; not needed any more.
1662 * src/main.c (main): Use return to exit, undoing yesterday's change.
1663 The last OS that we could find where this wouldn't work is
1664 SunOS 3.5, and that's too old to worry about now.
1665
1666 * data/glr.c (struct yyltype): Define members even when not
1667 doing locations. This is more consistent with yacc.c, and it
1668 works around the following bug reports:
e3aa65c5
PE
1669 http://mail.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
1670 http://mail.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
27b0ffea 1671
223a7883
PE
1672 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
1673 @acronym consistently. Standardize on "Yacc" instead of "YACC",
1674 "Algol" instead of "ALGOL". Give a bit more history about BNF.
1675
8b76775a
AD
16762002-10-22 Akim Demaille <akim@epita.fr>
1677
1678 * data/README: New.
1679
6db10d14
PE
16802002-10-21 Paul Eggert <eggert@twinsun.com>
1681
1682 Be consistent about 'bool'; the old code used an enum in one
1683 module and an int in another, and this violates the C standard.
1684 * m4/stdbool.m4: New file, from coreutils 4.5.3.
1685 * configure.ac (AC_HEADER_STDBOOL): Add.
1686 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
1687 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
1688 * src/symtab.c (hash_compare_symbol_t): Likewise.
1689 * src/system.h (bool, false, true): Use a definition consistent
1690 with ../lib/hash.c. All uses changed.
1691
1692 * src/complain.c (warning_issued): Renamed from warn_message_count,
1693 so that we needn't worry about integer overflow (!).
1694 Now of type bool. All uses changed.
1695 (complaint_issued): Renamed from complain_message_count; likewise.
1696
1697 * src/main.c (main): Use exit to exit with failure.
27b0ffea 1698
6db10d14
PE
1699 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
1700 rather than 1 and 0.
1701 * src/main.c (main): Likewise.
1702 * src/getargs.c (getargs): Likewise.
1703 * src/reader.c (reader): Likewise.
1704
1705 * src/getarg.c (getargs): Remove duplicate code for
1706 "Try `bison --help'".
1707
1708 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
1709 What was that "2" for?
1710
1711 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
1712 * src/getargs.c (usage): Likewise.
1713
1714 * src/getargs.c (getargs): When there are too few operands, report
1715 the last one. When there are too many, report the first extra
1716 one. This is how diffutils does it.
1717
92a060fd
PE
17182002-10-20 Paul Eggert <eggert@twinsun.com>
1719
1720 Remove K&R vestiges.
1721 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
1722 * src/complain.c (VA_START): Remove. Assume prototypes.
1723 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
1724 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
1725 fatal): Assume prototypes.
1726 * src/complain.h: Assume prototypes.
1727 * src/system.h (PARAMS): Remove.
1728 Include <limits.h> unconditionally, since it's guaranteeed even
1729 for a freestanding C89 compiler.
1730 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
1731 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8b76775a 1732
e7cb57c0
AD
17332002-10-20 Akim Demaille <akim@epita.fr>
1734
1735 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
1736 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
1737 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
1738 (yyresolveStates, yyresolveAction, yyresolveStack)
1739 (yyprocessOneStack): Use them.
1740 (yy_reduce_print): New.
1741 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
1742
0245f82d
AD
17432002-10-20 Akim Demaille <akim@epita.fr>
1744
1745 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
1746 arguments and output `void'.
1747 (b4_c_function): Rename as...
1748 (b4_c_function_def): this.
1749 (b4_c_function_decl, b4_c_ansi_function_def)
1750 (b4_c_ansi_function_decl): New.
1751 Change the interpretation of the arguments: before `int, foo', now
1752 `int foo, foo'.
1753 * data/yacc.c (yyparse): Prototype and define thanks to these.
1754 Adjust b4_c_function_def uses.
1755 * data/glr.c (yyparse): Likewise, but ANSI only.
1756
39912f52
AD
17572002-10-20 Akim Demaille <akim@epita.fr>
1758
1759 * src/output.c (prepare): Move the definition of `tokens_number',
1760 `nterms_number', `undef_token_number', `user_token_number_max'
1761 to...
1762 (prepare_tokens): Here.
1763 (prepare_tokens): Rename as...
1764 (prepare_symbols): this.
1765 (prepare): Move the definition of `rules_number' to...
1766 (prepare_rules): here.
1767 (prepare): Move the definition of `last', `final_state_number',
1768 `states_number' to...
1769 (prepare_states): here.
1770 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
1771
20c1e2ad
AD
17722002-10-20 Akim Demaille <akim@epita.fr>
1773
1774 * src/tables.h, src/tables.c, src/output.c: Comment changes.
1775
21964f43
AD
17762002-10-20 Akim Demaille <akim@epita.fr>
1777
1778 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
1779 * data/c.m4: here.
1780
66d30cd4
AD
17812002-10-20 Akim Demaille <akim@epita.fr>
1782
1783 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
1784 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
1785 `pair'.
1786 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
1787 `name' to...
1788 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
1789 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
1790 These.
1791
95f2c9fe
PE
17922002-10-19 Paul Eggert <eggert@twinsun.com>
1793
1794 Do not create a temporary file, as that involves security and
1795 cleanup headaches. Instead, use a pair of pipes.
1796 Derived from a suggestion by Florian Krohm.
1797 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
1798 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
1799 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
1800 (BISON_PREREQ_SUBPIPE): Add.
1801 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
1802 Add subpipe.h, subpipe.c.
1803 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
1804 * po/POTFILES.in: Add lib/subpipe.c.
1805 * src/output.c: Include "subpipe.h".
1806 (m4_invoke): Remove decl.
1807 (scan_skel): New decl.
1808 (output_skeleton): Use pipe rather than temporary file for m4 input.
1809 Check that m4sugar.m4 is readable, to avoid deadlock.
1810 Check for pipe I/O error.
1811 * src/scan-skel.l (readpipe): Remove decl.
1812 (scan_skel): New function, to be used in place of m4_invoke.
1813 Read from stream rather than file.
66d30cd4 1814
95f2c9fe
PE
1815 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
1816 float, as this generates a warning on Solaris 8 + GCC 3.2 with
1817 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
1818 this generates a more-accurate value anyway.
1819
1820 * lib/timevar.c (timervar_accumulate): Rename locals to
1821 avoid confusion with similarly-named more-global.
1822 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
1823
1824 * src/output.c (prepare): Use xstrdup to convert char const *
1825 to char *, to avoid GCC warning.
1826
c19988b7
AD
18272002-10-19 Akim Demaille <akim@epita.fr>
1828
1829 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
1830 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
1831 Use them to have `calc.y' ready for %pure-parser.
1832 * data/yacc.c (YYLEX): Pass a yylex return type to
1833 b4_c_function_call.
1834
ae7453f2
AD
18352002-10-19 Akim Demaille <akim@epita.fr>
1836
1837 Prototype support of %lex-param and %parse-param.
1838
1839 * src/parse-gram.y: Add the definition of the %lex-param and
1840 %parse-param tokens, plus their rules.
1841 Drop the `_' version of %glr-parser.
1842 Add the "," token.
1843 * src/scan-gram.l (INITIAL): Scan them.
1844 * src/muscle_tab.c: Comment changes.
1845 (muscle_insert, muscle_find): Rename `pair' as `probe'.
1846 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
1847 (muscle_entry_s): The `value' member is no longer const.
1848 Adjust all dependencies.
1849 * src/muscle_tab.c (muscle_init): Adjust: use
1850 MUSCLE_INSERT_STRING.
1851 Initialize the obstack earlier.
1852 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
1853 (muscle_pair_list_grow): New.
1854 * data/c.m4 (b4_c_function_call, b4_c_args): New.
1855 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
1856 * tests/calc.at: Use %locations, not --locations.
1857 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
1858
0e575721
AD
18592002-10-19 Akim Demaille <akim@epita.fr>
1860
1861 * src/getargs.c (usage): Take status as argument and exit
1862 accordingly.
1863 Report the traditional `Try ... --help' message when status != 0.
1864 (usage, version): Don't take a FILE * as arg, it is pointless.
1865 (getargs): When there is an incorrect number of arguments, make it
1866 an error, and report it GNUlically thanks to `usage ()'.
1867
724ce7f5
PE
18682002-10-18 Paul Eggert <eggert@twinsun.com>
1869
3a781eb2
PE
1870 * data/glr.c (yyreportParseError): Don't assume that sprintf
1871 yields the length of the printed string, as this is not true
1872 on SunOS 4.1.4. Reported by Peter Klein.
1873
724ce7f5
PE
1874 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
1875 * tests/conflicts.at (%nonassoc and eof): Likewise.
1876 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
1877
473d0a75
AD
18782002-10-17 Akim Demaille <akim@epita.fr>
1879
1880 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
1881 * src/getargs.c (trace_types, trace_args): Adjust.
1882 * src/reader.c (grammar_current_rule_prec_set)
1883 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
1884 Standardize error messages.
1885 And s/@prec/%prec/!
1886 (reader): Use trace_flag to enable scanner/parser debugging,
1887 instead of an adhoc scheme.
1888 * src/scan-gram.l: Remove trailing debugging code.
1889
e76d2469
PE
18902002-10-16 Paul Eggert <eggert@twinsun.com>
1891
93e2236a
PE
1892 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
1893 MUSCLE_TAB_H.
1894
e76d2469
PE
1895 * NEWS: Officially drop support for building Bison with K&R C,
1896 since it didn't work anyway and it's not worth worrying about.
1897 * Makefile.maint (wget_files): Remove ansi2knr.c.
1898 (ansi2knr.c-url_prefix): Remove.
1899 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
1900 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
1901 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
1902
5bd1c419
PE
19032002-10-15 Paul Eggert <eggert@twinsun.com>
1904
1905 Stop using the "enum_" trick for K&R-style function definitions;
1906 it confused me, and I was the author! Instead, assume that people
1907 who want to use K&R C compilers (when using these modules in GCC,
1908 perhaps?) will run ansi2knr.
1909
1910 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
1911 All uses of "enum_" changed to "enum ".
1912 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
1913 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 1914
5bd1c419
PE
1915 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
1916 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
1917 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
1918 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
1919 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
1920 abitset_not, abitset_ones, abitset_or, abitset_or_and,
1921 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
1922 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
1923 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
1924 Use function prototypes; this removes the need for declaring
1925 static functions simply to provide their prototypes.
1926 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
1927 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
1928 bitset_count_, bitset_create, bitset_dump, bitset_first,
1929 bitset_free, bitset_init, bitset_last, bitset_next,
1930 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
1931 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
1932 bitset_print, bitset_release_memory, bitset_toggle_,
1933 bitset_type_choose, bitset_type_get, bitset_type_name_get,
1934 debug_bitset): Likewise.
1935 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
1936 * lib/bitset_stats.c (bitset_log_histogram_print,
1937 bitset_percent_histogram_print, bitset_stats_and,
1938 bitset_stats_and_cmp, bitset_stats_and_or,
1939 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
1940 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
1941 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
1942 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
1943 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
1944 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
1945 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
1946 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
1947 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
1948 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
1949 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
1950 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
1951 bitset_stats_zero): Likewise.
1952 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
1953 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
1954 bitsetv_dump, debug_bitsetv): Likewise.
1955 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
1956 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
1957 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
1958 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
1959 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
1960 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
1961 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
1962 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
1963 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
1964 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
1965 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
1966 Likewise.
1967 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
1968 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
1969 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
1970 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
1971 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
1972 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
1973 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
1974 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
1975 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
1976 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
1977 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 1978
ae26e1f0
AD
19792002-10-14 Akim Demaille <akim@epita.fr>
1980
1981 Version 1.75.
1982
d43baf71
AD
19832002-10-14 Akim Demaille <akim@epita.fr>
1984
1985 * tests/Makefile.am (maintainer-check-posix): New.
1986
7ebc83e3
AD
19872002-10-14 Akim Demaille <akim@epita.fr>
1988
1989 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
1990 member.
1991
05846dae
AD
19922002-10-14 Akim Demaille <akim@epita.fr>
1993
1994 * src/tables.c (table_ninf_remap): base -> tab.
1995 Reported by Matt Rosing.
1996
1318e37d
PE
19972002-10-14 Paul Eggert <eggert@twinsun.com>
1998
447fbb17
PE
1999 * tests/action.at, tests/calc.at, tests/conflicts.at,
2000 tests/cxx-type.at, tests/headers.at, tests/input.at,
2001 tests/regression.at, tests/synclines.at, tests/torture.at:
2002 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2003 so that the tests still work even if POSIXLY_CORRECT is set.
2004 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 2005
1318e37d
PE
2006 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
2007 for portability to K&R hosts. Fix typo: signed char is guaranteed
2008 only to 127, not to 128.
2009 * data/glr.c (yysigned_char): New type.
2010 * data/yacc.c (yysigned_char): Likewise.
2011 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
2012
cc0f0794
PE
20132002-10-13 Paul Eggert <eggert@twinsun.com>
2014
5038f418
PE
2015 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
2016 true due to limited range of data type" warning from GCC.
2017
cc0f0794
PE
2018 * data/c.m4 (b4_token_defines): Protect against double-inclusion
2019 by wrapping enum yytokentype's definition inside #ifndef
2020 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
2021
6fed0802
AD
20222002-10-13 Akim Demaille <akim@epita.fr>
2023
2024 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
2025 Un yy- yyrhs to avoid the name clash with the global YYRHS.
2026
32f0598d
AD
20272002-10-13 Akim Demaille <akim@epita.fr>
2028
2029 * Makefile.maint: Update from Autoconf 2.54.
2030 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
2031
7ea9a33f
AD
20322002-10-13 Akim Demaille <akim@epita.fr>
2033
2034 * src/print.c (print_state): Separate the list of solved conflicts
2035 from the other items.
2036 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
2037
ea99527d
AD
20382002-10-13 Akim Demaille <akim@epita.fr>
2039
2040 Let nondeterministic skeletons be usable with deterministic
2041 tables.
2042
2043 With the patch, GAWK compiled by GCC without -O2 passes its test
2044 suite using a GLR parser driven by LALR tables. It fails with -O2
2045 because `struct stat' gives two different answers on my machine:
2046 88 (definition of an auto var) and later 96 (memset on this var).
2047 Hence the stack is badly corrumpted. The headers inclusion is to
2048 blame: if I move the awk.h inclusion before GLR's system header
2049 inclusion, the two struct stat have the same size.
2050
2051 * src/tables.c (pack_table): Always create conflict_table.
2052 (token_actions): Always create conflict_list.
2053 * data/glr.c (YYFLAG): Remove, unused.
2054
f377f69f
AD
20552002-10-13 Akim Demaille <akim@epita.fr>
2056
2057 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
2058 (O0FLAGS): New.
2059 (VALGRIND, GXX): New.
2060 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
2061 * tests/bison.in: Run $PREBISON a pre-command.
2062 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
2063 (maintainer-check-g++): New.
2064 * Makefile.am (maintainer-check): New.
2065
2a1fe6ed
AD
20662002-10-13 Akim Demaille <akim@epita.fr>
2067
2068 * data/glr.c: Formatting changes.
2069 Tweak some trace messages to match yacc.c's.
2070
f50adbbd
AD
20712002-10-13 Akim Demaille <akim@epita.fr>
2072
2073 GLR parsers sometimes raise parse errors instead of performing the
2074 default reduction.
2075 Reported by Charles-Henry de Boysson.
2076
2077 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
2078 check the length of the traces when %glr.
2079 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
2080 GLR's traces.
2081 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
2082 Test GLR parsers.
2083 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
2084 (yyltype): Remove the yy prefix from the member names.
2085 (yytable): Complete its comment.
2086 (yygetLRActions): Map error action number from YYTABLE from
2087 YYTABLE_NINF to 0.
2088 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
2089 (which was a bug: it should have been YYTABEL_NINF, and yet it was
2090 not satisfying as we could compare an YYACTION computed from
2091 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
2092 only value for error actions.
2093 (yyreportParseError): In verbose parse error messages, don't issue
2094 `error' in the list of expected tokens.
2095 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
2096 next action to perform to match glr.c's decoding.
2097 (yytable): Complete its comment.
2098
bcbad5b9
PE
20992002-10-13 Paul Eggert <eggert@twinsun.com>
2100
2101 Fix problem reported by Henrik Grubbstroem in
e3aa65c5 2102 <http://mail.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
2103 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
2104 because the Bison parser reads the second action before reducing
2105 the first one.
2106 * src/scan-gram.l (rule_length): New static var.
2107 Use it to keep track of the rule length in the scanner, since
2108 we can't expect the parser to be in lock-step sync with the scanner.
2109 (handle_action_dollar, handle_action_at): Use this var.
2110 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 2111
14904b89
PE
21122002-10-12 Paul Eggert <eggert@twinsun.com>
2113
1fe611e5
PE
2114 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
2115 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
2116 Include <sys/time.h> when checking for clock_t and struct tms.
2117 Use same include order as source.
2118 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
e3aa65c5 2119 <http://mail.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 2120
1fe611e5
PE
2121 * lib/timevar.c: Update copyright date and clarify comments.
2122 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 2123
1fe611e5
PE
2124 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
2125 GCC version as of today, then merge Bison's changes.
2126 Change "GCC" to "Bison" in copyright notice. timevar.def's
2127 author is Akim, so change that too.
2128
98194095
PE
2129 * src/reader.c (grammar_current_rule_check):
2130 Don't worry about the default action if $$ is untyped.
2131 Prevents bogus warnings reported by Jim Gifford in
e3aa65c5 2132 <http://mail.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 2133
14904b89
PE
2134 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
2135 * data/glr.c, data/lalr1.cc, data/yacc.c:
2136 Output token definitions before the first part of user declarations.
2137 Fixes compatibility problem reported by Jim Gifford for kbd in
e3aa65c5 2138 <http://mail.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 2139
ff6dca18
PE
21402002-10-11 Paul Eggert <eggert@twinsun.com>
2141
2142 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
2143 (yyparse): here. This undoes some of the 2002-07-25 change.
2144 Compatibility problem reported by Ralf S. Engelschall with
2145 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
2146
eb714592
AD
21472002-10-11 Akim Demaille <akim@epita.fr>
2148
2149 * tests/regression.at Characters Escapes): New.
2150 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
2151 characters.
2152 Reported by Jan Nieuwenhuizen.
2153
b7195100
AD
21542002-10-11 Akim Demaille <akim@epita.fr>
2155
2156 * po/id.po: New.
2157
f28a0f2d
PE
21582002-10-10 Paul Eggert <eggert@twinsun.com>
2159
2160 Portability fixes for bitsets; this also avoids several GCC
2161 warnings.
2162
2163 * lib/abitset.c: Include <stddef.h>, for offsetof.
2164 * lib/lbitset.c: Likewise.
2165
2166 * lib/abitset.c (abitset_bytes): Return a size that is aligned
2167 properly for vectors of objects. Do not assume that adding a
2168 header size to a multiple of a word size yields a value that is
2169 properly aligned for the whole union.
2170 * lib/bitsetv.c (bitsetv_alloc): Likewise.
2171
2172 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
2173 unique names for structures.
2174 * lib/ebitset.c (ebitset_bytes): Likewise.
2175 * lib/lbitset.c (lbitset_bytes): Likewise.
2176
2177 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
2178 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
2179 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
2180 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
2181 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
2182 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
2183 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
2184 to improve the type-checking that GCC can do.
2185 * lib/bitset.c (bitset_op4_cmp): Likewise.
2186 * lib/bitset_stats.c (bitset_stats_count,
2187 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
2188 bitset_stats_copy, bitset_stats_disjoint_p,
2189 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
2190 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
2191 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
2192 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
2193 bitset_stats_and_or_cmp, bitset_stats_andn_or,
2194 bitset_stats_andn_or_cmp, bitset_stats_or_and,
2195 bitset_stats_or_and_cmp): Likewise.
2196 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
2197 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
2198 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
2199 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
2200
2201 * lib/abitset.h: Include bitset.h, not bbitset.h.
2202 * lib/ebitset.h: Likewise.
2203 * lib/lbitset.h: Likewise.
2204
2205 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
2206 All instances of parameters of type enum bitset_opts are now of
2207 type enum_bitset_opts, to conform to the C Standard, and similarly
2208 for enum_bitset_type.
2209 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
2210 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
2211
2212 Do not use "struct bitset_struct" to mean different things in
2213 different modules. Not only is this confusing, it violates
2214 the C Standard, which requires that structure types in different
2215 modules must be compatible if one is to be passed to the other.
2216 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
2217 All instances of "struct bitset_struct *" replaced with "bitset".
2218 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
2219 (union bitset_union, struct abitset_struct, struct ebitset_struct,
2220 struct lbitset_struct, struct bitset_stats_struct): New types.
2221 All uses of struct bitset_struct changed to union bitset_union,
2222 etc.
2223 * lib/abitset.c (struct abitset_struct, abitset,
2224 struct bitset_struct): Remove.
2225 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
2226 struct bitset_struct): Remove.
2227 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
2228 bitset_struct): Remove.
2229 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
2230 Likewise.
2231
2232 Do not call a function of type T using a call that assumes the
2233 function is of a different type U. Standard C requires that a
2234 function must be called with a type that is compatible with its
2235 definition.
2236 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
2237 New decls.
2238 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
2239 New functions.
2240 * lib/ebitset.c (PFV): Remove.
2241 * lib/lbitset.c (PFV): Likewise.
2242 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
2243 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
2244 decls.
2245 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
2246 (ebitset_vtable): Use them.
2247 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
2248 lbitset_xor): New functions.
2249 (lbitset_vtable): Use them.
2250
2251 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
2252 Declare.
2253
2254 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
2255 GCC warning.
2256 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
2257 Use offsetof, for simplicity.
2258
6fbe4984
PE
22592002-10-06 Paul Eggert <eggert@twinsun.com>
2260
2261 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
2262 the same width as int. This reapplies a hunk of the 2002-08-12 patch
e3aa65c5 2263 <http://mail.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
2264 which was inadvertently undone by the 2002-09-30 patch.
2265 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
2266 the same width as int.
2267
420f93c8
PE
22682002-10-04 Paul Eggert <eggert@twinsun.com>
2269
2270 Version 1.50.
2271
2272 * configure.ac (AC_INIT), NEWS: Increment version number.
2273
2274 * doc/bison.texinfo: Minor spelling, grammar, and white space
2275 fixes.
2276 (Symbols): Mention that any negative value returned from yylex
2277 signifies end-of-input. Warn about negative chars. Mention
2278 the portable Standard C character set.
2279
2280 The GNU coding standard says CFLAGS and YFLAGS are reserved
2281 for the installer to set.
2282 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
2283 * src/Makefile.am (AM_CFLAGS): Likewise.
2284 (AM_YFLAGS): Renamed from YFLAGS.
2285
2286 Fix some MAX and MIN problems.
2287 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
2288 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
2289 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
2290 * src/reader.c (reader): Use it.
2291
2292 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
2293 POSIX 1003.1-2001 has removed fgrep.
2294
22952002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2296
2297 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
2298 interpreted as signed.
2299 * lib/ebitset.c (ebitset_list): Fix bug.
2300
ff68026d
PE
23012002-10-01 Paul Eggert <eggert@twinsun.com>
2302
2303 More fixes for 64-bit hosts and large bitsets.
2304
2305 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
2306 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
2307 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
2308 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
2309 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
2310 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
2311 bitset_count_): Likewise.
2312 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
2313 bitset_first, bitset_last): Likewise.
2314 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
2315 bitset_stats_list_reverse, bitset_stats_size,
2316 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
2317 Likewise.
2318 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
2319 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
2320 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
2321 bitsetv_reflexive_transitive_closure): Likewise.
2322 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
2323 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
2324 Likewise.
2325 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
2326 Likewise.
420f93c8 2327
ff68026d
PE
2328 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
2329 Use size_t, not unsigned int, to count bytes.
2330 * lib/abitset.h (abitset_bytes): Likewise.
2331 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
2332 Likewise.
2333 * lib/bitset.h (bitset_bytes): Likewise.
2334 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
2335 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
2336 * lib/bitsetv.c (bitsetv_alloc): Likewise.
2337 * lib/ebitset.c (ebitset_bytes): Likewise.
2338 * lib/ebitset.h (ebitset_bytes): Likewise.
2339 * lib/lbitset.c (lbitset_bytes): Likewise.
2340 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 2341
ff68026d
PE
2342 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
2343 abitset_subset_p, abitset_disjoint_p, abitset_and,
2344 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
2345 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
2346 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
2347 abitset_or_and, abitset_or_and_cmp):
2348 Use bitset_windex instead of unsigned int.
2349 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
2350 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
2351 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
2352 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
2353 Likewise.
2354 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 2355
ff68026d
PE
2356 * lib/bitset.c (bitset_print):
2357 Use proper printf formats for widths of integer types.
2358 * lib/bitset_stats.c (bitset_percent_histogram_print,
2359 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
2360 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
2361 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
2362 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 2363
ff68026d
PE
2364 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
2365 BITSET_SIZE_MAX): New macros.
2366 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
2367 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
2368 to BITSET_WINDEX_MAX.
2369
2370 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
2371 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
2372 since we now return the bitset_bindex type (not int).
2373
2374 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
2375 when computing sizes.
2376 * lib/ebitset.c (ebitset_elts_grow): Likewise.
2377
2378 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
2379 and avoid cast to unsigned.
2380
6aa452a6
AD
23812002-09-30 Akim Demaille <akim@epita.fr>
2382
2383 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
2384 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
2385 Updates from Michael Hayes.
2386
927f7817
AD
23872002-09-30 Art Haas <ahaas@neosoft.com>
2388
2389 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
2390 invocations.
2391 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
2392 defined.
2393
9738f41e
AD
23942002-09-27 Akim Demaille <akim@epita.fr>
2395
2396 Version 1.49c.
2397
a5c75d7f
AD
23982002-09-27 Akim Demaille <akim@epita.fr>
2399
2400 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
2401 (Because of AC_LIBSOURCE).
2402
8280e179
AD
24032002-09-27 Akim Demaille <akim@epita.fr>
2404
2405 Playing with Autoscan.
2406
2407 * configure.ac: Remove the old LIBOBJ tweaks.
2408 (AC_REPLACE_FUNCS): Add strrchr and strtol.
2409 * lib/strrchr.c: New.
2410 * lib/strtol.c: New, from the Coreutils 4.5.1.
2411
ae64af35
AD
24122002-09-27 Akim Demaille <akim@epita.fr>
2413
2414 Playing with Autoscan.
2415
2416 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
2417 * lib/Makefile.am (libbison_a_SOURCES): No longer include
2418 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
2419 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
2420 Coreutils 4.5.1.
2421
d1a1114f
AD
24222002-09-24 Akim Demaille <akim@epita.fr>
2423
2424 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
2425 (Frequently Asked Questions, Parser Stack Overflow): New.
2426
b906441c
AD
24272002-09-13 Akim Demaille <akim@epita.fr>
2428
2429 Playing with autoscan.
2430
2431 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
2432 * src/files.c (skeleton_find): Remove, unused.
2433 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
2434 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
2435
bd701811
AD
24362002-09-13 Akim Demaille <akim@epita.fr>
2437
2438 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
2439 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
2440
e0a13e7b
AD
24412002-09-13 Akim Demaille <akim@epita.fr>
2442
2443 * configure.ac: Require 2.54.
2444 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
2445 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
2446 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
2447 Remove, provided by Autoconf macros.
2448
c97011bf
AD
24492002-09-12 Akim Demaille <akim@epita.fr>
2450
2451 * m4/prereq.m4: Update, from Coreutils 4.5.1.
2452
d862b1be
AD
24532002-09-12 Akim Demaille <akim@epita.fr>
2454
2455 * m4/prereq.m4: Update, from Fileutils 4.1.5.
2456 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
2457 Reported by Martin Mokrejs.
2458
3d38c03a
AD
24592002-09-10 Akim Demaille <akim@epita.fr>
2460
2461 * src/parse-gram.y: Associate a human readable string to each
2462 token type.
2463 * tests/regression.at (Invalid inputs): Adjust.
2464
b6347355
AD
24652002-09-10 Gary V. Vaughan <gary@gnu.org>
2466
2467 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
2468 with an Autoconf-2.5x style configure.ac.
2469
09ba4ab2
PE
24702002-09-06 Paul Eggert <eggert@twinsun.com>
2471
2472 * doc/bison.texinfo (Conditions): Make explicit that the GPL
2473 exception applies only to yacc.c. This is a modification of a
2474 patch originally suggested by Akim Demaille.
2475
21846f69
AD
24762002-09-06 Akim Demaille <akim@epita.fr>
2477
09ba4ab2
PE
2478 * data/c.m4 (b4_copyright): Move the GPL exception comment from
2479 here to...
2480 * data/yacc.c: here.
2481
21846f69
AD
2482 * data/lalr1.cc (struct yyltype): Don't define it, since we use
2483 LocationType.
2484 (b4_ltype): Default to yy::Location from location.hh.
2485
c0ad8bf3
AD
24862002-09-04 Jim Meyering <jim@meyering.net>
2487
2488 * data/yacc.c: Guard the declaration of yytoknum also with
2489 `#ifdef YYPRINT', so it is declared only when used.
2490
3a93251e
AD
24912002-09-04 Akim Demaille <akim@epita.fr>
2492
2493 * configure.in: Rename as...
2494 * configure.ac: this.
2495 Bump to 1.49c.
2496
427c0dda
AD
24972002-09-04 Akim Demaille <akim@epita.fr>
2498
2499 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
2500 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
2501 translate maintainer only messages.
2502
6a254321
PE
25032002-08-12 Paul Eggert <eggert@twinsun.com>
2504
645e30d1
PE
2505 Version 1.49b.
2506
6a254321
PE
2507 * Makefile.am (SUBDIRS): Remove intl.
2508 (DISTCLEANFILES): Remove.
2509 * NEWS: Mention that GNU M4 is now required. Clarify what is
2510 meant by "larger grammars". Mention the pt_BR translation.
2511 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
2512 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
2513 Bump version from 0.11.2 to 0.11.5.
2514 (BISON_PREREQ_STAGE): Remove.
2515 (AM_GNU_GETTEXT): Use external gettext.
2516 (AC_OUTPUT): Remove intl/Makefile.
2517
2518 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
2519
2520 * data/glr.c: Include string.h, for strlen.
2521 (yyreportParseError): Use size_t for yysize.
2522 (yy_yypstack): No longer nested inside yypstates, as nested
2523 functions are not portable. Do not assume size_t is the
2524 same width as int.
2525 (yypstates): Do not assume that ptrdiff_t is the same width
2526 as int, and similarly for yyposn and YYINDEX.
2527
2528 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
2529
2530 * lib/Makefile.am (INCLUDES): Do not include from the intl
2531 directory, which has been removed.
2532 * src/Makefile.am (INCLUDES): Likewise.
2533
2534 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
2535 (bitsets_sources, additional_bitsets_sources, timevars_sources):
2536 New vars.
2537
2538 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
2539 * tests/Makefile.am (EXTRA_DIST): Likewise.
2540
2541 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
2542 Do not assume that bitset_windex is the same width as unsigned.
2543
2544 * lib/abitset.c (abitset_unused_clear): Do not assume that
2545 bitset_word is the same width as int.
2546 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
2547 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
2548 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
2549 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
2550 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
2551
2552 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
2553 portability to one's complement hosts!).
2554 * lib/ebitset.c (ebitset_op1): Likewise.
2555 * lib/lbitset.c (lbitset_op1): Likewise.
2556
2557 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
2558 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
2559 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
2560 Sync with fileutils.
2561 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
2562 lib/gettext.h: Sync with diffutils.
2563
2564 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
2565 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
2566
2567 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
2568 PROTOTYPES to check for prototypes, and "defined __STDC__" to
2569 check for void *.
2570
2571 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
2572 size_t; the old version tried to do this but casted improperly.
2573 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
2574 (bitset_test): Now returns int, not unsigned long.
2575
2576 * lib/bitset_stats.c: Include "gettext.h".
2577 (_): New macro.
2578 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
2579 name locals "index", as it generates unnecessary warnings on some
2580 hosts that have an "index" function.
2581
2582 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
2583 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
2584 they need translation.
2585 * src/LR0.c (state_list_append, new_itemsets, get_state,
2586 append_states, generate_states): Likewise.
2587 * src/assoc.c (assoc_to_string): Likewise.
2588 * src/closure.c (print_closure, set_firsts, closure): Likewise.
2589 * src/gram.c (grammar_dump): Likewise.
2590 * src/injections.c (injections_compute): Likewise.
2591 * src/lalr.c (lookaheads_print): Likewise.
2592 * src/relation.c (relation_transpose): Likewise.
2593 * src/scan-gram.l: Likewise.
2594 * src/tables.c (table_grow, pack_vector): Likewise.
2595
2596 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
2597 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
2598 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
2599 * m4/mbstate_t.m4: Sync with fileutils.
2600 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
2601
2602 * po/LINGUAS: Add pt_BR.
2603 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
2604 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
2605 lib/timevar.c.
2606 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
2607 manual recommends.
2608 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
2609
2610 * src/complain.c (strerror_r): Remove decl; not needed.
2611 (strerror): Use same pattern as ../lib/error.c.
2612
2613 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
2614
2615 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
2616
2617 * src/main.c (main): Cast result of bindtextdomain and textdomain
2618 to void, to avoid a GCC warning when --disable-nls is in effect.
2619
2620 * src/scan-gram.l: Use strings rather than escapes when possible,
2621 to minimize the number of warnings from xgettext.
2622 (handle_action_dollar, handle_action_at): Don't use isdigit,
2623 as it mishandles negative chars and it may not work as expected
2624 outside the C locale.
2625
2626 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
2627 this is a GCC extension and is not portable to other compilers.
2628
2629 * src/system.h (alloca): Use same pattern as ../lib/error.c.
2630 Do not include <ctype.h>; no longer needed.
2631 Do not include <malloc.h>; no longer needed (and generates
2632 warnings on OpenBSD 3.0).
2633
2634 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
2635 it's not portable.
2636
2637 * tests/regression.at: Do not use 'cc -c input.c -o input';
2638 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
2639
2640 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
2641 exit status as failure, not just exit status 1. Sun C exits
2642 with status 2 sometimes.
2643
2644 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
2645 Use it for the two large tests.
2646
c8f002c7
AD
26472002-08-02 Akim Demaille <akim@epita.fr>
2648
2649 * src/conflicts.c (conflicts_output): Don't output rules never
2650 reduced here, since anyway that computation doesn't work.
2651 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
2652 (rule_useless_p, rule_never_reduced_p): New.
2653 (grammar_rules_partial_print): Use a filter instead of a range.
2654 Display the title only if needed.
2655 (grammar_rules_print): Adjust.
2656 (grammar_rules_never_reduced_report): New.
2657 * src/tables.c (action_row): Move the computation of rules never
2658 reduced to...
2659 (token_actions): here.
2660 * src/main.c (main): Make the parser before making the report, so
2661 that rules never reduced are computed.
2662 Call grammar_rules_never_reduced_report.
2663 * src/print.c (print_results): Report rules never reduced.
2664 * tests/conflicts.at, tests/reduce.at: Adjust.
2665
cd08e51e
AD
26662002-08-01 Akim Demaille <akim@epita.fr>
2667
2668 Instead of attaching lookaheads and duplicating the rules being
2669 reduced by a state, attach the lookaheads to the reductions.
2670
2671 * src/state.h (state_t): Remove the `lookaheads',
2672 `lookaheads_rule' member.
2673 (reductions_t): Add a `lookaheads' member.
2674 Use a regular array for the `rules'.
2675 * src/state.c (reductions_new): Initialize the lookaheads member
2676 to 0.
2677 (state_rule_lookaheads_print): Adjust.
2678 * src/state.h, src/state.c (state_reductions_find): New.
2679 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
2680 (count_rr_conflicts): Adjust.
2681 * src/lalr.c (LArule): Remove.
2682 (add_lookback_edge): Adjust.
2683 (state_lookaheads_count): New.
2684 (states_lookaheads_initialize): Merge into...
2685 (initialize_LA): this.
2686 (lalr_free): Adjust.
2687 * src/main.c (main): Don't free nullable and derives too early: it
2688 is used by --verbose.
2689 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
2690
bb0027a9
AD
26912002-08-01 Akim Demaille <akim@epita.fr>
2692
2693 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
2694 `rule_number_t**'.
2695 (set_derives, free_derives): Rename as...
2696 (derives_compute, derives_free): this.
2697 Adjust all dependencies.
2698 * src/nullable.c (set_nullable, free_nullable): Rename as...
2699 (nullable_compute, nullable_free): these.
2700 (rule_list_t): Store rule_t *, not rule_number_t.
2701 * src/state.c (state_rule_lookaheads_print): Directly compare rule
2702 pointers, instead of their numbers.
2703 * src/main.c (main): Call nullable_free, and derives_free earlier,
2704 as they were lo longer used.
2705
3325ddc4
AD
27062002-08-01 Akim Demaille <akim@epita.fr>
2707
2708 * lib/timevar.c (get_time): Include children time.
2709 * src/lalr.h (LA, LArule): Don't export them: used with the
2710 state_t.
2711 * src/lalr.c (LA, LArule): Static.
2712 * src/lalr.h, src/lalr.c (lalr_free): New.
2713 * src/main.c (main): Call it.
2714 * src/tables.c (pack_vector): Check whether loc is >= to the
2715 table_size, not >.
2716 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
2717 (tables_generate): do it, since that's also it which allocates
2718 them.
2719 Don't free LA and LArule, main does.
2720
c6f1a33c
AD
27212002-07-31 Akim Demaille <akim@epita.fr>
2722
2723 Separate parser tables computation and output.
2724
2725 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
2726 (conflict_list, conflict_list_cnt, table, check, table_ninf)
2727 (yydefgoto, yydefact, high): Move to...
2728 * src/tables.h, src/tables.c: here.
2729 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
2730 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
2731 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
2732 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
2733 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
2734 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
2735 (action_row, save_row, token_actions, save_column, default_goto)
2736 (goto_actions, sort_actions, matching_state, pack_vector)
2737 (table_ninf_remap, pack_table, prepare_actions): Move to...
2738 * src/tables.c: here.
2739 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
2740 * src/output.c (token_actions, output_base, output_conflicts)
2741 (output_check): Merge into...
2742 (prepare_actions): this.
2743 (actions_output): Rename as...
2744 (user_actions_output): this.
2745 * src/main.c (main): Call tables_generate and tables_free.
2746
1509d42f
AD
27472002-07-31 Akim Demaille <akim@epita.fr>
2748
2749 Steal GCC's --time-report support.
2750
2751 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
2752 stolen/adjusted from GCC.
2753 * m4/stage.m4: Remove time related checks.
2754 * m4/timevar.m4: New.
2755 * configure.in: Adjust.
2756 * src/system.h: Adjust to using timevar.h.
2757 * src/getargs.h, src/getargs.c: Support trace_time for
2758 --trace=time.
2759 * src/main.c (stage): Remove.
2760 (main): Replace `stage' invocations with timevar calls.
2761 * src/output.c: Insert pertinent timevar calls.
2762
273a74fa
AD
27632002-07-31 Akim Demaille <akim@epita.fr>
2764
2765 Let --trace have arguments.
2766
2767 * src/getargs.h (enum trace_e): New.
2768 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
2769 (long_options, short_options): --trace/-T takes an optional
2770 argument.
2771 Change all the uses of trace_flag to reflect the new flags.
2772 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
2773
2774 Strengthen `stage' portability.
2775
2776 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
2777 * configure.in: Use it.
2778 Don't check for malloc.h and sys/times.h.
2779 * src/system.h: Include them when appropriate.
2780 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
2781 times and struct tms are available.
2782
217598da
AD
27832002-07-30 Akim Demaille <akim@epita.fr>
2784
2785 In verbose parse error message, don't report `error' as an
2786 expected token.
2787 * tests/actions.at (Printers and Destructors): Adjust.
2788 * tests/calc.at (Calculator $1): Adjust.
2789 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
2790 error message, do not report the parser accepts the error token in
2791 that state.
2792
52489d44
AD
27932002-07-30 Akim Demaille <akim@epita.fr>
2794
2795 Normalize conflict related messages.
2796
2797 * src/complain.h, src/complain.c (warn, complain): New.
2798 * src/conflicts.c (conflicts_print): Use them.
2799 (conflict_report_yacc): New, extracted from...
2800 (conflicts_print): here.
2801 * tests/conflicts.at, tests/existing.at: Adjust.
2802
e8832397
AD
28032002-07-30 Akim Demaille <akim@epita.fr>
2804
2805 Report rules which are never reduced by the parser: those hidden
2806 by conflicts.
2807
2808 * src/LR0.c (save_reductions): Don't make the final state too
2809 different: save its reduction (accept) instead of having a state
2810 without any action (no shift or goto, no reduce).
2811 Note: the final state is now a ``regular'' state, i.e., the
2812 parsers now contain `reduce 0' as default reduction.
2813 Nevertheless, since they decide to `accept' when yystate =
2814 final_state, they still will not reduce rule 0.
2815 * src/print.c (print_actions, print_reduction): Adjust.
2816 * src/output.c (action_row): Track reduced rules.
2817 (token_actions): Report rules never reduced.
2818 * tests/conflicts.at, tests/regression.at: Adjust.
2819
caf23d24
AD
28202002-07-30 Akim Demaille <akim@epita.fr>
2821
2822 `stage' was accidently included in a previous patch.
2823 Initiate its autoconfiscation.
2824
2825 * configure.in: Look for malloc.h and sys/times.h.
2826 * src/main.c (stage): Adjust.
2827 Report only when trace_flag.
2828
640748ee
AD
28292002-07-29 Akim Demaille <akim@epita.fr>
2830
2831 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
2832 state_number_t.
2833 (errs_t): symbol_t*, not symbol_number_t.
2834 (reductions_t): rule_t*, not rule_number_t.
2835 (FOR_EACH_SHIFT): New.
2836 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
2837 * src/print.c, src/print_graph.c: Adjust.
2838
88bce5a2
AD
28392002-07-29 Akim Demaille <akim@epita.fr>
2840
2841 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
2842
2843 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
2844 (endtoken, accept): these.
2845 * src/reader.c (reader): Set endtoken's default tag to "$end".
2846 Set undeftoken's tag to "$undefined" instead of "$undefined.".
2847 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
2848 Adjust.
2849
1bfb97db
AD
28502002-07-29 Akim Demaille <akim@epita.fr>
2851
2852 * src/reduce.c (reduce_grammar): When the language is empty,
2853 complain about the start symbol, not the axiom.
2854 Use its location.
2855 * tests/reduce.at (Empty Language): New.
2856
fc5734fe
AD
28572002-07-26 Akim Demaille <akim@epita.fr>
2858
2859 * src/reader.h, src/reader.c (gram_error): ... can't get
2860 yycontrol without making too strong assumptions on the parser
2861 itself.
2862 * src/output.c (prepare_tokens): Use the real 0th value of
2863 token_translations instead of `0'.
2864 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
2865 visible here.
2866 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
2867 for the time being: %locations ought to provide it to yyerror.
2868
3650b4b8
AD
28692002-07-25 Akim Demaille <akim@epita.fr>
2870
2871 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
2872 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
2873 * tests/regression.at (Web2c Actions): Adjust.
2874
4b3d3a8e
AD
28752002-07-25 Akim Demaille <akim@epita.fr>
2876
2877 Stop storing rules from 1 to nrules + 1.
2878
2879 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
2880 * src/nullable.c, src/output.c, src/print.c, src/reader.c
2881 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
2882 Iterate from 0 to nrules.
2883 Use rule_number_as_item_number and item_number_as_rule_number.
2884 Adjust to `derive' now containing possibly 0.
2885 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
2886 Handle the `- 1' part in rule numbers from/to item numbers.
2887 * src/conflicts.c (log_resolution): Fix the message which reversed
2888 shift and reduce.
2889 * src/output.c (action_row): Initialize default_rule to -1.
2890 (token_actions): Adjust.
2891 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
2892 expected output.
2893 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
2894
4a2a22f4
AD
28952002-07-25 Akim Demaille <akim@epita.fr>
2896
2897 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
2898 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
2899 (b4_c_knr_arg_decl): New.
2900 * data/yacc.c: Use it to define yysymprint, yydestruct, and
2901 yyreport_parse_error.
2902
b8df3223
AD
29032002-07-25 Akim Demaille <akim@epita.fr>
2904
2905 * data/yacc.c (yyreport_parse_error): New, extracted from...
2906 (yyparse): here.
2907 (yydestruct, yysymprint): Move above yyparse.
2908 Be K&R compliant.
2909
a762e609
AD
29102002-07-25 Akim Demaille <akim@epita.fr>
2911
2912 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
2913 replace...
2914 (b4_sint_type, b4_uint_type): these.
2915 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
2916 * tests/regression.at (Web2c Actions): Adjust.
2917
12b0043a
AD
29182002-07-25 Akim Demaille <akim@epita.fr>
2919
2920 * src/gram.h (TIEM_NUMBER_MAX): New.
2921 (item_number_of_rule_number, rule_number_of_item_number): Rename
2922 as...
2923 (rule_number_as_item_number, item_number_as_rule_number): these.
2924 Adjust dependencies.
2925 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
2926 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
2927 (symbol_number_to_vector_number): New.
2928 (order): Of vector_number_t* type.
2929 (base_t, BASE_MAX, BASE_MIN): New.
2930 (froms, tos, width, pos, check): Of base_t type.
2931 (action_number_t, ACTION_MIN, ACTION_MAX): New.
2932 (actrow): Of action_number_t type.
2933 (conflrow): Of unsigned int type.
2934 (table_ninf, base_ninf): New.
2935 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
2936 (muscle_insert_int_table, muscle_insert_base_table)
2937 (muscle_insert_rule_number_table): New.
2938 (prepare_tokens): Output `toknum' as int_table.
2939 (action_row): Returns a rule_number_t.
2940 Use ACTION_MIN, not SHRT_MIN.
2941 (token_actions): yydefact is rule_number_t*.
2942 (table_ninf_remap): New.
2943 (pack_table): Use it for `base' and `table'.
2944 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
2945 replaced with...
2946 (YYPACT_NINF, YYTABLE_NINF): these.
2947 (yypact, yytable): Compute their types instead of hard-coded
2948 `short'.
2949 * tests/regression.at (Web2c Actions): Adjust.
2950
5dde258a
AD
29512002-07-19 Akim Demaille <akim@epita.fr>
2952
2953 * src/scan-gram.l (id): Can start with an underscore.
2954
a945ec39
AD
29552002-07-16 Akim Demaille <akim@epita.fr>
2956
2957 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
2958 Adjust all former `associativity' dependencies.
2959 * src/symtab.c (symbol_new): Default associativity is `undef', not
2960 `right'.
2961 (symbol_check_alias_consistence): Adjust.
2962
fae437e8
AD
29632002-07-09 Akim Demaille <akim@epita.fr>
2964
2965 * doc/bison.texinfo: Properly set the ``header'' part.
2966 Use @dircategory ``GNU programming tools'' as per Texinfo's
2967 documentation.
2968 Use @copying.
2969
1a715ef2
AD
29702002-07-09 Akim Demaille <akim@epita.fr>
2971
2972 * lib/quotearg.h: Protect against multiple inclusions.
2973 * src/location.h (location_t): Add a `file' member.
2974 (LOCATION_RESET, LOCATION_PRINT): Adjust.
2975 * src/complain.c (warn_at, complain_at, fatal_at): Drop
2976 `error_one_per_line' support.
2977
a5d50994
AD
29782002-07-09 Akim Demaille <akim@epita.fr>
2979
2980 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
2981 * src/reader.c (lineno): Remove.
2982 Adjust all dependencies.
2983 (get_merge_function): Take a location and use complain_at.
2984 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
2985 * tests/regression.at (Invalid inputs, Mixing %token styles):
2986 Adjust.
2987
b275314e
AD
29882002-07-09 Akim Demaille <akim@epita.fr>
2989
2990 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
2991 recovery rule, and forbid extensions when --yacc.
2992 (gram_error): Use complain_at.
2993 * src/reader.c (reader): Exit if there were parse errors.
2994
865b9df1
AD
29952002-07-09 Akim Demaille <akim@epita.fr>
2996
2997 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
2998 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
2999 Reported by R Blake <blakers@mac.com>.
3000
c76e14da
AD
30012002-07-09 Akim Demaille <akim@epita.fr>
3002
3003 * data/yacc.c: Output the copyright notive in the header.
3004
7db2ed2d
AD
30052002-07-03 Akim Demaille <akim@epita.fr>
3006
3007 * src/output.c (froms, tos): Are state_number_t.
3008 (save_column): sp, sp1, and sp2 are state_number_t.
3009 (prepare): Rename `final' as `final_state_number', `nnts' as
3010 `nterms_number', `nrules' as `rules_number', `nstates' as
3011 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
3012 unused.
3013 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
3014 * data/lalr1.cc (nsym_): Remove, unused.
3015
e68e0410
AD
30162002-07-03 Akim Demaille <akim@epita.fr>
3017
3018 * src/lalr.h, src/lalr.c (goto_number_t): New.
3019 * src/lalr.c (goto_list_t): New.
3020 Propagate them.
3021 * src/nullable.c (rule_list_t): New.
3022 Propagate.
3023 * src/types.h: Remove.
3024
e1a4f3a4
AD
30252002-07-03 Akim Demaille <akim@epita.fr>
3026
3027 * src/closure.c (print_fderives): Use rule_rhs_print.
3028 * src/derives.c (print_derives): Use rule_rhs_print.
3029 (rule_list_t): New, replaces `shorts'.
3030 (set_derives): Add comments.
3031 * tests/sets.at (Nullable, Firsts): Adjust.
3032
536545f3
AD
30332002-07-03 Akim Demaille <akim@epita.fr>
3034
3035 * src/output.c (prepare_actions): Free `tally' and `width'.
3036 (prepare_actions): Allocate and free `order'.
3037 * src/symtab.c (symbols_free): Free `symbols'.
3038 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
3039 * src/output.c (m4_invoke): Move to...
3040 * src/scan-skel.l: here.
3041 (<<EOF>>): Close yyout, and free its name.
3042
8b752b00
AD
30432002-07-03 Akim Demaille <akim@epita.fr>
3044
3045 Fix some memory leaks, and fix a bug: state 0 was examined twice.
3046
3047 * src/LR0.c (new_state): Merge into...
3048 (state_list_append): this.
3049 (new_states): Merge into...
3050 (generate_states): here.
3051 (set_states): Don't ensure a proper `errs' state member here, do it...
3052 * src/conflicts.c (conflicts_solve): here.
3053 * src/state.h, src/state.c: Comment changes.
3054 (state_t): Rename member `shifts' as `transitions'.
3055 Adjust all dependencies.
3056 (errs_new): For consistency, also take the values as argument.
3057 (errs_dup): Remove.
3058 (state_errs_set): New.
3059 (state_reductions_set, state_transitions_set): Assert that no
3060 previous value was assigned.
3061 (state_free): New.
3062 (states_free): Use it.
3063 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
3064 temporary storage: use `errs' and `nerrs' as elsewhere.
3065 (set_conflicts): Allocate and free this `errs'.
3066
613f5e1a
AD
30672002-07-02 Akim Demaille <akim@epita.fr>
3068
3069 * lib/libiberty.h: New.
3070 * lib: Update the bitset implementation from upstream.
3071 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
3072 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
3073 * src/main.c: Adjust bitset stats calls.
3074
26e0cadc
PE
30752002-07-01 Paul Eggert <eggert@twinsun.com>
3076
3077 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
3078 char, so that negative chars don't collide with $.
3079
1154cced
AD
30802002-06-30 Akim Demaille <akim@epita.fr>
3081
3082 Have the GLR tests be `warning' checked, and fix the warnings.
3083
3084 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
3085 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
3086 (yyremoveDeletes): `yyi' and `yyj' are size_t.
3087 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
3088 (yyaddDeferredAction): static.
3089 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
3090 (yyreportParseError): yyprefix is const.
3091 yytokenp is used only when verbose.
3092 (yy__GNUC__): Replace with __GNUC__.
3093 (yypdumpstack): yyi is size_t.
3094 (yypreference): Un-yy local variables and arguments, to avoid
3095 clashes with `yyr1'. Anyway, we are not in the user name space.
3096 (yytname_size): be an int, as is compared with ints.
3097 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
3098 Use them.
3099 * tests/cxx-gram.at: Use quotation to protect $1.
3100 Use AT_COMPILE to enable warnings hunts.
3101 Prototype yylex and yyerror.
3102 `Use' argc.
3103 Include `string.h', not `strings.h'.
3104 Produce and prototype stmtMerge only when used.
3105 yylex takes a location.
3106
97650f4e
AD
31072002-06-30 Akim Demaille <akim@epita.fr>
3108
3109 We spend a lot of time in quotearg, in particular when --verbose.
3110
3111 * src/symtab.c (symbol_get): Store a quoted version of the key.
3112 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
3113 Adjust all callers.
3114
d2576365
AD
31152002-06-30 Akim Demaille <akim@epita.fr>
3116
3117 * src/state.h (reductions_t): Rename member `nreds' as num.
3118 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
3119 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
3120
ccaf65bc
AD
31212002-06-30 Akim Demaille <akim@epita.fr>
3122
3123 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
3124 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
3125 (shifts_to): Rename as...
3126 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
3127 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
3128 (TRANSITION_IS_DISABLED, transitions_to): these.
3129
87675353
AD
31302002-06-30 Akim Demaille <akim@epita.fr>
3131
3132 * src/print.c (print_shifts, print_gotos): Merge into...
3133 (print_transitions): this.
3134 (print_transitions, print_errs, print_reductions): Align the
3135 lookaheads columns.
3136 (print_core, print_transitions, print_errs, print_state,
3137 print_grammar): Output empty lines separator before, not after.
3138 (state_default_rule_compute): Rename as...
3139 (state_default_rule): this.
3140 * tests/conflicts.at (Defaulted Conflicted Reduction),
3141 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
3142 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
3143
ce4ccb4b
AD
31442002-06-30 Akim Demaille <akim@epita.fr>
3145
3146 Display items as we display rules.
3147
3148 * src/gram.h, src/gram.c (rule_lhs_print): New.
3149 * src/gram.c (grammar_rules_partial_print): Use it.
3150 * src/print.c (print_core): Likewise.
3151 * tests/conflicts.at (Defaulted Conflicted Reduction),
3152 (Unresolved SR Conflicts): Adjust.
3153 (Unresolved SR Conflicts): Adjust and rename as...
3154 (Resolved SR Conflicts): this, as was meant.
3155 * tests/regression.at (Web2c Report): Adjust.
3156
bc933ef1
AD
31572002-06-30 Akim Demaille <akim@epita.fr>
3158
3159 * src/print.c (state_default_rule_compute): New, extracted from...
3160 (print_reductions): here.
3161 Pessimize, but clarify the code.
3162 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
3163
53d4308d
AD
31642002-06-30 Akim Demaille <akim@epita.fr>
3165
3166 * src/output.c (action_row): Let default_rule be always a rule
3167 number.
3168
574fb2d5
AD
31692002-06-30 Akim Demaille <akim@epita.fr>
3170
3171 * src/closure.c (print_firsts, print_fderives, closure):
3172 Use BITSET_EXECUTE.
3173 * src/lalr.c (lookaheads_print): Likewise.
3174 * src/state.c (state_rule_lookaheads_print): Likewise.
3175 * src/print_graph.c (print_core): Likewise.
3176 * src/print.c (print_reductions): Likewise.
3177 * src/output.c (action_row): Likewise.
3178 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
3179
05811fd7
AD
31802002-06-30 Akim Demaille <akim@epita.fr>
3181
3182 * src/print_graph.c: Use report_flag.
3183
0e4d5753
AD
31842002-06-30 Akim Demaille <akim@epita.fr>
3185
3186 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
3187 to...
3188 * src/relation.h, src/relation.c (traverse, relation_digraph)
3189 (relation_print, relation_transpose): New.
3190
24c7d800
AD
31912002-06-30 Akim Demaille <akim@epita.fr>
3192
3193 * src/state.h, src/state.c (shifts_to): New.
3194 * src/lalr.c (build_relations): Use it.
3195
9222837b
AD
31962002-06-30 Akim Demaille <akim@epita.fr>
3197
3198 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
3199 (item_number_of_rule_number, rule_number_of_item_number): New.
3200 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
3201 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
3202 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
3203 Propagate their use.
3204 Much remains to be done, in particular wrt `shorts' from types.h.
3205
260008e5
AD
32062002-06-30 Akim Demaille <akim@epita.fr>
3207
3208 * src/symtab.c (symbol_new): Initialize the `printer' member.
3209
8a731ca8
AD
32102002-06-30 Akim Demaille <akim@epita.fr>
3211
3212 * src/LR0.c (save_reductions): Remove, replaced by...
3213 * src/state.h, src/state.c (state_reductions_set): New.
3214 (reductions, errs): Rename as...
3215 (reductions_t, errs_t): these.
3216 Adjust all dependencies.
3217
32e1e0a4
AD
32182002-06-30 Akim Demaille <akim@epita.fr>
3219
3220 * src/LR0.c (state_list_t, state_list_append): New.
3221 (first_state, last_state): Now symbol_list_t.
3222 (this_state): Remove.
3223 (new_itemsets, append_states, save_reductions): Take a state_t as
3224 argument.
3225 (set_states, generate_states): Adjust.
3226 (save_shifts): Remove, replaced by...
3227 * src/state.h, src/state.c (state_shifts_set): New.
3228 (shifts): Rename as...
3229 (shifts_t): this.
3230 Adjust all dependencies.
3231 * src/state.h (state_t): Remove the `next' member.
3232
e5fb6710
AD
32332002-06-30 Akim Demaille <akim@epita.fr>
3234
3235 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
3236 escaped in slot 0.
3237
c7ca99d4
AD
32382002-06-30 Akim Demaille <akim@epita.fr>
3239
3240 Use hash.h for the state hash table.
3241
3242 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
3243 (allocate_storage): Use state_hash_new.
3244 (free_storage): Use state_hash_free.
3245 (new_state, get_state): Adjust.
3246 * src/lalr.h, src/lalr.c (states): Move to...
3247 * src/states.h (state_t): Remove the `link' member, no longer
3248 used.
3249 * src/states.h, src/states.c: here.
3250 (state_hash_new, state_hash_free, state_hash_lookup)
3251 (state_hash_insert, states_free): New.
3252 * src/states.c (state_table, state_compare, state_hash): New.
3253 * src/output.c (output_actions): Do not free states now, since we
3254 still need to know the final_state number in `prepare', called
3255 afterwards. Do it...
3256 * src/main.c (main): here: call states_free after `output'.
3257
df0e7316
AD
32582002-06-30 Akim Demaille <akim@epita.fr>
3259
3260 * src/state.h, src/state.c (state_new): New, extracted from...
3261 * src/LR0.c (new_state): here.
3262 * src/state.h (STATE_ALLOC): Move to...
3263 * src/state.c: here.
3264 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
3265 * src/state.h, src/state.c: here.
3266
39f41916
AD
32672002-06-30 Akim Demaille <akim@epita.fr>
3268
3269 * src/reader.c (gensym): Rename as...
3270 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
3271 (getsym): Rename as...
3272 (symbol_get): this.
3273
d57650a5
AD
32742002-06-30 Akim Demaille <akim@epita.fr>
3275
3276 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
3277 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
3278 * src/output.c, src/print.c, src/print_graph.c: Propagate.
3279 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
3280
5a08f1ce
AD
32812002-06-30 Akim Demaille <akim@epita.fr>
3282
3283 Make the test suite pass with warnings checked.
3284
3285 * tests/actions.at (Printers and Destructors): Improve.
3286 Avoid unsigned vs. signed issues.
3287 * tests/calc.at: Don't exercise the scanner here, do it...
3288 * tests/input.at (Torturing the Scanner): here.
3289
720623af
PH
32902002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3291
88e7e941 3292 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
3293 reorganize first lines parallel to yacc.c.
3294
fb8135fa
AD
32952002-06-28 Akim Demaille <akim@epita.fr>
3296
3297 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
3298 (b4_token_enum, b4_token_defines): New, factored from...
3299 * data/lalr1.cc, data/yacc.c, glr.c: here.
3300
41442480
AD
33012002-06-28 Akim Demaille <akim@epita.fr>
3302
3303 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
3304 unused variables.
3305 * src/output.c (merger_output): static.
3306
e0e5bf84
AD
33072002-06-28 Akim Demaille <akim@epita.fr>
3308
3309 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
3310 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
3311 pacify GCC.
3312 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 3313
676385e2
PH
33142002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3315
3316 Accumulated changelog for new GLR parsing features.
3317
6a254321 3318 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
3319 conflicts_total_count.
3320 * src/conflicts.h: Ditto.
3321 * src/output.c (token_actions): Use the new name.
3322 (output_conflicts): Change conflp => conflict_list_heads, and
3323 confl => conflict_list for better readability.
3324 * data/glr.c: Use the new names.
3325 * NEWS: Add self to GLR announcement.
e0e5bf84 3326
676385e2
PH
3327 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
3328
3329 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
3330 Akim Demaille.
3331
3332 * data/bison.glr: Change name to glr.c
3333 * data/glr.c: Renamed from bison.glr.
3334 * data/Makefile.am: Add glr.c
e0e5bf84
AD
3335
3336 * src/getargs.c:
3337
676385e2
PH
3338 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
3339 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 3340
676385e2
PH
3341 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3342
3343 * data/bison.glr: Be sure to restore the
3344 current #line when returning to the skeleton contents after having
3345 exposed the input file's #line.
3346
3347 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3348
3349 * data/bison.glr: Bring up to date with changes to bison.simple.
3350
3351 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3352
3353 * data/bison.glr: Correct definitions that use b4_prefix.
3354 Various reformatting.
3355 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
3356 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
3357 yytokenp argument; now part of stack.
3358 (yychar): Define to behave as documented.
3359 (yyclearin): Ditto.
e0e5bf84 3360
676385e2
PH
3361 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3362
3363 * src/reader.h: Add declaration for free_merger_functions.
3364
3365 * src/reader.c (merge_functions): New variable.
3366 (get_merge_function): New function.
3367 (free_merger_functions): New function.
3368 (readgram): Check for %prec that is not followed by a symbol.
3369 Handle %dprec and %merge declarations.
3370 (packgram): Initialize dprec and merger fields in rules array.
3371
3372 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
3373 conflict_list_cnt, conflict_list_free): New variables.
3374 (table_grow): Also grow conflict_table.
e0e5bf84 3375 (prepare_rules): Output dprec and merger tables.
676385e2 3376 (conflict_row): New function.
e0e5bf84 3377 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
3378 default reduction in conflicted states for GLR parser so that there
3379 are spaces for the conflict lists.
3380 (save_row): Also save conflict information.
3381 (token_actions): Allocate conflict list.
3382 (merger_output): New function.
3383 (pack_vector): Pack conflict table, too.
3384 (output_conflicts): New function to output yyconflp and yyconfl.
3385 (output_check): Allocate conflict_tos.
3386 (output_actions): Output conflict tables, also.
3387 (output_skeleton): Output b4_mergers definition.
3388 (prepare): Output b4_max_rhs_length definition.
3389 Use 'bison.glr' as default skeleton for GLR parsers.
3390
3391 * src/gram.c (glr_parser): New flag.
3392 (grammar_free): Call free_merger_functions.
3393
3394 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
3395 all pairs of conflicting reductions, rather than just all tokens
3396 causing conflicts. Needed to size conflict tables.
e0e5bf84 3397 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
3398 interface.
3399 (conflicts_print): Ditto.
3400 (count_total_conflicts): New function.
3401
3402 * src/reader.h (merger_list): New type.
3403 (merge_functions): New variable.
3404
3405 * src/lex.h (tok_dprec, tok_merge): New token types.
3406
3407 * src/gram.h (rule_s): Add dprec and merger fields.
3408 (glr_parser): New flag.
3409
3410 * src/conflicts.h (count_total_conflicts): New function.
3411
3412 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
3413
3414 * doc/bison.texinfo (Generalized LR Parsing): New section.
3415 (GLR Parsers): New section.
3416 (Language and Grammar): Mention GLR parsing.
3417 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
3418 Correct typo ("tge" -> "the").
3419
3420 * data/bison.glr: New skeleton for GLR parsing.
3421
3422 * tests/cxx-gram.at: New tests for GLR parsing.
3423
3424 * tests/testsuite.at: Include cxx-gram.at.
3425
3426 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 3427
676385e2
PH
3428 * src/parse-gram.y:
3429
3430 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
3431
3432 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 3433
b5480d74 34342002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
3435
3436 * src/options.h, src/options.c: Remove.
3437 * src/getargs.c (short_options, long_options): New.
3438
60491a94
AD
34392002-06-27 Akim Demaille <akim@epita.fr>
3440
3441 * data/bison.simple, data/bison.c++: Rename as...
3442 * data/yacc.c, data/lalr1.cc: these.
3443 * doc/bison.texinfo (Environment Variables): Remove.
3444
9be0c25b
AD
34452002-06-25 Raja R Harinath <harinath@cs.umn.edu>
3446
3447 * src/getargs.c (report_argmatch): Initialize strtok().
3448
1ae72863
AD
34492002-06-20 Akim Demaille <akim@epita.fr>
3450
3451 * data/bison.simple (b4_symbol_actions): New, replaces...
3452 (b4_symbol_destructor, b4_symbol_printer): these.
3453 (yysymprint): Be sure to call YYPRINT only for tokens, and using
3454 user token numbers.
3455
87542d29
AD
34562002-06-20 Akim Demaille <akim@epita.fr>
3457
3458 * data/bison.simple (yydestructor): Rename as...
3459 (yydestruct): this.
3460
1a31ed21
AD
34612002-06-20 Akim Demaille <akim@epita.fr>
3462
3463 * src/symtab.h, src/symtab.c (symbol_type_set)
3464 (symbol_destructor_set, symbol_precedence_set): The location is
3465 the last argument.
3466 Adjust all callers.
3467
e776192e
AD
34682002-06-20 Akim Demaille <akim@epita.fr>
3469
3470 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
3471 internals.
3472 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
3473 Takes a location.
3474 * src/symtab.h, src/symtab.c (symbol_class_set)
3475 (symbol_user_token_number_set): Likewise.
3476 Adjust all callers.
3477 Promote complain_at.
3478 * tests/input.at (Type Clashes): Adjust.
3479
5c1180b3
AD
34802002-06-20 Akim Demaille <akim@epita.fr>
3481
3482 * data/bison.simple (YYLEX): Fix the declaration when
3483 %pure-parser.
3484
e3170060
AD
34852002-06-20 Akim Demaille <akim@epita.fr>
3486
3487 * data/bison.simple (yysymprint): Don't print the token number,
3488 just its name.
3489 * tests/actions.at (Destructors): Rename as...
3490 (Printers and Destructors): this.
3491 Also exercise %printer.
3492
253862fd
AD
34932002-06-20 Akim Demaille <akim@epita.fr>
3494
3495 * data/bison.simple (YYDSYMPRINT): New.
3496 Use it to remove many of the #if YYDEBUG/if (yydebug).
3497
366eea36
AD
34982002-06-20 Akim Demaille <akim@epita.fr>
3499
3500 * src/symtab.h, src/symtab.c (symbol_t): printer and
3501 printer_location are new members.
3502 (symbol_printer_set): New.
3503 * src/parse-gram.y (PERCENT_PRINTER): New token.
3504 Handle its associated rule.
3505 * src/scan-gram.l: Adjust.
3506 (handle_destructor_at, handle_destructor_dollar): Rename as...
3507 (handle_symbol_code_at, handle_symbol_code_dollar): these.
3508 * src/output.c (symbol_printers_output): New.
3509 (output_skeleton): Call it.
3510 * data/bison.simple (yysymprint): New. Cannot be named yyprint
3511 since there are already many grammar files with a user `yyprint'.
3512 Replace the calls to YYPRINT to calls to yysymprint.
3513 * tests/calc.at: Adjust.
3514 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
3515 taking advantage of parser very internal details (stack size!).
3516
4f25ebb0
AD
35172002-06-20 Akim Demaille <akim@epita.fr>
3518
3519 * src/scan-gram.l: Complete the scanner with the missing patterns
3520 to pacify Flex.
3521 Use `quote' and `symbol_tag_get' where appropriate.
3522
93b68a0e
AD
35232002-06-19 Akim Demaille <akim@epita.fr>
3524
3525 * tests/actions.at (Destructors): Augment to test locations.
3526 * data/bison.simple (yydestructor): Pass it the current location
3527 if locations are enabled.
3528 Prototype only when __STDC__ or C++.
3529 Change the argument names to move into the yy name space: there is
3530 user code here.
3531
58612f1d
AD
35322002-06-19 Akim Demaille <akim@epita.fr>
3533
74310291
AD
3534 * data/bison.simple (b4_pure_if): New.
3535 Use it instead of #ifdef YYPURE.
3536
35372002-06-19 Akim Demaille <akim@epita.fr>
3538
3539 * data/bison.simple (b4_location_if): New.
58612f1d
AD
3540 Use it instead of #ifdef YYLSP_NEEDED.
3541
f25bfb75
AD
35422002-06-19 Akim Demaille <akim@epita.fr>
3543
3544 Prepare @$ in %destructor, but currently don't bind it in the
3545 skeleton, as %location use is not cleaned up yet.
3546
3547 * src/scan-gram.l (handle_dollar, handle_destructor_at)
3548 (handle_action_at): New.
3549 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
3550 a braced_code_t and a location as additional arguments.
3551 (handle_destructor_dollar): Instead of requiring `b4_eval', just
3552 unquote one when outputting `b4_dollar_dollar'.
3553 Adjust callers.
3554 * data/bison.simple (b4_eval): Remove.
3555 (b4_symbol_destructor): Adjust.
3556 * tests/input.at (Invalid @n): Adjust.
3557
c732d2c6
AD
35582002-06-19 Zack Weinberg <zack@codesourcery.com>
3559
3560 * doc/bison.texinfo: Document ability to have multiple
3561 prologue sections.
3562
8c165d89
AD
35632002-06-18 Akim Demaille <akim@epita.fr>
3564
3565 * src/files.c (compute_base_names): When computing the output file
3566 names from the input file name, strip the directory part.
3567
ca98bf57
AD
35682002-06-18 Akim Demaille <akim@epita.fr>
3569
3570 * data/bison.simple.new: Comment changes.
3571 Reported by Andreas Schwab.
3572
0bfb02ff
AD
35732002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
3574
3575 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
3576 there are no `label `yyoverflowlab' defined but not used' warnings
3577 when yyoverflow is defined.
3578
24c0aad7
AD
35792002-06-18 Akim Demaille <akim@epita.fr>
3580
3581 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
3582 new member.
3583 (symbol_destructor_set): Adjust.
3584 * src/output.c (symbol_destructors_output): Output the destructor
3585 locations.
3586 Output the symbol name.
3587 * data/bison.simple (b4_symbol_destructor): Adjust.
3588
5719c109
AD
35892002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
3590 and Akim Demaille <akim@epita.fr>
3591
3592 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
3593 what's left on the stack when the error recovery hits EOF.
3594 * tests/actions.at (Destructors): Complete to exercise this case.
3595
9280d3ef
AD
35962002-06-17 Akim Demaille <akim@epita.fr>
3597
3598 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
3599 arguments is really empty, not only equal to `[]'.
3600 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
3601 member.
3602 (symbol_destructor_set): New.
3603 * src/output.c (symbol_destructors_output): New.
3604 * src/reader.h (brace_code_t, current_braced_code): New.
3605 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
3606 (handle_dollar): Rename as...
3607 (handle_action_dollar): this.
3608 (handle_destructor_dollar): New.
3609 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
3610 (grammar_declaration): Use it.
3611 * data/bison.simple (yystos): Is always defined.
3612 (yydestructor): New.
3613 * tests/actions.at (Destructors): New.
3614 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
3615
dafdc66f
AD
36162002-06-17 Akim Demaille <akim@epita.fr>
3617
3618 * src/symlist.h, src/symlist.c (symbol_list_length): New.
3619 * src/scan-gram.l (handle_dollar, handle_at): Compute the
3620 rule_length only when needed.
3621 * src/output.c (actions_output, token_definitions_output): Output
3622 the full M4 block.
3623 * src/symtab.c: Don't access directly to the symbol tag, use
3624 symbol_tag_get.
3625 * src/parse-gram.y: Use symbol_list_free.
3626
56c47203
AD
36272002-06-17 Akim Demaille <akim@epita.fr>
3628
3629 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
3630 (symbol_list_prepend, get_type_name): Move to...
3631 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
3632 (symbol_list_prepend, symbol_list_n_type_name_get): here.
3633 Adjust all callers.
3634 (symbol_list_free): New.
3635 * src/scan-gram.l (handle_dollar): Takes a location.
3636 * tests/input.at (Invalid $n): Adjust.
3637
1e0bab92
AD
36382002-06-17 Akim Demaille <akim@epita.fr>
3639
3640 * src/reader.h, src/reader.c (symbol_list_new): Export it.
3641 (symbol_list_prepend): New.
3642 * src/parse-gram.y (%union): `list' is a new member.
3643 (symbols.1): New, replaces...
3644 (terms_to_prec.1, nterms_to_type.1): these.
3645 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
3646 Take a location as additional argument.
3647 Adjust all callers.
3648
04e60654
AD
36492002-06-15 Akim Demaille <akim@epita.fr>
3650
3651 * src/parse-gram.y: Move %token in the declaration section so that
3652 we don't depend upon CVS Bison.
3653
10e5b8bd
AD
36542002-06-15 Akim Demaille <akim@epita.fr>
3655
3656 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
3657 * src/print.c (print_core): Use it.
3658
9801d40c
AD
36592002-06-15 Akim Demaille <akim@epita.fr>
3660
3661 * src/conflicts.c (log_resolution): Accept the rule involved in
3662 the sr conflicts instead of the lookahead number that points to
3663 that rule.
3664 (flush_reduce): Accept the current lookahead vector as argument,
3665 instead of the index in LA.
3666 (resolve_sr_conflict): Accept the current number of lookahead
3667 bitset to consider for the STATE, instead of the index in LA.
3668 (set_conflicts): Adjust.
3669 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
3670
c0263492
AD
36712002-06-15 Akim Demaille <akim@epita.fr>
3672
3673 * src/state.h (state_t): Replace the `lookaheadsp' member, a
3674 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
3675 Adjust all dependencies.
3676 * src/lalr.c (initialize_lookaheads): Split into...
3677 (states_lookaheads_count, states_lookaheads_initialize): these.
3678 (lalr): Adjust.
3679
9757c359
AD
36802002-06-15 Akim Demaille <akim@epita.fr>
3681
3682 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
3683 out of...
3684 (grammar_rules_print): here.
3685 * src/reduce.c (reduce_output): Use it.
3686 * tests/reduce.at (Useless Rules, Reduced Automaton)
3687 (Underivable Rules): Adjust.
3688
6b98e4b5
AD
36892002-06-15 Akim Demaille <akim@epita.fr>
3690
3691 Copy BYacc's nice way to report the grammar.
3692
3693 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
3694 New.
3695 Don't print the rules' location, it is confusing and useless.
3696 (rule_print): Use grammar_rhs_print.
3697 * src/print.c (print_grammar): Use grammar_rules_print.
3698
6b98e4b5
AD
36992002-06-15 Akim Demaille <akim@epita.fr>
3700
3701 Complete and rationalize `useless thing' warnings.
3702
3703 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
3704 (symbol_tag_print): New.
3705 Use them everywhere in place of accessing directly the tag member.
3706 * src/gram.h, src/gram.c (rule_print): New.
3707 Use it where a rule used to be printed `by hand'.
3708 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
3709 (reduce_grammar_tables): Report the useless rules.
3710 (reduce_print): Useless things are a warning, not an error.
3711 Report it as such.
3712 * tests/reduce.at (Useless Nonterminals, Useless Rules):
3713 (Reduced Automaton, Underivable Rules): Adjust.
3714 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
3715 * tests/conflicts.at (Unresolved SR Conflicts)
3716 (Solved SR Conflicts): Adjust.
3717
ee000ba4
AD
37182002-06-15 Akim Demaille <akim@epita.fr>
3719
3720 Let symbols have a location.
3721
3722 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
3723 (getsym): Adjust.
3724 Adjust all callers.
3725 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
3726 Use location_t, not int.
3727 * src/symtab.c (symbol_check_defined): Take advantage of the
3728 location.
3729 * tests/regression.at (Invalid inputs): Adjust.
3730
8efe435c
AD
37312002-06-15 Akim Demaille <akim@epita.fr>
3732
3733 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
3734 (input): Don't try to initialize yylloc here, do it in the
3735 scanner.
3736 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
3737 * src/gram.h (rule_t): Change line and action_line into location
3738 and action_location, of location_t type.
3739 Adjust all dependencies.
3740 * src/location.h, src/location.c (empty_location): New.
3741 * src/reader.h, src/reader.c (grammar_start_symbol_set)
3742 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
3743 (grammar_current_rule_symbol_append)
3744 (grammar_current_rule_action_append): Expect a location as argument.
3745 * src/reader.c (grammar_midrule_action): Adjust to attach an
3746 action's location as dummy symbol location.
3747 * src/symtab.h, src/symtab.c (startsymbol_location): New.
3748 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
3749 the line numbers.
3750
1921f1d7
AD
37512002-06-14 Akim Demaille <akim@epita.fr>
3752
3753 Grammar declarations may be found in the grammar section.
3754
3755 * src/parse-gram.y (rules_or_grammar_declaration): New.
3756 (declarations): Each declaration may end with a semicolon, not
3757 just...
3758 (grammar_declaration): `"%union"'.
3759 (grammar): Branch to rules_or_grammar_declaration.
3760
4515534c
AD
37612002-06-14 Akim Demaille <akim@epita.fr>
3762
3763 * src/main.c (main): Invoke scanner_free.
3764
f958596b
AD
37652002-06-14 Akim Demaille <akim@epita.fr>
3766
3767 * src/output.c (m4_invoke): Extracted from...
3768 (output_skeleton): here.
3769 Free tempfile.
3770
2c569025
AD
37712002-06-14 Akim Demaille <akim@epita.fr>
3772
3773 * src/parse-gram.y (directives, directive, gram)
3774 (grammar_directives, precedence_directives, precedence_directive):
3775 Rename as...
3776 (declarations, declaration, grammar, grammar_declaration)
3777 (precedence_declaration, precedence_declarator): these.
3778 (symbol_declaration): New.
3779
592e8d4d
AD
37802002-06-14 Akim Demaille <akim@epita.fr>
3781
3782 * src/files.c (action_obstack): Remove, unused.
3783 (output_obstack): Remove it, and all its dependencies, as it is no
3784 longer needed.
3785 * src/reader.c (epilogue_set): Build the epilogue in the
3786 muscle_obstack.
3787 * src/output.h, src/output.c (muscle_obstack): Move to...
3788 * src/muscle_tab.h, src/muscle_tab.h: here.
3789 (muscle_init): Initialize muscle_obstack.
3790 (muscle_free): New.
3791 * src/main.c (main): Call it.
3792
0c15323d
AD
37932002-06-14 Akim Demaille <akim@epita.fr>
3794
3795 * src/location.h: New, extracted from...
3796 * src/reader.h: here.
3797 * src/Makefile.am (noinst_HEADERS): Merge into
3798 (bison_SOURCES): this.
3799 Add location.h.
3800 * src/parse-gram.y: Use location_t instead of Bison's.
3801 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
3802 Use location_t instead of ints.
3803
e96c9728
AD
38042002-06-14 Akim Demaille <akim@epita.fr>
3805
3806 * data/bison.simple, data/bison.c++: Be sure to restore the
3807 current #line when returning to the skeleton contents after having
3808 exposed the input file's #line.
3809
75d1fe16
AD
38102002-06-12 Akim Demaille <akim@epita.fr>
3811
3812 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
3813 eager.
3814 * tests/actions.at (Exotic Dollars): New.
3815
6c35d22c
AD
38162002-06-12 Akim Demaille <akim@epita.fr>
3817
3818 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
3819 ['"/] too eagerly.
3820 * tests/input.at (Torturing the Scanner): New.
3821
1d6412ad
AD
38222002-06-11 Akim Demaille <akim@epita.fr>
3823
3824 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
3825 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
3826 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
3827 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
3828 * src/reader.c (reader): Use it.
3829
4cdb01db
AD
38302002-06-11 Akim Demaille <akim@epita.fr>
3831
3832 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
3833 Adjust all callers.
3834 (scanner_last_string_free): New.
3835
44995b2e
AD
38362002-06-11 Akim Demaille <akim@epita.fr>
3837
3838 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
3839 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
3840 (last_string, YY_OBS_FREE): New.
3841 Use them when returning an ID.
3842
e9955c83
AD
38432002-06-11 Akim Demaille <akim@epita.fr>
3844
3845 Have Bison grammars parsed by a Bison grammar.
3846
3847 * src/reader.c, src/reader.h (prologue_augment): New.
3848 * src/reader.c (copy_definition): Remove.
3849
3850 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
3851 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
3852 (grammar_current_rule_prec_set, grammar_current_rule_check)
3853 (grammar_current_rule_symbol_append)
3854 (grammar_current_rule_action_append): Export.
3855 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
3856 (symbol_list_action_append): Remove.
3857 Hook the routines from reader.
3858 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
3859 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
3860
3861 * src/reader.c (read_declarations): Remove, unused.
3862
3863 * src/parse-gram.y: Handle the epilogue.
3864 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
3865 (grammar_start_symbol_set): this.
3866 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
3867 * src/reader.c (readgram): Remove, unused.
3868 (reader): Adjust to insert eoftoken and axiom where appropriate.
3869
3870 * src/reader.c (copy_dollar): Replace with...
3871 * src/scan-gram.h (handle_dollar): this.
3872 * src/parse-gram.y: Remove `%thong'.
3873
3874 * src/reader.c (copy_at): Replace with...
3875 * src/scan-gram.h (handle_at): this.
3876
3877 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
3878 New.
3879
3880 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
3881 time being.
3882
3883 * src/reader.h, src/reader.c (grammar_rule_end): New.
3884
3885 * src/parse.y (current_type, current_class): New.
3886 Implement `%nterm', `%token' support.
3887 Merge `%term' into `%token'.
3888 (string_as_id): New.
3889 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
3890 type name.
3891
3892 * src/parse-gram.y: Be sure to handle properly the beginning of
3893 rules.
3894
3895 * src/parse-gram.y: Handle %type.
3896 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
3897
3898 * src/parse-gram.y: More directives support.
3899 * src/options.c: No longer handle source directives.
3900
3901 * src/parse-gram.y: Fix %output.
3902
3903 * src/parse-gram.y: Handle %union.
3904 Use the prologue locations.
3905 * src/reader.c (parse_union_decl): Remove.
3906
3907 * src/reader.h, src/reader.c (epilogue_set): New.
3908 * src/parse-gram.y: Use it.
3909
3910 * data/bison.simple, data/bison.c++: b4_stype is now either not
3911 defined, then default to int, or to the contents of %union,
3912 without `union' itself.
3913 Adjust.
3914 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
3915
3916 * src/output.c (actions_output): Don't output braces, as they are
3917 already handled by the scanner.
3918
3919 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
3920 characters to themselves.
3921
3922 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
3923 that the epilogue has a proper #line.
3924
3925 * src/parse-gram.y: Handle precedence/associativity.
3926
3927 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
3928 a terminal.
3929 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
3930 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
3931 at all to define terminals that cannot be emitted.
3932
3933 * src/scan-gram.l: Escape M4 characters.
3934
3935 * src/scan-gram.l: Working properly with escapes in user
3936 strings/characters.
3937
3938 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
3939 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
3940 grammar.
3941 Use more modest sizes, as for the time being the parser does not
3942 release memory, and therefore the process swallows a huge amount
3943 of memory.
3944
3945 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
3946 stricter %token grammar.
3947
3948 * src/symtab.h (associativity): Add `undef_assoc'.
3949 (symbol_precedence_set): Do nothing when passed an undef_assoc.
3950 * src/symtab.c (symbol_check_alias_consistence): Adjust.
3951
3952 * tests/regression.at (Invalid %directive): Remove, as it is now
3953 meaningless.
3954 (Invalid inputs): Adjust to the new error messages.
3955 (Token definitions): The new grammar doesn't allow too many
3956 eccentricities.
3957
3958 * src/lex.h, src/lex.c: Remove.
3959 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
3960 (copy_character, copy_string2, copy_string, copy_identifier)
3961 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
3962 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
3963 (parse_action): Remove.
3964 * po/POTFILES.in: Adjust.
3965
2e047461
AD
39662002-06-11 Akim Demaille <akim@epita.fr>
3967
3968 * src/reader.c (parse_action): Don't store directly into the
3969 rule's action member: return the action as a string.
3970 Don't require `rule_length' as an argument: compute it.
3971 (grammar_current_rule_symbol_append)
3972 (grammar_current_rule_action_append): New, eved out from
3973 (readgram): here.
3974 Remove `action_flag', `rulelength', unused now.
3975
9af3fbce
AD
39762002-06-11 Akim Demaille <akim@epita.fr>
3977
3978 * src/reader.c (grammar_current_rule_prec_set).
3979 (grammar_current_rule_check): New, eved out from...
3980 (readgram): here.
3981 Remove `xaction', `first_rhs': useless.
3982 * tests/input.at (Type clashes): New.
3983 * tests/existing.at (GNU Cim Grammar): Adjust.
3984
1485e106
AD
39852002-06-11 Akim Demaille <akim@epita.fr>
3986
3987 * src/reader.c (grammar_midrule_action): New, Eved out from
3988 (readgram): here.
3989
da4160c3
AD
39902002-06-11 Akim Demaille <akim@epita.fr>
3991
3992 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
3993 New.
3994 (readgram): Use them as replacement of inlined code, crule and
3995 crule1.
3996
f6d0f937
AD
39972002-06-11 Akim Demaille <akim@epita.fr>
3998
3999 * src/reader.c (grammar_end, grammar_symbol_append): New.
4000 (readgram): Use them.
4001 Make the use of `p' as local as possible.
4002
69078d4b
AD
40032002-06-10 Akim Demaille <akim@epita.fr>
4004
4005 GCJ's parser requires the tokens to be defined before the prologue.
4006
4007 * data/bison.simple: Output the token definition before the user's
4008 prologue.
4009 * tests/regression.at (Braces parsing, Duplicate string)
4010 (Mixing %token styles): Check the output from bison.
4011 (Early token definitions): New.
4012
5e424082
AD
40132002-06-10 Akim Demaille <akim@epita.fr>
4014
4015 * src/symtab.c (symbol_user_token_number_set): Don't complain when
4016 assigning twice the same user number to a token, so that we can
4017 use it in...
4018 * src/lex.c (lex): here.
4019 Also use `symbol_class_set' instead of hand written code.
4020 * src/reader.c (parse_assoc_decl): Likewise.
4021
44536b35
AD
40222002-06-10 Akim Demaille <akim@epita.fr>
4023
4024 * src/symtab.c, src/symtab.c (symbol_class_set)
4025 (symbol_user_token_number_set): New.
4026 * src/reader.c (parse_token_decl): Use them.
4027 Use a switch instead of ifs.
4028 Use a single argument.
4029
8b9f2372
AD
40302002-06-10 Akim Demaille <akim@epita.fr>
4031
4032 Remove `%thong' support as it is undocumented, unused, duplicates
4033 `%token's job, and creates useless e-mail traffic with people who
4034 want to know what it is, why it is undocumented, unused, and
4035 duplicates `%token's job.
4036
4037 * src/reader.c (parse_thong_decl): Remove.
4038 * src/options.c (option_table): Remove "thong".
4039 * src/lex.h (tok_thong): Remove.
4040
3ae2b51f
AD
40412002-06-10 Akim Demaille <akim@epita.fr>
4042
4043 * src/symtab.c, src/symtab.c (symbol_type_set)
4044 (symbol_precedence_set): New.
4045 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
4046 (value_components_used): Remove, unused.
4047
2f1afb73
AD
40482002-06-09 Akim Demaille <akim@epita.fr>
4049
4050 Move symbols handling code out of the reader.
4051
4052 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
4053 (axiom): Move to...
4054 * src/symtab.h, src/symtab.c: here.
4055
4056 * src/gram.c (start_symbol): Remove: use startsymbol->number.
4057 * src/reader.c (startval): Rename as...
4058 * src/symtab.h, src/symtab.c (startsymbol): this.
4059 * src/reader.c: Adjust.
4060
4061 * src/reader.c (symbol_check_defined, symbol_make_alias)
4062 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
4063 (token_translations_init)
4064 Move to...
4065 * src/symtab.c: here.
4066 * src/reader.c (packsymbols): Move to...
4067 * src/symtab.h, src/symtab.c (symbols_pack): here.
4068 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
4069 argument.
4070
e9bca3ad
AD
40712002-06-03 Akim Demaille <akim@epita.fr>
4072
4073 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
4074 then statements.
4075
86eff183
AD
40762002-06-03 Akim Demaille <akim@epita.fr>
4077
4078 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
4079 structs with non literals.
4080 * src/scan-skel.l: never-interactive.
4081 * src/conflicts.c (enum conflict_resolution_e): No trailing
4082 comma.
4083 * src/getargs.c (usage): Split long literal strings.
4084 Reported by Hans Aberg.
4085
717be197
AD
40862002-05-28 Akim Demaille <akim@epita.fr>
4087
4088 * data/bison.c++: Use C++ ostreams.
4089 (cdebug_): New member.
4090
670ddffd
AD
40912002-05-28 Akim Demaille <akim@epita.fr>
4092
4093 * src/output.c (output_skeleton): Be sure to allocate enough room
4094 for `/' _and_ for `\0' in full_skeleton.
4095
769b430f
AD
40962002-05-28 Akim Demaille <akim@epita.fr>
4097
4098 * data/bison.c++: Catch up with bison.simple:
4099 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4100 and Paul Eggert <eggert@twinsun.com>: `error' handing.
4101 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
4102 and popping traces.
4103
7067cb36
PH
41042002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4105
4106 * src/output.c (output_skeleton): Put an explicit path in front of
4107 the skeleton file name, rather than relying on the -I directory,
4108 to partially alleviate effects of having a skeleton file lying around
4109 in the current directory.
769b430f 4110
4a713ec2
PH
41112002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4112
769b430f 4113 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
4114 obstack_printf should be obstack_fgrow1.
4115
b408954b
AD
41162002-05-26 Akim Demaille <akim@epita.fr>
4117
4118 * src/state.h (state_t): `solved_conflicts' is a new member.
4119 * src/LR0.c (new_state): Set it to 0.
4120 * src/conflicts.h, src/conflicts.c (print_conflicts)
4121 (free_conflicts, solve_conflicts): Rename as...
4122 (conflicts_print, conflicts_free, conflicts_solve): these.
4123 Adjust callers.
4124 * src/conflicts.c (enum conflict_resolution_e)
4125 (solved_conflicts_obstack): New, used by...
4126 (log_resolution): this.
4127 Adjust to attach the conflict resolution to each state.
4128 Complete the description with the precedence/associativity
4129 information.
4130 (resolve_sr_conflict): Adjust.
4131 * src/print.c (print_state): Output its solved_conflicts.
4132 * tests/conflicts.at (Unresolved SR Conflicts)
4133 (Solved SR Conflicts): Exercise --report=all.
4134
a49aecd5
AD
41352002-05-26 Akim Demaille <akim@epita.fr>
4136
4137 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
4138 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
4139 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
4140 (token_number_t, item_number_as_token_number)
4141 (token_number_as_item_number, muscle_insert_token_number_table):
4142 Rename as...
4143 (symbol_number_t, item_number_as_symbol_number)
4144 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
4145 these, since it is more appropriate.
4146
5504898e
AD
41472002-05-26 Akim Demaille <akim@epita.fr>
4148
4149 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
4150 `Error:' lines.
4151 * data/bison.simple (yystos) [YYDEBUG]: New.
4152 (yyparse) [YYDEBUG]: Display the symbols which are popped during
4153 error recovery.
4154 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
4155
ec3bc396
AD
41562002-05-25 Akim Demaille <akim@epita.fr>
4157
4158 * doc/bison.texinfo (Debugging): Split into...
4159 (Tracing): this new section, its former contents, and...
4160 (Understanding): this new section.
4161 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
4162 by...
4163 (report_flag): this.
4164 Adjust all dependencies.
4165 (report_args, report_types, report_argmatch): New.
4166 (usage, getargs): Report/support -r, --report.
4167 * src/options.h
4168 (struct option_table_struct): Rename as..,
4169 (struct option_table_s): this.
4170 Rename the `set_flag' member to `flag' to match with getopt_long's
4171 struct.
4172 * src/options.c (option_table): Split verbose into an entry for
4173 %verbose, and another for --verbose.
4174 Support --report/-r, so remove -r from the obsolete --raw.
4175 * src/print.c: Attach full item sets and lookaheads reports to
4176 report_flag instead of trace_flag.
4177 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
4178
78df8250
PE
41792002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4180 and Paul Eggert <eggert@twinsun.com>
769b430f 4181
78df8250
PE
4182 * data/bison.simple (yyparse): Correct error handling to conform to
4183 POSIX and yacc. Specifically, after syntax error is discovered,
4184 do not reduce further before shifting the error token.
4185 Clean up the code a bit by removing the labels yyerrdefault,
4186 yyerrhandle, yyerrpop.
4187 * NEWS: Document the above.
4188
c0c9ea05
PH
41892002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4190
4191 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
4192 type; it isn't always big enough, since it doesn't necessarily
4193 include non-terminals.
769b430f 4194 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
4195 the latter can be removed.
4196 (yy_token_number_type): Remove, only one use.
4197 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
4198 don't use TokenNumberType as element type.
769b430f 4199
c0c9ea05
PH
4200 * tests/regression.at: Modify expected output to agree with change
4201 to yyr1 and yytranslate.
769b430f 4202
6390a83f
FK
42032002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
4204
4205 * src/reader.c (parse_action): Use copy_character instead of
4206 obstack_1grow.
4207
db7c8e9a
AD
42082002-05-13 Akim Demaille <akim@epita.fr>
4209
4210 * tests/regression.at (Token definitions): Prototype yylex and
4211 yyerror.
4212
fcc61800
PH
42132002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4214
158c687b 4215 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
4216 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
4217 32-bit arithmetic.
4218 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
4219
5683e9b2
AD
42202002-05-07 Akim Demaille <akim@epita.fr>
4221
4222 * tests/synclines.at: Be sure to prototype yylex and yyerror to
4223 avoid GCC warnings.
4224
0c2d3f4c
AD
42252002-05-07 Akim Demaille <akim@epita.fr>
4226
4227 Kill GCC warnings.
4228
4229 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
4230 over the RHS of each rule.
4231 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
4232 * src/state.h (state_t): Member `nitems' is unsigned short.
4233 * src/LR0.c (get_state): Adjust.
4234 * src/reader.c (packgram): Likewise.
4235 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
4236 `Type'.
4237 (muscle_insert_int_table): Remove, unused.
4238 (prepare_rules): Remove `max'.
4239
1565b720
AD
42402002-05-06 Akim Demaille <akim@epita.fr>
4241
4242 * src/closure.c (print_firsts): Display of the symbol tags.
4243 (bitmatrix_print): Move to...
4244 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
4245 here.
4246 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
4247
cfaee611
AD
42482002-05-06 Akim Demaille <akim@epita.fr>
4249
4250 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
4251 hash_do_for_each.
4252
458be8e0
AD
42532002-05-06 Akim Demaille <akim@epita.fr>
4254
4255 * src/LR0.c (new_state, get_state): Instead of using the global
4256 `kernel_size' and `kernel_base', have two new arguments:
4257 `core_size' and `core'.
4258 Adjust callers.
4259
a900a624
AD
42602002-05-06 Akim Demaille <akim@epita.fr>
4261
4262 * src/reader.c (packgram): No longer end `ritem' with a 0
4263 sentinel: it is not used.
4264
d4e7d3a1
AD
42652002-05-05 Akim Demaille <akim@epita.fr>
4266
4267 New experimental feature: display the lookaheads in the report and
4268 graph.
4269
4270 * src/print (print_core): When --trace-flag, display the rules
4271 lookaheads.
4272 * src/print_graph.c (print_core): Likewise.
4273 Swap the arguments.
4274 Adjust caller.
4275
39ceb25b
AD
42762002-05-05 Akim Demaille <akim@epita.fr>
4277
4278 * tests/torture.at (Many lookaheads): New test.
4279
5372019f
AD
42802002-05-05 Akim Demaille <akim@epita.fr>
4281
4282 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
4283 (GENERATE_MUSCLE_INSERT_TABLE): this.
4284 (output_int_table, output_unsigned_int_table, output_short_table)
4285 (output_token_number_table, output_item_number_table): Replace with...
4286 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
4287 (muscle_insert_short_table, muscle_insert_token_number_table)
4288 (muscle_insert_item_number_table): these.
4289 Adjust all callers.
4290 (prepare_tokens): Don't free `translations', since...
4291 * src/reader.h, src/reader.c (grammar_free): do it.
4292 Move to...
4293 * src/gram.h, src/gram.c (grammar_free): here.
4294 * data/bison.simple, data/bison.c++: b4_token_number_max is now
4295 b4_translate_max.
4296
5df5f6d5
AD
42972002-05-05 Akim Demaille <akim@epita.fr>
4298
4299 * src/output.c (output_unsigned_int_table): New.
4300 (prepare_rules): `i' is unsigned.
4301 `prhs', `rline', `r2' are unsigned int.
4302 Rename muscle `rhs_number_max' as `rhs_max'.
4303 Output muscles `prhs_max', `rline_max', and `r2_max'.
4304 Free rline and r1.
4305 * data/bison.simple, data/bison.c++: Adjust to use these muscles
4306 to compute types instead of constant types.
4307 * tests/regression.at (Web2c Actions): Adjust.
4308
b87f8b21
AD
43092002-05-04 Akim Demaille <akim@epita.fr>
4310
4311 * src/symtab.h (SALIAS, SUNDEF): Rename as...
4312 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
4313 Adjust dependencies.
4314 * src/output.c (token_definitions_output): Be sure not to output a
4315 `#define 'a'' when fed with `%token 'a' "a"'.
4316 * tests/regression.at (Token definitions): New.
4317
8bb936e4
PE
43182002-05-03 Paul Eggert <eggert@twinsun.com>
4319
4320 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
4321 for K&R C.
4322
43232002-05-03 gettextize <bug-gnu-gettext@gnu.org>
4324
4325 * Makefile.am (SUBDIRS): Remove intl.
4326 (EXTRA_DIST): Add config/config.rpath.
4327
53c71a12
AD
43282002-05-03 Akim Demaille <akim@epita.fr>
4329
4330 * data/bison.simple (m4_if): Don't output empty enums.
4331 And actually, output valid enum definitions :(.
4332
289dd0cf
AD
43332002-05-03 Akim Demaille <akim@epita.fr>
4334
4335 * configure.bat: Remove, completely obsolete.
4336 * Makefile.am (EXTRA_DIST): Adjust.
4337 Don't distribute config.rpath...
4338 * config/Makefile.am (EXTRA_DIST): Do it.
4339
db85e524
AD
43402002-05-03 Akim Demaille <akim@epita.fr>
4341
4342 * configure.in (GETTEXT_VERSION): New.
4343 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
4344
83ccf991
AD
43452002-05-03 Akim Demaille <akim@epita.fr>
4346
4347 * data/bison.simple (b4_token_enum): New.
4348 (b4_token_defines): Use it to output tokens both as #define and
4349 enums.
4350 Suggested by Paul Eggert.
4351 * src/output.c (token_definitions_output): Don't output spurious
4352 white spaces.
4353
1f418995
AD
43542002-05-03 Akim Demaille <akim@epita.fr>
4355
4356 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
4357
45119f04
RA
43582002-05-02 Robert Anisko <robert@lrde.epita.fr>
4359
4360 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
4361 Update the stack class, give a try to deque as the default container.
4362
b2d52318
AD
43632002-05-02 Akim Demaille <akim@epita.fr>
4364
4365 * data/bison.simple (yyparse): Do not implement @$ = @1.
4366 (YYLLOC_DEFAULT): Adjust to do it.
4367 * doc/bison.texinfo (Location Default Action): Fix.
4368
3a8b4109
AD
43692002-05-02 Akim Demaille <akim@epita.fr>
4370
4371 * src/reader.c (parse_braces): Merge into...
4372 (parse_action): this.
4373
84614e13
AD
43742002-05-02 Akim Demaille <akim@epita.fr>
4375
4376 * configure.in (ALL_LINGUAS): Remove.
4377 * po/LINGUAS, hr.po: New.
4378
fdbcd8e2
AD
43792002-05-02 Akim Demaille <akim@epita.fr>
4380
4381 Remove the so called hairy (semantic) parsers.
4382
4383 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
4384 * src/gram.h, src/gram.c (semantic_parser): Remove.
4385 (rule_t): Remove the guard and guard_line members.
4386 * src/lex.h (token_t): remove tok_guard.
4387 * src/options.c (option_table): Remove %guard and %semantic_parser
4388 support.
4389 * src/output.c, src/output.h (guards_output): Remove.
4390 (prepare): Adjust.
4391 (token_definitions_output): Don't output the `T'
4392 tokens (???).
4393 (output_skeleton): Don't output the guards.
4394 * src/files.c, src/files.c (attrsfile): Remove.
4395 * src/reader.c (symbol_list): Remove the guard and guard_line
4396 members.
4397 Adjust dependencies.
4398 (parse_guard): Remove.
4399 * data/bison.hairy: Remove.
4400 * doc/bison.texinfo (Environment Variables): Remove occurrences of
4401 BISON_HAIRY.
4402
82b6cb3f
AD
44032002-05-02 Akim Demaille <akim@epita.fr>
4404
4405 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
4406 (parse_guard): Rename the formal argument `stack_offset' as
4407 `rule_length', which is more readable.
4408 Adjust callers.
4409 (copy_at, copy_dollar): Instead of outputting the hard coded
4410 values of $$, $n and so forth, output invocation to b4_lhs_value,
4411 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
4412 Note: this patch partially drops `semantic-parser' support: it
4413 always does `rule_length - n', where semantic parsers ought to
4414 always use `-n'.
82b6cb3f
AD
4415 * data/bison.simple, data/bison.c++ (b4_lhs_value)
4416 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
4417
6cbfbcc5
AD
44182002-05-02 Akim Demaille <akim@epita.fr>
4419
4420 * configure.in (AC_INIT): Bump to 1.49b.
4421 (AM_INIT_AUTOMAKE): Short invocation.
4422
b8548114
AD
44232002-05-02 Akim Demaille <akim@epita.fr>
4424
4425 Version 1.49a.
4426
c20cd1fa
AD
44272002-05-01 Akim Demaille <akim@epita.fr>
4428
4429 * src/skeleton.h: Remove.
4430
8a9566d4
AD
44312002-05-01 Akim Demaille <akim@epita.fr>
4432
4433 * src/skeleton.h: Fix the #endif.
4434 Reported by Magnus Fromreide.
4435
8c6d399a
PE
44362002-04-26 Paul Eggert <eggert@twinsun.com>
4437
4438 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
4439 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 4440 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 4441
2b7ed18a
RA
44422002-04-25 Robert Anisko <robert@lrde.epita.fr>
4443
4444 * src/scan-skel.l: Postprocess quadrigraphs.
4445
4446 * src/reader.c (copy_character): New function, used to output
4447 single characters while replacing `[' and `]' with quadrigraphs, to
4448 avoid troubles with M4 quotes.
4449 (copy_comment): Output characters with copy_character.
4450 (read_additionnal_code): Likewise.
4451 (copy_string2): Likewise.
4452 (copy_definition): Likewise.
4453
4454 * tests/calc.at: Exercise M4 quoting.
4455
34a89c50
AD
44562002-04-25 Akim Demaille <akim@epita.fr>
4457
4458 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
4459 between `!' and the command.
4460 Reported by Paul Eggert.
4461
0dd1580a
RA
44622002-04-24 Robert Anisko <robert@lrde.epita.fr>
4463
4464 * tests/calc.at: Exercise prologue splitting.
4465
4466 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
4467 `b4_post_prologue' instead of `b4_prologue'.
4468
4469 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
4470 muscles.
4471 (output): Free pre_prologue_obstack and post_prologue_obstack.
4472 * src/files.h, src/files.c (attrs_obstack): Remove.
4473 (pre_prologue_obstack, post_prologue_obstack): New.
4474 * src/reader.c (copy_definition): Add a parameter to specify the
4475 obstack to fill, instead of using attrs_obstack unconditionally.
4476 (read_declarations): Pass pre_prologue_obstack to copy_definition if
4477 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
4478
83c1796f
PE
44792002-04-23 Paul Eggert <eggert@twinsun.com>
4480
4481 * data/bison.simple: Remove unnecessary commentary and white
4482 space differences from 1_29-branch.
4483 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
4484
4485 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
4486 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
4487 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
4488 constructors or destructors.
4489
4490 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
4491
1207eeac
AD
44922002-04-23 Akim Demaille <akim@epita.fr>
4493
4494 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
4495 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
4496 location with columns.
4497 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
4498 All reported by Paul Eggert.
4499
78ab8f67
AD
45002002-04-22 Akim Demaille <akim@epita.fr>
4501
4502 * src/reduce.c (dump_grammar): Move to...
4503 * src/gram.h, src/gram.c (grammar_dump): here.
4504 Be sure to separate long item numbers.
4505 Don't read the members of a rule's prec if its nil.
4506
133c20e2
AD
45072002-04-22 Akim Demaille <akim@epita.fr>
4508
4509 * src/output.c (table_size, table_grow): New.
4510 (MAXTABLE): Remove, replace uses with table_size.
4511 (pack_vector): Instead of dying when the table is too big, grow it.
4512
9515e8a7
AD
45132002-04-22 Akim Demaille <akim@epita.fr>
4514
4515 * data/bison.simple (yyr1): Its type is that of a token number.
4516 * data/bison.c++ (r1_): Likewise.
4517 * tests/regression.at (Web2c Actions): Adjust.
4518
23c5a174
AD
45192002-04-22 Akim Demaille <akim@epita.fr>
4520
4521 * src/reader.c (token_translations_init): 256 is now the default
4522 value for the error token, i.e., it will be assigned another
4523 number if the user assigned 256 to one of her tokens.
4524 (reader): Don't force 256 to error.
4525 * doc/bison.texinfo (Symbols): Adjust.
4526 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
4527 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
4528 etc. instead of 10, 20, 30 (which was used to `jump' over error
4529 (256) and undefined (2)).
4530
5fbb0954
AD
45312002-04-22 Akim Demaille <akim@epita.fr>
4532
4533 Propagate more token_number_t.
4534
4535 * src/gram.h (token_number_as_item_number)
4536 (item_number_as_token_number): New.
4537 * src/output.c (GENERATE_OUTPUT_TABLE): New.
4538 Use it to create output_item_number_table and
4539 output_token_number_table.
4540 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
4541 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
4542 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
4543 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
4544
4f940944
AD
45452002-04-22 Akim Demaille <akim@epita.fr>
4546
4547 * src/output.h, src/output.c (get_lines_number): Remove.
4548
3ded9a63
AD
45492002-04-19 Akim Demaille <akim@epita.fr>
4550
4551 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
4552 as Lex/Flex'.
4553 (Debugging): More details about enabling the debugging features.
4554 (Table of Symbols): Describe $$, $n, @$, and @n.
4555 Suggested by Tim Josling.
4556
e0c471a9
AD
45572002-04-19 Akim Demaille <akim@epita.fr>
4558
4559 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
4560
fecc10cd
AD
45612002-04-10 Akim Demaille <akim@epita.fr>
4562
4563 * src/system.h: Rely on HAVE_LIMITS_H.
4564 Suggested by Paul Eggert.
4565
51dec47b
AD
45662002-04-09 Akim Demaille <akim@epita.fr>
4567
4568 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
4569 full stderr, and strip it according to the bison options, instead
4570 of composing the error message from different bits.
4571 This makes it easier to check for several error messages.
4572 Adjust all the invocations.
4573 Add an invocation exercising the error token.
4574 Add an invocation demonstrating a stupid error message.
4575 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
4576 Adjust the tests.
4577 Error message are for stderr, not stdout.
4578
007a50a4
AD
45792002-04-09 Akim Demaille <akim@epita.fr>
4580
4581 * src/gram.h, src/gram.c (error_token_number): Remove, use
4582 errtoken->number.
4583 * src/reader.c (reader): Don't specify the user token number (2)
4584 for $undefined, as it uselessly prevents using it.
4585 * src/gram.h (token_number_t): Move to...
4586 * src/symtab.h: here.
4587 (state_t.number): Is a token_number_t.
4588 * src/print.c, src/reader.c: Use undeftoken->number instead of
4589 hard coded 2.
4590 (Even though this 2 is not the same as above: the number of the
4591 undeftoken remains being 2, it is its user token number which
4592 might not be 2).
4593 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
4594 `user_token_number_max'.
4595 Output `undef_token_number'.
4596 * data/bison.simple, data/bison.c++: Use them.
4597 Be sure to map invalid yylex return values to
4598 `undef_token_number'. This saves us from gratuitous SEGV.
4599
4600 * tests/conflicts.at (Solved SR Conflicts)
4601 (Unresolved SR Conflicts): Adjust.
4602 * tests/regression.at (Web2c Actions): Adjust.
4603
06446ccf
AD
46042002-04-08 Akim Demaille <akim@epita.fr>
4605
4606 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
4607 Adding #line.
4608 Remove the duplicate `typedefs'.
4609 (RhsNumberType): Fix the declaration and various other typos.
4610 Use __ofile__.
4611 * data/bison.simple: Use __ofile__.
4612 * src/scan-skel.l: Handle __ofile__.
4613
62a3e4f0
AD
46142002-04-08 Akim Demaille <akim@epita.fr>
4615
4616 * src/gram.h (item_number_t): New, the type of item numbers in
4617 RITEM. Note that it must be able to code symbol numbers as
4618 positive number, and the negation of rule numbers as negative
4619 numbers.
4620 Adjust all dependencies (pretty many).
4621 * src/reduce.c (rule): Remove this `short *' pointer: use
4622 item_number_t.
4623 * src/system.h (MINSHORT, MAXSHORT): Remove.
4624 Include `limits.h'.
4625 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
4626 (shortcpy): Remove.
4627 (MAXTABLE): Move to...
4628 * src/output.c (MAXTABLE): here.
4629 (prepare_rules): Use output_int_table to output rhs.
4630 * data/bison.simple, data/bison.c++: Adjust.
4631 * tests/torture.at (Big triangle): Move the limit from 254 to
4632 500.
4633 * tests/regression.at (Web2c Actions): Ajust.
4634
4635 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
4636 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
4637 passes, but produces negative #line number, once fixed, GCC is
4638 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
4639 C), it passes.
4640 * src/state.h (state_h): Code input lines on ints, not shorts.
4641
bb88b0fc
AD
46422002-04-08 Akim Demaille <akim@epita.fr>
4643
4644 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
4645 and then the grammar.
4646
9a636f47
AD
46472002-04-08 Akim Demaille <akim@epita.fr>
4648
4649 * src/system.h: No longer using strndup.
4650
680e8701
AD
46512002-04-07 Akim Demaille <akim@epita.fr>
4652
4653 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
4654 * src/output.c (output_table_data): Return the longest number.
4655 (prepare_tokens): Output `token_number_max').
4656 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
4657 New.
4658 Use them to define yy_token_number_type/TokenNumberType.
4659 Use this type for yytranslate.
4660 * tests/torture.at (Big triangle): Push the limit from 124 to
4661 253.
4662 * tests/regression.at (Web2c Actions): Adjust.
4663
817e9f41
AD
46642002-04-07 Akim Demaille <akim@epita.fr>
4665
4666 * tests/torture.at (Big triangle): New.
4667 (GNU AWK Grammar, GNU Cim Grammar): Move to...
4668 * tests/existing.at: here.
4669
5123689b
AD
46702002-04-07 Akim Demaille <akim@epita.fr>
4671
4672 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
4673 nritems.
4674 Adjust dependencies.
4675
f3849179
AD
46762002-04-07 Akim Demaille <akim@epita.fr>
4677
4678 * src/reader.c: Normalize increments to prefix form.
4679
bd02036a
AD
46802002-04-07 Akim Demaille <akim@epita.fr>
4681
4682 * src/reader.c, symtab.c: Remove debugging code.
4683
db8837cb
AD
46842002-04-07 Akim Demaille <akim@epita.fr>
4685
4686 Rename all the `bucket's as `symbol_t'.
4687
4688 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
4689 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
4690 * src/symtab.c, src/symtab.h (bucket): Rename as...
4691 (symbol_t): this.
4692 (symbol_list_new, bucket_check_defined, bucket_make_alias)
4693 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
4694 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
4695 (buckets_new, buckets_free, buckets_do): Rename as...
4696 (symbol_list_new, symbol_check_defined, symbol_make_alias)
4697 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
4698 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
4699 (symbols_new, symbols_free, symbols_do): these.
4700
72a23c97
AD
47012002-04-07 Akim Demaille <akim@epita.fr>
4702
4703 Use lib/hash for the symbol table.
4704
4705 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
4706 EOF.
4707 * src/lex.c (lex): Set the `number' member of new terminals.
4708 * src/reader.c (bucket_check_defined, bucket_make_alias)
4709 (bucket_check_alias_consistence, bucket_translation): New.
4710 (reader, grammar_free, readgram, token_translations_init)
4711 (packsymbols): Adjust.
4712 (reader): Number the predefined tokens.
4713 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
4714 for predefined tokens.
4715 * src/symtab.h (bucket): Remove all the hash table related
4716 members.
4717 * src/symtab.c (symtab): Replace by...
4718 (bucket_table): this.
4719 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
4720 (buckets_new, buckets_do): New.
4721
280a38c3
AD
47222002-04-07 Akim Demaille <akim@epita.fr>
4723
4724 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
4725 (start_symbol, max_user_token_number, semantic_parser)
4726 (error_token_number): Initialize.
4727 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
4728 Initialize.
4729 (reader): Don't.
4730 (errtoken, eoftoken, undeftoken, axiom): Extern.
4731
03b31c0c
AD
47322002-04-07 Akim Demaille <akim@epita.fr>
4733
4734 * src/gram.h (rule_s): prec and precsym are now pointers
4735 to the bucket giving the priority/associativity.
4736 Member `associativity' removed: useless.
4737 * src/reduce.c, src/conflicts.c: Adjust.
4738
8b3df748
AD
47392002-04-07 Akim Demaille <akim@epita.fr>
4740
4741 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
4742 Properly escape the symbols' TAG when outputting them.
4743
e601aa1d
AD
47442002-04-07 Akim Demaille <akim@epita.fr>
4745
4746 * src/lalr.h (LA): Is a bitsetv, not bitset*.
4747
b0299a2e
AD
47482002-04-07 Akim Demaille <akim@epita.fr>
4749
4750 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
4751 (LArule): this, which is an array to rule_t*.
4752 * src/print.c, src/conflicts.c: Adjust.
4753
d7e1f00c
AD
47542002-04-07 Akim Demaille <akim@epita.fr>
4755
4756 * src/gram.h (rule_t): Rename `number' as `user_number'.
4757 `number' is a new member.
4758 Adjust dependencies.
4759 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
4760
cc9305dd
AD
47612002-04-07 Akim Demaille <akim@epita.fr>
4762
4763 As a result of the previous patch, it is no longer needed
4764 to reorder ritem itself.
4765
4766 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
4767
b0940840
AD
47682002-04-07 Akim Demaille <akim@epita.fr>
4769
4770 Be sure never to walk through RITEMS, but use only data related to
4771 the rules themselves. RITEMS should be banished.
4772
4773 * src/output.c (output_token_translations): Rename as...
4774 (prepare_tokens): this.
4775 In addition to `translate', prepare the muscles `tname' and
4776 `toknum', which were handled by...
4777 (output_rule_data): this.
4778 Remove, and move the remainder of its outputs into...
4779 (prepare_rules): this new routines, which also merges content from
4780 (output_gram): this.
4781 (prepare_rules): Be sure never to walk through RITEMS.
4782 (output_stos): Rename as...
4783 (prepare_stos): this.
4784 (output): Always invoke prepare_states, after all, just don't use it
4785 in the output if you don't need it.
4786
643a5994
AD
47872002-04-07 Akim Demaille <akim@epita.fr>
4788
4789 * src/LR0.c (new_state): Display `nstates' as the name of the
4790 newly created state.
4791 Adjust to initialize first_state and last_state if needed.
4792 Be sure to distinguish the initial from the final state.
4793 (new_states): Create the itemset of the initial state, and use
4794 new_state.
4795 * src/closure.c (closure): Now that the initial state has its
4796 items properly set, there is no need for a special case when
4797 creating `ruleset'.
4798
4799 As a result, now the rule 0, reducing to $axiom, is visible in the
4800 outputs. Adjust the test suite.
4801
4802 * tests/conflicts.at (Solved SR Conflicts)
4803 (Unresolved SR Conflicts): Adjust.
4804 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
4805 * tests/conflicts.at (S/R in initial): New.
4806
b4c4ccc2
AD
48072002-04-07 Akim Demaille <akim@epita.fr>
4808
4809 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
4810 the RHS of the rules.
4811 * src/output.c (output_gram): Likewise.
4812
bba97eb2
AD
48132002-04-07 Akim Demaille <akim@epita.fr>
4814
4815 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
4816 bucket.
4817 Adjust all dependencies.
4818 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
4819 `number' of the buckets too.
4820 * src/gram.h: Include `symtab.h'.
4821 (associativity): Move to...
4822 * src/symtab.h: here.
4823 No longer include `gram.h'.
4824
c3b407f4
AD
48252002-04-07 Akim Demaille <akim@epita.fr>
4826
4827 * src/gram.h, src/gram.c (rules_rhs_length): New.
4828 (ritem_longest_rhs): Use it.
4829 * src/gram.h (rule_t): `number' is a new member.
4830 * src/reader.c (packgram): Set it.
4831 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
4832 the end of `rules', and count them out of `nrules'.
4833 (reduce_output, dump_grammar): Adjust.
4834 * src/print.c (print_grammar): It is no longer needed to check for
4835 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
4836 * tests/reduce.at (Reduced Automaton): New test.
4837
11652ab3
AD
48382002-04-07 Akim Demaille <akim@epita.fr>
4839
4840 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
4841 lacking `+ 1' to nrules, Bison reported as useless a token if it
4842 was used solely to set the precedence of the last rule...
4843
26b23c1a
AD
48442002-04-07 Akim Demaille <akim@epita.fr>
4845
4846 * data/bison.c++, data/bison.simple: Don't output the current file
4847 name in #line, to avoid useless diffs between two identical
4848 outputs under different names.
4849
18bcecb0
AD
48502002-04-07 Akim Demaille <akim@epita.fr>
4851
4852 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
4853 Normalize loops to using `< nrules + 1', not `<= nrules'.
4854
fa770c86
AD
48552002-04-07 Akim Demaille <akim@epita.fr>
4856
4857 * TODO: Update.
4858
d9b739c3
AD
48592002-04-07 Akim Demaille <akim@epita.fr>
4860
4861 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
4862 bucket.value as bucket.number.
4863
99013900
AD
48642002-04-07 Akim Demaille <akim@epita.fr>
4865
4866 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
4867 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
4868 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
4869 RHS, instead of being an index in RITEMS.
4870
e966383b
PE
48712002-04-04 Paul Eggert <eggert@twinsun.com>
4872
4873 * doc/bison.texinfo: Update copyright date.
4874 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
4875 (Symbols): Warn about running Bison in one character set,
4876 but compiling and/or running in an incompatible one.
4877 Warn about character code 256, too.
4878
48792002-04-03 Paul Eggert <eggert@twinsun.com>
4880
4881 * src/bison.data (YYSTACK_ALLOC): Depend on whether
4882 YYERROR_VERBOSE is nonzero, not whether it is defined.
4883
4884 Merge changes from bison-1_29-branch.
c307773e 4885
8d6c48b9
PE
48862002-03-20 Paul Eggert <eggert@twinsun.com>
4887
4888 Merge fixes from Debian bison_1.34-1.diff.
4889
4890 * configure.in (AC_PREREQ): 2.53.
4891
e53c6322
AD
48922002-03-20 Akim Demaille <akim@epita.fr>
4893
4894 * src/conflicts.c (log_resolution): Argument `resolution' is const.
4895
9ffbeca7
PE
48962002-03-19 Paul Eggert <eggert@twinsun.com>
4897
21db0b2a
PE
4898 * src/bison.simple (YYCOPY): New macro.
4899 (YYSTACK_RELOCATE): Use it.
4900 Remove Type arg; no longer needed. All callers changed.
4901 (yymemcpy): Remove; no longer needed.
4902
9ffbeca7
PE
4903 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
4904 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
4905
642cb8f8
AD
49062002-03-19 Akim Demaille <akim@epita.fr>
4907
4908 Test and fix the #line outputs.
4909
4910 * tests/atlocal.at (GCC): New.
4911 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
4912 (Prologue synch line, ,%union synch line, Postprologue synch line)
4913 (Action synch line, Epilogue synch line): New tests.
4914 * src/reader.c (parse_union_decl): Define the muscle stype_line.
4915 * data/bison.simple, data/bison.c++: Use it.
4916
3c31a486
AD
49172002-03-19 Akim Demaille <akim@epita.fr>
4918
4919 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
4920 (Solved SR Conflicts, %expect not enough, %expect right)
4921 (%expect too much): Move to...
4922 * tests/conflicts.at: this new file.
4923
0d8bed56
AD
49242002-03-19 Akim Demaille <akim@epita.fr>
4925
4926 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
4927 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
4928 that we can move to enums for instance.
4929 * src/output.c (token_definitions_output): Output a list of
4930 `token-name, token-number' instead of the #define.
4931 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
4932
9208d17f
AD
49332002-03-14 Akim Demaille <akim@epita.fr>
4934
4935 Use Gettext 0.11.1.
4936
af27eacb
RA
49372002-03-09 Robert Anisko <robert@lrde.epita.fr>
4938
4939 * data/bison.c++: Make the user able to add members to the generated
4940 parser by subclassing.
4941
9101a310
RA
49422002-03-05 Robert Anisko <robert@lrde.epita.fr>
4943
4944 * src/reader.c (read_additionnal_code): `c' should be an integer, not
4945 a character.
4946 Reported by Nicolas Tisserand and Nicolas Burrus.
4947
fff9bf0b
RA
49482002-03-04 Robert Anisko <robert@lrde.epita.fr>
4949
4950 * src/reader.c: Warn about lacking semi-colons, do not complain.
4951
64dba31e
RA
49522002-03-04 Robert Anisko <robert@lrde.epita.fr>
4953
4954 * data/bison.c++: Remove a debug line.
4955
374f5a14
RA
49562002-03-04 Robert Anisko <robert@lrde.epita.fr>
4957
4958 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
4959 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
4960 provide a default implementation.
4961
bfcf1f3a
AD
49622002-03-04 Akim Demaille <akim@epita.fr>
4963
4964 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
4965 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
4966 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
4967 * tests/semantic.at (Parsing Guards): Similarly.
4968 * src/reader.at (readgram): Complain if the last rule is not ended
4969 with a semi-colon.
4970
65ccf9fc
AD
49712002-03-04 Akim Demaille <akim@epita.fr>
4972
4973 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
4974 * src/closure.c: here.
4975 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
4976 RTC.
4977 * src/warshall.h, src/warshall.c: Remove.
4978 * tests/sets.at (Broken Closure): Adjust.
4979
d0039cbc
AD
49802002-03-04 Akim Demaille <akim@epita.fr>
4981
4982 * src/output.c (output_skeleton): tempdir is const.
4983 bytes_read is unused.
4984
345cea78
AD
49852002-03-04 Akim Demaille <akim@epita.fr>
4986
4987 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
4988 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
4989 Update.
4990 From Michael Hayes.
4991
564801f7
AD
49922002-03-04 Akim Demaille <akim@epita.fr>
4993
4994 * src/closure.c (closure): `r' is unused.
4995
e5352bc7
AD
49962002-03-04 Akim Demaille <akim@epita.fr>
4997
4998 * tests/sets.at (Broken Closure): Add the ending `;'.
4999 * src/reader.at (readgram): Complain if a rule is not ended with a
5000 semi-colon.
5001
914feea9
AD
50022002-03-04 Akim Demaille <akim@epita.fr>
5003
5004 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
5005 (count_sr_conflicts): Use bitset_count.
5006 * src/reduce.c (inaccessable_symbols): Ditto.
5007 (bits_size): Remove.
5008 * src/warshall.h, src/warshall.c: Convert to bitsetv.
5009
f0250de6
AD
50102002-03-04 Akim Demaille <akim@epita.fr>
5011
5012 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
5013 * src/reduce.c: Remove the `bitset_zero's following the
5014 `bitset_create's, as now it is performed by the latter.
5015
ef017502
AD
50162002-03-04 Akim Demaille <akim@epita.fr>
5017
5018 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
5019 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
5020 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
5021 latest sources from Michael.
5022
76514394
AD
50232002-03-04 Akim Demaille <akim@epita.fr>
5024
5025 * src/output.c (output): Don't free the grammar.
5026 * src/reader.c (grammar_free): New.
5027 * src/main.c (main): Call it and don't free symtab here.
5028
55024580
AD
50292002-03-04 Akim Demaille <akim@epita.fr>
5030
5031 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
5032 before returning.
5033 Reported by Benoit Perrot.
5034
f9abaa2c
AD
50352002-03-04 Akim Demaille <akim@epita.fr>
5036
5037 Use bitset operations when possible, not loops over bits.
5038
5039 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
5040 bitset_or.
5041 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
5042 * src/reduce.c (useless_nonterminals): Formatting changes.
5043 * src/warshall.c (TC): Use bitset_or.
5044
0e721e75
AD
50452002-03-04 Akim Demaille <akim@epita.fr>
5046
5047 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
5048 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
5049 Ditto.
5050
0fb1ffb1
AD
50512002-03-04 Akim Demaille <akim@epita.fr>
5052
5053 * src/lalr.c (F): Now a bitset*.
5054 Adjust all dependencies.
5055
b86796bf
AD
50562002-03-04 Akim Demaille <akim@epita.fr>
5057
5058 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
5059 Adjust all dependencies.
5060
602bbf31
AD
50612002-03-04 Akim Demaille <akim@epita.fr>
5062
5063 * src/L0.c, src/LR0.h (nstates): Be size_t.
5064 Adjust comparisons (signed vs unsigned).
5065 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
5066 bitset*.
5067 Adjust all dependencies.
5068
d8a0245c
AD
50692002-03-04 Akim Demaille <akim@epita.fr>
5070
5071 * src/closure.c (firsts): Now, also a bitset.
5072 Adjust all dependencies.
5073 (varsetsize): Remove, now unused.
5074 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
5075
34ba9743
AD
50762002-03-04 Akim Demaille <akim@epita.fr>
5077
5078 * src/print.c: Convert to use bitset.h, not hand coded iterations
5079 over ints.
5080
ed86e78c
AD
50812002-03-04 Akim Demaille <akim@epita.fr>
5082
5083 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
5084
dfdb1797
AD
50852002-03-04 Akim Demaille <akim@epita.fr>
5086
5087 * src/closure.c (ruleset): Be a bitset.
5088 (rulesetsize): Remove.
5089
7086e707
AD
50902002-03-04 Akim Demaille <akim@epita.fr>
5091
5092 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
5093 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
5094 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
5095 * src/closure.c (fderives): Be an array of bitsets.
5096
98254360
RA
50972002-02-28 Robert Anisko <robert@lrde.epita.fr>
5098
5099 * data/bison.c++: Merge the two generated headers. Insert a copyright
5100 notice in each output file.
5101
a75c057f
AD
51022002-02-28 Akim Demaille <akim@epita.fr>
5103
5104 * data/bison.c++: Copy the prologue of bison.simple to fetch
5105 useful M4 definitions, such as b4_header_guard.
5106
06b00abc
AD
51072002-02-25 Akim Demaille <akim@epita.fr>
5108
5109 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
5110 translator friendly scheme for the bgr
5111 copyright notice.
06b00abc 5112
70e7d534
AD
51132002-02-25 Akim Demaille <akim@epita.fr>
5114
5115 * src/output.c (header_output): Remove, now handled completely via
5116 M4.
5117
abe017f6
AD
51182002-02-25 Akim Demaille <akim@epita.fr>
5119
5120 * m4/m4.m4: New, from CVS Autoconf.
5121 * configure.in: Invoke it.
5122 * src/output.c (output_skeleton): Use its result instead of the
5123 hard coded name.
5124
381fb12e
AD
51252002-02-25 Akim Demaille <akim@epita.fr>
5126
5127 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
5128 Fileutils 4.1.5.
5129 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
5130 * src/output.c (output_skeleton): Use mkstemp to create a real
5131 temporary file.
5132 Move the filling of `skeleton' and its muscle to...
5133 (prepare): here.
5134 (output): Move the definition of the prologue muscle to...
5135 (prepare): here.
5136 * src/system.h (DEFAULT_TMPDIR): New.
5137
6f38107f
PE
51382002-02-14 Paul Eggert <eggert@twinsun.com>
5139
5140 Remove the support for C++ namespace cleanliness; it was
5141 causing more problems than it was curing, since it didn't work
5142 properly on some nonstandard C++ compilers. This can wait
5143 for a proper C++ parser.
5144
5145 * NEWS: Document this.
5146 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
5147 of C++, as it's treated like C now.
5148 * src/bison.simple (YYSTD): Remove.
5149 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
5150 Treat C++ just like Standard C instead of trying to support
5151 namespace cleanliness.
5152
80cce3da
AD
51532002-02-14 Akim Demaille <akim@epita.fr>
5154
5155 * tests/regression.at (else): Adjust to Andreas' change.
5156
842e8679
AD
51572002-02-14 Akim Demaille <akim@epita.fr>
5158
5159 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
5160
4bda3f10
AD
51612002-02-13 Andreas Schwab <schwab@suse.de>
5162
5163 * src/output.c (output_rule_data): Don't output NULL, it might
5164 not be defined yet.
5165
4162fa07 51662002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 5167
4162fa07
RA
5168 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
5169 (Copyright notice): Update.
b418ecd8 5170
bd16a5dc
AD
51712002-02-11 Akim Demaille <akim@epita.fr>
5172
5173 * tests/regression.at (%nonassoc and eof): Don't include
5174 nonportable headers.
5175
8d69a1a3
RA
51762002-02-08 Robert Anisko <robert@lrde.epita.fr>
5177
5178 * data/bison.c++: Correct error recovery. Make the user able to
5179 initialize the starting location.
5180
9b2d0677
AD
51812002-02-07 Akim Demaille <akim@epita.fr>
5182
5183 * tests/input.at: New.
5184
69e2658b
RA
51852002-02-07 Robert Anisko <robert@lrde.epita.fr>
5186
5187 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 5188 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
5189 directives around tables only needed for debugging.
5190
4aacc3a7
RA
51912002-02-07 Robert Anisko <robert@lrde.epita.fr>
5192
5193 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
5194 C++ parsers.
5195 (yy::b4_name::parse): Use print_.
5196
762a801e
RA
51972002-02-07 Robert Anisko <robert@lrde.epita.fr>
5198
5199 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
5200
4bb2bc3f
RA
52012002-02-07 Robert Anisko <robert@lrde.epita.fr>
5202
5203 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
5204 C++ parsers.
5205 (yy::b4_name::parse): Build verbose error messages, and use error_.
5206
6b45a3ca
RA
52072002-02-06 Robert Anisko <robert@lrde.epita.fr>
5208
5209 * data/bison.c++: Fix m4 quoting in comments.
5210
50997c6e
RA
52112002-02-06 Robert Anisko <robert@lrde.epita.fr>
5212
5213 * data/bison.c++: Adjust the parser code. Fix some muscles that were
5214 not expanded by m4.
5215
3f3eed27
AD
52162002-02-05 Akim Demaille <akim@epita.fr>
5217
5218 * data/bison.c++: Adjust to the M4 back end.
5219 More is certainly needed.
5220
be2a1a68
AD
52212002-02-05 Akim Demaille <akim@epita.fr>
5222
5223 Give a try to M4 as a back end.
5224
5225 * lib/readpipe.c: New, from wdiff.
5226 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
5227 BISON_HAIRY.
5228 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
5229 specific values. Now it is m4 that performs the lookup.
5230 * src/parse-skel.y: Remove.
5231 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
5232 * src/output.c (actions_output, guards_output)
5233 (token_definitions_output): No longer keeps track of the output
5234 line number, hence remove the second argument.
5235 (guards_output): Check against the guard member of a rule, not the
5236 action member.
5237 Adjust callers.
5238 (output_skeleton): Don't look for the skeleton location, let m4 do
5239 that.
5240 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
5241 file will be used.
5242 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
5243 (prepare): Given that for the time being changesyntax is not
5244 usable in M4, rename the muscles using `-' to `_'.
5245 Define `defines_flag', `output_parser_name' and `output_header_name'.
5246 * src/output.h (actions_output, guards_output)
5247 (token_definitions_output): Adjust prototypes.
5248 * src/scan-skel.l: Instead of scanning the skeletons, it now
5249 processes the output of m4: `__oline__' and `#output'.
5250 * data/bison.simple: Adjust to be used by M4(sugar).
5251 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
5252 to date.
5253 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
5254 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
5255 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
5256 shamelessly stolen from CVS Autoconf.
5257
beda758b
AD
52582002-02-05 Akim Demaille <akim@epita.fr>
5259
5260 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
5261 * configure.in: Check for the declarations of free and malloc.
5262 * src/muscle_tab.c: Adjust.
5263
5ece6d43
AD
52642002-02-05 Akim Demaille <akim@epita.fr>
5265
5266 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
5267 which have no values.
5268
5bb18f9a
AD
52692002-02-05 Akim Demaille <akim@epita.fr>
5270
5271 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
5272 * data/: here.
5273
894dd62e
PE
52742002-01-29 Paul Eggert <eggert@twinsun.com>
5275
5276 * src/bison.simple (YYSIZE_T): Do not define merely because
5277 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
5278 On some platforms, <alloca.h> does not declare YYSTD (size_t).
5279
82841af7
AD
52802002-01-27 Akim Demaille <akim@epita.fr>
5281
5282 Fix `%nonassoc and eof'.
5283
5284 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
5285 which were not properly copied! Replace
5286 memcpy (res->errs, src->errs, src->nerrs);
5287 with
5288 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
5289 !!!
5290 * tests/regression.at (%nonassoc and eof): Adjust to newest
5291 Autotest: `.' is not in the PATH.
5292
318b76e9
AD
52932002-01-27 Akim Demaille <akim@epita.fr>
5294
5295 * tests/sets.at (AT_EXTRACT_SETS): New.
5296 (Nullable): Use it.
5297 (Firsts): New.
5298
30d2f3d5
AD
52992002-01-26 Akim Demaille <akim@epita.fr>
5300
5301 * tests/actions.at, tests/calc.at, tests/headers.at,
5302 * tests/torture.at: Adjust to the newest Autotest which no longer
5303 forces `.' in the PATH.
5304
30f8c395
AD
53052002-01-25 Akim Demaille <akim@epita.fr>
5306
5307 * tests/regression.at (%nonassoc and eof): New.
5308 Suggested by Robert Anisko.
5309
29ae55f1
AD
53102002-01-24 Akim Demaille <akim@epita.fr>
5311
5312 Bison dumps core when trying to complain about broken input files.
5313 Reported by Cris van Pelt.
5314
5315 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
5316 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
5317 into...
5318 (Invalid inputs): Strengthen: exercise parse_percent_token.
5319
2b548aa6
RA
53202002-01-24 Robert Anisko <robert.anisko@epita.fr>
5321
5322 * src/Makefile.am: Add bison.c++.
5323 * src/bison.c++: New skeleton.
5324
bb0146c2
AD
53252002-01-21 Paolo Bonzini <bonzini@gnu.org>
5326
5327 * po/it.po: New.
5328
bec30531
AD
53292002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
5330
5331 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
5332
fc6edc45
MA
53332002-01-20 Marc Autret <marc@gnu.org>
5334
5335 * src/files.c (compute_output_file_names): Fix
5336
5e5d5415
MA
53372002-01-20 Marc Autret <marc@gnu.org>
5338
5339 * tests/output.at: New test.
5340 * src/files.c (compute_base_names): Don't map extensions when
5341 the YACC flag is set, use defaults.
5342 Reported by Evgeny Stambulchik.
5343
44ea3fbd
MA
53442002-01-20 Marc Autret <marc@gnu.org>
5345
bb0146c2 5346 * src/system.h: Need to define __attribute__ away for non-GCC
44ea3fbd
MA
5347 compilers as well (i.e. the vendor C compiler).
5348 Suggested by Albert Chin-A-Young.
5349
338963d1
TVH
53502002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
5351
5352 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
5353 canonical definition.
5354 * src/system.h: Use the canonical definition for PARAMS (avoids
5355 a conflict with the macro from lib/hash.h).
5356
c57b2479
AD
53572002-01-11 Akim Demaille <akim@epita.fr>
5358
5359 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 5360 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 5361
b85810ae
AD
53622002-01-09 Akim Demaille <akim@epita.fr>
5363
5364 * src/files.c, src/files.h (output_infix): New.
5365 (tab_extension): Remove.
5366 (compute_base_names): Compute the former, drop the latter.
5367 * src/output.c (prepare): Insert the muscles `output-infix', and
5368 `output-suffix'.
5369 * src/parse-skel.y (string, string.1): New.
5370 (section.header): Use it.
5371 (section.yacc): Remove.
5372 (prefix): Remove too.
5373 * src/scan-skel.l: Adjust.
5374 * src/bison.simple, src/bison.hairy: Adjust.
5375
cae60122
AD
53762002-01-09 Akim Demaille <akim@epita.fr>
5377
5378 * configure.in (WERROR_CFLAGS): Compute it.
5379 * src/Makefile.am (CFLAGS): Pass it.
5380 * tests/atlocal.in (CFLAGS): Idem.
5381 * src/files.c: Fix a few warnings.
5382 (get_extension_index): Remove, unused.
5383
ae404801
AD
53842002-01-08 Akim Demaille <akim@epita.fr>
5385
5386 * src/getargs.c (AS_FILE_NAME): New.
5387 (getargs): Use it to convert DOSish file names.
5388 * src/files.c (base_name): Rename as full_base_name to avoid
5389 clashes with `base_name ()'.
5390 (filename_split): New.
5391 (compute_base_names): N-th rewrite, using filename_split.
5392
22312b71
AD
53932002-01-08 Akim Demaille <akim@epita.fr>
5394
5395 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
5396 New, stolen from the Fileutils 4.1.
5397 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
5398 * configure.in: Check for the presence of memrchr, and of its
5399 prototype.
5400
a67cef01
TVH
54012002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
5402
5403 * lib/hash.h (__P): Added definition for this macro.
5404 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
5405 BUILT_SOURCES, to ensure they are generated first.
5406 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
5407 %error-verbose to allow bootstrapping with bison 1.30x.
5408
2b25d624
AD
54092002-01-06 Akim Demaille <akim@epita.fr>
5410
5411 * src/reader.c (parse_braces): Don't fetch the next char, the
5412 convention is to fetch on entry.
5413 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
5414 'switch' without a following semicolon.
5415 * tests/regression.at (braces parsing): New.
5416
3460813b
AD
54172002-01-06 Akim Demaille <akim@epita.fr>
5418
5419 Bison is dead wrong in its RR conflict reports.
5420
5421 * tests/torture.at (GNU Cim Grammar): New.
5422 * src/conflicts.c (count_rr_conflicts): Fix.
5423
73784c64
AD
54242002-01-06 Akim Demaille <akim@epita.fr>
5425
5426 Creating package.m4 from configure.ac causes too many problems.
5427
5428 * tests/Makefile.am (package.m4): Create it by hand,
5429 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
5430
25d81090
AD
54312002-01-06 Akim Demaille <akim@epita.fr>
5432
5433 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
5434 skeleton.h.
5435
a9b8959e
PE
54362002-01-04 Paul Eggert <eggert@twinsun.com>
5437
5438 * doc/bison.texinfo (Debugging):
5439 Remove YYSTDERR; it's no longer defined or used.
5440 Also, s/cstdio.h/cstdio/.
5441
25d81090
AD
54422002-01-03 Akim Demaille <akim@epita.fr>
5443
5444 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
5445
1109455c
AD
54462002-01-03 Akim Demaille <akim@epita.fr>
5447
5448 * src/parse-skel.y (process_skeleton): Don't bind the parser's
5449 tracing code to --trace, wait for a better --trace option, with
5450 args.
5451
7ea5e977
AD
54522002-01-03 Akim Demaille <akim@epita.fr>
5453
5454 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
5455 The ISO C++ standard is extremely clear about it: stderr is
5456 considered a macro, not a regular symbol (see table 94 `Header
5457 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
5458 Therefore std:: does not apply to it. It still does with fprintf.
5459 Also, s/cstdio.h/cstdio/.
5460
fab5b110
AD
54612002-01-03 Akim Demaille <akim@epita.fr>
5462
5463 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
5464 for non system headers.
5465
aed7fd9b
AD
54662002-01-02 Akim Demaille <akim@epita.fr>
5467
5468 Equip the skeleton chain with location tracking, runtime trace,
5469 pure parser and scanner.
5470
5471 * src/parse-skel.y: Request a pure parser, locations, and prefix
5472 renaming.
5473 (%union): Having several members with the same type does not help
5474 type mismatches, simplify.
5475 (YYPRINT, yyprint): New.
5476 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
5477 (skel_error): this.
5478 Handle locations.
5479 * src/scan-skel.l: Adjust to these changes.
5480 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
5481 (LOCATION_PRINT, skel_control_t): New.
5482
24fad99e
AD
54832001-12-30 Akim Demaille <akim@epita.fr>
5484
5485 * src/parse-skel.y: Get rid of the shift/reduce conflict:
5486 replace `gb' with BLANKS.
5487 * src/scan-skel.l: Adjust.
5488
a4b36db4
AD
54892001-12-30 Akim Demaille <akim@epita.fr>
5490
5491 * src/system.h: We don't need nor want bcopy.
5492 Throw away MS-DOS crap: we don't need getpid.
5493 * configure.in: We don't need strndup. It was even causing
5494 problems: because Flex includes the headers *before* us,
5495 _GNU_SOURCE is not defined by config.h, and therefore strndup was
5496 not visible.
5497 * lib/xstrndup.c: New.
5498 * src/scan-skel.l: Use it.
5499 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
5500 * src/parse-skel.y: Use %directives instead of #defines.
5501
1239777d
AD
55022001-12-30 Akim Demaille <akim@epita.fr>
5503
5504 * src/skeleton.h: New.
5505 * src/output.c (output_parser, output_master_parser): Remove, dead
5506 code.
5507 * src/output.h (get_lines_number, actions_output, guards_output)
5508 (token_definitions_output): Prototype them.
5509 * src/parse-skel.y: Add the license notice.
5510 Include output.h and skeleton.h.
5511 (process_skeleton): Returns void, and takes a single parameter.
5512 * src/scan-skel.l: Add the license notice.
5513 Include skeleton.h.
5514 Don't use %option yylineno: it seems that then Flex imagines
5515 REJECT has been used, and therefore it won't reallocate its
5516 buffers (which makes no other sense to me than a bug). It results
5517 in warnings for `unused: yy_flex_realloc'.
5518
9b3add5b
RA
55192001-12-30 Robert Anisko <robert.anisko@epita.fr>
5520
5521 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
5522 (MUSCLE_INSERT_PREFIX): ...to there.
5523 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
5524 (MUSCLE_INSERT_PREFIX): Move from here...
5525
5526 * src/bison.hairy: Add a section directive. Put braces around muscle
5527 names. This parser skeleton is still broken, but Bison should not
5528 choke on a bad muscle 'syntax'.
5529 * src/bison.simple: Add a section directive. Put braces around muscle
5530 names.
5531
5532 * src/files.h (strsuffix, stringappend): Add declarations.
5533 (tab_extension): Add declaration.
5534 (short_base_name): Add declaration.
5535
5536 * src/files.c (strsuffix, stringappend): No longer static. These
5537 functions are used in the skeleton parser.
5538 (tab_extension): New.
5539 (compute_base_names): Use the computations done in this function
fab5b110 5540 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
5541 names.
5542 (short_base_name): No longer static.
5543
5544 * src/output.c (output_skeleton): New.
5545 (output): Disable call to output_master_parser, and give a try to
5546 a new skeleton handling system.
5547 (guards_output, actions_output): No longer static.
5548 (token_definitions_output, get_lines_number): No longer static.
5549
5550 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
5551
fab5b110 5552 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
5553 parse-skel.y.
5554
5555 * src/parse-skel.y: New file.
5556 * src/scan-skel.l: New file.
5557
b5b61c61
AD
55582001-12-29 Akim Demaille <akim@epita.fr>
5559
5560 %name-prefix is broken.
5561
5562 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
5563 Adjust all dependencies.
5564 * tests/headers.at (export YYLTYPE): Strengthen this test: use
5565 %name-prefix.
5566
5567 Renaming yylval but not yylloc is not consistent. Now we do.
5568
5569 * src/bison.simple: Prefix yylloc if used.
5570 * doc/bison.texinfo (Decl Summary): Document that.
5571
8c9a50be
AD
55722001-12-29 Akim Demaille <akim@epita.fr>
5573
5574 * doc/bison.texinfo: Promote `%long-directive' over
5575 `%long_directive'.
5576 Remove all references to fixed-output-files, yacc is enough.
5577
d99361e6
AD
55782001-12-29 Akim Demaille <akim@epita.fr>
5579
5580 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
5581 user prologue. These are defaults.
5582 * tests/actions.at (Mid-rule actions): Make sure the user can
5583 define YYDEBUG and YYERROR_VERBOSE.
5584
b9cecb91
AD
55852001-12-29 Akim Demaille <akim@epita.fr>
5586
5587 * src/output.c (header_output): Don't forget to export YYLTYPE and
5588 yylloc.
5589 * tests/headers.at (export YYLTYPE): New, make sure it does.
5590 * tests/regression.at (%union and --defines, Invalid CPP headers):
5591 Move to...
5592 * tests/headers.at: here.
5593
aea13e97
AD
55942001-12-29 Akim Demaille <akim@epita.fr>
5595
5596 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
5597
931394cb
AD
55982001-12-29 Akim Demaille <akim@epita.fr>
5599
5600 * tests/actions.at (Mid-rule actions): Output on a single line
5601 instead of several.
5602
704a47c4
AD
56032001-12-29 Akim Demaille <akim@epita.fr>
5604
5605 * doc/bison.texinfo: Formatting changes.
5606
091e20bb
AD
56072001-12-29 Akim Demaille <akim@epita.fr>
5608
5609 Don't store the token defs in a muscle, just be ready to output it
5610 on command. Now possible via `symbols'. Fixes a memory leak.
5611
5612 * src/output.c (token_definitions_output): New.
5613 (output_parser, header_output): Use it.
5614 * src/reader.c (symbols_save): Remove.
5615
cce71710
AD
56162001-12-29 Akim Demaille <akim@epita.fr>
5617
5618 * src/bison.simple: Do not provide a default for YYSTYPE and
5619 YYLTYPE before the user's prologue. Otherwise it's hardly... a
5620 default.
5621
82c035a8
AD
56222001-12-29 Akim Demaille <akim@epita.fr>
5623
5624 Mid-rule actions are simply... ignored!
5625
5626 * src/reader.c (readgram): Be sure to attach mid-rule actions to
5627 the empty-rule associated to the dummy symbol, not to the host
5628 rule.
5629 * tests/actions.at (Mid-rule actions): New.
5630
8419d367
AD
56312001-12-29 Akim Demaille <akim@epita.fr>
5632
5633 Memory leak.
5634
5635 * src/reader.c (reader): Free grammar.
5636
375d5806
AD
56372001-12-29 Akim Demaille <akim@epita.fr>
5638
5639 Memory leak.
5640
5641 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
5642 since it allocates it for each state, although only one is needed.
5643 (allocate_storage): Do it here.
5644
f51cb8ff
AD
56452001-12-29 Akim Demaille <akim@epita.fr>
5646
5647 * src/options.h, src/options.c (create_long_option_table): Rename
5648 as...
5649 (long_option_table_new): this, with a clearer prototype.
5650 (percent_table): Remove, unused,
5651 * src/getargs.c (getargs): Adjust.
5652
29e88316
AD
56532001-12-29 Akim Demaille <akim@epita.fr>
5654
5655 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
5656 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
5657 as states.
5658
b9f71f19
AD
56592001-12-29 Akim Demaille <akim@epita.fr>
5660
5661 * src/lalr.c (build_relations): Rename `states' as `states1'.
5662 Sorry, I don't understand exactly what it is, no better name...
5663
1a2b5d37
AD
56642001-12-29 Akim Demaille <akim@epita.fr>
5665
5666 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
5667 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
5668 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
5669 as rules.
5670
1cca533e
AD
56712001-12-29 Akim Demaille <akim@epita.fr>
5672
5673 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
5674 ago.
5675
c03ae966
AD
56762001-12-29 Akim Demaille <akim@epita.fr>
5677
5678 * src/reader.c, src/reader.h (user_toknums): Remove.
5679 Adjust all users to use symbols[i]->user_token_number.
5680
5a670b1e
AD
56812001-12-29 Akim Demaille <akim@epita.fr>
5682
5683 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
5684 Adjust all users to use symbols[i]->prec or ->assoc.
5685
ad949da9
AD
56862001-12-29 Akim Demaille <akim@epita.fr>
5687
5688 * src/reader.c, src/reader.h (tags): Remove.
5689 Adjust all users to use symbols[i]->tag.
5690
0e78e603
AD
56912001-12-29 Akim Demaille <akim@epita.fr>
5692
5693 * src/gram.h, src/gram.c (symbols): New, similar to state_table
5694 and rule_table.
5695 * src/reader.c (packsymbols): Fill this table.
5696 Drop sprec.
5697 * src/conflicts.c (resolve_sr_conflict): Adjust.
5698 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
5699 single table.
5700 Use symbols[i]->tag instead of tags[i].
5701
213e640e
AD
57022001-12-29 Akim Demaille <akim@epita.fr>
5703
5704 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
5705 In addition, put a comment in there, to replace...
5706 * tests/regression.at (%union and C comments): Remove.
5707
e7b8bef1
AD
57082001-12-29 Akim Demaille <akim@epita.fr>
5709
5710 * tests/regression.at (Web2c Actions): Blindly move the actual
5711 output as expected output. The contents *seem* right to me, but I
5712 can't pretend reading perfectly parser tables... Nonetheless, all
5713 the other tests pass correctly, the table look OK, even though the
5714 presence of `$axiom' is to be noted: AFAICS it is useless (but
5715 harmless).
5716
b68e7744
AD
57172001-12-29 Akim Demaille <akim@epita.fr>
5718
5719 * src/reader.c (readgram): Don't add the rule 0 if there were no
5720 rules read. In other words, add it _after_ having performed
5721 grammar sanity checks.
5722 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
5723
78d5bae9
AD
57242001-12-29 Akim Demaille <akim@epita.fr>
5725
5726 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
5727 visible, and some states have now a different number.
5728
ff442794
AD
57292001-12-29 Akim Demaille <akim@epita.fr>
5730
5731 * src/reader.c (readgram): Bind the initial rule's lineno to that
5732 of the first rule.
5733 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
5734 (Solved SR Conflicts): Adjust rule 0's line number.
5735
610ab194
AD
57362001-12-29 Akim Demaille <akim@epita.fr>
5737
5738 Fix the `GAWK Grammar' failure.
5739
5740 * src/LR0.c (final_state): Initialize to -1 so that we do compute
5741 the reductions of the first state which was mistakenly confused
5742 with the final state because precisely final_state was initialized
5743 to 0.
5744 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
5745 now noticed by Bison.
5746 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
5747 have a reduction on $default.
5748
29d29c8f
AD
57492001-12-29 Akim Demaille <akim@epita.fr>
5750
5751 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
5752 rule line numbers.
5753 * src/closure.c (print_closure): Likewise.
5754 * src/derives.c (print_derives): Likewise.
5755 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
5756 now.
5757
7c6b64d0
AD
57582001-12-29 Akim Demaille <akim@epita.fr>
5759
5760 * src/lalr.c (lookaheads_print): New.
5761 (lalr): Call it when --trace-flag.
5762 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
5763 are dumped.
5764
3d4daee3
AD
57652001-12-29 Akim Demaille <akim@epita.fr>
5766
5767 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
5768 when walking through ritem, even via rule->rhs.
5769 * src/reduce.c (dump_grammar, useful_production, reduce_output)
5770 (useful_production, useless_nonterminals): Likewise.
5771 (reduce_grammar_tables): Likewise, plus update nritems.
5772 * src/nullable.c (set_nullable): Likewise.
5773 * src/lalr.c (build_relations): Likewise.
5774 * tests/sets.at (Nullable): Adjust.
5775 Fortunately, now, the $axiom is no longer nullable.
5776
9e7f6bbd
AD
57772001-12-29 Akim Demaille <akim@epita.fr>
5778
5779 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
5780 the 0-sentinel.
5781 * src/gram.c (ritem_longest_rhs): Likewise.
5782 * src/reduce.c (nonterminals_reduce): Likewise.
5783 * src/print_graph.c (print_graph): Likewise.
5784 * src/output.c (output_rule_data): Likewise.
5785 * src/nullable.c (set_nullable): Likewise.
5786
255ef638
AD
57872001-12-29 Akim Demaille <akim@epita.fr>
5788
5789 * src/output.c: Comment changes.
5790
0d8a7363
AD
57912001-12-27 Paul Eggert <eggert@twinsun.com>
5792
5793 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
5794 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
5795 Sparc, as they were causing more porting problems than the
5796 (minor) performance improvement was worth.
5797
5798 Also, catch up with 1.31's YYSTD.
5799
3db472b9
AD
58002001-12-27 Akim Demaille <akim@epita.fr>
5801
5802 * src/output.c (output_gram): Rely on nritems, not the
5803 0-sentinel. See below.
5804 Use -1 as separator, not 0.
5805 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
5806 Rely on -1 as separator in yyrhs, instead of 0.
5807 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
5808 twice `Now at end of input', therefore there are two lines less to
5809 expect.
5810
b365aa05
AD
58112001-12-27 Akim Demaille <akim@epita.fr>
5812
5813 * tests/regression.at (Unresolved SR Conflicts):
5814 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
5815 below.
5816
30171f79
AD
58172001-12-27 Akim Demaille <akim@epita.fr>
5818
5819 * src/LR0.c (new_state): Recognize the final state by the fact it
5820 is reached by eoftoken.
5821 (insert_start_shifting_state, insert_eof_shifting_state)
5822 (insert_accepting_state, augment_automaton): Remove, since now
5823 these states are automatically computed from the initial state.
5824 (generate_states): Adjust.
5825 * src/print.c: When reporting a rule number to the user, substract
5826 1, so that the axiom rule is rule 0, and the first user rule is 1.
5827 * src/reduce.c: Likewise.
5828 * src/print_graph.c (print_core): For the time being, just as for
5829 the report, depend upon --trace-flags to dump the full set of
5830 items.
5831 * src/reader.c (readgram): Once the grammar read, insert the rule
5832 0: `$axiom: START-SYMBOL $'.
5833 * tests/set.at: Adjust: rule 0 is now displayed, and since the
5834 number of the states has changed (the final state is no longer
5835 necessarily the last), catch up.
5836
75142d45
AD
58372001-12-27 Akim Demaille <akim@epita.fr>
5838
5839 Try to make the use of the eoftoken valid. Given that its value
5840 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
5841 is used instead of > 0 where appropriate, (ii), depend upon nritems
5842 instead of the 0-sentinel.
5843
5844 * src/gram.h, src/gram.c (nritems): New.
5845 Expected to be duplication of nitems, but for the time being...
5846 * src/reader.c (packgram): Assert nritems and nitems are equal.
5847 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
5848 * src/closure.c (print_closure, print_fderives): Likewise.
5849 * src/gram.c (ritem_print): Likewise.
5850 * src/print.c (print_core, print_grammar): Likewise.
5851 * src/print_graph.c: Likewise.
5852
b7c49edf
AD
58532001-12-27 Akim Demaille <akim@epita.fr>
5854
5855 * src/main.c (main): If there are complains after grammar
5856 reductions, then output the report anyway if requested, then die.
5857 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
5858 * src/reader.c (eoftoken): New.
5859 (parse_token_decl): If the token being defined has value `0', it
5860 is the eoftoken.
5861 (packsymbols): No longer hack `tags' to insert `$' by hand.
5862 Be sure to preserve the value of the eoftoken.
5863 (reader): Make sure eoftoken is defined.
5864 Initialize nsyms to 0: now eoftoken is created just like the others.
5865 * src/print.c (print_grammar): Don't special case the eof token.
5866 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
5867 lie anyway, albeit pleasant.
5868 * tests/calc.at: Exercise error messages with eoftoken.
5869 Change the grammar so that empty input is invalid.
5870 Adjust expectations.
5871 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
5872
ec2da99f
AD
58732001-12-27 Akim Demaille <akim@epita.fr>
5874
5875 * configure.in: Check the protos of strchr ans strspn.
5876 Replace strchr if needed.
5877 * src/system.h: Provide the protos of strchr, strspn and memchr if
5878 missing.
5879 * lib/strchr.c: New.
5880 * src/reader.c (symbols_save): Use strchr.
5881
8adfa272
AD
58822001-12-27 Akim Demaille <akim@epita.fr>
5883
5884 * src/print.c, src/print_graph.c (escape): New.
5885 Use it to quote the TAGS outputs.
5886 * src/print_graph.c (print_state): Now errors are in red, and
5887 reductions in green.
5888 Prefer high to wide: output the state number on a line of its own.
5889
80dac38c
AD
58902001-12-27 Akim Demaille <akim@epita.fr>
5891
5892 * src/state.h, src/state.c (reductions_new): New.
5893 * src/LR0.c (set_state_table): Let all the states have a
5894 `reductions', even if reduced to 0.
5895 (save_reductions): Adjust.
5896 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
5897 * src/print.c (print_reductions, print_actions): Adjust.
5898 * src/output.c (action_row): Adjust.
5899
2cec70b9
AD
59002001-12-27 Akim Demaille <akim@epita.fr>
5901
5902 * src/state.h, src/state.c (errs_new, errs_dup): New.
5903 * src/LR0.c (set_state_table): Let all the states have an errs,
5904 even if reduced to 0.
5905 * src/print.c (print_errs, print_reductions): Adjust.
5906 * src/output.c (output_actions, action_row): Adjust.
5907 * src/conflicts.c (resolve_sr_conflict): Adjust.
5908
13ca549a
AD
59092001-12-27 Akim Demaille <akim@epita.fr>
5910
5911 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
5912
5092aba5
AD
59132001-12-27 Akim Demaille <akim@epita.fr>
5914
5915 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
5916 * src/print.c: here.
5917 (lookaheadset, shiftset): New, used as additional storage by
5918 print_reductions.
5919 (print_results): Adjust.
5920 (print_shifts, print_gotos, print_errs): New, extracted from...
5921 (print_actions): here.
5922 * src/print_graph.c (print_actions): Remove dead code.
5923
11e2beca
AD
59242001-12-27 Akim Demaille <akim@epita.fr>
5925
5926 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
5927 `$n' and `@n'.
5928
dac3c910
AD
59292001-12-27 Akim Demaille <akim@epita.fr>
5930
5931 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
5932 (build_relations): Adjust.
5933
d0b0fefa
AD
59342001-12-27 Akim Demaille <akim@epita.fr>
5935
5936 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
5937 duplication.
5938
adc8c848
AD
59392001-12-27 Akim Demaille <akim@epita.fr>
5940
5941 * src/reader.c (packgram): Catch nitems overflows.
5942
14d293ac
AD
59432001-12-27 Akim Demaille <akim@epita.fr>
5944
5945 * src/files.c, src/files.h (guard_obstack): Remove.
5946 * src/output.c (output): Adjust.
5947 * src/reader.c (parse_braces): New, factoring...
5948 (copy_action, copy_guard): these two which are renamed as...
5949 (parse_action, parse_guard): these.
5950 As a voluntary consequence, using braces around guards is now
5951 mandatory.
5952
f499b062
AD
59532001-12-27 Akim Demaille <akim@epita.fr>
5954
5955 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
5956 * src/reader.c (symbol_list): `guard' and `guard_line' are new
5957 members.
5958 (symbol_list_new): Adjust.
5959 (copy_action): action_line is the first line, not the last.
5960 (copy_guard): Just as for actions, store the `action' only, not
5961 the switch/case/break flesh.
5962 Don't parse the user action that might follow the guard, let...
5963 (readgram): do it, i.e., now, there can be an action after a
5964 guard.
5965 In other words the guard is just explicitly optional.
5966 (packgram): Adjust.
5967 * src/output.c (guards_output): New.
5968 (output_parser): Call it when needed.
5969 (output): Also free the guard and attrs obstacks.
5970 * src/files.c, src/files.h (obstack_save): Remove.
5971 (output_files): Remove.
5972 As a result, if one needs the former `.act' file, using an
5973 appropriate skeleton which requires actions and guards is now
5974 required.
5975 * src/main.c (main): Adjust.
5976 * tests/semantic.at: New.
5977 * tests/regression.at: Use `input.y' as input file name.
5978 Avoid 8+3 problems by requiring input.c when the test needs the
5979 parser.
5980
d945f5cd
AD
59812001-12-27 Akim Demaille <akim@epita.fr>
5982
5983 * src/reader.c (symbol_list_new): Be sure to initialize all the
5984 fields.
5985
d200e455
AD
59862001-12-27 Akim Demaille <akim@epita.fr>
5987
5988 All the hacks using a final pseudo state are now useless.
5989
5990 * src/LR0.c (set_state_table): state_table holds exactly nstates.
5991 * src/lalr.c (nLA): New.
5992 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
5993 instead of lookaheadsp from the pseudo state (nstate + 1).
5994
f9507c28
AD
59952001-12-27 Akim Demaille <akim@epita.fr>
5996
5997 * src/output.c (action_row, token_actions): Use a state_t instead
5998 of a integer, and nlookaheads instead of the following state's
5999 lookaheadsp.
6000
065fbd27
AD
60012001-12-27 Akim Demaille <akim@epita.fr>
6002
6003 * src/conflicts.c (log_resolution, flush_shift)
6004 (resolve_sr_conflict, set_conflicts, solve_conflicts)
6005 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
6006 (conflicts_print, print_reductions): Use a state_t instead of an
6007 integer when referring to a state.
6008 As much as possible, depend upon nlookaheads, instead of the
6009 `lookaheadsp' member of the following state (since lookaheads of
6010 successive states are successive, the difference between state n + 1
6011 and n served as the number of lookaheads for state n).
6012 * src/lalr.c (add_lookback_edge): Likewise.
6013 * src/print.c (print_core, print_actions, print_state)
6014 (print_results): Likewise.
6015 * src/print_graph.c (print_core, print_actions, print_state)
6016 (print_graph): Likewise.
6017 * src/conflicts.h: Adjust.
6018
1b177bd7
AD
60192001-12-27 Akim Demaille <akim@epita.fr>
6020
6021 * src/bison.hairy: Formatting/comment changes.
6022 ANSIfy.
6023 Remove `register' indications.
6024 Add plenty of `static'.
6025
7742ddeb
AD
60262001-12-27 Akim Demaille <akim@epita.fr>
6027
6028 * src/output.c (prepare): Drop the muscle `ntbase' which
6029 duplicates ntokens.
6030 * src/bison.simple: Formatting/comment changes.
6031 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
6032 is an undocumented synonym.
6033
1fa14068
AD
60342001-12-22 Akim Demaille <akim@epita.fr>
6035
6036 * src/output.c (output_table_data): Change the prototype to use
6037 `int' for array ranges: some invocations do pass an int, not a
6038 short.
6039 Reported by Wayne Green.
6040
b9752825
AD
60412001-12-22 Akim Demaille <akim@epita.fr>
6042
6043 Some actions of web2c.y are improperly triggered.
6044 Reported by Mike Castle.
6045
6046 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
6047 * tests/regression.at (Web2c): Rename as...
6048 (Web2c Report): this.
6049 (Web2c Actions): New.
6050
776209d6
AD
60512001-12-22 Akim Demaille <akim@epita.fr>
6052
6053 Reductions in web2c.y are improperly reported.
6054 Reported by Mike Castle.
6055
6056 * src/conflicts.c (print_reductions): Fix.
6057 * tests/regression.at (Web2c): New.
6058
275fc3ad
AD
60592001-12-18 Akim Demaille <akim@epita.fr>
6060
6061 Some host fail on `assert (!"foo")', which expands to
6062 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
6063 Reported by Nelson Beebee.
6064
6065 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
6066 `#define it_succeeded 0' and `assert (it_succeeded)'.
6067
897668ee
MA
60682001-12-17 Marc Autret <autret_m@epita.fr>
6069
6070 * src/bison.simple: Don't hard code the skeleton line and filename.
6071 * src/output.c (output_parser): Rename 'line' as 'output_line'.
6072 New line counter 'skeleton_line' (skeleton-line muscle).
6073
ab3399e0
PE
60742001-12-17 Paul Eggert <eggert@twinsun.com>
6075
6076 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
6077 YYDEBUG must be defined to a nonzero value.
6078
6079 * src/bison.simple (yytname): Do not assume that the user defines
6080 YYDEBUG to a properly parenthesized expression.
6081
3877f72b
AD
60822001-12-17 Akim Demaille <akim@epita.fr>
6083
6084 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
6085 nlookaheads is a new member.
6086 Adjust all users.
6087 * src/lalr.h (nlookaheads): Remove this orphan declaration.
6088 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
6089 state.
776209d6 6090
331dbc1b
AD
60912001-12-17 Akim Demaille <akim@epita.fr>
6092
6093 * src/files.h, src/files.c (open_files, close_files): Remove.
6094 * src/main.c (main): Don't open/close files, nor invoke lex_free,
6095 let...
6096 * src/reader.c (reader): Do it.
776209d6 6097
be750e4c
AD
60982001-12-17 Akim Demaille <akim@epita.fr>
6099
6100 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 6101
709ae8c6
AD
61022001-12-17 Akim Demaille <akim@epita.fr>
6103
6104 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
6105 (flush_reduce): New.
6106 (resolve_sr_conflict): Adjust.
776209d6 6107
f87685c3
AD
61082001-12-17 Akim Demaille <akim@epita.fr>
6109
6110 * src/output.c (output_obstack): Be static and rename as...
6111 (format_obstack): this, to avoid any confusion with files.c's
6112 output_obstack.
6113 * src/reader.h (muscle_obstack): Move to...
6114 * src/output.h: here, since it's defined in output.c.
6115
837491d8
AD
61162001-12-17 Akim Demaille <akim@epita.fr>
6117
6118 * src/output.c (action_row, save_column, default_goto)
6119 (sort_actions, matching_state, pack_vector): Better variable
6120 locality.
6121
796d61fb
AD
61222001-12-17 Akim Demaille <akim@epita.fr>
6123
6124 * src/output.c: Various formatting changes.
776209d6 6125
64d15509
AD
61262001-12-17 Akim Demaille <akim@epita.fr>
6127
6128 * src/files.c (output_files): Free the output_obstack.
6129 * src/main.c (main): Call print and print_graph conditionally.
6130 * src/print.c (print): Work unconditionally.
6131 * src/print_graph.c (print_graph): Work unconditionally.
6132 * src/conflicts.c (log_resolution): Output only if verbose_flag.
6133
fbc8ecb7
MA
61342001-12-16 Marc Autret <autret_m@epita.fr>
6135
6136 * src/output.c (actions_output): Fix. When we use %no-lines,
6137 there is one less line per action.
6138
f0440388
MA
61392001-12-16 Marc Autret <autret_m@epita.fr>
6140
6141 * src/bison.simple: Remove a useless #line directive.
6142 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
6143 * src/output.c (get_lines_number): New.
776209d6 6144 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
6145 output muscles.
6146 Fix line numbering.
6147 (actions_output): Computes the number of lines taken by actions.
6148 (output_master_parser): Insert new skeleton which is the name of
6149 the output parser file name.
6150
a79986b8
MA
61512001-12-15 Marc Autret <autret_m@epita.fr>
6152
6153 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
6154
4ec8e00f
MA
61552001-12-15 Marc Autret <autret_m@epita.fr>
6156
6157 * src/output.c (output_gram): Keep track of the hairy one.
6158
1a4648ff
AD
61592001-12-15 Akim Demaille <akim@epita.fr>
6160
6161 Make `make distcheck' work.
6162
6163 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
6164 system.h which uses libgettext.h.
6165
9c2c67e6
AD
61662001-12-15 Akim Demaille <akim@epita.fr>
6167
6168 * src/nullable.c (set_nullable): Useless rules must be skipped,
6169 otherwise, since we range over their symbols, we might look at a
6170 nonterminal which no longer ``exists'', i.e., it is not counted in
6171 `nvars', hence we overflow our arrays.
6172
93ede233
AD
61732001-12-15 Akim Demaille <akim@epita.fr>
6174
6175 The header can also be produced directly, without any obstack!
6176 Yahoo!
6177
6178 * src/files.c, src/files.h (defines_obstack): Remove.
6179 (compute_header_macro): Global.
6180 (defines_obstack_save): Remove.
6181 * src/reader.c (parse_union_decl): No longer output to
6182 defines_obstack: its content can be found in the `stype' muscle
6183 anyway.
6184 (output_token_translations): Merge into...
6185 (symbols_output): this.
6186 Rename as...
6187 (symbols_save): this.
6188 (reader): Adjust.
6189 * src/output.c (header_output): New.
6190 (output): Call it.
6191
2666f928
AD
61922001-12-15 Akim Demaille <akim@epita.fr>
6193
6194 * src/reader.c (parse_union_decl): Instead of handling two obstack
6195 simultaneously, use one to define the `stype' muscle, and use the
6196 value of the latter to fill defines_obstack.
6197 (copy_comment): Remove.
6198 (copy_comment2): Work for a single obstack.
6199 Rename as...
6200 (copy_comment): this.
6201
428046f8
AD
62022001-12-15 Akim Demaille <akim@epita.fr>
6203
6204 * src/lex.c, src/lex.h (xgetc): No longer static.
6205 * src/reader.c (parse_union_decl): Revamp.
6206
ea52d706
AD
62072001-12-15 Akim Demaille <akim@epita.fr>
6208
6209 Still making progress in separating Bison into (i) input, (ii)
6210 process, (iii) output: now we can directly output the parser file
6211 without using table_obstack at all.
6212
6213 * src/files.c, src/files.h (table_obstack): Bye bye.
6214 (parser_file_name): New.
6215 * src/files.c (compute_output_file_names): Compute it.
6216 * src/output.c (actions_output, output_parser)
6217 (output_master_parser): To a file instead of an obstack.
6218
3f96f4dc
AD
62192001-12-15 Akim Demaille <akim@epita.fr>
6220
6221 Attach actions to rules, instead of pre-outputting them to
6222 actions_obstack.
6223
6224 * src/gram.h (rule_t): action and action_line are new members.
6225 * src/reader.c (symbol_list): Likewise.
6226 (copy_action): Save the actions within the rule.
6227 (packgram): Save them in rule_table.
6228 * src/output.c (actions_output): New.
6229 (output_parser): Use it on `%%actions'.
6230 (output_rule_data): Don't free rule_table.
6231 (output): Do it.
6232 (prepare): Don't save the `action' muscle.
6233 * src/bison.simple: s/%%action/%%actions/.
6234
51576fb3
AD
62352001-12-15 Akim Demaille <akim@epita.fr>
6236
6237 * src/reader.c (copy_action): When --yacc, don't append a `;'
6238 to the user action: let it fail if lacking.
dee049eb 6239 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 6240
2648a72d
AD
62412001-12-14 Akim Demaille <akim@epita.fr>
6242
6243 * src/lex.c (literalchar): Simply return the char you decoded, non
6244 longer mess around with obstacks and int pointers.
6245 Adjust all callers.
6246
92790e5b
AD
62472001-12-14 Akim Demaille <akim@epita.fr>
6248
6249 * src/lex.c (literalchar): Don't escape the special characters,
6250 just decode them, and keep them as char (before, eol was output as
6251 the 2 char string `\n' etc.).
6252 * src/output.c (output_rule_data): Use quotearg to output the
6253 token strings.
6254
927c1557
PE
62552001-12-13 Paul Eggert <eggert@twinsun.com>
6256
6257 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
6258 Do not infringe on the global user namespace when using C++.
6259 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
6260 All uses of `fprintf' and `stderr' changed.
6261
6262 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
6263
ed8e1f68
AD
62642001-12-13 Akim Demaille <akim@epita.fr>
6265
6266 The computation of nullable is broken: it doesn't handle empty
6267 RHS's properly.
6268
6269 * tests/torture.at (GNU AWK Grammar): New.
6270 * tests/sets.at (Nullable): New.
6271 * src/nullable.c (set_nullable): Instead of blindly looping over
6272 `ritems', loop over the rules, and then over their rhs's.
6273
6274 Work around Autotest bugs.
6275
6276 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
6277 frame, because Autotest understand lines starting with a `+' as
6278 traces from the shell. Then, they are not processed properly.
6279 Admittedly an Autotest bug, but we don't have time to wait for
6280 Autotest to catch up.
6281 * tests/regression.at (Broken Closure): Adjust to the new table
6282 frames.
6283 Move to...
6284 * tests/sets.at: here.
6285
cb581495
AD
62862001-12-13 Akim Demaille <akim@epita.fr>
6287
6288 * src/closure.c (closure): Use nrules instead of playing tricks
6289 with BITS_PER_WORD.
6290
2e729273
AD
62912001-12-13 Akim Demaille <akim@epita.fr>
6292
6293 * src/print.c (print_actions): Output the handling of `$' as the
6294 traces do: shifting the token EOF. Before EOF was treated as a
6295 nonterminal.
6296 * tests/regression.at: Adjust some tests.
6297 * src/print_graph.c (print_core): Complete the set of items via
6298 closure. The next-to-final and final states are still unsatisfying,
6299 but that's to be addressed elsewhere.
6300 No longer output the rule numbers, but do output the state number.
6301 A single loop for the shifts + gotos is enough, but picked a
6302 distinct color for each.
6303 (print_graph): Initialize and finalize closure.
6304
107f7dfb
AD
63052001-12-13 Akim Demaille <akim@epita.fr>
6306
6307 * src/reader.c (readgram): Remove dead code, an strip useless
6308 braces.
6309 (get_type): Remove, unused.
6310
9b53a24f
AD
63112001-12-12 Akim Demaille <akim@epita.fr>
6312
6313 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
6314 on that of lib/error.c.
6315
dbfb6dcd
AD
63162001-12-12 Akim Demaille <akim@epita.fr>
6317
6318 Some hosts don't like `/' in includes.
6319
6320 * src/system.h: Include libgettext.h without qualifying the path.
6321 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
6322 $(top_srcdir).
6323
c25fb648
MA
63242001-12-11 Marc Autret <autret_m@epita.fr>
6325
6326 * src/output.c (output_parser): Remove useless muscle.
6327
710ddc4f
MA
63282001-12-11 Marc Autret <autret_m@epita.fr>
6329
6330 * src/bison.simple: Remove #line just before %%epilogue. It
6331 is now handled in ...
6332 * src/reader.c (read_additionnal_code): Add the output of a
6333 #line for the epilogue.
6334
e83d80b8
MA
63352001-12-10 Marc Autret <autret_m@epita.fr>
6336
927c1557 6337 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
6338 replace precedent remove.
6339 * src/bison.simple: Remove #line before %%prologue because
6340 %%input-line is wrong at this time.
6341
971d5158
MA
63422001-12-10 Marc Autret <autret_m@epita.fr>
6343
6344 * src/reader.c (symbols_output): Clean up.
927c1557 6345 * src/output.c (output_gram, output): Clean up.
971d5158 6346
5edafffd
AD
63472001-12-10 Akim Demaille <akim@epita.fr>
6348
6349 * src/lalr.c (initialize_lookaheads): New. Extracted from...
6350 * src/LR0.c (set_state_table): here.
6351 * src/lalr.c (lalr): Call it.
6352
0279f8e9
AD
63532001-12-10 Akim Demaille <akim@epita.fr>
6354
6355 * src/state.h (shifts): Remove the `number' member: shifts are
6356 attached to state, hence no longer need to be labelled with a
6357 state number.
6358
190c4f5f
AD
63592001-12-10 Akim Demaille <akim@epita.fr>
6360
6361 Now that states have a complete set of members, the linked list of
6362 shifts is useless: just fill directly the state's shifts member.
6363
6364 * src/state.h (shifts): Remove the `next' member.
6365 * src/LR0.c (first_state, last_state): Remove.
6366 Adjust the callers.
6367 (augment_automaton): Don't look for the shifts that must be added
6368 a shift on EOF: it is those of the state we looked for! But now,
6369 since shifts are attached, it is no longer needed to looking
6370 merely by its id: its number.
6371
2a73b93d
AD
63722001-12-10 Akim Demaille <akim@epita.fr>
6373
6374 * src/LR0.c (augment_automaton): Better variable locality.
6375 Remove an impossible branch: if there is a state corresponding to
6376 the start symbol being shifted, then there is shift for the start
6377 symbol from the initial state.
6378
74392f6a
AD
63792001-12-10 Akim Demaille <akim@epita.fr>
6380
6381 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
6382 only when appropriate: when insert_start_shifting_state' is not
6383 invoked.
6384 * tests/regression.at (Rule Line Numbers): Adjust.
6385
37c82725
AD
63862001-12-10 Akim Demaille <akim@epita.fr>
6387
6388 * src/LR0.c (augment_automaton): Now that all states have shifts,
6389 merge the two cases addition shifts to the initial state.
6390
6a164e0c
AD
63912001-12-10 Akim Demaille <akim@epita.fr>
6392
6393 * src/lalr.c (set_state_table): Move to...
6394 * src/LR0.c: here.
6395 * src/lalr.c (lalr): Don't call it...
6396 * src/LR0.c (generate_states): do it.
6397 * src/LR0.h (first_state): Remove, only the table is used.
6398
7215de24
AD
63992001-12-10 Akim Demaille <akim@epita.fr>
6400
6401 * src/LR0.h (first_shift, first_reduction): Remove.
6402 * src/lalr.c: Don't use first_shift: find shifts through the
6403 states.
6404
80e25d4d
AD
64052001-12-10 Akim Demaille <akim@epita.fr>
6406
6407 * src/LR0.c: Attach shifts to states as soon as they are
6408 computed.
6409 * src/lalr.c (set_state_table): Instead of assigning shifts to
6410 state, just assert that the mapping was properly done.
6411
0ab3728b
AD
64122001-12-10 Akim Demaille <akim@epita.fr>
6413
6414 * src/LR0.c (insert_start_shift): Rename as...
6415 (insert_start_shifting_state): this.
6416 (insert_eof_shifting_state, insert_accepting_state): New.
6417 (augment_automaton): Adjust.
6418 Better locality of the variables.
6419 When looking if the start_symbol is shifted from the initial
6420 state, using `while (... symbol != start_symbol ...)' sounds
6421 better than `while (... symbol < start_symbol ...)': If fail
6422 to see how the order between symbols could be relevant!
6423
78af9bbc
AD
64242001-12-10 Akim Demaille <akim@epita.fr>
6425
6426 * src/getargs.h: Don't declare `spec_name_prefix' and
6427 `spec_file_prefix', declared by src/files.h.
6428 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
6429 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
6430 * src/output.c (prepare): Adjust.
6431 * src/reader.c (symbols_output): Likewise.
6432 * src/vmsgetargs.c: Vaguely adjust, but who cares?
6433
bdef2a41
AD
64342001-12-10 Akim Demaille <akim@epita.fr>
6435
6436 * src/muscle_tab.c (muscle_init): NULL is a better default than
6437 `"0"'.
6438
3735969c
AD
64392001-12-10 Akim Demaille <akim@epita.fr>
6440
6441 * src/reader.c (reader): Calling symbols_output once is enough.
6442
49701457
AD
64432001-12-10 Akim Demaille <akim@epita.fr>
6444
6445 Now that states have a complete set of members, the linked list of
6446 reductions is useless: just fill directly the state's reductions
6447 member.
6448
6449 * src/state.h (struct reductions): Remove member `number' and
6450 `next'.
6451 * src/LR0.c (first_reduction, last_reduction): Remove.
6452 (save_reductions): Don't link the new reductions, store them in
6453 this_state.
6454 * src/lalr.c (set_state_table): No need to attach reductions to
6455 states, it's already done.
6456 * src/output.c (output_actions): No longer free the shifts, then
6457 the reductions, then the states: free all the states and their
6458 members.
6459
0edad749
AD
64602001-12-10 Akim Demaille <akim@epita.fr>
6461
6462 * src/options.c (OPTN, DRTV, BOTH): New.
6463 (option_table): Use them.
6464
0edad749
AD
6465 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
6466 the job of system.h.
6467 * src/options.c: Don't include stdio.h and xalloc.h for the same
6468 reasons.
6469
5449dd0f
AD
64702001-12-10 Akim Demaille <akim@epita.fr>
6471
6472 * src/output.c (output, prepare): Make sure the values of the
6473 muscles `action' and `prologue' are 0-terminated.
6474
a870c567
AD
64752001-12-10 Akim Demaille <akim@epita.fr>
6476
6477 Clean up GCC warnings.
6478
6479 * src/reader.c (copy_action): `buf' is not used.
6480 (parse_skel_decl): Be static.
6481 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
6482 * src/options.h (create_long_option_table): Have a real prototype.
6483 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
6484 (hash_delete_at): Return const void *.
6485 Adjust casts to preserve the const.
6486
80df8768
AD
64872001-12-10 Akim Demaille <akim@epita.fr>
6488
6489 * configure.in: Require 2.52g.
6490 M4 is not needed, but AUTOM4TE is.
6491 * m4/m4.m4: Remove.
6492 * tests/Makefile.am: Adjust.
6493
f693ad14
AD
64942001-12-10 Akim Demaille <akim@epita.fr>
6495
6496 One structure for states is enough, even though theoretically
6497 there are LR(0) states and LALR(1) states.
6498
6499 * src/lalr.h (state_t): Remove.
6500 (state_table): Be state_t **, not state_t *.
6501 * src/state.h (core, CORE_ALLOC): Rename as...
6502 (state_t, STATE_ALLOC): this.
6503 Add the LALR(1) members: shifts, reductions, errs.
6504 * src/LR0.c (state_table): Rename as...
6505 (state_hash): this, to avoid name clashes with the global
6506 `state_table'.
6507 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
6508 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
6509
74ffbcb6
AD
65102001-12-10 Akim Demaille <akim@epita.fr>
6511
6512 Bison dumps core on bash.y.
6513 Reported by Pascal Bart.
6514
6515 * src/warshall.c (bitmatrix_print): New.
6516 (TC): Use it.
6517 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
6518 j must be the outer loop.
6519 * tests/regression.at (Broken Closure): New.
6520
07708e19
AD
65212001-12-05 Akim Demaille <akim@epita.fr>
6522
6523 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
6524 its argument.
6525