]> git.saurik.com Git - bison.git/blob - ChangeLog
* src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
[bison.git] / ChangeLog
1 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
4 elsewhere.
5 * src/print-xml.c: Prefer "const" after types; that's more consistent.
6 (xml_printf): Indent just 1 space for level.
7 (e_char, xlate_char): Remove.
8 (xml_escape_string): Rewrite to avoid undefined behavior (used
9 storage that was freed from the stack).
10 (xml_escape_n): Don't bother checking for subscript error.
11
12 2007-09-21 Wojciech Polak <polak@gnu.org>
13
14 Add support for an -x option to generate an XML report.
15 It is not documented yet.
16 * src/print-xml.c: New file.
17 * src/print-xml.h: Likewise.
18 * lib/timevar.def (TV_XML): New var.
19 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
20 * src/conflicts.c: Include print-xml.h.
21 (solved_conflicts_xml_obstack): New var.
22 (log_resolution, conflicts_solve, conflicts_free):
23 Add support for XML report.
24 (conflicts_output_val): New function.
25 * src/conflicts.h (conflicts_output_val): New decl.
26 * src/files.c (spec_xml_file): New var.
27 (compute_output_file_names, output_file_names_free): Add XML support.
28 * src/files.h (spec_xml_file): New decl.
29 * src/getargs.c (xml_flag): New var.
30 (usage, short_options, long_options, getargs): Add XML support.
31 * src/getargs.h (xml_flag): New decl.
32 * src/gram.c: Include print-xml.h.
33 (rule_lhs_print_xml, rule_rhs_print_xml):
34 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
35 New functions.
36 * src/gram.h: Declare external ones.
37 * src/main.c: Include print-xml.h.
38 (main): Add XML support.
39 * src/reduce.c: Include print-xml.h.
40 (reduce_xml): New function.
41 * src/reduce.h: Declare it.
42 * src/state.c: Include print-xml.h.
43 (state_new): Add XML support.
44 (state_rule_lookahead_tokens_print_xml): New function.
45 * src/state.h: Declare it.
46 (struct state): New member solved_conflicts_xml.
47 * src/symtab.c (symbol_class_get_string): New function.
48 * src/symtab.h: Declare it.
49
50 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
51
52 * GNUmakefile: Switch to coreutils's version.
53 * bootstrap: Likewise.
54 * Makefile.cfg: Adjust to new GNUmakefile.
55 * README-hacking: Likewise.
56
57 Import from gnulib:
58
59 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
60 Bruno Haible <bruno@clisp.org>
61
62 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
63 and is a script that invokes bison. Tighten the code. Add comments.
64
65 2007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
66
67 Spell "boolean" as "Boolean". Reported by Akim Demaille.
68 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
69 * doc/bison.texinfo (Decl Summary): Fix.
70 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
71 * tests/input.at (Boolean %define variables): Update output.
72 * tests/skeletons.at (%define boolean variables: invalid skeleton
73 defaults): Rename to...
74 (%define Boolean variables: invalid skeleton defaults): ... this and
75 update output.
76
77 2007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
78
79 In impure push mode, don't allow more than one yypstate to be allocated
80 since multiple impure parsers would corrupt yynerrs.
81 * data/push.c (yypstate_allocated): New static global variable
82 initialized to 0.
83 (yypull_parse): If yypstate_new returns 0, don't report it as memory
84 exhaustion if yypstate_allocated is 1, but still return 2.
85 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
86 already 1. Otherwise, set it to 1.
87 (yypstate_delete): Set it to 0.
88 * tests/push.at (Push Parsing: Multiple impure instances): New test
89 case.
90
91 2007-08-17 Bob Rossi <bob@brasko.net>
92
93 * doc/bison.texinfo (Push Decl): Document the push parser.
94 (Table of Symbols): Ditto.
95 (Pure Decl): Ditto.
96 (Decl Summary): Ditto.
97 (Multiple Parsers, Push Parser Function, Pull Parser Function,
98 Parser Create Function, Parser Delete Function):
99 Add new push parser symbols.
100 (Table of Symbols): Document push-parser, push-pull-parser,
101 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
102
103 2007-08-15 Paul Eggert <eggert@cs.ucla.edu>
104
105 Update to GPLv3.
106 * doc/gpl-3.0.texi: New file.
107 * doc/gpl.texi: Remove.
108 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
109 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
110 * README-hacking, TODO, bootstrap, bootstrap.conf:
111 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
112 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
113 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
114 * data/lalr1.cc, data/lalr1.java, data/location.cc:
115 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
116 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
117 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
118 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
119 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
120 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
121 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
122 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
123 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
124 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
125 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
126 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
127 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
128 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
129 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
130 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
131 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
132 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
133 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
134 * src/complain.c, src/complain.h, src/conflicts.c:
135 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
136 * src/files.h, src/flex-scanner.h, src/getargs.c:
137 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
138 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
139 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
140 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
141 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
142 * src/print.c, src/print.h, src/print_graph.c:
143 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
144 * src/reduce.h, src/relation.c, src/relation.h:
145 * src/revision.h, src/scan-code.h, src/scan-code.l:
146 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
147 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
148 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
149 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
150 * tests/Makefile.am, tests/actions.at, tests/c++.at:
151 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
152 * tests/existing.at, tests/glr-regression.at:
153 * tests/headers.at, tests/input.at, tests/java.at:
154 * tests/local.at, tests/output.at, tests/push.at:
155 * tests/reduce.at, tests/regression.at, tests/sets.at:
156 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
157 * tests/torture.at:
158 Update to GPLv3.
159
160 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
161
162 Get rid of broken %no-parser, -n, and --no-parser implementation and
163 documentation.
164 * TODO: Don't mention them.
165 * doc/bison.1: Likewise.
166 * doc/bison.texinfo (Decl Summary): Likewise.
167 (Bison Options): Likewise.
168 (Option Cross Key): Likewise.
169 * src/getargs.c (no_parser_flag): Remove global variable.
170 (usage): Don't print description of -n and --no-parser.
171 (long_options): Remove --no-parser entry here.
172 (getargs): Remove -n case in the switch here.
173 * src/getargs.h (no_parser_flag): Remove extern.
174 * tests/regression.at (Web2c Actions): Remove comment that mentions
175 --no-parser.
176
177 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
178
179 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
180 name user variables starting with `yy'. Just pass NULL instead of a
181 dummy local &yylval to yypush_parse.
182 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
183 starting with `yy'.
184
185 2007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
186
187 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
188 true since it's then always used regardless of whether yyoverflow is
189 defined. Reported by Christian Burger at
190 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
191 * THANKS: Add Christian Burger.
192
193 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
194 node names: say "Decl Summary" not "Bison Declaration Summary".
195
196 2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
197
198 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
199 determine whether this function has already complained about an invalid
200 value for a %define boolean variable, don't check whether Bison has
201 ever examined the value. As written, the check was a tautology.
202 Instead, record and check for this complaint using a separate muscle.
203
204 2007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
205
206 Fix push parsing memory leak reported by Brandon Lucia at
207 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
208 * THANKS: Add Brandon Lucia.
209 * data/push.c (yypstate_delete): Free the stack if it was reallocated
210 but the parse never completed and thus freed it.
211 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
212 * tests/testsuite.at: Include push.at.
213 * test/push.at: New.
214 (Push Parsing: Memory Leak for Early Deletion): New test case.
215
216 2007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
217
218 Improve handling of multiple S/R conflicts in the same state and of S/R
219 conflicts involving multiple reductions.
220 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
221 set for a state here or Bison will abort if it is reassigned on a
222 later conflicted reduction in the same state.
223 Similarly, don't finalize and assign the solved conflicts report here
224 or it will be lost if it is reassigned on a later conflicted reduction
225 in the same state.
226 (set_conflicts): Instead, assign them both here after all S/R conflicts
227 in the state have been fully examined.
228 * src/print.c (shift_set): Rename to...
229 (no_reduce_set): ... this.
230 (print_reductions): Update for rename, and add %nonassoc error action
231 tokens to no_reduce_set so that, when printing the first remaining
232 reduction on an error action token, the reduction is enclosed in
233 brackets.
234 (print_results): Update for rename.
235 * tests/conflicts.at (Solved conflicts report for multiple reductions
236 in a state): New test case.
237 (%nonassoc error actions for multiple reductions in a state): New test
238 case.
239
240 * src/main.c (main): Don't depend on C99 features.
241
242 2007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
243
244 * build-aux/.cvsignore: Add compile.
245 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
246 uniwidth.
247
248 2007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
249
250 * bootstrap (slurp): Create target directories that don't exist.
251 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
252
253 2007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
254
255 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
256 than item number.
257 * closure.c (closure): Likewise.
258 * state.h (reductions): Comment sorting of rules.
259 (state): Comment sorting of items.
260
261 2007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
262
263 Fix C++ test cases after recent Gnulib changes. Discussed starting at
264 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
265 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
266 definition in order to avoid Gnulib headers since we don't use config.h
267 here.
268 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
269 rather than AT_DATA so that config.h is included.
270
271 2007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
272
273 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
274 instead of fprintf. Guard these functions with #if YYDEBUG instead of
275 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
276 and so that YYFPRINTF is guaranteed to be defined here.
277
278 2007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
279
280 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
281 with...
282 (muscle_percent_define_check_values): ... this more helpful function.
283 Again, it's not used yet, but it will be.
284 * src/muscle_tab.h: Likewise.
285
286 Improve some comments in parser table construction.
287 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
288 (generate_states): Don't mention ruleset, which is internal to closure.
289 * src/closure.c (closure): Explain sorting of core and itemset, which
290 is required for this function to behave correctly.
291 * src/closure.h (closure): Mention sorting.
292
293 2007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
294
295 * src/lalr.c (state_lookahead_tokens_count): For code readability,
296 move the check for disabled transitions to an aver since conflict
297 resolution hasn't happened yet.
298
299 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
300 labels a state as inconsistent just because it has error transitions.
301 The original form of this check appeared in revision 1.1 of lalr.c,
302 which was committed on 1991-12-21. Now (at least), changing the
303 consistency label on such a state appears to have no useful effect in
304 any of the places it is examined, which I enumerate below. The key
305 point to understanding each item in this enumeration is that a state
306 with an error transition is labelled consistent in the first place only
307 if it has no rules, so the check cannot matter for states that have
308 rules. (1) Labelling a state as inconsistent will cause set_conflicts
309 to try to identify its conflicts, and a state must have *rules* to have
310 conflicts. (2) Labelling a state as inconsistent will affect how
311 action_row sets the default *rule* for the state. (3) Labelling a
312 state as inconsistent will cause build_relations to add lookback edges
313 to *rules* in that state.
314 * src/state.h (struct state): Word the comment for member consistent
315 more carefully.
316
317 2007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
318
319 Don't depend on C99 features.
320 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
321 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
322 * src/reader.c (check_and_convert_grammar): Fix for-loop.
323 * src/state.c (state_mark_reachable_states): Fix for-loop.
324 (state_remove_unreachable_states): Fix for-loop.
325
326 Don't widen struct state with member reachable just to temporarily
327 record reachability. Instead, use a local bitset.
328 * src/state.h (struct state): Remove member.
329 * src/state.c (state_new): Don't initialize it.
330 (state_mark_reachable_states): Rename to...
331 (state_record_reachable_states): ... this, and use bitset.
332 (state_remove_unreachable_states): Use bitset.
333
334 2007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
335
336 * src/Makefile.am (yacc): Quote target action commands properly so
337 that the yacc script isn't corrupt. Reported by Hans Aberg at
338 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
339
340 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
341 the case of pure parsers. Reported by Frans Englich at
342 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
343 * THANKS: Add Frans Englich.
344
345 * NEWS (2.3a+): In the %code entry, reference section `Bison
346 Declaration Summary' from the manual now since the %code summary has
347 moved there.
348 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
349 in the rules section must be terminated by semicolons.
350
351 2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
352
353 Extend the front-end API for %define variables to more completely
354 mirror the back-end. This will be useful in the future.
355 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
356 Update comments to mention the new front-end counterparts of these
357 macros.
358 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
359 for muscle_string_decode and muscle_location_decode.
360 (muscle_string_decode): New static function.
361 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
362 (muscle_percent_define_get, muscle_percent_define_ifdef): New
363 functions.
364 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
365 muscle_percent_define_get to mimic the b4_percent_define_flag_if
366 implementation more closely.
367 (muscle_percent_define_invalid_value): New function.
368 * src/muscle_tab.h (muscle_percent_define_get,
369 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
370 Prototype.
371
372 2007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
373
374 * NEWS (2.3a+): Mention yesterday's state-removal change.
375 (2.3a): Remove the %language entry, which was added after 2.3a.
376 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
377 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
378 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
379 tests/existing.at: Update copyright date.
380
381 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
382
383 If conflict resolution makes states unreachable, remove those states,
384 report rules that are then unused, and don't report conflicts in those
385 states.
386 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
387 New global function.
388 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
389 function.
390 * src/main.c (main): After conflict resolution, remove the unreachable
391 states and update all data structures that reference states by number.
392 * src/state.c (state_new): Initialize each state's reachable member to
393 false.
394 (state_mark_reachable_states): New static function.
395 (state_remove_unreachable_states): New global function.
396 * src/state.h (struct state): Add member bool reachable.
397 (state_remove_unreachable_states): Prototype.
398 * tests/conflicts.at (Unreachable States After Conflict Resolution):
399 New test case.
400 * tests/existing.at (GNU pic Grammar): Update test case output now that
401 an unused rule is discovered.
402
403 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
404
405 Minor code cleanup in parser table construction.
406 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
407 (new_itemsets, save_reductions): Update for rename to nitemset.
408 * src/closure.c (nritemset): Rename to...
409 (nitemset): ... this since the "r" appears to meaningless and isn't
410 used in the comments.
411 (closure): Update for rename.
412 * src/closure.h (nritemset): Update extern to...
413 (nitemset): ... this.
414 * src/lalr.c (LA): Fix a typo in comments.
415 * src/print.c (print_core): Update for rename to nitemset.
416 * src/print_graph.c (print_graph): Likewise.
417 * src/state.h: Fix some typos in header comments.
418
419 2007-04-04 Paul Eggert <eggert@cs.ucla.edu>
420
421 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
422 still sticks to ASCII. Sorry!
423
424 * README-hacking: New file, taken mostly from coreutils, with changes
425 for Bison. Contains much of the contents of:
426 * README-cvs: Remove.
427 * bootstrap: Sync from gnulib.
428 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
429 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
430
431 2007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
432
433 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
434 Setzer.
435 (Java Differences): Fix some typos.
436 * THANKS: Add Sebastian Setzer.
437
438 2007-03-07 Paolo Bonzini <bonzini@gnu.org>
439
440 * data/java.m4 (b4_single_class_if): Remove.
441 (b4_abstract_if): Look at "%define abstract".
442 (b4_lexer_if): New.
443 (b4_union_name): Rename...
444 (b4_yystype): ... to this. Map to "%define stype".
445 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
446 b4_maybe_throws): Fix quoting.
447 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
448 * data/lalr1.java (Lexer interface): Always define.
449 (Lexer interface within parser class): Remove.
450 (YYLexer class): New, used when "%code lexer" is present.
451 (constructor): When "%code lexer" is used, pass %lex-param
452 to the lexer constructor.
453 (yylex, yyparse): Remove %lex-param from method invocations
454 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
455
456 * doc/bison.texinfo (Java Bison Interface): Mention "%define
457 abstract". Rename "%define union_name" to "%define stype".
458 Rename method names according to previous patch.
459 (Java Scanner Interface): Describe "%code lexer" instead of
460 "%pure-parser" and "%define single_class".
461 (Java Differences): Mention "%code lexer".
462
463 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
464 Include scanner here, using macros from tests/local.at.
465 (AT_DATA_CALC_Y): Remove final argument.
466 (_AT_CHECK_JAVA_CALC): Likewise.
467 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
468 of %locations and %error-verbose.
469 (main): Test with and without %lex-param.
470 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
471 (AT_BISON_OPTION_POPDEFS): Pop it.
472
473 2007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
474
475 DJGPP spefic issue. Inhibit the use of disallowed characters for
476 file name genertion on Win98, WinXP, etc. These are |<>":?*\
477 and concern testsuite case 46.
478 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
479 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
480 * djgpp/config.bat: Inhibit the use of disallowed characters.
481
482 2007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
483
484 Miscellaneous %define and %code cleanup.
485 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
486 values are interpreted.
487 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
488 documentation a little more.
489 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
490 muscle_percent_define_insert, muscle_percent_code_grow): New
491 functions/macros.
492 * src/muscle_tab.h (muscle_percent_define_insert,
493 muscle_percent_code_grow): Prototype.
494 * src/parse-gram.y (prologue_declaration): Use
495 muscle_percent_define_insert and muscle_percent_code_grow when parsing
496 %define and %code directives.
497
498 Make it easy to share %define boolean variables between the front-end
499 and back-end. Though not used yet, this will be useful in the future.
500 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
501 Bison uses of names rather than just skeleton uses of names.
502 (b4_percent_define_get, b4_percent_define_ifdef): Rename
503 b4_percent_define_skeleton_variables(VARIABLE) to
504 b4_percent_define_bison_variables(VARIABLE).
505 (b4_percent_code_get, b4_percent_code_ifdef): Rename
506 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
507 b4_percent_code_bison_qualifiers(QUALIFIER).
508 (b4_check_user_names_wrap): Update for renames.
509 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
510 muscle_percent_define_default): New functions mimicking
511 b4_percent_define_flag_if and b4_percent_define_default.
512
513 For %define variables, report locations for invalid values and
514 redefinitions.
515 * data/bison.m4 (b4_percent_define_flag_if): Read
516 b4_percent_define_loc(VARIABLE) to report the location of an invalid
517 value for VARIABLE.
518 (b4_percent_define_default): Save a special location in
519 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
520 must later be reported as invalid.
521 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
522 functions.
523 (muscle_percent_define_insert): Record the location of VARIABLE in
524 muscle percent_define_loc(VARIABLE), and use it to report the previous
525 location for a redefinition.
526 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
527 (muscle_percent_define_default): Update like b4_percent_define_default.
528 (muscle_grow_user_name_list): Rename to...
529 (muscle_user_name_list_grow): ... this for consistency and use
530 muscle_location_grow.
531 * src/muscle_tab.h (muscle_location_grow): Prototype.
532 * tests/input.at (%define errors): Update expected output.
533 * tests/skeletons.at (%define boolean variables: invalid skeleton
534 defaults): New test case.
535
536 2007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
537
538 * src/print.c (lookahead_set, state_default_rule): Remove.
539 (print_reductions): Replace state_default_rule invocation with
540 equivalent use of yydefact, which was computed in token_actions in
541 tables.c.
542 (print_results): Don't allocate lookahead_set.
543
544 2007-02-27 Paolo Bonzini <bonzini@gnu.org>
545
546 * data/lalr1.java: Prefix all private members with yy.
547
548 2007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
549
550 Use YYFPRINTF instead of fprintf where appropriate. Reported by
551 Sebastien Fricker at
552 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
553 * THANKS: Add Sebastien Fricker.
554 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
555 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
556 accept a variable number of arguments.
557
558 2007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
559
560 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
561
562 2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
563
564 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
565 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
566 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
567
568 2007-02-11 Paul Eggert <eggert@cs.ucla.edu>
569
570 Undo my 2007-02-07 change, switching back to the c-strcase module
571 introduced in the 2007-02-03 change. Bruno Haible reported that
572 the 2007-02-07 change would be dangerous in Turkish if we add a
573 language whose name contains "i", since "i" is not lowercase "I"
574 in Turkish.
575 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
576 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
577 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
578 * m4/.cvsignore: Remove strcase.m4.
579 * src/getargs.c: Revert 2007-02-07 change, as follows.
580 Include c-strcase.h.
581 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
582
583 2007-02-11 Bruno Haible <bruno@clisp.org>
584
585 Enable the Java related testsuite tests when the only Java compiler
586 found is a gcj < 4.3. Discussed at
587 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
588 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
589
590 2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
591
592 * data/Makefile.am: Update copyright date.
593 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
594 yypstate_new returns NULL.
595 (yypstate_new): Return NULL if malloc does.
596 * src/reader.c (packgram): Move translation of rule actions from the
597 beginning of packgram to...
598 (check_and_convert_grammar): ... here right before packgram is invoked
599 so it's easier to write more complete comments, and remove redundant
600 code.
601
602 2007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
603
604 As in semantic actions, make @$ in %initial-action, %destructor, and
605 %printer imply %locations.
606 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
607 scanning @$.
608 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
609 (@$ in %initial-action implies %locations,
610 @$ in %destructor implies %locations,
611 @$ in %printer implies %locations): ... these new test cases.
612
613 2007-02-07 Paul Eggert <eggert@cs.ucla.edu>
614
615 Undo most of the 2007-02-03 change, switching to the strcase module
616 now that gnulib strcase has been fixed.
617 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
618 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
619 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
620 * m4/.cvsignore: Add strcase.m4.
621 * src/getargs.c: Revert 2007-02-03 change, as follows.
622 Don't include c-strcase.h.
623 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
624 strcasecmp has "unspecified behavior" outside the POSIX locale,
625 but it works fine in practice if at least one argument is ASCII,
626 as is the case in Bison.
627
628 2007-02-07 Paolo Bonzini <bonzini@gnu.org>
629
630 * tests/java.at: Skip tests if only one of javac/java is present.
631 Reported by Joel E. Denny.
632 * tests/atlocal.in: Adjust copyright years.
633
634 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
635
636 * data/lalr1.java (Stack): Work around old verifiers that disallow
637 access to the private fields of an inner class, from the outer class.
638 We can make Stack's fields public because user code doesn't have access
639 to the instance of Stack used by parse(). Reported by Paul Eggert.
640
641 2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
642
643 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
644 the right spot for these files?
645 * bootstrap.conf (gnulib_modules): Add c-strcase.
646 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
647 c-strncasecmp.c.
648 * src/getargs.c: Include c-strcase.h.
649 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
650 to avoid unspecified behavior.
651
652 2007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
653
654 * doc/bison.texinfo (Decl Summary): Correct typo.
655
656 2007-01-30 Paolo Bonzini <bonzini@gnu.org>
657
658 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
659 Complain if the value does not match empty, "true" or "false".
660 * data/c++.m4: Adjust default definitions of %define variables.
661 * data/java.m4: Adjust default definitions of %define variables.
662 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
663 to above behavior.
664 * tests/input.at (Boolean %define variables): Test new behavior.
665
666 2007-01-29 Paolo Bonzini <bonzini@gnu.org>
667
668 * NEWS: Mention java.
669 * TODO: Remove things that are done.
670 * bootstrap.conf: Add javacomp-script and javaexec-script.
671 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
672
673 * data/Makefile.am: Add new files.
674 * data/java-skel.m4: New.
675 * data/java.m4: New.
676 * data/lalr1.java: New.
677
678 * doc/bison.texinfo: Put "A Complete C++ Example" under
679 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
680 under Other Languages.
681
682 * src/getargs.c (valid_languages): Add Java.
683 * src/getargs.h (struct bison_language): Update size of string fields.
684
685 * tests/Makefile.am: Add java.at.
686 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
687 * tests/java.at: New.
688 * tests/testsuite.at: Include it.
689
690 2007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
691
692 Clean up.
693 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
694 at_directive_argv arguments so these no longer have to be global
695 variables. Also, update the implementation for the following changes.
696 (fail_for_at_directive_too_many_args,
697 fail_for_at_directive_too_few_args): Add at_directive_name argument.
698 (at_directive_name): Remove as at_directive_argv[0] will be used for
699 this now.
700 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
701 for the directive name.
702 (at_directive_argc, at_directive_argv): Make these local within
703 skel_lex instead of global.
704 (INITIAL): Update directive start action for above changes.
705 (SC_AT_DIRECTIVE_ARG): Rename to...
706 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
707 (SC_AT_DIRECTIVE_SKIP_WS): Update.
708 (scan_skel): Move yylex_destroy to...
709 (skel_scanner_free): ... here.
710 * tests/skeletons.at (installed skeleton file name): Rename to...
711 (installed skeleton file names): ... this.
712
713 2007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
714
715 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
716 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
717 Summary" not "Directives".
718 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
719 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
720 since the former is now the more complete one.
721 (Prologue Alternatives): Likewise and do the same for %defines.
722 (Table of Symbols): Add summary of %code, add summary of %define, and
723 move full %code documentation to...
724 (Decl Summary): ... here for consistency with other entries in these
725 sections.
726 Move %define entry in order to keep this list alphabetized.
727 Reword %define entry a little to put less emphasis on the skeleton
728 concept, which most users shouldn't have to think about.
729
730 2007-01-26 Paul Eggert <eggert@cs.ucla.edu>
731
732 Adjust to recent gnulib changes.
733 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
734 Add string.h, string_.h, unistd_.h, wchar_.h.
735 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
736 * src/system.h: Don't include <stpcpy.h>; this is now done by
737 <string.h>.
738
739 2007-01-23 Paolo Bonzini <bonzini@gnu.org>
740
741 Simplify implementation of unqualified %code, implement macros for
742 uniform treatment of boolean %define flags. Document %define.
743 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
744 b4_percent_code_ifdef): New.
745 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
746 * data/c++.m4: Define default value for global_tokens_and_yystype.
747 * data/glr.cc: Likewise.
748 * data/location.cc: Use b4_percent_define_flag_if.
749
750 * doc/bison.texinfo (Decl Summary): Document %define.
751
752 * src/parse-gram.y (Unqualified %code): Change muscle name to
753 b4_percent_code().
754 (content.opt): Default to empty.
755
756 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
757
758 Implement support for relative and absolute skeleton file names.
759 Discussed starting at
760 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
761 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
762 (Bison Options): Document in --skeleton entry.
763 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
764 full_skeleton can't necessarily hold all of pkgdatadir.
765 If the specified skeleton file name contains a `/', don't prepend
766 pkgdatadir.
767 * src/parse-gram.y (prologue_declaration): If the specified skeleton
768 file name contains a `/', prepend the grammar file directory.
769 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
770 * skeletons.at: New file.
771 (relative skeleton file names): New test case.
772 (installed skeleton file names): New test case.
773 * tests/testsuite.at: Include skeletons.at.
774
775 * bootstrap: Update copyright to 2007.
776
777 2007-01-17 Paolo Bonzini <bonzini@gnu.org>
778
779 * bootstrap: Remove occurrences of .#bootmp from the files.
780
781 2007-01-17 Akim Demaille <akim@epita.fr>
782
783 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
784 nonterminals.
785 Use per-type %printer.
786
787 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
788
789 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
790 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
791 djgpp/config.site, src/files.c, src/files.h, src/main.c,
792 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
793 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
794 tests/glr-regression.at, tests/input.at, tests/local.at,
795 tests/output.at, tests/torture.at: Update copyright to 2007.
796
797 2007-01-16 Akim Demaille <akim@epita.fr>
798
799 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
800 error code.
801 (Calc++ Scanner): Exit with failure if we can't open the input
802 file.
803 Accept "-" standing for stdin.
804 (Calc++ Top Level): Print the result only if the parsing was
805 successful.
806
807 2007-01-16 Akim Demaille <akim@epita.fr>
808
809 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
810
811 2007-01-15 Paolo Bonzini <bonzini@gnu.org>
812 and Joel E. Denny <jdenny@ces.clemson.edu>
813
814 Clean up %define and %code implementation in M4 some. Most
815 importantly, rename all related macros to be in the b4_percent_define
816 and b4_percent_code namespaces. Also, complete support for `.' in
817 %define variable names and %code qualifiers.
818 * data/bison.m4 (b4_check_user_names): Check for special
819 "SKELETON-NAMESPACE(name)" macros instead of using two nested
820 m4_foreach loops.
821 (b4_get_percent_define, b4_get_percent_code): Rename to...
822 (b4_percent_define_get, b4_percent_code_get): ... these.
823 Extend documentation with examples.
824 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
825 b4_percent_define_skeleton_variables and
826 b4_percent_code_skeleton_qualifiers.
827 Expect any value for the %define variable `foo' to be stored in the
828 macro named `b4_percent_define(foo)'; expect any %code blocks for the
829 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
830 expect any unqualified %code blocks to be stored in a macro named
831 `b4_percent_code_unqualified'.
832 Use m4_indir so that %define variable names and %code qualifiers can
833 contain `.', which is allowed by the grammar parser.
834 (b4_percent_define_default): New macro to set a default value for a
835 %define variable.
836 (m4_wrap): Update wrapped code, and fix some underquoting.
837 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
838 Expect grammar uses of %define variables and %code qualifiers to be
839 defined in b4_percent_define_user_variables and
840 b4_percent_code_user_qualifiers.
841 * data/c++.m4: Use b4_percent_define_default rather than
842 m4_define_default. Fix some underquoting. Skeleton usage of %define
843 variable define_location_comparison now implies skeleton usage of
844 %define variable filename_type.
845 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
846 data/push.c, data/yacc.c: Update macro names.
847 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
848 muscle names.
849
850 2007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
851
852 DJGPP specific issues.
853
854 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
855 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
856
857 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
858
859 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
860 run parsers in all tests so that Valgrind is invoked during
861 maintainer-check-valgrind.
862 (Duplicate representation of merged trees): Free all semantic values.
863 (Duplicated user destructor for lookahead): Likewise.
864
865 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
866
867 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
868 command-line prefix.
869 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
870 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
871 miss Valgrind messages.
872 (Exploding the Stack Size with Malloc): Likewise.
873
874 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
875
876 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
877 locals. Reported by Juan Manuel Guerrero at
878 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
879 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
880 Fix some indentation also.
881 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
882 explaining this issue.
883
884 2007-01-09 Paolo Bonzini <bonzini@gnu.org>
885 and Joel E. Denny <jdenny@ces.clemson.edu>
886
887 Simplify union and prologue handling, and escape union and lex/parse
888 params with digraphs.
889 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
890 values to the empty string since these are no longer guaranteed
891 initialized by the front-end.
892 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
893 braces around b4_user_stype since this is no longer done by the
894 front-end.
895 * src/files.c, src/files.h (pre_prologue_obstack,
896 post_prologue_obstack): Remove.
897 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
898 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
899 with digraphs. This fixes lex params and parse params.
900 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
901 * src/output.c (prepare): Remove muscle insertion of the prologues.
902 (output): Remove freeing of pre_prologue_obstack and
903 post_prologue_obstack.
904 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
905 than prologue_augment for prologue parsing so you don't need prologue
906 obstacks.
907 (grammar_declaration): For %union RHS, use `braceless' instead of
908 "{...}" so that braces are already stripped and code is escaped with
909 digraphs.
910 * src/reader.c (prologue_augment): Remove.
911 (reader): Remove initialization of pre_prologue_obstack and
912 post_prologue_obstack.
913 * src/reader.h (prologue_augment): Remove.
914
915 * data/c.m4: Remove stray parenthesis.
916
917 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
918
919 Remove quotes from variables names in %define directives and from
920 qualifiers in %code directives, and restrict the characters that are
921 allowed in them to M4-friendly ones. For %define, continue to support
922 the quoted form as a deprecated feature. Discussed starting at
923 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
924 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
925 %code.
926 * doc/bison.texinfo (Prologue Alternatives): Update.
927 (Decl Summary): In %defines entry, update mention of `%code requires'
928 and `%code provides'.
929 (C++ Location Values): Update %define uses.
930 (Calc++ Parser Interface): Likewise.
931 (Calc++ Parser): Likewise, and update `%code requires' uses.
932 (Table of Symbols): Update %code documentation.
933 * src/parse-gram.y (prologue_declaration): For %define variables, use
934 `variable' instead of `STRING'.
935 (grammar_declaration): For %code qualifiers, use `ID' instead of
936 `STRING'.
937 (variable): New nonterminal that takes an `ID' or a `STRING'.
938 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
939 and %define uses.
940 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
941 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
942 (%define errors): Update %define uses.
943
944 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
945
946 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
947 instead of muscle_insert for %define values so that M4-special
948 characters are replaced with digraphs.
949 * tests/input.at (%define errors): Extend to check weird values.
950
951 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
952
953 Instead of having skeletons declare all valid %define variables and
954 %code qualifiers, provide macros that retrieve the associated values
955 and build these lists automatically. Thus Bison will now warn when a
956 variable or qualifier is not used by the skeleton in the current
957 invocation regardless of whether it might sometimes be used by that
958 skeleton in other invocations. Also, move all %define value macros to
959 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
960 form, which is replaced by %code.
961 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
962 (b4_check_user_names): ... this, and change the series of valid name
963 arguments to a single list argument for names used in the skeleton
964 similar to the existing list argument for names used in the grammar.
965 Warn instead of complaining.
966 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
967 values and %code code, to format %code code properly, and to build
968 lists of all %define variables and %code qualifiers used in the
969 skeleton: b4_skeleton_percent_define_variables and
970 b4_skeleton_percent_code_qualifiers.
971 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
972 Remove, and...
973 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
974 the skeleton names lists can finish building first. In place of
975 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
976 expect the lists b4_user_percent_define_variables and
977 b4_user_percent_code_qualifiers.
978 * data/c++.m4: Where setting default values for b4_parser_class_name,
979 b4_location_type, b4_filename_type, b4_namespace, and
980 b4_define_location_comparison, update their names to the
981 b4_percent_define_ namespace.
982 * data/glr.c: Don't use b4_check_percent_define_variables and
983 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
984 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
985 (b4_parser_class_name, b4_namespace): Define these using
986 b4_get_percent_define for parser_class_name and namespace.
987 * data/location.cc: Use b4_get_percent_define.
988 * data/push.c: Don't use b4_check_percent_define_variables and
989 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
990 * data/yacc.c: Likewise, and don't call m4_exit in
991 b4_use_push_for_pull_if or m4_wrap code will never execute.
992 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
993 Rename to...
994 (muscle_grow_user_name_list): ... this for consistency with the
995 terminology used in bison.m4.
996 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
997 %define variable names, and rename muscle used_percent_define_variables
998 to user_percent_define_variables.
999 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
1000 user_percent_code_qualifiers.
1001 (content): Remove.
1002 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
1003 {CODE} form is no longer accepted.
1004 * tests/input.at (Reject bad %code qualifiers): Rename to...
1005 (Reject unused %code qualifiers): ... this, and update test output.
1006 (%define error): Update test output.
1007
1008 2007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
1009
1010 Check for unrecognized %define variables similar to checking for
1011 unrecognized %code qualifiers. Check for redefined %define variables.
1012 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
1013 generalizes...
1014 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
1015 (b4_check_percent_define_variables): New, also wraps it.
1016 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
1017 variables using b4_check_percent_define_variables.
1018 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
1019 all those exercised in the test suite and all those listed in the
1020 `Default values' section of c++.m4. Are there others?
1021 * data/push.c, data/yacc.c: Declare no valid %define variables.
1022 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
1023 similar to muscle_find, but it works even when the muscle stores a
1024 const value.
1025 (muscle_grow_used_name_list): New function for constructing the used
1026 name list muscles that b4_check_for_unrecognized_names requires.
1027 * src/parse-gram.y (prologue_declaration): Warn if a variable is
1028 %define'd more than once. Define the b4_used_percent_define_variables
1029 muscle with muscle_grow_used_name_list.
1030 (grammar_declaration): Abbreviate %code code with
1031 muscle_grow_used_name_list.
1032 * tests/input.at (%define errors): New.
1033
1034 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1035
1036 Provide warn_at, complain_at, and fatal_at function callbacks to the
1037 skeletons, and use this for %code qualifier complaints.
1038 * data/bison.m4 (b4_error_at): New, invoked by...
1039 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
1040 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
1041 @fatal_at(...@) directives.
1042 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
1043 qualifiers in b4_used_percent_code_qualifiers and to use
1044 b4_complain_at.
1045 * src/location.c, src/location.h (boundary_set_from_string): New global
1046 function.
1047 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
1048 function.
1049 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
1050 to b4_used_percent_code_qualifiers.
1051 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
1052 function.
1053 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
1054 (lineno): Rename to...
1055 (out_lineno): ... this so I don't misunderstand it again.
1056 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
1057 here; these newlines are in the input but not the output file.
1058 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
1059 (at_directive_perform): ... this new static function, and add handling
1060 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
1061 directives.
1062 * tests/input.at (Reject bad %code qualifiers): Update test output with
1063 locations and extend.
1064
1065 * tests/output.at (Output file name: [, Output file name: ]): Remove
1066 bogus comment about these tests failing.
1067
1068 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1069
1070 Clean up b4_check_percent_code_qualifiers a little.
1071 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
1072 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
1073 documentation and add examples.
1074 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
1075 qualifiers here.
1076
1077 2007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
1078
1079 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
1080 unreliable -- especially when they're hidden inside another macro.
1081 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
1082 data/c.m4: Remove m4_divert(-1).
1083 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1084 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
1085 m4_divert_push(0) and m4_divert_pop(0).
1086 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
1087 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
1088 pushed and popped by m4sugar, should be first on the stack.
1089
1090 Provide warn, complain, and fatal function callbacks to the skeletons.
1091 This provides more flexibility than m4_fatal, improves the error
1092 message format, and captures messages for translation. Discussed
1093 starting at
1094 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
1095 * data/bison.m4 (b4_error): New, invoked by...
1096 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
1097 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
1098 directives. Because these M4 macros might be called when the current
1099 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
1100 the previous removal of uses of m4_divert, which caused trouble.
1101 (b4_check_percent_code_qualifiers): Use b4_complain instead of
1102 m4_fatal to report unrecognized %code qualifiers.
1103 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
1104 push parser requests.
1105 * data/glr.c: Use b4_complain instead of m4_fatal to report
1106 non-deterministic push parser requests.
1107 Update @output usage to @output(...@) form.
1108 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
1109 report missing %defines. Update @output usage to @output(...@) form.
1110 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
1111 @output(...@) form.
1112 * src/main.c (main): Invoke skel_scanner_free.
1113 * src/scan-skel.h (skel_scanner_free): Prototype new function.
1114 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
1115 obstack_for_string from flex-scanner.h.
1116 (YY_DECL): Use to declare skel_lex static.
1117 (decode_at_digraphs): Remove; now handled in the new
1118 SC_AT_DIRECTIVE_ARG start condition.
1119 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
1120 functions.
1121 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
1122 at_directive_argv): New static globals.
1123 (INITIAL): Use fail_for_invalid_at.
1124 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
1125 recognize the start of a generalized `@directive(...@)' form and
1126 start...
1127 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
1128 directive args (using the new obstack_for_string), to decode the
1129 contained @ diagraphs, and to perform the directive. It recognizes
1130 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
1131 @output(...@).
1132 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
1133 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
1134 `@,'.
1135 (scan_skel): Initialize obstack_for_string on the first call.
1136 (skel_scanner_free): New function to free obstack_for_string.
1137 * tests/input.at (Reject bad %code qualifiers): Update test output.
1138
1139 2007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
1140
1141 Consolidate the 4 prologue alternative directives (%code, %requires,
1142 %provides, and %code-top) into a single %code directive with an
1143 optional qualifier field. Discussed at
1144 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
1145 * NEWS (2.3a+): Rewrite the existing entry for the prologue
1146 alternatives.
1147 * doc/bison.texinfo (Prologue Alternatives): Update.
1148 (Decl Summary): Update to %code "requires" and %code "provides".
1149 (Calc++ Parser): Update to %code "requires".
1150 (Table of Symbols): Remove entries for %requires, %provides, and
1151 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
1152 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
1153 are replaced by b4_percent_code_provides and b4_percent_code_requires,
1154 which are skeleton-specific.
1155 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
1156 declare what %code qualifiers it supports and to complain if any other
1157 qualifiers were used in the grammar.
1158 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
1159 and b4_user_code([b4_percent_code_provides]) in place of
1160 b4_user_requires and b4_user_provides.
1161 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
1162 Add b4_user_code([b4_percent_code_top]) and
1163 b4_user_code([b4_percent_code]).
1164 Invoke b4_check_percent_code_qualifiers.
1165 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
1166 PERCENT_REQUIRES): Remove.
1167 (grammar_declaration): Remove RHS's for %code-top, %provides, and
1168 %requires. Rewrite the %code RHS as the unqualified form defining the
1169 muscle b4_percent_code. Add another RHS for the qualified %code form,
1170 which defines muscles of the form b4_percent_code_QUALIFIER and the
1171 b4_used_percent_code_qualifiers muscle.
1172 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
1173 PERCENT_REQUIRES): Remove.
1174 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
1175 %code "requires" and %code "provides".
1176 * tests/input.at (Reject bad %code qualifiers): New.
1177
1178 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
1179
1180 Use the new code_props interface for destructors and printers.
1181 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
1182 printer_location members, and change the type of the destructor and
1183 printer members to code_props.
1184 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
1185 symbol_printer_get, semantic_type_destructor_set,
1186 semantic_type_printer_set, default_tagged_destructor_set,
1187 default_tagless_destructor_set, default_tagged_printer_set,
1188 default_tagless_printer_set): Use code_props in arguments and return
1189 types in place of char const * and location.
1190 (symbol_destructor_location_get, symbol_printer_location_get): Remove
1191 since the locations are now contained in the return of
1192 symbol_destructor_get and symbol_printer_get.
1193 * src/output.c (symbol_destructors_output, symbol_printers_output):
1194 Replace with...
1195 (symbol_code_props_output): ... this to eliminate duplicate code.
1196 (output_skeleton): Update to use symbol_code_props_output.
1197 * src/reader.c (symbol_should_be_used): Update use of
1198 symbol_destructor_get.
1199 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
1200 Update uses of the various _destructor_set and _printer_set functions.
1201 * src/symtab.c: (default_tagged_destructor_location,
1202 default_tagless_destructor_location, default_tagged_printer_location,
1203 default_tagless_printer_location): Remove since we...
1204 (default_tagged_destructor, default_tagless_destructor,
1205 default_tagged_printer, default_tagless_printer): ... change the type
1206 of these to code_props.
1207 (symbol_new, semantic_type_new, symbol_destructor_set,
1208 semantic_type_destructor_set, symbol_destructor_get,
1209 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
1210 symbol_check_alias_consistency, default_tagged_destructor_set,
1211 default_tagless_destructor_set, default_tagged_printer_set,
1212 default_tagless_printer_set): Update.
1213 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
1214 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
1215 code_props members.
1216 (symbol_print): Use SYMBOL_CODE_PRINT.
1217
1218 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
1219
1220 Use the new code_props interface for rule actions.
1221 * src/symlist.h (symbol_list): Replace action, action_location, and
1222 used members with a code_props action_props member.
1223 * src/reader.c (symbol_should_be_used, grammar_rule_check,
1224 grammar_midrule_action, grammar_current_rule_merge_set,
1225 grammar_current_rule_symbol_append, packgram): Update.
1226 * src/scan-code.h (translate_rule_action): Remove, no longer used.
1227 * src/scan-code.l (handle_action_dollar): Update.
1228 (translate_rule_action): Remove, no longer used.
1229 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
1230
1231 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
1232
1233 Use the new code_props interface in parse-gram.y.
1234 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
1235 Update all uses of translate_* functions to use the new code_props
1236 interface and to use gram_scanner_last_string_free and
1237 code_scanner_last_string_free where possible.
1238 (grammar_declaration): symbol_list_destructor_set and
1239 symbol_list_printer_set now perform the translation, so don't do it
1240 here. Use gram_scanner_last_string_free where possible.
1241 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
1242 translate_code): Remove, no longer used.
1243 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
1244 symbol_list_printer_set): Perform code translation here rather than
1245 depending on the caller to do so.
1246
1247 * src/symlist.h (struct symbol_list): Correct some documentation typos.
1248 * src/scan-gram.h (gram_last_string): Remove declaration.
1249 * src/scan-gram.l (last_string): Declare it static.
1250
1251 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
1252
1253 Encapsulate code properties and related functionality for the various
1254 destructors, printers, and actions into a code_props structure and
1255 interface. This patch merely implements code_props in scan-code.h and
1256 scan-code.l. Future patches will rewrite other modules to use it.
1257 Discussed starting at
1258 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
1259 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
1260 consistently initialize const structs that have an empty location
1261 field.
1262 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
1263 to ensure consistency.
1264 * src/scan-code.h (code_props): New structure.
1265 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
1266 function, macro, and const global variable for initializing a
1267 code_props with no code.
1268 (code_props_plain_init, code_props_symbol_action_init,
1269 code_props_rule_action_init, code_props_translate_code): The rest of
1270 the new code_props functional interface. Among other things, the init
1271 functions set the code_props kind field so that
1272 code_props_translate_code will know whether to behave like
1273 translate_symbol_action, translate_rule_action, or translate_code.
1274 These old translate functions must remain until all other modules are
1275 updated to use the new code_props interface.
1276 (code_scanner_last_string_free): New function similar to
1277 gram_scanner_last_string_free.
1278 (code_scanner_free): Add documentation.
1279 * src/scan-code.l: Implement the new interface.
1280 (code_lex): Make it static, add a code_props* argument, and remove the
1281 rule argument.
1282 (last_string): New static global similar to the one in scan-gram.l.
1283 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
1284 instead of rule.
1285 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
1286 code_props since Bison may one day use this information for destructors
1287 and printers.
1288 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
1289 (handle_action_dollar): Use symbol_list_n_get and set used flag
1290 directly since symbol_list_n_used_set is removed.
1291 (translate_action): Add a code_props* argument and remove the rule,
1292 action, and location arguments. Pass the code_props* on to code_lex.
1293 (translate_rule_action, translate_symbol_action, translate_code):
1294 Rewrite as wrappers around the new code_props interface.
1295 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
1296 it would eventually need to break the encapsulation of code_props.
1297
1298 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
1299
1300 * etc/.cvsignore: New.
1301
1302 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
1303
1304 Add maintainer-push-check to run maintainer-check using push parsing in
1305 place of pull parsing where available.
1306 * Makefile.am (maintainer-push-check): New.
1307 * data/bison.m4 (b4_use_push_for_pull_if): New.
1308 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
1309 appropriately based on their existing values.
1310 (yypush_parse): Don't print push-parser-specific diagnostics if push
1311 parsing is being used in place of pull parsing.
1312 * data/yacc.c: If push parsing should replace pull parsing, redirect to
1313 push.c.
1314 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
1315 variable, and insert b4_use_push_for_pull_flag into muscles.
1316 * tests/Makefile.am (maintainer-push-check): New.
1317
1318 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
1319
1320 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
1321 (whether successful or failed) so that yypush_parse can be invoked
1322 again to start a new parse using the same yypstate.
1323 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
1324 check multiple yypull_parse invocations on the same yypstate. For pull
1325 mode, extend to check multiple yyparse invocations.
1326 (Exploding the Stack Size with Alloca): Extend to try with
1327 %push-pull-parser.
1328 (Exploding the Stack Size with Malloc): Likewise.
1329
1330 * tests/calc.at (Simple LALR Calculator): Don't specify
1331 %skeleton "push.c" since %push-pull-parser implies that now.
1332 * tests/headers.at (export YYLTYPE): Don't check for the push
1333 declarations. Otherwise, this test case can't be used to see if push
1334 mode can truly emulate pull mode.
1335 * tests/input.at (Torturing the Scanner): Likewise.
1336 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
1337 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
1338 AT_YACC_IF, which now includes the case of push mode since %skeleton
1339 need not be used for push mode. This will be more intuitive once
1340 push.c is renamed to yacc.c.
1341
1342 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
1343
1344 For push mode, convert yyparse from a macro to a function, invoke yylex
1345 instead of passing a yylexp argument to yypull_parse, and don't
1346 generate yypull_parse or yyparse unless %push-pull-parser is declared.
1347 Discussed starting at
1348 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
1349 * data/bison.m4 (b4_pull_if): New.
1350 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
1351 * data/push.c: Improve M4 quoting a little.
1352 (b4_generate_macro_args, b4_parenthesize): Remove.
1353 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
1354 any time a pull parser is requested.
1355 Don't #define this as a wrapper around yypull_parse. Instead, when
1356 both push and pull are requested, make it a function that does that
1357 same thing.
1358 (yypull_parse): If there's a b4_prefix, #define this to
1359 b4_prefix[pull_parse] when both push and pull are requested.
1360 Don't define this as a function unless both push and pull are
1361 requested.
1362 Remove the yylexp argument and hard-code yylex invocation instead.
1363 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
1364 %push-parser.
1365 * src/getargs.c (pull_parser): New global initialized to true.
1366 * getargs.h (pull_parser): extern it.
1367 * src/output.c (prepare): Insert pull_flag muscle.
1368 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
1369 (prologue_declaration): Set both push_parser and pull_parser = true for
1370 %push-pull-parser. Set push_parser = true and pull_parser = false for
1371 %push-parser.
1372 * src/scan-gram.l: Don't accept %push_parser as an alternative to
1373 %push-parser since there's no backward-compatibility concern here.
1374 Scan %push-pull-parser.
1375 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
1376 instead of %push-parser.
1377 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
1378 prototype it in the module that calls yyparse.
1379 * tests/input.at (Torturing the Scanner): Likewise.
1380 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
1381
1382 2006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
1383
1384 Update etc/bench.pl. Optimize push mode a little (the yyn change
1385 deserves most of the credit).
1386 * Makefile.am (SUBDIRS): Add etc subdirectory.
1387 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
1388 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
1389 yytoken, yyval, and yyloc declarations to...
1390 (yyparse or yypush_parse): ... here to improve performance. For
1391 yypush_parse invocations after the first, be sure to assign yyn its old
1392 value again.
1393 (yypstate_new): Don't bother initializing the yyresult field since the
1394 initial value isn't used.
1395 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
1396 remove the #define that, in push mode, set it to yyps->NAME.
1397 * etc/Makefile.am: New.
1398 * etc/bench.pl: Remove and build it instead from...
1399 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
1400 "tests/bison" from the build directory by default rather than just
1401 invoking "bison" from $PATH.
1402 (calc_grammar): Update push parser code: don't declare yylval globally,
1403 don't define yyparse_wrapper, and don't #define yyparse.
1404 (bench_grammar): Update to check all working combinations of yacc.c,
1405 push.c, impure, pure, pull, and push.
1406
1407 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
1408
1409 For push mode, add pull wrappers around yypush_parse.
1410 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
1411 (yypull_parse): New function wrapping yypush_parse.
1412 (yyparse): New #define wrapping yypull_parse.
1413 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
1414 is declared.
1415 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
1416 prototype yylex in the module that calls yyparse, and don't prototype
1417 yyparse there. Otherwise, the yyparse expansion won't compile.
1418 * tests/input.at (Torturing the Scanner): Likewise.
1419
1420 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
1421
1422 Enable push parsers to operate in impure mode. Thus, %push-parser no
1423 longer implies %pure-parser. The point of this change is to move
1424 towards being able to test the push parser code by running the entire
1425 test suite as if %push-parser had been declared.
1426 * data/push.c (yypush_parse): For impure mode, remove the
1427 yypushed_char, yypushed_val, and yypushed_loc arguments.
1428 Instead, declare these as local variables initialized to the global
1429 yychar, yylval, and yylloc.
1430 For the first yypush_parse invocation only, restore the initial values
1431 of these global variables when it's time to read a token since they
1432 have been overwritten.
1433 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
1434 %push-parser.
1435 * tests/calc.at (Simple LALR(1) Calculator): Always declare
1436 %pure-parser along with %push-parser since this test case was designed
1437 for pure push parsers.
1438 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
1439 (AT_YACC_OR_PUSH_IF): New.
1440 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
1441 add a note that it's still wrong for some cases (as it has been for a
1442 while).
1443 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
1444 %push-parser no longer implies %pure-parser.
1445
1446 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
1447
1448 Remove some unnecessary differences between the pull parser code and
1449 the push parser code. This patch enables yynerrs in push mode.
1450 * data/push.c: Reformat M4 a little.
1451 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
1452 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
1453 because push mode is on. Instead, if pure mode is on, move yynerrs
1454 to...
1455 (b4_declare_parser_state_variables): ... here.
1456 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
1457 to yyps->NAME so it can be used in yypush_parse.
1458 (yypush_parse): Don't omit uses of yynerrs in push mode.
1459
1460 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
1461
1462 Fix bug such that the first pushed token's value and location are
1463 sometimes overwritten (sometimes by %initial-action) before being used.
1464 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
1465 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
1466 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
1467 more closely mimic the pull parser logic.
1468 Don't copy the pushed token to yychar, yylval, and yylloc until it's
1469 time to read a token, which is after any initialization of yylval and
1470 yylloc.
1471 (gottoken): Rename label to...
1472 (yyread_pushed_token): ... for clarity and to avoid infringing on the
1473 user namespace.
1474
1475 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
1476
1477 Rearrange initialization of the parser state variables so that the
1478 skeleton doesn't have to have a copy for pull mode and another for push
1479 mode. This patch also fixes at least a bug such that yylloc was not
1480 initialized (with b4_location_initial_line and
1481 b4_location_initial_column) upon calling yypush_parse. However, that
1482 initialization now overwrites the first token's location;
1483 %initial-action assigning @$ already did the same thing, and both bugs
1484 will be fixed in a later patch.
1485 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
1486 (b4_declare_parser_state_variables): Remove initialization of yytoken,
1487 yyss, yyvs, yyls, and yystacksize.
1488 (yypstate_new): Remove initialization of some yypstate fields: yystate,
1489 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
1490 yylsp.
1491 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
1492 yyps->NAME so it can be used in yypush_parse.
1493 (yyparse or yypush_parse): For yypush_parse, don't print the
1494 "Starting parse" diagnostic for invocations after the first.
1495 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
1496 yypush_parse, only do it for the first invocation.
1497 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
1498 initialization to occur in yypush_parse but only on the first
1499 invocation.
1500
1501 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
1502
1503 * data/push.c: Add CPP guards around push parser declarations in both
1504 the header and the code file.
1505 In the code file, move the push parser declarations to the same place
1506 they appear in the header file.
1507 Clean up the M4 some, especially the inconsistent underquoting in
1508 some b4_c_function_def and b4_c_function_decl uses.
1509
1510 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
1511
1512 Encapsulate the push parser state variables into an M4 macro so the
1513 push skeleton doesn't have to list them again for pull mode's yyparse.
1514 For push mode, remove yypush_parse's local equivalents of these
1515 variables to eliminate unnecessary copying between the two sets at
1516 run-time. This patch also fixes at least a bug related to multiple
1517 %initial-action invocations in push mode.
1518 * data/push.c (b4_declare_parser_variables): Rename to...
1519 (b4_declare_scanner_communication_variables): ... this for clarity and
1520 update both uses.
1521 (b4_declare_yyparse_variables): Remove and move its contents to the one
1522 spot where it was invoked.
1523 (b4_declare_parser_state_variables): New macro containing the parser
1524 state variables required by push mode.
1525 (struct yypstate): Replace all fields but yynew with
1526 b4_declare_parser_state_variables.
1527 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
1528 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
1529 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
1530 (yyparse or yypush_parse): For yyparse in pull mode, replace local
1531 parser state variable declarations with
1532 b4_declare_parser_state_variables.
1533 Don't initialize parser state variables when calling yypush_parse since
1534 yypstate_new already does that.
1535 Invoke the user's initial action only upon the first yypush_parse
1536 invocation.
1537 Remove all code that copies between the local parser state variables
1538 and the yypstate.
1539
1540 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
1541
1542 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
1543 prevent a name collision in a future patch where these names will
1544 sometimes be #define'd.
1545 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
1546 since it no longer has the same name as the existing argument.
1547 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
1548
1549 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1550 and Joel E. Denny <jdenny@ces.clemson.edu>
1551
1552 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
1553 that the argument is case-insensitive, and there's no `=' here.
1554 For the %skeleton entry, mention that %language is better.
1555 (Bison Options): Likewise for --language and --skeleton. Move the
1556 --skeleton entry so that the `Tuning the parser' section is sorted
1557 alphabetically on long options.
1558 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
1559 %language directive in detail here; cross-reference the %language
1560 documentation instead.
1561 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
1562 `%require "2.3b"' so that the example is always up-to-date.
1563 (Table of Symbols): Add entries for %language and %skeleton.
1564 * examples/extexi (normalize): Instead of replacing every %require
1565 argument with the current Bison version, just substitute for
1566 `@value{VERSION}'. This guarantees that we're testing what actually
1567 appears in the documentation.
1568 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
1569 rather than `@VERSION@'.
1570
1571 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
1572
1573 * NEWS: Reword the %language news a bit, and put it earlier.
1574
1575 * src/getargs.c (skeleton_arg): Last arg is now location const *.
1576 Rewrite to simplify the logic.
1577 (language_argmatch): Likewise.
1578 (program_name): We now own this var.
1579 * src/getargs.h (struct bison_language): Use char[] rather than
1580 const char *.
1581
1582 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
1583 Java is supported.
1584 * src/complain.c (program_name): Remove decl; no longer needed.
1585 * src/main.c (program_name): Remove; now belongs to getargs.
1586
1587 2006-12-18 Paolo Bonzini <bonzini@gnu.org>
1588
1589 * NEWS: Document %language.
1590
1591 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
1592
1593 * data/c-skel.m4, data/c++-skel.m4: New files.
1594 * data/glr.c: Complain on push parsers.
1595
1596 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
1597 over %skeleton.
1598 (Decl Summary): Document %language and %skeleton.
1599 (Command line): Document -L.
1600
1601 * examples/extexi: Rewrite %require directive.
1602 * examples/calc++/Makefile.am: Pass VERSION to extexi.
1603
1604 * src/files.c (compute_exts_from_gc): Look in language structure
1605 for .y extension.
1606 (compute_file_name_parts): Check whether .tab should be added.
1607 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
1608 (language, skeleton_arg, language_argmatch): New.
1609 (long_options): Add --language.
1610 (getargs): Use skeleton_arg, add -L/--language.
1611 * src/getargs.h: Include location.h.
1612 (struct bison_language, language, skeleton_arg, language_argmatch): New.
1613 * src/output.c (prepare): Pick default skeleton from struct language.
1614 Don't dispatch C skeletons here.
1615 * src/parse-gram.y (PERCENT_LANGUAGE): New.
1616 (prologue_declaration): Add "%language" rule, use skeleton_arg.
1617 * src/scan-gram.l ("%language"): New rule.
1618
1619 * tests/calc.at: Test %skeleton and %language.
1620 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
1621 (AT_GLR_IF): Look for %skeleton "glr.cc".
1622 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
1623 (AT_YACC_IF): Reject %language.
1624
1625 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
1626
1627 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
1628 since it wasn't used; only the typedef name 'semantic_type' is needed.
1629 Also, omit trailing white space.
1630
1631 * bootstrap: Sync from coreutils.
1632 (gnulib_extra_files): Add build-aux/announce.gen.
1633 (slurp): Adjust .gitignore files like .cvsignore files.
1634 * build-aux/announce-gen: Remove from CVS, since bootstrap
1635 now creates this.
1636
1637 2006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
1638
1639 Make %push-parser imply %pure-parser. This fixes several bugs; see
1640 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
1641 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
1642 pure_parser = true.
1643 * data/push.c: Don't bother testing b4_push_if when deciding whether
1644 to expand b4_declare_parser_variables globally.
1645 (yypush_parse): Likewise in here.
1646
1647 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
1648 (yy_reduce_print): Reformat M4 for readability.
1649
1650 2006-12-15 Bob Rossi <bob@brasko.net>
1651 and Joel Denny <jdenny@ces.clemson.edu>
1652
1653 * data/push.c (yypstate): Add typedef, and update all uses of
1654 struct yypstate to just yypstate.
1655 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
1656
1657 2006-12-14 Bob Rossi <bob@brasko.net>
1658
1659 * data/push.c (yypush_parse): Declare prototype regardless of
1660 %locations option.
1661
1662 2006-12-14 Bob Rossi <bob@brasko.net>
1663
1664 * data/push.c (yyparse): Remove the prototype and the #define when in
1665 push-parser mode.
1666
1667 2006-12-13 Bob Rossi <bob@brasko.net>
1668
1669 * data/push.c (yypstate_init): Rename to...
1670 (yypstate_new): ... this and use b4_c_function_def.
1671 (yypstate_delete): New.
1672 (yypush_parse): Change parameters yynval and yynlloc to be const.
1673 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
1674 yypstate_delete functions.
1675
1676 2006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
1677
1678 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
1679 strange test case titles. Reported by Bob Rossi.
1680
1681 2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
1682
1683 * TODO: Add pointer to Sylvain Schmitz's work on static detection
1684 of potential ambiguities in GLR grammers.
1685
1686 2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
1687
1688 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
1689 `bison ', use m4_index instead of m4_substr since chopping up a string
1690 containing M4-special characters causes problems here.
1691
1692 Fix a couple of bugs related to special characters in user-specified
1693 file names, and make it easier for skeletons to compute output file
1694 names with the same file name prefix as Bison-computed output file
1695 names.
1696 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
1697 b4_parser_file_name and b4_spec_defines_file instead of
1698 @output_parser_name@ and @output_header_name@, which are now redundant.
1699 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
1700 b4_parser_file_name, b4_spec_defines_file, and the new
1701 @basename(FILENAME@) instead of @output_parser_name@ and
1702 @output_header_name@, which inappropriately escaped the file names as
1703 C string literals.
1704 * src/files.c (all_but_ext): Remove static qualifier.
1705 (compute_output_file_names): Move `free (all_but_ext)' to...
1706 (output_file_names_free): ... here since all_but_ext is needed later.
1707 * src/files.h (all_but_ext): Extern.
1708 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
1709 exactly what MUSCLE_INSERT_STRING used to do.
1710 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
1711 characters are escaped properly.
1712 * src/output.c (prepare): Define muscle file_name_all_but_ext as
1713 all_but_ext.
1714 For pkgdatadir muscle, maintain previous functionality by using
1715 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
1716 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
1717 digraphs would never be expanded. Hopefully no one has M4-special
1718 characters in his Bison installation path.
1719 * src/scan-skel.l: Don't parse @output_header_name@ and
1720 @output_parser_name@ anymore since they're now redundant.
1721 In @output, use decode_at_digraphs.
1722 Parse a new @basename command that invokes last_component.
1723 (decode_at_digraphs): New.
1724 (BASE_QPUTS): Remove unused.
1725 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
1726 (Output file name): New tests.
1727
1728 2006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
1729
1730 Warn about output files that are generated by the skeletons and that
1731 conflict with other output files.
1732 * data/glr.c: Don't generate the header file here when glr.cc does.
1733 * src/files.c (file_names, file_names_count): New static globals.
1734 (compute_output_file_names): Invoke output_file_name_check for files
1735 not generated by the skeletons and remove existing checks.
1736 (output_file_name_check): New function that warns about conflicting
1737 output file names.
1738 (output_file_names_free): Free file_names.
1739 * src/files.h (output_file_name_check): Declare.
1740 * src/scan-skel.l: Invoke output_file_name_check for files generated by
1741 the skeletons.
1742 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
1743 (Conflicting output files): New tests.
1744
1745 2006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1746
1747 * doc/bison.texinfo: Fix a couple of typos.
1748
1749 2006-12-08 Bob Rossi <bob@brasko.net>
1750
1751 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
1752 Rename to...
1753 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
1754 update all uses.
1755 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
1756 (yypush_parse): Rename yypvars argument to yyps and remove redundant
1757 local pv.
1758 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
1759 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
1760
1761 2006-12-07 Bob Rossi <bob@brasko.net>
1762 and Joel Denny <jdenny@ces.clemson.edu>
1763
1764 * data/push.c (yypvarsinit): Change return type from void* to struct
1765 yypvars*. No longer cast to void* on return.
1766 (struct yypvars): Remove yylen since it need not be remembered between
1767 yypushparse invocations.
1768 (yypushparse): Don't copy between yylen and pv->yylen.
1769
1770 2006-12-05 Bob Rossi <bob@brasko.net>
1771
1772 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
1773 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
1774 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
1775 (struct yypvars): Remove b4_declare_parser_variables.
1776 (yypvarsinit): Remove init code for removed variables.
1777 (global scope): Do not declare b4_declare_parser_variables if
1778 push or pure mode.
1779 (yypushparse): Add b4_declare_parser_variables.
1780 Init new local variables, and remove init code for removed
1781 yypvars variables.
1782 (yyparse): Delete.
1783 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
1784 and yyparse for other modes.
1785 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
1786 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
1787 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
1788 (AT_PURE_LEX_IF): True if pure or push parser.
1789
1790 2006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
1791
1792 Document Yacc prologue alternatives and default %destructor's and
1793 %printer's as experimental. Don't mention Java yet. Discussed at
1794 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
1795 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
1796 (2.3a): Annotate this entry to say the old forms of these features were
1797 also experimental.
1798 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
1799 Table of Symbols): Say they're experimental. Comment out any mention
1800 of Java (we'll want this back eventually).
1801
1802 2006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
1803
1804 Support a file name argument to %defines. Deprecate `=' in
1805 %file-prefix, %name-prefix, and %output. Discussed at
1806 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
1807 * NEWS (2.3a+): Mention.
1808 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
1809 form of %defines, and remove `=' from entries for %file-prefix,
1810 %name-prefix, and %output.
1811 * src/parse-gram.y (prologue_declaration): Implement.
1812 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
1813 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
1814 all but one occurrence of %name-prefix.
1815 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
1816 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
1817 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
1818 occurrence of each of %file-prefix and %output. Add check for %defines
1819 with argument.
1820 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
1821 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
1822 Remove the `=' from %output.
1823
1824 2006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
1825
1826 Don't escape $ in test case titles since Autoconf 2.61 now does that
1827 correctly.
1828 * tests/actions.at (Default %printer and %destructor are not for error
1829 or $undefined): Here.
1830 (Default %printer and %destructor are not for $accept): Here.
1831 * tests/input.at (Invalid $n and @n): Here.
1832
1833 2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
1834
1835 Rename <!> to <>. Discussed starting at
1836 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
1837 * NEWS (2.3a+): Update.
1838 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
1839 Update.
1840 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
1841 * src/scan-gram.l (INITIAL): Implement.
1842 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
1843 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
1844 comment.
1845 * tests/actions.at (Default tagless %printer and %destructor,
1846 Default tagged and per-type %printer and %destructor,
1847 Default %printer and %destructor are not for error or $undefined,
1848 Default %printer and %destructor are not for $accept,
1849 Default %printer and %destructor for mid-rule values): Update.
1850 * tests/input.at (Default %printer and %destructor redeclared,
1851 Unused values with default %destructor): Update.
1852
1853 2006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
1854
1855 Don't let %prec take a nonterminal.
1856 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
1857 token.
1858 * tests/input.at (%prec takes a token): New test checking that %prec
1859 won't take a nonterminal.
1860
1861 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
1862
1863 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
1864 it was double-quoted.
1865 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
1866 grammar is maintained with Bison's highest standards.
1867 * src/getargs.c: Fix some typos in Doxygen comments.
1868
1869 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
1870
1871 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
1872 later. Reported by Paul Eggert in
1873 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
1874 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
1875 * src/scan-code.l (translate_action): Don't bother invoking
1876 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
1877 (code_scanner_free): Instead of invoking
1878 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
1879 which frees more.
1880 * src/scan-gram.l (gram_scanner_free): Likewise.
1881 * src/scan-skel.l (scan_skel): Likewise.
1882
1883 2006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
1884
1885 * src/files.c (tr): Change return type to void.
1886 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
1887 has been called previously for the same key.
1888 (muscle_find): Return storage instead of value so that
1889 --enable-gcc-warnings doesn't produce warnings that the return discards
1890 const. aver that the value and storage are the same since storage
1891 could potentially be NULL when value is not.
1892 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
1893 same as 0.
1894
1895 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
1896
1897 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
1898 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
1899 us a slightly cleaner distribution, and also works.
1900 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
1901 gnulib changes.
1902
1903 2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
1904 and Paul Eggert <eggert@cs.ucla.edu>
1905
1906 Don't let Bison leak memory except when it complains.
1907 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
1908 (spec_defines_file, dir_prefix): Now char *, not const char *,
1909 since they are freed.
1910 * src/files.c: Likewise.
1911 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
1912 Likewise.
1913 (tr): Now operates in-place. All uses changed.
1914 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
1915 values.
1916 (compute_file_name_parts, compute_output_file_names): Don't store
1917 read-only data in variables that will be freed.
1918 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
1919 src_extension, and header_extension.
1920 (output_file_names_free): New public function to free
1921 spec_verbose_file, spec_graph_file, spec_defines_file,
1922 parser_file_name, and dir_prefix.
1923 * src/getargs.c (getargs): Don't store read-only data in variables that
1924 will be freed.
1925 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
1926 (which previously existed but was unused), and quotearg_free.
1927 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
1928 * src/muscle_tab.c: Likewise.
1929 (muscle_entry): Make the value char const *,
1930 and add a new storage member that is char * and can be freed.
1931 (muscle_entry_free): New private function.
1932 (muscle_init): Use it instead of free.
1933 (muscle_insert, muscle_grow): Update and use new storage member.
1934 (muscle_code_grow): Free the string passed to muscle_grow
1935 since it's not needed anymore.
1936 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
1937 add a new `char *code' member.
1938 ("{...}"): Declare semantic type as code.
1939 * src/scan-code.h (translate_rule_action):
1940 (translate_symbol_action, translate_code, translate_action): Return
1941 `char const *' rather than `char *' since external code should not free
1942 these strings.
1943 * src/scan-code.l: Likewise.
1944 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
1945 which is "{...}" in the parser.
1946 * tests/Makefile.am (maintainer-check-valgrind): Set
1947 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
1948 Valgrind.
1949 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
1950 complain.
1951 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
1952 expecting a non-zero exit status sets --leak-check=summary and
1953 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
1954 this case, and we don't want to hear about it.
1955
1956 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
1957
1958 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
1959 instead of from the template, to simplify configuration a bit.
1960 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
1961 and m4/wint_t.m4, as they are needed with the latest gnulib.
1962
1963 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
1964
1965 Disable unset/unused mid-rule value warnings by default, and recognize
1966 --warnings=midrule-values to enable them. Discussed starting at
1967 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
1968 * NEWS (2.3a+): Mention.
1969 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
1970 warnings): Add entry for midrule-values subargument.
1971 * src/reader.c (symbol_should_be_used): Don't return true just because
1972 the value is a set/used mid-rule value unless
1973 --warnings=midrule-values was specified.
1974 * tests/input.at (Unused values, Unused values before symbol
1975 declarations): Run tests with and without --warnings=midrule-values.
1976
1977 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
1978 than LIST_FREE directly.
1979
1980 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
1981
1982 Finish implementing --warnings=error, which should not be implied by
1983 --warnings=all (or by its synonyms -W and --warnings without
1984 subarguments).
1985 * src/complain.c (set_warning_issued): New function to report that
1986 warnings are being treated as errors and to record an error if so.
1987 Invoke...
1988 (warn_at, warn): ... here.
1989 * src/getargs.c (warnings_args, warnings_types): Reorder so that
1990 "error - warnings are errors" does not appear above "all - all of the
1991 above".
1992 (getargs): For -W and --warnings without subarguments, don't let
1993 FLAGS_ARGMATCH set warnings_error in warnings_flag.
1994 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
1995
1996 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
1997
1998 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
1999 empty subargument list. For example: `bison --warnings= parser.y'.
2000
2001 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2002
2003 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
2004 the parser header file so that gcc doesn't warn.
2005
2006 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2007
2008 Split the default %destructor/%printer into two kinds: <*> and <!>.
2009 Discussed starting at
2010 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
2011 * NEWS (2.3a+): Mention.
2012 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
2013 previous change today related to mid-rules.
2014 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
2015 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
2016 (TYPE_TAG_ANY): Add as <*>.
2017 (TYPE_TAG_NONE): Add as <!>.
2018 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
2019 for <*> and <!>.
2020 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
2021 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
2022 * src/symlist.c (symbol_list_default_new): Split into tagged and
2023 tagless versions.
2024 (symbol_list_destructor_set, symbol_list_printer_set): Split
2025 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
2026 SYMLIST_DEFAULT_TAGLESS.
2027 * src/symlist.h: Update symbol_list_default*_new prototypes.
2028 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
2029 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
2030 * src/symtab.c (default_destructor, default_destructor_location,
2031 default_printer, default_printer_location): Split each into tagged and
2032 tagless versions.
2033 (symbol_destructor_get, symbol_destructor_location_get,
2034 symbol_printer_get, symbol_printer_location_get): Implement tagged
2035 default and tagless default cases.
2036 (default_destructor_set, default_printer_set): Split each into tagged
2037 and tagless versions.
2038 * src/symtab.h: Update prototypes.
2039 * tests/actions.at (Default %printer and %destructor): Rename to...
2040 (Default tagless %printer and %destructor): ... this, and extend.
2041 (Per-type %printer and %destructor): Rename to...
2042 (Default tagged and per-type %printer and %destructor): ... this, and
2043 extend.
2044 (Default %printer and %destructor for user-defined end token): Extend.
2045 (Default %printer and %destructor are not for error or $undefined):
2046 Update.
2047 (Default %printer and %destructor are not for $accept): Update.
2048 (Default %printer and %destructor for mid-rule values): Extend.
2049 * tests/input.at (Default %printer and %destructor redeclared): Extend.
2050 (Unused values with default %destructor): Extend.
2051
2052 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2053
2054 Don't apply the default %destructor/%printer to an unreferenced midrule
2055 value. Mentioned at
2056 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
2057 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
2058 like $@n instead of just @n so that the default %destructor/%printer
2059 logic doesn't see them as user-defined symbols.
2060 (symbol_is_dummy): Check for both forms of the name.
2061 * src/reader.c (packgram): Remove the `$' from each midrule symbol
2062 name for which the midrule value is referenced in any action.
2063 * tests/actions.at (Default %printer and %destructor for mid-rule
2064 values): New test.
2065 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
2066 for change to dummy symbol names.
2067
2068 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2069
2070 Warn about unset midrule $$ if the corresponding $n is used.
2071 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
2072 $n usage.
2073 (packgram): Before invoking grammar_rule_check on any rule, make sure
2074 all actions have already been scanned in order to set `used' flags.
2075 Otherwise, checking that a midrule's $$ is set will not always work
2076 properly because the midrule check must forward-reference the midrule's
2077 parent rule.
2078 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
2079 warning.
2080
2081 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2082
2083 More improvements to the documentation of the prologue alternatives:
2084 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
2085 Bison manual.
2086 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
2087 some text to clarify the relative importance of the new directives and
2088 to show how these directives may be viewed as code labels.
2089
2090 2006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
2091
2092 Similar to the recently removed %before-header, add %code-top as the
2093 alternative to the pre-prologue. Mentioned at
2094 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
2095 Also, let the prologue alternatives appear in the grammar section.
2096 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
2097 (prologue_declaration): Move the existing prologue alternatives to...
2098 (grammar_declaration): ... here and add %code-top.
2099 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
2100
2101 Clean up and extend documentation for the prologue alternatives.
2102 * NEWS (2.3a+): Describe prologue alternatives.
2103 * doc/bison.texinfo (Prologue): Move discussion of prologue
2104 alternatives to...
2105 (Prologue Alternatives): ... this new section, and extend it to discuss
2106 all 4 directives in detail.
2107 (Table of Symbols): Clean up discussion of prologue alternatives and
2108 add %code-top.
2109
2110 2006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2111
2112 DJGPP specific issues.
2113
2114 * djgpp/config.bat: config.hin has been moved to lib. Adjust
2115 config.bat accordingly.
2116 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
2117 * djgpp/config.site: Likewise.
2118
2119 2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2120
2121 Replace %*-header with %provides, %requires, %code. See discussion at
2122 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
2123
2124 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
2125 (b4_user_start_header): Remove.
2126 * data/glr.c: Use new macros instead of b4_*start_header
2127 and b4_*end_header.
2128 * data/glr.cc: Likewise.
2129 * data/lalr1.cc: Likewise.
2130 * data/push.c: Likewise.
2131 * data/yacc.c: Likewise.
2132
2133 * doc/bison.texinfo: Remove %before-header, rename
2134 %{start,end,after}-header to %requires, %provides, %code.
2135
2136 * src/parse-gram.y: Likewise (also rename token names accordingly).
2137 * src/scan-gram.l: Likewise.
2138 * tests/actions.at: Likewise.
2139
2140 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
2141
2142 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
2143 Problem reported by Joel E. Denny.
2144
2145 2006-10-14 Jim Meyering <jim@meyering.net>
2146
2147 (Sync from coreutils.)
2148 Work also when the working directory (with e.g. coreutils sources)
2149 is version controlled with git, rather than CVS.
2150 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
2151 rather than CVS.
2152 In messages and comments, say e.g., "checked-out sources",
2153 rather than "CVS sources".
2154 (version_controlled_file): New function. Work for git as well as
2155 for CVS. Don't use grep's -q option.
2156 (slurp): Call it here, in place of CVS-specific code.
2157
2158 2006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
2159
2160 Fix testsuite for ./configure --enable-gcc-warnings:
2161 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
2162 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
2163 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
2164 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
2165 * test/regression.at (Diagnostic that expects two alternatives):
2166 Likewise.
2167
2168 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2169
2170 * bootstrap.conf (gnulib_modules): Add config-h.
2171 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
2172 worry about HAVE_CONFIG_H.
2173 * lib/abitset.c: Likewise.
2174 * lib/bitset.c: Likewise.
2175 * lib/bitset_stats.c: Likewise.
2176 * lib/bitsetv-print.c: Likewise.
2177 * lib/bitsetv.c: Likewise.
2178 * lib/ebitset.c: Likewise.
2179 * lib/get-errno.c: Likewise.
2180 * lib/lbitset.c: Likewise.
2181 * lib/subpipe.c: Likewise.
2182 * lib/timevar.c: Likewise.
2183 * lib/vbitset.c: Likewise.
2184 * lib/bitset.c: Include "bitset.h" first, to test interface.
2185 * lib/bitset_stats.c: Include "bitset_stats.h" first.
2186 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
2187 * lib/bitsetv.c: Include "bitsetv.h" first.
2188 * lib/get-errno.c: Include "get-errno.h" first.
2189 * m4/.cvsignore: Add config-h.m4.
2190 * tests/actions.at (Default %printer and %destructor for ...):
2191 Adjust expected line numbers in output to reflect removal of #if
2192 HAVE_CONFIG_H lines.
2193 * tests/glr-regression.at (Missed %merge type warnings when ...):
2194 Likewise.
2195 * tests/regression.at (Braced code in declaration in rules section):
2196 Likewise.
2197 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
2198 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
2199 Include <config.h> unconditionally.
2200
2201 * bootstrap: Sync from coreutils, as follows:
2202
2203 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
2204
2205 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
2206 variable was sometimes used without being initialized. This
2207 messed up the installation of the INSTALL file in some cases.
2208
2209 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
2210
2211 * bootstrap (usage, main program, symlink_to_gnulib): Add option
2212 --copy. Inspired by a suggestion from Bruno Haible.
2213
2214 2006-10-03 Jim Meyering <jim@meyering.net>
2215
2216 * bootstrap: Undo last change to this file, since now gnulib-tool
2217 sticks with the automake default in generating dependencies.
2218
2219 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2220
2221 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
2222 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
2223
2224 * doc/bison.1: Add copyright notice.
2225
2226 * data/glr.c: Don't include <stdarg.h>; not used.
2227
2228 * NEWS: The -g and --graph options now output graphs in Graphviz
2229 DOT format, not VCG format.
2230 * doc/bison.1: Likewise.
2231 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
2232 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
2233 of this change in
2234 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
2235 * TODO: Remove Graphviz entry.
2236 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
2237 remove vcg.c, vcg.h, vcg_defaults.h.
2238 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
2239 * src/graphviz.c, src/graphviz.h: New files.
2240 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
2241 * src/files.h: Make comment more generic.
2242 * src/main.c (main): Likewise.
2243 * src/print_graph.h: Likewise.
2244 * src/getargs.c (usage): Make usage description more generic.
2245 * src/print_graph.c: Include graphviz.h rather than vcg.h.
2246 (static_graph, fgraph): Remove. All uses changed to pass
2247 arguments instead of sharing a static var.
2248 (print_core, print_actions, print_state, print_graph):
2249 Output graphviz format rather than VCG format.
2250 * tests/.cvsignore: Remove *.vcg; add *.dot.
2251 * tests/output.at: Expect *.dot files, not *.vcg files.
2252
2253 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
2254 accommodates the 2006-10-08 change.
2255
2256 2006-10-11 Bob Rossi <bob@brasko.net>
2257
2258 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
2259 (b4_yyssa, b4_yyerror_range): New macros.
2260 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
2261 (yypvarsinit): Remove init of removed fields.
2262 (yypushparse): Remove use of removed fields; use new macros instead.
2263
2264 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
2265
2266 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
2267 in a push parser. Reindent slightly to match yacc.c better.
2268
2269 2006-10-11 Bob Rossi <bob@brasko.net>
2270
2271 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
2272 yymsg_alloc fields.
2273 (yypvarsinit, yypushparse): Remove init of removed fields.
2274 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
2275
2276 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
2277
2278 * THANKS: Add Paolo Bonzini and Bob Rossi.
2279
2280 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
2281
2282 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
2283 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
2284 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
2285 b4_define_user_cde and uses): Remove.
2286 (b4_comment, b4_prefix, b4_sync_start): New.
2287 * data/bison.m4: New file, with most of the content removed from c.m4.
2288 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
2289 * src/output.c (output_skeleton): Pass bison.m4.
2290 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
2291 only if specified.
2292
2293 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
2294
2295 Fix test failure reported by Tom Lane in
2296 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
2297 and try to make such failures easier to catch in the future.
2298 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
2299 that's now the caller's responsibility.
2300 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
2301 Set yychar = YYEOF if it's negative.
2302 * tests/actions.at (yylex): Abort if asked to read past EOF.
2303 * tests/conflicts.at (yylex): Likewise.
2304 * tests/cxx-type.at (yylex): Likewise.
2305 * tests/glr-regression.at (yylex): Likewise.
2306 * tests/input.at (yylex): Likewise.
2307 * tests/regression.at (yylex): Likewise.
2308 * tests/torture.at (yylex): Likewise.
2309
2310 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
2311
2312 Fix problems with translating English-language diagnostics.
2313 * bootstrap: Fix bug introduced in recent bootstrap changes, with
2314 respect to bison-runtime pot generation. The YY_ stuff
2315 wasn't being captured.
2316 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
2317 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
2318 * runtime-po/POTFILES.in: Add data/push.c.
2319
2320 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
2321
2322 Merge bootstrap changes from coreutils.
2323
2324 2006-09-28 Jim Meyering <jim@meyering.net>
2325
2326 Automatically generated dependencies are important even
2327 when all of the sources in a directory come from gnulib.
2328 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
2329 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
2330
2331 2006-09-23 Jim Meyering <jim@meyering.net>
2332
2333 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
2334
2335 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
2336
2337 * bootstrap: Add support for --force.
2338 (usage): New function. Describe usage less tersely.
2339 (CVS_only_file): New var.
2340
2341 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
2342
2343 * data/push.c (YYPUSH_MORE): Make it an enum instead.
2344 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
2345 Adjust white space and comments to match GNU style better.
2346
2347 2006-09-20 Bob Rossi <bob@brasko.net>
2348
2349 * data/push.c (yyresult_get): Remove function.
2350 (YYPUSH_MORE): Add #define.
2351 (yypushparse): Modify return value.
2352
2353 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
2354
2355 * stamp-h.in: Remove; no longer needed.
2356 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
2357 Remove config.h, config.hin, intl (no longer created).
2358 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
2359 stamp-h1.
2360
2361 Sync bootstrap from coreutils, as follows:
2362
2363 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
2364
2365 * bootstrap (symlink_to_gnulib): New function.
2366 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
2367 to copies-of-gnulib.
2368 (cp_mark_as_generated, slurp, gnulib_files):
2369 Avoid making a copy if it's the same as the old version.
2370 (gnulib_files): Add support for this variable (used by Bison).
2371
2372 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
2373
2374 * src/getargs.c (usage): Rework to use conventions similar to
2375 coreutils, to make translation a bit easier and the code a bit
2376 smaller. Problem reported by Tim Van Holder.
2377
2378 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
2379
2380 Use some of gnulib's new modules, taken from coreutils.
2381
2382 * bootstrap: Sync from coreutils, except add support for gnulib_files.
2383 * bootstrap.conf: New file.
2384 (gnulib_modules): Add configmake, inttypes, unistd.
2385 (XGETTEXT_OPTIONS): Add complain, complain_at,
2386 fatal, fatal_at, warn, warn_at, unexpected_end.
2387 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
2388 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
2389 (gl_EARLY): Add.
2390 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
2391 (gl_INIT): Add
2392 (GNULIB_AUTOCONF_SNIPPET): Remove.
2393 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
2394 the pickiest.
2395 * lib/.cvsignore: Add inttypes_.h.
2396 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
2397 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
2398 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
2399 no-longer-necessary initializations.
2400 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
2401 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
2402 use the unistd module.
2403 * src/system.h: Likewise.
2404 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
2405 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
2406 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
2407 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
2408 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
2409 * src/system.h: Include inttypes.h unconditionally, now that we
2410 use the inttypes module. Don't bother to include stdint.h, since
2411 inttypes.h now does that for us.
2412 (LOCALEDIR): Remove, now that we use the configmake module.
2413 * src/getargs.c: Include configmake.h.
2414 * src/main.c: Likewise.
2415 * src/output.c: Likewise.
2416 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
2417 not from $abs_top_builddir, since config.h moved.
2418
2419
2420 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
2421 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
2422
2423 * src/parse-gram.y (symbol_declaration): Don't put statements
2424 before declarations; it's not portable to C89.
2425 * src/scan-code.l (handle_action_at): Likewise.
2426
2427 * src/scan-code.l: Always initialize braces_level; the old code
2428 left it uninitialized and therefore had undefined behavior.
2429
2430 Don't attempt to redefine 'assert', since it runs afoul of
2431 systems where standard headers (mistakenly) include <assert.h>.
2432 Instead, define and use our own alternative, called 'aver'.
2433 * src/reader.c: Don't include assert.h, since we no longer
2434 use assert.
2435 * src/scan-code.l: Likewise.
2436 * src/system.h (assert): Remove, replacing with....
2437 (aver): New function, taking a bool arg. All uses changed.
2438 * src/tables.c (pack_vector): Ensure that aver arg is bool,
2439 not merely an integer.
2440
2441 2006-09-15 Bob Rossi <bob@brasko.net>
2442
2443 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
2444 * data/c.m4 (YYPUSH): New.
2445 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
2446 * src/getargs.c (push_parser): New var.
2447 * src/getargs.h (push_parser): New declaration.
2448 * src/output.c (prepare): Add macro insertion of `push_flag'.
2449 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
2450 (prologue_declaration): Parse %push-parser.
2451 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
2452 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
2453 list of removed lines from the traces observed.
2454 (AT_CHECK_CALC_LALR): Added push parser tests.
2455
2456 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
2457
2458 * NEWS: Version 2.3a.
2459 * configure.ac (AC_INIT): Likewise.
2460
2461 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
2462 "#define YYSTYPE int" that caused "make maintainer-check" to fail
2463 due to header ordering dependencies. I don't know why the #define
2464 was there.
2465
2466 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
2467 runtime cost when YYDEBUG is not defined, and so that some tests
2468 that used to fail now work. Problem and initial suggestion by
2469 Paolo Bonzini.
2470 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
2471 * data/glr.cc (b4_parser_class_name):
2472 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
2473 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
2474 (yydebug_) [YYDEBUG]: New member.
2475 (yycdebug_): Now defined only if YYDEBUG.
2476 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
2477 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
2478 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
2479 if YYYDEBUG.
2480 (debug_stream, set_debug_stream, debug_level, set_debug_level):
2481 Define only if YYDEBUG.
2482 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
2483 set_debug_level.
2484 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
2485 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
2486 AT_CHECK_CALC_GLR_CC that are working now.
2487
2488 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
2489
2490 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
2491 We don't need them in glr.cc, and glr.c defines them.
2492 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
2493 assumes that defining it to anything is the same as defining
2494 it to 1. Problem reported by Paolo Bonzini.
2495
2496 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
2497
2498 * data/c.m4 (b4_null, b4_case): Define.
2499 * src/output.c (prepare_symbols): Use b4_null.
2500 (user_actions_output): Use b4_case.
2501
2502 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2503
2504 * data/glr.c (b4_shared_declarations): Put start-header first,
2505 before any #includes that we generate, so that feature-test
2506 macros work. Problem reported by Michael Deutschmann in
2507 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
2508 * data/lalr1.cc: Likewise.
2509 * doc/bison.texinfo (Prologue): Document that feature-test macros
2510 should be defined before any Bison declarations.
2511 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
2512 that depend on location.hh after, not before, Bison decls, since
2513 we now include location.hh after the first user prologue.
2514
2515 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
2516 Sander Brandenburg in
2517 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
2518 Also, fix minor white space and comment issues.
2519 (Prologue): Mention that it's better to define feature-test macros
2520 before Bison declarations. Problem reported by Michael Deutschmann.
2521
2522 * README-cvs: Fix typo: "&" should be "&&". Problem reported
2523 by Jim Meyering.
2524 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
2525 This adjusts to recent gnulib changes.
2526
2527 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
2528
2529 Finish implementation of per-type %destructor/%printer. Discussed
2530 starting at
2531 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
2532 and
2533 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
2534 * NEWS (2.3+): Add a description of this feature to the default
2535 %destructor/%printer description.
2536 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
2537 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
2538 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
2539 list node contains a semantic type.
2540 * src/symtab.c, src/symtab.h: Extend with a table that associates
2541 semantic types with their %destructor's and %printer's.
2542 (semantic_type_from_uniqstr, semantic_type_get,
2543 semantic_type_destructor_set, semantic_type_printer_set): New functions
2544 composing the public interface of that table.
2545 (symbol_destructor_get, symbol_destructor_location_get,
2546 symbol_printer_get, symbol_printer_location_get): If there's no
2547 per-symbol %destructor/%printer, look up the per-type before trying
2548 the default.
2549 * tests/actions.at (Per-type %printer and %destructor): New test case.
2550 * tests/input.at (Default %printer and %destructor redeclared):
2551 Extend to check that multiple occurrences of %symbol-default in a
2552 single %destructor/%printer declaration is an error.
2553 (Per-type %printer and %destructor redeclared, Unused values with
2554 per-type %destructor): New test cases.
2555
2556 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
2557
2558 Require default %destructor/%printer to be declared using
2559 %symbol-default instead of an empty symbol list, and start working on
2560 new per-type %destructor/%printer. Discussed at
2561 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
2562 * NEWS (2.3+): Add %symbol-default to example.
2563 * bison.texinfo (Freeing Discarded Symbols): Likewise.
2564 (Table of Symbols): Add entry for %symbol-default.
2565 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
2566 (generic_symlist, generic_symlist_item): New nonterminals for creating
2567 a list in which each item is a symbol, semantic type, or
2568 %symbol-default.
2569 (grammar_declaration): Use generic_symlist in %destructor and %printer
2570 declarations instead of symbols.1 or an empty list.
2571 (symbol_declaration, precedence_declaration, symbols.1): Update actions
2572 for changes to symbol_list.
2573 * src/reader.c: Update for changes to symbol_list.
2574 * src/scan-code.l: Likewise.
2575 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
2576 * src/symlist.c, src/symlist.h: Extend such that a list node may
2577 represent a semantic type or a %symbol-default in addition to just an
2578 ordinary symbol. Add switched functions for setting %destructor's and
2579 %printer's.
2580 * tests/actions.at, tests/input.at: Add %symbol-default to all default
2581 %destructor/%printer declarations.
2582
2583 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
2584
2585 Whether the default %destructor/%printer applies to a particular symbol
2586 isn't a question of whether the user *declares* that symbol (in %token,
2587 for example). It's a question of whether the user by any means
2588 *defines* the symbol at all (by simply using a char token, for
2589 example). $end is defined by Bison whereas any other token with token
2590 number 0 is defined by the user. The error token is always defined by
2591 Bison regardless of whether the user declares it with %token, but we
2592 may one day let the user define error as a nonterminal instead.
2593 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
2594 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
2595 the meaning of "user-defined".
2596 * tests/actions.at (Default %printer and %destructor for user-declared
2597 end token): Rename to...
2598 (Default %printer and %destructor for user-defined end token): ...
2599 this.
2600
2601 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
2602 computation of whether to apply the default, don't maintain a list of
2603 every Bison-defined symbol. Instead, just check for a first character
2604 of '$', which a user symbol cannot have, and check for the error token.
2605
2606 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
2607
2608 Don't apply the default %destructor or %printer to the error token,
2609 $undefined, or $accept. This change fits the general rule that the
2610 default %destructor and %printer are only for user-declared symbols,
2611 and it solves several difficulties that are described in the new test
2612 cases listed below.
2613 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
2614 * tests/actions.at (Default %printer and %destructor are not for error
2615 or $undefined, Default %printer and %destructor are not for $accept):
2616 New test cases.
2617
2618 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
2619
2620 Allow %start after the first rule.
2621 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
2622 when parsing the first rule.
2623 (check_and_convert_grammar): Search for it here after all grammar
2624 declarations have been parsed. Skip midrules, which have dummy LHS
2625 nonterminals.
2626 * src/symtab.c (symbol_is_dummy): New function.
2627 * src/symtab.h (symbol_is_dummy): Declare it.
2628 * tests/input.at (%start after first rule): New test.
2629
2630 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
2631
2632 Redo some of the previous commit: add back the ability to use
2633 non-aliased/undeclared string literals since it might be useful to
2634 those declaring %token-table.
2635 * src/reader.c (check_and_convert_grammar): Undo changes in previous
2636 commit: don't worry about complaints from symbols_pack.
2637 * src/symtab.c (symbol_new, symbol_class_set,
2638 symbol_check_alias_consistency): Undo changes in previous commit: count
2639 each string literal as a new symbol and token, assign it a symbol
2640 number, and don't complain about non-aliased string literals.
2641 (symbols_pack): Since symbol_make_alias still does not decrement symbol
2642 and token counts but does still set aliased tokens to the same number,
2643 symbol_pack_processor now leaves empty slots in the symbols array.
2644 Remove those slots.
2645 * tests/regression.at (Undeclared string literal): Remove test case
2646 added in previous commit since non-aliased string literals are allowed
2647 again.
2648 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
2649 remove unnecessary string literal declarations.
2650 * tests/sets.at (Firsts): Likewise.
2651
2652 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
2653
2654 Don't allow an undeclared string literal, but allow a string literal to
2655 be used before its declaration.
2656 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
2657 symbols_pack complained.
2658 * src/symtab.c (symbol_new): Don't count a string literal as a new
2659 symbol.
2660 (symbol_class_set): Don't count a string literal as a new token, and
2661 don't assign it a symbol number since symbol_make_alias does that.
2662 (symbol_make_alias): It's not necessary to decrement the symbol and
2663 token counts anymore. Don't assume that an alias declaration occurs
2664 before any uses of the identifier or string, and thus don't assert that
2665 one of them has the highest symbol number so far.
2666 (symbol_check_alias_consistency): Complain if there's a string literal
2667 that wasn't declared as an alias.
2668 (symbols_pack): Bail if symbol_check_alias_consistency failed since
2669 symbol_pack asserts that every token has been assigned a symbol number
2670 although undeclared string literals have not.
2671 * tests/regression.at (String alias declared after use, Undeclared
2672 string literal): New test cases.
2673 (Characters Escapes, Web2c Actions): Declare string literals as
2674 aliases.
2675 * tests/sets.at (Firsts): Likewise.
2676
2677 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
2678
2679 In the grammar scanner, STRING_FINISH unclosed constructs and return
2680 them to the parser in order to improve error messages.
2681 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
2682 SC_BRACED_CODE, SC_PROLOGUE): Implement.
2683 * tests/input.at (Unclosed constructs): New test case.
2684 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
2685 seen.
2686
2687 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
2688 unused global.
2689
2690 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
2691
2692 Handle string aliases for character tokens correctly.
2693 * src/symtab.c (symbol_user_token_number_set): If the token has an
2694 alias, check and set its alias's user token number instead of its own,
2695 which is set to indicate the alias. Previously, every occurrence of
2696 the character token in the grammar overwrote that alias indicator with
2697 the character code.
2698 * tests/input.at (String aliases for character tokens): New test.
2699
2700 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
2701
2702 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
2703
2704 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
2705
2706 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
2707 to prevent failures when building on older platforms.
2708 Check for autopoint failure.
2709 Set XGETTEXT_OPTIONS to values that check for C format strings,
2710 so that translators are warned about them (this also helps
2711 prevent core dumps).
2712
2713 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
2714 function, since it simplifies our code a bit.
2715
2716 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
2717 rather than -W, so we don't get bogus warnings about sign comparisons.
2718 Add -Wpointer-arith, since that warning is useful (it reports code
2719 that does not conform to C89 and that some compilers reject).
2720 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
2721 since it's no longer needed.
2722
2723 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
2724
2725 Clean up scanners a bit.
2726 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
2727 definitions so gcc won't warn when obstack_for_string is unused.
2728 * src/scan-code.l: config.h and system.h are already #include'd by
2729 scan-code-c.c, so get rid of them here.
2730 * src/scan-gram.l: Likewise.
2731 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
2732 definitions rather than duplicating the rest of it.
2733 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
2734
2735 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
2736
2737 Suppress signed/unsigned comparison warnings for yycheck.
2738 * data/c.m4 (b4_safest_int_type): New macro.
2739 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
2740 a signed int type, cast it to b4_safest_int_type first.
2741 * data/yacc.c: Likewise.
2742 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
2743 also overwritten.
2744
2745 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
2746
2747 * doc/bison.texinfo: Fix some typos.
2748
2749 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
2750
2751 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
2752 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
2753
2754 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
2755 the latest gnulib does this a different way.
2756 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
2757 translation was patched, so stop omitting it.
2758
2759 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
2760
2761 Enable declaration of default %printer/%destructor. Make the parser
2762 use these for all user-declared grammar symbols for which the user does
2763 not declare a specific %printer/%destructor. Thus, the parser uses it
2764 for token 0 if the user declares it but not if Bison generates it as
2765 $end. Discussed starting at
2766 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
2767 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
2768 and
2769 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
2770 * NEWS (2.3+): Mention.
2771 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
2772 declare a %destructor for a mid-rule's semantic value. It's just
2773 impossible to declare one specific to it.
2774 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
2775 code. Describe default %destructor form.
2776 * src/parse-gram.y (grammar_declaration): Parse default
2777 %printer/%destructor declarations.
2778 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
2779 and symbol_destructor_location_get rather than accessing the destructor
2780 and destructor_location members of struct symbol.
2781 (symbol_printers_output): Likewise but for %printer's.
2782 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
2783 again.
2784 * src/symtab.c (default_destructor, default_destructor_location,
2785 default_printer, default_printer_location): New static global
2786 variables to record the default %destructor and %printer.
2787 (symbol_destructor_get, symbol_destructor_location_get,
2788 symbol_printer_get, symbol_printer_location_get): New functions to
2789 compute the appropriate %destructor and %printer for a symbol.
2790 (default_destructor_set, default_printer_set): New functions to set the
2791 default %destructor and %printer.
2792 * src/symtab.h: Prototype all those new functions.
2793 * tests/actions.at (Default %printer and %destructor): New test to
2794 check that the right %printer and %destructor are called, that they're
2795 not called for $end, and that $$ and @$ work correctly.
2796 (Default %printer and %destructor for user-declared end token): New
2797 test to check that the default %printer and %destructor are called for
2798 a user-declared end token.
2799 * tests/input.at (Default %printer and %destructor redeclared, Unused
2800 values with default %destructor): New tests to check related grammar
2801 warnings and errors.
2802
2803 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
2804
2805 Clean up handling of %destructor for the end token (token 0).
2806 Discussed starting at
2807 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
2808 and
2809 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
2810
2811 Make the skeletons consistent in how they pop the end token and invoke
2812 its %destructor.
2813 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
2814 state, which has token number 0, since this would invoke the
2815 %destructor for the end token.
2816 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
2817 until after shifting the end token, or else it won't be popped.
2818 * data/yacc.c (yyparse): Likewise.
2819
2820 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
2821 it's the end token. Upon termination, destroy an unshifted lookahead
2822 even when it's the end token.
2823 * data/lalr1.cc (yy::parser::parse): Likewise.
2824 * data/yacc.c (yyparse): Likewise.
2825
2826 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
2827 value warnings for the end token when the user gives the end token a
2828 %destructor.
2829
2830 * tests/actions.at (Printers and Destructors): Test all the above.
2831
2832 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
2833
2834 Update to latest gnulib and gettext versions.
2835 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
2836 Add fopen-safer.
2837 (gnulib_files): Add m4/warning.m4. Don't worry about files
2838 overwritten by autopoint.
2839 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
2840 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
2841 rejects them.
2842 Don't use autoreconf; instead, invoke autopoint etc. by hand,
2843 so that we can remove the intl files at a better time.
2844 (intl_files_to_remove): Remove aclocal.m4, since it gets
2845 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
2846 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
2847 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
2848 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
2849 Remove datarootdir hack; no longer needed.
2850 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
2851 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
2852 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
2853 strdup.h.
2854 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
2855 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
2856
2857 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
2858
2859 * bootstrap: Adjust to today's change to gnulib-tool by invoking
2860 it with --assume-autoconf='latest-stable'.
2861
2862 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
2863
2864 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
2865 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
2866 YYSTYPE' and `{'.
2867 * src/muscle_tab.h (muscle_grow): Replace the header comments with
2868 those from muscle_tab.c since the old ones are misleading.
2869
2870 2006-07-13 Akim Demaille <akim@epita.fr>
2871
2872 Support %define "KEY" {VALUE}.
2873 * src/scan-code.h, src/scan-code.l (translate_action)
2874 (translate_rule_action, translate_symbol_action, translate_code):
2875 Return char *, not const char *.
2876 * src/parse-gram.y (declaration): Rename as...
2877 (prologue_declaration): this.
2878 (string_content): Remove this nonterminal, use STRING.
2879 (braceless, content, content.opt): New nonterminal.
2880 Use them.
2881 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
2882 as value.
2883 * src/scan-gram.l (getargs.h): Don't include it.
2884
2885 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
2886
2887 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
2888 rather than a for-loop that declares a local bool variable. This
2889 should work around a compatibility problem with a Cray x1e C++
2890 compiler reported by Hung Nguyen in
2891 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
2892 The for-loop was introduced in the 2004-11-17 change but I don't
2893 know why it was needed.
2894
2895 2006-07-12 Akim Demaille <akim@epita.fr>
2896
2897 * data/c.m4: Comment changes.
2898
2899 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
2900
2901 * src/complain.c (error_message, ERROR_MESSAGE): New.
2902 To factor...
2903 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
2904 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
2905
2906 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
2907
2908 * NEWS: Instead of %union, you can define and use your own union type
2909 YYSTYPE if your grammar contains at least one <type> tag.
2910 Your YYSTYPE need not be a macro; it can be a typedef.
2911 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
2912 (Union Decl, Decl Summary): Document this.
2913 * data/glr.c (YYSTYPE): Implement this.
2914 * data/glr.cc (YYSTYPE): Likewise.
2915 * data/lalr1.cc (YYSTYPE): Likewise.
2916 * data/yacc.c (YYSTYPE): Likewise.
2917 * src/output.c (prepare): Output tag_seen_flag.
2918 * src/parse-gram.y (declaration, grammar_declaration):
2919 Use 'union_seen' rather than 'typed' to determine whether
2920 %union has been seen, since grammars can now be typed without
2921 %union.
2922 (symbol_declaration, type.opt, symbol_def):
2923 Keep track of whether a tag has been seen.
2924 * src/reader.c (union_seen, tag_seen): New vars.
2925 (typed): remove.
2926 * src/reader.h (union_seen, tag_seen, typed): Likewise.
2927 * src/scan-code.l (untyped_var_seen): New variable.
2928 (handle_action_dollar): Adjust to above changes.
2929 (handle_action_dollar, handle_action_at):
2930 Improve overflow checking for outlandish numbers.
2931 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
2932 avoid new diagnostics generated by above changes.
2933 * tests/regression.at (YYSTYPE typedef): Add test to check
2934 for type tags without %union.
2935
2936 * src/symlist.c (symbol_list_length): Return int, not unsigned
2937 int, since callers expect int. This may need to get revisited
2938 once we have proper integer overflow checking.
2939
2940 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
2941 object is now static.
2942
2943 * src/getargs.c (flags_argmatch): Return void, not int,
2944 to pacify ./configure --enable-gcc-warnings.
2945
2946 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
2947 since last_string is already defined to FLEX_PREFIX (last_string).
2948
2949 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
2950
2951 Implement --warnings/-W.
2952 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
2953 replaced by...
2954 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
2955 Adjust callers.
2956 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
2957 (warnings_args, warnings_types): New.
2958 (getargs, short_options, long_options): Accept -W/--warnings.
2959 Sort the options by alphabetical order, upper case letter right
2960 before its lower case.
2961
2962 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
2963
2964 Change %merge result type clash warnings to errors. Discussed at
2965 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
2966 * src/reader.c (record_merge_function_type): Use complain_at.
2967 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
2968 declared later): Update test case results.
2969
2970 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
2971
2972 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
2973 to be in alphabetical order.
2974 (trace_args): Spelling fixes.
2975
2976 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
2977
2978 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
2979 so they don't collide with user-defined macros.
2980 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
2981 this was never guaranteed, and now that we're using gnulib stdint,
2982 which defines int_fast16_t to long int, the problem is exposed.
2983
2984 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
2985
2986 * data/c.m4 (b4_basename): Simplify a bit, since we don't
2987 need the full POSIX semantics (and weren't implementing them
2988 anyway).
2989
2990 Adjust to Autoconf 2.60 and today's gnulib.
2991 * bootstrap (gnulib_modules): Add stdint.
2992 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
2993 no longer copies it.
2994 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
2995 since stdint needs the former and wcwidth (which is now required
2996 by mbswidth) needs the latter.
2997 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
2998 work around a compatibility glitch between gettext 0.14.6 and
2999 Autoconf 2.60.
3000 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
3001 Do not check for uintptr_t, since new stdint module does the right
3002 thing.
3003 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
3004 Add stdint.h, stdint_.h, wcwidth.h.
3005 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
3006 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
3007 stdint.m4, wchar_t.m4, wcwidth.m4.
3008 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
3009 usual order for ../lib/*.h files.
3010 (file_name_split): Use last_component, not base_name, to adjust
3011 to gnulib changes.
3012 * src/parse-gram.h: Include <strverscmp.h> in the usual order
3013 for ../lib/*.h files.
3014 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
3015 Define unconditionally, since we now assume the stdint module.
3016 * src/scan-skel.l: Include <dirname.h>.
3017 (BASE_QPUTS): Use last_component, not base_name.
3018 * src/system.h: Include <unlocked-io.h> in the usual order
3019 for ../lib/*.h files. Include <stdint.h> unconditionally,
3020 since we now use the stdint module.
3021 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
3022 HAVE_UINTPTR_T, since we now use the stdint module.
3023 (base_name): Remove decl, since files now include <dirname.h>
3024 to get the decl.
3025
3026 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
3027
3028 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
3029 New, default to 1.
3030 * data/yacc.c, data/glr.c, data/location.cc: Use them.
3031 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
3032 default.
3033 * tests/calc.at: Adjust.
3034
3035 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
3036
3037 * data/c.m4 (b4_basename): New.
3038 (b4_syncline): Also output the location of its invocation (from
3039 the skeleton).
3040 (b4_user_action, b4_define_user_action, b4_user_actions)
3041 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
3042 (b4_user_stype): New.
3043 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
3044
3045 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3046
3047 In the grammar file, the first column is 1 not 0 on the first line as
3048 on every other line.
3049 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
3050 * tests/input.at (Torturing the Scanner): Update output.
3051
3052 * src/scan-gram.l (scanner_cursor): Declare it static.
3053
3054 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3055
3056 In warnings, say "previous declaration" rather than "first
3057 declaration".
3058 * src/symtab.c (redeclaration): Do that here.
3059 * src/reader.c (record_merge_function_type): In the case of a result
3060 type clash, report the previous declaration rather than the very first
3061 one in the grammar file.
3062 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3063 declared later): Add a third declaration to check this behavior.
3064 * tests/input.at (Incompatible Aliases): Update output.
3065
3066 2006-06-27 Akim Demaille <akim@epita.fr>
3067
3068 * doc/Doxyfile.in: New.
3069 * doc/Makefile.am: Use it.
3070 * src/lalr.h, src/symtab.h: Initial doxygenation.
3071
3072 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3073
3074 Don't miss %merge result type warnings just because the LHS types are
3075 declared after the %merge. This continues the effort of the previous
3076 patch.
3077 * src/reader.c (get_merge_function): Don't set the merger type yet.
3078 (record_merge_function_type): New function for setting the merger type
3079 and checking for clashes.
3080 (grammar_current_rule_merge_set): Set the location of the %merge for
3081 the current rule.
3082 (packgram): Invoke record_merge_function_type for each rule now that
3083 all symbol type declarations have been parsed.
3084 * src/reader.h (merger_list.type_declaration_location): New member
3085 storing the location of the first %merge from which the type for this
3086 merging function was derived.
3087 * src/symlist.h (symbol_list.merger_declaration_location): New member
3088 storing the location of a rule's %merge, if any.
3089 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3090 declared later): New test to catch the error fixed by the above patch.
3091
3092 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3093
3094 Get action warnings (grammar_rule_check) right even when symbol
3095 declarations appear after the rules. Discussed at
3096 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
3097 and
3098 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
3099 Don't mistake the type of $$ in a midrule to be that of its parent
3100 rule's $$.
3101 * src/reader.c (grammar_current_rule_end): Don't invoke
3102 grammar_rule_check yet since not all symbol declarations may have been
3103 parsed yet.
3104 (grammar_midrule_action): Likewise.
3105 Don't record whether the midrule's $$ has been used yet since actions
3106 haven't been translated yet.
3107 Record the midrule's parent rule and its RHS index within the parent
3108 rule.
3109 (grammar_current_rule_action_append): Don't translate the action yet
3110 since not all symbol declarations may have been parsed yet and, thus,
3111 warnings about types for $$, $n, @$, and @n can't be reported yet.
3112 (packgram): Translate the action and invoke grammar_rule_check now that
3113 all symbol declarations have been parsed.
3114 * src/scan-code.l (handle_action_dollar): Now that this is invoked
3115 after parsing the entire grammar file, the symbol list here in the case
3116 of a midrule is actually the midrule's empty RHS, so reference its
3117 parent rule's RHS where necessary.
3118 On the other hand, now that you can already know it's a midrule, you
3119 aren't forced to think $$ has the same type as its parent rule's $$.
3120 (handle_action_at): In the case of a midrule, reference the parent rule
3121 where necessary.
3122 * src/symlist.c (symbol_list_new): Initialize new midrule-related
3123 members.
3124 (symbol_list_length): Now that this is invoked after all rules have
3125 been parsed, a NULL symbol (rather than a NULL symbol list node)
3126 terminates a rule. symbol_list_print already does this correctly.
3127 * src/symlist.h (symbol_list.midrule_parent_rule,
3128 symbol_list.midrule_parent_rhs_index): New members so that midrules can
3129 remember their relationships with their parents.
3130 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
3131 fixed by the above patch.
3132 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
3133 implementing...
3134 (Unused values): ... this old test case and...
3135 (Unused values before symbol declarations): ... this new test case.
3136 This one is the same as `Unused values' except that all symbol
3137 declarations appear after the rules in order to catch the rest of the
3138 errors fixed by the above patch.
3139
3140 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3141
3142 More cleanup.
3143 * src/reader.c (current_rule): Declare it static since it's no longer
3144 used outside this file.
3145 (grammar_current_rule_action_append): Remove redundant arguments from
3146 translate_rule_action invocation.
3147 * src/reader.h (current_rule): Remove this unused extern.
3148 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
3149 * src/scan-code.l (translate_rule_action): Likewise.
3150
3151 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
3152
3153 Clean up yesterday's patch.
3154 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
3155 to...
3156 * src/reader.c (grammar_current_rule_action_append): ... here for
3157 consistency with grammar_current_rule_symbol_append.
3158 * tests/regression.at (Braced code in declaration in rules section):
3159 Make yyerror and yylex static as usual.
3160
3161 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
3162
3163 Fix bug that mistakes braced code in a declaration in the rules section
3164 to be a rule action. Mentioned at
3165 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
3166 * src/scan-gram.l: Move midrule action detection from the start of the
3167 scanning of any braced code to...
3168 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
3169 action. For readability, use $2 and @2 rather than the equivalent
3170 global variables.
3171 * tests/regression.at (Braced code in declaration in rules section):
3172 New test to catch the error fixed by the above patch.
3173
3174 Work on code readability some.
3175 * src/scan-code.l (current_rule): Get rid of this misleading and
3176 redundant declaration: it's actually extern'ed in reader.h.
3177 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
3178 translate_action): Add a rule argument and use it instead of the global
3179 current_rule.
3180 (translate_rule_action): This already receives current_rule through an
3181 argument, so pass it on to translate_action instead of assigning
3182 current_rule to current_rule.
3183 (translate_symbol_action, translate_code): Pass rule = NULL to
3184 translate_action.
3185
3186 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
3187
3188 Rename %before-definitions to %start-header and %after-definitions to
3189 %end-header. Don't use these declarations to separate pre-prologue
3190 blocks from post-prologue blocks. Add new order-independent
3191 declarations %before-header and %after-header as alternatives to the
3192 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
3193 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
3194 * NEWS (2.3+): Update for these changes.
3195 * data/glr.c (b4_before_definitions): Update to...
3196 (b4_start_header): ... this.
3197 (b4_after_definitions): Update to...
3198 (b4_end_header): ... this.
3199 * data/glr.cc: Likewise.
3200 * data/lalr1.cc: Likewise.
3201 * data/yacc.c: Likewise.
3202 * doc/bison.texinfo (The prologue): Update names, and replace remaining
3203 prologue blocks with %*-header declarations.
3204 (Calc++ Parser): Likewise.
3205 (Decl Summary): Update names.
3206 (Table of Symbols): Update description.
3207 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
3208 (PERCENT_END_HEADER): ... this.
3209 (PERCENT_BEFORE_DEFINITIONS): Update to...
3210 (PERCENT_START_HEADER): ... this.
3211 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
3212 (declaration): Update token names and m4 macro names.
3213 When parsing %end-header and %start-header, invoke translate_code
3214 before muscle_code_grow, and no longer set global booleans to remember
3215 whether these declarations have been seen.
3216 Parse new %after-header and %before-header.
3217 * src/reader.c (before_definitions, after_definitions): Remove.
3218 (prologue_augment): Accept a new bool argument to specify whether to
3219 augment the pre-prologue or post-prologue.
3220 * src/reader.h (before_definitions, after_definitions): Remove these
3221 extern's.
3222 (prologue_augment): Add new bool argument.
3223 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
3224 (PERCENT_END_HEADER): ... this.
3225 (PERCENT_BEFORE_DEFINITIONS): Update to...
3226 (PERCENT_START_HEADER): ... this.
3227 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
3228 * tests/actions.at (Printers and Destructors): Update names.
3229
3230 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
3231
3232 Add comparison operators for C++ location classes. Discussed at
3233 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
3234 * data/c++.m4 (b4_define_location_comparison): New boolean %define
3235 declaration indicating whether filename_type has an operator==. If
3236 filename_type is `std::string', it defaults to `1', `0' otherwise.
3237 * data/location.cc: Iff b4_define_location_comparison is `1', add
3238 operator== and operator!= for class position and for class location.
3239
3240 Some minor fixes.
3241 * src/scan-action.l: Remove unused file.
3242 * src/symtab.c (symbol_printer_set): Use printer_location not
3243 destructor_location.
3244 * src/symtab.h (struct symbol): Replace incorrect source comment for
3245 printer members.
3246 * tests/input.at (Incompatible Aliases): Update output with correct
3247 printer location.
3248
3249 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
3250
3251 Don't put the pre-prologue in the header file. For the yacc.c code
3252 file and the glr.c header and code files, move the pre-prologue before
3253 the token definitions. Add new %before-definitions and
3254 %after-definitions to declare code that will go in both the header file
3255 and code file. Discussed at
3256 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
3257 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
3258 and
3259 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
3260 * NEWS (2.3+): Describe these changes.
3261 * data/glr.c (b4_pre_prologue): Move from within to before...
3262 (b4_shared_declarations): ... this.
3263 Add new b4_before_definitions before b4_token_enums.
3264 Add new b4_after_definitions at the end.
3265 * data/glr.cc (b4_pre_prologue): Replace with...
3266 (b4_before_definitions): ... this in the header file.
3267 (b4_after_definitions): New near the end of the header file.
3268 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
3269 code file right before including the header file.
3270 (b4_before_definitions): New in the previous position of
3271 b4_pre_prologue in the header file.
3272 (b4_after_definitions): New near the end of the header file.
3273 * data/yacc.c: Clean up some m4 quoting especially in the header file.
3274 (b4_token_enums_defines): In the code file, move to right before
3275 YYSTYPE for consistency with the header file.
3276 (b4_before_definitions): New right before b4_token_enums_defines in
3277 both the header and code file.
3278 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
3279 header and code file.
3280 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
3281 of prologues for %union dependencies.
3282 (Decl Summary): In %defines description, mention the effect of
3283 %before-definitions and %after-definitions on the header file.
3284 (Calc++ Parser): Forward declare driver in a %before-definitions rather
3285 than in the pre-prologue so that make check succeeds.
3286 (Table of Symbols): Add entries for %before-definitions and
3287 %after-definitions.
3288 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
3289 %before-definitions.
3290 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
3291 (declaration): Parse those declarations and append to
3292 b4_before_definitions and b4_after_definitions, respectively.
3293 * src/reader.c (before_definitions, after_definitions): New bools to
3294 track whether those declarations have been seen.
3295 (prologue_augment): Add to the post-prologue if %union,
3296 %before-definitions, or %after-definitions has been seen.
3297 * src/reader.h (before_definitions, after_definitions): New extern's.
3298 * src/scan-gram.l: Scan the new declarations.
3299 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
3300 prologue block in a %before-definitions or a %after-definitions based
3301 on whether the %union is declared.
3302 * tests/regression.at (Early token definitions with --yacc, Early token
3303 definitions without --yacc): Move tests for token definitions into the
3304 post-prologue since token names are no longer defined in the
3305 pre-prologue.
3306
3307 2006-06-20 Akim Demaille <akim@epita.fr>
3308
3309 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
3310 (symbol_get): Use it.
3311 * src/parse-gram.y: Use it.
3312
3313 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
3314
3315 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
3316 build succeeds when configured with --enable-gcc-warnings.
3317
3318 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
3319
3320 * src/parse-gram.y (char_name): New function.
3321 (CHAR, STRING, string_content): For %printer, properly escape.
3322 (ID): Prefer fputs to fprintf.
3323 (id): Reindent to be consistent with other rules.
3324 Properly quote char.
3325
3326 The Translation Project changed its way of publishing translations
3327 to maintainers. I haven't received any responses to my request
3328 for supporting the old way, or for documenting the new way. I
3329 have modified 'bootstrap' to use screen scraping
3330 (in this case, HTML scraping). This is unreliable and inelegant,
3331 but I don't see any better way. Yuck.
3332 * bootstrap (TP_URL, WGET_COMMAND): New vars.
3333 (get_translations): New function, which uses HTML scraping to
3334 deduce locations of latest translations.
3335 Use this function to grab both bison and bison-runtime .po files.
3336 Don't bother priming the pump for the runtime-po domain any more,
3337 as it's now translated better than bison is.
3338
3339 2006-06-19 Akim Demaille <akim@epita.fr>
3340
3341 * src/scan-gram.l: No longer "parse" things after `%union' until
3342 `{'. Rather, return a single "%union" token.
3343 No longer make symbols: return strings, and leave the conversion
3344 to symbols to the parser.
3345 (SC_PRE_CODE, token_type): Remove.
3346 * src/parse-gram.y (%union): New field `character'.
3347 Sort tokens.
3348 (CHAR): New token.
3349 (ID, ID_COLON): Now that the scanner no longer makes them
3350 identifiers, adjust all uses to invoke symbol_get.
3351 (id_colon): New, wraps the conversion from string to symbol.
3352 (%union): Accept a possible union_name.
3353 (symbol): Now can be a char.
3354 * data/c.m4 (b4_union_name): Leave a default value.
3355 * data/glr.c, data/yacc.c: Use it.
3356
3357 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
3358
3359 For associating token numbers with token names for "yacc.c", don't use
3360 #define statements unless `--yacc' is specified; always use enum
3361 yytokentype. Most important discussions start at:
3362 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
3363 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
3364 and
3365 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
3366 * NEWS (2.3+): Mention.
3367 * data/c.m4 (b4_yacc_if): New.
3368 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
3369 token #define's.
3370 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
3371 on token name definitions.
3372 * src/getargs.c (usage): Capitalize `Yacc' in English.
3373 * src/output.c (prepare): Define b4_yacc_flag.
3374 * tests/regression.at (Early token definitions): Test that tokens names
3375 are defined before the pre-prologue not just before the post-prologue.
3376 Remove this test case and copy to...
3377 (Early token definitions with --yacc): ... this to test #define's.
3378 (Early token definitions without --yacc): ... and this to test enums.
3379
3380 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
3381
3382 * NEWS: Reword the post-2.3 change to not be so optimistic about
3383 removing the old "look-ahead" spelling.
3384 Update previous look-ahead/lookahead change reports.
3385 * REFERENCES: look-ahead -> lookahead (since that's
3386 what he actually wrote).
3387 * doc/refcard.tex: look ahead -> lookahead,
3388 look-ahead -> lookahead
3389
3390 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
3391
3392 For consistency, use `lookahead' instead of `look-ahead' or
3393 `look_ahead'. Discussed starting at
3394 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
3395 and then at
3396 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
3397 * NEWS: For the next release, note the change to `--report'.
3398 * TODO, doc/bison.1: Update English.
3399 * doc/bison.texinfo: Update English.
3400 (Understanding Your Parser, Bison Options): Document as
3401 `--report=lookahead' rather than `--report=look-ahead'.
3402 * src/conflicts.c: Update English in comments.
3403 (lookahead_set): Rename from look_ahead_set.
3404 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
3405 (resolve_sr_conflict): Rename local look_ahead_tokens to
3406 lookahead_tokens, and update other uses.
3407 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
3408 count_rr_conflicts, conflicts_free): Update uses.
3409 * src/getargs.c (report_args): Move "lookahead" before alternate
3410 spellings.
3411 (report_types): Update uses.
3412 (usage): For `--report' usage description, state `lookahead' spelling
3413 rather than `look-ahead'.
3414 * src/getargs.h (report.report_lookahead_tokens): Rename from
3415 report_look_ahead_tokens.
3416 * src/lalr.c: Update English in comments.
3417 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
3418 (state_lookahead_tokens_count): Rename from
3419 state_look_ahead_tokens_count.
3420 Rename local n_look_ahead_tokens to n_lookahead_tokens.
3421 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
3422 Rename local n_look_ahead_tokens to n_lookahead_tokens.
3423 Update other uses.
3424 Update English in output.
3425 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
3426 * src/print.c: Update English in comments.
3427 (lookahead_set): Rename from look_ahead_set.
3428 (print_reduction): Rename argument lookahead_token from
3429 look_ahead_token.
3430 (print_core, state_default_rule, print_reductions, print_results):
3431 Update uses.
3432 * src/print_graph.c: Update English in comments.
3433 (print_core): Update uses.
3434 * src/state.c: Update English in comments.
3435 (reductions_new): Update uses.
3436 (state_rule_lookahead_tokens_print): Rename from
3437 state_rule_look_ahead_tokens_print, and update other uses.
3438 * src/state.h: Update English in comments.
3439 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
3440 (state_rule_lookahead_tokens_print): Rename from
3441 state_rule_look_ahead_tokens_print.
3442 * src/tables.c: Update English in comments.
3443 (conflict_row, action_row): Update uses.
3444 * tests/glr-regression.at
3445 (Incorrect lookahead during deterministic GLR,
3446 Incorrect lookahead during nondeterministic GLR): Rename
3447 print_look_ahead to print_lookahead.
3448 * tests/torture.at: Update English in comments.
3449 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
3450 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
3451 (Many lookahead tokens): Update uses.
3452 * data/glr.c: Update English in comments.
3453 * lalr1.cc: Likewise.
3454 * yacc.c: Likewise.
3455 * src/conflicts.h: Likewise.
3456 * src/lalr.h: Likewise.
3457 * src/main.c: Likewise.
3458 * src/output.c: Likewise.
3459 * src/parse-gram.c: Likewise.
3460 * src/tables.h: Likewise.
3461 * tests/calc.at: Likewise.
3462
3463 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
3464
3465 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
3466
3467 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
3468
3469 * TODO: Add request from Nelson H. F. Beebe to be able to install
3470 Bison without installing the yacc script.
3471
3472 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
3473
3474 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
3475 and yytext if they're already #define'd.
3476 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
3477 * src/scan-code-c.c: ... here.
3478 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
3479 <config.h>.
3480
3481 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
3482
3483 Get Bison to build again when configured with --enable-gcc-warnings.
3484 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
3485 missing #include's.
3486 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
3487 loc argument as it shadows a global.
3488 * src/scan-gram.l: Remove stray comma that prevents boundary_set
3489 invocation.
3490
3491 * src/.cvsignore: Add scan-code.c.
3492
3493 2006-06-07 Akim Demaille <akim@epita.fr>
3494
3495 * src/scan-gram.l: Move the "add a trailing ; to actions" code
3496 to...
3497 * src/scan-code.l: here.
3498 * tests/input.at (Torturing the Scanner): Fix another location
3499 error.
3500
3501 2006-06-07 Akim Demaille <akim@epita.fr>
3502
3503 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
3504
3505 2006-06-06 Akim Demaille <akim@epita.fr>
3506
3507 Extract the parsing of user actions from the grammar scanner.
3508 As a consequence, the relation between the grammar scanner and
3509 parser is much simpler. We can also split "composite tokens" back
3510 into simple tokens.
3511 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
3512 * src/scan-gram.l (add_column_width, adjust_location): Move to and
3513 rename as...
3514 * src/location.h, src/location.c (add_column_width)
3515 (location_compute): these.
3516 Fix the column count: the initial column is 0.
3517 (location_print): Be robust to ending column being 0.
3518 * src/location.h (boundary_set): New.
3519 * src/main.c: Adjust to scanner_free being renamed as
3520 gram_scanner_free.
3521 * src/output.c: Include scan-code.h.
3522 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
3523 Use boundary_set.
3524 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
3525 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
3526 which is now, again, a separate token.
3527 Adjust all dependencies.
3528 Whereever actions with $ and @ are used, use translate_code.
3529 (action): Remove this nonterminal which is now useless.
3530 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
3531 (grammar_current_rule_action_append): Use translate_code.
3532 (packgram): Bound check ruleno, itemno, and rule_length.
3533 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
3534 (last_string, last_braced_code_loc, max_left_semantic_context)
3535 (scanner_initialize, scanner_free, scanner_last_string_free)
3536 (gram_out, gram_lineno, YY_DECL_): Move to...
3537 * src/scan-gram.h: this new file.
3538 (YY_DECL): Rename as...
3539 (GRAM_DECL): this.
3540 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
3541 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
3542 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
3543 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
3544 Move these declarations, and...
3545 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
3546 these to...
3547 * src/flex-scanner.h: this new file.
3548 * src/scan-gram.l (rule_length, rule_length_overflow)
3549 (increment_rule_length): Remove.
3550 (last_braced_code_loc): Rename as...
3551 (gram_last_braced_code_loc): this.
3552 Adjust to the changes of the parser.
3553 Move all the handling of $ and @ into...
3554 * src/scan-code.l: here.
3555 * src/scan-gram.l (handle_dollar, handle_at): Remove.
3556 (handle_action_dollar, handle_action_at): Move to...
3557 * src/scan-code.l: here.
3558 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
3559 scan-code.h, scan-code-c.c, scan-gram.h.
3560 (EXTRA_bison_SOURCES): Add scan-code.l.
3561 (BUILT_SOURCES): Add scan-code.c.
3562 (yacc): Be robust to white spaces.
3563
3564 * tests/conflicts.at, tests/input.at, tests/reduce.at,
3565 * tests/regression.at: Adjust the column numbers.
3566 * tests/regression.at: Adjust the error message.
3567
3568 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
3569
3570 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
3571 Use Akim's wording from
3572 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
3573
3574 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
3575
3576 Between Bison releases, manually append `+' to the previous Bison
3577 release number, and use that as a signal to automatically print the
3578 ChangeLog's CVS Id keyword from --version. Discussed starting at
3579 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
3580 * ChangeLog: Add Id header.
3581 * configure.ac (AC_INIT): Append `+' to `2.3'.
3582 * src/.cvsignore: Add revision.c.
3583 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
3584 (BUILT_SOURCES): Add revision.c.
3585 (revision.c): New target rule. This file defines a new global variable
3586 named revision. It initializes it with either the Id from ChangeLog
3587 or, if VERSION doesn't contain `+', with the empty string.
3588 * src/getargs.c (version): Print the value of revision.
3589 * src/revision.h: Extern revision.
3590
3591 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
3592
3593 * NEWS: Version 2.3.
3594 * configure.ac (AC_INIT): Likewise.
3595
3596 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
3597
3598 * data/glr.c (YYRECOVERING): Define to be a function-like macro
3599 with no arguments, not as an object-like macro. This is for
3600 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
3601 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
3602 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
3603 Document this.
3604
3605 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
3606
3607 * src/getargs.c (usage): Back out yesterday's modification of the
3608 --help output so that we don't have to wait for translation before
3609 releasing 2.3.
3610
3611 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
3612
3613 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
3614 Problem reported by Akim Demaille.
3615
3616 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
3617
3618 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
3619
3620 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
3621
3622 * data/yacc.c (yy_reduce_print): Omit trailing white space in
3623 generated source code. Problem reported by Frans Englich in
3624 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
3625
3626 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
3627
3628 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
3629 shell, not within 'make', so that 'make' by an ordinary builder
3630 (using GNU make) does not worry about configuring gzip. This also
3631 works around a bug reported independently by Keith Thompson and by
3632 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
3633 stderr rather than stdout, messing up the build logs.
3634
3635 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
3636
3637 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
3638 to make sure that YYID will never be unused. This fixes a 'make
3639 maintainer-check' failure caused by the recent changes to the 'Trivial
3640 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
3641 not used.
3642 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
3643
3644 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
3645
3646 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
3647 state before an empty RHS is always resolved here. Only the location
3648 of that state is guaranteed to be resolved, and that's enough. This
3649 fixes the remaining bug reported by Derek M. Jones in
3650 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
3651 * tests/glr-regression.at (Uninitialized location when reporting
3652 ambiguity): Test the above case.
3653 Also, the embedded comments in this test case claim it checks the case
3654 of an empty RHS that has inherited the initial location. However, the
3655 corresponding LHS was already resolved, so yyresolveLocations didn't
3656 actually have reason to modify it. Fix this by forcing
3657 nondeterministic operation at the beginning of the parse.
3658
3659 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
3660
3661 * data/c.m4 (b4_yy_symbol_print_generate):
3662 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
3663 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
3664 of the bugs reported today by Derek M Jones in
3665 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
3666 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
3667 defined to be a type name without parens or brackets.
3668 (Location Type): Similarly for YYLTYPE.
3669 * tests/regression.at (Trivial grammars): Put in a test for this
3670 bug that will be caught by 'make maintainer-check' (though not,
3671 alas, by 'make check' unless your compiler is picky).
3672
3673 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
3674
3675 * NEWS: Version 2.2.
3676 * configure.ac (AC_INIT): Likewise.
3677
3678 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
3679
3680 * data/glr.c (yyreportTree): Make room in yystates for the state
3681 preceding the RHS. This fixes the segmentation fault reported by Derek
3682 M. Jones in
3683 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
3684 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
3685 to the user. Reported for yyreportTree by Derek M. Jones later in the
3686 same thread.
3687 * THANKS: Add Derek M. Jones.
3688 Update my email address.
3689 Fix typo in Steve Murphy's name.
3690
3691 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
3692
3693 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
3694 checking against YYLAST that caused the parser to miss a potential
3695 alternative in its diagnostic.
3696 Problem reported by Maria Jose Moron Fernandez in
3697 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
3698 * data/lalr1.cc (yysyntax_error_): Likewise.
3699 * data/yacc.c (yysyntax_error): Likewise.
3700 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
3701 tokens, in case we run into an older C compiler.
3702 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
3703 Use them to check for the off-by-one error fixed above.
3704
3705 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
3706 YYSIZE_T, not size_t.
3707 * tests/regression.at (Trivial grammars): New test, to catch
3708 the error fixed by the above patch.
3709
3710 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
3711
3712 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
3713 scheme.
3714 Reported by Steve Murphy.
3715
3716 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
3717
3718 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
3719 * data/glr.cc: b4_location_flag is now b4_locations_flag.
3720
3721 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
3722
3723 Implement --trace=m4.
3724 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
3725 * src/output.c (output_skeleton): When set, pass -dV to m4.
3726
3727 Factor the handling of flags in m4.
3728 * src/output.c (prepare): Rename the muscle names debug, defines,
3729 error_verbose to debug_flag, defines_flag, error_verbose_flag.
3730 * data/c.m4: Adjust.
3731 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
3732 Use b4_define_flag_if to define other b4_FLAG_if macros.
3733 (b4_location_if): As a consequence, rename as...
3734 (b4_locations_if): this, for consistency.
3735 Adjust all the skeletons.
3736
3737 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
3738
3739 * etc/bench.pm: Shorten bench names.
3740
3741 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
3742
3743 * src/output.h, src/output.c (error_verbose): Move to...
3744 * src/getargs.h, src/getargs.c: here.
3745 Sort the flags.
3746 Adjust dependencies.
3747
3748 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
3749
3750 * data/c.m4 (b4_copyright): Put the special exception for Bison
3751 skeletons here, so we don't have to put it in each skeleton. All
3752 uses changed. Suggested by Akim Demaille. Also, wrap the
3753 copyright notice, in case it is longer than 80 columns. Replace
3754 comma by newline after title.
3755
3756 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
3757
3758 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
3759 incompatibility, not a bug. Mention that it wasn't fixed as of
3760 flex 2.5.33.
3761
3762 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
3763
3764 * examples/extexi: Enforce the precedence of concatenation over
3765 >>.
3766 Reported by Tommy Nordgren.
3767
3768 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
3769
3770 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
3771 with the member "token".
3772 Reported by Martin Nylin.
3773
3774 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
3775
3776 * data/glr.c: Switch to Bison 2.2 special-exception language in
3777 the copyright notice. Use more-regular format for titles and
3778 copyright notices.
3779 * data/glr.cc: Likewise.
3780 * data/location.cc: Likewise.
3781 * data/yacc.cc: Likewise.
3782 * doc/bison.texinfo (Conditions): Document this.
3783 * NEWS: likewise. Upgrade version to 2.2.
3784
3785 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
3786
3787 * data/glr.cc: Remove dead code.
3788
3789 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
3790
3791 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
3792 that variable and the line breaks the bootstrap. Problem reported
3793 by Juan M. Guerrero.
3794
3795 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
3796
3797 * doc/bison.texinfo (Multiple start-symbols): New.
3798
3799 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
3800
3801 * etc/README, etc/bench.pl: New.
3802
3803 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
3804
3805 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
3806 rule.
3807 Reported by Mickael Labau.
3808 * tests/input.at (Torturing the Scanner): Test it.
3809
3810 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
3811
3812 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
3813 Problem reported by Bob Rossi.
3814
3815 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
3816
3817 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
3818 and didn't really work.
3819 For the index, use @ifnotinfo, not @iftex.
3820 Minor cleanups of spacing and terminology.
3821
3822 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
3823
3824 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
3825 of AT_NAME_PREFIX when %name-prefix is not used.
3826
3827 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
3828
3829 Apply --prefix to C++ skeletons too: they change the namespace.
3830 The test suite already exercize these cases.
3831 * data/c++.m4 (b4_namespace): New.
3832 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
3833 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
3834 * data/yacc.c, data/glr.c: Remove a useless `[]'.
3835 * doc/bison.texinfo: Document it.
3836 (Option Cross Key): Use @multitable in all formats. It looks
3837 nicer, even in TeX outputs.
3838 (Rules): Use the same code whatever the output type is.
3839 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
3840 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
3841 * tests/calc.at: Use it, instead of hard coding `yy'.
3842
3843 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
3844
3845 * TODO: Remove dead items.
3846
3847 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
3848
3849 * doc/FAQ: Remove, merged into...
3850 * doc/bison.texinfo (FAQ): this.
3851 * doc/Makefile.am (EXTRA_DIST): Adjust.
3852
3853 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
3854
3855 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
3856 even if empty.
3857 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
3858 * doc/bison.texinfo (Calc++ Scanner): Use it.
3859
3860 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
3861
3862 Fix two nits reported by twlevo, plus one more that I discovered.
3863
3864 * src/assoc.h (assoc_to_string): Give a name to the arg, as
3865 this is the usual Bison style.
3866 * src/location.h (location_print): Likewise.
3867
3868 * src/reader.h (token_name): Likewise.
3869
3870 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
3871
3872 Fix some nits reported by twlevo.
3873 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
3874 and "POSIX". Use more-modern syntax for URLs. Mention C++
3875 and ask for Java. Don't hardwire OS version numbers. Add
3876 copyright notice.
3877 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
3878 * src/conflicts.c (solved_conflicts_obstack): Now static.
3879
3880 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
3881
3882 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
3883 page. Say "you can use it" not "you may use it" as on the web page;
3884 we're describing capabilities not granting permission.
3885
3886 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
3887
3888 * data/glr.c (yyresolveLocations): Rename local variables to avoid
3889 shadowing warnings. Use usual patter for iterating through RHS.
3890 * tests/glr-regression.at
3891 (Uninitialized location when reporting ambiguity):
3892 Modify yylex so that it uses its argument, rather than trying
3893 to rely on ARGSUSED (which doesn't work for gcc with warnings).
3894 const char -> char const.
3895
3896 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
3897 Don't use tabs inside commands; it messes up 'ps'.
3898 Problem reported by twlevo.
3899
3900 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
3901
3902 * tests/glr-regression.at (Uninitialized location when reporting
3903 ambiguity): New test case.
3904 * data/glr.c (yyresolveLocations): New function, which uses
3905 YYLLOC_DEFAULT.
3906 (yyresolveValue): Invoke yyresolveLocations before reporting an
3907 ambiguity.
3908 * doc/bison.texinfo (Default Action for Locations): Note
3909 YYLLOC_DEFAULT's usage for ambiguity locations.
3910 (GLR Semantic Actions): Cross-reference those notes.
3911
3912 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
3913
3914 * tests/glr-regression.at (Leaked semantic values when reporting
3915 ambiguity): Remove unnecessary union and type declarations.
3916 (Leaked lookahead after nondeterministic parse syntax error): New test
3917 case.
3918 * data/glr.c (yyparse): Check for zero stacks remaining before
3919 attempting to shift the lookahead so that you don't lose it.
3920
3921 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
3922
3923 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
3924 * tests/glr-regression.at (Leaked semantic values when reporting
3925 ambiguity): New test case.
3926 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
3927 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
3928 now unnecessary yystackp parameter.
3929 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
3930 destructors can be called.
3931
3932 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
3933 in existing testcases.
3934
3935 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
3936
3937 Don't leak semantic values for parent RHS when a user action cuts the
3938 parser, and clean up related code a bit.
3939 * tests/glr-regression.at (Leaked merged semantic value if user action
3940 cuts parse): Rename to...
3941 (Leaked semantic values if user action cuts parse): ... this. Add check
3942 for leaked parent RHS values.
3943 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
3944 between an unresolved state (non-empty chain of semantic options) and
3945 an incomplete one (signaled by an empty chain).
3946 (yyresolveStates): Document the interface. Move all manipulation of a
3947 successfully or unsuccessfully resolved yyGLRState to...
3948 (yyresolveValue): ... here so that yyresolveValue always leaves a
3949 yyGLRState with consistent data and thus is easier to understand.
3950 Remove the yyvalp and yylocp parameters since they are always just
3951 taken from the yys parameter. When reporting a discarded merged value
3952 in debugging output, note that it is incompletely merged. Document the
3953 interface.
3954 (yyresolveAction): If resolving any of the RHS states fails, destroy
3955 them all rather than leaking them. Thus, as long as user actions are
3956 written to clean up the RHS correctly, yyresolveAction always cleans up
3957 the RHS of a semantic option. Document the interface.
3958
3959 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
3960
3961 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
3962 led to a segmentation fault in GNU Pascal. Problem reported
3963 by Waldek Hebisch.
3964
3965 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
3966
3967 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
3968 mid-rule action inside a nonterminal symbol in order to declare a
3969 destructor for its semantic value.
3970
3971 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
3972
3973 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
3974 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
3975 __cplusplus && ! defined _STDLIB_H && !
3976 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
3977 defined free))]: Include <stdlib.h> rather than rolling our own
3978 declarations of malloc and free, to avoid problems with
3979 incompatible declarations (using 'throw') C++'s stdlib.h. This
3980 should fix Debian bug 340012
3981 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
3982 reported by Guillaume Melquiond.
3983
3984 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
3985
3986 * NEWS: Clarify symbols versus types in unused-value warnings.
3987
3988 * configure.ac (AC_INIT): Bump version number.
3989
3990 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
3991
3992 * NEWS: Version 2.1a.
3993 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
3994 since C99 requires this.
3995
3996 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
3997
3998 * m4/c-working.m4: New file.
3999 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
4000
4001 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
4002
4003 * Makefile.maint: Merge from coreutils.
4004
4005 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
4006
4007 More portability fixes for problems summarized by Nelson H. F. Beebe.
4008
4009 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
4010 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
4011 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
4012 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
4013 messes up because C++ code is compiled in 32-bit mode but linked
4014 in 64-bit mode.
4015
4016 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
4017
4018 More portability fixes for problems summarized by Nelson H. F. Beebe.
4019
4020 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
4021 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
4022
4023 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
4024 nodist_PROGRAMS, since we don't need to actually compile the
4025 example if we're just doing a plain 'make'. This avoids bothering
4026 the installer unnecessarily about problems due to weird C++
4027 compilers.
4028
4029 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
4030
4031 More portability fixes for problems summarized by Nelson H. F. Beebe.
4032
4033 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
4034 than #include "...", and compile with -I'.'. The old method was
4035 not portable, according to Posix and the C standard, and it does
4036 not work with Sun C 5.7, where previous #line directives affect
4037 the working directory used in later #include "..." directives.
4038
4039 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4040
4041 Various DJGGP specific issues in /djgpp
4042
4043 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
4044
4045 More portability fixes for problems summarized by Nelson H. F. Beebe.
4046
4047 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
4048 '#include <map>' works and that you can apply ++ to iterators.
4049
4050 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
4051
4052 Work around portability problems summarized by Nelson H. F. Beebe in
4053 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
4054
4055 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
4056 that '#include <string>' works.
4057
4058 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
4059 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
4060 "warning: sorry: semantics of inline function static data `const
4061 unsigned char translate_table[262]' are wrong (you'll wind up with
4062 multiple copies)".
4063
4064 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
4065 or, xor to not_, and_, or_, and xor_, respectively. This works
4066 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
4067 random system header somewhere that includes the equivalent of
4068 <iso646.h>.
4069
4070 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
4071 -E" works; it apparently doesn't work with PathScale EKO Compiler
4072 Suite Version 2.0.
4073
4074 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
4075
4076 During deterministic GLR operation, user actions should be able to
4077 influence the parse by changing yychar. To make this easier to fix and
4078 to make glr.c easier to evolve in general, don't maintain yytoken in
4079 parallel with yychar; just compute yytoken when needed.
4080 * tests/glr-regression.at (Incorrect lookahead during deterministic
4081 GLR): Check that setting yychar in a user action has the intended
4082 effect.
4083 * data/glr.c (yyGLRStack): Remove yytokenp member.
4084 (yyclearin): Don't set *yytokenp.
4085 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
4086 yychar rather than *yytokenp to determine the current lookahead.
4087 Compute yytoken locally when needed.
4088 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
4089 point to.
4090
4091 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
4092 after `--report' documentation.
4093
4094 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
4095
4096 * src/parse-gram.y (grammar_declaration): Location of printer
4097 symbol is @1, not list->location. Bug reported by twlevo.
4098 * tests/input.at (Incompatible Aliases): Adjust to above change.
4099
4100 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
4101
4102 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
4103 all the test at once. This makes the output easier to read in the
4104 normal case.
4105
4106 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
4107 got from <http://bro-ids.org/download.html>. The bug is that
4108 when two actions appeared in succession, the second one was
4109 scanned before the first one was added to the grammar rule
4110 as a midrule action. Bison then output the incorrect warning
4111 "parse.y:905.17-906.36: warning: unused value: $3".
4112 * src/parse-gram.y (BRACED_CODE, action): These are no longer
4113 associated with a value.
4114 (rhs): Don't invoke grammar_current_rule_action_append.
4115 (action): Invoke it here instead.
4116 * src/reader.c (grammar_midrule_action): Now extern.
4117 (grammar_current_rule_action_append): Don't invoke
4118 grammar_midrule_action; that is now the scanner's job.
4119 * src/reader.h (last_string, last_braced_code_loc):
4120 (grammar_midrule_action): New decls.
4121 * src/scan-gram.l (last_string): Now extern, sigh.
4122 (last_braced_code_loc): New extern variable.
4123 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
4124 rule already has an action.
4125 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
4126 * tests/input.at (AT_CHECK_UNUSED_VALUES):
4127 Add some tests to check that the above changes fixed the bug.
4128
4129 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
4130
4131 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
4132 All used changed. Check whether the symbol has a destructor,
4133 not whether it is typed.
4134 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
4135 that the values are still reported as unused. All line numbers
4136 adjusted.
4137
4138 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
4139
4140 Work around a bug in bro 0.8, which underparenthesizes its
4141 definition of YYLLOC_DEFAULT.
4142 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
4143 their arguments.
4144 * data/lalr1.cc: Likewise.
4145 * data/yacc.cc: Likewise.
4146
4147 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
4148
4149 Work around a bug in Pike 7.0, and give the Pike folks a
4150 better way to override the usual int widths.
4151 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
4152 user can override the types.
4153 (short): #undef, to work around a bug in Pike 7.0.
4154 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
4155 (union yyalloc.yyss): Use yytype_int16 rather than short.
4156 All uses changed.
4157 (yysigned_char): Remove.
4158 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
4159 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
4160 * tests/regression.at (Web2c Actions): Adjust to above changes.
4161
4162 * src/reader.c (check_and_convert_grammar): New function.
4163 (reader): Close the input file even if something went wrong during
4164 parsing. Minor file descriptor leak reported by twlevo.
4165
4166 * src/assoc.c (assoc_to_string): Use a default: abort (); case
4167 to pacify gcc -Wswitch-default.
4168 * src/scan-gram.l (adjust_location): Use a default: break; case
4169 to pacify gcc -Wswitch-default.
4170 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
4171 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
4172 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
4173 Move these decls to scan-skel.l, since they don't need to be
4174 visible elsewhere.
4175 * src/scan-skel.l: Accept the above decls.
4176 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
4177 is used.
4178
4179 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
4180
4181 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
4182 since we don't want to insist on a version number at the start
4183 of the changelog every time.
4184 * Makefile.maint: Sync from coreutils a bit better.
4185 (sc_trailing_blank): Renamed from sc_trailing_space.
4186 All uses changed.
4187 (sc_no_if_have_config_h, sc_require_config_h):
4188 (sc_prohibit_assert_without_use): New rules.
4189 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
4190 (sc_dd_max_sym_length): Fix leading spaces in rule.
4191 (sc_system_h_headers): Prefix with @.
4192 (sc_useless_cpp_parens, m4-check): Output line numbers.
4193 (changelog-check): Allow version only in head.
4194 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
4195 satisfy new Makefile.maint rule.
4196 * data/glr.c: Likewise.
4197 * data/glr.cc: Likewise.
4198 * data/lalr1.cc: Likewise.
4199 * data/yacc.c: Likewise.
4200 * lib/ebitsetv.c: Likewise.
4201 * lib/lbitset.c: Likewise.
4202 * lib/subpipe.c: Likewise.
4203 * lib/timevar.c: Likewise.
4204 * src/system.h: Likewise.
4205 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
4206 * djgpp/Makefile.maint: Add copyright notice.
4207 * djgpp/README.in: Likewise.
4208 * djgpp/config.bat: Likewise.
4209 * djgpp/config.site: Likewise.
4210 * djgpp/config_h.sed: Likewise.
4211 * djgpp/djunpack.bat: Likewise.
4212 * djgpp/config.sed: Fix copyright notice to match standard format.
4213 * djgpp/subpipe.h: Likewise.
4214 * lib/bitsetv-print.c: Likewise.
4215 * lib/bitsetv.c: Likewise.
4216 * lib/subpipe.h: Likewise.
4217 * lib/timevar.c: Likewise.
4218 * lib/timevar.h: Likewise.
4219 * djgpp/subpipe.c: Use standard recipe for config.h.
4220 * lib/abitset.c: Likewise.
4221 * lib/bitset.c: Likewise.
4222 * lib/bitset_stats.c: Likewise.
4223 * lib/bitsetv-print.c: Likewise.
4224 * lib/bitsetv.c: Likewise.
4225 * lib/ebitsetv.c: Likewise.
4226 * lib/get-errno.c: Likewise.
4227 * lib/lbitset.c: Likewise.
4228 * lib/subpipe.c: Likewise.
4229 * lib/timevar.c: Likewise.
4230 * lib/vbitset.c: Likewise.
4231 * tests/local.at: Likewise.
4232 * src/scan-gram.l: Don't include verify.h, since system.h does
4233 that for us.
4234 * .x-sc_require_config_h: New file.
4235 * .x-sc_unmarked_diagnostics: New file.
4236
4237 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
4238
4239 Be a bit more systematic about using 'abort'.
4240 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
4241 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
4242 Put 'default: abort ();' before some other case, to satisfy older
4243 pedantic compilers.
4244 * lib/bitset_stats.c (bitset_stats_init): Likewise.
4245 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
4246 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
4247 * src/conflicts.c (resolve_sr_conflict): Likewise.
4248 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
4249 (get_decision_str, get_orientation_str, get_node_alignment_str):
4250 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
4251 (get_linestyle_str, get_arrowstyle_str): Likewise.
4252 * src/conflicts.c (resolve_sr_conflict):
4253 Use a default case rather than one for the one remaining enum
4254 value, to catch invalid enum values as well.
4255 * src/lalr.c (set_goto_map, map_goto):
4256 Prefer "assert (FOO);" to "if (!FOO) abort ();".
4257 * src/nullable.c (nullable_compute, token_definitions_output):
4258 Likewise.
4259 * src/reader.c (packgram, reader): Likewise.
4260 * src/state.c (transitions_to, state_new, state_reduction_find):
4261 Likewise.
4262 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
4263 (symbol_pack): Likewise.
4264 * src/tables.c (conflict_row, pack_vector): Likewise.
4265 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
4266 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
4267 * src/system.h: Don't include <assert.h>.
4268 (assert): New macro.
4269
4270 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
4271 (Destructor Decl, Parser Function, Pure Calling):
4272 Describe rules for braces inside C code more carefully.
4273
4274 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
4275
4276 Fix some porting glitches found by Nelson H. F. Beebe.
4277 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
4278 compilers that don't understand that abort () does not return.
4279 * src/state.c (transitions_to): Likewise.
4280 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
4281 that '#include <cstdlib>' works.
4282 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
4283 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
4284 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
4285 for the benefit of some pre-C99 compilers.
4286
4287 * bootstrap: Undo changes to gnulib files that autoreconf made.
4288
4289 Minor fixups to get 'make maintainer-check' to work.
4290 * configure.ac: Don't use -Wnested-externs, as it's incompatible
4291 with the new verify.h implementation.
4292 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
4293 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
4294 * data/yacc.c (YYUSE): Likewise.
4295 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
4296 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
4297 * src/parse-gram.y (declaration): Don't pass a string constant
4298 to a function that expects char *, since GCC might complain
4299 about the constant value.
4300 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
4301 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
4302 before #defining them.
4303 * tests/glr-regression.at
4304 (Incorrectly initialized location for empty right-hand side in GLR):
4305 In yyerror, use the msg arg.
4306 (Corrupted semantic options if user action cuts parse):
4307 (Incorrect lookahead during deterministic GLR):
4308 (Incorrect lookahead during nondeterministic GLR):
4309 Don't name a local var 'index'; it shadows string.h's 'index'.
4310
4311 2006-01-19 Akim Demaille <akim@epita.fr>
4312
4313 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
4314 location, not just parts of it.
4315
4316 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
4317
4318 * NEWS: Document the fact that multiple %unions are now allowed.
4319 * doc/bison.texinfo (Union Decl): Likewise.
4320 * TODO: This feature is now implemented, so remove it from
4321 the wishlist.
4322
4323 * Makefile.maint: Merge with coreutils Makefile.maint.
4324 (CVS_LIST): Use build-aux version if available.
4325 (VERSION_REGEXP): New macro.
4326 (syntax-check-rules): Add sc_no_if_have_config_h,
4327 sc_prohibit_assert_without_use, sc_require_config_h,
4328 sc_useless_cpp_parens.
4329 (sc_obsolete_symbols): Check for O_NDELAY.
4330 (sc_dd_max_sym_length): Track coreutils.
4331 (sc_unmarked_diagnostics): Look in all files, not just *.c.
4332 (sc_useless_cpp_parens): New rule.
4333 (news-date-check): Look for version or today's date.
4334 (changelog-check): Don't require version number near head.
4335 (copyright-check): Use current year instead of hardwiring 2005.
4336 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
4337 (announcement): Add --gpg-key-ID.
4338
4339 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
4340 with "file system".
4341
4342 Avoid undefined behavior that addressed just before the start of an
4343 array. Problem reported by twlevo.
4344 * src/reader.c (packgram): Prepend a new sentinel before ritem.
4345 * src/lalr.c (build_relations): Rely on new sentinel.
4346 * src/gram.c (gram_free): Adjust to new sentinel.
4347
4348 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
4349
4350 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
4351 yylookaheadNeeds. All uses updated.
4352 (yysplitStack): Rename local yynewLookaheadStatuses to
4353 yynewLookaheadNeeds.
4354 * data/glr-regression.at (Incorrect lookahead during nondeterministic
4355 GLR): In comments, change `lookahead status' to `lookahead need'.
4356
4357 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
4358
4359 * data/glr.c (yysplitStack): A little stylistic rewrite.
4360
4361 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
4362
4363 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
4364
4365 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
4366
4367 * doc/bison.texinfo: Fix some typos.
4368 (GLR Semantic Actions): New subsection discussing special
4369 considerations because GLR semantic actions might be deferred.
4370 (Actions): Mention look-ahead usage of yylval.
4371 (Actions and Locations): Mention look-ahead usage of yylloc.
4372 (Special Features for Use in Actions): Add YYEOF entry and mention it
4373 in the yychar entry.
4374 In the yychar entry, remove mention of the local yychar case (pure
4375 parser) since this is irrelevant information when writing semantic
4376 actions and since it's already discussed in `Table of Symbols' where
4377 yychar is otherwise described as an external variable.
4378 In the yychar entry, don't call it the `current' look-ahead since it
4379 isn't when semantic actions are deferred.
4380 In the yychar and yyclearin entries, add note about deferred semantic
4381 actions.
4382 Add yylloc and yylval entries discussing look-ahead usage.
4383 (Look-Ahead Tokens): When discussing yychar, don't call it the
4384 `current' look-ahead, and do mention yylval and yylloc.
4385 (Error Recovery): Cross-reference `Action Features' when mentioning
4386 yyclearin.
4387 (Table of Symbols): In the yychar entry, don't call it the `current'
4388 look-ahead.
4389 In the yylloc and yylval entries, mention look-ahead usage.
4390
4391 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4392
4393 * tests/glr-regression.at: Update copyright year to 2006.
4394
4395 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4396
4397 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
4398 use during nondeterministic operation to track which stacks have
4399 actually needed the current lookahead.
4400 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
4401 Allocate, deallocate, resize, and otherwise shuffle space for
4402 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
4403 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
4404 appropriately during nondeterministic operation.
4405 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
4406 members to store the current lookahead to be used by the deferred
4407 user action.
4408 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
4409 from which the RHS is taken. Set the lookahead members of the new
4410 yySemanticOption according to the lookahead status for stack yyk.
4411 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
4412 yyaddDeferredAction.
4413 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
4414 members of yySemanticOption before invoking yyuserAction, and then set
4415 them back to their current values afterward.
4416 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
4417 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
4418 * tests/glr-regression.at: Remove `.' from the ends of recent test case
4419 titles for consistency.
4420 (Leaked merged semantic value if user action cuts parse): In order to
4421 suppress lint warnings, use arguments in merge function, and assign
4422 char value < 128 in main.
4423 (Incorrect lookahead during deterministic GLR): New test case.
4424 (Incorrect lookahead during nondeterministic GLR): New test case.
4425
4426 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4427
4428 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
4429 !yyvaluep as signal that no semantic value is available to print.
4430 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
4431 to print a semantic value.
4432
4433 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4434
4435 * tests/glr-regression.at: For consistency with my newer test cases,
4436 don't thank myself.
4437
4438 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
4439
4440 * data/glr.c (yyresolveValue): When merging semantic options, if at
4441 least one user action succeeds but a later one cuts the parse, then
4442 destroy the semantic value before returning rather than leaking it.
4443 (yyresolveStates): If a user action cuts the parse and thus
4444 yyresolveValue fails, ignore the (unset) semantic value rather than
4445 corrupting the yyGLRState, and empty the semantic options list since
4446 the user actions should have called all necessary destructors.
4447 Simplify code with YYCHK.
4448 * tests/glr-regression.at (Corrupted semantic options if user action
4449 cuts parse): New test case.
4450 (Undesirable destructors if user action cuts parse): New test case.
4451 Before applying any of this patch, this test case never actually failed
4452 for me... but only because the corrupted semantic options usually
4453 masked this bug.
4454 (Leaked merged semantic value if user action cuts parse): New test
4455 case.
4456
4457 2006-01-05 Akim Demaille <akim@epita.fr>
4458
4459 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
4460
4461 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
4462
4463 * data/c.m4 (b4_c_modern): New macro, with a new provision for
4464 _MSC_VER. Problem reported by Cenzato Marco.
4465 (b4_c_function_def): Use it.
4466 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
4467 b4_c_modern.
4468 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
4469 than rolling our own.
4470
4471 2006-01-04 Akim Demaille <akim@epita.fr>
4472
4473 Also warn about non-used mid-rule values.
4474 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
4475 member.
4476 (symbol_list_new): Adjust.
4477 * src/reader.c (symbol_typed_p): New.
4478 (grammar_rule_check): Use it.
4479 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
4480 Check its rule.
4481 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
4482 Use it.
4483 * tests/actions.at (Exotic Dollars): Adjust.
4484
4485 2006-01-04 Akim Demaille <akim@epita.fr>
4486
4487 * src/reader.c (grammar_midrule_action): If $$ is set in a
4488 mid-rule, move the `used' bit to its lhs.
4489 * tests/input.at (Unused values): New.
4490 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
4491
4492 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
4493
4494 * doc/bison.texinfo (Bison Options): Say more accurately what
4495 --yacc does.
4496 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
4497 about declarations in the grammar when in Yacc mode, as POSIX does
4498 not require a diagnostic when the grammar uses extensions.
4499
4500 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
4501
4502 Warn about dubious constructions like "%token T T".
4503 Reported by twlevo.
4504 * src/symtab.h (struct symbol.declared): New member.
4505 * src/symtab.c (symbol_new): Initialize it to false.
4506 (symbol_class_set): New arg DECLARING, specifying whether
4507 this is a declaration that we want to warn about, if there
4508 is more than one of them. All uses changed.
4509
4510 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
4511 Allow multiple %union directives, whose contents concatenate.
4512 * src/parse-gram.y (grammar_declaration): Likewise.
4513 Use muscle_code_grow, so that we don't need stype_line any more.
4514 All uses changed.
4515
4516 * src/muscle_tab.c (muscle_grow): Fix comment.
4517
4518 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
4519 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
4520 Update copyright year to 2006.
4521
4522 2006-01-03 Akim Demaille <akim@epita.fr>
4523
4524 Have glr.cc pass (some of) the calc.at tests.
4525 * data/glr.cc (b4_parse_param_orig): New.
4526 (b4_parse_param): Improve its definition, and bound it more
4527 clearly in the skeleton.
4528 (b4_epilogue): Append, instead of prepending, in order to keep
4529 #line consistency.
4530 Simplify the generation of auxiliary functions: locations and
4531 purity are mandated.
4532 (b4_global_tokens_and_yystype): Honor it.
4533 * data/location.cc (c++.m4): Don't include it.
4534 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
4535 and AT_SKEL_CC_IF.
4536 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
4537 AT_LALR1_CC_IF.
4538 Be sure to initialize the first position's filename.
4539 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
4540 mandated anyway.
4541 (AT_CHECK_CALC_GLR_CC): New.
4542 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
4543
4544 2006-01-02 Akim Demaille <akim@epita.fr>
4545
4546 * src/output.c (output_skeleton): Don't hard wire the inclusion of
4547 c.m4.
4548 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
4549 * data/glr.cc: Do not include stack.hh.
4550
4551 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4552
4553 * data/glr.c: Reformat whitespace with tabs.
4554 (b4_lpure_formals): Remove this unused m4 macro.
4555 * tests/cxx-type.at: Reformat whitespace with tabs.
4556 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
4557 since it's a member. Rename type to isNterm for clarity.
4558
4559 2005-12-29 Akim <akim@sulaco.local>
4560
4561 Let glr.cc catch up with symbol_value_print.
4562 * data/glr.cc (b4_yysymprint_generate): Replace by...
4563 (b4_yy_symbol_print_generate): this.
4564 (yy_symbol_print, yy_symbol_value_print): Declare them.
4565
4566 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
4567
4568 * src/location.h (boundary): Note that a line or column equal
4569 to INT_MAX indicates an overflow.
4570 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
4571 (rule_length_overflow, increment_rule_length, add_column_width):
4572 New functions.
4573 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
4574 (<SC_BRACED_CODE>"}"):
4575 Use increment_rule_length rather than incrementing it by hand.
4576 (adjust_location, handle_syncline): Diagnose overflow.
4577 (handle_action_dollar, handle_action_at):
4578 Fix bug with monstrosities like $-2147483648.
4579 Remove now-unnecessary checks.
4580 (scan_integer): Verify assumptions and remove now-unnecessary checks.
4581 (convert_ucn_to_byte): Verify assumptions.
4582 (handle_syncline): New arg LOC. All callers changed.
4583 Don't store through a value derived from char const * pointer.
4584
4585 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
4586 GCC warnings.
4587
4588 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
4589
4590 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
4591 Remove unnecessary forward static decls.
4592
4593 2005-12-27 Akim Demaille <akim@epita.fr>
4594
4595 * src/reader.c (grammar_current_rule_check): Also check that $$
4596 is used.
4597 Take the rule to check as argument, hence rename as...
4598 (grammar_rule_check): this.
4599 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
4600 Rename as...
4601 (grammar_rule_begin, grammar_rule_end): these, for consistency.
4602 (grammar_midrule_action, grammar_symbol_append): Now static.
4603 * tests/torture.at (input): Don't rely on the default action
4604 being always performed.
4605 * tests/calc.at: "Set" $$ even when the action is "cut" with
4606 YYERROR or other.
4607 * tests/actions.at (Exotic Dollars): Instead of using unused
4608 values, check that the warning is issued.
4609
4610 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
4611
4612 * NEWS: Improve wording for unused-value warnings.
4613
4614 2005-12-22 Akim Demaille <akim@epita.fr>
4615
4616 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
4617 (b4_yysymprint_generate): Rename as...
4618 (b4_yy_symbol_print_generate): this.
4619 Generate yy_symbol_print instead of yysymprint.
4620 Generate also yy_symbol_value_print, and use it.
4621
4622 2005-12-22 Akim Demaille <akim@epita.fr>
4623
4624 * NEWS: Warn about unused values.
4625 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
4626 a `used' member.
4627 (symbol_list_n_get, symbol_list_n_used_set): New.
4628 (symbol_list_n_type_name_get): Use symbol_list_n_get.
4629 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
4630 * src/reader.c (grammar_current_rule_check): Check that values are
4631 used.
4632 * src/symtab.c (symbol_print): Accept 0.
4633 * tests/existing.at: Remove the type information.
4634 Empty the actions.
4635 Remove useless actions (beware of mid-rule actions: perl -000
4636 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
4637 * tests/actions.at (Exotic Dollars): Use unused values.
4638 * tests/calc.at: Likewise.
4639 * tests/glr-regression.at (No users destructors if stack 0 deleted):
4640 Likewise.
4641
4642 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
4643 rule_useful_p.
4644
4645 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
4646
4647 Undo 2005-12-01 tentative license wording change. The wording is
4648 still being reviewed by the lawyers, and we don't want to wait for
4649 them before publishing a test release. For now, revert to the
4650 previous wording.
4651 * NEWS: Undo 2005-12-01 change.
4652 * data/glr.c: Revert to previous license wording.
4653 * data/glr.cc: Likewise.
4654 * data/lalr1.cc: Likewise.
4655 * data/location.cc: Likewise.
4656 * data/yacc.c: Likewise.
4657
4658 * NEWS: Reword %destructor vs YYABORT etc.
4659 * data/glr.c: Use American spacing, for consistency.
4660 * data/glr.cc: Likewise.
4661 * data/lalr1.cc: Likewise.
4662 * data/yacc.c: Likewise.
4663 * data/yacc.c: Reformat comments slightly.
4664 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
4665 for consistency. Fix some spelling errors and reword recently-included
4666 text slightly.
4667 * tests/cxx-type.at: Cast results of malloc, for C++.
4668
4669 2005-12-21 Joel E. Denny <address@hidden>
4670
4671 * tests/cxx-type.at: Construct a tree, count the parents of shared
4672 nodes, and free each node once and only once. Previously, the memory
4673 for semantic values was leaked instead.
4674
4675 2005-12-21 Joel E. Denny <address@hidden>
4676
4677 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
4678 (yylval, yylloc): If pure, #define to yystackp->yyval and
4679 yystackp->yyloc similar to yychar and yynerrs.
4680 (yyparse): If pure, remove local yylval and yylloc. Add local
4681 yystackp to accommodate pure definitions of yylval and yylloc.
4682 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
4683 yylvalp and yyllocp to &yylval and &yylloc.
4684 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
4685 namespace. Previously, nerrs and char were missing, but lval and lloc
4686 weren't necessary.
4687 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
4688 yylvalp and yyllocp parameters since, if pure, these are now always
4689 accessible through yystackp. If not pure, they are still accessible
4690 globally.
4691 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
4692 `if (YYID (N))' to pacify lint.
4693
4694 2005-12-21 Akim Demaille <akim@epita.fr>
4695
4696 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
4697 destroy the RHS symbols of a rule.
4698 * data/yacc.c (yylen): Initialize to 0.
4699 Keep its value to the number of items to possibly shift.
4700 In particular, a regular successful parse that ends on YYFINAL by
4701 a (internal) YYACCEPT must not have yylen != 0.
4702 (yyerrorlab, yyreturn): Pop the RHS.
4703 Reorder a bit to emphasize the `shifting' bits of code.
4704 (YYPOPSTACK): Now accept a number of items to pop.
4705 * data/lalr1.cc: Likewise.
4706 * data/glr.c: Formatting changes.
4707 Use goto instead of fall through.
4708 * doc/bison.texinfo (Destructor Decl): Complete.
4709
4710 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4711
4712 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
4713 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
4714 * djgpp/config.bat: Replace every occurence of the file name
4715 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
4716 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
4717 * djgpp/config.sed: Replace every occurence of the file name
4718 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
4719 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
4720 * djgpp/djunpack.bat: DJGPP specific file.
4721 * djgpp/fnchange.lst: DJGPP specific file.
4722 * djgpp/README.in: Add new information about how to unpack the bison
4723 source on MSDOS and other systems which have 8.3 file name restrictions
4724 using djunpack.bat and fnchange.lst.
4725
4726 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
4727
4728 * bootstrap (build_cvs_prefix): Remove; unused.
4729 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
4730 when getting gnulib.
4731
4732 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
4733
4734 * data/glr.c: Reorder typedef declarations for structs to match order
4735 of struct declarations.
4736 Rename yystack everywhere to yystackp except in yyparse where it's not
4737 a pointer.
4738 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
4739 consistency.
4740 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
4741 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
4742 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
4743 lint.
4744
4745 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
4746
4747 * tests/sets.at (Accept): Fix typos in regular expression used to
4748 sed out the final state number.
4749
4750 Work around portability problem on Solaris 10: flex-generated
4751 files include <stdio.h> before <config.h>, which messes up
4752 because the latter defines __EXTENSIONS__. Address the problem
4753 by creating two new little files that include <config.h> first,
4754 then include the flex-generated files. Rewrite everyone else
4755 to include <config.h> first, as well.
4756 * lib/timevar.c: Always include "config.h".
4757 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
4758 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
4759 (EXTRA_bison_SOURCES): New macro.
4760 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
4761 * src/system.h: Don't include config.h.
4762 * src/LR0.c: Include <config.h> first.
4763 * src/assoc.c: Likewise.
4764 * src/closure.c: Likewise.
4765 * src/complain.c: Likewise.
4766 * src/conflicts.c: Likewise.
4767 * src/derives.c: Likewise.
4768 * src/files.c: Likewise.
4769 * src/getargs.c: Likewise.
4770 * src/gram.c: Likewise.
4771 * src/lalr.c: Likewise.
4772 * src/location.c: Likewise.
4773 * src/main.c: Likewise.
4774 * src/muscle_tab.c: Likewise.
4775 * src/nullable.c: Likewise.
4776 * src/output.c: Likewise.
4777 * src/parse-gram.y: Likewise.
4778 * src/print.c: Likewise.
4779 * src/print_graph.c: Likewise.
4780 * src/reader.c: Likewise.
4781 * src/reduce.c: Likewise.
4782 * src/relation.c: Likewise.
4783 * src/state.c: Likewise.
4784 * src/symlist.c: Likewise.
4785 * src/symtab.c: Likewise.
4786 * src/tables.c: Likewise.
4787 * src/uniqstr.c: Likewise.
4788 * src/vcg.c: Likewise.
4789
4790 * src/parse-gram.y: Fix minor problems uncovered by lint.
4791 (current_lhs, current_lhs_location): Now static.
4792 (current_assoc): Remove unused variable.
4793
4794 Cleanups so that Bison-generated parsers have less lint.
4795 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
4796 Prepend /*ARGSUSED*/, for lint's sake.
4797 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
4798 definition if 'lint' is defined.
4799 (YYID): New macro (or function, if lint).
4800 All uses of /*CONSTCOND*/0 replaced by YYID(0).
4801 * data/yacc.c: Likewise.
4802 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
4803 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
4804 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
4805 is C++ only.
4806 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
4807 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
4808 Use YYID(0) rather than 0, for lint.
4809 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
4810 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
4811
4812 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
4813
4814 * tests/glr-regression.at
4815 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
4816 Close memory leak reported by twlevo.
4817
4818 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
4819
4820 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
4821 all stacks.
4822 (yyparse): Iterate another stack in order to call user destructors.
4823 * tests/glr-regression.at (No users destructors if stack 0 deleted):
4824 New test case.
4825 (Duplicated user destructor for lookahead): This test now is expected
4826 to succeed.
4827
4828 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
4829
4830 * NEWS: Document the following change.
4831 * data/yacc.c: Say "parser skeleton" rather than "file", since
4832 it's no longer just a file.
4833 * data/glr.c: Grant a special exception for C GLR parsers, that
4834 reads like the already-existing exception for C LALR(1) parsers.
4835 * data/glr.cc: Likewise.
4836 * data/lalr1.cc: Likewise.
4837 * data/location.cc: Likewise.
4838 * data/yacc.c: Reword the "written by" statement to clarify that
4839 it was the parser skeleton, not the entire output file.
4840 * data/glr.c: Written by Paul Hilfinger.
4841 * data/glr.cc: Written by Akim Demaille.
4842 * data/lalr1.cc: Likewise.
4843
4844 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
4845
4846 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
4847 Fix typos in previous change that broke 'make check'.
4848 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
4849 supported in C.
4850 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
4851 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
4852 We can revert this once things settle down.
4853
4854 * src/conflicts.c (conflicts_print): Don't print file name twice
4855 when %expect fails because there were no conflicts.
4856 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
4857 change.
4858 * tests/conflicts.at (%expect not enough, %expect too much):
4859 (%expect with reduce conflicts): Adjust to new behavior.
4860
4861 2005-11-18 Akim Demaille <akim@epita.fr>
4862
4863 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
4864 errors.
4865 * NEWS: Document this.
4866 * doc/bison.texinfo (Expect Decl): Likewise.
4867
4868 2005-11-16 Akim Demaille <akim@epita.fr>
4869
4870 Generalize the display of semantic values and locations in traces.
4871 * data/glr.c (yy_reduce_print): Fix indices (again).
4872 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
4873 literal integers.
4874 * data/lalr1.cc (yyreduce_print): Rename as...
4875 (yy_reduce_print): this.
4876 Display values and locations.
4877 * data/yacc.c (yy_reduce_print): Likewise.
4878 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
4879 (yysymprint): Move higher to be visible from yy_reduce_print).
4880 (yyparse): Adjust.
4881 * tests/calc.at: Adjust the expected length of the traces.
4882
4883 2005-11-14 Akim Demaille <akim@epita.fr>
4884
4885 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
4886 from 1 to N, while values and location start at 0.
4887 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
4888
4889 2005-11-14 Akim Demaille <akim@epita.fr>
4890
4891 * data/glr.c (yy_reduce_print): Fix the $ number.
4892
4893 2005-11-14 Akim Demaille <akim@epita.fr>
4894
4895 "Use" parse parameters.
4896 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
4897 * data/glr.c, data/glr.cc: Use them.
4898 * data/glr.c (YYUSE): Have a C++ definition that supports
4899 non-pointer types.
4900
4901 2005-11-14 Akim Demaille <akim@epita.fr>
4902
4903 * data/glr.c (yyexpandGLRStack): Declare only if defined.
4904
4905 2005-11-14 Akim Demaille <akim@epita.fr>
4906
4907 * data/glr.cc: New.
4908 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
4909
4910 2005-11-12 Akim Demaille <akim@epita.fr>
4911
4912 Let position and location be PODs.
4913 * data/location.cc (position::initialize, location::initialize): New.
4914 (position::position, location::location): Define only if
4915 b4_location_constructors is defined.
4916 * data/lalr1.cc (b4_location_constructors): Define it for backward
4917 compatibility.
4918 * doc/bison.texinfo (Initial Action Decl): Use initialize.
4919
4920 2005-11-12 Akim Demaille <akim@epita.fr>
4921
4922 * data/lalr1.cc: Move the body of the ctor and dtor into the
4923 parser file (instead of the header).
4924 Wrap the implementations in a "namespace yy".
4925
4926 2005-11-12 Akim Demaille <akim@epita.fr>
4927
4928 Have glr.c include its header file when created.
4929 * data/glr.c (b4_shared_declarations): New.
4930 Output them verbatim in the parser if !%defines, otherwise
4931 output then in the header file, and include it instead.
4932
4933 2005-11-11 Akim Demaille <akim@epita.fr>
4934
4935 * data/glr.c: Comment changes.
4936
4937 2005-11-11 Akim Demaille <akim@epita.fr>
4938
4939 When yydebug, report semantic and location values for reductions.
4940 * data/glr.c (yy_reduce_print): Report the semantic values and the
4941 locations.
4942 (YY_REDUCE_PRINT): Adjust.
4943 (yyglrReduce): Use them.
4944 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
4945 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
4946 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
4947 traces.
4948
4949 2005-11-10 Akim Demaille <akim@epita.fr>
4950
4951 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
4952 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
4953 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
4954
4955 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
4956
4957 * m4/cxx.m4, examples/Makefile.am: Don't build
4958 examples/calc++ if no C++ compiler is available. (trivial change)
4959
4960 2005-11-09 Akim Demaille <akim@epita.fr>
4961
4962 * src/scan-skel.l: Use a couple of asserts.
4963
4964 2005-11-03 Akim Demaille <akim@epita.fr>
4965
4966 In some (weird) cases, the final state number is incorrect.
4967 Reported by Alexandre Duret-Lutz.
4968 * src/LR0.c (state_list_append): Remove the computation of
4969 final_state.
4970 (save_reductions): Do it here.
4971 (get_state): Alpha conversion.
4972 (generate_states): Use a for loop.
4973 * src/gram.h (item_number_is_rule_number)
4974 (item_number_is_symbol_number): New.
4975 * src/state.c: Use assert.
4976 * src/system.h: Include assert.h.
4977 * tests/sets.at (Accept): New.
4978
4979 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
4980
4981 * data/glr.c (yyfill): Adjust comment.
4982 (yyresolveAction): Initialize default location properly
4983 for empty right-hand sides.
4984 (yydoAction): Ditto.
4985 Add comment explaining apparently dead code.
4986 * tests/glr-regression.at
4987 (Incorrectly initialized location for empty right-hand side in GLR):
4988 New test.
4989
4990 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
4991
4992 * bootstrap (cleanup_gnulib): New function. Use it to clean up
4993 gnulib when interrupted. This fixes some race conditions and
4994 works around some portability problems (one noted by Paul
4995 Hilfinger).
4996
4997 2005-10-22 Akim <akim@epita.fr>
4998
4999 * Makefile.cfg: Adjust to config -> build-aux.
5000 Reported by twledo.
5001
5002 2005-10-21 Akim Demaille <akim@epita.fr>
5003
5004 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
5005 the %parse-params.
5006 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
5007 * data/yacc.c (b4_Pure_if): Rename as...
5008 (b4_yacc_pure_if): this.
5009 (YY_SYMBOL_PRINT, yyparse): Adjust.
5010 * doc/bison.texinfo: Formatting changes.
5011
5012 2005-10-21 Akim Demaille <akim@epita.fr>
5013
5014 Finish the transition config -> build-aux.
5015 * configure.ac, Makefile.am: Use build-aux.
5016 * config/prev-version, config/announce-gen, config/Makefile.am:
5017 Move to...
5018 * build-aux/prev-version, build-aux/announce-gen,
5019 * build-aux/Makefile.am: here.
5020
5021 2005-10-14 Akim Demaille <akim@epita.fr>
5022
5023 * examples/calc++/test: Use set -x only when VERBOSE.
5024
5025 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
5026
5027 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
5028 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
5029
5030 2005-10-13 Akim Demaille <akim@epita.fr>
5031
5032 * src/scan-skel.l: Output the base name parts of the parser and
5033 header file names.
5034 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
5035 additional checks.
5036 Use this to exercise C++ outputs in subdirs.
5037 Reported by Oleg Smolsky.
5038
5039 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
5040
5041 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
5042 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
5043 Problem reported by John P. Hartmann.
5044 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
5045 already defined it.
5046
5047 2005-10-12 Akim Demaille <akim@epita.fr>
5048
5049 * src/parse-gram.y (version_check): Exit 63 to please missing
5050 (stands for "version mismatch).
5051 * tests/input.at, doc/bison.texinfo: Adjust.
5052
5053 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
5054
5055 Work around portability problems with Visual Age C compiler
5056 (xlc and xlC_r) reported by John P. Hartmann.
5057 * data/location.cc (initial_column, initial_line): Remove.
5058 All uses replaced by 0 and 1.
5059 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
5060 that xlc complains about.
5061 * src/scan-skel.l (skel_wrap): Likewise.
5062 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
5063 as __STDC__.
5064 * data/yacc.c (YYMODERN_C): New macro, which also looks at
5065 __STDC_VERSION__. Use it everywhere instead of looking at
5066 __STDC__ and __cplusplus.
5067
5068 2005-10-10 Akim Demaille <akim@epita.fr>
5069
5070 * examples/calc++/test: Be quiet unless VERBOSE.
5071
5072 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
5073
5074 * data/c.m4 (yydestruct, yysymprint):
5075 Use YYUSE instead of casting to void.
5076 * data/glr.c (YYUSE): New macro.
5077 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
5078 Use it instead of rolling our own.
5079 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
5080 (YYCHK1):
5081 Use /*CONSTCOND*/ to suppress lint warnings.
5082 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
5083 (YY_STACK_PRINT): Use 'false' not '0'.
5084 (YYUSE): New macro.
5085 (yysymprint_, yydestruct_): Use it instead of rolling our own.
5086 * data/yacc.c (YYUSE): New macro.
5087 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
5088 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
5089 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
5090
5091
5092 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
5093 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
5094
5095 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
5096
5097 Undo the parts of the unlocked-I/O change that substituted
5098 putc or puts for printf. This might hurt performance a bit,
5099 but some people prefer the printf style.
5100 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
5101 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
5102 All uses replaced by YYFPRINTF and YYDPRINTF.
5103 * data/yacc.c: Likewise.
5104 * lib/bitset.c (bitset_print): Likewise.
5105 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
5106 putc and puts.
5107 * lib/lbitset.c (debug_lbitset): Likewise.
5108 * src/closure.c (print_firsts, print_fderives): Likewise.
5109 * src/gram.c (grammar_dump): Likewise.
5110 * src/lalr.c (look_ahead_tokens_print): Likewise.
5111 * src/output.c (escaped_output): Likewise.
5112 (user_actions_output): Break apart two printfs.
5113 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
5114 * src/reduce.c (reduce_print): Likewise.
5115 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
5116 * src/system.h: Include unlocked-io.h rathe than stdio.h.
5117
5118 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
5119 Use assignments rather than casts-to-void to suppress
5120 unused-variable warnings. This pacifies 'lint'.
5121 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
5122 unused-variable warnings.
5123
5124 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5125
5126 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
5127
5128 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
5129
5130 Use unlocked I/O for a minor performance improvement on hosts like
5131 GNU/Linux and Solaris that support unlocked I/O. The basic idea
5132 is to use the gnlib unlocked-io module, and to prefer putc and
5133 puts to printf when either will work (since the latter doesn't
5134 come in an unlocked flavor).
5135 * bootstrap (gnulib_modules): Add unlocked-io.
5136 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
5137 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
5138 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
5139 and similarly for puts and putc and printf.
5140 * data/yacc.c: Likewise.
5141 * lib/bitset.c (bitset_print): Likewise.
5142 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
5143 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
5144 to printf.
5145 * lib/lbitset.c (debug_lbitset): Likewise.
5146 * src/closure.c (print_firsts, print_fderives): Likewise.
5147 * src/gram.c (grammar_dump): Likewise.
5148 * src/lalr.c (look_ahead_tokens_print): Likewise.
5149 * src/output.c (escaped_output): Likewise.
5150 (user_actions_output): Coalesce two printfs.
5151 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
5152 * src/reduce.c (reduce_print): Likewise.
5153 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
5154 * src/system.h: Include unlocked-io.h rather than stdio.h.
5155
5156 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
5157 this confuses xgettext.
5158
5159 2005-10-02 Akim Demaille <akim@epita.fr>
5160
5161 * bootstrap (gnulib_modules): Add strverscmp.
5162 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
5163 * m4/.cvsignore: Add strverscmp.m4.
5164 * src/parse-gram.y (%require): New token, new rule.
5165 (version_check): New.
5166 * src/scan-gram.l (%require): Adjust.
5167 * tests/input.at (AT_REQUIRE): New.
5168 Use it.
5169 * doc/bison.texinfo (Require Decl): New.
5170 (Calc++ Parser): Use %require.
5171
5172 2005-10-02 Akim Demaille <akim@epita.fr>
5173
5174 * data/location.cc: New.
5175
5176 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
5177 Akim Demaille <akim@epita.fr>
5178
5179 Make sure -odir/foo.cc creates dir/location.hh etc.
5180 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
5181 (spec_file_prefix, spec_verbose_file, spec_graph_file)
5182 (spec_defines_file): Now const.
5183 (dir_prefix): New.
5184 (short_base_name): Remove.
5185 * src/files.c: Adjust.
5186 (dirname.h): Include.
5187 (base_name): Don't prototype it.
5188 (finput): Remove, duplicates gram_in.
5189 (full_base_name, short_base_name): Replace by...
5190 (all_but_ext, all_but_tab_ext): these.
5191 (compute_base_names): Rename as...
5192 (compute_file_name_parts): this.
5193 Update to compute the new variables, including dir_prefix.
5194 Adjust dependencies.
5195 * src/output.c (prepare): Output them.
5196 * src/reader.c: Adjust to use gram_in, not finput.
5197 * src/scan-skel.l (@dir_prefix@): New.
5198
5199 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5200
5201 * lib/subpipe.c: New function end_of_output_subpipe() added
5202 to allow support for non-posix systems. This is a no-op function
5203 for posix systems.
5204
5205 * lib/subpipe.h: New function end_of_output_subpipe() added
5206 to allow support for non-posix systems. This is a no-op function
5207 for posix systems.
5208
5209 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
5210 handle the lack of pipe/fork functionality on non-posix systems.
5211
5212 * djgpp/Makefile.maint: DJGPP specific file.
5213
5214 * djgpp/README.in: DJGPP specific file.
5215
5216 * djgpp/config.bat: DJGPP specific configuration file.
5217
5218 * djgpp/config.sed: DJGPP specific configuration file.
5219
5220 * djgpp/config.site: DJGPP specific configuration file.
5221
5222 * djgpp/config_h.sed: DJGPP specific configuration file.
5223
5224 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
5225
5226 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
5227
5228 2005-10-02 Akim Demaille <akim@epita.fr>
5229
5230 * data/location.cc: New, extract from...
5231 * data/lalr1.cc: here.
5232 (location.hh): Include it after the user prologue, in case the
5233 filename type is defined by the user.
5234 Forward declation location and position before the pre-prologue.
5235 (yyresult_): Rename as...
5236 (yyresult): this, it's a local variable, not an attribute.
5237 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
5238
5239 2005-10-01 Akim Demaille <akim@epita.fr>
5240
5241 * examples/extexi: Restore the #line generation.
5242
5243 2005-09-30 Akim Demaille <akim@epita.fr>,
5244 Alexandre Duret-Lutz <adl@gnu.org>
5245
5246 Move the token type and YYSTYPE in the parser class.
5247 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
5248 (parser::token): New, from the moved free definition of tokens.
5249 (parser::semantic_value): Now a full definition instead of an
5250 indirection to YYSTYPE.
5251 (b4_post_prologue): No longer included in the header file, but
5252 in the implementation file.
5253 * doc/bison.texi (C+ Language Interface): Update.
5254 * src/parse-gram.y: Support unary %define.
5255 * tests/actions.at: Define global_tokens_and_yystype for backward
5256 compatibility until we update the tests.
5257 * tests/calc.at: Idem.
5258 (first_line, first_column, last_line, last_column): Define for lalr1.cc
5259 to simplify the code.
5260
5261 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
5262
5263 Port to SunOS 4.1.4, which lacks strtoul and strerror.
5264 Ah, the good old days! Problem reported by Peter Klein.
5265 * bootstrap (gnulib_modules): Add strerror, strtoul.
5266 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
5267 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
5268
5269 2005-09-29 Akim Demaille <akim@epita.fr>
5270
5271 * data/c.m4 (b4_error_verbose_if): New.
5272 * data/lalr1.cc: Use it.
5273 (YYERROR_VERBOSE_IF): Remove.
5274 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
5275 parser members, replaced by...
5276 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
5277 local variables.
5278 (yysyntax_error_): Takes the state number as argument.
5279 (yyreduce_print_): Use the argument yyrule, not the former
5280 attribute yyn_.
5281
5282 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
5283
5284 * bootstrap (gnulib_modules): Add verify.
5285 * lib/.cvsignore: Add verify.h.
5286 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
5287 * src/system.h (verify): Remove.
5288 Include verify.h instead.
5289 * src/tables.c (tables_generate): Use new API for 'verify'.
5290
5291 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
5292
5293 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
5294 local variables whose names begin with 'yy'.
5295 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
5296 Trivial changes from Joel E. Denny.
5297
5298 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
5299 it itself.
5300 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
5301 don't use alloca any more.
5302
5303 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
5304 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
5305 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
5306 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
5307 to match yacc.c, to test more hosts.
5308
5309 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
5310
5311 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
5312 doesn't affect behavior.
5313 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
5314 Solaris, AIX, MSC.
5315 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
5316 This works a bit better with glibc, if user code has already included
5317 stdlib.h.
5318 * doc/bison.texinfo (Bison Parser): Document that users can't
5319 arbitrarily use malloc and free for other purposes. Document
5320 that <alloca.h> and <malloc.h> might be included.
5321 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
5322 user must declare alloca.
5323
5324 * HACKING (release): Forwarn the Translation Project about
5325 stable releses.
5326
5327 2005-09-20 Akim Demaille <akim@epita.fr>
5328
5329 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
5330
5331 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
5332
5333 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
5334 (YYSTACK_ALLOC_MAXIMUM): Use it.
5335 (yysyntax_error): New function.
5336 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
5337 multiple syntax errors are reported, and alloca is being used.
5338 Instead, reallocate buffers twice as big each time, so that
5339 we waste at most half the allocated memory. Start with a small
5340 (128-byte) buffer that will suffice in most cases anyway.
5341 Use yysyntax_error to do most of the work.
5342
5343 * doc/bison.texinfo (Error Reporting, Table of Symbols):
5344 yynerrs is the number of errors reported, not the number of
5345 errors encountered.
5346
5347 * tests/glr-regression.at (Duplicated user destructor for lookahead):
5348 Mark it as expected to fail.
5349 Cast result of malloc; problem reported by twlevo@xs4all.nl.
5350 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
5351 Don't start user-code symbols with "yy", to avoid name space problems.
5352
5353 2005-09-19 Akim Demaille <akim@epita.fr>
5354
5355 Remove the traits, failed experiment.
5356 It never proved useful, and anyway because of the current
5357 definition, it was not possible to have several specialization of
5358 this traits, making it useless.
5359 * data/lalr1.cc (yy:traits): Remove.
5360 Inline its definitions in the parser class.
5361
5362 2005-09-19 Akim Demaille <akim@epita.fr>
5363
5364 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
5365 least Mac OSX with a /usr/local install of gettext.
5366
5367 2005-09-19 Akim Demaille <akim@epita.fr>
5368
5369 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
5370 and yytoken for similarity with the other skeletons.
5371
5372 2005-09-19 Akim Demaille <akim@epita.fr>
5373
5374 * NEWS, configure.ac: update version number to 2.1a.
5375
5376 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
5377
5378 * NEWS: Version 2.1.
5379
5380 * NEWS: Remove notice of yytname change, since it was never in an
5381 official release.
5382 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
5383 diagnostic.
5384 * src/output.c (prepare): Likewise.
5385 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
5386 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
5387 is not defined. This is an awful hack, but it's enough for now.
5388 All callers changed.
5389 * tests/glr-regression-at (make_value): Args are const pointers now,
5390 to avoid GCC warning.
5391 (Duplicated user destructor for lookahead): New test. Currently
5392 skipped. It fails on my host but I'm not sure it'll always fail.
5393
5394 2005-09-16 Akim Demaille <akim@epita.fr>
5395
5396 * src/symtab.h (struct symbol): Declare the printer and destructor
5397 as const, to avoid accidental calls to free.
5398 (symbol_destructor_set, symbol_printer_set): Adjust.
5399 * src/symtab.c: Adjust.
5400
5401 2005-09-16 Akim Demaille <akim@epita.fr>
5402
5403 * data/c.m4 (b4_token_enums): New.
5404 (b4_token_defines): Rename as...
5405 (b4_token_enums_defines): this.
5406 (b4_token_defines): New, output only the #defines.
5407 * data/yacc.c, data/glr.c: Adjust.
5408 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
5409 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
5410 as default values.
5411
5412 2005-09-16 Akim Demaille <akim@epita.fr>
5413
5414 * data/lalr1.cc (yylex_): Remove, inline its code.
5415 (yyreport_syntax_error_): Remove, replaced by...
5416 (yysyntax_error_): this which returns a string and leaves to the
5417 caller the call to the users' error function.
5418 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
5419 Move from members of the parser object...
5420 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
5421 to local variables of the parse function.
5422
5423 2005-09-16 Akim Demaille <akim@epita.fr>
5424
5425 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
5426 since it's in Bison's name space.
5427
5428 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
5429
5430 * data/glr.c (yyresolveValue): Add default case to pacify
5431 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
5432
5433 * NEWS: Document when yyparse started to return 2.
5434 * doc/bison.texinfo (Parser Function): Document when yyparse
5435 returns 2.
5436
5437 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
5438 (b4_filename_type): Renamed back from b4_file_name_type. All uses
5439 changed.
5440 (class position): file_name -> filename (reverting). All uses changed.
5441
5442 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
5443
5444 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
5445 do anything if $@ exists. This reverts part of the 2005-07-07
5446 patch.
5447
5448 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
5449
5450 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
5451 contains obsolete information and isn't worth distributing as a
5452 separate file anyway.
5453 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
5454 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
5455 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
5456 (yyparse): Abort if user code uses longjmp to throw an unexpected
5457 value.
5458
5459 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
5460
5461 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
5462 Suggested by twlevo@xs4all.nl.
5463
5464 * data/glr.c (YYCHK1): Do not assume YYE is in range.
5465 This avoids a diagnostic from gcc -Wswitch-enum.
5466 Problem reported by twlevo@xs4all.nl.
5467
5468 * doc/bison.texinfo: Don't use "filename", as per GNU coding
5469 standards. Use "file name" or "file" or "name", depending on
5470 the context.
5471 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
5472 not to hack/foo.tab.c.
5473 (Calc++ Top Level): 2nd arg of main is not const.
5474 * data/glr.c: b4_filename -> b4_file_name.
5475 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
5476 All uses changed.
5477 (class position): filename -> file_name. All uses changed.
5478 * data/yacc.c: b4_filename -> b4_file_name.
5479 * lib/bitset.h: filename -> file_name in local vars.
5480 * lib/bitset_stats.c: Likewise.
5481 * src/files.c: Likewise.
5482 * src/scan-skel.l ("@output ".*\n): Likewise.
5483 * src/files.c (file_name_split): Renamed from filename_split.
5484 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
5485
5486 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
5487
5488 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
5489 to accommodate latest gnulib.
5490
5491 * tests/glr-regression.at (Duplicate representation of merged trees):
5492 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
5493
5494 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
5495 needed.
5496
5497 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
5498
5499 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
5500 All uses changed. Invoke user destructor after an error during a
5501 split parse (trivial change from Joel E. Denny).
5502
5503 * tests/glr-regression.at
5504 (User destructor after an error during a split parse): New test case.
5505 Problem reported by Joel E. Denny in:
5506 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
5507
5508 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
5509
5510 * README-cvs: Give URLs for recommended tools.
5511 Mention Gzip version problem, and bootstrapping issues.
5512 Remove troubleshooting section, as it's somewhat obsolete.
5513
5514 * bootstrap (no_cache): New var, to accommodate different wget
5515 variants. Use it instead of '-C off'. Problem reported by
5516 twlevo@xs4all.nl.
5517
5518 * data/glr.c (yydestroyStackItem): New function.
5519 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
5520 debugging information. Problem reported by Joel E. Denny.
5521
5522 2005-08-25 Akim Demaille <akim@epita.fr>
5523
5524 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
5525
5526 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
5527
5528 * data/glr.c (yyrecoverSyntaxError, yyreturn):
5529 Don't invoke destructor on unresolved entries.
5530 * tests/glr-regression.at
5531 (User destructor for unresolved GLR semantic value): New test case.
5532 Problem reported by Joel E. Denny in:
5533 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
5534
5535 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
5536
5537 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
5538 Add strnlen.c.
5539 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
5540 lib-prefix.m4, po.m4.
5541
5542 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
5543 in yydestruct diagnostic, since it might not be an error.
5544 Problem reported by Joel Denny near end of
5545 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
5546 * data/lalr1.cc (yyerturn): Likewise.
5547 * data/yacc.c (yyreturn): Likewise.
5548 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
5549
5550 * src/files.c: Remove obsolete FIXME comment.
5551
5552 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
5553 with the other templates, and to fix bogus run-on messages such
5554 as the one reported at the end of
5555 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
5556 All callers changed to avoid the newline.
5557 (yyprocessOneStack): Output two lines rather than one, to accommodate
5558 the above change. This changes the debug output format slightly.
5559
5560 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
5561 reported by Joel E. Denny in
5562 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
5563 (trivial change).
5564 * tests/glr-regression.at (Duplicate representation of merged trees):
5565 New test, from Joel E. Denny in:
5566 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
5567 * THANKS: Add Joel E. Denny.
5568
5569 * configure.ac (AC_INIT): Bump to 2.0c.
5570
5571 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
5572
5573 * NEWS: Version 2.0b.
5574
5575 * Makefile.am (SUBDIRS): Put examples before tests, so that
5576 "make check" doesn't finish with "All 1 tests passed".
5577
5578 * tests/regression.at (Token definitions): Don't rely on
5579 AT_PARSER_CHECK for data that contains backslashes. It currently
5580 uses 'echo', and 'echo' isn't portable if its argument contains
5581 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
5582 that the byte '\0xff' is not printable in the C locale; it is,
5583 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
5584 not printable, so use '\0x81' to test.
5585
5586 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
5587 version of GCC, since the macro is used with non-GCC compilers.
5588
5589 Fix core dump reported by Pablo De Napoli in
5590 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
5591 * tests/regression.at (Invalid inputs with {}): New test.
5592 * src/parse-gram.y (token_name): Translate type before using
5593 it as an index.
5594
5595 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
5596 the user's name space. All uses changed to __attribute__
5597 ((__unused__)).
5598 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
5599 Add __attribute__ ((__noreturn__)).
5600
5601 * etc/clcommit: Remove. We weren't using it, and it failed
5602 "make maintainer-distcheck".
5603 * Makefile.maint: Merge from coreutils.
5604 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
5605 (syntax-check-rules): Change list of rules as described below.
5606 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
5607 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
5608 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
5609 (sc_trailing_space): New rules.
5610 (sc_xalloc_h_in_src): Remove.
5611 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
5612 (sc_space_tab, sc_error_exit_success, sc_changelog):
5613 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
5614 (makefile-check, po-check, author_mark_check):
5615 (makefile_path_separator_check, copyright-check):
5616 Use grep -n, to make it easier to find violations.
5617 Use CVS_LIST and CVS_LIST_EXCEPT.
5618 (header_regexp, h_re): Remove.
5619 (dd_c): New macro.
5620 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
5621 (my-distcheck): Use more-modern GCC flags.
5622 (signatures, %.asc): Remove.
5623 (rel-files, announcement): Remove signatures.
5624 Restore old updating code, even though we don't use it, so
5625 that we're the same as coreutils.
5626 (alpha, beta, major): Depend on news-date-check.
5627 Make the upload commands.
5628
5629 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
5630 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
5631 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
5632 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
5633 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
5634 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
5635 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
5636 * tests/sets.at: Likewise.
5637
5638 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
5639 we comment out the Autoconf version number.
5640 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
5641 it's error-prone and "make maintainer-distcheck" rejects it.
5642
5643 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
5644 Indent calls to "error" to pacify "make maintainer-distcheck",
5645 when the calls are not intended to be translated.
5646 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
5647
5648 * src/Makefile.am (DEFS): Use +=, to pacify
5649 "make maintainer-distcheck".
5650 (bison_SOURCES): Add scan-skel.h.
5651 (sc_tight_scope): New rule, from coreutils.
5652
5653 * src/files.c (src_extension, header_extension):
5654 Now static, not extern.
5655 * src/getargs.c (short_options): Likewise.
5656 * src/muscle_tab.c (muscle_table): Likewise.
5657 * src/parse-gram.y (current_class, current_type, current_prec):
5658 Likewise.
5659 * src/reader.c (grammar_end, previous_rule_end): Likewise.
5660 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
5661 * src/main.c (main): Cast bindtextdomain and textdomain calls to
5662 void, to avoid warning when NLS is disabled.
5663 * src/output.c: Include scan-skel.h.
5664 (scan_skel): Remove decl, since scan-skel.h does this.
5665 (output_skeleton):
5666 Indent calls to "error" to pacify "make maintainer-distcheck".
5667 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
5668 * src/reader.h (gram_end, gram_lineno): New decls to pacify
5669 "make maintainer-distcheck".
5670 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
5671 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
5672 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
5673 (skel_lex_destroy, scan_skel): Move these decls to...
5674 * src/scan-skel.h: New file.
5675 * src/uniqstr.c (uniqstr_assert):
5676 Indent calls to "error" to pacify "make maintainer-distcheck".
5677
5678 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
5679 not @VAR@.
5680
5681 * tests/torture.at: Revamp to avoid misuse of atoi that
5682 "make maintainer-distcheck" complained about.
5683
5684 * examples/extexi (message): Don't print a message more than once,
5685 and omit line-number decoration that makes Emacs compile think
5686 that informative messages are worth worrying about.
5687
5688 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
5689
5690 * configure.ac: Update version number.
5691
5692 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
5693 accidentally.
5694 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
5695 autogenerated by the maintainer.
5696 * examples/calc++/.cvsignore: Add *.yy.
5697
5698 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
5699 * lib/bitset_stats.c (bitset_stats_init): Likewise.
5700 * lib/bitsetv.c (bitsetv_alloc): Likewise.
5701
5702 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
5703
5704 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
5705 from maintainer-distcheck about casting the argument of 'free'.
5706
5707 * NEWS: Mention recent yytname changes.
5708 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
5709
5710 * bootstrap: For translations that have not yet been upgraded to
5711 the new runtime-po domain, prime the pump by extracting the
5712 relevant strings from the obsolete translations. This code can be
5713 removed once the bison-runtime domain has been translated by each
5714 team.
5715
5716 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
5717 now that token names are already quoted.
5718
5719 Fix problem reported by Anthony Heading.
5720 * data/glr.c (YYTOKEN_TABLE): New macro.
5721 (yytname): Define if YYTOKEN_TABLE.
5722 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
5723 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
5724 (YYERROR_VERBOSE): Define the same way the other skeletons do.
5725 * src/output.c (prepare_symbols): Output token_table_flag.
5726
5727 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
5728
5729 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
5730 again if the first call fails.
5731
5732 * data/glr.c (yytnamerr): New function.
5733 (yyreportSyntaxError): Use it to dequote most string literals.
5734 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
5735 with other skeletons. All uses changed.
5736 (yytnameerr_): New function.
5737 (yyreport_syntax_error): Use it to dequote most string literals.
5738 * data/yacc.c (yytnamerr): New function.
5739 (yyerrlab): Use it to decode most string literals.
5740 * doc/bison.texinfo (Decl Summary, Calling Convention):
5741 Clarify quoting convention of yytname.
5742 * src/output.c (prepare_symbols): Quote all names. This undoes
5743 the 2005-04-17 change, which is now accomplished (mostly) via
5744 changes in the parsers as described above.
5745 * tests/regression.at (Token definitions, Web2c Actions):
5746 Undo most 2005-04-17 change here, too.
5747
5748 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
5749
5750 Fix more problems reported by twlevo@xs4all.nl.
5751 * tests/cxx-type.at: Don't pipe output of ./types through sed to
5752 remove trailing spaces. This loses the exit status of ./types,
5753 and isn't needed since ./types shouldn't be emitting trailing
5754 spaces.
5755 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
5756 as the stack isn't valid in that case.
5757
5758 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
5759 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
5760 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
5761 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
5762 is used.
5763 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
5764 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
5765 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
5766 Likewise.
5767
5768 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
5769 overly-picky compilers that reject 'char *foo = "bar";'.
5770
5771 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
5772 to FILE * parameter, not to stderr. This fixes a typo introduced
5773 in the 2005-07-12 change.
5774
5775 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
5776 warnings from GCC 4.
5777
5778 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
5779 (yyglrShiftDefer, yysplitStack):
5780 Remove unused parameters b4_pure_formals. All uses changed.
5781 (yyglrShift): Remove unused parameters b4_user_formals.
5782 All uses changed.
5783 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
5784
5785 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
5786
5787 Destructor cleanups and regularization among the three skeletons.
5788 * NEWS: Document the behavior changes.
5789 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
5790 stack before failing, as the cleanup code will do it for us now.
5791 * data/lalr1.cc (yyerrlab): Likewise.
5792 * data/glr.c (yyparse): Pop everything off the stack before
5793 freeing it, so that destructors get called properly.
5794 * data/lalr1.cc (yyreturn): Likewise.
5795 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
5796 This is more consistent.
5797 * doc/bison.texinfo (Destructor Decl): Mention more reasons
5798 why destructors might be called. 1.875 -> 2.1.
5799 (Destructor Decl, Decl Summary, Table of Symbols):
5800 Some English-language cleanups for %destructor.
5801 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
5802 Add output line for destructor of start symbol.
5803 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
5804 because of that same extra output line.
5805
5806 * NEWS: Document minor wording changes in diagnostics of
5807 Bison-generated parsers.
5808 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
5809 Remove unused formals. All uses changed.
5810 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
5811 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
5812 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
5813 Rename yyoverflowab to yyexhaustedlab.
5814 When memory exhaustion occurs during syntax-error reporting,
5815 report it separately rather than in a single diagnostic; this
5816 eases translation.
5817 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
5818 (Memory Exhausted): Renamed from Parser Stack Overflow.
5819 Revamp wording slightly to prefer "memory exhaustion".
5820 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
5821
5822 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
5823
5824 Add i18n support to the GLR skeleton. Partially fix the C++
5825 skeleton; a C++ expert needs to finish this. Remove debugging
5826 msgids; there's little point to having them translated, since they
5827 can be understood only by someone who can read the
5828 (English-language) source code.
5829
5830 Generate runtime-po/bison-runtime.pot automatically, so that we
5831 don't have to worry about garbage getting in that file. We'll
5832 make sure after the next official release that old msgids don't
5833 get lost. See
5834 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
5835
5836 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
5837 Now auto-generated.
5838 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
5839 Fix typos in explanations of the runtime file.
5840 * bootstrap: Change gettext keyword from YYI18N to YY_.
5841 Use standard Makefile.in.in in runtime-po, since we'll arrange
5842 for backward-compatible bison-runtime.po files in a different way.
5843 * data/glr.c (YY_): New macro, from yacc.c.
5844 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
5845 Translate messages intended for users.
5846 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
5847 the wording in the other skeletons. We don't know that the memory
5848 is virtual.
5849 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
5850 Use same method that yacc.c uses.
5851 Don't translate debugging messages.
5852 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
5853 it doesn't work (yet), and requires C++ expertise to fix.
5854 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
5855 Move defn to a more logical place, to be consistent with other
5856 skeletons.
5857 Don't translate debugging messages.
5858 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
5859 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
5860 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
5861 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
5862
5863 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
5864 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
5865 void, not int.
5866 * tests/glr-regression.at (Badly Collapsed GLR States):
5867 Likewise.
5868 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
5869 yylex should return 0 at EOF rather than aborting.
5870
5871 Improve tests for stack overflow in GLR parser.
5872 Problem reported by twlevo@xs4all.nl.
5873 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
5874 All uses removed.
5875 (yyStackOverflow): Just longjmp, but with value 2 so that caller
5876 can handle the problem.
5877 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
5878 (yyparse): New local variable yyresult to record the result.
5879 Use result of setjmp to set it, rather than storing itinto
5880 struct.
5881 (yyDone): Remove label.
5882 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
5883 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
5884 if YYABORT is used).
5885 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
5886 yyparse status; put status > 1 into diagnostic.
5887 Check that status==2 works.
5888 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
5889 Use exit status 3 for failure to open (which shouldn't happen).
5890
5891 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
5892
5893 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
5894 1 on syntax error; just let yyparse do its thing.
5895 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
5896 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
5897 (Exploding the Stack Size with Alloca):
5898 (Exploding the Stack Size with Malloc):
5899 Expect exit status 2, not 1, since the parser is supposed to blow
5900 its stack. Problem reported by twlevo@xs4all.nl.
5901
5902 * data/glr.c (yyparse): Don't assume that the initial calls
5903 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
5904 Print a stack-overflow message and fail instead.
5905 Initialize the line-number information before creating the stack,
5906 so that the stack-overflow message can report line zero safely.
5907
5908 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
5909
5910 Fix problems reported by twlevo@xs4all.nl.
5911 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
5912 (yyuserMerge): Provide a default case if b4_mergers is empty.
5913 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
5914 * tests/glr-regression.at
5915 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
5916 Add casts to pacify C++ compilers.
5917 * tests/glr-regression.at (Improper merging of GLR delayed action
5918 sets): Declare yylex before using it.
5919 * tests/Makefile.am (maintainer-check-g++): Fix a stray
5920 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
5921 test for valgrind; valgrind is independent of g++.
5922 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
5923 for compatibility with POSIX 1003.1-2001 (if running coreutils).
5924 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
5925 Use a destructor, so that we can expand the stack. Change
5926 YYSTYPE to char * so that we can free it. Cast result of malloc.
5927
5928 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
5929
5930 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
5931 a valgrind failure. Problem reported by twlevo@xs4all.nl.
5932
5933 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
5934
5935 * PACKAGING: New file, suggested by Bruno Haible and taken from
5936 similar wording in gettext's PACKAGING file.
5937 * NEWS: Mention PACKAGING.
5938 * Makefile.am (EXTRA_DIST): Add PACKAGING.
5939
5940 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
5941
5942 * NEWS: Document recent i18n improvements.
5943 * bootstrap: Get runtime translations into runtime-po.
5944 Create runtime-po files automatically, if possible.
5945 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
5946 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
5947 does not infringe on the user's name space.
5948 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
5949 * doc/bison.texinfo (Internationalization): Revamp the English
5950 and Texinfo syntax a bit, to try to make it clearer.
5951 (Bison Options, Option Cross Key): Mention --print-localedir.
5952 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
5953 YYENABLE_NLS. Quote a bit more.
5954 * runtime-po/.cvsignore: New file.
5955 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
5956 * runtime-po/Rules-quot: Remove; now created by bootstrap.
5957 * runtime-po/quot.sed: Likewise.
5958 * runtime-po/boldquot.sed: Likewise.
5959 * runtime-po/en@quot.header: Likewise.
5960 * runtime-po/en@boldquot.header: Likewise.
5961 * runtime-po/insert-header.sin: Likewise.
5962 * runtime-po/remove-potcdate.sin: Likewise.
5963 * runtime-po/Makevars: Likewise.
5964 * runtime-po/LINGUAS: Likewise.
5965 * runtime-po/de.po: Likewise; we will rely on the translation project
5966 to maintain this, so "bootstrap" should get it.
5967 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
5968 its value.
5969 * src/main.c (main): Bind the bison-runtime domain, too.
5970
5971 2005-07-12 Bruno Haible <bruno@clisp.org>
5972
5973 * data/yacc.c: Include <libintl.h> when NLS is enabled.
5974 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
5975 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
5976 * runtime-po: New directory.
5977 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
5978 $(DOMAIN).pot-update rule, so that old messages are never dropped.
5979 * runtime-po/Rules-quot: New file, copied from po/.
5980 * runtime-po/quot.sed: Likewise.
5981 * runtime-po/boldquot.sed: Likewise.
5982 * runtime-po/en@quot.header: Likewise.
5983 * runtime-po/en@boldquot.header: Likewise.
5984 * runtime-po/insert-header.sin: Likewise.
5985 * runtime-po/remove-potcdate.sin: Likewise.
5986 * runtime-po/Makevars: New file.
5987 * runtime-po/POTFILES.in: New file.
5988 * runtime-po/LINGUAS: New file.
5989 * runtime-po/bison-runtime.pot: New file.
5990 * runtime-po/de.po: New file.
5991 * m4/bison.m4: New file.
5992 * Makefile.am (SUBDIRS): Add runtime-po.
5993 (aclocaldir, aclocal_DATA): New variables.
5994 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
5995 Define aclocaldir.
5996 * src/getargs.c (usage): Document --print-localedir option.
5997 (PRINT_LOCALEDIR_OPTION): New enum item.
5998 (long_options): Add --print-localedir option.
5999 (getargs): Handle --print-localedir option.
6000 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
6001 (Internationalization): New section.
6002
6003 2005-07-12 Akim Demaille <akim@epita.fr>
6004
6005 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
6006 for consistency with the rest of the code.
6007 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
6008 Add separators.
6009
6010 2005-07-12 Akim Demaille <akim@epita.fr>
6011
6012 * src/parse-gram.y: Use %printer instead of YYPRINT.
6013
6014 2005-07-12 Akim Demaille <akim@epita.fr>
6015
6016 * src/symtab.h, src/symtab.c (symbol_print): New.
6017 * src/symlist.h, src/symlist.c (symbol_list_print): New.
6018 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
6019
6020 2005-07-12 Akim Demaille <akim@epita.fr>
6021
6022 * data/glr.c (b4_syncline): Fix (swap) the definitions of
6023 b4_at_dollar and b4_dollar_dollar.
6024
6025 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
6026
6027 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
6028 and Pennello's paper.
6029
6030 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
6031
6032 * data/yacc.c (yyparse): Undo previous patch. Instead,
6033 set yylsp[0] and yyvsp[0] only if the initial action
6034 sets yylloc and yylval, respectively.
6035
6036 * data/yacc.c (yyparse): In the initial action, set
6037 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
6038 This avoids the use of undefined variables if the initial
6039 action does not set yylloc and/or yylval.
6040
6041 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
6042
6043 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
6044 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
6045 Remove from CVS. These files are automatically generated.
6046 * examples/extexi: Clarify that this file is now part of Bison,
6047 not GNU M4, and that it works with any POSIX-compatible Awk.
6048 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
6049 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
6050 so that we also get calc++-parser.yy. Geneate it.
6051 Use $(AWK), not gawk, since any conforming Awk will do.
6052 Put comment before action, since older 'make' can't handle comment
6053 in action.
6054 $(BUILT_SOURCES): List all built sources, not just some of them.
6055 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
6056 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
6057 $($(calc_sources_generated)): Remove unnecessary test for existence
6058 of target. (This had a shell syntax error anyway; a stray "x".)
6059 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
6060 calc++-parser.yy.
6061 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
6062
6063 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
6064 implied by the other modules.
6065
6066 2005-07-06 Akim Demaille <akim@epita.fr>
6067
6068 Bind examples/calc++ to the package.
6069 * examples/calc++/Makefile: Remove, replaced by...
6070 * examples/calc++/Makefile.am: ... this new file.
6071 * examples/calc++/test: Remove input.
6072 * examples/calc++/compile: Remove.
6073 * examples/Makefile.am: New.
6074 * configure.ac, Makefile.am: Adjust.
6075 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
6076
6077 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
6078
6079 * data/glr.c (yyFail): Drastically simplify; since the format argument
6080 never had any % directives, we can simply pass it to yyerror.
6081 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
6082 be modified later, as that is the usual style in glr.c.
6083 Problems reported by Paul Hilfinger.
6084
6085 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
6086 and size overflow errors.
6087 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
6088 in case the user prolog sets feature-test macros like _GNU_SOURCE.
6089 (YYSIZEMAX): New macro.
6090 (yystpcpy): New function, taken from yacc.c.
6091 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
6092 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
6093 so that we don't have to maintain their signatures.
6094 (yyFail): Check for buffer overflow, by using vsnprintf rather
6095 than vsprintf. Allocate a bigger buffer if possible.
6096 Report an error if buffer allocation fails.
6097 (yyStackOverflow): New function.
6098 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
6099 the initialization was successful. It might fail if storage was
6100 exhausted.
6101 (yyexpandGLRStack): Add more checks for storage allocation failure.
6102 Use yyStackOverflow to report failures.
6103 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
6104 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
6105 Don't assume stack number fits in int.
6106 (yysplitStack): Check for storage allocation failure.
6107 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
6108 can print diagnostics on storage allocation failure. All callers
6109 changed.
6110 (yyresolveValue): Use yybool for boolean.
6111 (yyreportSyntaxError): Check for size-calculation overflow.
6112 This code is taken from yacc.c.
6113 (yyparse): Check for storage allocation errors when allocating
6114 the initial stack.
6115
6116 2005-07-05 Akim Demaille <akim@epita.fr>
6117
6118 Extract calc++ from the documentation.
6119 * doc/bison.texinfo (Calc++): Add the extraction marks.
6120 * examples/extexi: New, from the aborted GNU Programming 2E.
6121 Separate the different paragraph of a file with empty lines.
6122 * examples/Makefile: Use it to extract the whole calc++ example.
6123
6124 2005-06-24 Akim Demaille <akim@epita.fr>
6125
6126 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
6127 class typedefs.
6128
6129 2005-06-22 Akim Demaille <akim@epita.fr>
6130
6131 * doc/bison.texinfo (C++ Language Interface): First stab.
6132 (C++ Parsers): Remove.
6133
6134 2005-06-22 Akim Demaille <akim@epita.fr>
6135
6136 * data/lalr1.cc (yylex_): Honor %lex-param.
6137
6138 2005-06-22 Akim Demaille <akim@epita.fr>
6139
6140 Start a set of simple examples.
6141 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
6142 * examples/calc++/calc++-driver.hh,
6143 * examples/calc++/calc++-parser.yy,
6144 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
6145 * examples/calc++/compile, examples/calc++/test: New.
6146
6147 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
6148
6149 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
6150 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
6151 which stems from the 2005-05-27 patch.
6152
6153 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
6154
6155 * data/glr.c: Modify treatment of unused parameters to permit use
6156 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
6157
6158 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
6159
6160 Fix infringement on user name space reported by Janos Zoltan Szabo.
6161 * data/yacc.c (yyparse): strlen -> yystrlen.
6162
6163 2005-05-30 Akim Demaille <akim@epita.fr>
6164
6165 * data/lalr1.cc (_): New.
6166 Translate the various messages.
6167
6168 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
6169
6170 Fix infringement on user name space reported by Bruno Haible.
6171 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
6172 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
6173 the user's name space.
6174 (alloca): Include <stdlib.h> to get it, if it's not built in.
6175 (YYMALLOC, YYFREE): Define only if needed.
6176 (malloc, free): Declare, but only if needed, as this infringes on
6177 the user name space.
6178
6179 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
6180
6181 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
6182 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
6183 with %d format.
6184 * lib/ebitset.c (min, max): Undef before defining.
6185 * lib/vbitset.c (min, max): Likewise.
6186 * lib/subpipe.c (create_subpipe): Save local variables in case
6187 vfork clobbers them.
6188
6189 2005-05-24 Bruno Haible <bruno@clisp.org>
6190
6191 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
6192 error message syntax used by gcc-4.0.
6193
6194 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
6195
6196 * README: Mention m4 1.4.3. Remove obsolete advice about
6197 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
6198
6199 * bootstrap: Remove workaround for problem I encountered with
6200 gettext 0.14.1; it seems to be fixed now.
6201
6202 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
6203
6204 * NEWS: Version 2.0a.
6205
6206 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
6207 the previous change.
6208
6209 Various maintainer cleanups.
6210 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
6211 conftest*, for benefit of CVS commands run at the same time as
6212 "configure". Add build-aux, since "bootstrap" now creates it and
6213 its subfiles.
6214 * Makefile.cfg (move_if_change): Remove.
6215 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
6216 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
6217 (po_repo, do-po-update, po-update, wget_files, get-targets):
6218 (config.guess-url_prefix, config.sub-url_prefix):
6219 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
6220 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
6221 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
6222 Remove.
6223 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
6224 this is now the recommended name.
6225 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
6226 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
6227 ylwrap. These files now go into build-aux.
6228 * config/move-if-change: Remove.
6229 * config/prev-version.txt: Bump from 1.75 to 2.0.
6230
6231 * bootstrap: Add stdio-safer, unistd-safer modules.
6232 Remove m4/glibc2.m4 (introduced by latest gnulib, but
6233 we don't need it).
6234 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
6235 fopen-safer.c, stdio-safer.h, unistd-safer.h.
6236 * lib/subpipe.c: Include "unistd-safer.h".
6237 (create_subpipe): Make sure all the newly-created
6238 file descriptors are > 2, so that diagnostics don't
6239 get sent down them (which might cause Bison to hang, in theory).
6240 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
6241 * src/files.c (xfopen): Use fopen_safer, not fopen.
6242
6243 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
6244 yesterday's yacc.c fix.
6245
6246 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
6247
6248 * data/glr.c, data/lalr1.cc: Update copyright date.
6249
6250 Fix a destructor bug reported by Wolfgang Spraul in
6251 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
6252 * data/yacc.c (yyabortlab): Don't call destructor, and
6253 don't set yychar to EMPTY.
6254 (yyoverflowlab): Don't call destructor.
6255 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
6256 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
6257 since we no longer output the message "discarding lookahead token
6258 end of input ()".
6259
6260 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
6261
6262 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
6263 fix a small glitch in debugging output.
6264 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
6265 after YY_SYMBOL_PRINT where needed.
6266
6267 (struct yyGLRState): Add some comments.
6268 (struct yySemanticOption): Add some comments.
6269 (union yyGLRStackItem): Add comment.
6270
6271 (yymergeOptionSets): Correct this to properly perform the union,
6272 avoiding infinite reported by Michael Rosien.
6273 Update comment.
6274
6275 * tests/glr-regression.at: Add test for GLR merging error reported
6276 by M. Rosien.
6277
6278 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
6279
6280 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
6281 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
6282 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
6283 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
6284 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
6285 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
6286 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
6287 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
6288 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
6289 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
6290 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
6291 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
6292 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
6293 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
6294 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
6295 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
6296 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
6297 src/derives.h, src/files.c, src/files.h, src/getargs.c,
6298 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
6299 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
6300 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
6301 src/output.h, src/parse-gram.c, src/parse-gram.h,
6302 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
6303 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
6304 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
6305 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
6306 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
6307 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
6308 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
6309 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
6310 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
6311 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
6312 tests/reduce.at, tests/regression.at, tests/sets.at,
6313 tests/synclines.at, tests/testsuite.at, tests/torture.at:
6314 Update FSF postal mail address.
6315
6316 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
6317
6318 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
6319 Problem reported by Ralf Menzel.
6320
6321 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
6322
6323 * tests/actions.at: Test that stack overflow invokes destructors.
6324 From Marcus Holland-Moritz.
6325 * data/yacc.c (yyerrlab): Move the code that destroys the stack
6326 from here....
6327 (yyreturn): to here. That way, destructors are called properly
6328 even if the stack overflows, or the user calls YYACCEPT or
6329 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
6330 (yyoverflowlab): Destroy the lookahead.
6331
6332 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
6333
6334 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
6335
6336 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
6337
6338 * NEWS: Bison-generated C parsers no longer quote literal strings
6339 associated with tokens.
6340 * src/output.c (prepare_symbols): Don't escape strings,
6341 since users don't want to see C escapes.
6342 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
6343 in diagnostics.
6344 * tests/input.at (Torturing the Scanner): Likewise.
6345 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
6346
6347 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
6348
6349 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
6350 the data size is known to be too small and we can't increase it.
6351 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
6352
6353 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
6354
6355 * src/parse-gram.y: Include quotearg.h.
6356 (string_as_id): Quote $1 before using it as a key, since the
6357 lexer no longer quotes it for us.
6358 (string_content): Don't strip quotes, since lexer no longer
6359 quotes it for us.
6360 * src/scan-gram.l: Include quotearg.h.
6361 ("\""): Omit quote.
6362 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
6363 a key, since the rest of the lexer doesn't quote it.
6364 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
6365 * tests/regression.at (Token definitions): Check for backslashes
6366 in token strings.
6367
6368 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
6369 (YYSIZE_T): Define to unsigned long int when using an older compiler.
6370 (yyparse): Revamp code to generate long syntax error message, to
6371 make it easier to translate, and to avoid problems with arithmetic
6372 overflow. Change "virtual memory" to "memory" in diagnostic, since
6373 we don't know whether the memory is virtual.
6374
6375 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
6376
6377 * NEWS: Bison-generated C parsers now use the _ macro to
6378 translate strings.
6379 * data/yacc.c (_) [!defined _]: New macro.
6380 All English strings wrapped inside this macro.
6381 * doc/bison.texinfo (Bison Parser): Document _.
6382 * po/POTFILES.in: Include src/parse-gram.c, since it now
6383 includes translateable strings that parse-gram.y doesn't.
6384
6385 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
6386
6387 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
6388 reverting the 2004-10-11 change to this function.
6389 (symbol_check_alias_consistency): Don't call symbol_type_set
6390 if the type name is already correct.
6391 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
6392
6393 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
6394
6395 * tests/regression.at (Token definitions): Don't use a token named
6396 c, as that generates a "#define c ..." that runs afoul of buggy
6397 stdlib.h that uses the identifier c as a member of struct
6398 drand48_data. Problem reported by Horst Wente.
6399
6400 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
6401
6402 * bootstrap: Change translation URL from
6403 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
6404 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
6405 redirection glitches. Problem reported by twlevo@xs4all.nl.
6406
6407 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
6408
6409 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
6410 after operands; POSIX says this isn't portable for the c99 command.
6411
6412 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
6413
6414 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
6415 immediately if a data overrun has occurred; this may help us track
6416 down what may be a spurious failure on MacOS.
6417
6418 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
6419
6420 Respond to problems reported by twlevo@xs4all.nl.
6421
6422 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
6423
6424 * src/vcg.h: Comment fix.
6425 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
6426 (G_CMAX): Change to -1 instead of INT_MAX.
6427
6428 * data/yacc.c (yyparse): Omit spaces before #line.
6429
6430 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
6431
6432 * src/tables.c (state_number_to_vector_number): Put it inside an
6433 "#if 0", since it's not currently used. Problem reported by
6434 Roland McGrath.
6435
6436 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
6437
6438 * src/output.c (escaped_output): Renamed from
6439 escaped_file_name_output, since we now use it for symbol tags as
6440 well. All uses changed.
6441 (symbol_destructors_output, symbol_printers_output):
6442 Escape symbol tags too.
6443 Problem reported by Matyas Forstner in
6444 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
6445
6446 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
6447 not needed.
6448 * src/output.c (user_actions_output, token_definitions_output,
6449 symbol_destructors_output, symbol_printers_output): Likewise.
6450 * src/reader.c (prologue_augment): Likewise.
6451 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
6452
6453 * src/vcg.c (output_edge): Don't quote linestyle arg.
6454 Problem reported by twlevo@xs4all.nl.
6455
6456 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
6457
6458 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
6459 example, reported by Derek M Jones. Also, make the example even
6460 more outrageous, to better illustrate how bad the problem is.
6461
6462 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
6463
6464 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
6465 putsym. Typo reported by Sebastian Piping.
6466
6467 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
6468
6469 * doc/bison.texinfo (Language and Grammar): some -> same
6470 (Epilogue): int he -> in the
6471 Typos reported by Sebastian Piping via Justin Pence.
6472
6473 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
6474
6475 * tests/glr-regression.at (Improper handling of embedded actions
6476 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
6477 embedded actions and $-N in GLR parsers", work around an Autoconf bug
6478 with dollar signs in test names.
6479 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
6480 for a similar reason.
6481
6482 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
6483
6484 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
6485 wants to redefine G_VIEW.
6486
6487 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
6488
6489 * src/vcg.c (get_view_str): Remove case for normal_view.
6490 Problem reported by twlevo@xs4all.nl.
6491
6492 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
6493
6494 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
6495 Problem reported by twlevo@xs4all.nl.
6496
6497 * doc/bison.texinfo: Change @dircategory from "GNU programming
6498 tools" to "Software development". Requested by Richard Stallman
6499 via Karl Berry.
6500
6501 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
6502
6503 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
6504 Problem reported by twlevo@xs4all.nl.
6505
6506 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
6507
6508 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
6509 keyword; it's not needed with modern compilers, and it doesn't
6510 affect correctness with older compilers. Suggested by
6511 twlevo@xs4all.nl.
6512
6513 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
6514
6515 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
6516 gcc -Wswitch-default.
6517 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
6518 * data/yacc.c (yyparse): Likewise.
6519
6520 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
6521
6522 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
6523 already. Let config.h define any nonstandard values.
6524
6525 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
6526
6527 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
6528 for the benefit of slower hosts. Problem reported by
6529 Nelson H. F. Beebe.
6530
6531 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
6532
6533 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
6534 being defined and not used.
6535 * data/lalr1.cc (yyparse): Likewise.
6536 Use "if (false)" rather than "if (0)".
6537
6538 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
6539
6540 * TODO: Mention that we should allow NUL bytes in tokens.
6541
6542 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
6543
6544 * src/scan-skel.l (<<EOF>>): Don't close standard output.
6545 Problem reported by Hans Aberg.
6546
6547 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
6548
6549 * src/getargs.c (version): Happy new year; update overall
6550 program copyright date from 2004 to 2005.
6551
6552 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
6553 Problem reported by Hans Aberg.
6554 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
6555 (Output file names.): Add a test for the case when standard output
6556 is closed.
6557
6558 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
6559
6560 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
6561 to fix an oversight in the Bison 2.0 manual.
6562
6563 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
6564
6565 * NEWS: Version 2.0. Reformat the existing news items since
6566 1.875, so that related items are grouped together.
6567 * configure.ac (AC_INIT): Bump version to 2.0.
6568 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
6569
6570 * tests/torture.at (Exploding the Stack Size with Alloca): Set
6571 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
6572 otherwise, we're not testing alloca. Unfortunately there's no
6573 simple way to consult HAVE_ALLOCA here.
6574
6575 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
6576 for yymsg, too.
6577
6578 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
6579 hand. This avoids a warning about comparing int to size_t when
6580 GCC warnings are enabled.
6581
6582 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
6583
6584 * NEWS: Bison-generated parsers no longer default to using the
6585 alloca function (when available) to extend the parser stack, due
6586 to widespread problems in unchecked stack-overflow detection.
6587 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
6588 responsibility to set it to a positive value. This lets the user
6589 specify a value that is not a preprocessor constant.
6590 * data/yacc.c (YYMAXDEPTH): Likewise.
6591 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
6592 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
6593 to be a compile-time constant. However, explain the constraints on it.
6594 Also, explain the constraints on YYINITDEPTH.
6595 (Table of Symbols): Explain that alloca is no longer the default.
6596 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
6597 to 1.
6598
6599 * doc/bison.texinfo (Location Default Action): Mention that n must
6600 be zero when k is zero. Suggested by Frank Heckenbach.
6601
6602 2004-12-22 Akim Demaille <akim@epita.fr>
6603
6604 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
6605 (parser::state_type, parser::semantic_type, parser::location_type):
6606 Private, not public.
6607 (parser::parse): Return ints, not bool.
6608 Returning a bool introduces a problem: 0 corresponds to false, and
6609 it seems weird to return false on success. Returning true changes
6610 the conventions for yyparse.
6611 Alternatively we could return void and send an exception.
6612 There is no clear consensus (yet?).
6613 (state_stack, semantic_stack, location_stack): Rename as...
6614 (state_stack_type, semantic_stack_type, location_stack_type): these.
6615 Private, not public.
6616 * tests/c++.at: New.
6617 * tests/testsuite.at, tests/Makefile.am: Adjust.
6618
6619 2004-12-21 Akim Demaille <akim@epita.fr>
6620
6621 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
6622
6623 2004-12-21 Akim Demaille <akim@epita.fr>
6624
6625 Don't impose std::string for filenames.
6626
6627 * data/lalr1.cc (b4_filename_type): New.
6628 (position::filename): Use it.
6629 (parser.hh): Move the inclusion of stack.hh and location.hh below
6630 the user code, so that needed headers for the filename type can be
6631 included first.
6632 Forward declare them before the user code.
6633 * tests/Makefile.am (check-local, installcheck-local): Pass
6634 TESTSUITEFLAGS to the TESTSUITE.
6635
6636 2004-12-20 Akim Demaille <akim@epita.fr>
6637
6638 Use more STL like names: my_class instead of MyClass.
6639
6640 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
6641 (SemanticStack, SemanticType, StateStack, StateType)
6642 (TokenNumberType, Stack, Slice, Traits, Parser::location)
6643 (Parser::value): Rename as...
6644 (location_stack, location_type, rhs_number_type, semantic_stack)
6645 (semantic_type, state_stack, state_type, token_number_type, stack)
6646 (slice, traits, parser::yylloc, parser::yylval): these.
6647
6648 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
6649
6650 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
6651
6652 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
6653 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
6654
6655 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
6656
6657 Remove uses of 'short int' and 'unsigned short int'. This raises
6658 some arbitrary limits. It uses more memory but nowadays that's
6659 not much of an issue.
6660
6661 This change does not affect the generated parsers; that's a different
6662 task, as some users will want to conserve memory there.
6663
6664 Ideally we should use size_t to represent all object counts, and
6665 something like ptrdiff_t to represent signed differences of object
6666 counts; but that will require more code-cleanup than I have the
6667 time to do right now.
6668
6669 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
6670 Use size_t, not int or short int, to count objects.
6671 * src/closure.c (nritemset, closure): Likewise.
6672 * src/closure.h (nritemset, closure): Likewise.
6673 * src/nullable.c (nullable_compute): Likewise.
6674 * src/print.c (print_core): Likewise.
6675 * src/print_graph.c (print_core): Likewise.
6676 * src/state.c (state_compare, state_hash): Likewise.
6677 * src/state.h (struct state): Likewise.
6678 * src/tables.c (default_goto, goto_actions): Likewise.
6679
6680 * src/gram.h (rule_number, rule): Use int, not short int.
6681 * src/output.c (prepare_rules): Likewise.
6682 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
6683 errs, reductions): Likewise.
6684 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
6685 Likewise.
6686 * src/tables.c (vector_number, tally, action_number,
6687 ACTION_NUMBER_MINIMUM): Likewise.
6688 * src/output.c (muscle_insert_short_int_table): Remove.
6689
6690 2004-12-17 Akim Demaille <akim@epita.fr>
6691
6692 * data/lalr1.cc: Extensive Doxygenation.
6693 (error_): Rename as...
6694 (error): this, since it is visible to the user.
6695 Adjust callers.
6696 (Parser::message): Now an automatic variable from...
6697 (Parser::yyreport_syntax_error_): here.
6698 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
6699 Parser::error.
6700 * tests/input.at: Escape $.
6701
6702 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
6703
6704 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
6705 Parenthesize rhs to avoid obscure problems with mistakes like
6706 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
6707 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
6708 b4_rhs_location): Likewise.
6709 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
6710 b4_rhs_location): Likewise.
6711
6712 2004-12-16 Akim Demaille <akim@epita.fr>
6713
6714 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
6715 yacc.c: be sure to stay within yycheck_.
6716 * tests/actions.at: Re-enable C++ tests.
6717
6718 2004-12-16 Akim Demaille <akim@epita.fr>
6719
6720 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
6721 real.
6722
6723 2004-12-16 Akim Demaille <akim@epita.fr>
6724
6725 Use #define to handle the %name-prefix.
6726
6727 * data/glr.c, data/yacc.c: Comment changes.
6728 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
6729 so that one can refer to yylex in the parser file, and have it
6730 renamed, as is the case with other skeletons.
6731
6732 2004-12-16 Akim Demaille <akim@epita.fr>
6733
6734 Move lalr1.cc internals into yy*.
6735
6736 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
6737 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
6738 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
6739 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
6740 (empty_, final_, terror_, errcode_, ntokens_)
6741 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
6742 (looka_, ilooka_, error_range_, nerrs_):
6743 Rename as...
6744 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
6745 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
6746 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
6747 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
6748 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
6749 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
6750 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
6751 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
6752 these.
6753
6754 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
6755
6756 Fix some problems reported by twlevo at xs4all.
6757 * src/symtab.c (symbol_new): Report an error if the input grammar
6758 contains too many symbols. This is better than calling abort() later.
6759 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
6760 (struct node, struct graph):
6761 Rename member expand to stretch. All uses changed.
6762 (struct graph): Remove member layoutalgorithm. All uses removed.
6763 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
6764 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
6765 All uses changed.
6766 (N_STRETCH): Rename from N_EXPAND. All uses changed.
6767
6768 2004-12-15 Akim Demaille <akim@epita.fr>
6769
6770 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
6771 Add more Doxygen comments.
6772 (symprint_, stack_print_, reduce_print_, destruct_, pop)
6773 (report_syntax_error_, translate_): Rename as...
6774 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
6775 (yypop_, yyreport_syntax_error_, yytranslate_): this.
6776
6777 2004-12-15 Akim Demaille <akim@epita.fr>
6778
6779 * data/lalr1.cc (lex_): Rename as...
6780 (yylex_): this.
6781 Move the trace here.
6782 Take the %name-prefix into account.
6783 Reported by Alexandre Duret-Lutz.
6784
6785 2004-12-15 Akim Demaille <akim@epita.fr>
6786
6787 Simplify the C++ parser constructor.
6788
6789 * data/lalr1.cc (debug_): Rename as...
6790 (yydebug_): so that the parser's internals are always in the yy*
6791 pseudo namespace.
6792 Adjust uses.
6793 (b4_parse_param_decl): Remove the leading comma as it is now only
6794 called as unique argument list.
6795 (Parser::Parser): Remove the constructor accepting a location and
6796 an initial debugging level.
6797 Remove from the other ctor the argument for the debugging level.
6798 (debug_level_type, debug_level, set_debug_level): New.
6799
6800 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
6801 constructor calls.
6802
6803 2004-12-15 Akim Demaille <akim@epita.fr>
6804
6805 Remove b4_root related material: failure experiment
6806 (which goal was to allow to derive from a class).
6807
6808 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
6809 definitions and uses.
6810
6811 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
6812
6813 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
6814 not 2, since it's not portable to subtract 1 from the start of an
6815 array. The new item 0 is never set or used. All uses changed.
6816
6817 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
6818 the default definition of YYLLOC_DEFAULT. Problem reported
6819 by Frank Heckenbach.
6820
6821 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
6822
6823 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
6824 the normal case and one for the error case. Just use the
6825 first one uniformly. Problem reported by Frank Heckenbach.
6826 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
6827 use exactly the same macro in both places.
6828 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
6829 so that the normal-case YYRHSLOC works for the error case too.
6830 All uses changed.
6831 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
6832 (YYLLOC_DEFAULT): Use the same macro as glr.c.
6833 * doc/bison.texinfo (Location Default Action): Don't claim that
6834 we have an array of locations. Use the same macro for both glr
6835 and lalr parsers. Mention YYRHSLOC. Mention what happens when
6836 the index is 0.
6837
6838 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
6839
6840 * HACKING: Update email addresses to send announcements to.
6841
6842 * configure.ac (AC_INIT): Bump version to 1.875f.
6843
6844 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
6845
6846 * NEWS: Version 1.875e.
6847 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
6848
6849 * src/scan-skel.l: Include "complain.h", for "fatal".
6850
6851 * src/relation.h (relation_print, relation_digraph):
6852 Relation sizes are of type relation_node, not size_t (this is
6853 merely a doc fix, since the two types are equivalent).
6854 (relation_transpose): Relation sizes are of type relation_node,
6855 not int.
6856 * src/relation.c: Likewise.
6857 (top, infinity): Now of type relation_node, not int.
6858 (traverse, relation_transpose): Use relation_node, not int.
6859
6860 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
6861 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
6862 (yyparse): Remove unused local introduced in 2004-10-25 patch.
6863
6864 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
6865 specifying whether the test should be skipped. Use it tp
6866 specify that the [%defines %skeleton "lalr1.cc"] tests currently
6867 fail on some hosts, and should be skipped.
6868
6869 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
6870
6871 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
6872 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
6873 unless otherwise specified below.
6874
6875 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
6876 to allocate kernel_base, kernel_items, kernel_size, since
6877 they needn't be initialized to 0.
6878 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
6879 * src/closure.c (new_closure): Likewise, for itemset.
6880 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
6881 * src/lalr.c (set_goto_map): Likewise, for temp_map.
6882 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
6883 (build_relations): Likewise for edge, states1, includes.
6884 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
6885 * src/reader.c (packgram): Likewise, for ritem, rules.
6886 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
6887 * src/relation.c (relation_digraph): Likewise for VERTICES.
6888 (relation_transpose): Likewise for new_R, end_R.
6889 * src/symtab.c (symbols_token_translations_init): Likewise for
6890 token_translations.
6891 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
6892 (token_actions): Likewise for yydefact, actrow, conflrow,
6893 conflict_list.
6894 (save_column): Likewise for froms[symno], tos[symno].
6895 (goto_actions): Likewise for state_count.
6896 (pack_table): Likewise for base, pos, check.
6897 (tables_generate): Likewise for width.
6898
6899 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
6900 for initial core. Just have a separate core, so we needn't worry
6901 about whether kernel_size and kernel_base are initialized.
6902
6903 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
6904 kernel_size, kernel_items): Remove unnecessary initialization.
6905 * src/conflicts.c (conflicts): Likewise.
6906 * src/derives.c (derives): Likewise.
6907 * src/muscle_tablc (muscle_insert): Likewise.
6908 * src/relation.c (relation_digraph): Likewise.
6909 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
6910 conflrow, conflict_table, conflict_list, table, check):
6911 Likewise.
6912
6913 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
6914 This is because all callers pass unsigned int.
6915 * src/closure.h (new_closure): Likewise.
6916
6917 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
6918 (build_relations): Initialize includes[i] in all cases.
6919 * src/reader.c (packgram): Always initialize rules[ruleno].prec
6920 and rules[ruleno].precsym. Initialize members in order.
6921 * src/relation.c (relation_transpose): Always initialize new_R[i]
6922 and end_R[i].
6923 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
6924
6925 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
6926 conflict_list[0] was always 0, but now it isn't initialized.
6927
6928 * src/table.c (table_grow): When conflict_table grew, the grown
6929 area wasn't cleared. Fix this.
6930
6931 * lib/.cvsignore: Add strdup.c, strdup.h.
6932 * m4/.cvsignore: Add strdup.m4.
6933
6934 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
6935
6936 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
6937 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
6938 GOTO_NUMBER_MAXIMUM, since we occasionally compute
6939 ngotos + 1 without checking for overflow.
6940 (build_relations): Use END_NODE, not -1, to denote end of edges.
6941 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
6942 build_relations): Use goto_number, not int, for goto numbers.
6943 * src/tables.c (save_column, default_goto): Likewise.
6944
6945 2004-11-23 Akim Demaille <akim@epita.fr>
6946
6947 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
6948 of #defining from yystype.
6949 Don't typedef yystype, C++ does not need it.
6950 This lets it possible to forward declare it as union.
6951
6952 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
6953
6954 * bootstrap (gnulib_modules): Add extensions.
6955 Problem reported by Jim Meyering.
6956
6957 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
6958
6959 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
6960 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
6961 src/system.h, src/tables.c: XFREE -> free, to accommodate
6962 recent change to gnulib xalloc.h.
6963 Problem reported by Jim Meyering.
6964
6965 2004-11-17 Akim Demaille <akim@epita.fr>
6966
6967 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
6968
6969 2004-11-17 Akim Demaille <akim@epita.fr>,
6970 Alexandre Duret-Lutz <adl@gnu.org>
6971
6972 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
6973 changes.
6974 (YYCDEBUG): Adjust.
6975 Use it instead of cdebug_.
6976 (Parser::debug_stream, Parser::set_debug_stream): New.
6977 (Parser::symprint_): Define cdebug_ for temporary backward
6978 compatibility.
6979 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
6980 debug_stream ().
6981
6982 2004-11-17 Akim Demaille <akim@epita.fr>
6983
6984 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
6985 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
6986 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
6987 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
6988
6989 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
6990
6991 * data/glr.c (yyloc_default): Remove; not used.
6992 Problem reported by Frank Heckenbach.
6993
6994 2004-10-25 Akim Demaille <akim@epita.fr>
6995
6996 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
6997 Introduce another definition to address simple location arrays.
6998 (yyGLRStack): New member: yyerror_range.
6999 (yyrecoverSyntaxError, yyparse): Update it.
7000 (yyrecoverSyntaxError): Use it when shifting the error token to
7001 have an accurate range, equivalent to the one computed by both
7002 yacc.c and lalr1.cc.
7003 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
7004 that column numbers start at column 0, as per GNU Coding
7005 Standards, the others tests, and the doc.
7006 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
7007 Adjust to the above change (first column is 0).
7008 And adjust the location of the "<error>", now covering the whole
7009 line.
7010
7011 2004-10-22 Akim Demaille <akim@epita.fr>
7012 and Paul Eggert <eggert@cs.ucla.edu>
7013
7014 Remove some arbitrary limits on goto numbers and relations.
7015 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
7016 initial values, since they're never used.
7017 (set_goto_map): ngotos is now unsigned, so test for overflow
7018 by seeing whether it wraps around to zero.
7019 * src/lalr.h (goto_number): Now size_t, not short int.
7020 (GOTO_NUMBER_MAXIMUM): Remove.
7021 * src/relation.c (relation_print, traverse, relation_transpose):
7022 Check for END_NODE rather than looking at sign.
7023 * src/relation.h (END_NODE): New macro.
7024 (relation_node): Now size_t, not short int.
7025
7026 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
7027
7028 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
7029 keyword, not an identifier. Problem reported by Baron Schwartz in
7030 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
7031
7032 2004-10-11 Akim Demaille <akim@epita.fr>
7033
7034 * src/symtab.c (symbol_check_alias_consistency): Also check
7035 type names, destructors, and printers.
7036 Reported by Alexandre Duret-Lutz.
7037 Recode the handling of associativity and precedence in terms
7038 of symbol_precedence_set.
7039 Accept no redeclaration at all, not even equal to the previous
7040 value.
7041 (redeclaration): New.
7042 Use it to factor redeclaration complaints.
7043 (symbol_make_alias): Don't set the type of the alias, let
7044 symbol_check_alias_consistency do it as for other features.
7045 * src/symtab.h (symbol): Add new member prec_location, and
7046 type_location.
7047 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
7048 * tests/input.at (Incompatible Aliases): New.
7049
7050 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
7051
7052 .cvsignore fixes to accommodate gnulib changes,
7053 and the practice of naming build directories "_build".
7054 * .cvsignore: Add "_*". Sort.
7055 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
7056 * m4/.cvsignore: Add "*_gl.m4".
7057
7058 2004-10-06 Akim Demaille <akim@epita.fr>
7059
7060 * src/parse-gram.y (add_param): Fix the truncation of trailing
7061 spaces.
7062
7063 2004-10-05 Akim Demaille <akim@epita.fr>
7064
7065 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
7066 whether the reducion was empty or not. This leaves room to
7067 improve the use of YYLLOC_DEFAULT in such a case.
7068 lalr1.cc is still experimental, so changing this is acceptable.
7069 And finally, there are probably not many users who changed the
7070 handling of locations in GLR, so changing is admissible too.
7071
7072 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
7073 empty reduction, set @$ to an empty location ending the previously
7074 stacked symbol.
7075 Adjust uses to make sure the code is triggered on empty
7076 reductions.
7077 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
7078 expected output: empty reductions have empty locations.
7079
7080 2004-09-29 Akim Demaille <akim@epita.fr>
7081
7082 * data/lalr1.cc: Move towards a more standard C++ coding style
7083 for templates: Class < T > -> Class<T>.
7084
7085 2004-09-29 Akim Demaille <akim@epita.fr>
7086
7087 * data/lalr1.cc: Reinstall the former ctor, for sake of
7088 compatibility, but warn it will be removed.
7089 Move towards a more standard C++ coding style (i.e., type *var ->
7090 type* var).
7091
7092 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
7093
7094 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
7095 since it's less likely to work if NULs are involved in the future.
7096
7097 2004-09-27 Akim Demaille <akim@epita.fr>
7098
7099 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
7100
7101 2004-09-27 Akim Demaille <akim@epita.fr>
7102
7103 * data/lalr1.cc (b4_parse_param_decl_1): New.
7104 (b4_parse_param_decl): Use it to have different names between attribute
7105 and argument names.
7106 (b4_cc_constructor_call): Likewise.
7107
7108 2004-09-24 Akim Demaille <akim@epita.fr>
7109
7110 * src/parse-gram.y (add_param): Strip the leading and trailing
7111 blanks from a formal argument declaration.
7112 (YY_LOCATION_PRINT): New.
7113
7114 2004-09-24 Akim Demaille <akim@epita.fr>
7115
7116 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
7117 after the location.
7118
7119 2004-09-24 Akim Demaille <akim@epita.fr>
7120
7121 * doc/bison.texinfo (Table of Symbols): Sort.
7122
7123 2004-09-21 Akim Demaille <akim@epita.fr>
7124
7125 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
7126 the useless parentheses.
7127 Suggested by Paul Eggert.
7128
7129 2004-09-20 Akim Demaille <akim@epita.fr>
7130
7131 Let the initial-action act on the look-ahead, and use it for the
7132 "initial push" (corresponding to an hypothetical beginning-of-file).
7133 And let lalr1.cc honor %initial-action.
7134
7135 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
7136 example.
7137 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
7138 (Parser::Parser): Remove the ctor that used to initialize it.
7139 (Parser::parse): Like in the other skeletons, issue the "starting
7140 parse" message before any action.
7141 Honor %initial-action.
7142 Initialize the stacks with the lookahead.
7143 * data/yacc.c: Let $$ and @$ in %initial-action designate the
7144 look-ahead.
7145 Push them in the stacks.
7146 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
7147
7148 2004-09-20 Akim Demaille <akim@epita.fr>
7149
7150 * doc/bison.texinfo (Initial Action Decl): New.
7151
7152 2004-09-20 Akim Demaille <akim@epita.fr>
7153
7154 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
7155 clearer criterion to define it.
7156 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
7157 When reducing on an empty RHS, use the latest stacked location as
7158 location.
7159 yylloc is not always available.
7160 * data/glr.c: Likewise.
7161 Also, honor initial-actions.
7162
7163 2004-09-20 Akim Demaille <akim@epita.fr>
7164
7165 * data/yacc.c (YY_LOCATION_PRINT): New.
7166 Define when we know YYLTYPE's structure, i.e., when the default
7167 YYLLOC_DEFAULT is used.
7168 * data/c.m4 (b4_yysymprint_generate): Use it.
7169 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
7170 value of the result.
7171 (error_start_): Replace with...
7172 (error_range_): this location array.
7173 This allows to replace code relying on the implementation of
7174 locations by portable code.
7175 * data/yacc.c (yylerrsp): Replace with...
7176 (yyerror_range): this.
7177 Every time a token is popped, update yyerror_range[0], to have an
7178 accurate location for the error token.
7179 * data/glr.c (YY_LOCATION_PRINT): New.
7180 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
7181 deference a pointer.
7182 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
7183 report the location in %printers.
7184
7185 * src/scan-skel.l: Instead of abort, report error messages to ease
7186 understanding skeleton scanning failures.
7187
7188 2004-09-16 Akim Demaille <akim@epita.fr>
7189
7190 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
7191 (iterator, const_iterator): these, to be more in the C++ spirit.
7192 Also, return reverse iterators so that when displaying the stack
7193 we display its bottom first.
7194 (Parser::stack_print_, Parser::reduce_print_): Match the messages
7195 from yacc.c.
7196 We should probably use vector here though.
7197
7198 2004-09-16 Akim Demaille <akim@epita.fr>
7199
7200 Have more complete shift traces.
7201
7202 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
7203 to report Shifts instead of ad hoc YYDPRINTF invocations,
7204 including for the error token.
7205 * data/lalr1.cc (symprint_): Output the location.
7206 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
7207 output the location within the %printer.
7208 Activate GLR tests, at least to make sure they compile properly.
7209 They still don't pass though.
7210 * tests/calc.at: Adjust expect verbose output, since now "Entering
7211 state..." is on a different line than the "Shifting" message.
7212
7213 2004-09-08 Akim Demaille <akim@epita.fr>
7214
7215 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
7216 Bison directive from the Bison file to the invocation of this
7217 macro, so that these directives are passed to
7218 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
7219 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
7220 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
7221 the extra Bison directives instead of the whole series.
7222 Change the grammar so that there are recoverable errors, and
7223 unrecoverable errors. Now we can have the parser give up before
7224 consuming the whole input. As a result we now can observe that
7225 the lookahead is freed when needed.
7226 Change the parser source to parse argv[1] instead of a hard coded
7227 string.
7228 Simplify yylex, and give a value and location to EOF.
7229 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
7230 passed directives already coded in the file.
7231 Add some tests to check the location of "error".
7232 For some tests, the C++ parser is correct, and not yacc.c.
7233 For other tests, they provide different, but unsatisfying, values,
7234 so keep the C++ value so that at least one parser is "correct"
7235 according to the test suite.
7236 (Actions after errors): Remove, this is subsumed by the
7237 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
7238
7239 2004-09-06 Akim Demaille <akim@epita.fr>
7240
7241 * data/lalr1.cc: Adjust the indentation of the labels.
7242 (Parser::pop): New.
7243 Use it.
7244
7245 2004-09-06 Akim Demaille <akim@epita.fr>
7246
7247 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
7248 argument, an informative message.
7249 Call YY_SYMBOL_PRINT.
7250 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
7251 * data/lalr1.cc (destruct_): Likewise.
7252 In addition, no longer depend on b4_yysymprint_generate and
7253 b4_yydestruct_generate to generate these functions, do it "by
7254 hand".
7255
7256 2004-09-03 Akim Demaille <akim@epita.fr>
7257
7258 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
7259 invoked, yydestruct the lookahead.
7260 * tests/calc.at (Calculator $1): Update the expected lengths of
7261 traces: there is an added line for the discarded lookahead.
7262 * doc/bison.texinfo (Destructor Decl): Some rewording.
7263 Define "discarded" symbols.
7264
7265 2004-09-02 Akim Demaille <akim@epita.fr>
7266
7267 * data/lalr1.cc (translate_, destruct_): No reason to be static.
7268
7269 2004-09-02 Akim Demaille <akim@epita.fr>
7270
7271 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
7272 (YYDSYMPRINTF): Rename as...
7273 (YY_SYMBOL_PRINT): this.
7274 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
7275 two.
7276 Use it instead of direct symprint_ calls.
7277 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
7278 one.
7279
7280 2004-09-02 Akim Demaille <akim@epita.fr>
7281
7282 * data/lalr1.cc (b4_yysymprint_generate): New.
7283 (symprint_): New member function, defined when YYDEBUG.
7284 Use it consistently instead of token/nterm debugging output by
7285 hand.
7286 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
7287 %printer calls to use cdebug_ when using lalr1.cc.
7288
7289 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
7290
7291 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
7292 with #ifdef YYDEBUG.
7293
7294 2004-08-26 Akim Demaille <akim@epita.fr>
7295
7296 * doc/bison.texinfo (Implementing Loops): Rename as...
7297 (Implementing Gotos/Loops): this.
7298
7299 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
7300
7301 Adjust to latest gnulib.
7302 * bootstrap (gnulib_modules): Add xalloc-die.
7303 Set LC_ALL=C so that file names sort consistently.
7304 Prefer the gnulib copies of gettext.m4, glibc21.m4,
7305 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
7306 uintmax_t.m4, ulonglong.m4.
7307 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
7308 po.m4 since we are now using _gl.m4 instead.
7309
7310 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
7311
7312 * src/scan-action.l: Remove. Scanning of semantic actions is
7313 handled in scan-gram.l.
7314
7315 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
7316
7317 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
7318
7319 * src/location.h (struct): The file member is a uniqstr.
7320 (equal_boundaries): Use UNIQSTR_EQ for comparison.
7321
7322 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
7323
7324 Fix bug with non-%union parsers that have printers or destructors,
7325 which led to a Bison core dump. Reported by Peter Fales in
7326 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
7327
7328 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
7329 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
7330 not to our own type.
7331 * src/output.c (symbol_destructors_output, symbol_printers_output):
7332 Don't assume %union.
7333 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
7334 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
7335 UNION-FLAG. All callers changed.
7336 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
7337 Use type char, not unsigned int, when declaring an array of char;
7338 this lets us remove a cast.
7339 (Printers and Destructors): Add non-%union test cases.
7340
7341 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
7342
7343 * doc/bison.texinfo: Minor editorial changes, mostly to the new
7344 GLR writeups. E.g., avoid frenchspacing and the future tense,
7345 change "lookahead" to "look-ahead", and change "wrt" to "with
7346 respect to".
7347
7348 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
7349
7350 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
7351 New sections, split off from the GLR Parsers section. Put the new
7352 Simple GLR Parser near the start of the GLR section, for clarity.
7353 Rewrite connective text.
7354
7355 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
7356
7357 * doc/bison.texinfo (Simple GLR Parsers): New section.
7358
7359 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
7360
7361 * NEWS, TODO, doc/bison.texinfo:
7362 Use "look-ahead" instead of "lookahead", to be consistent.
7363 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
7364 while we're fixing "look-ahead".
7365 * src/conflicts.c (shift_set): Renamed from shiftset.
7366 (look_ahead_set): Renamed from lookaheadset.
7367 * src/print.c: Likewise.
7368 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
7369 name for "lookahead".
7370 (report_types, usage): Likewise.
7371 * src/getargs.h (report_look_ahead_tokens): Renamed from
7372 report_lookaheads.
7373 * src/lalr.c (compute_look_ahead_tokens): Renamed from
7374 compute_lookaheads.
7375 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
7376 (look_ahead_tokens_print): Renamed from lookaheads_print.
7377 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
7378 state_rule_lookaheads_print.
7379 * src/state.h: Likewise.
7380 (reductions.look_ahead_tokens): Renamed from lookaheads.
7381 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
7382 AT_DATA_LOOKAHEADS_GRAMMAR.
7383
7384 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
7385
7386 * README: Update location of patched M4 distribution.
7387
7388 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
7389
7390 Don't assume the C++ compiler takes the same arguments as the C compiler
7391 (trivial change).
7392 * configure.ac (O0CXXFLAGS): New var.
7393 * tests/atlocal.in (CXXFLAGS): Use it.
7394
7395 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
7396
7397 Fix some "make check" problems with C++ reported by
7398 Albert Chin-A-Young for Tru64 C++ in this thread:
7399 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
7400
7401 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
7402 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
7403 Output to a .cc file for C++, not to a .c file.
7404 * tests/calc.at (AT_CHECK_CALC): Likewise.
7405 * tests/regression.at (AT_CHECK_DANCER): Likewise.
7406 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
7407
7408 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
7409
7410 * tests/calc.at, tests/actions.at: Workaround for SGI
7411 C++ compiler. (trivial change)
7412
7413 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
7414
7415 Spent a few hours checking out which prerequisite versions the
7416 current sources actually require. I went all the way back to
7417 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
7418 a seemingly endless set of combinations of versions more recent
7419 than that. The bottom line is that the current sources require
7420 fairly recent versions of the build tools, and it'll be some work
7421 to change this.
7422 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
7423 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
7424 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
7425 Add comments explaining why those particular versions are
7426 currently needed.
7427
7428 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
7429 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
7430 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
7431
7432 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
7433 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
7434
7435 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
7436
7437 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
7438 0.11.5. Suggested by Bruno Haible.
7439 * bootstrap: Remove gettext version checking.
7440
7441 * doc/bison.texinfo (Decl Summary): Also mention that %union
7442 can depend on prerequisite types. Problem reported by Tim
7443 Van Holder.
7444
7445 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
7446
7447 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
7448 * README-alpha: Don't tell people not to package this.
7449
7450 * bootstrap: Don't assume $(...) works; use `...` instead.
7451 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
7452 gettext better.
7453
7454 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
7455 put into the -d output file, and mention what to do if YYSTYPE is
7456 defined as a macro.
7457
7458 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
7459
7460 Undo change made earlier today: it caused autopoint to not bring
7461 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
7462 autopoint's.
7463
7464 * bootstrap: Check that gettext version matches what's in
7465 configure.ac. Warn users to ignore robots.txt ERROR 404.
7466 * bootstrap: Undo today's earlier change (logged below).
7467 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
7468
7469 The gettext version checking is causing more trouble than it's
7470 curing; remove it. Problem reported by Paul Hilfinger.
7471
7472 * bootstrap: Issue a warning that one can expect a message
7473 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
7474 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
7475
7476 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
7477
7478 Ensure that the C++ compiler used for testing actually works on a
7479 simple test program; if not, skip the C++-related tests. Problem
7480 reported by Vin Shelton in:
7481 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
7482
7483 * m4/cxx.m4: New file.
7484 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
7485 * tests/atlocal.in (BISON_CXX_WORKS): Add.
7486 * tests/local.at (AT_COMPILE_CXX): Use it.
7487
7488 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
7489
7490 * data/glr.c (yylloc): Output this macro even if locations are not
7491 being generated, as the GLR parser needs it even in that case.
7492 Problem reported by Troy A. Johnson
7493 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
7494
7495 * configure.ac (AC_INIT): Update to 1.875e.
7496
7497 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
7498
7499 * NEWS: Version 1.875d.
7500 * configure.ac (AC_INIT): Likewise.
7501 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
7502
7503 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
7504 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
7505 lalr1.cc runs afoul of the first, and the last two are no longer
7506 supported by GCC 3.4.0.
7507 * README: Mention GNU m4 1.4 or later; mention m4 patches.
7508 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
7509
7510 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
7511
7512 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
7513 unsigned int, for compatibility with latest gnulib hash module.
7514 * src/state.c (state_hash, state_hasher): Likewise.
7515 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
7516 * src/uniqstr.c (hash_uniqstr): Likewise.
7517
7518 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
7519
7520 * NEWS: Unescaped newlines are no longer allowed in char & strings.
7521
7522 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
7523 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
7524 character and string literals.
7525 (unexpected_end): New function.
7526 (unexpected_eof): Use it.
7527 (unexpected_newline): New function.
7528 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
7529 actions.
7530
7531 * NEWS: Document %expect-rr.
7532
7533 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
7534 Fix typo by replacing $1 with $option.
7535 Remove more 'intl'-related files.
7536 Don't DEFUN AM_INTL_SUBDIR twice.
7537
7538 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
7539 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
7540 strtoul.c.
7541 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
7542 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
7543 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
7544 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
7545 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
7546 * src/.cvsignore: Add *.output.
7547
7548 * src/parse-gram.y: Put copyright notice inside %{ %} so it
7549 gets copied to the output file.
7550
7551 2004-04-28 Paul Eggert <eggert@twinsun.com>
7552
7553 Get files from the gnulib and po repositories, instead of relying
7554 on them being in our CVS. Upgrade to latest versions of gnulib
7555 and Automake.
7556
7557 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
7558 * bootstrap: Bootstrap from gnulib and po repositories.
7559 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
7560 * README-cvs: Document these changes. Remove version numbers from
7561 mentions of build tools, since they change so often. Mention Flex.
7562
7563 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
7564 (gl_USE_SYSTEM_EXTENSIONS): Add.
7565 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
7566 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
7567 does this for us.
7568 (AC_ISC_POSIX): Remove; we no longer support this
7569 ancient OS, as it gets in the way of latest Autoconf & gnulib.
7570 (AC_HEADER_STDC): Remove: we now assume C89 or better.
7571 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
7572 Do not check for C89 headers, except for locale.h which is used
7573 by the Yacc library and must port to K&R hosts.
7574 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
7575 Do not check for C89 functions, except for setlocale which is
7576 used by the Yacc library.
7577 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
7578 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
7579 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
7580 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
7581 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
7582 AM_GNU_GETTEXT): Remove; now done by:
7583 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
7584 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
7585 for us.
7586
7587 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
7588 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
7589 Define to empty, as gnulib.mk will do the rest for us.
7590 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
7591 for us.
7592 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
7593 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
7594
7595 * src/files.c: Include gnulib's xstrndup.h.
7596
7597 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
7598 (REALLOC): Use xnrealloc, for likewise.
7599 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
7600 (strnlen, memrchr): Remove decls; functions no longer used.
7601 Include <stpcpy.h>.
7602
7603 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
7604 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
7605 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
7606 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
7607 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
7608 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
7609 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
7610 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
7611 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
7612 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
7613 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
7614 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
7615 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
7616 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
7617 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
7618 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
7619 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
7620 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
7621 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
7622 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
7623 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
7624 Remove, as these files are now generated automatically
7625 by bootstrap or automake.
7626
7627 * po/ChangeLog: Remove: all but one entry was a duplicate
7628 of this file, and I moved that 2000-11-02 entry here.
7629
7630 * config/.cvsignore: Add Makefile, depcomp, install-sh.
7631 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
7632 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
7633 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
7634 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
7635 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
7636 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
7637 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
7638 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
7639 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
7640 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
7641 xstrndup.h.
7642 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
7643 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
7644 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
7645 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
7646 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
7647 * src/.cvsignore: Remove *_.c.
7648
7649
7650 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
7651 support it. (The latest stable gzip doesn't.)
7652
7653 2004-04-27 Paul Eggert <eggert@twinsun.com>
7654
7655 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
7656 case, as stos_ is now used by destructors due to the 2004-02-09
7657 change.
7658
7659 Remove more K&R C support.
7660 * lib/libiberty.y (PARAMS): Remove. All uses removed.
7661 * lib/subpipe.c (errno): Remove decl.
7662 Include <stdlib.h> unconditionally.
7663 (EXIT_FAILURE): Remove macro.
7664 * src/complain.c (vfprintf, strerror): Remove.
7665 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
7666 unconditionally.
7667 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
7668 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
7669 (strchr, strspn, memchr): Remove decls.
7670 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
7671 unconditionally. Do not declare perror.
7672 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
7673 unconditionally.
7674
7675 * src/complain.c (_): Remove useless defn, as system.h defines this.
7676
7677 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
7678 with latest obstack.h.
7679 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
7680 to procedure types, as obstack.h now does that for us.
7681 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
7682
7683 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
7684 so that this include file can stand alone.
7685 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
7686 does this now. Include subpipe.h first after config.h, to
7687 test whether it can stand alone.
7688
7689 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
7690 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
7691 unused declaration.
7692
7693 * tests/synclines.at (%union synch line): Put a dummy member in
7694 the union, because empty unions aren't allowed in C. Caught
7695 by GCC 3.4.0.
7696
7697 2004-04-13 Jim Meyering <jim@meyering.net>
7698
7699 * src/conflicts.c (conflicts_print): Correct format string typo:
7700 use `%%' to produce literal `%'. (trivial change)
7701
7702 2004-03-30 Paul Eggert <eggert@twinsun.com>
7703
7704 * src/getargs.c (version): Update copyright year to 2004.
7705
7706 * data/c.m4 (b4_int_type): Use 'short int' rather than
7707 'short', and similarly for 'long', 'unsigned', etc.
7708 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
7709 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
7710 yy_yypstack, yydumpstack): Likewise.
7711 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
7712 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
7713 Likewise.
7714 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
7715 yy_stack_print, yyparse): Likewise.
7716 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
7717 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
7718 * lib/bitset.c (bitset_print): Likewise.
7719 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
7720 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
7721 * lib/bitsetv.c (bitsetv_dump): Likewise.
7722 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
7723 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
7724 Likewise.
7725 * src/LR0.c (allocate_itemsets): Likewise.
7726 * src/gram.h (rule_number, rule): Likewise.
7727 * src/lalr.h (goto_number): Likewise.
7728 * src/nullable.c (nullable_compute): Likewise.
7729 * src/output.c (prepare_rules): Likewise.
7730 * src/relation.c (relation_print, relation_digraph): Likewise.
7731 * src/relation.h (relation_node): Likewise.
7732 * src/state.h (state_number, transitions, errs, reductions,
7733 struct state): Likewise.
7734 * src/symtab.h (symbol_number, struct symbol): Likewise.
7735 * src/tables.c (vector_number, tally, action_number,
7736 default_goto, goto_actions): Likewise.
7737 * tests/existing.at (GNU Cim Grammar): Likewise.
7738 * tests/regression.at (Web2c Actions): Likewise.
7739
7740 * src/output.c (muscle_insert_short_int_table): Renamed from
7741 muscle_insert_short_table. All uses changed.
7742
7743 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7744
7745 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
7746 (declaration): Replace expected_conflicts with expected_sr_conflicts.
7747 Add %expect-rr rule.
7748
7749 * src/scan-gram.l: Recognize %expect-rr.
7750
7751 * src/conflicts.h (expected_sr_conflicts): Rename from
7752 expected_conflicts.
7753 (expected_rr_conflicts): Declare.
7754
7755 * src/conflicts.c (expected_sr_conflicts): Rename from
7756 expected_conflicts.
7757 (expected_rr_conflicts): Define.
7758 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
7759 for GLR parsers.
7760 Use expected_sr_conflicts in place of expected_conflicts.
7761 Warn if expected_rr_conflicts used in non-GLR parser.
7762
7763 * doc/bison.texinfo: Add documentation for %expect-rr.
7764
7765 2004-03-08 Paul Eggert <eggert@gnu.org>
7766
7767 Add support for hex token numbers. Suggested by Odd Arild Olsen in
7768 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
7769
7770 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
7771 in lalr1.cc.
7772 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
7773 * src/scan-gram.l (scan_integer): New function.
7774 ({int}): Use it.
7775 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
7776 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
7777 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
7778 Say "long int", not "long", for uniformity with GNU style.
7779
7780 2004-02-25 Paul Eggert <eggert@twinsun.com>
7781
7782 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
7783 compilers. This fixes a problem with Intel's C++ compiler being
7784 chatty, reported by Guido Trentalancia in
7785 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
7786
7787 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
7788
7789 Support %destructor and merge error locations in lalr1.cc.
7790
7791 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
7792 (Parser::stos_): Define unconditionally.
7793 (Parser::destruct_): New method. Generate its body with
7794 b4_yydestruct_generate.
7795 (Parser::error_start_): New attribute.
7796 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
7797 token which are discarded.
7798 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
7799 error_start_ when erroneous token are discarded.
7800 (Parser::parse) <yyerrlab1>: Compute the location of the error
7801 token so that it covers all the discarded tokens.
7802 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
7803 it can be called with `%skeleton "lalr1.cc"', and do that.
7804
7805 2004-02-02 Paul Eggert <eggert@twinsun.com>
7806
7807 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
7808 $(top_srcdir)/lib and ../lib. This fixes a bug reported
7809 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
7810 There's no need to mention top_builddir since Automake does that
7811 for us.
7812 (INCLUDES): Remove, as Automake says it's obsolescent.
7813 Contents migrated into AM_CPPFLAGS as described above.
7814 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
7815
7816 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
7817
7818 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
7819 (yyreportSyntaxError): Handle case where lookahead token is
7820 YYEMPTY.
7821
7822 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7823
7824 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
7825 resulting parsers are compilable with C++.
7826
7827 2003-12-23 Paul Eggert <eggert@twinsun.com>
7828
7829 * config/depcomp, config/install-sh: Sync with Automake 1.8.
7830 * src/output.c (output_skeleton): Rename local var.
7831 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
7832 Bison tokens, as this runs afoul of the 2003-10-07 change that
7833 disallowed NUL bytes in character constants or string literals.
7834
7835 * tests/local.at: Require Autoconf 2.59's Autotest.
7836 * tests/testsuite.at: Don't include local.at, since we now assume
7837 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
7838 including it.
7839 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
7840 multiple inclusion warnings.
7841
7842 2003-12-02 Akim Demaille <akim@epita.fr>
7843
7844 * doc/bison.texinfo (How Can I Reset the Parser): More about start
7845 conditions.
7846 From Bruno Haible.
7847
7848 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
7849
7850 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
7851
7852 2003-10-07 Paul Eggert <eggert@twinsun.com>
7853
7854 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
7855 if testsuite doesn't exist.
7856
7857 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
7858 literals, unfortunately.
7859 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
7860 Complain about NUL bytes in character constants or string literals.
7861
7862 2003-10-05 Paul Eggert <eggert@twinsun.com>
7863
7864 * NEWS: Don't document %no-default-prec, as it's still
7865 too experimental.
7866 * doc/bison.texinfo: Document %no-default-prec only if
7867 the defaultprec flag is set. Normally it's not.
7868
7869 2003-10-04 Paul Eggert <eggert@twinsun.com>
7870
7871 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
7872 non-modifiable lvalue, instead of a modifiable one.
7873 * doc/bison.texinfo (Actions): Document that $$ can
7874 be assigned to. Do not claim that $$ and $N are
7875 array element references: user code should not rely on this.
7876
7877 2003-10-01 Paul Eggert <eggert@twinsun.com>
7878
7879 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
7880 (grammar_declaration): Use it.
7881 * src/scan-gram.l: New token %no-default-prec.
7882 * tests/conflicts.at: Revamp tests to use %no-default-prec.
7883 * NEWS, doc/bison.texinfo: Document the above.
7884
7885 2003-10-01 Akim Demaille <akim@epita.fr>
7886
7887 VCG no longer supports long_straight_phase.
7888
7889 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
7890 * src/print_graph.c (print_graph): Adjust.
7891
7892 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
7893 and Paul Eggert <eggert@twinsun.com>
7894
7895 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
7896 Table of Symbols): Document %default-prec.
7897 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
7898 (grammar_declaration): Set default_prec on %default-prec.
7899 * src/scan-gram.l (%default-prec): New token.
7900 * src/reader.h (default_prec): New flag.
7901 * src/reader.c: Likewise.
7902 (packgram): Handle it.
7903 * tests/conflicts.at (%default-prec without %prec,
7904 %default-prec with %prec, %default-prec 1): New tests.
7905
7906 2003-09-30 Paul Eggert <eggert@twinsun.com>
7907
7908 * tests/testsuite.at: Include local.at, not input.at, fixing
7909 a typo in the 2003-08-25 patch.
7910
7911 2003-08-27 Akim Demaille <akim@epita.fr>
7912
7913 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
7914 GCC warnings.
7915
7916 2003-08-26 Akim Demaille <akim@epita.fr>
7917
7918 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
7919 "<\#" to avoid magic from Gnus when posting parts of this script.
7920
7921 2003-08-26 Akim Demaille <akim@epita.fr>
7922
7923 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
7924 (Parser::parse): here.
7925 Adjust: nerrs and errstatus is now replaced by...
7926 (Parser::nerrs_, Parser::errstatus_): New.
7927
7928 2003-08-25 Akim Demaille <akim@epita.fr>
7929
7930 * config/announce-gen, Makefile.cfg: New.
7931 * Makefile.am: Adjust.
7932 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
7933 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
7934
7935 2003-08-25 Akim Demaille <akim@epita.fr>
7936
7937 When reducing initial empty rules, Bison parser read an initial
7938 location that is not defined. This results in garbage, and that
7939 affects Bison's own parser. Therefore we need (i) to extend Bison
7940 to support a means to initialize this location, and (ii) to use
7941 this CVS Bison to fix CVS Bison's parser.
7942
7943 * src/reader.h, reader.c (epilogue_augment): Remove, replace
7944 with...
7945 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
7946 * src/parse-gram.y: Adjust.
7947 (%initial-action): New.
7948 (%error-verbose): Since we require CVS Bison, there is no reason
7949 not to use it.
7950 * src/scan-gram.l: Adjust.
7951 * src/Makefile.am (YACC): New, to make sure we use our own parser.
7952 * data/yacc.c (yyparse): Use b4_initial_action.
7953
7954 2003-08-25 Akim Demaille <akim@epita.fr>
7955
7956 * doc/bison.texinfo: Don't promote stdout for error messages.
7957
7958 2003-08-25 Akim Demaille <akim@epita.fr>
7959
7960 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
7961 From Alexandre Duret-Lutz.
7962
7963 2003-08-25 Akim Demaille <akim@epita.fr>
7964
7965 Version 1.875c.
7966
7967 2003-08-25 Akim Demaille <akim@epita.fr>
7968
7969 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
7970 Use them.
7971
7972 2003-08-25 Akim Demaille <akim@epita.fr>
7973
7974 * data/lalr1.cc (Parser::reduce_print_): New.
7975 Use it.
7976
7977 2003-08-25 Akim Demaille <akim@epita.fr>
7978
7979 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
7980 error recovery loops. This patch is based on
7981 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
7982 Also, augment the similarity between lalr1.cc and yacc.c.
7983 Note: the locations of error recovery rules are not correct yet.
7984
7985 * data/lalr1.cc: Comment changes to augment the similarity between
7986 lalr1.cc and yacc.c.
7987 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
7988 (yyerrlab1): Remove, but where it used to be (now the bottom part of
7989 yyerrlab), when hitting EOF, pop the whole stack here instead of
7990 merely falling thru the default error handling mechanism.
7991 (yyerrorlab): New label, with the old contents of YYERROR,
7992 plus the following change: pop the stack of rhs corresponding
7993 to the production that invoked YYERROR. That is how Yacc
7994 behaves (required by POSIX).
7995 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
7996 fail.
7997
7998 2003-08-25 Akim Demaille <akim@epita.fr>
7999
8000 Tune local.at so that people can "autom4te -l autotest calc.at -o
8001 calc" for instance, to extract a sub test suite.
8002
8003 * tests/testsuite.at: Move the initialization, Autotest version
8004 requirement, and AT_TESTED invocation into...
8005 * tests/local.at: here.
8006 * tests/testsuite.at: Include it for compatibility with Autoconf
8007 2.57.
8008 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
8009 be ignore.
8010
8011 2003-08-04 Paul Eggert <eggert@twinsun.com>
8012
8013 Rework code slightly to avoid gcc -Wtraditional warnings.
8014 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
8015 The returned value is now stored in *YY0. All callers changed.
8016 * src/output.c (merge_output): Adjust to the above change.
8017
8018 2003-07-26 Paul Eggert <eggert@twinsun.com>
8019
8020 * data/glr.c (YYASSERT): New macro.
8021 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
8022 yyresolveStates, yyprocessOneStack):
8023 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
8024 Derived from a suggestion by Frank Heckenbach.
8025
8026 2003-07-25 Paul Eggert <eggert@twinsun.com>
8027
8028 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
8029 for portability to K&R C (after ansi2knr, presumably). See
8030 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
8031 by Frank Heckenbach, though I have omitted the structure-initialization
8032 part of his glr-knr.diff patch since I recall that the Portable
8033 C Compiler didn't require that change.
8034
8035 Let the user specify how to allocate and free memory.
8036 Derived from a suggestion by Frank Heckenbach in
8037 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
8038 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
8039 All uses of free, malloc, realloc changed to use these macros,
8040 and unnecessary casts removed.
8041 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
8042
8043 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
8044
8045 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
8046 use s.empty() rather than s == "" to test for empty string; see
8047 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
8048 (trivial change)
8049
8050 2003-06-25 Akim Demaille <akim@epita.fr>
8051
8052 * config/depcomp, config/install-sh: Update from masters.
8053
8054 2003-06-20 Paul Eggert <eggert@twinsun.com>
8055
8056 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
8057 and return properly parenthesized result.
8058 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
8059 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
8060 Remove unnecessary parentheses from uses.
8061 * doc/bison.texinfo (Location Default Action): Describe the
8062 conventions for parentheses.
8063
8064 2003-06-19 Paul Eggert <eggert@twinsun.com>
8065
8066 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
8067 yyreportTree): Do not assume that size_t is the same width as int,
8068 when printing sizes. Print sizes using an unsigned format.
8069 Problem reported by Frank Heckenbach in
8070 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
8071
8072 Port to Forte Developer 7 C compiler.
8073 * data/glr.c (struct YYLTYPE): If locations are not being used,
8074 declare a single dummy member, as empty structs do not conform
8075 to the C standard.
8076 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
8077 the Forte Developer 7 C compiler complains that end-of-loop
8078 code is not reached.
8079
8080 2003-06-17 Paul Eggert <eggert@twinsun.com>
8081
8082 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
8083 avoid warnings from picky compilers about redefinition of PARAMS.
8084
8085 2003-06-17 Paul Eggert <eggert@twinsun.com>
8086
8087 Version 1.875b.
8088
8089 * NEWS: Document 1.875b.
8090
8091 * lib/bbitset.h: Do not include config.h; that's the includer's job.
8092 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
8093 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
8094 Don't use 'index' in comments, as it's a builtin fn on some hosts.
8095 * lib/bitset_stats.c: Include gettext.h unconditionally, as
8096 per recent gettext manual's suggestion.
8097 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
8098 Use prototypes, not old-style definitions.
8099 * lib/lbitset.c (lbitset_unused_clear): Likewise.
8100 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
8101 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
8102 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
8103 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
8104 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
8105 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
8106 vbitset_or_and_cmp, vbitset_copy): Likewise.
8107
8108 * lib/libiberty.h: Do not include config.h; that's the includer's job.
8109 Do not include <stdlib.h>.
8110 (PARAMS): Define unconditionally for C89.
8111 (ATTRIBUTE_NORETURN): Remove.
8112 (ATTRIBUTE_UNUSED): Define unconditionally.
8113
8114 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
8115 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8116 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
8117 * lib/vbitset.c, lib/vbitset.h: New files.
8118 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
8119 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
8120 from libbitset.
8121
8122 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
8123 `How Can I Reset @code{yyparse}', since texinfo does not allow
8124 arbitrary @ in node names.
8125
8126 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
8127 shouldn't be needed according to the gettext 0.12.1 documentation
8128 but which seem to be needed anyway: codeset.m4 glibc21.m4
8129 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8130 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
8131 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
8132
8133 * lib/.cvsignore: Add stdbool.h.
8134 * m4/.cvsignore: Add nls.m4, po.m4.
8135
8136 Upgrade to CVS gnulib.
8137 * stdbool_.h: File renamed from stdbool.h.in.
8138 * configure.ac (AM_STDBOOL_H): Invoke this instead of
8139 AC_HEADER_STDBOOL.
8140 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
8141 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
8142 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
8143 (MOSTLYCLEANFILES): New var.
8144 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
8145 (stdbool.h): New rule.
8146 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
8147 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
8148 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
8149 m4/quote.m4: Upgrade to today's gnulib.
8150
8151 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
8152 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
8153 the tests right now.
8154 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
8155 yyerror are declared before use; C99 requires this.
8156
8157 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8158
8159 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
8160 first.
8161 (yyrecoverSyntaxError): Correct the logic for setting and testing
8162 yyerrState.
8163 Correct comment on handling EOF.
8164 Allow states with only a default reduction, rather than failing
8165 (I can't quite reconstruct why these were not allowed before).
8166
8167 Fixes to avoid problem that $-N rules in GLR parsers can cause
8168 buffer overruns, corrupting state.
8169
8170 * src/output.c (prepare_rules): Output max_left_semantic_context
8171 definition.
8172 * src/reader.h (max_left_semantic_context): New variable declaration.
8173 * src/scan-gram.l (max_left_semantic_context): Define.
8174 (handle_action_dollar): Update max_left_semantic_context.
8175 * data/glr.c (YYMAXLEFT): New definition.
8176 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
8177 (yyresolveAction): Ditto.
8178
8179 Fixes to problems with location handling in GLR parsers reported by
8180 Frank Heckenbach (2003/06/05).
8181
8182 * data/glr.c (YYLTYPE): Make trivial if locations not used.
8183 (YYRHSLOC): Add parentheses, and define only if locations used.
8184 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
8185 locations not used.
8186 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
8187 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8188
8189 * tests/cxx-type.at: Exercise location information; update tests
8190 to differentiate output with and without locations.
8191 Remove forward declarations of yylex and yyerror---caused errors
8192 because default YYLTYPE not yet defined.
8193 Change semantic actions to compute strings, rather than printing
8194 them directly (to test proper passing of semantics values). Change
8195 output to prefix notation and update test data and expected results.
8196 (yylex): Track locations.
8197 (stmtMerge): Return value rather than printing, and include arguments
8198 in value.
8199
8200 2003-06-03 Paul Eggert <eggert@twinsun.com>
8201
8202 Avoid warnings generated by GCC 2.95.4 when Bison is
8203 configured with --enable-gcc-warnings.
8204 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
8205 yy::]b4_parser_class_name[::translate_,
8206 yy::Stack::operator[] (unsigned),
8207 yy::Stack::operator[] (unsigned) const,
8208 yy::Slice::operator[] (unsigned),
8209 yy::Slice::operator[] (unsigned) const):
8210 Rename local vars to avoid warnings.
8211 * tests/glr-regression.at (Improper handling of embedded actions
8212 and $-N in GLR parsers): Remove unused local variable from yylex.
8213 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
8214 (void) as arg when not pure, since we now assume C89 when building
8215 Bison. Pacify GCC by using parameter.
8216
8217 2003-06-02 Paul Eggert <eggert@twinsun.com>
8218
8219 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
8220 yy::Location::lines, yy::Location::columns): Rename arguments
8221 to avoid shadowing; this removes a warning generated by GCC 3.3.
8222
8223 2003-06-01 Paul Eggert <eggert@twinsun.com>
8224
8225 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
8226 to g++, as GCC 3.3 complains if you do it.
8227 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
8228 everything that WARNING_CFLAGS has, except omit warnings
8229 not suitable for C++.
8230 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
8231 * tests/atlocal.in (CXXFLAGS): New var.
8232 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
8233
8234 Fix a GLR parser bug I reported in February; see
8235 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
8236 The problem was that GLR parsers did not conform to the C standard,
8237 because actions like { $1 = $2 + $3; } expanded to expressions
8238 that invoked YYFILL in separate subexpressions, and YYFILL assigned
8239 to a local variable. The C standard says that expressions
8240 like (var = f ()) + (var = f ()) have undefined behavior.
8241 Another problem was that GCC sometimes issues warnings that
8242 yyfill and its parameters are unused.
8243
8244 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
8245 as possibly unused.
8246 (yyfill): New function.
8247 (YYFILL): Use it.
8248 (yyuserAction): Change type of yynormal to bool, so that it matches
8249 the new yyfill signature. Mark it as possibly unused.
8250
8251
8252 Follow up on a bug I reported in February, where a Bison-generated
8253 parser can loop. Provide a test case and a fix for yacc.c. I
8254 don't have a fix for lalr1.cc or for glr.c, unfortunately.
8255 The original bug report is in:
8256 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
8257
8258 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
8259 macro's size was becoming unwieldy.
8260 (yyerrlab): Do not discard an empty lookahead symbol, as this
8261 might destroy garbage.
8262 (yyerrorlab): New label, with the old contents of YYERROR,
8263 plus the following change: pop the stack of rhs corresponding
8264 to the production that invoked YYERROR. That is how Yacc
8265 behaves, and POSIX requires this behavior.
8266 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
8267 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
8268 Define 'alarm' to do nothing if unistd.h is not available.
8269 Add a new rule "exp: '-' error;" to test the above change to
8270 data/yacc.c. Use 'alarm' to abort any test taking longer than
8271 10 seconds, as it's probably looping.
8272 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
8273 Also, the new yacc.c generates two fewer diagnostics for an
8274 existing test.
8275
8276 2003-05-24 Paul Eggert <eggert@twinsun.com>
8277
8278 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
8279 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
8280 This fixes a problem reported by John Bowman when the Compaq/HP
8281 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
8282 -ansi -Wall -gall).
8283 * data/yacc.c (union yyalloc): Likewise.
8284 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
8285
8286 Switch from 'int' to 'bool' where that makes sense.
8287
8288 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
8289 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
8290 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
8291 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
8292 Return or accept bool, not int. All callers changed.
8293 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
8294 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
8295 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
8296 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
8297 bitset_or_and_cmp_): Likewise.
8298 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
8299 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
8300 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
8301 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
8302 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
8303 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
8304 bitset_stats_or_and_cmp): Likewise.
8305 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
8306 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
8307 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
8308 ebitset_xor_cmp): Likewise.
8309 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
8310 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
8311 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
8312 lbitset_xor_cmp): Likewise.
8313 * lib/bbitset.h: Include <stdbool.h>.
8314 (struct bitset_vtable): The following members now return bool, not
8315 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
8316 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
8317 or_and_cmp).
8318 * src/conflicts.c (count_rr_conflicts): Likewise.
8319 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
8320 All uses changed.
8321 * lib/ebitset.c (ebitset_obstack_init): Likewise.
8322 * lib/lbitset.c (lbitset_obstack_init): Likewise.
8323 * src/getargs.c (debug_flag, defines_flag, locations_flag,
8324 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
8325 graph_flag): Likewise.
8326 * src/getargs.h (debug_flag, defines_flag, locations_flag,
8327 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
8328 graph_flag): Likewise.
8329 * src/output.c (error_verbose): Likewise.
8330 * src/output.h (error_verbose): Likewise.
8331 * src/reader.c (start_flag, typed): Likewise.
8332 * src/reader.h (typed): Likewise.
8333 * src/getargs.c (LOCATIONS_OPTION): New constant.
8334 (long_options, getargs): Use it.
8335 * src/lalr.c (build_relations): Use bool, not int.
8336 * src/nullable.c (nullable_compute): Likewise.
8337 * src/print.c (print_reductions): Likewise.
8338 * src/tables.c (action_row, pack_vector): Likewise.
8339 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
8340 * src/output.c (prepare): Use it.
8341 * src/output.c (token_definitions_output,
8342 symbol_destructors_output, symbol_destructors_output): Use string,
8343 not boolean integer, to keep track of whether to output separator.
8344 * src/print_graph.c (print_core): Likewise.
8345 * src/state.c (state_rule_lookaheads_print): Likewise.
8346
8347 * config/install-sh: Sync from automake 1.7.5.
8348
8349 2003-05-14 Paul Eggert <eggert@twinsun.com>
8350
8351 * src/parse-gram.y (rules_or_grammar_declaration): Require a
8352 semicolon after a grammar declaration, in the interest of possible
8353 future changes to the Bison input language.
8354 Do not allow a stray semicolon at the start of the grammar.
8355 (rhses.1): Allow one or more semicolons after any rule, including
8356 just before "|" as required by POSIX.
8357 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
8358 grammar.
8359
8360 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
8361
8362 %parse-param support for lalr1.cc.
8363
8364 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
8365 b4_cc_constructor_calls, b4_cc_constructor_call,
8366 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
8367 definitions.
8368 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
8369 parse-param arguments.
8370 (yy::b4_parser_class_name): Declare instance variables to
8371 hold parse-param arguments.
8372 * tests/calc.at: s/value/semantic_value/ because value clashes
8373 with a member of yy::b4_parser_class_name. Adjust C++ code
8374 to handle %parse-param. Enable %parse-param test in C++.
8375
8376 2003-05-12 Paul Eggert <eggert@twinsun.com>
8377
8378 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
8379 English a bit. Fix fclose typo. Change "const char" to "char
8380 const", and use ANSI C rather than K&R for "main". Suggest
8381 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
8382 and suggest yy_switch_to_buffer.
8383
8384 2003-05-05 Paul Eggert <eggert@twinsun.com>
8385
8386 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
8387 C89. This avoids a diagnostic on compilers that define __STDC__
8388 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
8389 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
8390
8391 2003-05-03 Paul Eggert <eggert@twinsun.com>
8392
8393 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
8394 Do not overrun array bounds.
8395 This should fix a bug reported today by Olatunji Oluwabukunmi in
8396 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
8397
8398 2003-04-29 Akim Demaille <akim@epita.fr>
8399
8400 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
8401 * src/getargs.c, src/getargs.h: here, as bool, not int.
8402 (nondeterministic_parser): New.
8403 * src/parse-gram.y, src/scan-gram.l: Support
8404 %nondeterministic-parser.
8405 * src/output.c (prepare): Use nondeterministic_parser instead
8406 of glr_parser where appropriate.
8407 * src/tables.c (conflict_row, action_row, save_row)
8408 (token_actions, token_actions, pack_vector): Ditto.
8409
8410 2003-04-29 Akim Demaille <akim@epita.fr>
8411
8412 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
8413
8414 2003-04-29 Akim Demaille <akim@epita.fr>
8415
8416 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
8417 with %pure-parser and %locations to exercise the patch from Yakov
8418 Markovitch below.
8419
8420 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
8421
8422 * data/yacc.c: (b4_lex_param): Corrected for the case where
8423 %lex-param is provided and %pure-parser isn't.
8424
8425 2003-04-27 Paul Eggert <eggert@twinsun.com>
8426
8427 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
8428 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
8429 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
8430 if it is not defined.
8431 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
8432
8433 2003-04-26 Paul Eggert <eggert@twinsun.com>
8434
8435 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
8436 Declare to be of type suitable for the ninf value itself, not of
8437 type suitable for the corresponding table, since the latter might
8438 be unsigned but the ninf value might be negative. This fixes a
8439 bug reported by Alexandre Duret-Lutz in
8440 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
8441
8442 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
8443 invokes it. We shouldn't invoke it twice because it will attempt
8444 to put error.o in the archive twice. This fixes a glitch reported
8445 by Martin Mokrejs in
8446 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
8447
8448 2003-04-21 Paul Eggert <eggert@twinsun.com>
8449
8450 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
8451 to gnulib.
8452
8453 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
8454
8455 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
8456 Fix obvious typo that results in uncompilable GLR parsers
8457 when both %pure-parser and %locations are used. (trivial change)
8458
8459 2003-04-17 Paul Eggert <eggert@twinsun.com>
8460
8461 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
8462 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
8463 Do not insert the expected token via unput, as this runs afoul
8464 of a POSIX-compatibility bug in flex 2.5.31.
8465 All uses changed to BEGIN the parent state,
8466 since we no longer insert the expected token via unput.
8467 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
8468 that is no longer emitted after the above change.
8469
8470 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
8471 the first one. This change is from Paul Hilfinger, and it fixes
8472 regression reported by Werner Lemberg in
8473 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
8474
8475 (resolve_sr_conflict): Don't invoke state_errs_set
8476 unless one or more tokens have been explicitly made errors.
8477 Otherwise, the above change causes Bison to abort.
8478
8479 * tests/existing.at (GNU pic Grammar): New test case, taken from
8480 Lemberg's email.
8481
8482 2003-03-31 Akim Demaille <akim@epita.fr>
8483
8484 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
8485
8486 2003-03-31 Akim Demaille <akim@epita.fr>
8487
8488 * src/output.c (prepare_symbols): Avoid trailing spaces in the
8489 output.
8490
8491 2003-03-31 Akim Demaille <akim@epita.fr>
8492
8493 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
8494 From Paul Hilfinger.
8495
8496 2003-03-29 Akim Demaille <akim@epita.fr>
8497
8498 * m4/error.m4: Do not put under dynamic conditions some code which
8499 expansion is under static control.
8500
8501 2003-03-29 Akim Demaille <akim@epita.fr>
8502
8503 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
8504
8505 2003-03-29 Akim Demaille <akim@epita.fr>
8506
8507 * doc/bison.texinfo (Strings are Destroyed): New.
8508
8509 2003-03-13 Paul Eggert <eggert@twinsun.com>
8510
8511 * .cvsignore: Add configure.lineno.
8512 * src/.cvsignore: Add yacc.
8513 * tests/.cvsignore: Add testsuite.log.
8514 * doc/fdl.texi: Sync with latest FSF version.
8515
8516 2003-03-12 Paul Eggert <eggert@twinsun.com>
8517
8518 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
8519 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
8520 cursor, instead of leaving it undefined. This fixes a bug
8521 reported by Tim Van Holder in
8522 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
8523 * tests/input.at (Torturing the Scanner): Test the scanner on
8524 an empty input file, which was Tim Van Holder's test case.
8525
8526 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
8527 <sys/resource.h> can be included, include sys/time.h and
8528 sys/times.h first, if available. This works around the SunOS
8529 4.1.4 porting bug reported by Bruce Becker in
8530 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
8531
8532 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
8533 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
8534 AC_HEADER_SYS_WAIT.
8535
8536 Merge changes from gnulib. This was prompted because the CVS
8537 snapshot didn't build on Solaris 7 due to strnlen problems.
8538
8539 These changes need to be merged back into gnulib:
8540 * lib/hash.c: Include <stdbool.h> unconditionally.
8541 * m4/onceonly.m4 (m4_quote): New macro.
8542 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
8543 Quote AC_FOREACH variable-expansions properly.
8544 The 2003-01-03 obstack.h change also needs merging.
8545 {end of changes requiring merging}
8546
8547 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
8548 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
8549 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
8550 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
8551 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
8552 New files, imported from gnulib.
8553 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
8554 above.
8555
8556 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
8557 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
8558 gnulib sources.
8559
8560 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
8561 Add.
8562 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
8563 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
8564 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
8565 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
8566 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
8567 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
8568 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
8569 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
8570 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
8571 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
8572 (jm_PREREQ_ARGMATCH): Remove.
8573 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
8574 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
8575
8576 * src/system.h: Include <stdbool.h> unconditionally.
8577
8578 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
8579 assuming at least C89 in the bitset code for some time now.
8580
8581 2003-03-03 Akim Demaille <akim@epita.fr>
8582
8583 * ro.po: New.
8584
8585 2003-03-02 Akim Demaille <akim@epita.fr>
8586
8587 * doc/bison.texinfo (Table of Symbols): Reactivate the
8588 documentation for %lex-param, and %parse-param.
8589
8590 2003-03-02 Akim Demaille <akim@epita.fr>
8591
8592 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
8593 generate verbose error messages.
8594 Use the number of tokens as an upper bound in yytname, as it
8595 cannot be a non terminal.
8596
8597 2003-03-02 Akim Demaille <akim@epita.fr>
8598
8599 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
8600 message.
8601
8602 2003-03-02 Akim Demaille <akim@epita.fr>
8603
8604 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
8605 Use them to exercise yycheck overrun.
8606 Based on Andrew Suffield's grammar.
8607
8608 2003-03-02 Akim Demaille <akim@epita.fr>
8609
8610 Create tests/local.at for Bison generic testing macros.
8611
8612 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
8613 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
8614 This new file.
8615 * tests/calc.at (AT_CHECK_CALC): Adjust.
8616 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
8617 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
8618 * tests/local.at: here.
8619 (AT_COMPILE_CXX): Tags the tests using it as c++.
8620 Ignore the test if CXX is not functional.
8621
8622 2003-03-01 Paul Eggert <eggert@twinsun.com>
8623
8624 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
8625 not loc->end, since loc->end might contain garbage and this leads
8626 to undefined behavior on some platforms.
8627 (id_loc, token_start): Use (IF_LINTed) initial values that do not
8628 depend on *loc, so that the reader doesn't give the the false
8629 impression that *loc is initialized.
8630 (<INITIAL>"%%"): Do not bother setting code_start, since its value
8631 does not survive the return.
8632
8633 2003-03-01 Akim Demaille <akim@epita.fr>
8634
8635 * src/scan-gram.l (code_start): Always initialize it when entering
8636 into yylex, as SC_EPILOGUE is activated *before* the corresponding
8637 yylex invocation. An alternative would be making it static, but
8638 then it starts with the second %%'s beginning, instead of its end.
8639
8640 2003-02-28 Paul Eggert <eggert@twinsun.com>
8641
8642 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
8643 around a UnixWare 7.1.1 porting bug reported by John Hughes in
8644 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
8645
8646 2003-02-26 Paul Eggert <eggert@twinsun.com>
8647
8648 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
8649 Remove Sequent/Pyramid discussion (nobody uses them any more).
8650 Merge VMS and MS-DOS discussion; these ports may well be dead
8651 but let's keep mentioning them for now. Put <> around email
8652 addresses. Add copyright notice.
8653
8654 2003-02-24 Paul Eggert <eggert@twinsun.com>
8655
8656 * data/glr.c (yy_reduce_print): yylineno -> yylno,
8657 to avoid collision with flex use of yylineno.
8658 Problem reported by Bruce Lilly in
8659 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
8660 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
8661 * data/yacc.c (yy_reduce_print): Likewise.
8662
8663 * config/depcomp: Sync with Automake 1.7.3.
8664
8665 2003-02-21 Akim Demaille <akim@epita.fr>
8666
8667 * data/lalr1.cc: Use temporary variables instead of casts to
8668 change integer types.
8669 Suggested by Paul Eggert.
8670
8671 2003-02-21 Akim Demaille <akim@epita.fr>
8672
8673 * doc/bison.texinfo: Use "location" consistently to refer to @n,
8674 to avoid confusions with lalr1.cc's notion of Position.
8675 Suggested by Paul Eggert.
8676
8677 2003-02-20 Akim Demaille <akim@epita.fr>
8678
8679 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
8680 before initial_columns.
8681 (location.hh): Use consistent variable names when defining the
8682 operator<<.
8683 Use "last" so that we subtract from Positions, not from unsigned.
8684
8685 2003-02-20 Akim Demaille <akim@epita.fr>
8686
8687 * data/lalr1.cc (position.hh): New subfile, including the extended
8688 and Doxygen'ed documentation of class Position.
8689 (location.hh): Use it.
8690 Document a` la Doxygen.
8691 With the help of Benoit Perrot.
8692
8693 2003-02-20 Akim Demaille <akim@epita.fr>
8694
8695 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
8696 AT_YACC_IF.
8697 Redefine AT_YYERROR_SEES_LOC_IF using it.
8698 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
8699 not defined.
8700 Don't use the location in yy::Parser::error_ and
8701 yy::Parser::print_ when not %locations.
8702 Activate more lalr1.cc tests.
8703
8704 2003-02-19 Akim Demaille <akim@epita.fr>
8705
8706 * data/lalr1.cc: When displaying a line number, be sure to make it
8707 an int.
8708
8709 2003-02-19 Akim Demaille <akim@epita.fr>
8710
8711 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
8712 Remove, useless.
8713 (YYABORT, YYACCEPT, YYERROR): New.
8714 * tests/calc.at: Renable the lalr1.cc test.
8715
8716 2003-02-19 Akim Demaille <akim@epita.fr>
8717
8718 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
8719 error recovery, mixing with/without pops and discarding of the
8720 lookahead.
8721 Exercise YYERROR.
8722 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
8723
8724 2003-02-17 Paul Eggert <eggert@twinsun.com>
8725
8726 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
8727 * tests/testsuite.at (AT_COMPILE): Use them.
8728 This fixes the testsuite problem reported by Robert Lentz in
8729 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
8730
8731 2003-02-12 Paul Eggert <eggert@twinsun.com>
8732
8733 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
8734 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
8735 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
8736 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
8737 Check for malloc failure, for consistency with yacc.c.
8738 (yytname_size): Remove, for consistency with yacc.c.
8739
8740 The bug still remains in data/lalr1.cc, as I didn't have time
8741 to fix it there.
8742
8743 2003-02-06 Akim Demaille <akim@epita.fr>
8744
8745 * configure.ac (GXX): Rename as...
8746 (CXX): this, to keep the original Autoconf semantics.
8747 Require 2.57.
8748 * data/lalr1.cc: Fix b4_copyright invocations.
8749 If YYDEBUG is not defined, don't depend upon name_ being defined.
8750 (location.hh): Include string and iostream.
8751 (Position::filename): New member.
8752 (Position::Position ()): New.
8753 (operator<< (Position)): New.
8754 (operator- (Position, int)): New.
8755 (Location::first, Location::last): Rename as...
8756 (Location::begin, Location::end): these, to mock the conventional
8757 iterator names.
8758 (operator<< (Location)): New.
8759 * tests/atlocal.in (CXX): New.
8760 * tests/testsuite.at (AT_COMPILE_CXX): New.
8761 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
8762 locations in a more synthetic way.
8763 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
8764 lalr1.cc is used.
8765 Adjust the C locations to match those from Emacs: first column is
8766 column 0.
8767 Change all the expected results.
8768 Conform to the GCS: simplify the locations when applicable.
8769 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
8770 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
8771 these CPP macros with the m4 macros new defined by...
8772 (AT_CHECK_PUSHDEFS): this, i.e.:
8773 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
8774 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
8775 New macros.
8776 (AT_CHECK_POPDEFS): Undefine them.
8777 (AT_CHECK_CALC_LALR1_CC): New.
8778 Use it for the first lalr1.cc test.
8779
8780 2003-02-04 Akim Demaille <akim@epita.fr>
8781
8782 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
8783 Location as is defined.
8784
8785 2003-02-04 Akim Demaille <akim@epita.fr>
8786
8787 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
8788 name_ being defined.
8789
8790 2003-02-03 Paul Eggert <eggert@twinsun.com>
8791
8792 * src/gram.h (start_symbol): Remove unused decl.
8793
8794 Use more-consistent naming conventions for local vars.
8795
8796 * src/derives.c (derives_compute): Change type of local var from
8797 int to rule_number.
8798 * src/gram.c (grammar_rules_partial_print): Likewise.
8799 * src/print.c (print_core): Likewise.
8800 * src/reduce.c (reduce_grammar_tables): Likewise.
8801
8802 * src/gram.c (grammar_dump): Change name of item_number *
8803 local var from r to rp.
8804 * src/nullable.c (nullable_compute): Likewise.
8805
8806 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
8807
8808 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
8809 for symbol or symbol_number var.
8810 * src/reader.c (grammar_start_symbol_set): Likewise.
8811 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
8812 Likewise.
8813 * src/state.c (transitions_to): Likewise.
8814 * src/state.h: Likewise.
8815 * src/tables.c (symbol_number_to_vector_number): Likewise.
8816
8817 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
8818 char * var.
8819
8820 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
8821 var.
8822
8823 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
8824 var.
8825
8826 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
8827 Use str, not s, for char * var. Use ch, not c, for character var.
8828 Use size for size var.
8829
8830 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
8831 char * var.
8832 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
8833 uniqstr var.
8834 * src/uniqstr.h: Likewise.
8835
8836 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
8837 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
8838 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
8839 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
8840 param to have same name as that of enum, so that we don't use
8841 "s" to stand for a non-state.
8842
8843 2003-02-02 Akim Demaille <akim@epita.fr>
8844
8845 * src/scan-skel.l: Scan more than one inert character per yylex
8846 invocation.
8847
8848 2003-02-01 Paul Eggert <eggert@twinsun.com>
8849
8850 Version 1.875a.
8851
8852 * po/LINGUAS: Add ms.
8853
8854 2003-01-30 Akim Demaille <akim@epita.fr>
8855
8856 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
8857
8858 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8859
8860 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
8861 of $1.
8862
8863 Changes in response to error report by S. Eken: GLR mode does not
8864 handle negative $ indices or $ indices in embedded rules correctly.
8865 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
8866
8867 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
8868 (b4_rhs_location): Ditto.
8869 (yyfill): New function to copy from stack tree into array
8870 incrementally.
8871 (yyuserAction): Modify to allow incremental move of semantic values
8872 to rhs array when in GLR mode.
8873 Define YYFILL to use in user-defined actions to fill semantic array
8874 as needed.
8875 Remove dummy use of yystack, as there is now a guaranteed use.
8876 (yydoAction): Modify to allow incremental move of semantic values
8877 to rhs array when in GLR mode.
8878 (yyresolveAction): Ditto.
8879 (yyglrShiftDefer): Update comment.
8880 (yyresolveStates): Use X == NULL for pointers, not !X.
8881 (yyglrReduce): Ditto.
8882 (yydoAction): Ditto
8883
8884 * tests/glr-regr1.at: Rename to ...
8885 * tests/glr-regression.at: Add new regression test for the problems
8886 described above (adapted from S. Eken).
8887 Update copyright notice.
8888 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
8889 * tests/Makefile.am: Ditto.
8890
8891 2003-01-28 Paul Eggert <eggert@twinsun.com>
8892
8893 * data/lalr1.cc: Do not use @output_header_name@ unless
8894 b4_defines_flag is set. This fixes two bugs reported by
8895 Tim Van Holder in
8896 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
8897 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
8898
8899 2003-01-21 Paul Eggert <eggert@twinsun.com>
8900
8901 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
8902 we don't need to worry about yyerrlab1 being reported as an
8903 "unused label" by non-GCC C compilers. The downside is that if
8904 locations are used then a couple of statements are duplicated each
8905 time YYERROR is invoked, but the upside is that the warnings
8906 should vanish.
8907 (yyerrlab1): Move code to YERROR.
8908 (yyerrlab2): Remove. Change uses back to yyerrlab1.
8909 This reverts some of the 2002-12-27 change.
8910
8911 2003-01-17 Paul Eggert <eggert@twinsun.com>
8912
8913 * src/output.c (symbol_printers_output): Fix typo that led
8914 to core dump. Problem reported by Antonio Rus in
8915 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
8916
8917 2003-01-13 Akim Demaille <akim@epita.fr>,
8918 Quoc Peyrot <chojin@lrde.epita.fr>,
8919 Robert Anisko <anisko_r@lrde.epita.fr>
8920
8921 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
8922 when the stacks contain one element, as the loop would otherwise
8923 free the last state, and then use the top state (the one we just
8924 popped). This means that the initial elements will not be freed
8925 explicitly, as is the case in yacc.c; it is not a problem, as
8926 these elements have fake values.
8927
8928 2003-01-11 Paul Eggert <eggert@twinsun.com>
8929
8930 * NEWS: %expect-violations are now just warnings, reverting
8931 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
8932 bootstrapping problem reported by Matthias Klose; see
8933 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
8934 * src/conflicts.c (conflicts_print): Likewise.
8935 * tests/conflicts.at (%expect not enough, %expect too much,
8936 %expect with reduce conflicts): Likewise.
8937 * doc/bison.texinfo (Expect Decl): Document this. Also mention
8938 that the warning is enabled if the number of conflicts changes
8939 (not necessarily increases).
8940
8941 * src/getargs.c (version): Update copyright year.
8942
8943 2003-01-09 Akim Demaille <akim@epita.fr>
8944
8945 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
8946
8947 2003-01-08 Paul Eggert <eggert@twinsun.com>
8948
8949 * Makefile.maint (WGETFLAGS):
8950 New macro, containing "-C off" to disable proxy caches.
8951 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
8952 (rel-check): Use $(WGET) instead of wget.
8953
8954 2003-01-06 Paul Eggert <eggert@twinsun.com>
8955
8956 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
8957 the GLR paper of Scott, Johnstone and Hussain.
8958
8959 2003-01-04 Paul Eggert <eggert@twinsun.com>
8960
8961 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
8962 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
8963 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
8964 (EXTRA_LIBRARIES): New var, for liby.a.
8965 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
8966 (EXTRA_SCRIPTS): New var, for yacc.
8967
8968 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
8969 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
8970 Problem reported by Nelson H. F. Beebe.
8971
8972 2003-01-03 Paul Eggert <eggert@twinsun.com>
8973
8974 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
8975 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
8976 when compiling Bison 1.875's `bitset bset = obstack_alloc
8977 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
8978
8979 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
8980 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
8981 grow to a huge size with typical invocation.
8982
8983 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
8984 Use the pattern recommended by Autoconf 2.57, except also protect
8985 against double-definition.
8986 * src/system.h: Likewise.
8987 Portability issues reported by Nelson H. F. Beebe.
8988
8989 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
8990 All uses changed. Provide a definition in both C and C++.
8991 (yytrue, yyfalse): Define even if defined (__cplusplus).
8992
8993 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
8994 Reported by Nelson H. F. Beebe.
8995
8996 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
8997
8998 2003-01-02 Paul Eggert <eggert@twinsun.com>
8999
9000 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
9001 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
9002 Bug reported by Nelson H. F. Beebe.
9003
9004 2003-01-01 Paul Eggert <eggert@twinsun.com>
9005
9006 * Version 1.875.
9007
9008 2002-12-30 Paul Eggert <eggert@twinsun.com>
9009
9010 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
9011 Moved here from...
9012 (<INITIAL>","): Here. This causes stray "," to be treated
9013 more uniformly.
9014
9015 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
9016 last brace in braced code when not in Yacc mode, for compatibility
9017 with Bison 1.35. This resurrects the 2001-12-15 patch to
9018 src/reader.c.
9019
9020 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
9021 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
9022
9023 2002-12-28 Paul Eggert <eggert@twinsun.com>
9024
9025 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
9026 that of SYM's type. This fixes Debian bug 168069, reported by
9027 Thomas Olsson.
9028
9029 2002-12-28 Paul Eggert <eggert@twinsun.com>
9030
9031 Version 1.75f.
9032
9033 Switch back to the Yacc style of conflict reports, undoing some
9034 of the 2002-07-30 change.
9035 * doc/bison.texinfo (Understanding): Use Yacc style for
9036 conflict reports. Also, use new way of locating rules.
9037 * src/conflicts.c (conflict_report):
9038 Renamed from conflict_report_yacc, removing the old
9039 'conflict_report'. Translate the entire conflict report at once,
9040 so that we don't assume that "," has the same interpretation in
9041 all languages.
9042 (conflicts_output): Use Yacc-style conflict report for each state,
9043 instead of our more-complicated style.
9044 (conflicts_print): Use Yacc-style conflict report, except print
9045 the input file name when not emulating Yacc.
9046 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
9047 Conflicted Reduction, %expect not enough, %expect too much,
9048 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
9049 * tests/existing.at (GNU Cim Grammar): Likewise.
9050 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
9051
9052 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
9053 fatal): Don't invoke fflush; it's not needed and it might even be
9054 harmful for stdout, as stdout might not be open.
9055 * src/reduce.c (reduce_print): Likewise.
9056
9057 2002-12-27 Paul Eggert <eggert@twinsun.com>
9058
9059 Fix a bug where error locations were not being recorded correctly.
9060 This problem was originally reported by Paul Hilfinger in
9061 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
9062
9063 * data/yacc.c (yyparse): New local var yylerrsp, to record the
9064 top of the location stack's error locations.
9065 (yyerrlab): Set it. When discarding a token, push its location
9066 onto yylerrsp so that we don't lose track of the error's end.
9067 (yyerrlab1): Now is only the target of YYERROR, so that we can
9068 properly record the location of the action that failed. For GCC
9069 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
9070 GCC warning about yyerrlab1 being unused if YYERROR is unused.
9071 (yyerrlab2): New label, which yyerrlab now falls through to.
9072 Compute the error's location by applying YYLLOC_DEFAULT to
9073 the locations of all the symbols that went into the error.
9074 * doc/bison.texinfo (Location Default Action): Mention that
9075 YYLLOC_DEFAULT is also invoked for syntax errors.
9076 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
9077 Error locations include the locations of all the tokens that were
9078 discarded, not just the last token.
9079
9080 2002-12-26 Paul Eggert <eggert@twinsun.com>
9081
9082 * src/files.c: Include quote.h.
9083 (compute_output_file_names): Warn if we detect conflicting
9084 outputs to the same file. This should catch the misunderstanding
9085 exemplified by Debian Bug 165349, reported by Bruce Stephens..
9086
9087 * src/conflicts.c (conflicts_print): If the user specifies
9088 "%expect N", report an error if there are any reduce/reduce
9089 conflicts. This is what the manual says should happen.
9090 This fixes Debian bug 130890, reported by Anthony DeRobertis.
9091 * tests/conflicts.at (%expect with reduce conflicts): New test.
9092
9093 Don't use m4_include on relative file names, as it doesn't work as
9094 desired if there happens to be a file with that name under ".".
9095
9096 * m4sugar/version.m4: Remove; it was included but it wasn't used.
9097 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
9098 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
9099 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
9100 * src/output.c (output_skeleton): Use full path names when
9101 specifying a file to include; don't rely on include path, as
9102 it's unreliable when the working file contains a file with
9103 that name.
9104
9105 2002-12-25 Paul Eggert <eggert@twinsun.com>
9106
9107 Remove obsolete references to bison.simple and bison.hairy.
9108 Problem mentioned by Aubin Mahe in
9109 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
9110 * data/glr.c: Comment fix.
9111 * doc/bison.1: Remove references. Also, mention "yacc".
9112
9113 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
9114 with -g option.
9115
9116 * src/parse-gram.y (declaration): Use enum "report_states" rather
9117 than its numeric value 1.
9118
9119 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
9120 opening a new one. This fixes Debian bug 165349, reported by
9121 Bruce Stephens.
9122
9123 2002-12-24 Paul Eggert <eggert@twinsun.com>
9124
9125 Version 1.75e.
9126
9127 * Makefile.maint (cvs-update): Don't assume that the shell
9128 supports $(...), as Solaris sh doesn't.
9129
9130 * src/parse-gram.y (lloc_default): Remove test for empty
9131 nonterminals at the end, since it didn't change the result.
9132
9133 2002-12-24 Paul Eggert <eggert@twinsun.com>
9134
9135 If the user does not define YYSTYPE as a macro, Bison now declares it
9136 using typedef instead of defining it as a macro. POSIX requires this.
9137 For consistency, YYLTYPE is also declared instead of defined.
9138
9139 %union directives can now have a tag before the `{', e.g., the
9140 directive `%union foo {...}' now generates the C code
9141 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
9142 The default union tag is `YYSTYPE', for compatibility with Solaris 9
9143 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
9144 instead of `yyltype'.
9145
9146 `yystype' and `yyltype' are now obsolescent macros instead of being
9147 typedefs or tags; they are no longer documented and will be
9148 withdrawn in a future release.
9149
9150 * data/glr.c (b4_location_type): Remove.
9151 (YYSTYPE): Renamed from yystype.
9152 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
9153 (struct YYLTYPE): Renamed from struct yyltype.
9154 (YYLTYPE): Renamed from yyltype.
9155 (yyltype, yystype): New (and obsolescent) macros,
9156 for backward compatibility.
9157 * data/yacc.c: Likewise.
9158
9159 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
9160 does not specify a union tag. This is for compatibility with
9161 Solaris 9 yacc.
9162
9163 * src/parse-gram.y (add_param): 2nd arg is now char * not char
9164 const *, since it is now modified by stripping surrounding { }.
9165 (current_braced_code): Remove.
9166 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
9167 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
9168 trailing " {...}". Now of type <chars>.
9169 (grammar_declaration): Adjust to bundled tokens.
9170 (code_content): Remove; stripping is now done by add_param.
9171 (print_token_value): Print contents of bundled tokens.
9172 (token_name): New function.
9173
9174 * src/reader.h (braced_code, current_braced_code): Remove.
9175 (token_name): New decl.
9176
9177 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
9178 token_type, not braced_code code_kind. All uses changed.
9179 (SC_PRE_CODE): New state, for scanning after a keyword that
9180 has (or usually has) an immediately-following braced code.
9181 (token_type): New local var, to keep track of which token type
9182 to return when scanning braced code.
9183 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
9184 <INITIAL>"%parse-param", <INITIAL>"%printer",
9185 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
9186 instead of returning a token type immediately.
9187 (<INITIAL>"{"): Set token type.
9188 (<SC_BRACED_CODE>"}"): Use it.
9189 (handle_action_dollar, handle_action_at): Now returns bool
9190 indicating success. Fail if ! current_rule; this prevents a core dump.
9191 (handle_symbol_code_dollar, handle_symbol_code_at):
9192 Remove; merge body into caller.
9193 (handle_dollar, handle_at): Complain in invalid contexts.
9194
9195 * NEWS, doc/bison.texinfo: Document the above.
9196 * NEWS: Fix years and program names in copyright notice.
9197
9198 2002-12-17 Paul Eggert <eggert@twinsun.com>
9199
9200 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
9201 Reporting, Table of Symbols): Omit mentions of %lex-param and
9202 %parse-param from the documentation for now.
9203
9204 2002-12-15 Paul Eggert <eggert@twinsun.com>
9205
9206 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
9207 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
9208 lookahead symbol, and which sets yychar in parser actions) and it
9209 disagreed with the Bison documentation. Bug
9210 reported by Andrew Walrond.
9211
9212 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
9213 as the caller now does that.
9214 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
9215 (YYEMPTY): Parenthesize right hand side, since others use it.
9216 (yyparse): Don't assume that our generated code is the only code
9217 that sets yychar.
9218
9219 2002-12-13 Paul Eggert <eggert@twinsun.com>
9220
9221 Version 1.75d.
9222
9223 POSIX requires a "yacc" command.
9224 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
9225 (MOSTLYCLEANFILES): Add yacc.
9226 (yacc): New rule.
9227 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
9228 as an alias for bison y.
9229
9230 * po/LINGUAS: Add da.
9231
9232 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
9233 problem with latest <getopt.h>.
9234 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
9235
9236 * doc/fdl.texi: Upgrade to 1.2.
9237 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
9238 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
9239 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
9240 gnulib.
9241 * config/install-sh: Sync with autotools.
9242
9243 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
9244 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
9245 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
9246 locations are requested.
9247 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
9248 locations are requested.
9249
9250 2002-12-12 Paul Eggert <eggert@twinsun.com>
9251
9252 Remove unportable casts and storage allocation tricks.
9253 While we're at it, remove almost all casts, since they
9254 usually aren't needed and are a sign of trouble.
9255
9256 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
9257
9258 * src/derives.c (derives_compute): Do not subtract NTOKENS from
9259 the pointer DSET returned by malloc; this isn't portable.
9260 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
9261 Similarly for DERIVES.
9262 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
9263 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
9264 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
9265
9266 * src/derives.c (derives_compute): Do not bother invoking
9267 int_of_rule_number, since rule numbers are integers.
9268
9269 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
9270 rather than XMALLOC (char, N).
9271
9272 * src/files.c (filename_split): Rewrite to avoid cast.
9273
9274 * src/gram.h (symbol_number_as_item_number,
9275 item_number_as_symbol_number, rule_number_as_item_number,
9276 item_number_as_rule_number):
9277 Now inline functions rather than macros, to avoid casts.
9278 * src/state.h (state_number_as_int): Likewise.
9279 * src/tables.c (state_number_to_vector_number,
9280 symbol_number_to_vector_number): Likewise.
9281
9282 * src/gram.h (int_of_rule_number): Remove; no longer used.
9283
9284 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
9285 since the resulting storage is always stored into.
9286
9287 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
9288 where it's needed.
9289
9290 * src/muscle_tab.c (muscle_m4_output):
9291 Now inline. Return bool, not int.
9292 * src/state.c (state_compare): Likewise.
9293 * src/symtab.c (symbol_check_defined,
9294 symbol_check_alias_consistency, symbol_pack, symbol_translation,
9295 hash_compare_symbol, hash_symbol):
9296 Likewise.
9297 * src/uniqstr.c (uniqstr_print): Likewise.
9298 * src/muscle_tab.c (muscle_m4_output_processor):
9299 New function, to avoid casts.
9300 * src/state.c (state_comparator, stage_hasher): Likewise.
9301 * src/symtab.c (symbol_check_defined_processor,
9302 symbol_check_alias_consistency_processor, symbol_pack_processor,
9303 symbol_translation_processor, hash_symbol_comparator,
9304 hash_symbol_hasher): Likewise.
9305 * src/uniqstr.c (uniqstr_print_processor): Likewise.
9306 * src/muscle_tab.c (muscles_m4_output):
9307 Use new functions instead of casting old functions unportably.
9308 * src/state.c (state_hash_new): Likewise.
9309 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
9310 symbols_token_translations_init):
9311 Likewise.
9312 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
9313
9314 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
9315 var instead of casting to long, to avoid casts.
9316 (prepare_states): Use MALLOC rather than alloca, so that we don't
9317 have to worry about alloca.
9318 * src/state.c (state_hash_lookup): Likewise.
9319
9320 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
9321 local var instead of casting to unsigned char, to avoid casts.
9322
9323 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
9324 STATE_ALLOC): Remove.
9325 (transitions_new, errs_new, reductions_new, state_new): Use malloc
9326 rather than calloc, and use offsetof to avoid allocating slightly
9327 too much storage.
9328 (state_new): Initialize all members.
9329
9330 * src/state.c (state_hash): Use unsigned accumulator, not signed.
9331
9332 * src/symtab.c (symbol_free): Remove; unused.
9333 (symbol_get): Remove cast in lhs of assignment.
9334 (symbols_do): Now static. Accept generic arguments, not
9335 hashing-related ones.
9336
9337 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
9338 (symbol_processor): Remove.
9339 (symbols_do): Remove decl; now static.
9340
9341 * src/system.h (alloca): Remove; decl no longer needed.
9342 (<stddef.h>): Include, for offsetof.
9343 (<inttypes.>, <stdint.h>): Include if available.
9344 (uintptr_t): New type, if system lacks it.
9345 (CALLOC, MALLOC, REALLOC): New macros.
9346 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
9347 new macros.
9348
9349 * src/tables.c (table_size): Now int, to pacify GCC.
9350 (table_grow, table_ninf_remap): Use signed table size.
9351 (save_row): Don't bother initializing locals when not needed.
9352 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
9353 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
9354
9355 * src/vcg.h: Correct misspellings.
9356
9357 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
9358
9359
9360 * src/getargs.c (getargs): Don't assume EOF == -1.
9361
9362 2002-12-09 Paul Eggert <eggert@twinsun.com>
9363
9364 Change identifier spellings to avoid collisions with names
9365 that are reserved by POSIX.
9366
9367 Don't use names ending in _t, since POSIX reserves them.
9368 For consistency, remove _e and _s endings -- they're weren't
9369 needed to remove ambiguity. All uses changed.
9370 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
9371 turn was just renamed from struniq_t.
9372 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
9373 which in turn was just renamed from struniq_processor_t.
9374 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
9375 in turn was renamed from hash_compare_struniq_t.
9376 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
9377 (state_list): Renamed from state_list_t.
9378 * src/assoc.h (assoc): Renamed from assoc_t.
9379 * src/conflicts.c (enum conflict_resolution): Renamed from
9380 enum conflict_resolution_e.
9381 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
9382 (rule_list): Renamed from rule_list_t.
9383 * src/getargs.h (enum trace): Renamed from enum trace_e.
9384 (enum report): Renamed from enum report_e.
9385 * src/gram.h (item_number): Renamed from item_number_t.
9386 (rule_number): Renamed from rule_number_t.
9387 (struct rule_s): Remove the "rule_s" part; not used.
9388 (rule): Renamed from rule_t.
9389 (rule_filter): Renamed from rule_filter_t.
9390 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
9391 (goto_list): Renamed from goto_list_t.
9392 * src/lalr.h (goto_number): Renamed from goto_number_t.
9393 * src/location.h (location): Renamed from location_t.
9394 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
9395 and moved here from:
9396 * src/muscle_tab.h (muscle_entry_t): here.
9397 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
9398 (rule_list): Renamed from rule_list_t.
9399 * src/print_graph.c (static_graph): Renamed from graph.
9400 * src/reader.h (braced_code): Renamed from braced_code_t.
9401 Remove brace_code_e tag.
9402 * src/relation.h (relation_node): Renamed from relation_node_t.
9403 (relation_nodes): Renamed from relation_nodes_t.
9404 (relation): Renamed from relation_t.
9405 * src/state.h (state_number): Renamed from state_number_t.
9406 (struct state): Renamed from struct state_s.
9407 (state): Renamed from state_t.
9408 (transitions): Renamed from transitions_t. Unused (and
9409 misspelled) transtion_s tag removed.
9410 (errs): Renamed from errs_t. Unused errs_s tag removed.
9411 (reductions): Renamed from reductions_t. Unused tag
9412 reductions_s removed.
9413 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
9414 (struct symbol_list): Renamed from struct symbol_list_s.
9415 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
9416 (struct symbol): Renamed from struct symbol_s.
9417 (symbol): Renamed from symbol_t.
9418 * src/tables.c (vector_number): Renamed from vector_number_t.
9419 (action_number): Renamed from action_t.
9420 * src/tables.h (base_number): Renamed from base_t.
9421 * src/vcg.h (enum color): Renamed from enum color_e.
9422 (enum textmode): Renamed from enum textmode_e.
9423 (enum shape): Renamed from enum shape_e.
9424 (struct colorentry): Renamed from struct colorentry_s.
9425 (struct classname): Renamed from struct classname_s.
9426 (struct infoname): Renamed from struct infoname_s.
9427 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
9428 (enum decision): Renamed from enum decision_e.
9429 (enum orientation): Renamed from enum orientation_e.
9430 (enum alignment): Renamed from enum alignment_e.
9431 (enum arrow_mode): Renamed from enum arrow_mode_e.
9432 (enum crossing_type): Renamed from enum crossing_type_e.
9433 (enum view): Renamed from enum view_e.
9434 (struct node): Renamed from struct node_s.
9435 (node): Renamed from node_t.
9436 (enum linestyle): Renamed from enum linestyle_e.
9437 (enum arrowstyle): Renamed from enum arrowstyle_e.
9438 (struct edge): Renamed from struct edge.
9439 (edge): Renamed from edge_t.
9440 (struct graph): Renamed from struct graph_s.
9441 (graph): Renamed from graph_t.
9442 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
9443 Rename value_t -> value.
9444 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
9445 value_t_as_yystype -> value_as_yystype.
9446
9447 Don't include <errno.h> in the mainstream code, since it
9448 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
9449 * lib/get-errno.c, lib/get-errno.h: New files.
9450 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
9451 get-errno.c.
9452 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
9453 * src/output.c (output_skeleton): Likewise.
9454 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
9455 instead of errno.
9456 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
9457 Likewise.
9458 (handle_action_dollar, handle_action_at): Likewise.
9459 * src/system.h: Do not include <errno.h>.
9460 (TAB_EXT): Renamed from EXT_TAB.
9461 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
9462
9463 Avoid str[a-z]*, since <string.h> reserves that name space.
9464 Change all instances of "struniq" in names to "uniqstr", and
9465 likewise for "STRUNIQ" and "UNIQSTR".
9466 * src/uniqstr.c: Renamed from src/struniq.c.
9467 * src/uniqstr.h: Renamed from src/struniq.h.
9468 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
9469 * src/files.c (strsuffix): Remove; unused.
9470 (concat2): Renamed from stringappend. Now static.
9471 * src/files.h (strsuffix, stringappend): Remove; unused.
9472 * src/parse-gram.y (<chars>): Renamed from <string>.
9473 (<uniqstr>): Renamed from <struniq>.
9474 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
9475 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
9476 (struct graph_s.expand): Renamed from struct graph_s.stretch.
9477 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
9478 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
9479 (N_EXPAND): Renamed from N_STRETCH.
9480
9481 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
9482 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
9483 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
9484 Remove; unused.
9485 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
9486 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
9487 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
9488 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
9489 (BASE_MAXIMUM): Renamed from BASE_MAX.
9490 (BASE_MINIMUM): Renamed from BASE_MIN.
9491 (ACTION_MAX): Remove; unused.
9492 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
9493 Unnecessary casts removed from above defines.
9494
9495
9496 Fix misspelling in names.
9497 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
9498 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
9499 G_NODE_ALIGNEMENT.
9500
9501
9502 * lib/timevar.c (timevar_report): Renamed from time_report,
9503 for consistency with other names.
9504 * lib/timevar.h (timevar_report): New decl.
9505 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
9506
9507
9508 Sort include-file uses.
9509
9510 Reorder all include files under src to be in the order "system.h".
9511 then the ../lib include files in angle brackets (alphabetized),
9512 then the . include files in double-quotes (alphabetized). Fix
9513 dependency breakages encountered in this process, as follows:
9514 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
9515 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
9516 * src/state.h: Include "symtab.h".
9517
9518 2002-12-08 Paul Eggert <eggert@twinsun.com>
9519
9520 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
9521 since this causes problems when __file__ contains character
9522 sequences like "@" that are treated specially by src/scan-skel.l.
9523 Instead, just use the file's basename. This fixes the bug
9524 reported by Martin Mokrejs in
9525 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
9526
9527 2002-12-06 Paul Eggert <eggert@twinsun.com>
9528
9529 Add support for rules that do not have trailing semicolons, as
9530 POSIX requires. Improve the quality of locations in Bison
9531 diagnostics.
9532
9533 * src/location.c: Include <quotearg.h>.
9534 (empty_location): Now const.
9535 (location_print): New function. Follow the recommendation of the
9536 GNU Coding Standards for locations that span file boundaries.
9537 * src/location.h: Do not include <quotearg.h>; no longer needed.
9538 (boundary): New type.
9539 (location_t): Use it. This allows locations to span file boundaries.
9540 All member uses changed: file -> start.file or end.file (as needed),
9541 first_line -> start.line, first_column -> start.column,
9542 last_line -> end.line, last_column -> end.column.
9543 (equal_boundaries): New function.
9544 (LOCATION_RESET, LOCATION_STEP): Remove.
9545 (LOCATION_PRINT): Remove. All callers changed to use location_print.
9546 (empty_location): Now const.
9547 (location_print): New decl.
9548 * src/parse-gram.y (lloc_default): New function, which handles
9549 empty locations more accurately.
9550 (YYLLOC_DEFAULT): Use it.
9551 (%token COLON): Remove.
9552 (%token ID_COLON): New token.
9553 (rules): Use it.
9554 (declarations, rules): Remove trailing semicolon.
9555 (declaration, rules_or_grammar_declaration):
9556 Allow empty (";") declaration.
9557 (symbol_def): Remove empty actions; no longer needed.
9558 (rules_or_grammar_declaration): Remove trailing semicolon.
9559 (semi_colon.opt): Remove.
9560 * src/reader.h: Include location.h.
9561 (scanner_cursor): New decl.
9562 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
9563 rolling our own.
9564 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
9565 of *loc.
9566 (STEP): Remove. No longer needed, now that adjust_location does
9567 the work. All uses removed.
9568 (scanner_cursor): New var.
9569 (adjust_location): Renamed from extend_location. It now sets
9570 *loc and adjusts the scanner cursor. All uses changed.
9571 Don't bother testing for CR.
9572 (handle_syncline): Remove location arg; now updates scanner cursor.
9573 All callers changed.
9574 (unexpected_end_of_file): Now accepts start boundary of token or
9575 comment, not location. All callers changed. Update scanner cursor,
9576 not the location.
9577 (SC_AFTER_IDENTIFIER): New state.
9578 (context_state): Renamed from c_context. All uses changed.
9579 (id_loc, code_start, token_start): New local vars.
9580 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
9581 processing of Yacc white space and equivalents here.
9582 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
9583 instead of returning ID immediately, since we need to search for
9584 a subsequent colon.
9585 (<INITIAL>"'", "\""): Save token_start.
9586 (<INITIAL>"%{", "{", "%%"): Save code_start.
9587 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
9588 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
9589 BEGIN context_state at end, not INITIAL.
9590 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
9591 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
9592 Return correct token start.
9593 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
9594 the start of a character, string or multiline comment is found.
9595 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
9596 Reduction): Adjust reported locations to match the more-precise
9597 results now expected.
9598 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
9599 * tests/reduce.at (Useless Rules, Reduced Automaton,
9600 Underivable Rules): Likewise.
9601 * tests/regression.at (Invalid inputs): No longer `expecting ";"
9602 or "|"' now that so many other tokens are allowed by the new grammar.
9603
9604 * src/complain.h (current_file): Remove duplicate decl;
9605 current_file is now owned by files.h.
9606 * src/complain.c, src/scan-gram.l: Include files.h.
9607
9608 2002-12-06 Paul Eggert <eggert@twinsun.com>
9609
9610 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
9611 promotes to int; it might be unsigned int.
9612 * data/yacc.c (yy_reduce_print): Likewise.
9613
9614 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
9615 be #defined in the prologue, not in the Bison declarations.
9616 This fixes Debian Bug 102878, reported by Shaul Karl.
9617
9618 2002-12-02 Paul Eggert <eggert@twinsun.com>
9619
9620 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
9621 * lib/strtoul.c: New file, from gnulib.
9622 This fixes a porting bug reported by Peter Klein in
9623 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
9624
9625 2002-11-30 Paul Eggert <eggert@twinsun.com>
9626
9627 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
9628 and put only a forward declaration in the prologue. This is for
9629 consistency with the other scanner helper functions.
9630
9631 Type clashes now generate warnings, not errors, since it
9632 appears that POSIX may allow some grammars with type clashes.
9633 * src/reader.c (grammar_current_rule_check): Warn about
9634 type clashes instead of complaining.
9635 * tests/input.at (Type Clashes): Expect warnings, not complaints.
9636
9637 Add Yacc library, since POSIX requires it.
9638 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
9639 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
9640 * lib/main.c, lib/yyerror.c: New files.
9641
9642 gram_error can be static; it need not be extern.
9643 * src/reader.h (gram_error): Remove decl.
9644 * src/parse-gram.y (gram_error): Now static. Add static decl.
9645 (print_token_value): Omit parameter names from forward decl,
9646 for consistency.
9647
9648 2002-11-29 Paul Eggert <eggert@twinsun.com>
9649
9650 * doc/bison.texinfo: Emphasize that yylex and yyerror must
9651 be declared before being used. E.g., one should typically
9652 declare them in the prologue. Use GNU coding style in examples.
9653 Put "const" consistently after the type it modifies. Mention
9654 that C99 supports "inline". Mention that yyerror traditionally
9655 returns "int".
9656
9657 %parse-param and %lex-param now take just one argument, the
9658 declaration; the argument name is deduced from the declaration.
9659
9660 * doc/bison.texinfo (Parser Function, Pure Calling, Error
9661 Reporting, Table of Symbols): Document this.
9662 * src/parse-gram.y (add_param): New function.
9663 (COMMA): Remove.
9664 (declaration): Implement new rule for %parse-param and %lex-param.
9665 * src/scan-gram.l: "," now elicits a warning, rather than being
9666 a token; this is more compatible with byacc.
9667 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
9668
9669 2002-11-27 Paul Eggert <eggert@twinsun.com>
9670
9671 Rename identifiers to avoid real and potential collisions.
9672
9673 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
9674 to avoid collision with lex macro described by Bruce Lilly in
9675 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
9676 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
9677 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
9678 * src/parse-gram.y (print_token_value): Renamed from yyprint.
9679 All uses changed.
9680 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
9681 The name "yycontrol" violates the name space rules, and this stuff
9682 wasn't being used anyway.
9683 (input): Remove action; this stuff wasn't being used.
9684 (gram_error): Rename local variable yylloc -> loc.
9685 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
9686 (YY_DECL): Don't use "yy" at start of local variables.
9687 All uses changed, e.g., yylloc -> loc.
9688 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
9689 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
9690 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
9691 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
9692
9693 * src/parse-gram.y (gram_error): loc is now const *.
9694 * src/reader.h (gram_error): Likewise.
9695
9696 2002-11-24 Paul Eggert <eggert@twinsun.com>
9697
9698 Version 1.75c.
9699
9700 * tests/actions.at (Actions after errors): Use an output format
9701 more similar to that of the Printers and Destructors test.
9702 Test the position of the ';' token too.
9703 (Printers and Destructors): Likewise.
9704 (Printers and Destructors: %glr-parser): Remove for now, to avoid
9705 unnecessarily alarming people when the test fails.
9706
9707 * data/yacc.c (yyerrlab1): Move this label down, so that the
9708 parser does not discard the lookahead token if the user code
9709 invokes YYERROR. This change is required for POSIX conformance.
9710
9711 * lib/error.c: Sync with gnulib.
9712
9713 2002-11-22 Paul Eggert <eggert@twinsun.com>
9714
9715 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
9716 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
9717 * lib/xmalloc.c: Likewise.
9718
9719 2002-11-20 Paul Eggert <eggert@twinsun.com>
9720
9721 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
9722
9723 2002-11-20 Paul Eggert <eggert@twinsun.com>
9724
9725 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
9726 should use `if (! x) abort ();' rather than `assert (x);', and
9727 anyway it's one less thing to worry about configuring.
9728
9729 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
9730 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
9731 and replace all instances of assert with abort.
9732 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
9733 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
9734
9735 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
9736 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
9737 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
9738 hash_find_entry, hash_rehash, hash_insert): Likewise.
9739 * src/conflicts.c (resolve_sr_conflict): Likewise.
9740 * src/lalr.c (set_goto_map, map_goto): Likewise.
9741 * src/nullable.c (nullable_compute): Likewise.
9742 * src/output.c (prepare_rules, token_definitions_output): Likewise.
9743 * src/reader.c (packgram, reader): Likewise.
9744 * src/state.c (state_new, state_free, state_transitions_set,
9745 state_reduction_find): Likewise.
9746 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
9747 symbol_pack): Likewise.
9748 * src/tables.c (conflict_row, pack_vector): Likewise.
9749 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
9750 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
9751 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
9752 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
9753
9754 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
9755 (ARGMATCH_CONSTRAINT): New macro.
9756 (ARGMATCH_ASSERT): Use it.
9757
9758 * src/system.h (verify): New macro.
9759 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
9760 rather than assert.
9761 * src/tables.c (tables_generate): Likewise.
9762
9763 * src/struniq.c (struniq_assert): Now returns void, and aborts
9764 if the assertion is false.
9765 (struniq_assert_p): Remove.
9766 * src/struniq.h: Likewise.
9767
9768 2002-11-18 Paul Eggert <eggert@twinsun.com>
9769
9770 * data/glr.c (yygetLRActions): Replace `yyindex' with
9771 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
9772 This fixes the regression with Sun ONE Studio 7 cc that I reported in
9773 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
9774
9775 2002-11-18 Akim Demaille <akim@epita.fr>
9776
9777 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
9778 space.
9779 From Tim Van Holder.
9780
9781 2002-11-17 Paul Eggert <eggert@twinsun.com>
9782
9783 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
9784 to "SyntaxError" for consistency with my 2002-11-15 change.
9785
9786 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
9787 not define to {}, since this breaks the common use of `YYDPRINTF
9788 ((...));' if a single statement is desired (e.g. before `else').
9789 Work around GCC warnings by surrounding corresponding calls with
9790 {} if needed.
9791 (yyhasResolvedValue): Remove unused function.
9792 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
9793 loop body.
9794 (yyreportSyntaxError): Renamed from yyreportParseError.
9795 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
9796 All uses changed.
9797 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
9798 extern when possible. Remove unused initializations.
9799
9800 2002-11-16 Akim Demaille <akim@epita.fr>
9801
9802 Augment the similarity between GLR and LALR traces.
9803
9804 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
9805 (YY_REDUCE_PRINT): New.
9806 (yyparse): Use them.
9807 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
9808 YYDPRINT here.
9809 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
9810 state reached after the reduction/recovery, since...
9811 (yyparse, yyprocessOneStack): Report the state we are entering in.
9812
9813 2002-11-16 Akim Demaille <akim@epita.fr>
9814
9815 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
9816 Add support for --trace=skeleton.
9817 * src/scan-skel.l: %option debug.
9818 Scan strings of non-@ or \n instead of character by character.
9819 (scan_skel): Handle trace_skeleton.
9820 (QPUTS): New.
9821 (@output_parser_name@, @output_header_name@): ``Restore'' their
9822 support (used to be M4 macros).
9823 * data/yacc.c: Quote larger chunks, a la glr.c.
9824 * data/lalr1.cc: Likewise.
9825 The header guards are no longer available, so use some other
9826 string than `YYLSP_NEEDED'.
9827
9828 2002-11-16 Akim Demaille <akim@epita.fr>
9829
9830 Make the ``Printers and Destructors'' test more verbose, taking
9831 `yacc.c''s behavior as (possibly wrong) reference.
9832
9833 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
9834 instead of fprint on stdout.
9835 Set and report the last_line of the symbols.
9836 Consistently display values and locations.
9837
9838 2002-11-16 Paul Eggert <eggert@twinsun.com>
9839
9840 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
9841
9842 2002-11-15 Paul Eggert <eggert@twinsun.com>
9843
9844 * tests/actions.at (Actions after errors): New test case.
9845
9846 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
9847 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
9848 tests/action.at, tests/calc.at, tests/conflicts.at,
9849 tests/cxx-type.at, tests/regression.at:
9850 "parse error" -> "syntax error" for POSIX compatibility.
9851 "parsing stack overflow..." -> "parser stack overflow" so
9852 that code matches Bison documentation.
9853
9854 2002-11-15 Akim Demaille <akim@epita.fr>
9855
9856 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
9857 take two BRACED_CODE, not two string_content.
9858 Free the scanner's obstack when we are done.
9859 (code_content): New.
9860 * tests/calc.at: Adjust.
9861 * doc/bison.texinfo: Adjust.
9862 Also, make sure to include the `,' for these declarations.
9863
9864 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
9865
9866 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
9867 definition; avoids potential autoreconf problems.
9868
9869 2002-11-15 Akim Demaille <akim@epita.fr>
9870
9871 Always check the value returned by yyparse.
9872
9873 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
9874 returned by yyparse.
9875 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
9876 Adjust calls.
9877 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
9878 returned by yyparse.
9879
9880 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9881
9882 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
9883 on input.at test.
9884
9885 2002-11-14 Paul Eggert <eggert@twinsun.com>
9886
9887 * src/output.c (output_skeleton): Call xfopen instead of
9888 duplicating xfopen's body.
9889
9890 Fix bugs reported by Nelson H. F. Beebe in
9891 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
9892
9893 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
9894 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
9895 Group compiler. Instead, use "$CC -E bar.c". Include the .h
9896 file twice in the grammar, as an extra check.
9897
9898 * tests/input.at (Torturing the Scanner): Surround the
9899 backslash-newline tests with "#if 0", to make it less likely that
9900 we'll run into compiler bugs. Bring back solitary \ inside
9901 comment, but add a closing comment to work around HP C bug. Don't
9902 test backslash-newline in C character constant.
9903
9904 2002-11-14 Akim Demaille <akim@epita.fr>
9905
9906 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
9907 status of the compiler.
9908 Calling `exit 1' is no longer needed.
9909 Reported by Nelson H. F. Beebe.
9910
9911 2002-11-14 Akim Demaille <akim@epita.fr>
9912
9913 * tests/atlocal.in (CPPFLAGS): We have config.h.
9914 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
9915 New.
9916 * tests/actions.at, tests/calc.at, tests/conflicts.at,
9917 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
9918 * tests/regression.at, tests/torture.at: Use them for all the
9919 grammars that are to be compiled.
9920 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
9921 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
9922 * doc/bison.texinfo (GLR Parsers): Document `inline'.
9923
9924 2002-11-14 Akim Demaille <akim@epita.fr>
9925
9926 * doc/bison.texinfo: Various formatting changes (alignments in
9927 samples, additional @group/@end group, GCS in samples.
9928 Use @deffn instead of simple @table to define the directives,
9929 macros, variables etc.
9930
9931 2002-11-13 Paul Eggert <eggert@twinsun.com>
9932
9933 Fix some bugs reported by Albert Chin-A-Young in
9934 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
9935
9936 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
9937 -o c"; the HP C compiler chatters during compilation.
9938 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
9939 * tests/headers.at (export YYLTYPE): Likewise.
9940
9941 * tests/input.at (Torturing the Scanner): Remove lines containing
9942 solitary backslashes, as they tickle a bug in the HP C compiler.
9943
9944 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
9945 comments, since they're not portable. Use GNU coding style.
9946
9947 2002-11-13 Akim Demaille <akim@epita.fr>
9948
9949 * data/yacc.c: Leave bigger chunks of quoted text.
9950 (YYDSYMPRINTF): New.
9951 Use it to report symbol activities.
9952 * data/glr.c (YYDSYMPRINTF): New.
9953 Use it.
9954
9955 2002-11-12 Paul Eggert <eggert@twinsun.com>
9956
9957 Version 1.75b.
9958
9959 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
9960 (yyglrReduce): Return yyok, not 0.
9961 This should avoid the enumerated-type warnings reported
9962 by Nelson H. F. Beebe in
9963 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
9964
9965 * lib/bbitset.h (BITSET_INLINE): Remove.
9966 * lib/bitset.h [! BITSET_INLINE]: Remove.
9967 (bitset_set, bitset_reset, bitset_test): Rename local vars
9968 to avoid shadowing warnings by GCC.
9969
9970 * data/glr.c (inline): Remove #define. It's the user's
9971 responsibility to #define it away, just like 'const'.
9972 This fixes one of the bugs reported by Nelson H. F. Beebe in
9973 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
9974
9975 * Makefile.maint (po-check): Scan .l and .y files instead of the
9976 .c and the .h files that they generate. This fixes the bug
9977 reported by Tim Van Holder in:
9978 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
9979 Look for N_ as well as for _. Try to avoid matching #define for
9980 N_ and _.
9981 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
9982 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
9983 * src/scan-gram.l: Revamp regular expressions so that " and '
9984 do not confuse xgettext.
9985
9986 * src/struniq.h (struniq_new): Do not declare the return type
9987 to be 'const'; this violates the C standard.
9988 * src/struniq.c (struniq_new): Likewise.
9989
9990 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
9991
9992 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
9993 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
9994 linker.
9995
9996 2002-11-12 Akim Demaille <akim@epita.fr>
9997
9998 * Makefile.maint: Sync with Autoconf:
9999 (local_updates): New.
10000
10001 2002-11-12 Akim Demaille <akim@epita.fr>
10002
10003 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
10004
10005 2002-11-12 Akim Demaille <akim@epita.fr>
10006
10007 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
10008 locations.
10009
10010 2002-11-12 Akim Demaille <akim@epita.fr>
10011
10012 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
10013 not yyvalue.
10014
10015 2002-11-12 Akim Demaille <akim@epita.fr>
10016
10017 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
10018 Use it to test the GLR parser.
10019
10020 2002-11-12 Akim Demaille <akim@epita.fr>
10021
10022 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
10023 defines it.
10024 * data/glr.c (yystos): New.
10025 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
10026 (YYDSYMPRINT): New.
10027 (yyval): Don't define it, it is handled via M4.
10028 (yyrecoverParseError): Free verbosely the discarded symbols.
10029 * data/yacc.c (yysymprint): Remove, rather...
10030 (b4_yysymprint_generate): invoke.
10031 * data/c.m4 (b4_yysymprint_generate): New.
10032 Accept pointers as arguments, as opposed to the version from
10033 yacc.c.
10034 (b4_yydestruct_generate): Likewise.
10035 * tests/cations.at (Printers and Destructors): Use Bison directives
10036 instead of CPP macros.
10037 Don't rely on internal details.
10038
10039 2002-11-12 Akim Demaille <akim@epita.fr>
10040
10041 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
10042 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
10043 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
10044 it against YYEMPTY and so forth), work on yytoken (i.e., set
10045 it to YYEMPTY etc.).
10046 (yydestruct): Replace with a b4_yydestruct_generate invocation.
10047 (b4_symbol_actions): Remove.
10048 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
10049 for 0, end-of-input.
10050
10051 2002-11-12 Akim Demaille <akim@epita.fr>
10052
10053 * doc/bison.texinfo (Destructor Decl): New.
10054
10055 2002-11-12 Akim Demaille <akim@epita.fr>
10056
10057 * src/tables.c (tables_generate): Use free for pointers that
10058 cannot be NULL, not XFREE.
10059 (pack_vector): Use assert, not fatal, for bound violations.
10060 * src/state.c (state_new): Likewise.
10061 * src/reader.c (reader): Likewise.
10062 * src/lalr.c (set_goto_map): Likewise.
10063 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
10064 the file name.
10065
10066 2002-11-12 Akim Demaille <akim@epita.fr>
10067
10068 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
10069 Restore.
10070 * src/scan-gram.l (last_string): Is global to the file, not to
10071 yylex.
10072 * src/parse-gram.y (input): Don't append the epilogue here,
10073 (epilogue.opt): do it here, and free the scanner's obstack.
10074 * src/reader.c (epilogue_set): Rename as...
10075 (epilogue_augment): this.
10076 * data/c.m4 (b4_epilogue): Defaults to empty.
10077
10078 2002-11-12 Akim Demaille <akim@epita.fr>
10079
10080 * src/getargs.c (long_options): Remove duplicates.
10081 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
10082 Remove.
10083 * doc/bison.rnh: Remove.
10084 * doc/bison.texinfo (VMS Invocation): Remove.
10085
10086 2002-11-12 Akim Demaille <akim@epita.fr>
10087
10088 * src/struniq.h, src/struniq.c (struniq_t): Is const.
10089 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
10090
10091 Use struniq for symbols.
10092
10093 * src/symtab.h (symbol_t): The tag member is a struniq.
10094 (symbol_type_set): Adjust.
10095 * src/symtab.c (symbol_new): Takes a struniq.
10096 (symbol_free): Don't free the tag member.
10097 (hash_compare_symbol_t, hash_symbol_t): Rename as...
10098 (hash_compare_symbol, hash_symbol): these.
10099 Use the fact that tags as struniqs.
10100 (symbol_get): Use struniq_new.
10101 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
10102 Returns a strniq.
10103 * src/reader.h (merger_list, grammar_currentmerge_set): The name
10104 and type members are struniqs.
10105 * src/reader.c (get_merge_function)
10106 (grammar_current_rule_merge_set): Adjust.
10107 (TYPE, current_type): Are struniq.
10108
10109 Use struniq for file names.
10110
10111 * src/files.h, src/files.c (infile): Split into...
10112 (grammar_file, current_file): these.
10113 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
10114 * src/reduce.c (reduce_print): Likewise.
10115 * src/getargs.c (getargs): Likewise.
10116 * src/complain.h, src/complain.c: Likewise.
10117 * src/main.c (main): Call struniqs_new early enough to use it for
10118 file names.
10119 Don't free the input file name.
10120
10121 2002-11-12 Akim Demaille <akim@epita.fr>
10122
10123 * src/symtab.c (symbol_free): Remove dead deactivated code:
10124 type_name are properly removed.
10125 Don't use XFREE to free items that cannot be NULL.
10126 * src/struniq.h, src/struniq.c: New.
10127 * src/main.c (main): Initialize/free struniqs.
10128 * src/parse-gram.y (%union): Add astruniq member.
10129 (yyprint): Adjust.
10130 * src/scan-gram.l (<{tag}>): Return a struniq.
10131 Free the obstack bit that used to store it.
10132 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
10133
10134 2002-11-11 Paul Eggert <eggert@twinsun.com>
10135
10136 Revamp to fix many (but not all) of the C- and M4-related quoting
10137 problems. Among other things, this fixes the Bison bug reported
10138 by Jan Hubicka when processing the Bash grammar; see:
10139 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
10140
10141 Use new @ escapes consistently. Represent brackets with @{ and @}
10142 rather than @<:@ and @:>@, since this works a bit better with dumb
10143 editors like vi. Represent @ with @@, since @ is now consistently
10144 an escape. Use @oline@ and @ofile@ rather than __oline__ and
10145 __ofile__, to avoid unexpected expansions. Similarly, use @output
10146 rather than #output.
10147
10148 * data/c.m4 (b4_copyright): Omit file name from comment, since
10149 the file name could contain "*/".
10150 (b4_synclines_flag): Don't quote the 2nd argument; it should already
10151 be quoted. All uses changed.
10152
10153 * data/glr.c: Use new @ escapes consistently.
10154 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
10155 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
10156 Remove, since they couldn't handle arbitrary characters in file
10157 names.
10158 * data/lalr1.cc: Likewise.
10159 * data/yacc.c: Likewise.
10160
10161 * src/files.c (output_infix): Remove; all uses removed.
10162 * src/files.h: Likewise.
10163
10164 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
10165 mishandled funny characters in file names, and anyway it isn't
10166 needed any more.
10167 * data/yacc.c: Likewise.
10168 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
10169
10170 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
10171 * data/yacc.c: Likewise.
10172
10173 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
10174 strings now.
10175 (muscle_init): Quote filename as a C string.
10176 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
10177 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
10178 * src/output.c (escaped_file_name_output): New function.
10179 (prepare_symbols): Quote tokens for M4.
10180 (prepare): Don't insert output_infix, output_prefix,
10181 output_parser_name, output_header_name; this is now down by scan-skel.
10182 Insert skeleton as a C string.
10183
10184 * src/output.c (user_actions_output, symbol_destructors_output,
10185 symbol_printers_output): Quote filenames for C and M4.
10186 * src/reader.c (prologue_augment, epilogue_set): Likewise.
10187
10188 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
10189 escapes other than \\ and \'; this simplifies the code.
10190 (<SC_STRING>): Likewise, for \\ and \".
10191 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
10192 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
10193 Use new escapes @{ and @} for [ and ].
10194
10195 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
10196 them with auto vars.
10197 Switch to new escape scheme, where @ is the escape character uniformly.
10198 Abort if a stray escape character is found. Avoid unbounded input
10199 buffer when parsing non-escaped text.
10200
10201 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
10202 __oline__, #output, $@, and @{ do not have unintended meanings.
10203
10204 2002-11-09 Paul Eggert <eggert@twinsun.com>
10205
10206 Fix the test failure due to GCC warnings described in
10207 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
10208 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
10209 evaluate to 0 if it's impossible for NINF to be in the respective
10210 table.
10211 (yygetLRActions, yyrecoverParseError): Use them.
10212
10213 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
10214 counted in the token inserted at end of file. Now takes
10215 location_t *, not location_t, so that the location can be
10216 adjusted. All uses changed.
10217
10218 * tests/regression.at (Invalid inputs): Adjust wording in
10219 diagnostic to match the new behavior.
10220
10221 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
10222 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
10223 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
10224 abort ();'. This reduces the runtime of the "Many lookaheads"
10225 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
10226 GCC 3.2.
10227
10228 2002-11-07 Paul Eggert <eggert@twinsun.com>
10229
10230 * src/parse-gram.y (CHARACTER): Remove unused token.
10231 All uses removed.
10232
10233 * src/scan-gram.l: Remove stack option. We no longer use the
10234 stack, since the stack was never deeper than 1; instead, use the
10235 new auto var c_context to record the stacked value.
10236
10237 Remove nounput option. At an unexpected end of file, we now unput
10238 the minimal input necessary to end cleanly; this simplifies the
10239 code.
10240
10241 Avoid unbounded token sizes where this is easy.
10242
10243 (unexpected_end_of_file): New function.
10244 Use it to systematize the error message on unexpected EOF.
10245 (last-string): Now auto, not static.
10246 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
10247 (scanner_last_string_free): Remove; not used.
10248 (percent_percent_count): Move decl to just before use.
10249 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
10250 not the (never otherwised-used) CHARACTER.
10251
10252 2002-11-07 Akim Demaille <akim@epita.fr>
10253
10254 Let yyerror always receive the msg as last argument, so that
10255 yyerror can be variadic.
10256
10257 * data/yacc.c (b4_yyerror_args): New.
10258 Use it when calling yyerror.
10259 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
10260 Use it when calling yyerror.
10261 * doc/bison.texinfo (Error Reporting): Adjust.
10262 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
10263 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
10264
10265 2002-11-06 Akim Demaille <akim@epita.fr>
10266
10267 #line should have quoted strings.
10268 Ideally, this should be done by m4_quotearg.
10269
10270 * src/scan-skel.l: Include quotearg.h.
10271 Quote __ofile__.
10272 * src/output.c (symbol_printers_output)
10273 (symbol_destructors_output): Quote the file name.
10274
10275 2002-11-06 Akim Demaille <akim@epita.fr>
10276
10277 * tests/regression.at (Invalid inputs): Adjust to the recent
10278 messages.
10279
10280 2002-11-06 Akim Demaille <akim@epita.fr>
10281
10282 Restore --no-lines.
10283 Reported by Jim Kent.
10284
10285 * data/c.m4 (b4_syncline): New.
10286 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
10287 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
10288 * src/output.c (user_actions_output): Likewise.
10289 (prepare): Define 'b4_synclines_flag'.
10290 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
10291
10292 2002-11-06 Akim Demaille <akim@epita.fr>
10293
10294 * src/main.c (main): Free `infile'.
10295 * src/scan-gram.l (handle_syncline): New.
10296 Recognize `#line'.
10297 * src/output.c (user_actions_output, symbol_destructors_output)
10298 (symbol_printers_output): Use the location's file name, not
10299 infile.
10300 * src/reader.c (prologue_augment, epilogue_set): Likewise.
10301
10302 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10303
10304 * src/tables.c (matching_state): Don't allow states to match if
10305 either has GLR conflict entries.
10306
10307 2002-11-05 Paul Eggert <eggert@twinsun.com>
10308
10309 * src/scan-gram.l: Use more accurate diagnostics, e.g.
10310 "integer out of range" rather than "invalid value".
10311 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
10312 accordingly.
10313
10314 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
10315 Also, remove one static variable in the scanner.
10316
10317 * src/scan-gram.l (braces_level): Now auto, not static.
10318 Initialize to zero if the compiler is being picky.
10319 (INITIAL): Clear braces_level instead of incrementing it.
10320 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
10321 as POSIX 1003.1-2001 requires.
10322 * src/system.h (IF_LINT): New macro, taken from coreutils.
10323 * configure.ac: Define "lint" if --enable-gcc-warnings.
10324
10325 2002-11-05 Akim Demaille <akim@epita.fr>
10326
10327 * src/scan-gram.l: When it starts with `%', complain about the
10328 whole directive, not just that `invalid character: %'.
10329
10330 2002-11-04 Akim Demaille <akim@epita.fr>
10331
10332 * Makefile.maint: Update from Autoconf.
10333 (update, cvs-update, po-update, do-po-update): New.
10334
10335 2002-11-04 Akim Demaille <akim@epita.fr>
10336
10337 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
10338 and yyerror.
10339 Have yyerror `use' its arguments.
10340 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
10341 returns true when location & yacc & pure & parse-param.
10342 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
10343
10344 2002-11-04 Akim Demaille <akim@epita.fr>
10345
10346 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
10347 clashes.
10348 * src/scan-gram.l: Use [\'] instead of ['] to pacify
10349 font-lock-mode.
10350 Use complain_at.
10351 Use quote, not quote_n since LOCATION_PRINT no longer uses the
10352 slot 0.
10353
10354 2002-11-03 Paul Eggert <eggert@twinsun.com>
10355
10356 * src/reader.c (get_merge_function, grammar_current_rule_check):
10357 Use consistent diagnostics for reporting type name clashes.
10358 Quote the types with <>, for consistency with Yacc.
10359 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
10360
10361 2002-11-03 Akim Demaille <akim@epita.fr>
10362
10363 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
10364 New.
10365 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
10366 (b4_parse_param): Remove.
10367 Use b4_identification.
10368 Propagate b4_pure_args where needed to pass them to yyerror.
10369 * data/glr.m4 (b4_parse_param): Remove.
10370 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
10371 (b4_lpure_formals): New.
10372 Use b4_identification.
10373 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
10374 b4_user_formals and b4_user_args.
10375 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
10376 (yyreportAmbiguity): When using a pure parser, also need
10377 the location, and the parse-params.
10378 Adjust callers.
10379 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
10380 When using a pure parser, also need the parse-params.
10381 Adjust callers.
10382 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
10383 (%pure-parser + %parse-param) LALR and GLR parsers.
10384 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
10385 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
10386 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
10387 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
10388 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
10389 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
10390 * doc/bison.texinfo: Untabify the whole file.
10391 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
10392 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
10393 (Error Reporting): Adjust to these new directives.
10394 Document %error-verbose, deprecate YYERROR_VERBOSE.
10395
10396 2002-11-03 Akim Demaille <akim@epita.fr>
10397
10398 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
10399 AT_CHECK_CALC_GLR invocations to use % directives, instead of
10400 command line options.
10401 * tests/cxx-type.at: Formatting changes.
10402
10403 2002-11-03 Paul Eggert <eggert@twinsun.com>
10404
10405 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
10406 to count columns correctly, and to check for invalid inputs.
10407
10408 Use mbsnwidth to count columns correctly. Account for tabs, too.
10409 Include mbswidth.h.
10410 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
10411 (extend_location): New function.
10412 (YY_LINES): Remove.
10413
10414 Handle CRLF in C code rather than in Lex code.
10415 (YY_INPUT): New macro.
10416 (no_cr_read): New function.
10417
10418 Scan UCNs, even though we don't fully handle them yet.
10419 (convert_ucn_to_byte): New function.
10420
10421 Handle backslash-newline correctly in C code.
10422 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
10423 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
10424 all uses changed.
10425 (tag, splice): New EREs. Do not allow NUL or newline in tags.
10426 Use {splice} wherever C allows backslash-newline.
10427 YY_STEP after space, newline, vertical-tab.
10428 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
10429
10430 (letter, id): Don't assume ASCII; e.g., spell out a-z.
10431
10432 ({int}, handle_action_dollar, handle_action_at): Check for integer
10433 overflow.
10434
10435 (YY_STEP): Omit trailing semicolon, so that it's more like C.
10436
10437 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
10438 as well as \000. Check for UCHAR_MAX, not 255.
10439 Allow \x with an arbitrary positive number of digits, as in C.
10440 Check for overflow here.
10441 Allow \? and UCNs, for compatibility with C.
10442
10443 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
10444 with quote slot used by complain_at.
10445
10446 * tests/input.at: Add tests for backslash-newline, m4 quotes
10447 in symbols, long literals, and funny escapes in strings.
10448
10449 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
10450 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
10451 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
10452 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
10453 * m4/mbswidth.m4: New file, from GNU coreutils.
10454
10455 * doc/bison.texinfo (Grammar Outline): Document // comments.
10456 (Symbols): Document that trigraphs have no special meaning in Bison,
10457 nor is backslash-newline allowed.
10458 (Actions): Document that trigraphs have no special meaning.
10459
10460 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
10461 no longer used.
10462
10463 2002-11-02 Paul Eggert <eggert@twinsun.com>
10464
10465 * src/reader.c: Don't include quote.h; not needed.
10466 (get_merge_function): Reword warning to be consistent with
10467 type clash diagnostic in grammar_current_rule_check.
10468
10469 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
10470 bug in trigraph handling.
10471
10472 * src/output.c (prepare_symbols): When printing token names,
10473 escape "[" as "@<:@" and likewise for "]".
10474
10475 * src/system.h (errno): Remove declaration, as we are now
10476 assuming C89 or better, and C89 guarantees errno.
10477
10478 2002-10-30 Paul Eggert <eggert@twinsun.com>
10479
10480 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
10481 Check for close failures.
10482 * src/files.h (xfclose): Return void, not int, since it always
10483 returned zero.
10484 * src/files.c (xfclose): Likewise. Report I/O error if ferror
10485 indicates one.
10486 * src/output.c (output_skeleton): Use xfclose rather than fclose
10487 and ferror. xfclose now checks ferror.
10488
10489 * data/glr.c (YYLEFTMOST_STATE): Remove.
10490 (yyreportTree): Use a stack-based leftmost state. This avoids
10491 our continuing battles with bogus warnings about initializers.
10492
10493 2002-10-30 Akim Demaille <akim@epita.fr>
10494
10495 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
10496 #if.
10497
10498 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10499
10500 * tests/glr-regr1.at: New test for reported regressions.
10501 * tests/testsuite.at: Add glr-regr1.at test.
10502 * tests/Makefile.am: Add glr-regr1.at test.
10503
10504 2002-10-24 Paul Eggert <eggert@twinsun.com>
10505
10506 Version 1.75a.
10507
10508 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
10509 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
10510 we use malloc. Don't assume 'A' through 'Z' are contiguous.
10511 Don't assume strdup exists; POSIX says its an XSI extension.
10512 Check for buffer overflow on input.
10513
10514 2002-10-24 Akim Demaille <akim@epita.fr>
10515
10516 * src/output.c (output_skeleton): Don't disable M4sugar comments
10517 too soon: it results in comments being expanded.
10518 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
10519 first output.
10520
10521 2002-10-24 Akim Demaille <akim@epita.fr>
10522
10523 * data/yacc.c (m4_int_type): New.
10524 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
10525 char' as only yacc.c wants K&R portability.
10526 * data/glr.c (yysigned_char): Remove.
10527 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
10528 Reported by Quoc Peyrot.
10529
10530 2002-10-23 Paul Eggert <eggert@twinsun.com>
10531
10532 * src/main.c (main): With --trace=time, report times even if a
10533 non-fatal error occurs. Formerly, the times were reported in some
10534 such cases but not in others.
10535 * src/reader.c (reader): Just return if a complaint has been issued,
10536 instead of exiting, so that 'main' can report times.
10537
10538 2002-10-22 Akim Demaille <akim@epita.fr>
10539
10540 * src/system.h: Include sys/types.
10541 Reported by Bert Deknuydt.
10542
10543 2002-10-23 Paul Eggert <eggert@twinsun.com>
10544
10545 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
10546 Suggested by Art Haas.
10547
10548 2002-10-22 Paul Eggert <eggert@twinsun.com>
10549
10550 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
10551 decl; not needed any more.
10552 * src/main.c (main): Use return to exit, undoing yesterday's change.
10553 The last OS that we could find where this wouldn't work is
10554 SunOS 3.5, and that's too old to worry about now.
10555
10556 * data/glr.c (struct yyltype): Define members even when not
10557 doing locations. This is more consistent with yacc.c, and it
10558 works around the following bug reports:
10559 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
10560 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
10561
10562 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
10563 @acronym consistently. Standardize on "Yacc" instead of "YACC",
10564 "Algol" instead of "ALGOL". Give a bit more history about BNF.
10565
10566 2002-10-22 Akim Demaille <akim@epita.fr>
10567
10568 * data/README: New.
10569
10570 2002-10-21 Paul Eggert <eggert@twinsun.com>
10571
10572 Be consistent about 'bool'; the old code used an enum in one
10573 module and an int in another, and this violates the C standard.
10574 * m4/stdbool.m4: New file, from coreutils 4.5.3.
10575 * configure.ac (AC_HEADER_STDBOOL): Add.
10576 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
10577 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
10578 * src/symtab.c (hash_compare_symbol_t): Likewise.
10579 * src/system.h (bool, false, true): Use a definition consistent
10580 with ../lib/hash.c. All uses changed.
10581
10582 * src/complain.c (warning_issued): Renamed from warn_message_count,
10583 so that we needn't worry about integer overflow (!).
10584 Now of type bool. All uses changed.
10585 (complaint_issued): Renamed from complain_message_count; likewise.
10586
10587 * src/main.c (main): Use exit to exit with failure.
10588
10589 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
10590 rather than 1 and 0.
10591 * src/main.c (main): Likewise.
10592 * src/getargs.c (getargs): Likewise.
10593 * src/reader.c (reader): Likewise.
10594
10595 * src/getarg.c (getargs): Remove duplicate code for
10596 "Try `bison --help'".
10597
10598 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
10599 What was that "2" for?
10600
10601 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
10602 * src/getargs.c (usage): Likewise.
10603
10604 * src/getargs.c (getargs): When there are too few operands, report
10605 the last one. When there are too many, report the first extra
10606 one. This is how diffutils does it.
10607
10608 2002-10-20 Paul Eggert <eggert@twinsun.com>
10609
10610 Remove K&R vestiges.
10611 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
10612 * src/complain.c (VA_START): Remove. Assume prototypes.
10613 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
10614 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
10615 fatal): Assume prototypes.
10616 * src/complain.h: Assume prototypes.
10617 * src/system.h (PARAMS): Remove.
10618 Include <limits.h> unconditionally, since it's guaranteeed even
10619 for a freestanding C89 compiler.
10620 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
10621 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
10622
10623 2002-10-20 Akim Demaille <akim@epita.fr>
10624
10625 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
10626 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
10627 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
10628 (yyresolveStates, yyresolveAction, yyresolveStack)
10629 (yyprocessOneStack): Use them.
10630 (yy_reduce_print): New.
10631 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
10632
10633 2002-10-20 Akim Demaille <akim@epita.fr>
10634
10635 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
10636 arguments and output `void'.
10637 (b4_c_function): Rename as...
10638 (b4_c_function_def): this.
10639 (b4_c_function_decl, b4_c_ansi_function_def)
10640 (b4_c_ansi_function_decl): New.
10641 Change the interpretation of the arguments: before `int, foo', now
10642 `int foo, foo'.
10643 * data/yacc.c (yyparse): Prototype and define thanks to these.
10644 Adjust b4_c_function_def uses.
10645 * data/glr.c (yyparse): Likewise, but ANSI only.
10646
10647 2002-10-20 Akim Demaille <akim@epita.fr>
10648
10649 * src/output.c (prepare): Move the definition of `tokens_number',
10650 `nterms_number', `undef_token_number', `user_token_number_max'
10651 to...
10652 (prepare_tokens): Here.
10653 (prepare_tokens): Rename as...
10654 (prepare_symbols): this.
10655 (prepare): Move the definition of `rules_number' to...
10656 (prepare_rules): here.
10657 (prepare): Move the definition of `last', `final_state_number',
10658 `states_number' to...
10659 (prepare_states): here.
10660 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
10661
10662 2002-10-20 Akim Demaille <akim@epita.fr>
10663
10664 * src/tables.h, src/tables.c, src/output.c: Comment changes.
10665
10666 2002-10-20 Akim Demaille <akim@epita.fr>
10667
10668 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
10669 * data/c.m4: here.
10670
10671 2002-10-20 Akim Demaille <akim@epita.fr>
10672
10673 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
10674 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
10675 `pair'.
10676 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
10677 `name' to...
10678 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
10679 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
10680 These.
10681
10682 2002-10-19 Paul Eggert <eggert@twinsun.com>
10683
10684 Do not create a temporary file, as that involves security and
10685 cleanup headaches. Instead, use a pair of pipes.
10686 Derived from a suggestion by Florian Krohm.
10687 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
10688 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
10689 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
10690 (BISON_PREREQ_SUBPIPE): Add.
10691 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
10692 Add subpipe.h, subpipe.c.
10693 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
10694 * po/POTFILES.in: Add lib/subpipe.c.
10695 * src/output.c: Include "subpipe.h".
10696 (m4_invoke): Remove decl.
10697 (scan_skel): New decl.
10698 (output_skeleton): Use pipe rather than temporary file for m4 input.
10699 Check that m4sugar.m4 is readable, to avoid deadlock.
10700 Check for pipe I/O error.
10701 * src/scan-skel.l (readpipe): Remove decl.
10702 (scan_skel): New function, to be used in place of m4_invoke.
10703 Read from stream rather than file.
10704
10705 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
10706 float, as this generates a warning on Solaris 8 + GCC 3.2 with
10707 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
10708 this generates a more-accurate value anyway.
10709
10710 * lib/timevar.c (timervar_accumulate): Rename locals to
10711 avoid confusion with similarly-named more-global.
10712 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
10713
10714 * src/output.c (prepare): Use xstrdup to convert char const *
10715 to char *, to avoid GCC warning.
10716
10717 2002-10-19 Akim Demaille <akim@epita.fr>
10718
10719 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
10720 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
10721 Use them to have `calc.y' ready for %pure-parser.
10722 * data/yacc.c (YYLEX): Pass a yylex return type to
10723 b4_c_function_call.
10724
10725 2002-10-19 Akim Demaille <akim@epita.fr>
10726
10727 Prototype support of %lex-param and %parse-param.
10728
10729 * src/parse-gram.y: Add the definition of the %lex-param and
10730 %parse-param tokens, plus their rules.
10731 Drop the `_' version of %glr-parser.
10732 Add the "," token.
10733 * src/scan-gram.l (INITIAL): Scan them.
10734 * src/muscle_tab.c: Comment changes.
10735 (muscle_insert, muscle_find): Rename `pair' as `probe'.
10736 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
10737 (muscle_entry_s): The `value' member is no longer const.
10738 Adjust all dependencies.
10739 * src/muscle_tab.c (muscle_init): Adjust: use
10740 MUSCLE_INSERT_STRING.
10741 Initialize the obstack earlier.
10742 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
10743 (muscle_pair_list_grow): New.
10744 * data/c.m4 (b4_c_function_call, b4_c_args): New.
10745 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
10746 * tests/calc.at: Use %locations, not --locations.
10747 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
10748
10749 2002-10-19 Akim Demaille <akim@epita.fr>
10750
10751 * src/getargs.c (usage): Take status as argument and exit
10752 accordingly.
10753 Report the traditional `Try ... --help' message when status != 0.
10754 (usage, version): Don't take a FILE * as arg, it is pointless.
10755 (getargs): When there is an incorrect number of arguments, make it
10756 an error, and report it GNUlically thanks to `usage ()'.
10757
10758 2002-10-18 Paul Eggert <eggert@twinsun.com>
10759
10760 * data/glr.c (yyreportParseError): Don't assume that sprintf
10761 yields the length of the printed string, as this is not true
10762 on SunOS 4.1.4. Reported by Peter Klein.
10763
10764 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
10765 * tests/conflicts.at (%nonassoc and eof): Likewise.
10766 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
10767
10768 2002-10-17 Akim Demaille <akim@epita.fr>
10769
10770 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
10771 * src/getargs.c (trace_types, trace_args): Adjust.
10772 * src/reader.c (grammar_current_rule_prec_set)
10773 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
10774 Standardize error messages.
10775 And s/@prec/%prec/!
10776 (reader): Use trace_flag to enable scanner/parser debugging,
10777 instead of an adhoc scheme.
10778 * src/scan-gram.l: Remove trailing debugging code.
10779
10780 2002-10-16 Paul Eggert <eggert@twinsun.com>
10781
10782 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
10783 MUSCLE_TAB_H.
10784
10785 * NEWS: Officially drop support for building Bison with K&R C,
10786 since it didn't work anyway and it's not worth worrying about.
10787 * Makefile.maint (wget_files): Remove ansi2knr.c.
10788 (ansi2knr.c-url_prefix): Remove.
10789 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
10790 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
10791 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
10792
10793 2002-10-15 Paul Eggert <eggert@twinsun.com>
10794
10795 Stop using the "enum_" trick for K&R-style function definitions;
10796 it confused me, and I was the author! Instead, assume that people
10797 who want to use K&R C compilers (when using these modules in GCC,
10798 perhaps?) will run ansi2knr.
10799
10800 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
10801 All uses of "enum_" changed to "enum ".
10802 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
10803 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
10804
10805 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
10806 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
10807 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
10808 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
10809 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
10810 abitset_not, abitset_ones, abitset_or, abitset_or_and,
10811 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
10812 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
10813 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
10814 Use function prototypes; this removes the need for declaring
10815 static functions simply to provide their prototypes.
10816 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
10817 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
10818 bitset_count_, bitset_create, bitset_dump, bitset_first,
10819 bitset_free, bitset_init, bitset_last, bitset_next,
10820 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
10821 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
10822 bitset_print, bitset_release_memory, bitset_toggle_,
10823 bitset_type_choose, bitset_type_get, bitset_type_name_get,
10824 debug_bitset): Likewise.
10825 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
10826 * lib/bitset_stats.c (bitset_log_histogram_print,
10827 bitset_percent_histogram_print, bitset_stats_and,
10828 bitset_stats_and_cmp, bitset_stats_and_or,
10829 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
10830 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
10831 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
10832 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
10833 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
10834 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
10835 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
10836 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
10837 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
10838 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
10839 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
10840 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
10841 bitset_stats_zero): Likewise.
10842 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
10843 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
10844 bitsetv_dump, debug_bitsetv): Likewise.
10845 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
10846 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
10847 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
10848 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
10849 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
10850 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
10851 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
10852 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
10853 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
10854 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
10855 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
10856 Likewise.
10857 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
10858 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
10859 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
10860 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
10861 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
10862 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
10863 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
10864 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
10865 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
10866 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
10867 lbitset_xor_cmp, lbitset_zero): Likewise.
10868
10869 2002-10-14 Akim Demaille <akim@epita.fr>
10870
10871 Version 1.75.
10872
10873 2002-10-14 Akim Demaille <akim@epita.fr>
10874
10875 * tests/Makefile.am (maintainer-check-posix): New.
10876
10877 2002-10-14 Akim Demaille <akim@epita.fr>
10878
10879 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
10880 member.
10881
10882 2002-10-14 Akim Demaille <akim@epita.fr>
10883
10884 * src/tables.c (table_ninf_remap): base -> tab.
10885 Reported by Matt Rosing.
10886
10887 2002-10-14 Paul Eggert <eggert@twinsun.com>
10888
10889 * tests/action.at, tests/calc.at, tests/conflicts.at,
10890 tests/cxx-type.at, tests/headers.at, tests/input.at,
10891 tests/regression.at, tests/synclines.at, tests/torture.at:
10892 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
10893 so that the tests still work even if POSIXLY_CORRECT is set.
10894 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
10895
10896 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
10897 for portability to K&R hosts. Fix typo: signed char is guaranteed
10898 only to 127, not to 128.
10899 * data/glr.c (yysigned_char): New type.
10900 * data/yacc.c (yysigned_char): Likewise.
10901 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
10902
10903 2002-10-13 Paul Eggert <eggert@twinsun.com>
10904
10905 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
10906 true due to limited range of data type" warning from GCC.
10907
10908 * data/c.m4 (b4_token_defines): Protect against double-inclusion
10909 by wrapping enum yytokentype's definition inside #ifndef
10910 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
10911
10912 2002-10-13 Akim Demaille <akim@epita.fr>
10913
10914 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
10915 Un yy- yyrhs to avoid the name clash with the global YYRHS.
10916
10917 2002-10-13 Akim Demaille <akim@epita.fr>
10918
10919 * Makefile.maint: Update from Autoconf 2.54.
10920 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
10921
10922 2002-10-13 Akim Demaille <akim@epita.fr>
10923
10924 * src/print.c (print_state): Separate the list of solved conflicts
10925 from the other items.
10926 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
10927
10928 2002-10-13 Akim Demaille <akim@epita.fr>
10929
10930 Let nondeterministic skeletons be usable with deterministic
10931 tables.
10932
10933 With the patch, GAWK compiled by GCC without -O2 passes its test
10934 suite using a GLR parser driven by LALR tables. It fails with -O2
10935 because `struct stat' gives two different answers on my machine:
10936 88 (definition of an auto var) and later 96 (memset on this var).
10937 Hence the stack is badly corrumpted. The headers inclusion is to
10938 blame: if I move the awk.h inclusion before GLR's system header
10939 inclusion, the two struct stat have the same size.
10940
10941 * src/tables.c (pack_table): Always create conflict_table.
10942 (token_actions): Always create conflict_list.
10943 * data/glr.c (YYFLAG): Remove, unused.
10944
10945 2002-10-13 Akim Demaille <akim@epita.fr>
10946
10947 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
10948 (O0FLAGS): New.
10949 (VALGRIND, GXX): New.
10950 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
10951 * tests/bison.in: Run $PREBISON a pre-command.
10952 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
10953 (maintainer-check-g++): New.
10954 * Makefile.am (maintainer-check): New.
10955
10956 2002-10-13 Akim Demaille <akim@epita.fr>
10957
10958 * data/glr.c: Formatting changes.
10959 Tweak some trace messages to match yacc.c's.
10960
10961 2002-10-13 Akim Demaille <akim@epita.fr>
10962
10963 GLR parsers sometimes raise parse errors instead of performing the
10964 default reduction.
10965 Reported by Charles-Henry de Boysson.
10966
10967 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
10968 check the length of the traces when %glr.
10969 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
10970 GLR's traces.
10971 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
10972 Test GLR parsers.
10973 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
10974 (yyltype): Remove the yy prefix from the member names.
10975 (yytable): Complete its comment.
10976 (yygetLRActions): Map error action number from YYTABLE from
10977 YYTABLE_NINF to 0.
10978 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
10979 (which was a bug: it should have been YYTABEL_NINF, and yet it was
10980 not satisfying as we could compare an YYACTION computed from
10981 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
10982 only value for error actions.
10983 (yyreportParseError): In verbose parse error messages, don't issue
10984 `error' in the list of expected tokens.
10985 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
10986 next action to perform to match glr.c's decoding.
10987 (yytable): Complete its comment.
10988
10989 2002-10-13 Paul Eggert <eggert@twinsun.com>
10990
10991 Fix problem reported by Henrik Grubbstroem in
10992 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
10993 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
10994 because the Bison parser reads the second action before reducing
10995 the first one.
10996 * src/scan-gram.l (rule_length): New static var.
10997 Use it to keep track of the rule length in the scanner, since
10998 we can't expect the parser to be in lock-step sync with the scanner.
10999 (handle_action_dollar, handle_action_at): Use this var.
11000 * tests/actions.at (Exotic Dollars): Test for the problem.
11001
11002 2002-10-12 Paul Eggert <eggert@twinsun.com>
11003
11004 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
11005 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
11006 Include <sys/time.h> when checking for clock_t and struct tms.
11007 Use same include order as source.
11008 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
11009 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
11010
11011 * lib/timevar.c: Update copyright date and clarify comments.
11012 (get_time) [IN_GCC]: Keep the GCC version for reference.
11013
11014 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
11015 GCC version as of today, then merge Bison's changes.
11016 Change "GCC" to "Bison" in copyright notice. timevar.def's
11017 author is Akim, so change that too.
11018
11019 * src/reader.c (grammar_current_rule_check):
11020 Don't worry about the default action if $$ is untyped.
11021 Prevents bogus warnings reported by Jim Gifford in
11022 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
11023
11024 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
11025 * data/glr.c, data/lalr1.cc, data/yacc.c:
11026 Output token definitions before the first part of user declarations.
11027 Fixes compatibility problem reported by Jim Gifford for kbd in
11028 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
11029
11030 2002-10-11 Paul Eggert <eggert@twinsun.com>
11031
11032 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
11033 (yyparse): here. This undoes some of the 2002-07-25 change.
11034 Compatibility problem reported by Ralf S. Engelschall with
11035 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
11036
11037 2002-10-11 Akim Demaille <akim@epita.fr>
11038
11039 * tests/regression.at Characters Escapes): New.
11040 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
11041 characters.
11042 Reported by Jan Nieuwenhuizen.
11043
11044 2002-10-11 Akim Demaille <akim@epita.fr>
11045
11046 * po/id.po: New.
11047
11048 2002-10-10 Paul Eggert <eggert@twinsun.com>
11049
11050 Portability fixes for bitsets; this also avoids several GCC
11051 warnings.
11052
11053 * lib/abitset.c: Include <stddef.h>, for offsetof.
11054 * lib/lbitset.c: Likewise.
11055
11056 * lib/abitset.c (abitset_bytes): Return a size that is aligned
11057 properly for vectors of objects. Do not assume that adding a
11058 header size to a multiple of a word size yields a value that is
11059 properly aligned for the whole union.
11060 * lib/bitsetv.c (bitsetv_alloc): Likewise.
11061
11062 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
11063 unique names for structures.
11064 * lib/ebitset.c (ebitset_bytes): Likewise.
11065 * lib/lbitset.c (lbitset_bytes): Likewise.
11066
11067 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
11068 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
11069 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
11070 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
11071 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
11072 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
11073 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
11074 to improve the type-checking that GCC can do.
11075 * lib/bitset.c (bitset_op4_cmp): Likewise.
11076 * lib/bitset_stats.c (bitset_stats_count,
11077 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
11078 bitset_stats_copy, bitset_stats_disjoint_p,
11079 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
11080 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
11081 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
11082 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
11083 bitset_stats_and_or_cmp, bitset_stats_andn_or,
11084 bitset_stats_andn_or_cmp, bitset_stats_or_and,
11085 bitset_stats_or_and_cmp): Likewise.
11086 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
11087 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
11088 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
11089 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
11090
11091 * lib/abitset.h: Include bitset.h, not bbitset.h.
11092 * lib/ebitset.h: Likewise.
11093 * lib/lbitset.h: Likewise.
11094
11095 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
11096 All instances of parameters of type enum bitset_opts are now of
11097 type enum_bitset_opts, to conform to the C Standard, and similarly
11098 for enum_bitset_type.
11099 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
11100 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
11101
11102 Do not use "struct bitset_struct" to mean different things in
11103 different modules. Not only is this confusing, it violates
11104 the C Standard, which requires that structure types in different
11105 modules must be compatible if one is to be passed to the other.
11106 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
11107 All instances of "struct bitset_struct *" replaced with "bitset".
11108 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
11109 (union bitset_union, struct abitset_struct, struct ebitset_struct,
11110 struct lbitset_struct, struct bitset_stats_struct): New types.
11111 All uses of struct bitset_struct changed to union bitset_union,
11112 etc.
11113 * lib/abitset.c (struct abitset_struct, abitset,
11114 struct bitset_struct): Remove.
11115 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
11116 struct bitset_struct): Remove.
11117 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
11118 bitset_struct): Remove.
11119 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
11120 Likewise.
11121
11122 Do not call a function of type T using a call that assumes the
11123 function is of a different type U. Standard C requires that a
11124 function must be called with a type that is compatible with its
11125 definition.
11126 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11127 New decls.
11128 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11129 New functions.
11130 * lib/ebitset.c (PFV): Remove.
11131 * lib/lbitset.c (PFV): Likewise.
11132 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
11133 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
11134 decls.
11135 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
11136 (ebitset_vtable): Use them.
11137 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
11138 lbitset_xor): New functions.
11139 (lbitset_vtable): Use them.
11140
11141 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
11142 Declare.
11143
11144 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
11145 GCC warning.
11146 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
11147 Use offsetof, for simplicity.
11148
11149 2002-10-06 Paul Eggert <eggert@twinsun.com>
11150
11151 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
11152 the same width as int. This reapplies a hunk of the 2002-08-12 patch
11153 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
11154 which was inadvertently undone by the 2002-09-30 patch.
11155 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
11156 the same width as int.
11157
11158 2002-10-04 Paul Eggert <eggert@twinsun.com>
11159
11160 Version 1.50.
11161
11162 * configure.ac (AC_INIT), NEWS: Increment version number.
11163
11164 * doc/bison.texinfo: Minor spelling, grammar, and white space
11165 fixes.
11166 (Symbols): Mention that any negative value returned from yylex
11167 signifies end-of-input. Warn about negative chars. Mention
11168 the portable Standard C character set.
11169
11170 The GNU coding standard says CFLAGS and YFLAGS are reserved
11171 for the installer to set.
11172 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
11173 * src/Makefile.am (AM_CFLAGS): Likewise.
11174 (AM_YFLAGS): Renamed from YFLAGS.
11175
11176 Fix some MAX and MIN problems.
11177 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
11178 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
11179 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
11180 * src/reader.c (reader): Use it.
11181
11182 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
11183 POSIX 1003.1-2001 has removed fgrep.
11184
11185 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11186
11187 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
11188 interpreted as signed.
11189 * lib/ebitset.c (ebitset_list): Fix bug.
11190
11191 2002-10-01 Paul Eggert <eggert@twinsun.com>
11192
11193 More fixes for 64-bit hosts and large bitsets.
11194
11195 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
11196 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
11197 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
11198 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
11199 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
11200 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
11201 bitset_count_): Likewise.
11202 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
11203 bitset_first, bitset_last): Likewise.
11204 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
11205 bitset_stats_list_reverse, bitset_stats_size,
11206 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
11207 Likewise.
11208 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11209 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
11210 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
11211 bitsetv_reflexive_transitive_closure): Likewise.
11212 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
11213 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
11214 Likewise.
11215 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
11216 Likewise.
11217
11218 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
11219 Use size_t, not unsigned int, to count bytes.
11220 * lib/abitset.h (abitset_bytes): Likewise.
11221 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
11222 Likewise.
11223 * lib/bitset.h (bitset_bytes): Likewise.
11224 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
11225 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
11226 * lib/bitsetv.c (bitsetv_alloc): Likewise.
11227 * lib/ebitset.c (ebitset_bytes): Likewise.
11228 * lib/ebitset.h (ebitset_bytes): Likewise.
11229 * lib/lbitset.c (lbitset_bytes): Likewise.
11230 * lib/lbitset.h (lbitset_bytes): Likewise.
11231
11232 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
11233 abitset_subset_p, abitset_disjoint_p, abitset_and,
11234 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
11235 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
11236 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
11237 abitset_or_and, abitset_or_and_cmp):
11238 Use bitset_windex instead of unsigned int.
11239 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
11240 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
11241 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
11242 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
11243 Likewise.
11244 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
11245
11246 * lib/bitset.c (bitset_print):
11247 Use proper printf formats for widths of integer types.
11248 * lib/bitset_stats.c (bitset_percent_histogram_print,
11249 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
11250 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11251 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
11252 * lib/lbitset.c (lbitset_bytes): Likewise.
11253
11254 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
11255 BITSET_SIZE_MAX): New macros.
11256 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
11257 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
11258 to BITSET_WINDEX_MAX.
11259
11260 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
11261 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
11262 since we now return the bitset_bindex type (not int).
11263
11264 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
11265 when computing sizes.
11266 * lib/ebitset.c (ebitset_elts_grow): Likewise.
11267
11268 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
11269 and avoid cast to unsigned.
11270
11271 2002-09-30 Akim Demaille <akim@epita.fr>
11272
11273 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
11274 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
11275 Updates from Michael Hayes.
11276
11277 2002-09-30 Art Haas <ahaas@neosoft.com>
11278
11279 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
11280 invocations.
11281 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
11282 defined.
11283
11284 2002-09-27 Akim Demaille <akim@epita.fr>
11285
11286 Version 1.49c.
11287
11288 2002-09-27 Akim Demaille <akim@epita.fr>
11289
11290 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
11291 (Because of AC_LIBSOURCE).
11292
11293 2002-09-27 Akim Demaille <akim@epita.fr>
11294
11295 Playing with Autoscan.
11296
11297 * configure.ac: Remove the old LIBOBJ tweaks.
11298 (AC_REPLACE_FUNCS): Add strrchr and strtol.
11299 * lib/strrchr.c: New.
11300 * lib/strtol.c: New, from the Coreutils 4.5.1.
11301
11302 2002-09-27 Akim Demaille <akim@epita.fr>
11303
11304 Playing with Autoscan.
11305
11306 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
11307 * lib/Makefile.am (libbison_a_SOURCES): No longer include
11308 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
11309 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
11310 Coreutils 4.5.1.
11311
11312 2002-09-24 Akim Demaille <akim@epita.fr>
11313
11314 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
11315 (Frequently Asked Questions, Parser Stack Overflow): New.
11316
11317 2002-09-13 Akim Demaille <akim@epita.fr>
11318
11319 Playing with autoscan.
11320
11321 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
11322 * src/files.c (skeleton_find): Remove, unused.
11323 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
11324 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
11325
11326 2002-09-13 Akim Demaille <akim@epita.fr>
11327
11328 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
11329 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
11330
11331 2002-09-13 Akim Demaille <akim@epita.fr>
11332
11333 * configure.ac: Require 2.54.
11334 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
11335 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
11336 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
11337 Remove, provided by Autoconf macros.
11338
11339 2002-09-12 Akim Demaille <akim@epita.fr>
11340
11341 * m4/prereq.m4: Update, from Coreutils 4.5.1.
11342
11343 2002-09-12 Akim Demaille <akim@epita.fr>
11344
11345 * m4/prereq.m4: Update, from Fileutils 4.1.5.
11346 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
11347 Reported by Martin Mokrejs.
11348
11349 2002-09-10 Akim Demaille <akim@epita.fr>
11350
11351 * src/parse-gram.y: Associate a human readable string to each
11352 token type.
11353 * tests/regression.at (Invalid inputs): Adjust.
11354
11355 2002-09-10 Gary V. Vaughan <gary@gnu.org>
11356
11357 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
11358 with an Autoconf-2.5x style configure.ac.
11359
11360 2002-09-06 Paul Eggert <eggert@twinsun.com>
11361
11362 * doc/bison.texinfo (Conditions): Make explicit that the GPL
11363 exception applies only to yacc.c. This is a modification of a
11364 patch originally suggested by Akim Demaille.
11365
11366 2002-09-06 Akim Demaille <akim@epita.fr>
11367
11368 * data/c.m4 (b4_copyright): Move the GPL exception comment from
11369 here to...
11370 * data/yacc.c: here.
11371
11372 * data/lalr1.cc (struct yyltype): Don't define it, since we use
11373 LocationType.
11374 (b4_ltype): Default to yy::Location from location.hh.
11375
11376 2002-09-04 Jim Meyering <jim@meyering.net>
11377
11378 * data/yacc.c: Guard the declaration of yytoknum also with
11379 `#ifdef YYPRINT', so it is declared only when used.
11380
11381 2002-09-04 Akim Demaille <akim@epita.fr>
11382
11383 * configure.in: Rename as...
11384 * configure.ac: this.
11385 Bump to 1.49c.
11386
11387 2002-09-04 Akim Demaille <akim@epita.fr>
11388
11389 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
11390 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
11391 translate maintainer only messages.
11392
11393 2002-08-12 Paul Eggert <eggert@twinsun.com>
11394
11395 Version 1.49b.
11396
11397 * Makefile.am (SUBDIRS): Remove intl.
11398 (DISTCLEANFILES): Remove.
11399 * NEWS: Mention that GNU M4 is now required. Clarify what is
11400 meant by "larger grammars". Mention the pt_BR translation.
11401 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
11402 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
11403 Bump version from 0.11.2 to 0.11.5.
11404 (BISON_PREREQ_STAGE): Remove.
11405 (AM_GNU_GETTEXT): Use external gettext.
11406 (AC_OUTPUT): Remove intl/Makefile.
11407
11408 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
11409
11410 * data/glr.c: Include string.h, for strlen.
11411 (yyreportParseError): Use size_t for yysize.
11412 (yy_yypstack): No longer nested inside yypstates, as nested
11413 functions are not portable. Do not assume size_t is the
11414 same width as int.
11415 (yypstates): Do not assume that ptrdiff_t is the same width
11416 as int, and similarly for yyposn and YYINDEX.
11417
11418 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
11419
11420 * lib/Makefile.am (INCLUDES): Do not include from the intl
11421 directory, which has been removed.
11422 * src/Makefile.am (INCLUDES): Likewise.
11423
11424 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
11425 (bitsets_sources, additional_bitsets_sources, timevars_sources):
11426 New vars.
11427
11428 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
11429 * tests/Makefile.am (EXTRA_DIST): Likewise.
11430
11431 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
11432 Do not assume that bitset_windex is the same width as unsigned.
11433
11434 * lib/abitset.c (abitset_unused_clear): Do not assume that
11435 bitset_word is the same width as int.
11436 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
11437 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
11438 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
11439 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
11440 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
11441
11442 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
11443 portability to one's complement hosts!).
11444 * lib/ebitset.c (ebitset_op1): Likewise.
11445 * lib/lbitset.c (lbitset_op1): Likewise.
11446
11447 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
11448 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
11449 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
11450 Sync with fileutils.
11451 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
11452 lib/gettext.h: Sync with diffutils.
11453
11454 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
11455 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
11456
11457 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
11458 PROTOTYPES to check for prototypes, and "defined __STDC__" to
11459 check for void *.
11460
11461 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
11462 size_t; the old version tried to do this but casted improperly.
11463 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
11464 (bitset_test): Now returns int, not unsigned long.
11465
11466 * lib/bitset_stats.c: Include "gettext.h".
11467 (_): New macro.
11468 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
11469 name locals "index", as it generates unnecessary warnings on some
11470 hosts that have an "index" function.
11471
11472 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
11473 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
11474 they need translation.
11475 * src/LR0.c (state_list_append, new_itemsets, get_state,
11476 append_states, generate_states): Likewise.
11477 * src/assoc.c (assoc_to_string): Likewise.
11478 * src/closure.c (print_closure, set_firsts, closure): Likewise.
11479 * src/gram.c (grammar_dump): Likewise.
11480 * src/injections.c (injections_compute): Likewise.
11481 * src/lalr.c (lookaheads_print): Likewise.
11482 * src/relation.c (relation_transpose): Likewise.
11483 * src/scan-gram.l: Likewise.
11484 * src/tables.c (table_grow, pack_vector): Likewise.
11485
11486 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
11487 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
11488 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
11489 * m4/mbstate_t.m4: Sync with fileutils.
11490 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
11491
11492 * po/LINGUAS: Add pt_BR.
11493 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
11494 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
11495 lib/timevar.c.
11496 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
11497 manual recommends.
11498 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
11499
11500 * src/complain.c (strerror_r): Remove decl; not needed.
11501 (strerror): Use same pattern as ../lib/error.c.
11502
11503 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
11504
11505 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
11506
11507 * src/main.c (main): Cast result of bindtextdomain and textdomain
11508 to void, to avoid a GCC warning when --disable-nls is in effect.
11509
11510 * src/scan-gram.l: Use strings rather than escapes when possible,
11511 to minimize the number of warnings from xgettext.
11512 (handle_action_dollar, handle_action_at): Don't use isdigit,
11513 as it mishandles negative chars and it may not work as expected
11514 outside the C locale.
11515
11516 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
11517 this is a GCC extension and is not portable to other compilers.
11518
11519 * src/system.h (alloca): Use same pattern as ../lib/error.c.
11520 Do not include <ctype.h>; no longer needed.
11521 Do not include <malloc.h>; no longer needed (and generates
11522 warnings on OpenBSD 3.0).
11523
11524 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
11525 it's not portable.
11526
11527 * tests/regression.at: Do not use 'cc -c input.c -o input';
11528 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
11529
11530 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
11531 exit status as failure, not just exit status 1. Sun C exits
11532 with status 2 sometimes.
11533
11534 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
11535 Use it for the two large tests.
11536
11537 2002-08-02 Akim Demaille <akim@epita.fr>
11538
11539 * src/conflicts.c (conflicts_output): Don't output rules never
11540 reduced here, since anyway that computation doesn't work.
11541 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
11542 (rule_useless_p, rule_never_reduced_p): New.
11543 (grammar_rules_partial_print): Use a filter instead of a range.
11544 Display the title only if needed.
11545 (grammar_rules_print): Adjust.
11546 (grammar_rules_never_reduced_report): New.
11547 * src/tables.c (action_row): Move the computation of rules never
11548 reduced to...
11549 (token_actions): here.
11550 * src/main.c (main): Make the parser before making the report, so
11551 that rules never reduced are computed.
11552 Call grammar_rules_never_reduced_report.
11553 * src/print.c (print_results): Report rules never reduced.
11554 * tests/conflicts.at, tests/reduce.at: Adjust.
11555
11556 2002-08-01 Akim Demaille <akim@epita.fr>
11557
11558 Instead of attaching lookaheads and duplicating the rules being
11559 reduced by a state, attach the lookaheads to the reductions.
11560
11561 * src/state.h (state_t): Remove the `lookaheads',
11562 `lookaheads_rule' member.
11563 (reductions_t): Add a `lookaheads' member.
11564 Use a regular array for the `rules'.
11565 * src/state.c (reductions_new): Initialize the lookaheads member
11566 to 0.
11567 (state_rule_lookaheads_print): Adjust.
11568 * src/state.h, src/state.c (state_reductions_find): New.
11569 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
11570 (count_rr_conflicts): Adjust.
11571 * src/lalr.c (LArule): Remove.
11572 (add_lookback_edge): Adjust.
11573 (state_lookaheads_count): New.
11574 (states_lookaheads_initialize): Merge into...
11575 (initialize_LA): this.
11576 (lalr_free): Adjust.
11577 * src/main.c (main): Don't free nullable and derives too early: it
11578 is used by --verbose.
11579 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
11580
11581 2002-08-01 Akim Demaille <akim@epita.fr>
11582
11583 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
11584 `rule_number_t**'.
11585 (set_derives, free_derives): Rename as...
11586 (derives_compute, derives_free): this.
11587 Adjust all dependencies.
11588 * src/nullable.c (set_nullable, free_nullable): Rename as...
11589 (nullable_compute, nullable_free): these.
11590 (rule_list_t): Store rule_t *, not rule_number_t.
11591 * src/state.c (state_rule_lookaheads_print): Directly compare rule
11592 pointers, instead of their numbers.
11593 * src/main.c (main): Call nullable_free, and derives_free earlier,
11594 as they were lo longer used.
11595
11596 2002-08-01 Akim Demaille <akim@epita.fr>
11597
11598 * lib/timevar.c (get_time): Include children time.
11599 * src/lalr.h (LA, LArule): Don't export them: used with the
11600 state_t.
11601 * src/lalr.c (LA, LArule): Static.
11602 * src/lalr.h, src/lalr.c (lalr_free): New.
11603 * src/main.c (main): Call it.
11604 * src/tables.c (pack_vector): Check whether loc is >= to the
11605 table_size, not >.
11606 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
11607 (tables_generate): do it, since that's also it which allocates
11608 them.
11609 Don't free LA and LArule, main does.
11610
11611 2002-07-31 Akim Demaille <akim@epita.fr>
11612
11613 Separate parser tables computation and output.
11614
11615 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
11616 (conflict_list, conflict_list_cnt, table, check, table_ninf)
11617 (yydefgoto, yydefact, high): Move to...
11618 * src/tables.h, src/tables.c: here.
11619 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
11620 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
11621 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
11622 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
11623 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
11624 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
11625 (action_row, save_row, token_actions, save_column, default_goto)
11626 (goto_actions, sort_actions, matching_state, pack_vector)
11627 (table_ninf_remap, pack_table, prepare_actions): Move to...
11628 * src/tables.c: here.
11629 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
11630 * src/output.c (token_actions, output_base, output_conflicts)
11631 (output_check): Merge into...
11632 (prepare_actions): this.
11633 (actions_output): Rename as...
11634 (user_actions_output): this.
11635 * src/main.c (main): Call tables_generate and tables_free.
11636
11637 2002-07-31 Akim Demaille <akim@epita.fr>
11638
11639 Steal GCC's --time-report support.
11640
11641 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
11642 stolen/adjusted from GCC.
11643 * m4/stage.m4: Remove time related checks.
11644 * m4/timevar.m4: New.
11645 * configure.in: Adjust.
11646 * src/system.h: Adjust to using timevar.h.
11647 * src/getargs.h, src/getargs.c: Support trace_time for
11648 --trace=time.
11649 * src/main.c (stage): Remove.
11650 (main): Replace `stage' invocations with timevar calls.
11651 * src/output.c: Insert pertinent timevar calls.
11652
11653 2002-07-31 Akim Demaille <akim@epita.fr>
11654
11655 Let --trace have arguments.
11656
11657 * src/getargs.h (enum trace_e): New.
11658 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
11659 (long_options, short_options): --trace/-T takes an optional
11660 argument.
11661 Change all the uses of trace_flag to reflect the new flags.
11662 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
11663
11664 Strengthen `stage' portability.
11665
11666 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
11667 * configure.in: Use it.
11668 Don't check for malloc.h and sys/times.h.
11669 * src/system.h: Include them when appropriate.
11670 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
11671 times and struct tms are available.
11672
11673 2002-07-30 Akim Demaille <akim@epita.fr>
11674
11675 In verbose parse error message, don't report `error' as an
11676 expected token.
11677 * tests/actions.at (Printers and Destructors): Adjust.
11678 * tests/calc.at (Calculator $1): Adjust.
11679 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
11680 error message, do not report the parser accepts the error token in
11681 that state.
11682
11683 2002-07-30 Akim Demaille <akim@epita.fr>
11684
11685 Normalize conflict related messages.
11686
11687 * src/complain.h, src/complain.c (warn, complain): New.
11688 * src/conflicts.c (conflicts_print): Use them.
11689 (conflict_report_yacc): New, extracted from...
11690 (conflicts_print): here.
11691 * tests/conflicts.at, tests/existing.at: Adjust.
11692
11693 2002-07-30 Akim Demaille <akim@epita.fr>
11694
11695 Report rules which are never reduced by the parser: those hidden
11696 by conflicts.
11697
11698 * src/LR0.c (save_reductions): Don't make the final state too
11699 different: save its reduction (accept) instead of having a state
11700 without any action (no shift or goto, no reduce).
11701 Note: the final state is now a ``regular'' state, i.e., the
11702 parsers now contain `reduce 0' as default reduction.
11703 Nevertheless, since they decide to `accept' when yystate =
11704 final_state, they still will not reduce rule 0.
11705 * src/print.c (print_actions, print_reduction): Adjust.
11706 * src/output.c (action_row): Track reduced rules.
11707 (token_actions): Report rules never reduced.
11708 * tests/conflicts.at, tests/regression.at: Adjust.
11709
11710 2002-07-30 Akim Demaille <akim@epita.fr>
11711
11712 `stage' was accidently included in a previous patch.
11713 Initiate its autoconfiscation.
11714
11715 * configure.in: Look for malloc.h and sys/times.h.
11716 * src/main.c (stage): Adjust.
11717 Report only when trace_flag.
11718
11719 2002-07-29 Akim Demaille <akim@epita.fr>
11720
11721 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
11722 state_number_t.
11723 (errs_t): symbol_t*, not symbol_number_t.
11724 (reductions_t): rule_t*, not rule_number_t.
11725 (FOR_EACH_SHIFT): New.
11726 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
11727 * src/print.c, src/print_graph.c: Adjust.
11728
11729 2002-07-29 Akim Demaille <akim@epita.fr>
11730
11731 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
11732
11733 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
11734 (endtoken, accept): these.
11735 * src/reader.c (reader): Set endtoken's default tag to "$end".
11736 Set undeftoken's tag to "$undefined" instead of "$undefined.".
11737 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
11738 Adjust.
11739
11740 2002-07-29 Akim Demaille <akim@epita.fr>
11741
11742 * src/reduce.c (reduce_grammar): When the language is empty,
11743 complain about the start symbol, not the axiom.
11744 Use its location.
11745 * tests/reduce.at (Empty Language): New.
11746
11747 2002-07-26 Akim Demaille <akim@epita.fr>
11748
11749 * src/reader.h, src/reader.c (gram_error): ... can't get
11750 yycontrol without making too strong assumptions on the parser
11751 itself.
11752 * src/output.c (prepare_tokens): Use the real 0th value of
11753 token_translations instead of `0'.
11754 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
11755 visible here.
11756 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
11757 for the time being: %locations ought to provide it to yyerror.
11758
11759 2002-07-25 Akim Demaille <akim@epita.fr>
11760
11761 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
11762 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
11763 * tests/regression.at (Web2c Actions): Adjust.
11764
11765 2002-07-25 Akim Demaille <akim@epita.fr>
11766
11767 Stop storing rules from 1 to nrules + 1.
11768
11769 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
11770 * src/nullable.c, src/output.c, src/print.c, src/reader.c
11771 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
11772 Iterate from 0 to nrules.
11773 Use rule_number_as_item_number and item_number_as_rule_number.
11774 Adjust to `derive' now containing possibly 0.
11775 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
11776 Handle the `- 1' part in rule numbers from/to item numbers.
11777 * src/conflicts.c (log_resolution): Fix the message which reversed
11778 shift and reduce.
11779 * src/output.c (action_row): Initialize default_rule to -1.
11780 (token_actions): Adjust.
11781 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
11782 expected output.
11783 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
11784
11785 2002-07-25 Akim Demaille <akim@epita.fr>
11786
11787 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
11788 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
11789 (b4_c_knr_arg_decl): New.
11790 * data/yacc.c: Use it to define yysymprint, yydestruct, and
11791 yyreport_parse_error.
11792
11793 2002-07-25 Akim Demaille <akim@epita.fr>
11794
11795 * data/yacc.c (yyreport_parse_error): New, extracted from...
11796 (yyparse): here.
11797 (yydestruct, yysymprint): Move above yyparse.
11798 Be K&R compliant.
11799
11800 2002-07-25 Akim Demaille <akim@epita.fr>
11801
11802 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
11803 replace...
11804 (b4_sint_type, b4_uint_type): these.
11805 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
11806 * tests/regression.at (Web2c Actions): Adjust.
11807
11808 2002-07-25 Akim Demaille <akim@epita.fr>
11809
11810 * src/gram.h (TIEM_NUMBER_MAX): New.
11811 (item_number_of_rule_number, rule_number_of_item_number): Rename
11812 as...
11813 (rule_number_as_item_number, item_number_as_rule_number): these.
11814 Adjust dependencies.
11815 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
11816 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
11817 (symbol_number_to_vector_number): New.
11818 (order): Of vector_number_t* type.
11819 (base_t, BASE_MAX, BASE_MIN): New.
11820 (froms, tos, width, pos, check): Of base_t type.
11821 (action_number_t, ACTION_MIN, ACTION_MAX): New.
11822 (actrow): Of action_number_t type.
11823 (conflrow): Of unsigned int type.
11824 (table_ninf, base_ninf): New.
11825 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
11826 (muscle_insert_int_table, muscle_insert_base_table)
11827 (muscle_insert_rule_number_table): New.
11828 (prepare_tokens): Output `toknum' as int_table.
11829 (action_row): Returns a rule_number_t.
11830 Use ACTION_MIN, not SHRT_MIN.
11831 (token_actions): yydefact is rule_number_t*.
11832 (table_ninf_remap): New.
11833 (pack_table): Use it for `base' and `table'.
11834 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
11835 replaced with...
11836 (YYPACT_NINF, YYTABLE_NINF): these.
11837 (yypact, yytable): Compute their types instead of hard-coded
11838 `short'.
11839 * tests/regression.at (Web2c Actions): Adjust.
11840
11841 2002-07-19 Akim Demaille <akim@epita.fr>
11842
11843 * src/scan-gram.l (id): Can start with an underscore.
11844
11845 2002-07-16 Akim Demaille <akim@epita.fr>
11846
11847 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
11848 Adjust all former `associativity' dependencies.
11849 * src/symtab.c (symbol_new): Default associativity is `undef', not
11850 `right'.
11851 (symbol_check_alias_consistence): Adjust.
11852
11853 2002-07-09 Akim Demaille <akim@epita.fr>
11854
11855 * doc/bison.texinfo: Properly set the ``header'' part.
11856 Use @dircategory ``GNU programming tools'' as per Texinfo's
11857 documentation.
11858 Use @copying.
11859
11860 2002-07-09 Akim Demaille <akim@epita.fr>
11861
11862 * lib/quotearg.h: Protect against multiple inclusions.
11863 * src/location.h (location_t): Add a `file' member.
11864 (LOCATION_RESET, LOCATION_PRINT): Adjust.
11865 * src/complain.c (warn_at, complain_at, fatal_at): Drop
11866 `error_one_per_line' support.
11867
11868 2002-07-09 Akim Demaille <akim@epita.fr>
11869
11870 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
11871 * src/reader.c (lineno): Remove.
11872 Adjust all dependencies.
11873 (get_merge_function): Take a location and use complain_at.
11874 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
11875 * tests/regression.at (Invalid inputs, Mixing %token styles):
11876 Adjust.
11877
11878 2002-07-09 Akim Demaille <akim@epita.fr>
11879
11880 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
11881 recovery rule, and forbid extensions when --yacc.
11882 (gram_error): Use complain_at.
11883 * src/reader.c (reader): Exit if there were parse errors.
11884
11885 2002-07-09 Akim Demaille <akim@epita.fr>
11886
11887 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
11888 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
11889 Reported by R Blake <blakers@mac.com>.
11890
11891 2002-07-09 Akim Demaille <akim@epita.fr>
11892
11893 * data/yacc.c: Output the copyright notive in the header.
11894
11895 2002-07-03 Akim Demaille <akim@epita.fr>
11896
11897 * src/output.c (froms, tos): Are state_number_t.
11898 (save_column): sp, sp1, and sp2 are state_number_t.
11899 (prepare): Rename `final' as `final_state_number', `nnts' as
11900 `nterms_number', `nrules' as `rules_number', `nstates' as
11901 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
11902 unused.
11903 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
11904 * data/lalr1.cc (nsym_): Remove, unused.
11905
11906 2002-07-03 Akim Demaille <akim@epita.fr>
11907
11908 * src/lalr.h, src/lalr.c (goto_number_t): New.
11909 * src/lalr.c (goto_list_t): New.
11910 Propagate them.
11911 * src/nullable.c (rule_list_t): New.
11912 Propagate.
11913 * src/types.h: Remove.
11914
11915 2002-07-03 Akim Demaille <akim@epita.fr>
11916
11917 * src/closure.c (print_fderives): Use rule_rhs_print.
11918 * src/derives.c (print_derives): Use rule_rhs_print.
11919 (rule_list_t): New, replaces `shorts'.
11920 (set_derives): Add comments.
11921 * tests/sets.at (Nullable, Firsts): Adjust.
11922
11923 2002-07-03 Akim Demaille <akim@epita.fr>
11924
11925 * src/output.c (prepare_actions): Free `tally' and `width'.
11926 (prepare_actions): Allocate and free `order'.
11927 * src/symtab.c (symbols_free): Free `symbols'.
11928 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
11929 * src/output.c (m4_invoke): Move to...
11930 * src/scan-skel.l: here.
11931 (<<EOF>>): Close yyout, and free its name.
11932
11933 2002-07-03 Akim Demaille <akim@epita.fr>
11934
11935 Fix some memory leaks, and fix a bug: state 0 was examined twice.
11936
11937 * src/LR0.c (new_state): Merge into...
11938 (state_list_append): this.
11939 (new_states): Merge into...
11940 (generate_states): here.
11941 (set_states): Don't ensure a proper `errs' state member here, do it...
11942 * src/conflicts.c (conflicts_solve): here.
11943 * src/state.h, src/state.c: Comment changes.
11944 (state_t): Rename member `shifts' as `transitions'.
11945 Adjust all dependencies.
11946 (errs_new): For consistency, also take the values as argument.
11947 (errs_dup): Remove.
11948 (state_errs_set): New.
11949 (state_reductions_set, state_transitions_set): Assert that no
11950 previous value was assigned.
11951 (state_free): New.
11952 (states_free): Use it.
11953 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
11954 temporary storage: use `errs' and `nerrs' as elsewhere.
11955 (set_conflicts): Allocate and free this `errs'.
11956
11957 2002-07-02 Akim Demaille <akim@epita.fr>
11958
11959 * lib/libiberty.h: New.
11960 * lib: Update the bitset implementation from upstream.
11961 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
11962 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
11963 * src/main.c: Adjust bitset stats calls.
11964
11965 2002-07-01 Paul Eggert <eggert@twinsun.com>
11966
11967 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
11968 char, so that negative chars don't collide with $.
11969
11970 2002-06-30 Akim Demaille <akim@epita.fr>
11971
11972 Have the GLR tests be `warning' checked, and fix the warnings.
11973
11974 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
11975 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
11976 (yyremoveDeletes): `yyi' and `yyj' are size_t.
11977 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
11978 (yyaddDeferredAction): static.
11979 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
11980 (yyreportParseError): yyprefix is const.
11981 yytokenp is used only when verbose.
11982 (yy__GNUC__): Replace with __GNUC__.
11983 (yypdumpstack): yyi is size_t.
11984 (yypreference): Un-yy local variables and arguments, to avoid
11985 clashes with `yyr1'. Anyway, we are not in the user name space.
11986 (yytname_size): be an int, as is compared with ints.
11987 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
11988 Use them.
11989 * tests/cxx-gram.at: Use quotation to protect $1.
11990 Use AT_COMPILE to enable warnings hunts.
11991 Prototype yylex and yyerror.
11992 `Use' argc.
11993 Include `string.h', not `strings.h'.
11994 Produce and prototype stmtMerge only when used.
11995 yylex takes a location.
11996
11997 2002-06-30 Akim Demaille <akim@epita.fr>
11998
11999 We spend a lot of time in quotearg, in particular when --verbose.
12000
12001 * src/symtab.c (symbol_get): Store a quoted version of the key.
12002 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
12003 Adjust all callers.
12004
12005 2002-06-30 Akim Demaille <akim@epita.fr>
12006
12007 * src/state.h (reductions_t): Rename member `nreds' as num.
12008 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
12009 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
12010
12011 2002-06-30 Akim Demaille <akim@epita.fr>
12012
12013 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
12014 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
12015 (shifts_to): Rename as...
12016 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
12017 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
12018 (TRANSITION_IS_DISABLED, transitions_to): these.
12019
12020 2002-06-30 Akim Demaille <akim@epita.fr>
12021
12022 * src/print.c (print_shifts, print_gotos): Merge into...
12023 (print_transitions): this.
12024 (print_transitions, print_errs, print_reductions): Align the
12025 lookaheads columns.
12026 (print_core, print_transitions, print_errs, print_state,
12027 print_grammar): Output empty lines separator before, not after.
12028 (state_default_rule_compute): Rename as...
12029 (state_default_rule): this.
12030 * tests/conflicts.at (Defaulted Conflicted Reduction),
12031 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
12032 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
12033
12034 2002-06-30 Akim Demaille <akim@epita.fr>
12035
12036 Display items as we display rules.
12037
12038 * src/gram.h, src/gram.c (rule_lhs_print): New.
12039 * src/gram.c (grammar_rules_partial_print): Use it.
12040 * src/print.c (print_core): Likewise.
12041 * tests/conflicts.at (Defaulted Conflicted Reduction),
12042 (Unresolved SR Conflicts): Adjust.
12043 (Unresolved SR Conflicts): Adjust and rename as...
12044 (Resolved SR Conflicts): this, as was meant.
12045 * tests/regression.at (Web2c Report): Adjust.
12046
12047 2002-06-30 Akim Demaille <akim@epita.fr>
12048
12049 * src/print.c (state_default_rule_compute): New, extracted from...
12050 (print_reductions): here.
12051 Pessimize, but clarify the code.
12052 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
12053
12054 2002-06-30 Akim Demaille <akim@epita.fr>
12055
12056 * src/output.c (action_row): Let default_rule be always a rule
12057 number.
12058
12059 2002-06-30 Akim Demaille <akim@epita.fr>
12060
12061 * src/closure.c (print_firsts, print_fderives, closure):
12062 Use BITSET_EXECUTE.
12063 * src/lalr.c (lookaheads_print): Likewise.
12064 * src/state.c (state_rule_lookaheads_print): Likewise.
12065 * src/print_graph.c (print_core): Likewise.
12066 * src/print.c (print_reductions): Likewise.
12067 * src/output.c (action_row): Likewise.
12068 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
12069
12070 2002-06-30 Akim Demaille <akim@epita.fr>
12071
12072 * src/print_graph.c: Use report_flag.
12073
12074 2002-06-30 Akim Demaille <akim@epita.fr>
12075
12076 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
12077 to...
12078 * src/relation.h, src/relation.c (traverse, relation_digraph)
12079 (relation_print, relation_transpose): New.
12080
12081 2002-06-30 Akim Demaille <akim@epita.fr>
12082
12083 * src/state.h, src/state.c (shifts_to): New.
12084 * src/lalr.c (build_relations): Use it.
12085
12086 2002-06-30 Akim Demaille <akim@epita.fr>
12087
12088 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
12089 (item_number_of_rule_number, rule_number_of_item_number): New.
12090 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
12091 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
12092 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
12093 Propagate their use.
12094 Much remains to be done, in particular wrt `shorts' from types.h.
12095
12096 2002-06-30 Akim Demaille <akim@epita.fr>
12097
12098 * src/symtab.c (symbol_new): Initialize the `printer' member.
12099
12100 2002-06-30 Akim Demaille <akim@epita.fr>
12101
12102 * src/LR0.c (save_reductions): Remove, replaced by...
12103 * src/state.h, src/state.c (state_reductions_set): New.
12104 (reductions, errs): Rename as...
12105 (reductions_t, errs_t): these.
12106 Adjust all dependencies.
12107
12108 2002-06-30 Akim Demaille <akim@epita.fr>
12109
12110 * src/LR0.c (state_list_t, state_list_append): New.
12111 (first_state, last_state): Now symbol_list_t.
12112 (this_state): Remove.
12113 (new_itemsets, append_states, save_reductions): Take a state_t as
12114 argument.
12115 (set_states, generate_states): Adjust.
12116 (save_shifts): Remove, replaced by...
12117 * src/state.h, src/state.c (state_shifts_set): New.
12118 (shifts): Rename as...
12119 (shifts_t): this.
12120 Adjust all dependencies.
12121 * src/state.h (state_t): Remove the `next' member.
12122
12123 2002-06-30 Akim Demaille <akim@epita.fr>
12124
12125 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
12126 escaped in slot 0.
12127
12128 2002-06-30 Akim Demaille <akim@epita.fr>
12129
12130 Use hash.h for the state hash table.
12131
12132 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
12133 (allocate_storage): Use state_hash_new.
12134 (free_storage): Use state_hash_free.
12135 (new_state, get_state): Adjust.
12136 * src/lalr.h, src/lalr.c (states): Move to...
12137 * src/states.h (state_t): Remove the `link' member, no longer
12138 used.
12139 * src/states.h, src/states.c: here.
12140 (state_hash_new, state_hash_free, state_hash_lookup)
12141 (state_hash_insert, states_free): New.
12142 * src/states.c (state_table, state_compare, state_hash): New.
12143 * src/output.c (output_actions): Do not free states now, since we
12144 still need to know the final_state number in `prepare', called
12145 afterwards. Do it...
12146 * src/main.c (main): here: call states_free after `output'.
12147
12148 2002-06-30 Akim Demaille <akim@epita.fr>
12149
12150 * src/state.h, src/state.c (state_new): New, extracted from...
12151 * src/LR0.c (new_state): here.
12152 * src/state.h (STATE_ALLOC): Move to...
12153 * src/state.c: here.
12154 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
12155 * src/state.h, src/state.c: here.
12156
12157 2002-06-30 Akim Demaille <akim@epita.fr>
12158
12159 * src/reader.c (gensym): Rename as...
12160 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
12161 (getsym): Rename as...
12162 (symbol_get): this.
12163
12164 2002-06-30 Akim Demaille <akim@epita.fr>
12165
12166 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
12167 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
12168 * src/output.c, src/print.c, src/print_graph.c: Propagate.
12169 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
12170
12171 2002-06-30 Akim Demaille <akim@epita.fr>
12172
12173 Make the test suite pass with warnings checked.
12174
12175 * tests/actions.at (Printers and Destructors): Improve.
12176 Avoid unsigned vs. signed issues.
12177 * tests/calc.at: Don't exercise the scanner here, do it...
12178 * tests/input.at (Torturing the Scanner): here.
12179
12180 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12181
12182 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
12183 reorganize first lines parallel to yacc.c.
12184
12185 2002-06-28 Akim Demaille <akim@epita.fr>
12186
12187 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
12188 (b4_token_enum, b4_token_defines): New, factored from...
12189 * data/lalr1.cc, data/yacc.c, glr.c: here.
12190
12191 2002-06-28 Akim Demaille <akim@epita.fr>
12192
12193 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
12194 unused variables.
12195 * src/output.c (merger_output): static.
12196
12197 2002-06-28 Akim Demaille <akim@epita.fr>
12198
12199 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
12200 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
12201 pacify GCC.
12202 * src/output.c (save_row): Initialize all the variables to pacify GCC.
12203
12204 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12205
12206 Accumulated changelog for new GLR parsing features.
12207
12208 * src/conflicts.c (count_total_conflicts): Change name to
12209 conflicts_total_count.
12210 * src/conflicts.h: Ditto.
12211 * src/output.c (token_actions): Use the new name.
12212 (output_conflicts): Change conflp => conflict_list_heads, and
12213 confl => conflict_list for better readability.
12214 * data/glr.c: Use the new names.
12215 * NEWS: Add self to GLR announcement.
12216
12217 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
12218
12219 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
12220 Akim Demaille.
12221
12222 * data/bison.glr: Change name to glr.c
12223 * data/glr.c: Renamed from bison.glr.
12224 * data/Makefile.am: Add glr.c
12225
12226 * src/getargs.c:
12227
12228 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
12229 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
12230
12231 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12232
12233 * data/bison.glr: Be sure to restore the
12234 current #line when returning to the skeleton contents after having
12235 exposed the input file's #line.
12236
12237 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12238
12239 * data/bison.glr: Bring up to date with changes to bison.simple.
12240
12241 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12242
12243 * data/bison.glr: Correct definitions that use b4_prefix.
12244 Various reformatting.
12245 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
12246 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
12247 yytokenp argument; now part of stack.
12248 (yychar): Define to behave as documented.
12249 (yyclearin): Ditto.
12250
12251 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12252
12253 * src/reader.h: Add declaration for free_merger_functions.
12254
12255 * src/reader.c (merge_functions): New variable.
12256 (get_merge_function): New function.
12257 (free_merger_functions): New function.
12258 (readgram): Check for %prec that is not followed by a symbol.
12259 Handle %dprec and %merge declarations.
12260 (packgram): Initialize dprec and merger fields in rules array.
12261
12262 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
12263 conflict_list_cnt, conflict_list_free): New variables.
12264 (table_grow): Also grow conflict_table.
12265 (prepare_rules): Output dprec and merger tables.
12266 (conflict_row): New function.
12267 (action_row): Output conflict lists for GLR parser. Don't use
12268 default reduction in conflicted states for GLR parser so that there
12269 are spaces for the conflict lists.
12270 (save_row): Also save conflict information.
12271 (token_actions): Allocate conflict list.
12272 (merger_output): New function.
12273 (pack_vector): Pack conflict table, too.
12274 (output_conflicts): New function to output yyconflp and yyconfl.
12275 (output_check): Allocate conflict_tos.
12276 (output_actions): Output conflict tables, also.
12277 (output_skeleton): Output b4_mergers definition.
12278 (prepare): Output b4_max_rhs_length definition.
12279 Use 'bison.glr' as default skeleton for GLR parsers.
12280
12281 * src/gram.c (glr_parser): New flag.
12282 (grammar_free): Call free_merger_functions.
12283
12284 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
12285 all pairs of conflicting reductions, rather than just all tokens
12286 causing conflicts. Needed to size conflict tables.
12287 (conflicts_output): Modify call to count_rr_conflicts for new
12288 interface.
12289 (conflicts_print): Ditto.
12290 (count_total_conflicts): New function.
12291
12292 * src/reader.h (merger_list): New type.
12293 (merge_functions): New variable.
12294
12295 * src/lex.h (tok_dprec, tok_merge): New token types.
12296
12297 * src/gram.h (rule_s): Add dprec and merger fields.
12298 (glr_parser): New flag.
12299
12300 * src/conflicts.h (count_total_conflicts): New function.
12301
12302 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
12303
12304 * doc/bison.texinfo (Generalized LR Parsing): New section.
12305 (GLR Parsers): New section.
12306 (Language and Grammar): Mention GLR parsing.
12307 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
12308 Correct typo ("tge" -> "the").
12309
12310 * data/bison.glr: New skeleton for GLR parsing.
12311
12312 * tests/cxx-gram.at: New tests for GLR parsing.
12313
12314 * tests/testsuite.at: Include cxx-gram.at.
12315
12316 * tests/Makefile.am: Add cxx-gram.at.
12317
12318 * src/parse-gram.y:
12319
12320 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
12321
12322 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
12323
12324 2002-06-27 Akim Demaille <akim@epita.fr>
12325
12326 * src/options.h, src/options.c: Remove.
12327 * src/getargs.c (short_options, long_options): New.
12328
12329 2002-06-27 Akim Demaille <akim@epita.fr>
12330
12331 * data/bison.simple, data/bison.c++: Rename as...
12332 * data/yacc.c, data/lalr1.cc: these.
12333 * doc/bison.texinfo (Environment Variables): Remove.
12334
12335 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
12336
12337 * src/getargs.c (report_argmatch): Initialize strtok().
12338
12339 2002-06-20 Akim Demaille <akim@epita.fr>
12340
12341 * data/bison.simple (b4_symbol_actions): New, replaces...
12342 (b4_symbol_destructor, b4_symbol_printer): these.
12343 (yysymprint): Be sure to call YYPRINT only for tokens, and using
12344 user token numbers.
12345
12346 2002-06-20 Akim Demaille <akim@epita.fr>
12347
12348 * data/bison.simple (yydestructor): Rename as...
12349 (yydestruct): this.
12350
12351 2002-06-20 Akim Demaille <akim@epita.fr>
12352
12353 * src/symtab.h, src/symtab.c (symbol_type_set)
12354 (symbol_destructor_set, symbol_precedence_set): The location is
12355 the last argument.
12356 Adjust all callers.
12357
12358 2002-06-20 Akim Demaille <akim@epita.fr>
12359
12360 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
12361 internals.
12362 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
12363 Takes a location.
12364 * src/symtab.h, src/symtab.c (symbol_class_set)
12365 (symbol_user_token_number_set): Likewise.
12366 Adjust all callers.
12367 Promote complain_at.
12368 * tests/input.at (Type Clashes): Adjust.
12369
12370 2002-06-20 Akim Demaille <akim@epita.fr>
12371
12372 * data/bison.simple (YYLEX): Fix the declaration when
12373 %pure-parser.
12374
12375 2002-06-20 Akim Demaille <akim@epita.fr>
12376
12377 * data/bison.simple (yysymprint): Don't print the token number,
12378 just its name.
12379 * tests/actions.at (Destructors): Rename as...
12380 (Printers and Destructors): this.
12381 Also exercise %printer.
12382
12383 2002-06-20 Akim Demaille <akim@epita.fr>
12384
12385 * data/bison.simple (YYDSYMPRINT): New.
12386 Use it to remove many of the #if YYDEBUG/if (yydebug).
12387
12388 2002-06-20 Akim Demaille <akim@epita.fr>
12389
12390 * src/symtab.h, src/symtab.c (symbol_t): printer and
12391 printer_location are new members.
12392 (symbol_printer_set): New.
12393 * src/parse-gram.y (PERCENT_PRINTER): New token.
12394 Handle its associated rule.
12395 * src/scan-gram.l: Adjust.
12396 (handle_destructor_at, handle_destructor_dollar): Rename as...
12397 (handle_symbol_code_at, handle_symbol_code_dollar): these.
12398 * src/output.c (symbol_printers_output): New.
12399 (output_skeleton): Call it.
12400 * data/bison.simple (yysymprint): New. Cannot be named yyprint
12401 since there are already many grammar files with a user `yyprint'.
12402 Replace the calls to YYPRINT to calls to yysymprint.
12403 * tests/calc.at: Adjust.
12404 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
12405 taking advantage of parser very internal details (stack size!).
12406
12407 2002-06-20 Akim Demaille <akim@epita.fr>
12408
12409 * src/scan-gram.l: Complete the scanner with the missing patterns
12410 to pacify Flex.
12411 Use `quote' and `symbol_tag_get' where appropriate.
12412
12413 2002-06-19 Akim Demaille <akim@epita.fr>
12414
12415 * tests/actions.at (Destructors): Augment to test locations.
12416 * data/bison.simple (yydestructor): Pass it the current location
12417 if locations are enabled.
12418 Prototype only when __STDC__ or C++.
12419 Change the argument names to move into the yy name space: there is
12420 user code here.
12421
12422 2002-06-19 Akim Demaille <akim@epita.fr>
12423
12424 * data/bison.simple (b4_pure_if): New.
12425 Use it instead of #ifdef YYPURE.
12426
12427 2002-06-19 Akim Demaille <akim@epita.fr>
12428
12429 * data/bison.simple (b4_location_if): New.
12430 Use it instead of #ifdef YYLSP_NEEDED.
12431
12432 2002-06-19 Akim Demaille <akim@epita.fr>
12433
12434 Prepare @$ in %destructor, but currently don't bind it in the
12435 skeleton, as %location use is not cleaned up yet.
12436
12437 * src/scan-gram.l (handle_dollar, handle_destructor_at)
12438 (handle_action_at): New.
12439 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
12440 a braced_code_t and a location as additional arguments.
12441 (handle_destructor_dollar): Instead of requiring `b4_eval', just
12442 unquote one when outputting `b4_dollar_dollar'.
12443 Adjust callers.
12444 * data/bison.simple (b4_eval): Remove.
12445 (b4_symbol_destructor): Adjust.
12446 * tests/input.at (Invalid @n): Adjust.
12447
12448 2002-06-19 Zack Weinberg <zack@codesourcery.com>
12449
12450 * doc/bison.texinfo: Document ability to have multiple
12451 prologue sections.
12452
12453 2002-06-18 Akim Demaille <akim@epita.fr>
12454
12455 * src/files.c (compute_base_names): When computing the output file
12456 names from the input file name, strip the directory part.
12457
12458 2002-06-18 Akim Demaille <akim@epita.fr>
12459
12460 * data/bison.simple.new: Comment changes.
12461 Reported by Andreas Schwab.
12462
12463 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
12464
12465 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
12466 there are no `label `yyoverflowlab' defined but not used' warnings
12467 when yyoverflow is defined.
12468
12469 2002-06-18 Akim Demaille <akim@epita.fr>
12470
12471 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
12472 new member.
12473 (symbol_destructor_set): Adjust.
12474 * src/output.c (symbol_destructors_output): Output the destructor
12475 locations.
12476 Output the symbol name.
12477 * data/bison.simple (b4_symbol_destructor): Adjust.
12478
12479 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
12480 and Akim Demaille <akim@epita.fr>
12481
12482 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
12483 what's left on the stack when the error recovery hits EOF.
12484 * tests/actions.at (Destructors): Complete to exercise this case.
12485
12486 2002-06-17 Akim Demaille <akim@epita.fr>
12487
12488 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
12489 arguments is really empty, not only equal to `[]'.
12490 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
12491 member.
12492 (symbol_destructor_set): New.
12493 * src/output.c (symbol_destructors_output): New.
12494 * src/reader.h (brace_code_t, current_braced_code): New.
12495 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
12496 (handle_dollar): Rename as...
12497 (handle_action_dollar): this.
12498 (handle_destructor_dollar): New.
12499 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
12500 (grammar_declaration): Use it.
12501 * data/bison.simple (yystos): Is always defined.
12502 (yydestructor): New.
12503 * tests/actions.at (Destructors): New.
12504 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
12505
12506 2002-06-17 Akim Demaille <akim@epita.fr>
12507
12508 * src/symlist.h, src/symlist.c (symbol_list_length): New.
12509 * src/scan-gram.l (handle_dollar, handle_at): Compute the
12510 rule_length only when needed.
12511 * src/output.c (actions_output, token_definitions_output): Output
12512 the full M4 block.
12513 * src/symtab.c: Don't access directly to the symbol tag, use
12514 symbol_tag_get.
12515 * src/parse-gram.y: Use symbol_list_free.
12516
12517 2002-06-17 Akim Demaille <akim@epita.fr>
12518
12519 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
12520 (symbol_list_prepend, get_type_name): Move to...
12521 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
12522 (symbol_list_prepend, symbol_list_n_type_name_get): here.
12523 Adjust all callers.
12524 (symbol_list_free): New.
12525 * src/scan-gram.l (handle_dollar): Takes a location.
12526 * tests/input.at (Invalid $n): Adjust.
12527
12528 2002-06-17 Akim Demaille <akim@epita.fr>
12529
12530 * src/reader.h, src/reader.c (symbol_list_new): Export it.
12531 (symbol_list_prepend): New.
12532 * src/parse-gram.y (%union): `list' is a new member.
12533 (symbols.1): New, replaces...
12534 (terms_to_prec.1, nterms_to_type.1): these.
12535 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
12536 Take a location as additional argument.
12537 Adjust all callers.
12538
12539 2002-06-15 Akim Demaille <akim@epita.fr>
12540
12541 * src/parse-gram.y: Move %token in the declaration section so that
12542 we don't depend upon CVS Bison.
12543
12544 2002-06-15 Akim Demaille <akim@epita.fr>
12545
12546 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
12547 * src/print.c (print_core): Use it.
12548
12549 2002-06-15 Akim Demaille <akim@epita.fr>
12550
12551 * src/conflicts.c (log_resolution): Accept the rule involved in
12552 the sr conflicts instead of the lookahead number that points to
12553 that rule.
12554 (flush_reduce): Accept the current lookahead vector as argument,
12555 instead of the index in LA.
12556 (resolve_sr_conflict): Accept the current number of lookahead
12557 bitset to consider for the STATE, instead of the index in LA.
12558 (set_conflicts): Adjust.
12559 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
12560
12561 2002-06-15 Akim Demaille <akim@epita.fr>
12562
12563 * src/state.h (state_t): Replace the `lookaheadsp' member, a
12564 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
12565 Adjust all dependencies.
12566 * src/lalr.c (initialize_lookaheads): Split into...
12567 (states_lookaheads_count, states_lookaheads_initialize): these.
12568 (lalr): Adjust.
12569
12570 2002-06-15 Akim Demaille <akim@epita.fr>
12571
12572 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
12573 out of...
12574 (grammar_rules_print): here.
12575 * src/reduce.c (reduce_output): Use it.
12576 * tests/reduce.at (Useless Rules, Reduced Automaton)
12577 (Underivable Rules): Adjust.
12578
12579 2002-06-15 Akim Demaille <akim@epita.fr>
12580
12581 Copy BYacc's nice way to report the grammar.
12582
12583 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
12584 New.
12585 Don't print the rules' location, it is confusing and useless.
12586 (rule_print): Use grammar_rhs_print.
12587 * src/print.c (print_grammar): Use grammar_rules_print.
12588
12589 2002-06-15 Akim Demaille <akim@epita.fr>
12590
12591 Complete and rationalize `useless thing' warnings.
12592
12593 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
12594 (symbol_tag_print): New.
12595 Use them everywhere in place of accessing directly the tag member.
12596 * src/gram.h, src/gram.c (rule_print): New.
12597 Use it where a rule used to be printed `by hand'.
12598 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
12599 (reduce_grammar_tables): Report the useless rules.
12600 (reduce_print): Useless things are a warning, not an error.
12601 Report it as such.
12602 * tests/reduce.at (Useless Nonterminals, Useless Rules):
12603 (Reduced Automaton, Underivable Rules): Adjust.
12604 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
12605 * tests/conflicts.at (Unresolved SR Conflicts)
12606 (Solved SR Conflicts): Adjust.
12607
12608 2002-06-15 Akim Demaille <akim@epita.fr>
12609
12610 Let symbols have a location.
12611
12612 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
12613 (getsym): Adjust.
12614 Adjust all callers.
12615 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
12616 Use location_t, not int.
12617 * src/symtab.c (symbol_check_defined): Take advantage of the
12618 location.
12619 * tests/regression.at (Invalid inputs): Adjust.
12620
12621 2002-06-15 Akim Demaille <akim@epita.fr>
12622
12623 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
12624 (input): Don't try to initialize yylloc here, do it in the
12625 scanner.
12626 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
12627 * src/gram.h (rule_t): Change line and action_line into location
12628 and action_location, of location_t type.
12629 Adjust all dependencies.
12630 * src/location.h, src/location.c (empty_location): New.
12631 * src/reader.h, src/reader.c (grammar_start_symbol_set)
12632 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
12633 (grammar_current_rule_symbol_append)
12634 (grammar_current_rule_action_append): Expect a location as argument.
12635 * src/reader.c (grammar_midrule_action): Adjust to attach an
12636 action's location as dummy symbol location.
12637 * src/symtab.h, src/symtab.c (startsymbol_location): New.
12638 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
12639 the line numbers.
12640
12641 2002-06-14 Akim Demaille <akim@epita.fr>
12642
12643 Grammar declarations may be found in the grammar section.
12644
12645 * src/parse-gram.y (rules_or_grammar_declaration): New.
12646 (declarations): Each declaration may end with a semicolon, not
12647 just...
12648 (grammar_declaration): `"%union"'.
12649 (grammar): Branch to rules_or_grammar_declaration.
12650
12651 2002-06-14 Akim Demaille <akim@epita.fr>
12652
12653 * src/main.c (main): Invoke scanner_free.
12654
12655 2002-06-14 Akim Demaille <akim@epita.fr>
12656
12657 * src/output.c (m4_invoke): Extracted from...
12658 (output_skeleton): here.
12659 Free tempfile.
12660
12661 2002-06-14 Akim Demaille <akim@epita.fr>
12662
12663 * src/parse-gram.y (directives, directive, gram)
12664 (grammar_directives, precedence_directives, precedence_directive):
12665 Rename as...
12666 (declarations, declaration, grammar, grammar_declaration)
12667 (precedence_declaration, precedence_declarator): these.
12668 (symbol_declaration): New.
12669
12670 2002-06-14 Akim Demaille <akim@epita.fr>
12671
12672 * src/files.c (action_obstack): Remove, unused.
12673 (output_obstack): Remove it, and all its dependencies, as it is no
12674 longer needed.
12675 * src/reader.c (epilogue_set): Build the epilogue in the
12676 muscle_obstack.
12677 * src/output.h, src/output.c (muscle_obstack): Move to...
12678 * src/muscle_tab.h, src/muscle_tab.h: here.
12679 (muscle_init): Initialize muscle_obstack.
12680 (muscle_free): New.
12681 * src/main.c (main): Call it.
12682
12683 2002-06-14 Akim Demaille <akim@epita.fr>
12684
12685 * src/location.h: New, extracted from...
12686 * src/reader.h: here.
12687 * src/Makefile.am (noinst_HEADERS): Merge into
12688 (bison_SOURCES): this.
12689 Add location.h.
12690 * src/parse-gram.y: Use location_t instead of Bison's.
12691 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
12692 Use location_t instead of ints.
12693
12694 2002-06-14 Akim Demaille <akim@epita.fr>
12695
12696 * data/bison.simple, data/bison.c++: Be sure to restore the
12697 current #line when returning to the skeleton contents after having
12698 exposed the input file's #line.
12699
12700 2002-06-12 Akim Demaille <akim@epita.fr>
12701
12702 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
12703 eager.
12704 * tests/actions.at (Exotic Dollars): New.
12705
12706 2002-06-12 Akim Demaille <akim@epita.fr>
12707
12708 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
12709 ['"/] too eagerly.
12710 * tests/input.at (Torturing the Scanner): New.
12711
12712 2002-06-11 Akim Demaille <akim@epita.fr>
12713
12714 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
12715 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
12716 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
12717 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
12718 * src/reader.c (reader): Use it.
12719
12720 2002-06-11 Akim Demaille <akim@epita.fr>
12721
12722 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
12723 Adjust all callers.
12724 (scanner_last_string_free): New.
12725
12726 2002-06-11 Akim Demaille <akim@epita.fr>
12727
12728 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
12729 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
12730 (last_string, YY_OBS_FREE): New.
12731 Use them when returning an ID.
12732
12733 2002-06-11 Akim Demaille <akim@epita.fr>
12734
12735 Have Bison grammars parsed by a Bison grammar.
12736
12737 * src/reader.c, src/reader.h (prologue_augment): New.
12738 * src/reader.c (copy_definition): Remove.
12739
12740 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
12741 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
12742 (grammar_current_rule_prec_set, grammar_current_rule_check)
12743 (grammar_current_rule_symbol_append)
12744 (grammar_current_rule_action_append): Export.
12745 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
12746 (symbol_list_action_append): Remove.
12747 Hook the routines from reader.
12748 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
12749 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
12750
12751 * src/reader.c (read_declarations): Remove, unused.
12752
12753 * src/parse-gram.y: Handle the epilogue.
12754 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
12755 (grammar_start_symbol_set): this.
12756 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
12757 * src/reader.c (readgram): Remove, unused.
12758 (reader): Adjust to insert eoftoken and axiom where appropriate.
12759
12760 * src/reader.c (copy_dollar): Replace with...
12761 * src/scan-gram.h (handle_dollar): this.
12762 * src/parse-gram.y: Remove `%thong'.
12763
12764 * src/reader.c (copy_at): Replace with...
12765 * src/scan-gram.h (handle_at): this.
12766
12767 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
12768 New.
12769
12770 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
12771 time being.
12772
12773 * src/reader.h, src/reader.c (grammar_rule_end): New.
12774
12775 * src/parse.y (current_type, current_class): New.
12776 Implement `%nterm', `%token' support.
12777 Merge `%term' into `%token'.
12778 (string_as_id): New.
12779 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
12780 type name.
12781
12782 * src/parse-gram.y: Be sure to handle properly the beginning of
12783 rules.
12784
12785 * src/parse-gram.y: Handle %type.
12786 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
12787
12788 * src/parse-gram.y: More directives support.
12789 * src/options.c: No longer handle source directives.
12790
12791 * src/parse-gram.y: Fix %output.
12792
12793 * src/parse-gram.y: Handle %union.
12794 Use the prologue locations.
12795 * src/reader.c (parse_union_decl): Remove.
12796
12797 * src/reader.h, src/reader.c (epilogue_set): New.
12798 * src/parse-gram.y: Use it.
12799
12800 * data/bison.simple, data/bison.c++: b4_stype is now either not
12801 defined, then default to int, or to the contents of %union,
12802 without `union' itself.
12803 Adjust.
12804 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
12805
12806 * src/output.c (actions_output): Don't output braces, as they are
12807 already handled by the scanner.
12808
12809 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
12810 characters to themselves.
12811
12812 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
12813 that the epilogue has a proper #line.
12814
12815 * src/parse-gram.y: Handle precedence/associativity.
12816
12817 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
12818 a terminal.
12819 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
12820 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
12821 at all to define terminals that cannot be emitted.
12822
12823 * src/scan-gram.l: Escape M4 characters.
12824
12825 * src/scan-gram.l: Working properly with escapes in user
12826 strings/characters.
12827
12828 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
12829 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
12830 grammar.
12831 Use more modest sizes, as for the time being the parser does not
12832 release memory, and therefore the process swallows a huge amount
12833 of memory.
12834
12835 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
12836 stricter %token grammar.
12837
12838 * src/symtab.h (associativity): Add `undef_assoc'.
12839 (symbol_precedence_set): Do nothing when passed an undef_assoc.
12840 * src/symtab.c (symbol_check_alias_consistence): Adjust.
12841
12842 * tests/regression.at (Invalid %directive): Remove, as it is now
12843 meaningless.
12844 (Invalid inputs): Adjust to the new error messages.
12845 (Token definitions): The new grammar doesn't allow too many
12846 eccentricities.
12847
12848 * src/lex.h, src/lex.c: Remove.
12849 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
12850 (copy_character, copy_string2, copy_string, copy_identifier)
12851 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
12852 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
12853 (parse_action): Remove.
12854 * po/POTFILES.in: Adjust.
12855
12856 2002-06-11 Akim Demaille <akim@epita.fr>
12857
12858 * src/reader.c (parse_action): Don't store directly into the
12859 rule's action member: return the action as a string.
12860 Don't require `rule_length' as an argument: compute it.
12861 (grammar_current_rule_symbol_append)
12862 (grammar_current_rule_action_append): New, eved out from
12863 (readgram): here.
12864 Remove `action_flag', `rulelength', unused now.
12865
12866 2002-06-11 Akim Demaille <akim@epita.fr>
12867
12868 * src/reader.c (grammar_current_rule_prec_set).
12869 (grammar_current_rule_check): New, eved out from...
12870 (readgram): here.
12871 Remove `xaction', `first_rhs': useless.
12872 * tests/input.at (Type clashes): New.
12873 * tests/existing.at (GNU Cim Grammar): Adjust.
12874
12875 2002-06-11 Akim Demaille <akim@epita.fr>
12876
12877 * src/reader.c (grammar_midrule_action): New, Eved out from
12878 (readgram): here.
12879
12880 2002-06-11 Akim Demaille <akim@epita.fr>
12881
12882 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
12883 New.
12884 (readgram): Use them as replacement of inlined code, crule and
12885 crule1.
12886
12887 2002-06-11 Akim Demaille <akim@epita.fr>
12888
12889 * src/reader.c (grammar_end, grammar_symbol_append): New.
12890 (readgram): Use them.
12891 Make the use of `p' as local as possible.
12892
12893 2002-06-10 Akim Demaille <akim@epita.fr>
12894
12895 GCJ's parser requires the tokens to be defined before the prologue.
12896
12897 * data/bison.simple: Output the token definition before the user's
12898 prologue.
12899 * tests/regression.at (Braces parsing, Duplicate string)
12900 (Mixing %token styles): Check the output from bison.
12901 (Early token definitions): New.
12902
12903 2002-06-10 Akim Demaille <akim@epita.fr>
12904
12905 * src/symtab.c (symbol_user_token_number_set): Don't complain when
12906 assigning twice the same user number to a token, so that we can
12907 use it in...
12908 * src/lex.c (lex): here.
12909 Also use `symbol_class_set' instead of hand written code.
12910 * src/reader.c (parse_assoc_decl): Likewise.
12911
12912 2002-06-10 Akim Demaille <akim@epita.fr>
12913
12914 * src/symtab.c, src/symtab.c (symbol_class_set)
12915 (symbol_user_token_number_set): New.
12916 * src/reader.c (parse_token_decl): Use them.
12917 Use a switch instead of ifs.
12918 Use a single argument.
12919
12920 2002-06-10 Akim Demaille <akim@epita.fr>
12921
12922 Remove `%thong' support as it is undocumented, unused, duplicates
12923 `%token's job, and creates useless e-mail traffic with people who
12924 want to know what it is, why it is undocumented, unused, and
12925 duplicates `%token's job.
12926
12927 * src/reader.c (parse_thong_decl): Remove.
12928 * src/options.c (option_table): Remove "thong".
12929 * src/lex.h (tok_thong): Remove.
12930
12931 2002-06-10 Akim Demaille <akim@epita.fr>
12932
12933 * src/symtab.c, src/symtab.c (symbol_type_set)
12934 (symbol_precedence_set): New.
12935 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
12936 (value_components_used): Remove, unused.
12937
12938 2002-06-09 Akim Demaille <akim@epita.fr>
12939
12940 Move symbols handling code out of the reader.
12941
12942 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
12943 (axiom): Move to...
12944 * src/symtab.h, src/symtab.c: here.
12945
12946 * src/gram.c (start_symbol): Remove: use startsymbol->number.
12947 * src/reader.c (startval): Rename as...
12948 * src/symtab.h, src/symtab.c (startsymbol): this.
12949 * src/reader.c: Adjust.
12950
12951 * src/reader.c (symbol_check_defined, symbol_make_alias)
12952 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
12953 (token_translations_init)
12954 Move to...
12955 * src/symtab.c: here.
12956 * src/reader.c (packsymbols): Move to...
12957 * src/symtab.h, src/symtab.c (symbols_pack): here.
12958 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
12959 argument.
12960
12961 2002-06-03 Akim Demaille <akim@epita.fr>
12962
12963 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
12964 then statements.
12965
12966 2002-06-03 Akim Demaille <akim@epita.fr>
12967
12968 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
12969 structs with non literals.
12970 * src/scan-skel.l: never-interactive.
12971 * src/conflicts.c (enum conflict_resolution_e): No trailing
12972 comma.
12973 * src/getargs.c (usage): Split long literal strings.
12974 Reported by Hans Aberg.
12975
12976 2002-05-28 Akim Demaille <akim@epita.fr>
12977
12978 * data/bison.c++: Use C++ ostreams.
12979 (cdebug_): New member.
12980
12981 2002-05-28 Akim Demaille <akim@epita.fr>
12982
12983 * src/output.c (output_skeleton): Be sure to allocate enough room
12984 for `/' _and_ for `\0' in full_skeleton.
12985
12986 2002-05-28 Akim Demaille <akim@epita.fr>
12987
12988 * data/bison.c++: Catch up with bison.simple:
12989 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12990 and Paul Eggert <eggert@twinsun.com>: `error' handing.
12991 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
12992 and popping traces.
12993
12994 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12995
12996 * src/output.c (output_skeleton): Put an explicit path in front of
12997 the skeleton file name, rather than relying on the -I directory,
12998 to partially alleviate effects of having a skeleton file lying around
12999 in the current directory.
13000
13001 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13002
13003 * src/conflicts.c (log_resolution): Correct typo:
13004 obstack_printf should be obstack_fgrow1.
13005
13006 2002-05-26 Akim Demaille <akim@epita.fr>
13007
13008 * src/state.h (state_t): `solved_conflicts' is a new member.
13009 * src/LR0.c (new_state): Set it to 0.
13010 * src/conflicts.h, src/conflicts.c (print_conflicts)
13011 (free_conflicts, solve_conflicts): Rename as...
13012 (conflicts_print, conflicts_free, conflicts_solve): these.
13013 Adjust callers.
13014 * src/conflicts.c (enum conflict_resolution_e)
13015 (solved_conflicts_obstack): New, used by...
13016 (log_resolution): this.
13017 Adjust to attach the conflict resolution to each state.
13018 Complete the description with the precedence/associativity
13019 information.
13020 (resolve_sr_conflict): Adjust.
13021 * src/print.c (print_state): Output its solved_conflicts.
13022 * tests/conflicts.at (Unresolved SR Conflicts)
13023 (Solved SR Conflicts): Exercise --report=all.
13024
13025 2002-05-26 Akim Demaille <akim@epita.fr>
13026
13027 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
13028 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
13029 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
13030 (token_number_t, item_number_as_token_number)
13031 (token_number_as_item_number, muscle_insert_token_number_table):
13032 Rename as...
13033 (symbol_number_t, item_number_as_symbol_number)
13034 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
13035 these, since it is more appropriate.
13036
13037 2002-05-26 Akim Demaille <akim@epita.fr>
13038
13039 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
13040 `Error:' lines.
13041 * data/bison.simple (yystos) [YYDEBUG]: New.
13042 (yyparse) [YYDEBUG]: Display the symbols which are popped during
13043 error recovery.
13044 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
13045
13046 2002-05-25 Akim Demaille <akim@epita.fr>
13047
13048 * doc/bison.texinfo (Debugging): Split into...
13049 (Tracing): this new section, its former contents, and...
13050 (Understanding): this new section.
13051 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
13052 by...
13053 (report_flag): this.
13054 Adjust all dependencies.
13055 (report_args, report_types, report_argmatch): New.
13056 (usage, getargs): Report/support -r, --report.
13057 * src/options.h
13058 (struct option_table_struct): Rename as..,
13059 (struct option_table_s): this.
13060 Rename the `set_flag' member to `flag' to match with getopt_long's
13061 struct.
13062 * src/options.c (option_table): Split verbose into an entry for
13063 %verbose, and another for --verbose.
13064 Support --report/-r, so remove -r from the obsolete --raw.
13065 * src/print.c: Attach full item sets and lookaheads reports to
13066 report_flag instead of trace_flag.
13067 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
13068
13069 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13070 and Paul Eggert <eggert@twinsun.com>
13071
13072 * data/bison.simple (yyparse): Correct error handling to conform to
13073 POSIX and yacc. Specifically, after syntax error is discovered,
13074 do not reduce further before shifting the error token.
13075 Clean up the code a bit by removing the labels yyerrdefault,
13076 yyerrhandle, yyerrpop.
13077 * NEWS: Document the above.
13078
13079 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13080
13081 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
13082 type; it isn't always big enough, since it doesn't necessarily
13083 include non-terminals.
13084 (yytranslate): Expand definition of yy_token_number_type, so that
13085 the latter can be removed.
13086 (yy_token_number_type): Remove, only one use.
13087 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
13088 don't use TokenNumberType as element type.
13089
13090 * tests/regression.at: Modify expected output to agree with change
13091 to yyr1 and yytranslate.
13092
13093 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
13094
13095 * src/reader.c (parse_action): Use copy_character instead of
13096 obstack_1grow.
13097
13098 2002-05-13 Akim Demaille <akim@epita.fr>
13099
13100 * tests/regression.at (Token definitions): Prototype yylex and
13101 yyerror.
13102
13103 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13104
13105 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
13106 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
13107 32-bit arithmetic.
13108 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
13109
13110 2002-05-07 Akim Demaille <akim@epita.fr>
13111
13112 * tests/synclines.at: Be sure to prototype yylex and yyerror to
13113 avoid GCC warnings.
13114
13115 2002-05-07 Akim Demaille <akim@epita.fr>
13116
13117 Kill GCC warnings.
13118
13119 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
13120 over the RHS of each rule.
13121 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
13122 * src/state.h (state_t): Member `nitems' is unsigned short.
13123 * src/LR0.c (get_state): Adjust.
13124 * src/reader.c (packgram): Likewise.
13125 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
13126 `Type'.
13127 (muscle_insert_int_table): Remove, unused.
13128 (prepare_rules): Remove `max'.
13129
13130 2002-05-06 Akim Demaille <akim@epita.fr>
13131
13132 * src/closure.c (print_firsts): Display of the symbol tags.
13133 (bitmatrix_print): Move to...
13134 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
13135 here.
13136 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
13137
13138 2002-05-06 Akim Demaille <akim@epita.fr>
13139
13140 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
13141 hash_do_for_each.
13142
13143 2002-05-06 Akim Demaille <akim@epita.fr>
13144
13145 * src/LR0.c (new_state, get_state): Instead of using the global
13146 `kernel_size' and `kernel_base', have two new arguments:
13147 `core_size' and `core'.
13148 Adjust callers.
13149
13150 2002-05-06 Akim Demaille <akim@epita.fr>
13151
13152 * src/reader.c (packgram): No longer end `ritem' with a 0
13153 sentinel: it is not used.
13154
13155 2002-05-05 Akim Demaille <akim@epita.fr>
13156
13157 New experimental feature: display the lookaheads in the report and
13158 graph.
13159
13160 * src/print (print_core): When --trace-flag, display the rules
13161 lookaheads.
13162 * src/print_graph.c (print_core): Likewise.
13163 Swap the arguments.
13164 Adjust caller.
13165
13166 2002-05-05 Akim Demaille <akim@epita.fr>
13167
13168 * tests/torture.at (Many lookaheads): New test.
13169
13170 2002-05-05 Akim Demaille <akim@epita.fr>
13171
13172 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
13173 (GENERATE_MUSCLE_INSERT_TABLE): this.
13174 (output_int_table, output_unsigned_int_table, output_short_table)
13175 (output_token_number_table, output_item_number_table): Replace with...
13176 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
13177 (muscle_insert_short_table, muscle_insert_token_number_table)
13178 (muscle_insert_item_number_table): these.
13179 Adjust all callers.
13180 (prepare_tokens): Don't free `translations', since...
13181 * src/reader.h, src/reader.c (grammar_free): do it.
13182 Move to...
13183 * src/gram.h, src/gram.c (grammar_free): here.
13184 * data/bison.simple, data/bison.c++: b4_token_number_max is now
13185 b4_translate_max.
13186
13187 2002-05-05 Akim Demaille <akim@epita.fr>
13188
13189 * src/output.c (output_unsigned_int_table): New.
13190 (prepare_rules): `i' is unsigned.
13191 `prhs', `rline', `r2' are unsigned int.
13192 Rename muscle `rhs_number_max' as `rhs_max'.
13193 Output muscles `prhs_max', `rline_max', and `r2_max'.
13194 Free rline and r1.
13195 * data/bison.simple, data/bison.c++: Adjust to use these muscles
13196 to compute types instead of constant types.
13197 * tests/regression.at (Web2c Actions): Adjust.
13198
13199 2002-05-04 Akim Demaille <akim@epita.fr>
13200
13201 * src/symtab.h (SALIAS, SUNDEF): Rename as...
13202 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
13203 Adjust dependencies.
13204 * src/output.c (token_definitions_output): Be sure not to output a
13205 `#define 'a'' when fed with `%token 'a' "a"'.
13206 * tests/regression.at (Token definitions): New.
13207
13208 2002-05-03 Paul Eggert <eggert@twinsun.com>
13209
13210 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
13211 for K&R C.
13212
13213 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
13214
13215 * Makefile.am (SUBDIRS): Remove intl.
13216 (EXTRA_DIST): Add config/config.rpath.
13217
13218 2002-05-03 Akim Demaille <akim@epita.fr>
13219
13220 * data/bison.simple (m4_if): Don't output empty enums.
13221 And actually, output valid enum definitions :(.
13222
13223 2002-05-03 Akim Demaille <akim@epita.fr>
13224
13225 * configure.bat: Remove, completely obsolete.
13226 * Makefile.am (EXTRA_DIST): Adjust.
13227 Don't distribute config.rpath...
13228 * config/Makefile.am (EXTRA_DIST): Do it.
13229
13230 2002-05-03 Akim Demaille <akim@epita.fr>
13231
13232 * configure.in (GETTEXT_VERSION): New.
13233 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
13234
13235 2002-05-03 Akim Demaille <akim@epita.fr>
13236
13237 * data/bison.simple (b4_token_enum): New.
13238 (b4_token_defines): Use it to output tokens both as #define and
13239 enums.
13240 Suggested by Paul Eggert.
13241 * src/output.c (token_definitions_output): Don't output spurious
13242 white spaces.
13243
13244 2002-05-03 Akim Demaille <akim@epita.fr>
13245
13246 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
13247
13248 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
13249
13250 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
13251 Update the stack class, give a try to deque as the default container.
13252
13253 2002-05-02 Akim Demaille <akim@epita.fr>
13254
13255 * data/bison.simple (yyparse): Do not implement @$ = @1.
13256 (YYLLOC_DEFAULT): Adjust to do it.
13257 * doc/bison.texinfo (Location Default Action): Fix.
13258
13259 2002-05-02 Akim Demaille <akim@epita.fr>
13260
13261 * src/reader.c (parse_braces): Merge into...
13262 (parse_action): this.
13263
13264 2002-05-02 Akim Demaille <akim@epita.fr>
13265
13266 * configure.in (ALL_LINGUAS): Remove.
13267 * po/LINGUAS, hr.po: New.
13268
13269 2002-05-02 Akim Demaille <akim@epita.fr>
13270
13271 Remove the so called hairy (semantic) parsers.
13272
13273 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
13274 * src/gram.h, src/gram.c (semantic_parser): Remove.
13275 (rule_t): Remove the guard and guard_line members.
13276 * src/lex.h (token_t): remove tok_guard.
13277 * src/options.c (option_table): Remove %guard and %semantic_parser
13278 support.
13279 * src/output.c, src/output.h (guards_output): Remove.
13280 (prepare): Adjust.
13281 (token_definitions_output): Don't output the `T'
13282 tokens (???).
13283 (output_skeleton): Don't output the guards.
13284 * src/files.c, src/files.c (attrsfile): Remove.
13285 * src/reader.c (symbol_list): Remove the guard and guard_line
13286 members.
13287 Adjust dependencies.
13288 (parse_guard): Remove.
13289 * data/bison.hairy: Remove.
13290 * doc/bison.texinfo (Environment Variables): Remove occurrences of
13291 BISON_HAIRY.
13292
13293 2002-05-02 Akim Demaille <akim@epita.fr>
13294
13295 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
13296 (parse_guard): Rename the formal argument `stack_offset' as
13297 `rule_length', which is more readable.
13298 Adjust callers.
13299 (copy_at, copy_dollar): Instead of outputting the hard coded
13300 values of $$, $n and so forth, output invocation to b4_lhs_value,
13301 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
13302 Note: this patch partially drops `semantic-parser' support: it
13303 always does `rule_length - n', where semantic parsers ought to
13304 always use `-n'.
13305 * data/bison.simple, data/bison.c++ (b4_lhs_value)
13306 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
13307
13308 2002-05-02 Akim Demaille <akim@epita.fr>
13309
13310 * configure.in (AC_INIT): Bump to 1.49b.
13311 (AM_INIT_AUTOMAKE): Short invocation.
13312
13313 2002-05-02 Akim Demaille <akim@epita.fr>
13314
13315 Version 1.49a.
13316
13317 2002-05-01 Akim Demaille <akim@epita.fr>
13318
13319 * src/skeleton.h: Remove.
13320
13321 2002-05-01 Akim Demaille <akim@epita.fr>
13322
13323 * src/skeleton.h: Fix the #endif.
13324 Reported by Magnus Fromreide.
13325
13326 2002-04-26 Paul Eggert <eggert@twinsun.com>
13327
13328 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
13329 Define if we define YYSTYPE and YYLTYPE, respectively.
13330 (YYCOPY): Fix [] quoting problem in the non-GCC case.
13331
13332 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
13333
13334 * src/scan-skel.l: Postprocess quadrigraphs.
13335
13336 * src/reader.c (copy_character): New function, used to output
13337 single characters while replacing `[' and `]' with quadrigraphs, to
13338 avoid troubles with M4 quotes.
13339 (copy_comment): Output characters with copy_character.
13340 (read_additionnal_code): Likewise.
13341 (copy_string2): Likewise.
13342 (copy_definition): Likewise.
13343
13344 * tests/calc.at: Exercise M4 quoting.
13345
13346 2002-04-25 Akim Demaille <akim@epita.fr>
13347
13348 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
13349 between `!' and the command.
13350 Reported by Paul Eggert.
13351
13352 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
13353
13354 * tests/calc.at: Exercise prologue splitting.
13355
13356 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
13357 `b4_post_prologue' instead of `b4_prologue'.
13358
13359 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
13360 muscles.
13361 (output): Free pre_prologue_obstack and post_prologue_obstack.
13362 * src/files.h, src/files.c (attrs_obstack): Remove.
13363 (pre_prologue_obstack, post_prologue_obstack): New.
13364 * src/reader.c (copy_definition): Add a parameter to specify the
13365 obstack to fill, instead of using attrs_obstack unconditionally.
13366 (read_declarations): Pass pre_prologue_obstack to copy_definition if
13367 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
13368
13369 2002-04-23 Paul Eggert <eggert@twinsun.com>
13370
13371 * data/bison.simple: Remove unnecessary commentary and white
13372 space differences from 1_29-branch.
13373 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
13374
13375 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
13376 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
13377 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
13378 constructors or destructors.
13379
13380 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
13381
13382 2002-04-23 Akim Demaille <akim@epita.fr>
13383
13384 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
13385 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
13386 location with columns.
13387 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
13388 All reported by Paul Eggert.
13389
13390 2002-04-22 Akim Demaille <akim@epita.fr>
13391
13392 * src/reduce.c (dump_grammar): Move to...
13393 * src/gram.h, src/gram.c (grammar_dump): here.
13394 Be sure to separate long item numbers.
13395 Don't read the members of a rule's prec if its nil.
13396
13397 2002-04-22 Akim Demaille <akim@epita.fr>
13398
13399 * src/output.c (table_size, table_grow): New.
13400 (MAXTABLE): Remove, replace uses with table_size.
13401 (pack_vector): Instead of dying when the table is too big, grow it.
13402
13403 2002-04-22 Akim Demaille <akim@epita.fr>
13404
13405 * data/bison.simple (yyr1): Its type is that of a token number.
13406 * data/bison.c++ (r1_): Likewise.
13407 * tests/regression.at (Web2c Actions): Adjust.
13408
13409 2002-04-22 Akim Demaille <akim@epita.fr>
13410
13411 * src/reader.c (token_translations_init): 256 is now the default
13412 value for the error token, i.e., it will be assigned another
13413 number if the user assigned 256 to one of her tokens.
13414 (reader): Don't force 256 to error.
13415 * doc/bison.texinfo (Symbols): Adjust.
13416 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
13417 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
13418 etc. instead of 10, 20, 30 (which was used to `jump' over error
13419 (256) and undefined (2)).
13420
13421 2002-04-22 Akim Demaille <akim@epita.fr>
13422
13423 Propagate more token_number_t.
13424
13425 * src/gram.h (token_number_as_item_number)
13426 (item_number_as_token_number): New.
13427 * src/output.c (GENERATE_OUTPUT_TABLE): New.
13428 Use it to create output_item_number_table and
13429 output_token_number_table.
13430 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
13431 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
13432 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
13433 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
13434
13435 2002-04-22 Akim Demaille <akim@epita.fr>
13436
13437 * src/output.h, src/output.c (get_lines_number): Remove.
13438
13439 2002-04-19 Akim Demaille <akim@epita.fr>
13440
13441 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
13442 as Lex/Flex'.
13443 (Debugging): More details about enabling the debugging features.
13444 (Table of Symbols): Describe $$, $n, @$, and @n.
13445 Suggested by Tim Josling.
13446
13447 2002-04-19 Akim Demaille <akim@epita.fr>
13448
13449 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
13450
13451 2002-04-10 Akim Demaille <akim@epita.fr>
13452
13453 * src/system.h: Rely on HAVE_LIMITS_H.
13454 Suggested by Paul Eggert.
13455
13456 2002-04-09 Akim Demaille <akim@epita.fr>
13457
13458 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
13459 full stderr, and strip it according to the bison options, instead
13460 of composing the error message from different bits.
13461 This makes it easier to check for several error messages.
13462 Adjust all the invocations.
13463 Add an invocation exercising the error token.
13464 Add an invocation demonstrating a stupid error message.
13465 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
13466 Adjust the tests.
13467 Error message are for stderr, not stdout.
13468
13469 2002-04-09 Akim Demaille <akim@epita.fr>
13470
13471 * src/gram.h, src/gram.c (error_token_number): Remove, use
13472 errtoken->number.
13473 * src/reader.c (reader): Don't specify the user token number (2)
13474 for $undefined, as it uselessly prevents using it.
13475 * src/gram.h (token_number_t): Move to...
13476 * src/symtab.h: here.
13477 (state_t.number): Is a token_number_t.
13478 * src/print.c, src/reader.c: Use undeftoken->number instead of
13479 hard coded 2.
13480 (Even though this 2 is not the same as above: the number of the
13481 undeftoken remains being 2, it is its user token number which
13482 might not be 2).
13483 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
13484 `user_token_number_max'.
13485 Output `undef_token_number'.
13486 * data/bison.simple, data/bison.c++: Use them.
13487 Be sure to map invalid yylex return values to
13488 `undef_token_number'. This saves us from gratuitous SEGV.
13489
13490 * tests/conflicts.at (Solved SR Conflicts)
13491 (Unresolved SR Conflicts): Adjust.
13492 * tests/regression.at (Web2c Actions): Adjust.
13493
13494 2002-04-08 Akim Demaille <akim@epita.fr>
13495
13496 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
13497 Adding #line.
13498 Remove the duplicate `typedefs'.
13499 (RhsNumberType): Fix the declaration and various other typos.
13500 Use __ofile__.
13501 * data/bison.simple: Use __ofile__.
13502 * src/scan-skel.l: Handle __ofile__.
13503
13504 2002-04-08 Akim Demaille <akim@epita.fr>
13505
13506 * src/gram.h (item_number_t): New, the type of item numbers in
13507 RITEM. Note that it must be able to code symbol numbers as
13508 positive number, and the negation of rule numbers as negative
13509 numbers.
13510 Adjust all dependencies (pretty many).
13511 * src/reduce.c (rule): Remove this `short *' pointer: use
13512 item_number_t.
13513 * src/system.h (MINSHORT, MAXSHORT): Remove.
13514 Include `limits.h'.
13515 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
13516 (shortcpy): Remove.
13517 (MAXTABLE): Move to...
13518 * src/output.c (MAXTABLE): here.
13519 (prepare_rules): Use output_int_table to output rhs.
13520 * data/bison.simple, data/bison.c++: Adjust.
13521 * tests/torture.at (Big triangle): Move the limit from 254 to
13522 500.
13523 * tests/regression.at (Web2c Actions): Ajust.
13524
13525 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
13526 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
13527 passes, but produces negative #line number, once fixed, GCC is
13528 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
13529 C), it passes.
13530 * src/state.h (state_h): Code input lines on ints, not shorts.
13531
13532 2002-04-08 Akim Demaille <akim@epita.fr>
13533
13534 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
13535 and then the grammar.
13536
13537 2002-04-08 Akim Demaille <akim@epita.fr>
13538
13539 * src/system.h: No longer using strndup.
13540
13541 2002-04-07 Akim Demaille <akim@epita.fr>
13542
13543 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
13544 * src/output.c (output_table_data): Return the longest number.
13545 (prepare_tokens): Output `token_number_max').
13546 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
13547 New.
13548 Use them to define yy_token_number_type/TokenNumberType.
13549 Use this type for yytranslate.
13550 * tests/torture.at (Big triangle): Push the limit from 124 to
13551 253.
13552 * tests/regression.at (Web2c Actions): Adjust.
13553
13554 2002-04-07 Akim Demaille <akim@epita.fr>
13555
13556 * tests/torture.at (Big triangle): New.
13557 (GNU AWK Grammar, GNU Cim Grammar): Move to...
13558 * tests/existing.at: here.
13559
13560 2002-04-07 Akim Demaille <akim@epita.fr>
13561
13562 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
13563 nritems.
13564 Adjust dependencies.
13565
13566 2002-04-07 Akim Demaille <akim@epita.fr>
13567
13568 * src/reader.c: Normalize increments to prefix form.
13569
13570 2002-04-07 Akim Demaille <akim@epita.fr>
13571
13572 * src/reader.c, symtab.c: Remove debugging code.
13573
13574 2002-04-07 Akim Demaille <akim@epita.fr>
13575
13576 Rename all the `bucket's as `symbol_t'.
13577
13578 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
13579 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
13580 * src/symtab.c, src/symtab.h (bucket): Rename as...
13581 (symbol_t): this.
13582 (symbol_list_new, bucket_check_defined, bucket_make_alias)
13583 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
13584 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
13585 (buckets_new, buckets_free, buckets_do): Rename as...
13586 (symbol_list_new, symbol_check_defined, symbol_make_alias)
13587 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
13588 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
13589 (symbols_new, symbols_free, symbols_do): these.
13590
13591 2002-04-07 Akim Demaille <akim@epita.fr>
13592
13593 Use lib/hash for the symbol table.
13594
13595 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
13596 EOF.
13597 * src/lex.c (lex): Set the `number' member of new terminals.
13598 * src/reader.c (bucket_check_defined, bucket_make_alias)
13599 (bucket_check_alias_consistence, bucket_translation): New.
13600 (reader, grammar_free, readgram, token_translations_init)
13601 (packsymbols): Adjust.
13602 (reader): Number the predefined tokens.
13603 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
13604 for predefined tokens.
13605 * src/symtab.h (bucket): Remove all the hash table related
13606 members.
13607 * src/symtab.c (symtab): Replace by...
13608 (bucket_table): this.
13609 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
13610 (buckets_new, buckets_do): New.
13611
13612 2002-04-07 Akim Demaille <akim@epita.fr>
13613
13614 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
13615 (start_symbol, max_user_token_number, semantic_parser)
13616 (error_token_number): Initialize.
13617 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
13618 Initialize.
13619 (reader): Don't.
13620 (errtoken, eoftoken, undeftoken, axiom): Extern.
13621
13622 2002-04-07 Akim Demaille <akim@epita.fr>
13623
13624 * src/gram.h (rule_s): prec and precsym are now pointers
13625 to the bucket giving the priority/associativity.
13626 Member `associativity' removed: useless.
13627 * src/reduce.c, src/conflicts.c: Adjust.
13628
13629 2002-04-07 Akim Demaille <akim@epita.fr>
13630
13631 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
13632 Properly escape the symbols' TAG when outputting them.
13633
13634 2002-04-07 Akim Demaille <akim@epita.fr>
13635
13636 * src/lalr.h (LA): Is a bitsetv, not bitset*.
13637
13638 2002-04-07 Akim Demaille <akim@epita.fr>
13639
13640 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
13641 (LArule): this, which is an array to rule_t*.
13642 * src/print.c, src/conflicts.c: Adjust.
13643
13644 2002-04-07 Akim Demaille <akim@epita.fr>
13645
13646 * src/gram.h (rule_t): Rename `number' as `user_number'.
13647 `number' is a new member.
13648 Adjust dependencies.
13649 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
13650
13651 2002-04-07 Akim Demaille <akim@epita.fr>
13652
13653 As a result of the previous patch, it is no longer needed
13654 to reorder ritem itself.
13655
13656 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
13657
13658 2002-04-07 Akim Demaille <akim@epita.fr>
13659
13660 Be sure never to walk through RITEMS, but use only data related to
13661 the rules themselves. RITEMS should be banished.
13662
13663 * src/output.c (output_token_translations): Rename as...
13664 (prepare_tokens): this.
13665 In addition to `translate', prepare the muscles `tname' and
13666 `toknum', which were handled by...
13667 (output_rule_data): this.
13668 Remove, and move the remainder of its outputs into...
13669 (prepare_rules): this new routines, which also merges content from
13670 (output_gram): this.
13671 (prepare_rules): Be sure never to walk through RITEMS.
13672 (output_stos): Rename as...
13673 (prepare_stos): this.
13674 (output): Always invoke prepare_states, after all, just don't use it
13675 in the output if you don't need it.
13676
13677 2002-04-07 Akim Demaille <akim@epita.fr>
13678
13679 * src/LR0.c (new_state): Display `nstates' as the name of the
13680 newly created state.
13681 Adjust to initialize first_state and last_state if needed.
13682 Be sure to distinguish the initial from the final state.
13683 (new_states): Create the itemset of the initial state, and use
13684 new_state.
13685 * src/closure.c (closure): Now that the initial state has its
13686 items properly set, there is no need for a special case when
13687 creating `ruleset'.
13688
13689 As a result, now the rule 0, reducing to $axiom, is visible in the
13690 outputs. Adjust the test suite.
13691
13692 * tests/conflicts.at (Solved SR Conflicts)
13693 (Unresolved SR Conflicts): Adjust.
13694 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
13695 * tests/conflicts.at (S/R in initial): New.
13696
13697 2002-04-07 Akim Demaille <akim@epita.fr>
13698
13699 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
13700 the RHS of the rules.
13701 * src/output.c (output_gram): Likewise.
13702
13703 2002-04-07 Akim Demaille <akim@epita.fr>
13704
13705 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
13706 bucket.
13707 Adjust all dependencies.
13708 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
13709 `number' of the buckets too.
13710 * src/gram.h: Include `symtab.h'.
13711 (associativity): Move to...
13712 * src/symtab.h: here.
13713 No longer include `gram.h'.
13714
13715 2002-04-07 Akim Demaille <akim@epita.fr>
13716
13717 * src/gram.h, src/gram.c (rules_rhs_length): New.
13718 (ritem_longest_rhs): Use it.
13719 * src/gram.h (rule_t): `number' is a new member.
13720 * src/reader.c (packgram): Set it.
13721 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
13722 the end of `rules', and count them out of `nrules'.
13723 (reduce_output, dump_grammar): Adjust.
13724 * src/print.c (print_grammar): It is no longer needed to check for
13725 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
13726 * tests/reduce.at (Reduced Automaton): New test.
13727
13728 2002-04-07 Akim Demaille <akim@epita.fr>
13729
13730 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
13731 lacking `+ 1' to nrules, Bison reported as useless a token if it
13732 was used solely to set the precedence of the last rule...
13733
13734 2002-04-07 Akim Demaille <akim@epita.fr>
13735
13736 * data/bison.c++, data/bison.simple: Don't output the current file
13737 name in #line, to avoid useless diffs between two identical
13738 outputs under different names.
13739
13740 2002-04-07 Akim Demaille <akim@epita.fr>
13741
13742 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
13743 Normalize loops to using `< nrules + 1', not `<= nrules'.
13744
13745 2002-04-07 Akim Demaille <akim@epita.fr>
13746
13747 * TODO: Update.
13748
13749 2002-04-07 Akim Demaille <akim@epita.fr>
13750
13751 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
13752 bucket.value as bucket.number.
13753
13754 2002-04-07 Akim Demaille <akim@epita.fr>
13755
13756 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
13757 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
13758 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
13759 RHS, instead of being an index in RITEMS.
13760
13761 2002-04-04 Paul Eggert <eggert@twinsun.com>
13762
13763 * doc/bison.texinfo: Update copyright date.
13764 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
13765 (Symbols): Warn about running Bison in one character set,
13766 but compiling and/or running in an incompatible one.
13767 Warn about character code 256, too.
13768
13769 2002-04-03 Paul Eggert <eggert@twinsun.com>
13770
13771 * src/bison.data (YYSTACK_ALLOC): Depend on whether
13772 YYERROR_VERBOSE is nonzero, not whether it is defined.
13773
13774 Merge changes from bison-1_29-branch.
13775
13776 2002-03-20 Paul Eggert <eggert@twinsun.com>
13777
13778 Merge fixes from Debian bison_1.34-1.diff.
13779
13780 * configure.in (AC_PREREQ): 2.53.
13781
13782 2002-03-20 Akim Demaille <akim@epita.fr>
13783
13784 * src/conflicts.c (log_resolution): Argument `resolution' is const.
13785
13786 2002-03-19 Paul Eggert <eggert@twinsun.com>
13787
13788 * src/bison.simple (YYCOPY): New macro.
13789 (YYSTACK_RELOCATE): Use it.
13790 Remove Type arg; no longer needed. All callers changed.
13791 (yymemcpy): Remove; no longer needed.
13792
13793 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
13794 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
13795
13796 2002-03-19 Akim Demaille <akim@epita.fr>
13797
13798 Test and fix the #line outputs.
13799
13800 * tests/atlocal.at (GCC): New.
13801 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
13802 (Prologue synch line, %union synch line, Postprologue synch line)
13803 (Action synch line, Epilogue synch line): New tests.
13804 * src/reader.c (parse_union_decl): Define the muscle stype_line.
13805 * data/bison.simple, data/bison.c++: Use it.
13806
13807 2002-03-19 Akim Demaille <akim@epita.fr>
13808
13809 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
13810 (Solved SR Conflicts, %expect not enough, %expect right)
13811 (%expect too much): Move to...
13812 * tests/conflicts.at: this new file.
13813
13814 2002-03-19 Akim Demaille <akim@epita.fr>
13815
13816 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
13817 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
13818 that we can move to enums for instance.
13819 * src/output.c (token_definitions_output): Output a list of
13820 `token-name, token-number' instead of the #define.
13821 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
13822
13823 2002-03-14 Akim Demaille <akim@epita.fr>
13824
13825 Use Gettext 0.11.1.
13826
13827 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
13828
13829 * data/bison.c++: Make the user able to add members to the generated
13830 parser by subclassing.
13831
13832 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
13833
13834 * src/reader.c (read_additionnal_code): `c' should be an integer, not
13835 a character.
13836 Reported by Nicolas Tisserand and Nicolas Burrus.
13837
13838 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
13839
13840 * src/reader.c: Warn about lacking semi-colons, do not complain.
13841
13842 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
13843
13844 * data/bison.c++: Remove a debug line.
13845
13846 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
13847
13848 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
13849 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
13850 provide a default implementation.
13851
13852 2002-03-04 Akim Demaille <akim@epita.fr>
13853
13854 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
13855 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
13856 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
13857 * tests/semantic.at (Parsing Guards): Similarly.
13858 * src/reader.at (readgram): Complain if the last rule is not ended
13859 with a semi-colon.
13860
13861 2002-03-04 Akim Demaille <akim@epita.fr>
13862
13863 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
13864 * src/closure.c: here.
13865 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
13866 RTC.
13867 * src/warshall.h, src/warshall.c: Remove.
13868 * tests/sets.at (Broken Closure): Adjust.
13869
13870 2002-03-04 Akim Demaille <akim@epita.fr>
13871
13872 * src/output.c (output_skeleton): tempdir is const.
13873 bytes_read is unused.
13874
13875 2002-03-04 Akim Demaille <akim@epita.fr>
13876
13877 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
13878 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
13879 Update.
13880 From Michael Hayes.
13881
13882 2002-03-04 Akim Demaille <akim@epita.fr>
13883
13884 * src/closure.c (closure): `r' is unused.
13885
13886 2002-03-04 Akim Demaille <akim@epita.fr>
13887
13888 * tests/sets.at (Broken Closure): Add the ending `;'.
13889 * src/reader.at (readgram): Complain if a rule is not ended with a
13890 semi-colon.
13891
13892 2002-03-04 Akim Demaille <akim@epita.fr>
13893
13894 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
13895 (count_sr_conflicts): Use bitset_count.
13896 * src/reduce.c (inaccessable_symbols): Ditto.
13897 (bits_size): Remove.
13898 * src/warshall.h, src/warshall.c: Convert to bitsetv.
13899
13900 2002-03-04 Akim Demaille <akim@epita.fr>
13901
13902 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
13903 * src/reduce.c: Remove the `bitset_zero's following the
13904 `bitset_create's, as now it is performed by the latter.
13905
13906 2002-03-04 Akim Demaille <akim@epita.fr>
13907
13908 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
13909 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
13910 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
13911 latest sources from Michael.
13912
13913 2002-03-04 Akim Demaille <akim@epita.fr>
13914
13915 * src/output.c (output): Don't free the grammar.
13916 * src/reader.c (grammar_free): New.
13917 * src/main.c (main): Call it and don't free symtab here.
13918
13919 2002-03-04 Akim Demaille <akim@epita.fr>
13920
13921 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
13922 before returning.
13923 Reported by Benoit Perrot.
13924
13925 2002-03-04 Akim Demaille <akim@epita.fr>
13926
13927 Use bitset operations when possible, not loops over bits.
13928
13929 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
13930 bitset_or.
13931 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
13932 * src/reduce.c (useless_nonterminals): Formatting changes.
13933 * src/warshall.c (TC): Use bitset_or.
13934
13935 2002-03-04 Akim Demaille <akim@epita.fr>
13936
13937 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
13938 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
13939 Ditto.
13940
13941 2002-03-04 Akim Demaille <akim@epita.fr>
13942
13943 * src/lalr.c (F): Now a bitset*.
13944 Adjust all dependencies.
13945
13946 2002-03-04 Akim Demaille <akim@epita.fr>
13947
13948 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
13949 Adjust all dependencies.
13950
13951 2002-03-04 Akim Demaille <akim@epita.fr>
13952
13953 * src/L0.c, src/LR0.h (nstates): Be size_t.
13954 Adjust comparisons (signed vs unsigned).
13955 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
13956 bitset*.
13957 Adjust all dependencies.
13958
13959 2002-03-04 Akim Demaille <akim@epita.fr>
13960
13961 * src/closure.c (firsts): Now, also a bitset.
13962 Adjust all dependencies.
13963 (varsetsize): Remove, now unused.
13964 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
13965
13966 2002-03-04 Akim Demaille <akim@epita.fr>
13967
13968 * src/print.c: Convert to use bitset.h, not hand coded iterations
13969 over ints.
13970
13971 2002-03-04 Akim Demaille <akim@epita.fr>
13972
13973 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
13974
13975 2002-03-04 Akim Demaille <akim@epita.fr>
13976
13977 * src/closure.c (ruleset): Be a bitset.
13978 (rulesetsize): Remove.
13979
13980 2002-03-04 Akim Demaille <akim@epita.fr>
13981
13982 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
13983 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
13984 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
13985 * src/closure.c (fderives): Be an array of bitsets.
13986
13987 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
13988
13989 * data/bison.c++: Merge the two generated headers. Insert a copyright
13990 notice in each output file.
13991
13992 2002-02-28 Akim Demaille <akim@epita.fr>
13993
13994 * data/bison.c++: Copy the prologue of bison.simple to fetch
13995 useful M4 definitions, such as b4_header_guard.
13996
13997 2002-02-25 Akim Demaille <akim@epita.fr>
13998
13999 * src/getargs.c (version): Give the name of the authors, and use a
14000 translator friendly scheme for the bgr
14001 copyright notice.
14002
14003 2002-02-25 Akim Demaille <akim@epita.fr>
14004
14005 * src/output.c (header_output): Remove, now handled completely via
14006 M4.
14007
14008 2002-02-25 Akim Demaille <akim@epita.fr>
14009
14010 * m4/m4.m4: New, from CVS Autoconf.
14011 * configure.in: Invoke it.
14012 * src/output.c (output_skeleton): Use its result instead of the
14013 hard coded name.
14014
14015 2002-02-25 Akim Demaille <akim@epita.fr>
14016
14017 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
14018 Fileutils 4.1.5.
14019 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
14020 * src/output.c (output_skeleton): Use mkstemp to create a real
14021 temporary file.
14022 Move the filling of `skeleton' and its muscle to...
14023 (prepare): here.
14024 (output): Move the definition of the prologue muscle to...
14025 (prepare): here.
14026 * src/system.h (DEFAULT_TMPDIR): New.
14027
14028 2002-02-14 Paul Eggert <eggert@twinsun.com>
14029
14030 Remove the support for C++ namespace cleanliness; it was
14031 causing more problems than it was curing, since it didn't work
14032 properly on some nonstandard C++ compilers. This can wait
14033 for a proper C++ parser.
14034
14035 * NEWS: Document this.
14036 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
14037 of C++, as it's treated like C now.
14038 * src/bison.simple (YYSTD): Remove.
14039 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
14040 Treat C++ just like Standard C instead of trying to support
14041 namespace cleanliness.
14042
14043 2002-02-14 Akim Demaille <akim@epita.fr>
14044
14045 * tests/regression.at (else): Adjust to Andreas' change.
14046
14047 2002-02-14 Akim Demaille <akim@epita.fr>
14048
14049 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
14050
14051 2002-02-13 Andreas Schwab <schwab@suse.de>
14052
14053 * src/output.c (output_rule_data): Don't output NULL, it might
14054 not be defined yet.
14055
14056 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
14057
14058 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
14059 (Copyright notice): Update.
14060
14061 2002-02-11 Akim Demaille <akim@epita.fr>
14062
14063 * tests/regression.at (%nonassoc and eof): Don't include
14064 nonportable headers.
14065
14066 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
14067
14068 * data/bison.c++: Correct error recovery. Make the user able to
14069 initialize the starting location.
14070
14071 2002-02-07 Akim Demaille <akim@epita.fr>
14072
14073 * tests/input.at: New.
14074
14075 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14076
14077 * data/bison.c++: Replace some direct m4 expansions by constants. Be
14078 more consistent when naming methods and variables. Put preprocessor
14079 directives around tables only needed for debugging.
14080
14081 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14082
14083 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
14084 C++ parsers.
14085 (yy::b4_name::parse): Use print_.
14086
14087 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14088
14089 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
14090
14091 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14092
14093 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
14094 C++ parsers.
14095 (yy::b4_name::parse): Build verbose error messages, and use error_.
14096
14097 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
14098
14099 * data/bison.c++: Fix m4 quoting in comments.
14100
14101 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
14102
14103 * data/bison.c++: Adjust the parser code. Fix some muscles that were
14104 not expanded by m4.
14105
14106 2002-02-05 Akim Demaille <akim@epita.fr>
14107
14108 * data/bison.c++: Adjust to the M4 back end.
14109 More is certainly needed.
14110
14111 2002-02-05 Akim Demaille <akim@epita.fr>
14112
14113 Give a try to M4 as a back end.
14114
14115 * lib/readpipe.c: New, from wdiff.
14116 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
14117 BISON_HAIRY.
14118 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
14119 specific values. Now it is m4 that performs the lookup.
14120 * src/parse-skel.y: Remove.
14121 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
14122 * src/output.c (actions_output, guards_output)
14123 (token_definitions_output): No longer keeps track of the output
14124 line number, hence remove the second argument.
14125 (guards_output): Check against the guard member of a rule, not the
14126 action member.
14127 Adjust callers.
14128 (output_skeleton): Don't look for the skeleton location, let m4 do
14129 that.
14130 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
14131 file will be used.
14132 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
14133 (prepare): Given that for the time being changesyntax is not
14134 usable in M4, rename the muscles using `-' to `_'.
14135 Define `defines_flag', `output_parser_name' and `output_header_name'.
14136 * src/output.h (actions_output, guards_output)
14137 (token_definitions_output): Adjust prototypes.
14138 * src/scan-skel.l: Instead of scanning the skeletons, it now
14139 processes the output of m4: `__oline__' and `#output'.
14140 * data/bison.simple: Adjust to be used by M4(sugar).
14141 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
14142 to date.
14143 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
14144 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
14145 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
14146 shamelessly stolen from CVS Autoconf.
14147
14148 2002-02-05 Akim Demaille <akim@epita.fr>
14149
14150 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
14151 * configure.in: Check for the declarations of free and malloc.
14152 * src/muscle_tab.c: Adjust.
14153
14154 2002-02-05 Akim Demaille <akim@epita.fr>
14155
14156 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
14157 which have no values.
14158
14159 2002-02-05 Akim Demaille <akim@epita.fr>
14160
14161 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
14162 * data/: here.
14163
14164 2002-01-29 Paul Eggert <eggert@twinsun.com>
14165
14166 * src/bison.simple (YYSIZE_T): Do not define merely because
14167 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
14168 On some platforms, <alloca.h> does not declare YYSTD (size_t).
14169
14170 2002-01-27 Akim Demaille <akim@epita.fr>
14171
14172 Fix `%nonassoc and eof'.
14173
14174 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
14175 which were not properly copied! Replace
14176 memcpy (res->errs, src->errs, src->nerrs);
14177 with
14178 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
14179 !!!
14180 * tests/regression.at (%nonassoc and eof): Adjust to newest
14181 Autotest: `.' is not in the PATH.
14182
14183 2002-01-27 Akim Demaille <akim@epita.fr>
14184
14185 * tests/sets.at (AT_EXTRACT_SETS): New.
14186 (Nullable): Use it.
14187 (Firsts): New.
14188
14189 2002-01-26 Akim Demaille <akim@epita.fr>
14190
14191 * tests/actions.at, tests/calc.at, tests/headers.at,
14192 * tests/torture.at: Adjust to the newest Autotest which no longer
14193 forces `.' in the PATH.
14194
14195 2002-01-25 Akim Demaille <akim@epita.fr>
14196
14197 * tests/regression.at (%nonassoc and eof): New.
14198 Suggested by Robert Anisko.
14199
14200 2002-01-24 Akim Demaille <akim@epita.fr>
14201
14202 Bison dumps core when trying to complain about broken input files.
14203 Reported by Cris van Pelt.
14204
14205 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
14206 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
14207 into...
14208 (Invalid inputs): Strengthen: exercise parse_percent_token.
14209
14210 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
14211
14212 * src/Makefile.am: Add bison.c++.
14213 * src/bison.c++: New skeleton.
14214
14215 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
14216
14217 * po/it.po: New.
14218
14219 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
14220
14221 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
14222
14223 2002-01-20 Marc Autret <marc@gnu.org>
14224
14225 * src/files.c (compute_output_file_names): Fix
14226
14227 2002-01-20 Marc Autret <marc@gnu.org>
14228
14229 * tests/output.at: New test.
14230 * src/files.c (compute_base_names): Don't map extensions when
14231 the YACC flag is set, use defaults.
14232 Reported by Evgeny Stambulchik.
14233
14234 2002-01-20 Marc Autret <marc@gnu.org>
14235
14236 * src/system.h: Need to define __attribute__ away for non-GCC
14237 compilers as well (i.e., the vendor C compiler).
14238 Suggested by Albert Chin-A-Young.
14239
14240 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
14241
14242 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
14243 canonical definition.
14244 * src/system.h: Use the canonical definition for PARAMS (avoids
14245 a conflict with the macro from lib/hash.h).
14246
14247 2002-01-11 Akim Demaille <akim@epita.fr>
14248
14249 * configure.in: Use AC_FUNC_STRNLEN.
14250 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
14251
14252 2002-01-09 Akim Demaille <akim@epita.fr>
14253
14254 * src/files.c, src/files.h (output_infix): New.
14255 (tab_extension): Remove.
14256 (compute_base_names): Compute the former, drop the latter.
14257 * src/output.c (prepare): Insert the muscles `output-infix', and
14258 `output-suffix'.
14259 * src/parse-skel.y (string, string.1): New.
14260 (section.header): Use it.
14261 (section.yacc): Remove.
14262 (prefix): Remove too.
14263 * src/scan-skel.l: Adjust.
14264 * src/bison.simple, src/bison.hairy: Adjust.
14265
14266 2002-01-09 Akim Demaille <akim@epita.fr>
14267
14268 * configure.in (WERROR_CFLAGS): Compute it.
14269 * src/Makefile.am (CFLAGS): Pass it.
14270 * tests/atlocal.in (CFLAGS): Idem.
14271 * src/files.c: Fix a few warnings.
14272 (get_extension_index): Remove, unused.
14273
14274 2002-01-08 Akim Demaille <akim@epita.fr>
14275
14276 * src/getargs.c (AS_FILE_NAME): New.
14277 (getargs): Use it to convert DOSish file names.
14278 * src/files.c (base_name): Rename as full_base_name to avoid
14279 clashes with `base_name ()'.
14280 (filename_split): New.
14281 (compute_base_names): N-th rewrite, using filename_split.
14282
14283 2002-01-08 Akim Demaille <akim@epita.fr>
14284
14285 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
14286 New, stolen from the Fileutils 4.1.
14287 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
14288 * configure.in: Check for the presence of memrchr, and of its
14289 prototype.
14290
14291 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
14292
14293 * lib/hash.h (__P): Added definition for this macro.
14294 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
14295 BUILT_SOURCES, to ensure they are generated first.
14296 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
14297 %error-verbose to allow bootstrapping with bison 1.30x.
14298
14299 2002-01-06 Akim Demaille <akim@epita.fr>
14300
14301 * src/reader.c (parse_braces): Don't fetch the next char, the
14302 convention is to fetch on entry.
14303 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
14304 'switch' without a following semicolon.
14305 * tests/regression.at (braces parsing): New.
14306
14307 2002-01-06 Akim Demaille <akim@epita.fr>
14308
14309 Bison is dead wrong in its RR conflict reports.
14310
14311 * tests/torture.at (GNU Cim Grammar): New.
14312 * src/conflicts.c (count_rr_conflicts): Fix.
14313
14314 2002-01-06 Akim Demaille <akim@epita.fr>
14315
14316 Creating package.m4 from configure.ac causes too many problems.
14317
14318 * tests/Makefile.am (package.m4): Create it by hand,
14319 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
14320
14321 2002-01-06 Akim Demaille <akim@epita.fr>
14322
14323 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
14324 skeleton.h.
14325
14326 2002-01-04 Paul Eggert <eggert@twinsun.com>
14327
14328 * doc/bison.texinfo (Debugging):
14329 Remove YYSTDERR; it's no longer defined or used.
14330 Also, s/cstdio.h/cstdio/.
14331
14332 2002-01-03 Akim Demaille <akim@epita.fr>
14333
14334 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
14335
14336 2002-01-03 Akim Demaille <akim@epita.fr>
14337
14338 * src/parse-skel.y (process_skeleton): Don't bind the parser's
14339 tracing code to --trace, wait for a better --trace option, with
14340 args.
14341
14342 2002-01-03 Akim Demaille <akim@epita.fr>
14343
14344 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
14345 The ISO C++ standard is extremely clear about it: stderr is
14346 considered a macro, not a regular symbol (see table 94 `Header
14347 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
14348 Therefore std:: does not apply to it. It still does with fprintf.
14349 Also, s/cstdio.h/cstdio/.
14350
14351 2002-01-03 Akim Demaille <akim@epita.fr>
14352
14353 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
14354 for non system headers.
14355
14356 2002-01-02 Akim Demaille <akim@epita.fr>
14357
14358 Equip the skeleton chain with location tracking, runtime trace,
14359 pure parser and scanner.
14360
14361 * src/parse-skel.y: Request a pure parser, locations, and prefix
14362 renaming.
14363 (%union): Having several members with the same type does not help
14364 type mismatches, simplify.
14365 (YYPRINT, yyprint): New.
14366 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
14367 (skel_error): this.
14368 Handle locations.
14369 * src/scan-skel.l: Adjust to these changes.
14370 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
14371 (LOCATION_PRINT, skel_control_t): New.
14372
14373 2001-12-30 Akim Demaille <akim@epita.fr>
14374
14375 * src/parse-skel.y: Get rid of the shift/reduce conflict:
14376 replace `gb' with BLANKS.
14377 * src/scan-skel.l: Adjust.
14378
14379 2001-12-30 Akim Demaille <akim@epita.fr>
14380
14381 * src/system.h: We don't need nor want bcopy.
14382 Throw away MS-DOS crap: we don't need getpid.
14383 * configure.in: We don't need strndup. It was even causing
14384 problems: because Flex includes the headers *before* us,
14385 _GNU_SOURCE is not defined by config.h, and therefore strndup was
14386 not visible.
14387 * lib/xstrndup.c: New.
14388 * src/scan-skel.l: Use it.
14389 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
14390 * src/parse-skel.y: Use %directives instead of #defines.
14391
14392 2001-12-30 Akim Demaille <akim@epita.fr>
14393
14394 * src/skeleton.h: New.
14395 * src/output.c (output_parser, output_master_parser): Remove, dead
14396 code.
14397 * src/output.h (get_lines_number, actions_output, guards_output)
14398 (token_definitions_output): Prototype them.
14399 * src/parse-skel.y: Add the license notice.
14400 Include output.h and skeleton.h.
14401 (process_skeleton): Returns void, and takes a single parameter.
14402 * src/scan-skel.l: Add the license notice.
14403 Include skeleton.h.
14404 Don't use %option yylineno: it seems that then Flex imagines
14405 REJECT has been used, and therefore it won't reallocate its
14406 buffers (which makes no other sense to me than a bug). It results
14407 in warnings for `unused: yy_flex_realloc'.
14408
14409 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
14410
14411 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
14412 (MUSCLE_INSERT_PREFIX): ...to there.
14413 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
14414 (MUSCLE_INSERT_PREFIX): Move from here...
14415
14416 * src/bison.hairy: Add a section directive. Put braces around muscle
14417 names. This parser skeleton is still broken, but Bison should not
14418 choke on a bad muscle 'syntax'.
14419 * src/bison.simple: Add a section directive. Put braces around muscle
14420 names.
14421
14422 * src/files.h (strsuffix, stringappend): Add declarations.
14423 (tab_extension): Add declaration.
14424 (short_base_name): Add declaration.
14425
14426 * src/files.c (strsuffix, stringappend): No longer static. These
14427 functions are used in the skeleton parser.
14428 (tab_extension): New.
14429 (compute_base_names): Use the computations done in this function
14430 to guess if the generated parsers should have '.tab' in their
14431 names.
14432 (short_base_name): No longer static.
14433
14434 * src/output.c (output_skeleton): New.
14435 (output): Disable call to output_master_parser, and give a try to
14436 a new skeleton handling system.
14437 (guards_output, actions_output): No longer static.
14438 (token_definitions_output, get_lines_number): No longer static.
14439
14440 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
14441
14442 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
14443 parse-skel.y.
14444
14445 * src/parse-skel.y: New file.
14446 * src/scan-skel.l: New file.
14447
14448 2001-12-29 Akim Demaille <akim@epita.fr>
14449
14450 %name-prefix is broken.
14451
14452 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
14453 Adjust all dependencies.
14454 * tests/headers.at (export YYLTYPE): Strengthen this test: use
14455 %name-prefix.
14456
14457 Renaming yylval but not yylloc is not consistent. Now we do.
14458
14459 * src/bison.simple: Prefix yylloc if used.
14460 * doc/bison.texinfo (Decl Summary): Document that.
14461
14462 2001-12-29 Akim Demaille <akim@epita.fr>
14463
14464 * doc/bison.texinfo: Promote `%long-directive' over
14465 `%long_directive'.
14466 Remove all references to fixed-output-files, yacc is enough.
14467
14468 2001-12-29 Akim Demaille <akim@epita.fr>
14469
14470 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
14471 user prologue. These are defaults.
14472 * tests/actions.at (Mid-rule actions): Make sure the user can
14473 define YYDEBUG and YYERROR_VERBOSE.
14474
14475 2001-12-29 Akim Demaille <akim@epita.fr>
14476
14477 * src/output.c (header_output): Don't forget to export YYLTYPE and
14478 yylloc.
14479 * tests/headers.at (export YYLTYPE): New, make sure it does.
14480 * tests/regression.at (%union and --defines, Invalid CPP headers):
14481 Move to...
14482 * tests/headers.at: here.
14483
14484 2001-12-29 Akim Demaille <akim@epita.fr>
14485
14486 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
14487
14488 2001-12-29 Akim Demaille <akim@epita.fr>
14489
14490 * tests/actions.at (Mid-rule actions): Output on a single line
14491 instead of several.
14492
14493 2001-12-29 Akim Demaille <akim@epita.fr>
14494
14495 * doc/bison.texinfo: Formatting changes.
14496
14497 2001-12-29 Akim Demaille <akim@epita.fr>
14498
14499 Don't store the token defs in a muscle, just be ready to output it
14500 on command. Now possible via `symbols'. Fixes a memory leak.
14501
14502 * src/output.c (token_definitions_output): New.
14503 (output_parser, header_output): Use it.
14504 * src/reader.c (symbols_save): Remove.
14505
14506 2001-12-29 Akim Demaille <akim@epita.fr>
14507
14508 * src/bison.simple: Do not provide a default for YYSTYPE and
14509 YYLTYPE before the user's prologue. Otherwise it's hardly... a
14510 default.
14511
14512 2001-12-29 Akim Demaille <akim@epita.fr>
14513
14514 Mid-rule actions are simply... ignored!
14515
14516 * src/reader.c (readgram): Be sure to attach mid-rule actions to
14517 the empty-rule associated to the dummy symbol, not to the host
14518 rule.
14519 * tests/actions.at (Mid-rule actions): New.
14520
14521 2001-12-29 Akim Demaille <akim@epita.fr>
14522
14523 Memory leak.
14524
14525 * src/reader.c (reader): Free grammar.
14526
14527 2001-12-29 Akim Demaille <akim@epita.fr>
14528
14529 Memory leak.
14530
14531 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
14532 since it allocates it for each state, although only one is needed.
14533 (allocate_storage): Do it here.
14534
14535 2001-12-29 Akim Demaille <akim@epita.fr>
14536
14537 * src/options.h, src/options.c (create_long_option_table): Rename
14538 as...
14539 (long_option_table_new): this, with a clearer prototype.
14540 (percent_table): Remove, unused,
14541 * src/getargs.c (getargs): Adjust.
14542
14543 2001-12-29 Akim Demaille <akim@epita.fr>
14544
14545 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
14546 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
14547 as states.
14548
14549 2001-12-29 Akim Demaille <akim@epita.fr>
14550
14551 * src/lalr.c (build_relations): Rename `states' as `states1'.
14552 Sorry, I don't understand exactly what it is, no better name...
14553
14554 2001-12-29 Akim Demaille <akim@epita.fr>
14555
14556 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
14557 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
14558 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
14559 as rules.
14560
14561 2001-12-29 Akim Demaille <akim@epita.fr>
14562
14563 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
14564 ago.
14565
14566 2001-12-29 Akim Demaille <akim@epita.fr>
14567
14568 * src/reader.c, src/reader.h (user_toknums): Remove.
14569 Adjust all users to use symbols[i]->user_token_number.
14570
14571 2001-12-29 Akim Demaille <akim@epita.fr>
14572
14573 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
14574 Adjust all users to use symbols[i]->prec or ->assoc.
14575
14576 2001-12-29 Akim Demaille <akim@epita.fr>
14577
14578 * src/reader.c, src/reader.h (tags): Remove.
14579 Adjust all users to use symbols[i]->tag.
14580
14581 2001-12-29 Akim Demaille <akim@epita.fr>
14582
14583 * src/gram.h, src/gram.c (symbols): New, similar to state_table
14584 and rule_table.
14585 * src/reader.c (packsymbols): Fill this table.
14586 Drop sprec.
14587 * src/conflicts.c (resolve_sr_conflict): Adjust.
14588 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
14589 single table.
14590 Use symbols[i]->tag instead of tags[i].
14591
14592 2001-12-29 Akim Demaille <akim@epita.fr>
14593
14594 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
14595 In addition, put a comment in there, to replace...
14596 * tests/regression.at (%union and C comments): Remove.
14597
14598 2001-12-29 Akim Demaille <akim@epita.fr>
14599
14600 * tests/regression.at (Web2c Actions): Blindly move the actual
14601 output as expected output. The contents *seem* right to me, but I
14602 can't pretend reading perfectly parser tables... Nonetheless, all
14603 the other tests pass correctly, the table look OK, even though the
14604 presence of `$axiom' is to be noted: AFAICS it is useless (but
14605 harmless).
14606
14607 2001-12-29 Akim Demaille <akim@epita.fr>
14608
14609 * src/reader.c (readgram): Don't add the rule 0 if there were no
14610 rules read. In other words, add it _after_ having performed
14611 grammar sanity checks.
14612 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
14613
14614 2001-12-29 Akim Demaille <akim@epita.fr>
14615
14616 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
14617 visible, and some states have now a different number.
14618
14619 2001-12-29 Akim Demaille <akim@epita.fr>
14620
14621 * src/reader.c (readgram): Bind the initial rule's lineno to that
14622 of the first rule.
14623 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
14624 (Solved SR Conflicts): Adjust rule 0's line number.
14625
14626 2001-12-29 Akim Demaille <akim@epita.fr>
14627
14628 Fix the `GAWK Grammar' failure.
14629
14630 * src/LR0.c (final_state): Initialize to -1 so that we do compute
14631 the reductions of the first state which was mistakenly confused
14632 with the final state because precisely final_state was initialized
14633 to 0.
14634 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
14635 now noticed by Bison.
14636 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
14637 have a reduction on $default.
14638
14639 2001-12-29 Akim Demaille <akim@epita.fr>
14640
14641 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
14642 rule line numbers.
14643 * src/closure.c (print_closure): Likewise.
14644 * src/derives.c (print_derives): Likewise.
14645 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
14646 now.
14647
14648 2001-12-29 Akim Demaille <akim@epita.fr>
14649
14650 * src/lalr.c (lookaheads_print): New.
14651 (lalr): Call it when --trace-flag.
14652 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
14653 are dumped.
14654
14655 2001-12-29 Akim Demaille <akim@epita.fr>
14656
14657 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
14658 when walking through ritem, even via rule->rhs.
14659 * src/reduce.c (dump_grammar, useful_production, reduce_output)
14660 (useful_production, useless_nonterminals): Likewise.
14661 (reduce_grammar_tables): Likewise, plus update nritems.
14662 * src/nullable.c (set_nullable): Likewise.
14663 * src/lalr.c (build_relations): Likewise.
14664 * tests/sets.at (Nullable): Adjust.
14665 Fortunately, now, the $axiom is no longer nullable.
14666
14667 2001-12-29 Akim Demaille <akim@epita.fr>
14668
14669 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
14670 the 0-sentinel.
14671 * src/gram.c (ritem_longest_rhs): Likewise.
14672 * src/reduce.c (nonterminals_reduce): Likewise.
14673 * src/print_graph.c (print_graph): Likewise.
14674 * src/output.c (output_rule_data): Likewise.
14675 * src/nullable.c (set_nullable): Likewise.
14676
14677 2001-12-29 Akim Demaille <akim@epita.fr>
14678
14679 * src/output.c: Comment changes.
14680
14681 2001-12-27 Paul Eggert <eggert@twinsun.com>
14682
14683 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
14684 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
14685 Sparc, as they were causing more porting problems than the
14686 (minor) performance improvement was worth.
14687
14688 Also, catch up with 1.31's YYSTD.
14689
14690 2001-12-27 Akim Demaille <akim@epita.fr>
14691
14692 * src/output.c (output_gram): Rely on nritems, not the
14693 0-sentinel. See below.
14694 Use -1 as separator, not 0.
14695 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
14696 Rely on -1 as separator in yyrhs, instead of 0.
14697 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
14698 twice `Now at end of input', therefore there are two lines less to
14699 expect.
14700
14701 2001-12-27 Akim Demaille <akim@epita.fr>
14702
14703 * tests/regression.at (Unresolved SR Conflicts):
14704 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
14705 below.
14706
14707 2001-12-27 Akim Demaille <akim@epita.fr>
14708
14709 * src/LR0.c (new_state): Recognize the final state by the fact it
14710 is reached by eoftoken.
14711 (insert_start_shifting_state, insert_eof_shifting_state)
14712 (insert_accepting_state, augment_automaton): Remove, since now
14713 these states are automatically computed from the initial state.
14714 (generate_states): Adjust.
14715 * src/print.c: When reporting a rule number to the user, substract
14716 1, so that the axiom rule is rule 0, and the first user rule is 1.
14717 * src/reduce.c: Likewise.
14718 * src/print_graph.c (print_core): For the time being, just as for
14719 the report, depend upon --trace-flags to dump the full set of
14720 items.
14721 * src/reader.c (readgram): Once the grammar read, insert the rule
14722 0: `$axiom: START-SYMBOL $'.
14723 * tests/set.at: Adjust: rule 0 is now displayed, and since the
14724 number of the states has changed (the final state is no longer
14725 necessarily the last), catch up.
14726
14727 2001-12-27 Akim Demaille <akim@epita.fr>
14728
14729 Try to make the use of the eoftoken valid. Given that its value
14730 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
14731 is used instead of > 0 where appropriate, (ii), depend upon nritems
14732 instead of the 0-sentinel.
14733
14734 * src/gram.h, src/gram.c (nritems): New.
14735 Expected to be duplication of nitems, but for the time being...
14736 * src/reader.c (packgram): Assert nritems and nitems are equal.
14737 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
14738 * src/closure.c (print_closure, print_fderives): Likewise.
14739 * src/gram.c (ritem_print): Likewise.
14740 * src/print.c (print_core, print_grammar): Likewise.
14741 * src/print_graph.c: Likewise.
14742
14743 2001-12-27 Akim Demaille <akim@epita.fr>
14744
14745 * src/main.c (main): If there are complains after grammar
14746 reductions, then output the report anyway if requested, then die.
14747 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
14748 * src/reader.c (eoftoken): New.
14749 (parse_token_decl): If the token being defined has value `0', it
14750 is the eoftoken.
14751 (packsymbols): No longer hack `tags' to insert `$' by hand.
14752 Be sure to preserve the value of the eoftoken.
14753 (reader): Make sure eoftoken is defined.
14754 Initialize nsyms to 0: now eoftoken is created just like the others.
14755 * src/print.c (print_grammar): Don't special case the eof token.
14756 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
14757 lie anyway, albeit pleasant.
14758 * tests/calc.at: Exercise error messages with eoftoken.
14759 Change the grammar so that empty input is invalid.
14760 Adjust expectations.
14761 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
14762
14763 2001-12-27 Akim Demaille <akim@epita.fr>
14764
14765 * configure.in: Check the protos of strchr ans strspn.
14766 Replace strchr if needed.
14767 * src/system.h: Provide the protos of strchr, strspn and memchr if
14768 missing.
14769 * lib/strchr.c: New.
14770 * src/reader.c (symbols_save): Use strchr.
14771
14772 2001-12-27 Akim Demaille <akim@epita.fr>
14773
14774 * src/print.c, src/print_graph.c (escape): New.
14775 Use it to quote the TAGS outputs.
14776 * src/print_graph.c (print_state): Now errors are in red, and
14777 reductions in green.
14778 Prefer high to wide: output the state number on a line of its own.
14779
14780 2001-12-27 Akim Demaille <akim@epita.fr>
14781
14782 * src/state.h, src/state.c (reductions_new): New.
14783 * src/LR0.c (set_state_table): Let all the states have a
14784 `reductions', even if reduced to 0.
14785 (save_reductions): Adjust.
14786 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
14787 * src/print.c (print_reductions, print_actions): Adjust.
14788 * src/output.c (action_row): Adjust.
14789
14790 2001-12-27 Akim Demaille <akim@epita.fr>
14791
14792 * src/state.h, src/state.c (errs_new, errs_dup): New.
14793 * src/LR0.c (set_state_table): Let all the states have an errs,
14794 even if reduced to 0.
14795 * src/print.c (print_errs, print_reductions): Adjust.
14796 * src/output.c (output_actions, action_row): Adjust.
14797 * src/conflicts.c (resolve_sr_conflict): Adjust.
14798
14799 2001-12-27 Akim Demaille <akim@epita.fr>
14800
14801 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
14802
14803 2001-12-27 Akim Demaille <akim@epita.fr>
14804
14805 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
14806 * src/print.c: here.
14807 (lookaheadset, shiftset): New, used as additional storage by
14808 print_reductions.
14809 (print_results): Adjust.
14810 (print_shifts, print_gotos, print_errs): New, extracted from...
14811 (print_actions): here.
14812 * src/print_graph.c (print_actions): Remove dead code.
14813
14814 2001-12-27 Akim Demaille <akim@epita.fr>
14815
14816 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
14817 `$n' and `@n'.
14818
14819 2001-12-27 Akim Demaille <akim@epita.fr>
14820
14821 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
14822 (build_relations): Adjust.
14823
14824 2001-12-27 Akim Demaille <akim@epita.fr>
14825
14826 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
14827 duplication.
14828
14829 2001-12-27 Akim Demaille <akim@epita.fr>
14830
14831 * src/reader.c (packgram): Catch nitems overflows.
14832
14833 2001-12-27 Akim Demaille <akim@epita.fr>
14834
14835 * src/files.c, src/files.h (guard_obstack): Remove.
14836 * src/output.c (output): Adjust.
14837 * src/reader.c (parse_braces): New, factoring...
14838 (copy_action, copy_guard): these two which are renamed as...
14839 (parse_action, parse_guard): these.
14840 As a voluntary consequence, using braces around guards is now
14841 mandatory.
14842
14843 2001-12-27 Akim Demaille <akim@epita.fr>
14844
14845 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
14846 * src/reader.c (symbol_list): `guard' and `guard_line' are new
14847 members.
14848 (symbol_list_new): Adjust.
14849 (copy_action): action_line is the first line, not the last.
14850 (copy_guard): Just as for actions, store the `action' only, not
14851 the switch/case/break flesh.
14852 Don't parse the user action that might follow the guard, let...
14853 (readgram): do it, i.e., now, there can be an action after a
14854 guard.
14855 In other words the guard is just explicitly optional.
14856 (packgram): Adjust.
14857 * src/output.c (guards_output): New.
14858 (output_parser): Call it when needed.
14859 (output): Also free the guard and attrs obstacks.
14860 * src/files.c, src/files.h (obstack_save): Remove.
14861 (output_files): Remove.
14862 As a result, if one needs the former `.act' file, using an
14863 appropriate skeleton which requires actions and guards is now
14864 required.
14865 * src/main.c (main): Adjust.
14866 * tests/semantic.at: New.
14867 * tests/regression.at: Use `input.y' as input file name.
14868 Avoid 8+3 problems by requiring input.c when the test needs the
14869 parser.
14870
14871 2001-12-27 Akim Demaille <akim@epita.fr>
14872
14873 * src/reader.c (symbol_list_new): Be sure to initialize all the
14874 fields.
14875
14876 2001-12-27 Akim Demaille <akim@epita.fr>
14877
14878 All the hacks using a final pseudo state are now useless.
14879
14880 * src/LR0.c (set_state_table): state_table holds exactly nstates.
14881 * src/lalr.c (nLA): New.
14882 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
14883 instead of lookaheadsp from the pseudo state (nstate + 1).
14884
14885 2001-12-27 Akim Demaille <akim@epita.fr>
14886
14887 * src/output.c (action_row, token_actions): Use a state_t instead
14888 of a integer, and nlookaheads instead of the following state's
14889 lookaheadsp.
14890
14891 2001-12-27 Akim Demaille <akim@epita.fr>
14892
14893 * src/conflicts.c (log_resolution, flush_shift)
14894 (resolve_sr_conflict, set_conflicts, solve_conflicts)
14895 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
14896 (conflicts_print, print_reductions): Use a state_t instead of an
14897 integer when referring to a state.
14898 As much as possible, depend upon nlookaheads, instead of the
14899 `lookaheadsp' member of the following state (since lookaheads of
14900 successive states are successive, the difference between state n + 1
14901 and n served as the number of lookaheads for state n).
14902 * src/lalr.c (add_lookback_edge): Likewise.
14903 * src/print.c (print_core, print_actions, print_state)
14904 (print_results): Likewise.
14905 * src/print_graph.c (print_core, print_actions, print_state)
14906 (print_graph): Likewise.
14907 * src/conflicts.h: Adjust.
14908
14909 2001-12-27 Akim Demaille <akim@epita.fr>
14910
14911 * src/bison.hairy: Formatting/comment changes.
14912 ANSIfy.
14913 Remove `register' indications.
14914 Add plenty of `static'.
14915
14916 2001-12-27 Akim Demaille <akim@epita.fr>
14917
14918 * src/output.c (prepare): Drop the muscle `ntbase' which
14919 duplicates ntokens.
14920 * src/bison.simple: Formatting/comment changes.
14921 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
14922 is an undocumented synonym.
14923
14924 2001-12-22 Akim Demaille <akim@epita.fr>
14925
14926 * src/output.c (output_table_data): Change the prototype to use
14927 `int' for array ranges: some invocations do pass an int, not a
14928 short.
14929 Reported by Wayne Green.
14930
14931 2001-12-22 Akim Demaille <akim@epita.fr>
14932
14933 Some actions of web2c.y are improperly triggered.
14934 Reported by Mike Castle.
14935
14936 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
14937 * tests/regression.at (Web2c): Rename as...
14938 (Web2c Report): this.
14939 (Web2c Actions): New.
14940
14941 2001-12-22 Akim Demaille <akim@epita.fr>
14942
14943 Reductions in web2c.y are improperly reported.
14944 Reported by Mike Castle.
14945
14946 * src/conflicts.c (print_reductions): Fix.
14947 * tests/regression.at (Web2c): New.
14948
14949 2001-12-18 Akim Demaille <akim@epita.fr>
14950
14951 Some host fail on `assert (!"foo")', which expands to
14952 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
14953 Reported by Nelson Beebee.
14954
14955 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
14956 `#define it_succeeded 0' and `assert (it_succeeded)'.
14957
14958 2001-12-17 Marc Autret <autret_m@epita.fr>
14959
14960 * src/bison.simple: Don't hard code the skeleton line and filename.
14961 * src/output.c (output_parser): Rename 'line' as 'output_line'.
14962 New line counter 'skeleton_line' (skeleton-line muscle).
14963
14964 2001-12-17 Paul Eggert <eggert@twinsun.com>
14965
14966 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
14967 YYDEBUG must be defined to a nonzero value.
14968
14969 * src/bison.simple (yytname): Do not assume that the user defines
14970 YYDEBUG to a properly parenthesized expression.
14971
14972 2001-12-17 Akim Demaille <akim@epita.fr>
14973
14974 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
14975 nlookaheads is a new member.
14976 Adjust all users.
14977 * src/lalr.h (nlookaheads): Remove this orphan declaration.
14978 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
14979 state.
14980
14981 2001-12-17 Akim Demaille <akim@epita.fr>
14982
14983 * src/files.h, src/files.c (open_files, close_files): Remove.
14984 * src/main.c (main): Don't open/close files, nor invoke lex_free,
14985 let...
14986 * src/reader.c (reader): Do it.
14987
14988 2001-12-17 Akim Demaille <akim@epita.fr>
14989
14990 * src/conflicts.c (print_reductions): Formatting changes.
14991
14992 2001-12-17 Akim Demaille <akim@epita.fr>
14993
14994 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
14995 (flush_reduce): New.
14996 (resolve_sr_conflict): Adjust.
14997
14998 2001-12-17 Akim Demaille <akim@epita.fr>
14999
15000 * src/output.c (output_obstack): Be static and rename as...
15001 (format_obstack): this, to avoid any confusion with files.c's
15002 output_obstack.
15003 * src/reader.h (muscle_obstack): Move to...
15004 * src/output.h: here, since it's defined in output.c.
15005
15006 2001-12-17 Akim Demaille <akim@epita.fr>
15007
15008 * src/output.c (action_row, save_column, default_goto)
15009 (sort_actions, matching_state, pack_vector): Better variable
15010 locality.
15011
15012 2001-12-17 Akim Demaille <akim@epita.fr>
15013
15014 * src/output.c: Various formatting changes.
15015
15016 2001-12-17 Akim Demaille <akim@epita.fr>
15017
15018 * src/files.c (output_files): Free the output_obstack.
15019 * src/main.c (main): Call print and print_graph conditionally.
15020 * src/print.c (print): Work unconditionally.
15021 * src/print_graph.c (print_graph): Work unconditionally.
15022 * src/conflicts.c (log_resolution): Output only if verbose_flag.
15023
15024 2001-12-16 Marc Autret <autret_m@epita.fr>
15025
15026 * src/output.c (actions_output): Fix. When we use %no-lines,
15027 there is one less line per action.
15028
15029 2001-12-16 Marc Autret <autret_m@epita.fr>
15030
15031 * src/bison.simple: Remove a useless #line directive.
15032 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
15033 * src/output.c (get_lines_number): New.
15034 (output_parser): Adjust, now takes care about the lines of a
15035 output muscles.
15036 Fix line numbering.
15037 (actions_output): Computes the number of lines taken by actions.
15038 (output_master_parser): Insert new skeleton which is the name of
15039 the output parser file name.
15040
15041 2001-12-15 Marc Autret <autret_m@epita.fr>
15042
15043 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
15044
15045 2001-12-15 Marc Autret <autret_m@epita.fr>
15046
15047 * src/output.c (output_gram): Keep track of the hairy one.
15048
15049 2001-12-15 Akim Demaille <akim@epita.fr>
15050
15051 Make `make distcheck' work.
15052
15053 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
15054 system.h which uses libgettext.h.
15055
15056 2001-12-15 Akim Demaille <akim@epita.fr>
15057
15058 * src/nullable.c (set_nullable): Useless rules must be skipped,
15059 otherwise, since we range over their symbols, we might look at a
15060 nonterminal which no longer ``exists'', i.e., it is not counted in
15061 `nvars', hence we overflow our arrays.
15062
15063 2001-12-15 Akim Demaille <akim@epita.fr>
15064
15065 The header can also be produced directly, without any obstack!
15066 Yahoo!
15067
15068 * src/files.c, src/files.h (defines_obstack): Remove.
15069 (compute_header_macro): Global.
15070 (defines_obstack_save): Remove.
15071 * src/reader.c (parse_union_decl): No longer output to
15072 defines_obstack: its content can be found in the `stype' muscle
15073 anyway.
15074 (output_token_translations): Merge into...
15075 (symbols_output): this.
15076 Rename as...
15077 (symbols_save): this.
15078 (reader): Adjust.
15079 * src/output.c (header_output): New.
15080 (output): Call it.
15081
15082 2001-12-15 Akim Demaille <akim@epita.fr>
15083
15084 * src/reader.c (parse_union_decl): Instead of handling two obstack
15085 simultaneously, use one to define the `stype' muscle, and use the
15086 value of the latter to fill defines_obstack.
15087 (copy_comment): Remove.
15088 (copy_comment2): Work for a single obstack.
15089 Rename as...
15090 (copy_comment): this.
15091
15092 2001-12-15 Akim Demaille <akim@epita.fr>
15093
15094 * src/lex.c, src/lex.h (xgetc): No longer static.
15095 * src/reader.c (parse_union_decl): Revamp.
15096
15097 2001-12-15 Akim Demaille <akim@epita.fr>
15098
15099 Still making progress in separating Bison into (i) input, (ii)
15100 process, (iii) output: now we can directly output the parser file
15101 without using table_obstack at all.
15102
15103 * src/files.c, src/files.h (table_obstack): Bye bye.
15104 (parser_file_name): New.
15105 * src/files.c (compute_output_file_names): Compute it.
15106 * src/output.c (actions_output, output_parser)
15107 (output_master_parser): To a file instead of an obstack.
15108
15109 2001-12-15 Akim Demaille <akim@epita.fr>
15110
15111 Attach actions to rules, instead of pre-outputting them to
15112 actions_obstack.
15113
15114 * src/gram.h (rule_t): action and action_line are new members.
15115 * src/reader.c (symbol_list): Likewise.
15116 (copy_action): Save the actions within the rule.
15117 (packgram): Save them in rule_table.
15118 * src/output.c (actions_output): New.
15119 (output_parser): Use it on `%%actions'.
15120 (output_rule_data): Don't free rule_table.
15121 (output): Do it.
15122 (prepare): Don't save the `action' muscle.
15123 * src/bison.simple: s/%%action/%%actions/.
15124
15125 2001-12-15 Akim Demaille <akim@epita.fr>
15126
15127 * src/reader.c (copy_action): When --yacc, don't append a `;'
15128 to the user action: let it fail if lacking.
15129 Suggested by Arnold Robbins and Tom Tromey.
15130
15131 2001-12-14 Akim Demaille <akim@epita.fr>
15132
15133 * src/lex.c (literalchar): Simply return the char you decoded, non
15134 longer mess around with obstacks and int pointers.
15135 Adjust all callers.
15136
15137 2001-12-14 Akim Demaille <akim@epita.fr>
15138
15139 * src/lex.c (literalchar): Don't escape the special characters,
15140 just decode them, and keep them as char (before, eol was output as
15141 the 2 char string `\n' etc.).
15142 * src/output.c (output_rule_data): Use quotearg to output the
15143 token strings.
15144
15145 2001-12-13 Paul Eggert <eggert@twinsun.com>
15146
15147 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
15148 Do not infringe on the global user namespace when using C++.
15149 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
15150 All uses of `fprintf' and `stderr' changed.
15151
15152 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
15153
15154 2001-12-13 Akim Demaille <akim@epita.fr>
15155
15156 The computation of nullable is broken: it doesn't handle empty
15157 RHS's properly.
15158
15159 * tests/torture.at (GNU AWK Grammar): New.
15160 * tests/sets.at (Nullable): New.
15161 * src/nullable.c (set_nullable): Instead of blindly looping over
15162 `ritems', loop over the rules, and then over their rhs's.
15163
15164 Work around Autotest bugs.
15165
15166 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
15167 frame, because Autotest understand lines starting with a `+' as
15168 traces from the shell. Then, they are not processed properly.
15169 Admittedly an Autotest bug, but we don't have time to wait for
15170 Autotest to catch up.
15171 * tests/regression.at (Broken Closure): Adjust to the new table
15172 frames.
15173 Move to...
15174 * tests/sets.at: here.
15175
15176 2001-12-13 Akim Demaille <akim@epita.fr>
15177
15178 * src/closure.c (closure): Use nrules instead of playing tricks
15179 with BITS_PER_WORD.
15180
15181 2001-12-13 Akim Demaille <akim@epita.fr>
15182
15183 * src/print.c (print_actions): Output the handling of `$' as the
15184 traces do: shifting the token EOF. Before EOF was treated as a
15185 nonterminal.
15186 * tests/regression.at: Adjust some tests.
15187 * src/print_graph.c (print_core): Complete the set of items via
15188 closure. The next-to-final and final states are still unsatisfying,
15189 but that's to be addressed elsewhere.
15190 No longer output the rule numbers, but do output the state number.
15191 A single loop for the shifts + gotos is enough, but picked a
15192 distinct color for each.
15193 (print_graph): Initialize and finalize closure.
15194
15195 2001-12-13 Akim Demaille <akim@epita.fr>
15196
15197 * src/reader.c (readgram): Remove dead code, an strip useless
15198 braces.
15199 (get_type): Remove, unused.
15200
15201 2001-12-12 Akim Demaille <akim@epita.fr>
15202
15203 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
15204 on that of lib/error.c.
15205
15206 2001-12-12 Akim Demaille <akim@epita.fr>
15207
15208 Some hosts don't like `/' in includes.
15209
15210 * src/system.h: Include libgettext.h without qualifying the path.
15211 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
15212 $(top_srcdir).
15213
15214 2001-12-11 Marc Autret <autret_m@epita.fr>
15215
15216 * src/output.c (output_parser): Remove useless muscle.
15217
15218 2001-12-11 Marc Autret <autret_m@epita.fr>
15219
15220 * src/bison.simple: Remove #line just before %%epilogue. It
15221 is now handled in ...
15222 * src/reader.c (read_additionnal_code): Add the output of a
15223 #line for the epilogue.
15224
15225 2001-12-10 Marc Autret <autret_m@epita.fr>
15226
15227 * src/reader.c (copy_definition): Re-use CPP-outed code which
15228 replace precedent remove.
15229 * src/bison.simple: Remove #line before %%prologue because
15230 %%input-line is wrong at this time.
15231
15232 2001-12-10 Marc Autret <autret_m@epita.fr>
15233
15234 * src/reader.c (symbols_output): Clean up.
15235 * src/output.c (output_gram, output): Clean up.
15236
15237 2001-12-10 Akim Demaille <akim@epita.fr>
15238
15239 * src/lalr.c (initialize_lookaheads): New. Extracted from...
15240 * src/LR0.c (set_state_table): here.
15241 * src/lalr.c (lalr): Call it.
15242
15243 2001-12-10 Akim Demaille <akim@epita.fr>
15244
15245 * src/state.h (shifts): Remove the `number' member: shifts are
15246 attached to state, hence no longer need to be labelled with a
15247 state number.
15248
15249 2001-12-10 Akim Demaille <akim@epita.fr>
15250
15251 Now that states have a complete set of members, the linked list of
15252 shifts is useless: just fill directly the state's shifts member.
15253
15254 * src/state.h (shifts): Remove the `next' member.
15255 * src/LR0.c (first_state, last_state): Remove.
15256 Adjust the callers.
15257 (augment_automaton): Don't look for the shifts that must be added
15258 a shift on EOF: it is those of the state we looked for! But now,
15259 since shifts are attached, it is no longer needed to looking
15260 merely by its id: its number.
15261
15262 2001-12-10 Akim Demaille <akim@epita.fr>
15263
15264 * src/LR0.c (augment_automaton): Better variable locality.
15265 Remove an impossible branch: if there is a state corresponding to
15266 the start symbol being shifted, then there is shift for the start
15267 symbol from the initial state.
15268
15269 2001-12-10 Akim Demaille <akim@epita.fr>
15270
15271 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
15272 only when appropriate: when insert_start_shifting_state' is not
15273 invoked.
15274 * tests/regression.at (Rule Line Numbers): Adjust.
15275
15276 2001-12-10 Akim Demaille <akim@epita.fr>
15277
15278 * src/LR0.c (augment_automaton): Now that all states have shifts,
15279 merge the two cases addition shifts to the initial state.
15280
15281 2001-12-10 Akim Demaille <akim@epita.fr>
15282
15283 * src/lalr.c (set_state_table): Move to...
15284 * src/LR0.c: here.
15285 * src/lalr.c (lalr): Don't call it...
15286 * src/LR0.c (generate_states): do it.
15287 * src/LR0.h (first_state): Remove, only the table is used.
15288
15289 2001-12-10 Akim Demaille <akim@epita.fr>
15290
15291 * src/LR0.h (first_shift, first_reduction): Remove.
15292 * src/lalr.c: Don't use first_shift: find shifts through the
15293 states.
15294
15295 2001-12-10 Akim Demaille <akim@epita.fr>
15296
15297 * src/LR0.c: Attach shifts to states as soon as they are
15298 computed.
15299 * src/lalr.c (set_state_table): Instead of assigning shifts to
15300 state, just assert that the mapping was properly done.
15301
15302 2001-12-10 Akim Demaille <akim@epita.fr>
15303
15304 * src/LR0.c (insert_start_shift): Rename as...
15305 (insert_start_shifting_state): this.
15306 (insert_eof_shifting_state, insert_accepting_state): New.
15307 (augment_automaton): Adjust.
15308 Better locality of the variables.
15309 When looking if the start_symbol is shifted from the initial
15310 state, using `while (... symbol != start_symbol ...)' sounds
15311 better than `while (... symbol < start_symbol ...)': If fail
15312 to see how the order between symbols could be relevant!
15313
15314 2001-12-10 Akim Demaille <akim@epita.fr>
15315
15316 * src/getargs.h: Don't declare `spec_name_prefix' and
15317 `spec_file_prefix', declared by src/files.h.
15318 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
15319 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
15320 * src/output.c (prepare): Adjust.
15321 * src/reader.c (symbols_output): Likewise.
15322 * src/vmsgetargs.c: Vaguely adjust, but who cares?
15323
15324 2001-12-10 Akim Demaille <akim@epita.fr>
15325
15326 * src/muscle_tab.c (muscle_init): NULL is a better default than
15327 `"0"'.
15328
15329 2001-12-10 Akim Demaille <akim@epita.fr>
15330
15331 * src/reader.c (reader): Calling symbols_output once is enough.
15332
15333 2001-12-10 Akim Demaille <akim@epita.fr>
15334
15335 Now that states have a complete set of members, the linked list of
15336 reductions is useless: just fill directly the state's reductions
15337 member.
15338
15339 * src/state.h (struct reductions): Remove member `number' and
15340 `next'.
15341 * src/LR0.c (first_reduction, last_reduction): Remove.
15342 (save_reductions): Don't link the new reductions, store them in
15343 this_state.
15344 * src/lalr.c (set_state_table): No need to attach reductions to
15345 states, it's already done.
15346 * src/output.c (output_actions): No longer free the shifts, then
15347 the reductions, then the states: free all the states and their
15348 members.
15349
15350 2001-12-10 Akim Demaille <akim@epita.fr>
15351
15352 * src/options.c (OPTN, DRTV, BOTH): New.
15353 (option_table): Use them.
15354
15355 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
15356 the job of system.h.
15357 * src/options.c: Don't include stdio.h and xalloc.h for the same
15358 reasons.
15359
15360 2001-12-10 Akim Demaille <akim@epita.fr>
15361
15362 * src/output.c (output, prepare): Make sure the values of the
15363 muscles `action' and `prologue' are 0-terminated.
15364
15365 2001-12-10 Akim Demaille <akim@epita.fr>
15366
15367 Clean up GCC warnings.
15368
15369 * src/reader.c (copy_action): `buf' is not used.
15370 (parse_skel_decl): Be static.
15371 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
15372 * src/options.h (create_long_option_table): Have a real prototype.
15373 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
15374 (hash_delete_at): Return const void *.
15375 Adjust casts to preserve the const.
15376
15377 2001-12-10 Akim Demaille <akim@epita.fr>
15378
15379 * configure.in: Require 2.52g.
15380 M4 is not needed, but AUTOM4TE is.
15381 * m4/m4.m4: Remove.
15382 * tests/Makefile.am: Adjust.
15383
15384 2001-12-10 Akim Demaille <akim@epita.fr>
15385
15386 One structure for states is enough, even though theoretically
15387 there are LR(0) states and LALR(1) states.
15388
15389 * src/lalr.h (state_t): Remove.
15390 (state_table): Be state_t **, not state_t *.
15391 * src/state.h (core, CORE_ALLOC): Rename as...
15392 (state_t, STATE_ALLOC): this.
15393 Add the LALR(1) members: shifts, reductions, errs.
15394 * src/LR0.c (state_table): Rename as...
15395 (state_hash): this, to avoid name clashes with the global
15396 `state_table'.
15397 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
15398 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
15399
15400 2001-12-10 Akim Demaille <akim@epita.fr>
15401
15402 Bison dumps core on bash.y.
15403 Reported by Pascal Bart.
15404
15405 * src/warshall.c (bitmatrix_print): New.
15406 (TC): Use it.
15407 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
15408 j must be the outer loop.
15409 * tests/regression.at (Broken Closure): New.
15410
15411 2001-12-05 Akim Demaille <akim@epita.fr>
15412
15413 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
15414 its argument.
15415 Reported by Peter Hamorsky.
15416
15417 2001-12-05 Akim Demaille <akim@epita.fr>
15418
15419 * src/conflicts.c (err_table): Remove.
15420 (resolve_sr_conflict): Adjust.
15421 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
15422 Rename as...
15423 (state_t.reductions, state_t.shifts): this.
15424
15425 2001-12-05 Akim Demaille <akim@epita.fr>
15426
15427 * src/reduce.c (reduce_grammar_tables): No longer disable the
15428 removal of useless rules via CPP but via `if (0)', so that the
15429 compiler still check the code is valid.
15430 For instance, it should have noticed `rline' no longer exists: use
15431 the `line' member of rule_t.
15432 * src/gram.c (dummy, rline): Remove, unused.
15433
15434 2001-12-05 Akim Demaille <akim@epita.fr>
15435
15436 * src/output.c (pack_vector): Use assert, not berror.
15437 * src/main.c (berror): Remove, unused.
15438
15439 2001-12-05 Akim Demaille <akim@epita.fr>
15440
15441 New experimental feature: if --verbose --trace output all the
15442 items of a state, not only its kernel.
15443
15444 * src/print.c (print_core): If `trace_flag', then invoke closure
15445 before outputting the items of the state (print_core is no longer
15446 a correct name them).
15447 (print_results): Invoke new_closure/free_closure if needed.
15448
15449 2001-12-05 Akim Demaille <akim@epita.fr>
15450
15451 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
15452 * src/closure.c, src/closure.h (itemsetsize): Rename as...
15453 (nitemset): for consistency with the rest of the project.
15454
15455 2001-12-05 Akim Demaille <akim@epita.fr>
15456
15457 * src/closure.c (print_closure): Improve.
15458 (closure): Use it for printing input and output.
15459
15460 2001-12-05 Akim Demaille <akim@epita.fr>
15461
15462 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
15463 indexed by nonterminals.
15464
15465 2001-12-05 Akim Demaille <akim@epita.fr>
15466
15467 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
15468 what it was!).
15469 * src/warshall.h: Remove accidental duplication of the content.
15470
15471 2001-12-05 Akim Demaille <akim@epita.fr>
15472
15473 * src/closure.c (set_fderives): De-obfuscate.
15474
15475 2001-12-05 Akim Demaille <akim@epita.fr>
15476
15477 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
15478
15479 2001-12-05 Akim Demaille <akim@epita.fr>
15480
15481 * src/closure.c (set_firsts): De-obfuscate.
15482
15483 2001-12-05 Akim Demaille <akim@epita.fr>
15484
15485 * src/output.c (action_row): De-obfuscate
15486 using the good o' techniques: arrays not pointers, variable
15487 locality, BITISSET, RESETBIT etc.
15488
15489 2001-12-05 Akim Demaille <akim@epita.fr>
15490
15491 Pessimize the code to simplify it: from now on, all the states
15492 have a valid SHIFTS, which NSHIFTS is possibly 0.
15493
15494 * src/LR0.c (shifts_new): Be global and move to..
15495 * src/state.c, src/state.h: here.
15496 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
15497 * src/print_graph: Adjust.
15498
15499 2001-12-05 Akim Demaille <akim@epita.fr>
15500
15501 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
15502 * src/conflicts.c: Use it.
15503 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
15504 incorrectly ``simplified''.
15505
15506 2001-12-05 Akim Demaille <akim@epita.fr>
15507
15508 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
15509 using the good o' techniques: arrays not pointers, variable
15510 locality, BITISSET, RESETBIT etc.
15511
15512 2001-12-05 Akim Demaille <akim@epita.fr>
15513
15514 * src/state.h (SHIFT_SYMBOL): New.
15515 * src/conflicts.c: Use it to deobfuscate.
15516
15517 2001-12-05 Akim Demaille <akim@epita.fr>
15518
15519 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
15520 (print_reductions): De-obfuscate using the good o' techniques:
15521 arrays not pointers, variable locality, BITISSET.
15522
15523 2001-12-05 Akim Demaille <akim@epita.fr>
15524
15525 * src/conflicts.c (print_reductions): Arrays, not pointers.
15526 Use BITISSET.
15527
15528 2001-12-05 Akim Demaille <akim@epita.fr>
15529
15530 * src/conflicts.c (print_reductions): Pessimize, but clarify.
15531
15532 2001-12-05 Akim Demaille <akim@epita.fr>
15533
15534 * src/conflicts.c (print_reductions): Improve variable locality.
15535
15536 2001-12-05 Akim Demaille <akim@epita.fr>
15537
15538 * src/conflicts.c (print_reductions): Pessimize, but clarify.
15539
15540 2001-12-05 Akim Demaille <akim@epita.fr>
15541
15542 * src/conflicts.c (print_reductions): Improve variable locality.
15543
15544 2001-12-05 Akim Demaille <akim@epita.fr>
15545
15546 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
15547 * src/lalr.c: Use them.
15548
15549 2001-12-05 Akim Demaille <akim@epita.fr>
15550
15551 * src/LR0.c (augment_automaton): Formatting changes.
15552 Better variable locality.
15553
15554 2001-12-05 Akim Demaille <akim@epita.fr>
15555
15556 * src/lalr.c (matrix_print): New.
15557 (transpose): Use it.
15558 Use arrays instead of pointers.
15559
15560 2001-12-05 Akim Demaille <akim@epita.fr>
15561
15562 * src/lalr.c (maxrhs): Move to...
15563 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
15564 * src/lalr.c (build_relations): Adjust.
15565
15566 2001-12-05 Akim Demaille <akim@epita.fr>
15567
15568 * src/lalr.c (transpose): Free the memory allocated to the
15569 argument, as it is replaced by the results by the unique caller.
15570 (build_relations): Merely invoke transpose: it handles the memory
15571 deallocation.
15572 Improve variable locality.
15573 Avoid variables used as mere abbreviations.
15574 (compute_lookaheads): Use arrays instead of pointers.
15575
15576 2001-12-05 Akim Demaille <akim@epita.fr>
15577
15578 * src/lalr.c (initialize_F): Improve variable locality.
15579 Avoid variables used as mere abbreviations.
15580
15581 2001-12-05 Akim Demaille <akim@epita.fr>
15582
15583 * src/derives.c (print_derives): Display the ruleno.
15584 * src/lalr.c (initialize_F, transpose): Better variable locality
15585 to improve readability.
15586 Avoid variables used as mere abbreviations.
15587
15588 2001-12-05 Akim Demaille <akim@epita.fr>
15589
15590 * src/lalr.c (traverse): Use arrays instead of pointers.
15591
15592 2001-12-05 Akim Demaille <akim@epita.fr>
15593
15594 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
15595 the handling of squeue.
15596 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
15597
15598 2001-12-05 Akim Demaille <akim@epita.fr>
15599
15600 Because useless nonterminals are now kept alive (instead of being
15601 `destroyed'), we now sometimes examine them, and store information
15602 related to them. Hence we need to know their number, and adjust
15603 memory allocations.
15604
15605 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
15606 static.
15607 * src/LR0.c (allocate_itemsets): The memory allocated to
15608 `symbol_count' was used for two different purpose: once to count
15609 the number of occurrences of each symbol, and later reassigned to
15610 `shift_symbol', containing the symbol that can be shifted from a
15611 given state.
15612 Deobfuscate, i.e., allocate, use and free `symbol_count' here
15613 only, and...
15614 (new_itemsets): Allocate `shift_symbol' here.
15615 (allocate_itemsets): symbol_count includes useless nonterminals.
15616 Make room for them.
15617 (free_storage): Use `free', not `XFREE', for pointers that cannot
15618 be null.
15619
15620 2001-12-05 Akim Demaille <akim@epita.fr>
15621
15622 * src/nullable.c (set_nullable): Deobfuscate the handling of
15623 ritem.
15624 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
15625
15626 2001-12-05 Akim Demaille <akim@epita.fr>
15627
15628 * src/gram.c, src/gram.h (ritem_print): New.
15629 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
15630 (This useless function was defined only to work around VMS linkers
15631 that can't handle compilation units with variables only).
15632 * src/reduce.c (dump_grammar): Use it to trace the construction of
15633 ritem.
15634
15635 2001-12-04 Paul Eggert <eggert@twinsun.com>
15636
15637 * src/bison.simple (union yyalloc): Change member names
15638 to be the same as the stack names.
15639 (yyparse): yyptr is now union yyalloc *, not char *.
15640 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
15641 and may generate better code on some machines.
15642 (yystpcpy): Use prototype if __STDC__ is defined, not just
15643 if __cplusplus is defined.
15644
15645 2001-11-30 Akim Demaille <akim@epita.fr>
15646
15647 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
15648 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
15649 Gettext doesn't compile cleanly, and dies with -Werror.
15650 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
15651 Include WARNING_CFLAGS here.
15652 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
15653 before being defined.
15654
15655 2001-11-27 Paul Eggert <eggert@twinsun.com>
15656
15657 * lib/quotearg.h (quotearg_n, quotearg_n_style):
15658 First arg is int, not unsigned.
15659 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
15660 (SIZE_MAX, UINT_MAX): New macros.
15661 (quotearg_n_options): Abort if N is negative.
15662 Avoid overflow check on hosts where size_t is 64 bits and int
15663 is 32 bits, as overflow is impossible there.
15664 Fix off-by-one typo that caused unnecessary reallocation.
15665
15666 2001-11-29 Paul Eggert <eggert@twinsun.com>
15667
15668 Name space cleanup in generated parser.
15669
15670 * doc/bison.texinfo (Bison Parser): Discuss system headers
15671 and their effect on the user name space.
15672
15673 * src/bison.simple:
15674 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
15675 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
15676 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
15677
15678 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
15679 on user names when possible.
15680
15681 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
15682 Simplify test for whather <alloca.h> exists.
15683
15684 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
15685
15686 (<stdio.h>): Include if YYDEBUG.
15687
15688 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
15689 ! defined (yyoverflow) && ! defined (yymemcpy).
15690
15691 (yymemcpy, yyparse): Rename local variables as needed so that
15692 they all begin with 'yy'.
15693
15694 (yystrlen, yystpcpy): New functions.
15695
15696 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
15697 All uses changed.
15698
15699 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
15700 instead of relying on string.h functions. Use YYSTACK_ALLOC
15701 and YYSTACK_FREE instead of malloc and free.
15702
15703 2001-11-30 Akim Demaille <akim@epita.fr>
15704
15705 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
15706 before their first uses.
15707 (YYBISON, YYPURE): Move to the top of the output.
15708
15709 2001-11-30 Akim Demaille <akim@epita.fr>
15710
15711 * tests/reduce.at (Useless Nonterminals): Fix.
15712
15713 2001-11-30 Akim Demaille <akim@epita.fr>
15714
15715 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
15716 if body instead of `;' to pacify GCC's warnings.
15717
15718 2001-11-30 Akim Demaille <akim@epita.fr>
15719
15720 Instead of mapping the LHS of unused rules to -1, keep the LHS
15721 valid, but flag the rules as invalid.
15722
15723 * src/gram.h (rule_t): `useful' is a new member.
15724 * src/print.c (print_grammar): Adjust.
15725 * src/derives.c (set_derives): Likewise.
15726 * src/reader.c (packgram, reduce_output): Likewise.
15727 * src/reduce.c (reduce_grammar_tables): Likewise.
15728 * tests/reduce.at (Underivable Rules, Useless Rules): New.
15729
15730 2001-11-30 Akim Demaille <akim@epita.fr>
15731
15732 * src/reduce.c (reduce_output): Formatting changes.
15733 * src/print.c (print_results, print_grammar): Likewise.
15734 * tests/regression.at (Rule Line Numbers)
15735 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
15736
15737 2001-11-30 Akim Demaille <akim@epita.fr>
15738
15739 * src/reduce.c (nonterminals_reduce): Instead of throwing away
15740 useless nonterminals, move them at the end of the symbol arrays.
15741 (reduce_output): Adjust.
15742 * tests/reduce.at (Useless Nonterminals): Adjust.
15743
15744 2001-11-30 Akim Demaille <akim@epita.fr>
15745
15746 * src/reduce.c: Various comment/formatting changes.
15747 (nonterminals_reduce): New, extracted from...
15748 (reduce_grammar_tables): here.
15749 (reduce_grammar): Call nonterminals_reduce.
15750
15751 2001-11-29 Paul Eggert <eggert@twinsun.com>
15752
15753 * src/bison.simple (YYSTACK_REALLOC): Remove.
15754 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
15755 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
15756 New macros.
15757 (union yyalloc): New type.
15758 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
15759 an arbitrary restriction on hosts where size_t is wider than int.
15760
15761 (yyparse): Don't dump core if alloca or malloc fails; instead, report
15762 a parser stack overflow. Allocate just one block of memory for all
15763 three stacks, instead of allocating three blocks; this typically is
15764 faster and reduces fragmentation.
15765
15766 Do not limit the number of items in the stack to a value that fits
15767 in 'int', as this is an arbitrary limit on hosts with 64-bit
15768 size_t and 32-bit int.
15769
15770 2001-11-29 Marc Autret <autret_m@epita.fr>
15771
15772 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
15773 of defining YYERROR_VERBOSE.
15774 [AT_DATA]: $4 is now out of C declarations in the prologue.
15775
15776 2001-11-28 Marc Autret <autret_m@epita.fr>
15777
15778 * src/reader.c (parse_dquoted_param): New.
15779 (parse_skel_decl): Use it.
15780 * src/lex.h: Add its prototype.
15781 * src/lex.c (literalchar): Become not static.
15782
15783 2001-11-28 Marc Autret <autret_m@epita.fr>
15784
15785 * src/output.h: And put its extern declaration here.
15786 * src/output.c (error_verbose): Define here.
15787 (prepare): Echo name modification.
15788 * src/getargs.h: Clean its extern declaration.
15789 * src/getargs.c (error_verbose_flag): Remove.
15790 (getargs): Remove case 'e'.
15791 * src/options.c (option_table): 'error-verbose' is now seen as simple
15792 percent option.
15793 Include output.h.
15794
15795 * src/reader.c (read_declarations): Remove case tok_include.
15796 (parse_include_decl): Remove.
15797 * src/lex.h (token_t): Remove tok_include.
15798 * src/options.c (option_table): 'include' is now a simple command line
15799 option.
15800
15801 2001-11-28 Marc Autret <autret_m@epita.fr>
15802
15803 * src/bison.simple: Adjust muscle names.
15804 * src/muscle_tab.c (muscle_init): Also rename the muscles.
15805 * src/output.c (prepare): s/_/-/ for the muscles names.
15806 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
15807
15808 2001-11-28 Marc Autret <autret_m@epita.fr>
15809
15810 * src/bison.simple: Fix debug.
15811 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
15812
15813 2001-11-28 Akim Demaille <akim@epita.fr>
15814
15815 * src/LR0.c (shifts_new): New.
15816 (save_shifts, insert_start_shift, augment_automaton): Use it.
15817
15818 2001-11-28 Akim Demaille <akim@epita.fr>
15819
15820 * src/closure.c (closure): `b' and `ruleno' denote the same value:
15821 keep ruleno only.
15822
15823 2001-11-28 Akim Demaille <akim@epita.fr>
15824
15825 * src/closure.c (closure): Instead of looping over word in array
15826 then bits in words, loop over bits in array.
15827
15828 2001-11-28 Akim Demaille <akim@epita.fr>
15829
15830 * src/closure.c (closure): No longer optimize the special case
15831 where all the bits of `ruleset[r]' are set to 0, to make the code
15832 clearer.
15833
15834 2001-11-28 Akim Demaille <akim@epita.fr>
15835
15836 * src/closure.c (closure): `r' and `c' are new variables, used to
15837 de-obfuscate accesses to RULESET and CORE.
15838
15839 2001-11-28 Akim Demaille <akim@epita.fr>
15840
15841 * src/reduce.c (reduce_print): Use ngettext.
15842 (dump_grammar): Improve the trace accuracy.
15843
15844 2001-11-28 Akim Demaille <akim@epita.fr>
15845
15846 * src/reduce.c (dump_grammar): Don't translate trace messages.
15847
15848 2001-11-28 Akim Demaille <akim@epita.fr>
15849
15850 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
15851 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
15852 as all tags are free'ed afterwards.
15853 From Enrico Scholz.
15854
15855 2001-11-27 Paul Eggert <eggert@twinsun.com>
15856
15857 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
15858 use alloca when we didn't want to, and vice versa.
15859
15860 2001-11-27 Marc Autret <autret_m@epita.fr>
15861
15862 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
15863 initialization.
15864 * src/output.c (prepare): Remove its update.
15865
15866 2001-11-27 Marc Autret <autret_m@epita.fr>
15867
15868 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
15869 Use %error-verbose.
15870
15871 2001-11-27 Marc Autret <autret_m@epita.fr>
15872
15873 * src/bison.simple: Remove YYERROR_VERBOSE using.
15874 Use %%error_verbose.
15875 (yyparse): Likewise.
15876 * src/output.c (prepare): Give its final value.
15877 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
15878 * src/getargs.h: Add its extern declaration.
15879 * src/getargs.c (error_verbose_flag): New int.
15880 (getargs): Update to catch new case.
15881 * src/options.c (option_table): 'error-verbose' is a new option.
15882 (shortopts): Update.
15883
15884 2001-11-27 Akim Demaille <akim@epita.fr>
15885
15886 * src/system.h: Use intl/libgettext.h.
15887 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
15888
15889 2001-11-27 Akim Demaille <akim@epita.fr>
15890
15891 * tests/torture.at (Exploding the Stack Size with Malloc):
15892 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
15893
15894 2001-11-27 Akim Demaille <akim@epita.fr>
15895
15896 * src/files.c: Include error.h.
15897 Reported by Hans Aberg.
15898
15899 2001-11-26 Marc Autret <autret_m@epita.fr>
15900
15901 * src/reader.c (parse_include_decl): New, not yet implemented.
15902 (read_declarations): Add case tok_include.
15903 * src/getargs.h (include): Add its extern definition.
15904 * src/getargs.c (include): New const char *.
15905 (getargs): Add case '-I'.
15906 * src/options.c (option_table): Add include as command line and
15907 percent option.
15908 * src/lex.h (token_t): Add tok_include.
15909
15910 2001-11-26 Akim Demaille <akim@epita.fr>
15911
15912 * src/reader.c (readgram): Make sure rules for mid-rule actions
15913 have a lineno equal to that of their host rule.
15914 Reported by Hans Aberg.
15915 * tests/regression.at (Rule Line Numbers): New.
15916
15917 2001-11-26 Akim Demaille <akim@epita.fr>
15918
15919 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
15920 size_ts.
15921
15922 2001-11-26 Akim Demaille <akim@epita.fr>
15923
15924 * src/complain.c, src/complain.h (error): Remove, provided by
15925 lib/error.[ch].
15926
15927 2001-11-26 Akim Demaille <akim@epita.fr>
15928
15929 * src/reader.c (read_declarations): Don't abort on tok_illegal,
15930 issue an error message.
15931 * tests/regression.at (Invalid %directive): New.
15932 Reported by Hans Aberg.
15933
15934 2001-11-26 Akim Demaille <akim@epita.fr>
15935
15936 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
15937 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
15938
15939 2001-11-26 Akim Demaille <akim@epita.fr>
15940
15941 * src/conflicts.c (conflicts_print): Don't complain at all when
15942 there are no reduce/reduce conflicts, and as many shift/reduce
15943 conflicts as expected.
15944 * tests/regression.at (%expect right): Adjust.
15945
15946 2001-11-23 Akim Demaille <akim@epita.fr>
15947
15948 * lib/alloca.c: Update, from fileutils.
15949
15950 2001-11-23 Akim Demaille <akim@epita.fr>
15951
15952 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
15953
15954 2001-11-23 Akim Demaille <akim@epita.fr>
15955
15956 * src/system.h: Include alloca.h.
15957 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
15958
15959 2001-11-23 Akim Demaille <akim@epita.fr>
15960
15961 * src/print_graph.c (print_actions): Remove `rule', unused.
15962 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
15963 pacify GCC's signed < unsigned warnings.
15964 * src/closure.c (itemsetsize): Likewise.
15965 * src/reader.c (symbol_list_new): Static.
15966
15967 2001-11-23 Akim Demaille <akim@epita.fr>
15968
15969 Attaching lineno to buckets is stupid, since only one copy of each
15970 symbol is kept, only the line of the first occurrence is kept too.
15971
15972 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
15973 * src/reader.c (rline_allocated): Remove, unused.
15974 (symbol_list): Have a `line' member.
15975 (symbol_list_new): New.
15976 (readgram): Use it.
15977 * src/print.c (print_grammar): Output the rule line numbers.
15978 * tests/regression.at (Solved SR Conflicts)
15979 (Unresolved SR Conflicts): Adjust.
15980 Reported by Hans Aberg.
15981
15982 2001-11-22 Marc Autret <autret_m@epita.fr>
15983
15984 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
15985
15986 2001-11-22 Marc Autret <autret_m@epita.fr>
15987
15988 * src/muscle_tab.c (muscle_init): Remove initialization of
15989 skeleton muscle.
15990 * src/output.c (output_master_parser): Do it here.
15991
15992 2001-11-20 Akim Demaille <akim@epita.fr>
15993
15994 * po/sv.po: New.
15995 * configure.in (ALL_LINGUAS): Adjust.
15996 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
15997 longer contains strings to translate.
15998
15999 2001-11-19 Akim Demaille <akim@epita.fr>
16000
16001 * src/conflicts.c (conflicts_print): Add a missing \n.
16002
16003 2001-11-19 Akim Demaille <akim@epita.fr>
16004
16005 * src/nullable.c (nullable_print): New.
16006 (set_nullable): Call it when tracing.
16007 Better locality of variables.
16008
16009 2001-11-19 Akim Demaille <akim@epita.fr>
16010
16011 * src/print.c (print_actions): Better locality of variables.
16012
16013 2001-11-19 Akim Demaille <akim@epita.fr>
16014
16015 * src/derives.c (print_derives): Fix and enrich.
16016 * src/closure.c (print_fderives): Likewise.
16017
16018 2001-11-19 Akim Demaille <akim@epita.fr>
16019
16020 * src/closure.c (itemsetend): Remove, replaced with...
16021 (itemsetsize): new.
16022
16023 2001-11-19 Akim Demaille <akim@epita.fr>
16024
16025 * src/LR0.c (kernel_end): Remove, replaced with...
16026 (kernel_size): new.
16027
16028 2001-11-19 Akim Demaille <akim@epita.fr>
16029
16030 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
16031 to clarify.
16032
16033 2001-11-19 Akim Demaille <akim@epita.fr>
16034
16035 * src/closure.c (closure): Use arrays instead of pointers to clarify.
16036
16037 2001-11-19 Akim Demaille <akim@epita.fr>
16038
16039 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
16040 trace messages.
16041 * src/LR0.c: Likewise.
16042 (allocate_itemsets): Use arrays instead of pointers to clarify.
16043
16044 2001-11-19 Akim Demaille <akim@epita.fr>
16045
16046 * src/getargs.c (statistics_flag): Replace with...
16047 (trace_flag): New.
16048 (longopts): Accept --trace instead of --statistics.
16049 * src/getargs.h, src/options.c: Adjust.
16050 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
16051 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
16052
16053 2001-11-19 Akim Demaille <akim@epita.fr>
16054
16055 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
16056 pointers to clarify the code.
16057 (save_reductions, save_shifts): Factor common parts of alternatives.
16058
16059 2001-11-19 Akim Demaille <akim@epita.fr>
16060
16061 * src/LR0.c (new_state, get_state): Complete TRACE code.
16062 * src/closure.c: Include `reader.h' to get `tags', needed by the
16063 trace code.
16064 Rename the conditional DEBUG as TRACE.
16065 Output consistently TRACEs to stderr, not stdout.
16066 * src/derives.c: Likewise.
16067 * src/reduce.c: (inaccessable_symbols): Using if is better style
16068 than goto.
16069 Use `#if TRACE' instead of `#if 0' for tracing code.
16070
16071 2001-11-19 Akim Demaille <akim@epita.fr>
16072
16073 * src/system.h (LIST_FREE, shortcpy): New.
16074 * src/LR0.c: Use them.
16075 * src/output.c (free_itemsets, free_reductions, free_shifts):
16076 Remove, replaced by LIST_FREE.
16077
16078 2001-11-19 Akim Demaille <akim@epita.fr>
16079
16080 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
16081 (REDUCTIONS_ALLOC): New.
16082 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
16083 allocation.
16084
16085 2001-11-19 Akim Demaille <akim@epita.fr>
16086
16087 * src/LR0.c (new_state): Complete trace code.
16088 * src/nullable.c (set_nullable): Don't translate traces.
16089
16090 2001-11-19 Akim Demaille <akim@epita.fr>
16091
16092 * src/print_graph.c (print_core): Better locality of variables.
16093 * src/print.c (print_core): Likewise.
16094
16095 2001-11-19 Akim Demaille <akim@epita.fr>
16096
16097 * src/vcg.c: You do the output, so you are responsible of the
16098 handling of VCG syntax, in particular: use quotearg.
16099 * src/print_graph.c: Don't.
16100 (print_actions): Don't output the actions as part of the nodes,
16101 since that's the job of the edges.
16102 (print_state): Don't output by hand: fill the node description,
16103 and ask for its output.
16104
16105 2001-11-19 Akim Demaille <akim@epita.fr>
16106
16107 * src/bison.simple (yyparse): When verbosely reporting an error,
16108 no longer put additional quotes around token names.
16109 * tests/calc.at: Adjust.
16110
16111 2001-11-19 Akim Demaille <akim@epita.fr>
16112
16113 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
16114 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
16115 * src/output.c: Adjust.
16116
16117 2001-11-19 Akim Demaille <akim@epita.fr>
16118
16119 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
16120 (rule_t): this.
16121 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
16122
16123 2001-11-19 Akim Demaille <akim@epita.fr>
16124
16125 * src/gram.h (rule_t): New.
16126 (rule_table): New.
16127 (rrhs, rlhs): Remove, part of state_t.
16128 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
16129 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
16130 * src/reader.c, src/reduce.c: Adjust.
16131
16132 2001-11-19 Akim Demaille <akim@epita.fr>
16133
16134 * src/reader.c (symbols_output): New, extracted from...
16135 (packsymbols): Here.
16136 (reader): Call it.
16137
16138 2001-11-19 Akim Demaille <akim@epita.fr>
16139
16140 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
16141 (maxrhs): this new function.
16142
16143 2001-11-19 Akim Demaille <akim@epita.fr>
16144
16145 * src/lalr.c (F): New macro to access the variable F.
16146 Adjust.
16147
16148 2001-11-19 Akim Demaille <akim@epita.fr>
16149
16150 * src/lalr.h (LA): New macro to access the variable LA.
16151 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16152 * src/lalr.c: Adjust.
16153
16154 2001-11-19 Akim Demaille <akim@epita.fr>
16155
16156 * src/lalr.c (initialize_LA): Only initialize LA. Let...
16157 (set_state_table): handle the `lookaheads' members.
16158
16159 2001-11-19 Akim Demaille <akim@epita.fr>
16160
16161 * src/lalr.h (lookaheads): Removed array, whose contents is now
16162 a member of...
16163 (state_t): this structure.
16164 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16165 Adjust.
16166
16167 2001-11-19 Akim Demaille <akim@epita.fr>
16168
16169 * src/lalr.h (consistent): Removed array, whose contents is now
16170 a member of...
16171 (state_t): this structure.
16172 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16173 Adjust.
16174
16175 2001-11-19 Akim Demaille <akim@epita.fr>
16176
16177 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
16178 contents are now members of...
16179 (state_t): this structure.
16180 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16181 Adjust.
16182
16183 2001-11-19 Akim Demaille <akim@epita.fr>
16184
16185 * src/lalr.h (state_t): New.
16186 (state_table): Be a state_t * instead of a core **.
16187 (accessing_symbol): Remove, part of state_t.
16188 * src/lalr.c: Adjust.
16189 (set_accessing_symbol): Merge into...
16190 (set_state_table): this.
16191 * src/print_graph.c, src/conflicts.c: Adjust.
16192
16193 2001-11-14 Akim Demaille <akim@epita.fr>
16194
16195 * tests/calc.at, tests/output.at, tests/regression.at,
16196 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
16197 now the tests are run in private dirs, therefore AC_CLEANUP and
16198 family can be simplified to 0-ary.
16199 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
16200 use abs. path to find config.h.
16201 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
16202 stderr, there can be way too much random noise.
16203 Instead pass -Werror to GCC and rely on the exit status.
16204 Reported by Wolfram Wagner.
16205
16206 2001-11-14 Akim Demaille <akim@epita.fr>
16207
16208 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
16209 defined only if yyoverflow is defined, to avoid `warning: unused
16210 variable `yyvs1''.
16211 Reported by The Test Suite.
16212
16213 2001-11-14 Akim Demaille <akim@epita.fr>
16214
16215 * src/print.c: Include reduce.h.
16216 Reported by Hans Aberg.
16217
16218 2001-11-14 Akim Demaille <akim@epita.fr>
16219
16220 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
16221 Revert a previous patch: these are really const.
16222 * src/conflicts.c (conflict_report): Additional useless pair of
16223 braces to pacify GCC's warnings for `if () if () {} else {}'.
16224 * src/lex.c (parse_percent_token): Replace equal_offset with
16225 arg_offset.
16226 arg is const.
16227 Be sure to strdup `arg' when used, since there is no reason for
16228 token_buffer not to change.
16229
16230 2001-11-14 Akim Demaille <akim@epita.fr>
16231
16232 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
16233 definition.
16234 * src/main.c (main): Use them.
16235 Suggested by Hans Aberg.
16236
16237 2001-11-12 Akim Demaille <akim@epita.fr>
16238
16239 * src/system.h (ngettext): Now that we use ngettext, be sure to
16240 provide a default definition when NLS are not used.
16241
16242 2001-11-12 Akim Demaille <akim@epita.fr>
16243
16244 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
16245 Use @kbd to denote user input.
16246 (Language and Grammar): ANSIfy the example.
16247 Adjust its layout for info/notinfo.
16248 (Location Tracking Calc): Output error messages to stderr.
16249 Output locations in a more GNUtically correct way.
16250 Fix a couple of Englishos.
16251 Adjust @group/@end group pairs.
16252
16253 2001-11-12 Akim Demaille <akim@epita.fr>
16254
16255 %expect was not functioning at all.
16256
16257 * src/conflicts.c (expected_conflicts): Set to -1.
16258 (conflict_report): Use ngettext.
16259 (conflicts_print): Check %expect and make its violation an error.
16260 * doc/bison.texinfo (Expect Decl): Adjust.
16261 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
16262 * tests/regression.at (%expect not enough, %expect right)
16263 (%expect too much): New.
16264
16265 2001-11-12 Akim Demaille <akim@epita.fr>
16266
16267 * tests/regression.at (Conflicts): Rename as...
16268 (Unresolved SR Conflicts): this.
16269 (Solved SR Conflicts): New.
16270
16271 2001-11-12 Akim Demaille <akim@epita.fr>
16272
16273 * src/reduce.c (print_results): Rename as...
16274 (reduce_output): This.
16275 Output to OUT, passed as argument, instead of output_obstack.
16276 (dump_grammar): Likewise.
16277 (reduce_free): New.
16278 Also free V1.
16279 (reduce_grammar): No longer call reduce_output, since...
16280 * src/print.c (print_results): do it.
16281 * src/main.c (main): Call reduce_free;
16282
16283 2001-11-12 Akim Demaille <akim@epita.fr>
16284
16285 * src/conflicts.c (print_reductions): Accept OUT as argument.
16286 Output to it, not to output_obstack.
16287 * src/print.c (print_actions): Adjust.
16288
16289 2001-11-12 Akim Demaille <akim@epita.fr>
16290
16291 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
16292 the result instead of using...
16293 (src_total, rrc_total, src_count, rrc_count): Remove.
16294 (any_conflicts): Remove.
16295 (print_conflicts): Split into...
16296 (conflicts_print, conflicts_output): New.
16297 * src/conflicts.h: Adjust.
16298 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
16299 * src/print.c (print_grammar): Issue `\n' between two rules.
16300 * tests/regression.at (Conflicts): New.
16301 Reported by Tom Lane.
16302
16303 2001-11-12 Akim Demaille <akim@epita.fr>
16304
16305 * tests/regression.at (Invalid input): Remove, duplicate with
16306 ``Invalid input: 1''.
16307
16308 2001-11-12 Akim Demaille <akim@epita.fr>
16309
16310 * tests/torture.at (AT_DATA_STACK_TORTURE)
16311 (Exploding the Stack Size with Alloca)
16312 (Exploding the Stack Size with Malloc): New.
16313
16314 2001-11-12 Akim Demaille <akim@epita.fr>
16315
16316 * src/bison.simple (YYSTACK_REALLOC): New.
16317 (yyparse) [!yyoverflow]: Use it and free the old stack.
16318 Reported by Per Allansson.
16319
16320 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
16321
16322 * src/bison.simple: Define type yystype instead of YYSTYPE, and
16323 define CPP macro, which substitute YYSTYPE by yystype.
16324 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
16325 with yyltype/YYLTYPE. This allows inclusion of the generated
16326 header within the parser if the compiler, such as GGC, accepts
16327 multiple equivalent #defines.
16328 From Akim.
16329
16330 2001-11-05 Akim Demaille <akim@epita.fr>
16331
16332 * src/reader.c (symbols_output): New, extracted from...
16333 (packsymbols): here.
16334 (reader): Adjust.
16335
16336 2001-11-05 Akim Demaille <akim@epita.fr>
16337
16338 * src/lex.c (parse_percent_token): s/quotearg/quote/.
16339
16340 2001-11-05 Akim Demaille <akim@epita.fr>
16341
16342 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
16343 pattern.
16344
16345 2001-11-05 Akim Demaille <akim@epita.fr>
16346
16347 * src/options.h (struct option_table_struct): set_flags is void*.
16348 * src/options.c (longopts): Support `--output' and `%output'.
16349 (usage): Adjust.
16350 * src/lex.h (tok_setopt): Remove, replaced with...
16351 (tok_intopt, tok_stropt): these new guys.
16352 * src/lex.c (getopt.h): Not needed.
16353 (token_buffer, unlexed_token_buffer): Not const.
16354 (percent_table): Promote `-' over `_' in directive names.
16355 Active `%name-prefix', `file-prefix', and `output'.
16356 (parse_percent_token): Accept possible arguments to directives.
16357 Promote `-' over `_' in directive names.
16358
16359 2001-11-04 Akim Demaille <akim@epita.fr>
16360
16361 * doc/bison.texinfo (Decl Summary): Split the list into
16362 `directives for grammars' and `directives for bison'.
16363 Sort'em.
16364 Add description of `%name-prefix', `file-prefix', and `output'.
16365 Promote `-' over `_' in directive names.
16366 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
16367 Simplify the description of `--name-prefix'.
16368 Promote `-' over `_' in directive names.
16369 Promote `--output' over `--output-file'.
16370 Fix the description of `--defines'.
16371 * tests/output.at: Exercise %file-prefix and %output.
16372
16373 2001-11-02 Akim Demaille <akim@epita.fr>
16374
16375 * doc/refcard.tex: Update.
16376
16377 2001-11-02 Akim Demaille <akim@epita.fr>
16378
16379 * src/symtab.h (SUNDEF): New.
16380 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
16381 stand for `uninitialized', instead of 0.
16382 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
16383 * src/lex.c (lex): Adjust.
16384
16385 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
16386 Number it 0.
16387 Let yylex return it instead of a plain 0.
16388 Reported by Dick Streefland.
16389
16390 2001-11-02 Akim Demaille <akim@epita.fr>
16391
16392 * tests/regression.at (Mixing %token styles): New test.
16393
16394 2001-11-02 Akim Demaille <akim@epita.fr>
16395
16396 * src/reader.c (parse_thong_decl): Formatting changes.
16397 (token_translations_init): New, extracted from...
16398 (packsymbols): Here.
16399 Adjust.
16400
16401 2001-11-01 Akim Demaille <akim@epita.fr>
16402
16403 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
16404 Check that `9foo.y' produces correct cpp guards.
16405 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
16406 guards.
16407 Reported by Wwp.
16408
16409 2001-11-01 Akim Demaille <akim@epita.fr>
16410
16411 * tests/regression.at (Invalid input: 2): New.
16412 * src/lex.c (unlexed_token_buffer): New.
16413 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
16414 too.
16415 Reported by Wwp.
16416
16417 2001-11-01 Akim Demaille <akim@epita.fr>
16418
16419 * tests/calc.at: Catch up with 1.30.
16420 * configure.in: Bump to 1.49a.
16421 Adjust to newer Autotest.
16422
16423 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
16424
16425 * src/conflicts.c: Move global variables rrc_total and src_total ...
16426 (print_conflicts): here.
16427 * src/output.c (output): Free global variable user_toknums.
16428 * src/lex.c (token_obstack): Become static.
16429
16430 2001-10-18 Akim Demaille <akim@epita.fr>
16431
16432 * tests/atlocal.in (GCC): Add.
16433 * tests/calc.at: s/m4_match/m4_bmatch/.
16434 s/m4_patsubst/m4_bpatsubst/.
16435 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
16436 * configure.in: AC_SUBST(GCC).
16437
16438 2001-10-14 Marc Autret <autret_m@epita.fr>
16439
16440 * src/options.c (create_long_option_table): Fix.
16441
16442 2001-10-10 Akim Demaille <akim@epita.fr>
16443
16444 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
16445
16446 2001-10-04 Akim Demaille <akim@epita.fr>
16447
16448 * src/reader.c (parse_union_decl): Push the caracters in
16449 union_obstack, not attrs_obstack.
16450
16451 2001-10-04 Akim Demaille <akim@epita.fr>
16452
16453 Merge in the branch 1.29.
16454
16455 * src/reader.c (packsymbols): Use a temporary obstack for
16456 `%%tokendef', since output_stack is already used elsewhere.
16457
16458 2001-10-02 Akim Demaille <akim@epita.fr>
16459
16460 Bump 1.29d.
16461
16462 2001-10-02 Akim Demaille <akim@epita.fr>
16463
16464 Version 1.29c.
16465
16466 2001-10-02 Akim Demaille <akim@epita.fr>
16467
16468 * tests/regression.at (Invalid CPP headers): New.
16469 From Alexander Belopolsky.
16470 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
16471
16472 2001-10-02 Akim Demaille <akim@epita.fr>
16473
16474 * tests/regression.at (Invalid input): New.
16475 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
16476 Reported by Shura.
16477
16478 2001-10-02 Akim Demaille <akim@epita.fr>
16479
16480 * tests/calc.at: Now that --debug works, the tests must be adjusted.
16481
16482 2001-10-02 Akim Demaille <akim@epita.fr>
16483
16484 * src/output.c (output_parser): Assert `skeleton'.
16485 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
16486 systems.
16487 From Shura.
16488
16489 2001-10-01 Marc Autret <autret_m@epita.fr>
16490
16491 * src/lex.h: Echo modifications.
16492 * src/lex.c (unlex): Parameter is now token_t.
16493 From Hans Aberg.
16494
16495 2001-10-01 Marc Autret <autret_m@epita.fr>
16496
16497 * src/main.c: Include lex.h.
16498 From Hans Aberg.
16499
16500 2001-09-29 Akim Demaille <akim@epita.fr>
16501
16502 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
16503
16504 2001-09-28 Akim Demaille <akim@epita.fr>
16505
16506 * tests/testsuite.at: Update to newer Autotest.
16507 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
16508
16509 2001-09-27 Akim Demaille <akim@epita.fr>
16510
16511 Position independent wrapper.
16512
16513 * tests/bison: Remove.
16514 * tests/bison.in: New.
16515 * configure.in: Adjust.
16516
16517 2001-09-27 Paul Eggert <eggert@twinsun.com>
16518
16519 Port quotearg fixes from tar 1.13.24.
16520
16521 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
16522 tm to be declared.
16523 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
16524 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
16525
16526 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
16527 * m4/mbrtowc.m4: New file.
16528 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
16529 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
16530
16531 2001-09-27 Akim Demaille <akim@epita.fr>
16532
16533 Bump to 1.29c.
16534
16535 2001-09-27 Akim Demaille <akim@epita.fr>
16536
16537 Version 1.29b.
16538
16539 2001-09-25 Akim Demaille <akim@epita.fr>
16540
16541 * src/system.h: Include `xalloc.h'.
16542 Remove it from the C files.
16543 * src/files.c (output_files): Free the obstacks.
16544 * src/lex.c (init_lex): Rename as...
16545 (lex_init): this.
16546 (lex_free): New.
16547 * src/main.c (main): Use it.
16548
16549 2001-09-24 Marc Autret <autret_m@epita.fr>
16550
16551 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
16552 to output informations in fout (FILE*).
16553 (open_graph, close_graph): Likewise.
16554 (output_graph, output_edge, output_node): Likewise.
16555 * src/vcg.h: Update function prototypes.
16556 * src/print_graph.c (print_graph): Open output graph file.
16557 (print_actions): Adjust.
16558 * src/files.h: Remove extern declaration.
16559 * src/files.c: Remove graph_obstack declaration.
16560 (open_files): Remove graph_obstack initialization.
16561 (output_files): Remove graph_obstack saving.
16562
16563 2001-09-24 Marc Autret <autret_m@epita.fr>
16564
16565 * src/files.c (compute_output_file_names): Fix.
16566
16567 2001-09-24 Marc Autret <autret_m@epita.fr>,
16568 Akim Demaille <akim@epita.fr>
16569
16570 * src/reader.c (reader): Remove call to free_symtab ().
16571 * src/main.c (main): Call it here.
16572 Include symtab.h.
16573 * src/conflicts.c (initialize_conflicts): Rename as...
16574 (solve_conflicts): this.
16575 * src/print.c (print_core, print_actions, print_state)
16576 (print_grammar): Dump to a file instead a `output_obstack'.
16577 (print_results): Dump `output_obstack', and then proceed with the
16578 FILE *.
16579 * src/files.c (compute_output_file_names, close_files): New.
16580 (output_files): Adjust.
16581 * src/main.c (main): Adjust.
16582
16583 2001-09-23 Marc Autret <autret_m@epita.fr>
16584
16585 * src/files.c (compute_header_macro): Computes header macro name
16586 from spec_defines_file when given.
16587
16588 2001-09-23 Marc Autret <autret_m@epita.fr>
16589
16590 * src/files.c (output_files): Add default extensions.
16591
16592 2001-09-22 Akim Demaille <akim@epita.fr>
16593
16594 * src/conflicts.c (finalize_conflicts): Rename as...
16595 (free_conflicts): this.
16596
16597 2001-09-22 Akim Demaille <akim@epita.fr>
16598
16599 * src/gram.c (gram_free): Rename back as...
16600 (dummy): this.
16601 (output_token_translations): Free `token_translations'.
16602 * src/symtab.c (free_symtab): Free the tag field.
16603
16604 2001-09-22 Akim Demaille <akim@epita.fr>
16605
16606 Remove `translations' as it is always set to true.
16607
16608 * src/gram.h: Adjust.
16609 * src/reader.c (packsymbols, parse_token_decl): Adjust
16610 * src/print.c (print_grammar): Adjust.
16611 * src/output.c (output_token_translations): Adjust.
16612 * src/lex.c (lex): Adjust.
16613 * src/gram.c: Be sure the set pointers to NULL.
16614 (dummy): Rename as...
16615 (gram_free): this.
16616
16617 2001-09-22 Akim Demaille <akim@epita.fr>
16618
16619 * configure.in: Invoke AM_LIB_DMALLOC.
16620 * src/system.h: Use dmalloc.
16621 * src/LR0.c: Be sure to have pointers initialized to NULL.
16622 (allocate_itemsets): Allocate kernel_items only if needed.
16623
16624 2001-09-22 Akim Demaille <akim@epita.fr>
16625
16626 * configure.in: Bump to 1.29b.
16627 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
16628 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
16629 need xmalloc.c in calc.y.
16630 From Pascal Bart.
16631
16632 2001-09-21 Akim Demaille <akim@epita.fr>
16633
16634 Version 1.29a.
16635 * Makefile.maint, config/config.guess, config/config.sub,
16636 * config/missing: Update from masters.
16637 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
16638 upon package.m4.
16639 * configure.in (ALL_LINGUAS): Add `tr'.
16640
16641 2001-09-21 Akim Demaille <akim@epita.fr>
16642
16643 * tests/Makefile.am (package.m4): Move to...
16644 ($(srcdir)/$(TESTSUITE)): here.
16645
16646 2001-09-20 Akim Demaille <akim@epita.fr>
16647
16648 * src/complain.c: No longer try to be standalone: use system.h.
16649 Don't assume __STDC__ is defined to 1. Just test if it is defined.
16650 * src/complain.h: Likewise.
16651 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
16652 Remove the unused variable `n'.
16653 From Albert Chin-A-Young.
16654
16655 2001-09-18 Marc Autret <autret_m@epita.fr>
16656
16657 * doc/bison.1: Update.
16658 * doc/bison.texinfo (Bison Options): Update --defines and --graph
16659 descriptions.
16660 (Option Cross Key): Update.
16661 Add --graph.
16662
16663 2001-09-18 Marc Autret <autret_m@epita.fr>
16664
16665 * tests/regression.at: New test (comment in %union).
16666
16667 2001-09-18 Marc Autret <autret_m@epita.fr>
16668
16669 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
16670 do that.
16671 Reported by Keith Browne.
16672
16673 2001-09-18 Marc Autret <autret_m@epita.fr>
16674
16675 * tests/output.at: Add tests for --defines and --graph.
16676
16677 2001-09-18 Marc Autret <autret_m@epita.fr>
16678
16679 * tests/output.at: Removes tests of %{header,src}_extension features.
16680
16681 2001-09-18 Akim Demaille <akim@epita.fr>
16682
16683 * tests/Makefile.am (package.m4): New.
16684 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
16685 (_AT_CHECK_CALC_ERROR): Likewise.
16686 Factor the `, ' part of verbose error messages.
16687
16688 2001-09-18 Marc Autret <autret_m@epita.fr>
16689
16690 * src/getargs.c (longopts): Declare --defines and --graph as options
16691 with optional arguments.
16692 * src/files.h: Add extern declarations.
16693 * src/files.c (spec_graph_file, spec_defines_file): New.
16694 (output_files): Update.
16695 Remove CPP-outed code.
16696
16697 2001-09-18 Marc Autret <autret_m@epita.fr>
16698
16699 Turn off %{source,header}_extension feature.
16700
16701 * src/files.c (compute_exts_from_gf): Update.
16702 (compute_exts_from_src): Update.
16703 (output_files): CPP-out useless code.
16704 * src/files.h: Remove {header,source}_extension extern declarations.
16705 * src/reader.c (parse_dquoted_param): CPP-out.
16706 (parse_header_extension_decl): Remove.
16707 (parse_source_extension_decl): Remove.
16708 (read_declarations): Remove cases tok_{hdrext,srcext}.
16709 * src/lex.c (percent_table): Remove {header,source}_extension entries.
16710 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
16711
16712 2001-09-10 Akim Demaille <akim@epita.fr>
16713
16714 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
16715 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
16716 (AT_CHECK_OUTPUT): this.
16717 Merely check ls' exit status, its output is useless.
16718
16719 2001-09-10 Akim Demaille <akim@epita.fr>
16720
16721 * tests/calc.at: Use m4_match.
16722 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
16723
16724 2001-09-10 Marc Autret <autret_m@epita.fr>,
16725 Akim Demaille <akim@epita.fr>
16726
16727 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
16728 enum color_e.
16729 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
16730 to `normal'.
16731 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
16732 * src/lex.h: Adjust prototype.
16733 (token_t): Add `tok_undef'.
16734 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
16735 (parse_percent_token): Now returns token_t.
16736 Add default statement in switch.
16737 (lex): Separate `c' as an input variable, from the token_t result
16738 part.
16739 (unlexed): Is a token_t.
16740
16741 2001-09-10 Akim Demaille <akim@epita.fr>
16742
16743 * configure.in: Bump to 1.29a.
16744
16745 2001-09-07 Akim Demaille <akim@epita.fr>
16746
16747 Version 1.29.
16748
16749 2001-08-30 Akim Demaille <akim@epita.fr>
16750
16751 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
16752 * m4/atconfig.m4: Remove.
16753 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
16754 * tests/bison: New.
16755 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
16756 m4_if, m4_patsubst, and m4_regexp.
16757 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
16758 `input' file instead of echo.
16759
16760 2001-08-29 Akim Demaille <akim@epita.fr>
16761
16762 Bump to 1.28e.
16763
16764 2001-08-29 Akim Demaille <akim@epita.fr>
16765
16766 Version 1.28d.
16767
16768 2001-08-29 Paul Eggert <eggert@twinsun.com>
16769
16770 * src/bison.simple (yyparse): Don't take the address of an
16771 item before the start of an array, as that doesn't conform to
16772 the C Standard.
16773
16774 2001-08-29 Robert Anisko <anisko_r@epita.fr>
16775
16776 * doc/bison.texinfo (Location Tracking Calc): New node.
16777
16778 2001-08-29 Paul Eggert <eggert@twinsun.com>
16779
16780 * src/output.c (output): Do not define const, as this now
16781 causes more problems than it cures.
16782
16783 2001-08-29 Akim Demaille <akim@epita.fr>
16784
16785 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
16786 the nodes.
16787 Be sure to tag the `detailmenu'.
16788
16789 2001-08-29 Akim Demaille <akim@epita.fr>
16790
16791 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
16792 download in a tmp dir.
16793
16794 2001-08-28 Marc Autret <autret_m@epita.fr>
16795
16796 * config/depcomp: New file.
16797
16798 2001-08-28 Marc Autret <autret_m@epita.fr>
16799
16800 * doc/bison.1 (mandoc): Adjust.
16801 From Juan Manuel Guerrero.
16802
16803 2001-08-28 Marc Autret <autret_m@epita.fr>
16804
16805 * src/print_graph.c (print_state): Fix.
16806
16807 2001-08-27 Marc Autret <autret_m@epita.fr>
16808
16809 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
16810 char * members.
16811 Echo modifications to the functions prototypes.
16812 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
16813
16814 2001-08-27 Marc Autret <autret_m@epita.fr>
16815
16816 * src/vcg.c: Include `xalloc.h'.
16817 (add_colorentry): New.
16818 (add_classname): New.
16819 (add_infoname): New.
16820 * src/vcg.h: Add new prototypes.
16821
16822 2001-08-27 Akim Demaille <akim@epita.fr>
16823
16824 * Makefile.maint: Sync. again with CVS Autoconf.
16825
16826 2001-08-27 Akim Demaille <akim@epita.fr>
16827
16828 * Makefile.maint: Formatting changes.
16829 (po-update, cvs-update, update): New targets.
16830 (AMTAR): Remove.
16831
16832 2001-08-27 Akim Demaille <akim@epita.fr>
16833
16834 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
16835 * Makefile.maint: Sync. with CVS Autoconf.
16836
16837 2001-08-27 Marc Autret <autret_m@epita.fr>
16838
16839 * src/vcg.h (struct infoname_s): New.
16840 (struct colorentry_s): New.
16841 (graph_s): New fields {vertical,horizontal}_order in structure.
16842 Add `infoname' field.
16843 Add `colorentry' field;
16844 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
16845 (G_HORIZONTAL_ORDER): New.
16846 (G_INFONAME): New.
16847 (G_COLORENTRY): New.
16848 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
16849 Add output of `infoname'.
16850 Add output of `colorentry'.
16851
16852 2001-08-27 Marc Autret <autret_m@epita.fr>
16853
16854 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
16855 This one shadowed a global parameter.
16856
16857 2001-08-24 Marc Autret <autret_m@epita.fr>
16858
16859 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
16860 instead of `unsigned'.
16861 (print_state): Do not call obstack_object_size () in obstack_grow ()
16862 to avoid macro variables shadowing.
16863
16864 2001-08-23 Marc Autret <autret_m@epita.fr>
16865
16866 * src/lex.c (percent_table): Typo: s/naem/name/.
16867 Add graph option.
16868 Normalize new options declarations.
16869
16870 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
16871
16872 * tests/suite.at: Exercise %header_extension and %source_extension.
16873
16874 2001-08-16 Marc Autret <autret_m@epita.fr>
16875
16876 * src/reader.c (parse_dquoted_param): New.
16877 (parse_header_extension_decl): Use it.
16878 (parse_source_extension_decl): Likewise.
16879
16880 2001-08-16 Marc Autret <autret_m@epita.fr>
16881
16882 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
16883 (get_xxxx_str): Use assert () instead of complain ().
16884 Remove return invokations in default cases.
16885 (get_decision_str): Modify default behaviour. Remove second argument.
16886 Echo modifications on calls.
16887 (output_graph): Fix.
16888
16889 2001-08-16 Marc Autret <autret_m@epita.fr>
16890
16891 * src/getargs.c (usage): Update with ``-g, --graph''.
16892
16893 2001-08-16 Marc Autret <autret_m@epita.fr>
16894
16895 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
16896 (Option Cross Key): Likewise.
16897 * doc/bison.1: Update.
16898
16899 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
16900
16901 * src/output.c (output_master_parser): Don't finish action_obstack.
16902 (output_parser): Don't care about the muscle action, here.
16903 (prepare): Copy the action_obstack in the action muscle.
16904 (output): Free action_obstack.
16905
16906 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
16907
16908 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
16909 will contain `%union' declaration.
16910 (parse_union_decl): Delete #line directive output.
16911 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
16912 informations about %union.
16913 (parse_union_decl): Copy the union_obstack in the muscle stype.
16914 * src/bison.simple: Add new #line directive.
16915 Add typdef %%stype YYSTYPE.
16916
16917 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
16918
16919 * src/bison.simple: Add new `#line' directive.
16920
16921 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
16922
16923 * src/bison.simple: New `#line' directive.
16924 * src/output.c (output_parser): Support new dynamic muscle input_line.
16925
16926 2001-09-22 Marc Autret <autret_m@epita.fr>
16927
16928 * src/output.c (output_master_parser): New.
16929 (output_parser): Be more re-entrant.
16930
16931 2001-09-21 Marc Autret <autret_m@epita.fr>
16932
16933 * src/reader.c (copy_definition, parse_union_decl): Update and use
16934 `linef' muscle.
16935 (copy_action): Likewise.
16936 Use obstack_1grow ().
16937 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
16938
16939 2001-09-21 Marc Autret <autret_m@epita.fr>
16940
16941 * src/options.c (option_table): Adjust.
16942 * src/lex.c (parse_percent_token): Fix.
16943
16944 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
16945
16946 * src/options.c (symtab.h): Include it, need by lex.h.
16947
16948 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
16949
16950 * src/lex.c (parse_percent_token): Change type of variable `tx', which
16951 is now an option_table_struct*.
16952 (option_strcmp): New function option_strcmp.
16953 (parse_percent_token): Call option_strcmp.
16954 * src/getargs.c (xalloc.h, options.h): Include it.
16955 (getargs): Call create_long_option_table.
16956 (getargs): Free longopts at the end of the function.
16957 (shortopts): Move in options.c.
16958 * src/options.c (create_long_option_table): New function. Convert
16959 information from option_table to option structure.
16960 * src/reader.c (options.h): Include it.
16961
16962 * src/Makefile.am: Adjust.
16963 * src/options.c (option_table): Create from longopts and percent_table.
16964 * src/getargs.c (longopts): Delete.
16965 * src/lex.c (struct percent_table_struct): Delete.
16966 (percent_table): Delete.
16967 (options.h): Include it.
16968 * src/options.c: Create.
16969 * src/options.h: Create.
16970 Declare enum opt_access_e.
16971 Define struct option_table_struct.
16972
16973 2001-09-20 Marc Autret <autret_m@epita.fr>
16974
16975 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
16976 sections of Bison.
16977
16978 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
16979
16980 * src/bison.simple: s/%%filename/%%skeleton.
16981 * src/muscle_tab.c (getargs.h): Include it.
16982 (muscle_init): Insert new muscle skeleton.
16983
16984 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
16985
16986 * src/output.c (output_parser): Delete unused variable actions_dumped.
16987
16988 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
16989
16990 * src/output.c (output): Delete call to reader_output_yylsp.
16991 * src/reader.c (reader): Likewise.
16992 * src/reader.h: Delete declaration of reader_output_yylsp.
16993
16994 2001-09-02 Marc Autret <autret_m@epita.fr>
16995
16996 * src/reader.c: Include muscle_tab.h.
16997 (parse_union_decl): Update.
16998 (parse_macro_decl): Rename parse_muscle_decl.
16999 Update to use renamed functions and variable.
17000 (read_declarations, copy_action, read_additionnal_code, : Updated
17001 with correct variables and functions names.
17002 (packsymbols, reader): Likewise.
17003
17004 * src/reader.h (muscle_obstack): Extern declaration update.
17005
17006 * src/output.c: Include muscle_tab.h
17007 In all functions using macro_insert, change by using muscle_insert ().
17008 (macro_obstack): Rename muscle_obstack.
17009 Echo modifications in the whole file.
17010 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
17011 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
17012 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
17013
17014 * src/muscle_tab.h: Update double inclusion macros.
17015 (macro_entry_s): Rename muscle_entry_s.
17016 Update prototypes.
17017
17018 * src/muscle_tab.c: Include muscle_tab.h.
17019 Rename macro_tabble to muscle_table.
17020 (mhash1, mhash2, mcmp): Use muscle_entry.
17021 (macro_init): Rename muscle_init. Update.
17022 (macro_insert): Rename muscle_insert. Update.
17023 (macro_find): Rename muscle_find. Update.
17024
17025 * src/main.c: Include muscle_tab.h.
17026 (main): Call muscle_init ().
17027 * src/Makefile.am (bison_SOURCES): Echo modifications.
17028
17029 2001-09-02 Marc Autret <autret_m@epita.fr>
17030
17031 Now the files macro_tab.[ch] are named muscle_tab.[ch].
17032
17033 * src/muscle_tab.c, src/muscle_tab.h: Add files.
17034
17035 2001-09-02 Marc Autret <autret_m@epita.fr>
17036
17037 * src/macrotab.c, src/macrotab.h: Remove.
17038
17039 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
17040
17041 * src/reader.c (copy_guard): Use muscle to specify the `#line'
17042 filename.
17043
17044 2001-09-01 Marc Autret <autret_m@epita.fr>
17045
17046 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
17047 to an explicit value to activate the feature. We do it here.
17048
17049 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17050
17051 * src/output.c (prepare): Delete the `filename' muscule insertion.
17052 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
17053 (parse_union_decl): Likewise.
17054 * src/macrotab.c (macro_init): Initialize filename by infile.
17055
17056 2001-08-31 Marc Autret <autret_m@epita.fr>
17057
17058 * src/bison.simple (YYLSP_NEEDED): New definition.
17059 * src/output.c (prepare): Add macro insertion of `locations_flag'
17060
17061 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17062
17063 * src/output.c (prepare): Delete insertion of previous muscles,
17064 and insert the `prefix' muscles.
17065 * src/macrotab.c (macro_init): Likewise.
17066 (macro_init): Initialization prefix directive by `yy'.
17067 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17068 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
17069 yylval, yydebug, yyerror, yynerrs and yyparse.
17070 New directive `#define' to substitute yydebug, ... with option
17071 name_prefix.
17072
17073 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17074
17075 * src/main.c (main): Standardize.
17076 * src/output.c (output_table_data, output_parser): Likewise.
17077 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
17078
17079 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
17080
17081 * src/reader.c (read_additionnal_code): Rename %%user_code to
17082 %%epilogue.
17083 * src/output.c (output): Rename %%declarations to %%prologue.
17084 * src/bison.simple: Echo modifications.
17085
17086 2001-08-31 Marc Autret <autret_m@epita.fr>
17087
17088 * src/reader.c (readgram): CleanUp.
17089 (output_token_defines): Likewise.
17090 (packsymbols): Likewise.
17091 (reader): Likewise.
17092 * src/output.c (output): CPP-out useless code.
17093
17094 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17095
17096 * src/reader.c (reader): Delete obsolete call to function
17097 output_trailers and output_headers.
17098 * src/output.h: Remove obsolete functions prototypes of output_headers
17099 and output_trailers.
17100
17101 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
17102
17103 * src/main.c: Include macrotab.h.
17104 * src/macrotab.h (macro_entry_s): Constify fields.
17105 Adjust functions prototypes.
17106 * src/macrotab.c (macro_insert): Constify key and value.
17107 (macro_find): Constify key.
17108 (macro_insert): Include 'xalloc.h'
17109 (macro_insert): Use XMALLOC.
17110 (macro_find): Constify return value.
17111 * src/output.c (output_table_data): Rename table to table_data.
17112 (output_parser): Constify macro_key, macro_value.
17113
17114 2001-08-30 Marc Autret <autret_m@epita.fr>
17115
17116 * src/reader.c (parse_skel_decl): New.
17117 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
17118 * src/lex.h (token_t): New token `tok_skel'.
17119 * src/lex.c (percent_table): Add skeleton option entry.
17120 Standardize.
17121
17122 2001-08-29 Marc Autret <autret_m@epita.fr>
17123
17124 * src/bison.simple: Add %%user_code directive at the end.
17125 * src/reader.c (read_additionnal_code): New.
17126 (reader): Use it.
17127 * src/output.c (output_program): Remove.
17128 (output): Update.
17129
17130 2001-08-28 Marc Autret <autret_m@epita.fr>
17131
17132 * src/output.c (output_actions): Clean up.
17133 (output_gram): CPP-out useless code.
17134 * src/reader.c (reader): Clean up, CPP-out useless code.
17135
17136 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
17137
17138 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
17139 directive.
17140 * src/bison.simple: Add `%%definitions'.
17141
17142 2001-08-28 Marc Autret <autret_m@epita.fr>
17143
17144 * config/depcomp: New file.
17145
17146 2001-08-27 Paul Eggert <eggert@twinsun.com>
17147
17148 * src/bison.simple (yyparse): Don't take the address of an
17149 item before the start of an array, as that doesn't conform to
17150 the C Standard.
17151
17152 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
17153
17154 * src/output.c (output): Remove the initialization of the macro
17155 obstack. It was done too late here.
17156
17157 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
17158 completely wrong.
17159 (reader): Initialize the macro obstack here, since we need it to grow
17160 '%define' directives.
17161
17162 * src/reader.h: Declare the macro obstack as extern.
17163
17164 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
17165
17166 * src/output.c (output_parser): Fix. Store single '%' characters in
17167 the output obstack instead of throwing them away.
17168
17169 2001-08-27 Akim Demaille <akim@epita.fr>
17170
17171 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17172
17173 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17174
17175 * lib/Makefile.am: Adjust.
17176
17177 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17178
17179 * src/bison.simple: Update and add '%%' directives.
17180
17181 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17182
17183 * src/reader.c (reader): Remove calls to 'output_headers' and
17184 'output_trailers'. Remove some C output.
17185 (readgram): Disable a piece of code that was writing a default
17186 definition for 'YYSTYPE'.
17187 (reader_output_yylsp): Remove.
17188 (packsymbols): Output token defintions to a macro.
17189 (copy_definition): Disable C output.
17190
17191 * src/reader.c (parse_macro_decl): New function used to parse macro
17192 declarations.
17193 (copy_string2): Put the body of copy_string into this new function.
17194 Add a parameter to let the caller choose whether he wants to copy the
17195 string delimiters or not.
17196 (copy_string): Be a simple call to copy_string2 with the last argument
17197 bound to true.
17198 (read_declarations): Add case for macro definition.
17199 (copy_identifier): New.
17200 (parse_macro_decl): Read macro identifiers using copy_identifier
17201 rather than lex.
17202
17203 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17204
17205 * src/output.c (prepare): Add prefixed names.
17206 (output_parser): Output semantic actions.
17207 (output_parser): Fix bug on '%%line' directives.
17208
17209 * src/output.c (output_headers): Remove. The C code printed by this
17210 function should now be in the skeletons.
17211 (output_trailers): Remove.
17212 (output): Disable call to 'reader_output_yylsp'.
17213 (output_rule_data): Do not output tables to the table obstack.
17214
17215 * src/output.c: Remove some C dedicated output.
17216 Improve the use of macro and output obstacks.
17217 (output_defines): Remove.
17218
17219 * src/output.c (output_token_translations): Associate 'translate'
17220 table with a macro. No output to the table obstack.
17221 (output_gram): Same for 'rhs' and 'prhs'.
17222 (output_stos): Same for 'stos'.
17223 (output_rule_data): Same for 'r1' and 'r2'.
17224 (token_actions): Same for 'defact'.
17225 (goto_actions): Same for 'defgoto'.
17226 (output_base): Same for 'pact' and 'pgoto'.
17227 (output_table): Same for 'table'.
17228 (output_check): Same for 'check'.
17229
17230 * src/output.c (output_table_data): New function.
17231 (output_short_table): Remove.
17232 (output_short_or_char_table): Remove.
17233
17234 * src/output.c (output_parser): Replace most of the skeleton copy code
17235 with something new. Skeletons are now processed character by character
17236 rather than line by line, and Bison looks for '%%' macros. This is the
17237 first step in making Bison's output process (a lot) more flexible.
17238 (output_parser): Use the macro table.
17239
17240 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17241
17242 * src/main.c (main): Initialize the macro table.
17243
17244 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17245
17246 * src/lex.c (percent_table): Add tok_define.
17247 * src/lex.h: Add tok_define.
17248
17249 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17250
17251 * src/macrotab.c: New file.
17252 * src/macrotab.h: New file.
17253 * src/Makefile.am: Update.
17254
17255 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17256
17257 * lib/hash.c: New file.
17258 * lib/hash.h: New file.
17259 * lib/Makefile.am: Update.
17260
17261 2001-08-15 Akim Demaille <akim@epita.fr>
17262
17263 Version 1.28c.
17264
17265 2001-08-15 Marc Autret <autret_m@epita.fr>
17266
17267 * src/reader.c (readgram): Indent output macro YYSTYPE.
17268 (packsymbols): Likewise.
17269 (output_token_defines): Likewise.
17270 * src/files.c: Standardize.
17271 (compute_header_macro): New.
17272 (defines_obstack_save): New. Use compute_header_macro.
17273 (output_files): Update. Use defines_obstack_save.
17274
17275 2001-08-15 Akim Demaille <akim@epita.fr>
17276
17277 * doc/bison.texinfo (Table of Symbols): Document
17278 YYSTACK_USE_ALLOCA.
17279
17280 2001-08-15 Akim Demaille <akim@epita.fr>
17281
17282 * missing: Update from CVS Automake.
17283 * config/config.guess, config/config.sub, config/texinfo.tex:
17284 Update from gnu.org.
17285
17286 2001-08-15 Akim Demaille <akim@epita.fr>
17287
17288 * Makefile.maint: Sync with CVS Autoconf.
17289
17290 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
17291
17292 * doc/bison.texinfo: Include GNU Free Documentation License from
17293 `fdl.texi'.
17294 * doc/fdl.texi: Add to package.
17295
17296 2001-08-14 Marc Autret <autret_m@epita.fr>
17297
17298 Turn on %{source,header}_extension features.
17299
17300 * src/lex.c (percent_table): Un-CPP out header_extension and
17301 source_extension.
17302 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
17303 (compute_exts_from_src): Remove conditions. It restores priorities
17304 between options.
17305
17306 2001-08-14 Marc Autret <autret_m@epita.fr>
17307
17308 * src/files.c (compute_base_names): Add extensions computing when
17309 `--file-prefix' used.
17310 Standardize function calls.
17311
17312 2001-08-13 Marc Autret <autret_m@epita.fr>
17313
17314 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
17315 defining it (defined but null disables alloca).
17316
17317 2001-08-13 Marc Autret <autret_m@epita.fr>
17318
17319 * src/bison.simple (_yy_memcpy): CPP reformat.
17320
17321 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
17322
17323 * tests/atconfig.in (CPPFLAGS): Fix.
17324
17325 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
17326
17327 * doc/bison.texinfo: Include GNU General Public License from
17328 `gpl.texi'.
17329 * doc/gpl.texi: Add to package.
17330
17331 2001-08-10 Marc Autret <autret_m@epita.fr>
17332
17333 * src/print_graph.h: Fix.
17334 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
17335
17336 2001-08-10 Akim Demaille <akim@epita.fr>
17337
17338 * src/system.h: Provide default declarations for stpcpy, strndup,
17339 and strnlen.
17340
17341 2001-08-10 Robert Anisko <anisko_r@epita.fr>
17342
17343 * doc/bison.texinfo (Locations): Update @$ stuff.
17344
17345 2001-08-09 Robert Anisko <anisko_r@epita.fr>
17346
17347 * src/bison.simple (YYLLOC_DEFAULT): Update.
17348 (yyparse): Adjust.
17349
17350 2001-08-08 Marc Autret <autret_m@epita.fr>
17351
17352 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
17353 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
17354 Reported by Fabrice Bauzac.
17355
17356 2001-08-08 Marc Autret <autret_m@epita.fr>
17357
17358 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
17359 * src/vcg.c (output_node): Fix.
17360 * src/vcg.h: Cleanup.
17361 * src/print_graph.c: Add comments.
17362 (node_output_size): New global variable. Simplify the formatting of
17363 the VCG graph output.
17364 (print_actions): Unused code is now used. It notifies the final state
17365 and no action states in the VCG graph. It also give the reduce actions.
17366 The `shift and goto' edges are red and the `go to state' edges are
17367 blue.
17368 Get the current node name and node_obstack by argument.
17369 (node_obstack): New variable.
17370 (print_state): Manage node_obstack.
17371 (print_core): Use node_obstack given by argument.
17372 A node is not only computed here but in print_actions also.
17373 (print_graph): CPP out useless code instead of commenting it.
17374
17375 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
17376
17377 * tests/atconfig.in (CPPFLAGS): Fix.
17378
17379 2001-08-07 Akim Demaille <akim@epita.fr>
17380
17381 * src/print_graph.c (quote): New.
17382 (print_core): Use it.
17383
17384 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
17385
17386 * src/vcg.c (complain.h): Include it.
17387 Unepitaize `return' invocations.
17388 [NDEBUG] (main): Remove.
17389 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
17390 * src/files.c (open_files): Initialize graph_obstack.
17391 * src/print_graph.c (print_actions): CPP out useless code.
17392 (print_core): Don't output the last `\n' in labels.
17393 Use `quote'.
17394 * src/files.c (output_files): Output the VCG file.
17395 * src/main.c (main): Invoke print_graph ();
17396
17397 2001-08-06 Marc Autret <autret_m@epita.fr>
17398
17399 Automaton VCG graph output.
17400 Using option ``-g'' or long option ``--graph'', you can generate
17401 a gram_filename.vcg file containing a VCG description of the LALR (1)
17402 automaton of your grammar.
17403
17404 * src/main.c: Call to print_graph() function.
17405 * src/getargs.h: Update.
17406 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
17407 (graph_flag): New flag.
17408 (longopts): Update.
17409 (getargs): Add case `g'.
17410 * src/files.c (graph_obstack): New obstack struct.
17411 (open_files): Initialize new obstack.
17412 (output_files): Saves graph_obstack if required.
17413 * src/files.h (graph_obstack): New extern declaration.
17414 * src/Makefile.am: Add new source files.
17415
17416 2001-08-06 Marc Autret <autret_m@epita.fr>
17417
17418 * src/print_graph.c, src/print_graph.h (graph): New.
17419 * src/vcg.h: New file.
17420 * src/vcg.c: New file, VCG graph handling.
17421
17422 2001-08-06 Marc Autret <autret_m@epita.fr>
17423
17424 Add of %source_extension and %header_extension which specify
17425 the source or/and the header output file extension.
17426
17427 * src/files.c (compute_base_names): Remove initialisation of
17428 src_extension and header_extension.
17429 (compute_exts_from_gf): Update.
17430 (compute_exts_from_src): Update.
17431 (output_files): Update.
17432 * src/reader.c (parse_header_extension_decl): New.
17433 (parse_source_extension_decl): New.
17434 (read_declarations): New case statements for the new tokens.
17435 * src/lex.c (percent_table): Add entries for %source_extension
17436 and %header_extension.
17437 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
17438
17439 2001-08-06 Marc Autret <autret_m@epita.fr>
17440
17441 * configure.in: Bump to 1.28c.
17442 * doc/bison.texinfo: Texinfo thingies.
17443
17444 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
17445
17446 * tests/atconfig.in (CPPFLAGS): Add.
17447 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
17448
17449 2001-08-03 Akim Demaille <akim@epita.fr>
17450
17451 Version 1.28b.
17452
17453 2001-08-03 Akim Demaille <akim@epita.fr>
17454
17455 * tests/Makefile.am (check-local): Ship testsuite.
17456 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
17457 Include `string.h'.
17458
17459 2001-08-03 Akim Demaille <akim@epita.fr>
17460
17461 * configure.in: Try using -Wformat when compiling.
17462
17463 2001-08-03 Akim Demaille <akim@epita.fr>
17464
17465 * configure.in: Bump to 1.28b.
17466
17467 2001-08-03 Akim Demaille <akim@epita.fr>
17468
17469 * src/complain.c: Adjust strerror_r portability issues.
17470
17471 2001-08-03 Akim Demaille <akim@epita.fr>
17472
17473 Version 1.28a.
17474
17475 2001-08-03 Akim Demaille <akim@epita.fr>
17476
17477 * src/getargs.c, src/getarg.h (skeleton)): Constify.
17478 * src/lex.c (literalchar): Avoid name clashes on `buf'.
17479 * src/getargs.c: Include complain.h.
17480 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
17481 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
17482
17483 2001-08-03 Akim Demaille <akim@epita.fr>
17484
17485 * src/reader.c (readgram): Display hidden chars in error messages.
17486
17487 2001-08-03 Akim Demaille <akim@epita.fr>
17488
17489 Update to gettext 0.10.39.
17490
17491 2001-08-03 Akim Demaille <akim@epita.fr>
17492
17493 * lib/strspn.c: New.
17494
17495 2001-08-01 Marc Autret <autret_m@epita.fr>
17496
17497 * doc/bison.texinfo: Update.
17498 * doc/bison.1 (mandoc): Update.
17499 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
17500 * src/files.c: Support output files extensions computing.
17501 (src_extension): New static variable.
17502 (header_extension): New static variable.
17503 (tr): New function.
17504 (get_extension_index): New function, gets the index of an extension
17505 filename in a string.
17506 (compute_exts_from_gf): New function, computes extensions from the
17507 grammar file extension.
17508 (compute_exts_from_src): New functions, computes extensions from the
17509 C source file extension, file given by ``-o'' option.
17510 (compute_base_names): Update.
17511 (output_files): Update.
17512
17513 2001-08-01 Robert Anisko <anisko_r@epita.fr>
17514
17515 * doc/bison.texi: Document @$.
17516 (Locations): New section.
17517
17518 2001-07-18 Akim Demaille <akim@epita.fr>
17519
17520 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
17521 * config/prev-version.txt, config/move-if-change: New.
17522 * Makefile.am: Adjust.
17523
17524 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
17525
17526 * src/bison.simple (yyparse): Suppress warning `comparaison
17527 between signed and unsigned'.
17528
17529 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
17530
17531 * src/getargs.h (raw_flag): Remove.
17532 * src/getargs.c: Die on `-r'/`--raw'.
17533 * src/lex.c (parse_percent_token): Die on `%raw'.
17534 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
17535 * tests/calc.at: Suppress test with option `--raw'.
17536
17537 2001-07-14 Akim Demaille <akim@epita.fr>
17538
17539 * config/: New.
17540 * configure.in: Require Autoconf 2.50.
17541 Update to gettext 0.10.38.
17542
17543 2001-03-16 Akim Demaille <akim@epita.fr>
17544
17545 * doc/bison.texinfo: ANSIfy the examples.
17546
17547 2001-03-16 Akim Demaille <akim@epita.fr>
17548
17549 * getargs.c (skeleton): New variable.
17550 (longopts): --skeleton is a new option.
17551 (shortopts, getargs): -S is a new option.
17552 * getargs.h: Declare skeleton.
17553 * output.c (output_parser): Use it.
17554
17555 2001-03-16 Akim Demaille <akim@epita.fr>
17556
17557 * m4/strerror_r.m4: New.
17558 * m4/error.m4: Run AC_FUNC_STRERROR_R.
17559 * lib/error.h, lib/error.c: Update.
17560
17561 2001-03-16 Akim Demaille <akim@epita.fr>
17562
17563 * src/getargs.c (longopts): Clean up.
17564
17565 2001-02-21 Akim Demaille <akim@epita.fr>
17566
17567 * src/reader.c (gensym): `gensym_count' is your own.
17568 Use a static buf to create the symbol name, as token_buffer is no
17569 longer a buffer.
17570
17571 2001-02-08 Akim Demaille <akim@epita.fr>
17572
17573 * src/conflicts.c (conflict_report): Be sure not to append to res
17574 between two calls, which could happen if both first sprintf were
17575 skipped, but not the first cp += strlen.
17576
17577 2001-02-08 Akim Demaille <akim@epita.fr>
17578
17579 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
17580 New, from fileutils 4.0.37.
17581 * configure.in: Require Autoconf 2.49c. I took some time before
17582 making this decision. This is the only way out for portability
17583 issues in Bison, it would mean way too much duplicate effort to
17584 import in Bison features implemented in 2.49c since 2.13.
17585 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
17586
17587 2001-02-02 Akim Demaille <akim@epita.fr>
17588
17589 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
17590 * lib/xalloc.h, lib/xmalloc.c: Update.
17591
17592 2001-01-19 Akim Demaille <akim@epita.fr>
17593
17594 Get rid of the ad hoc handling of token_buffer in the scanner: use
17595 the obstacks.
17596
17597 * src/lex.c (token_obstack): New.
17598 (init_lex): Initialize it. No longer call...
17599 (grow_token_buffer): this. Remove it.
17600 Adjust all the places which used it to use the obstack.
17601
17602 2001-01-19 Akim Demaille <akim@epita.fr>
17603
17604 * src/lex.h: Rename all the tokens:
17605 s/\bENDFILE\b/tok_eof/g;
17606 s/\bIDENTIFIER\b/tok_identifier/g;
17607 etc.
17608 Let them be enums, not #define, to ease debugging.
17609 Adjust all the code.
17610
17611 2001-01-18 Akim Demaille <akim@epita.fr>
17612
17613 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
17614 * src/lex.c (maxtoken, grow_token_buffer): Static.
17615
17616 2001-01-18 Akim Demaille <akim@epita.fr>
17617
17618 Since we now use obstacks, more % directives can be enabled.
17619
17620 * src/lex.c (percent_table): Also accept `%yacc',
17621 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
17622 `%debug'.
17623 Handle the actions for `%semantic_parser' and `%pure_parser' here,
17624 instead of returning a token.
17625 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
17626 * src/reader.c (read_declarations): Adjust.
17627 * src/files.c (open_files): Don't call `compute_base_names', don't
17628 compute `attrsfile' since they depend upon data which might be
17629 *in* the input file now.
17630 (output_files): Do it here.
17631 * src/output.c (output_headers): Document the fact that this patch
17632 introduces a guaranteed SEGV for semantic parsers.
17633 * doc/bison.texinfo: Document them.
17634 * tests/suite.at: Exercise these %options.
17635
17636 2000-12-20 Akim Demaille <akim@epita.fr>
17637
17638 Also handle the output file (--verbose) with obstacks.
17639
17640 * files.c (foutput): Remove.
17641 (output_obstack): New.
17642 Adjust all dependencies.
17643 * src/conflicts.c: Return a string.
17644 * src/system.h (obstack_grow_string): Rename as...
17645 (obstack_sgrow): this. Be ready to work with non literals.
17646 (obstack_fgrow4): New.
17647
17648 2000-12-20 Akim Demaille <akim@epita.fr>
17649
17650 * src/files.c (open_files): Fix the computation of short_base_name
17651 in the case of `-o foo.tab.c'.
17652
17653 2000-12-20 Akim Demaille <akim@epita.fr>
17654
17655 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
17656 (copy_dollar): Now that everything uses obstacks, get rid of the
17657 FILE * parameters.
17658
17659 2000-12-20 Akim Demaille <akim@epita.fr>
17660
17661 * src/files.c (open_files): Actually the `.output' file is based
17662 on the short_base_name, not base_name.
17663 * tests/suite.at (Checking output file names): Adjust.
17664
17665 2000-12-20 Akim Demaille <akim@epita.fr>
17666
17667 * src/bison.s1: Remove, we now use directly...
17668 * src/bison.simple: this.
17669 * src/Makefile.am: Use pkgdata instead of data.
17670
17671 2000-12-20 Akim Demaille <akim@epita.fr>
17672
17673 * src/files.c (guard_obstack): New.
17674 (open_files): Initialize it.
17675 (output_files): Dump it...
17676 * src/files.h: Export it.
17677 * src/reader.c (copy_guard): Use it.
17678
17679 2000-12-19 Akim Demaille <akim@epita.fr>
17680
17681 * src/files.c (outfile, defsfile, actfile): Removed as global
17682 vars.
17683 (open_files): Don't compute them.
17684 (output_files): Adjust.
17685 (base_name, short_base_name): Be global.
17686 Adjust dependencies.
17687
17688 2000-12-19 Akim Demaille <akim@epita.fr>
17689
17690 * src/files.c (strsuffix): New.
17691 (stringappend): Be just like strcat but allocate.
17692 (base_names): Eve out from open_files.
17693 Try to simplify the rather hairy computation of base_name and
17694 short_base_name.
17695 (open_files): Use it.
17696 * tests/suite.at (Checking output file names): New test.
17697
17698 2000-12-19 Akim Demaille <akim@epita.fr>
17699
17700 * src/system.h (obstack_grow_literal_string): Rename as...
17701 (obstack_grow_string): this.
17702 * src/output.c (output_parser): Recognize `%% actions' instead of
17703 `$'.
17704 * src/bison.s1: s/$/%% actions/.
17705 * src/bison.hairy: Likewise.
17706
17707 2000-12-19 Akim Demaille <akim@epita.fr>
17708
17709 * src/output.c (output_parser): Compute the `#line' lines when
17710 there are.
17711 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
17712 Suggested by Hans Aberg.
17713
17714 2000-12-19 Akim Demaille <akim@epita.fr>
17715
17716 Let the handling of the skeleton files be local to the procedures
17717 that use it.
17718
17719 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
17720 longer static.
17721 (fparser, open_extra_files): Remove.
17722 (open_files, output_files): Don't take care of fparser.
17723 * src/files.h: Adjust.
17724 * src/output.c (output_parser): Open and close the file to the
17725 skeleton.
17726 * src/reader.c (read_declarations): When %semantic_parser, open
17727 fguard.
17728
17729 2000-12-19 Akim Demaille <akim@epita.fr>
17730
17731 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
17732 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
17733
17734 2000-12-19 Akim Demaille <akim@epita.fr>
17735
17736 * src/files.c (open_files): Yipee! We no longer need all the code
17737 looking for `/tmp' since we have no tmp file.
17738
17739 2000-12-19 Akim Demaille <akim@epita.fr>
17740
17741 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
17742 New macros.
17743 * src/files.c (open_files): Less dependency on MSDOS etc.
17744
17745 2000-12-14 Akim Demaille <akim@epita.fr>
17746
17747 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
17748 Provide a default definition.
17749 Use it when executing the default @ action.
17750 * src/reader.c (reader_output_yylsp): No longer include
17751 `timestamp' and `text' in the default YYLTYPE.
17752
17753 2000-12-12 Akim Demaille <akim@epita.fr>
17754
17755 * src/reader.c (copy_definition, parse_union_decl, copy_action)
17756 (copy_guard): Quote the file names.
17757 Reported by Laurent Mascherpa.
17758
17759 2000-12-12 Akim Demaille <akim@epita.fr>
17760
17761 * src/output.c (output_headers, output_program, output): Be sure
17762 to escape special characters when outputting filenames.
17763 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
17764 (output_headers): Don't depend on them, Use ACTSTR.
17765
17766 2000-11-17 Akim Demaille <akim@epita.fr>
17767
17768 * lib/obstack.h: Formatting changes.
17769 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
17770 prevents type checking.
17771 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
17772 cast the value to (void *): assigning a `foo *' to a `void *'
17773 variable is valid.
17774 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
17775 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
17776 append characters.
17777
17778 2000-11-17 Akim Demaille <akim@epita.fr>
17779
17780 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
17781 as...
17782 (suite.m4, regression.m4, calc.m4): these.
17783 * tests/atgeneral.m4: Update from CVS Autoconf.
17784
17785 2000-11-17 Akim Demaille <akim@epita.fr>
17786
17787 * tests/regression.m4 (%union and --defines): New test,
17788 demonstrating a current bug in the obstack implementation.
17789
17790 2000-11-17 Akim Demaille <akim@epita.fr>
17791
17792 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
17793 macros.
17794 Use them to declare the variables which are global or local to
17795 `yyparse'.
17796
17797 2000-11-17 Akim Demaille <akim@epita.fr>
17798
17799 * acconfig.h: Remove, no longer used.
17800
17801 2000-11-07 Akim Demaille <akim@epita.fr>
17802
17803 * src: s/Copyright (C)/Copyright/g.
17804
17805 2000-11-07 Akim Demaille <akim@epita.fr>
17806
17807 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
17808 defining.
17809 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
17810
17811 2000-11-07 Akim Demaille <akim@epita.fr>
17812
17813 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
17814 Merge in a single CPP if/else.
17815
17816 2000-11-07 Akim Demaille <akim@epita.fr>
17817
17818 * src/output.c (output): Remove useless variables.
17819 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
17820 argument `data' for consistency with the prototypes.
17821 Qualify it `const'.
17822 (obstack_copy, obstack_copy0): Rename the second argument as
17823 `address' for consistency. Qualify it `const'.
17824 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
17825 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
17826 `const' their input argument (`data' or `address').
17827 Adjust the corresponding macros to include `const' in casts.
17828
17829 2000-11-03 Akim Demaille <akim@epita.fr>
17830
17831 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
17832 s/PFILE1/BISON_HAIRY/.
17833 Adjust dependencies.
17834
17835 2000-11-03 Akim Demaille <akim@epita.fr>
17836
17837 For some reason, this was not applied.
17838
17839 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
17840 `unlink': it's no longer used.
17841
17842 2000-11-03 Akim Demaille <akim@epita.fr>
17843
17844 * src/files.c (skeleton_find): New function, eved out of...
17845 (open_files, open_extra_files): here.
17846
17847 2000-11-03 Akim Demaille <akim@epita.fr>
17848
17849 Don't use `atexit'.
17850
17851 * src/files.c (obstack_save): New function.
17852 (done): Rename as...
17853 (output_files): this.
17854 Use `obstack_save'.
17855 * src/main.c (main): Don't use `atexit' to register `done', since
17856 it no longer has to remove tmp files, just call `output_files'
17857 when there are no errors.
17858
17859 2000-11-02 Akim Demaille <akim@epita.fr>
17860
17861 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
17862 `unlink': it's no longer used.
17863 * src/files.h: Formatting changes.
17864
17865 2000-11-02 Akim Demaille <akim@epita.fr>
17866
17867 Remove the last uses of mktemp and unlink/delete.
17868
17869 * src/files.c (fdefines, ftable): Removed.
17870 (defines_ostack, table_obstack): New.
17871 Adjust dependencies of the former into uses of the latter.
17872 * src/output.c (output_short_or_char_table, output_short_table):
17873 Convert to using obstacks.
17874 * src/reader.c (copy_comment2): Accept one FILE * and two
17875 obstacks.
17876 (output_token_defines, reader_output_yylsp): Use obstacks.
17877 * src/system.h (obstack_fgrow3): New.
17878 * po/POTFILES.in: Adjust.
17879
17880 2000-11-01 Akim Demaille <akim@epita.fr>
17881
17882 Change each use of `fattrs' into a use of `attrs_obstack'.
17883
17884 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
17885 * src/files.c (fattrs): Remove.
17886 (attrs_obstack): New.
17887 Adjust all dependencies.
17888 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
17889
17890 2000-11-01 Akim Demaille <akim@epita.fr>
17891
17892 Introduce obstacks.
17893 Change each use of `faction' into a use of `action_obstack'.
17894
17895 * lib/obstack.h, lib/obstack.c: New files.
17896 * src/files.c (faction): Remove.
17897 (action_obstack): New.
17898 Adjust all dependencies.
17899
17900 2000-10-20 Akim Demaille <akim@epita.fr>
17901
17902 * lib/quote.h (PARAMS): New macro. Use it.
17903
17904 2000-10-16 Akim Demaille <akim@epita.fr>
17905
17906 * src/output.c (output_short_or_char_table): New function.
17907 (output_short_table, output_token_translations): Use it.
17908 (goto_actions): Use output_short_table.
17909
17910 2000-10-16 Akim Demaille <akim@epita.fr>
17911
17912 * src/symtab.c (bucket_new): New function.
17913 (getsym): Use it.
17914
17915 * src/output.c (output_short_table): New argument to display the
17916 comment associated with the table.
17917 Adjust dependencies.
17918 (output_gram): Use it.
17919 (output_rule_data): Nicer output layout for YYTNAME.
17920
17921 2000-10-16 Akim Demaille <akim@epita.fr>
17922
17923 * src/lex.c (read_typename): New function.
17924 (lex): Use it.
17925 * src/reader.c (copy_dollar): Likewise.
17926
17927 2000-10-16 Akim Demaille <akim@epita.fr>
17928
17929 * src/reader.c (copy_comment2): Expect the input stream to be on
17930 the `/' which is suspected to open a comment, instead of being
17931 called after `//' or `/*' was read.
17932 (copy_comment, copy_definition, parse_union_decl, copy_action)
17933 (copy_guard): Adjust.
17934
17935 2000-10-16 Akim Demaille <akim@epita.fr>
17936
17937 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
17938 `read_signed_integer'.
17939
17940 2000-10-16 Akim Demaille <akim@epita.fr>
17941
17942 * src/reader.c (copy_dollar): New function.
17943 (copy_guard, copy_action): Use it.
17944
17945 2000-10-16 Akim Demaille <akim@epita.fr>
17946
17947 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
17948 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
17949 New files, from Fileutils 4.0.27.
17950 * src/main.c (printable_version): Remove.
17951 * src/lex.c, src/reader.c: Use `quote'.
17952
17953 2000-10-04 Akim Demaille <akim@epita.fr>
17954
17955 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
17956
17957 2000-10-04 Akim Demaille <akim@epita.fr>
17958
17959 * doc/bison.texinfo: Various typos spotted by Neil Booth.
17960
17961 2000-10-04 Akim Demaille <akim@epita.fr>
17962
17963 When a literal string is used to define two different tokens,
17964 `bison -v' segfaults.
17965 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
17966
17967 * tests/regression.m4: New file.
17968 Include the core of the sample provided by Piotr Gackiewicz.
17969 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
17970 properly.
17971
17972 2000-10-04 Akim Demaille <akim@epita.fr>
17973
17974 * src/reader.c (parse_expect_decl): Keep `count' within the size
17975 of `buffer'.
17976 From Neil Booth.
17977
17978 2000-10-02 Paul Eggert <eggert@twinsun.com>
17979
17980 * bison.s1 (yyparse): Assign the default value
17981 unconditionally, to avoid a GCC warning and make the parser a
17982 tad smaller.
17983
17984 2000-10-02 Akim Demaille <akim@epita.fr>
17985
17986 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
17987 options.
17988
17989 2000-10-02 Akim Demaille <akim@epita.fr>
17990
17991 * src/derives.c, src/print.c, src/reduce.c: To ease the
17992 translation, move some `\n' out of the translated strings.
17993
17994 2000-10-02 Akim Demaille <akim@epita.fr>
17995
17996 The location tracking mechanism is precious for parse error
17997 messages. Nevertheless, it is enabled only when `@n' is used in
17998 the grammar, which is a different issue (you can use it in error
17999 message, but not in the grammar per se). Therefore, there should
18000 be another means to enable it.
18001
18002 * src/getargs.c (getargs): Support `--locations'.
18003 (usage): Report it.
18004 * src/getargs.h (locationsflag): Export it.
18005 * src/lex.c (percent_table): Support `%locations'.
18006 * src/reader.c (yylsp_needed): Remove this variable, now replaced
18007 with `locationsflag'.
18008 * doc/bison.texinfo: Document `--locations' and `%locations'.
18009 Sort the options.
18010 * tests/calc.m4: Test it.
18011
18012 For regularity of the names, replace each
18013 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
18014 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
18015 In addition replace each `flag' with `_flag'.
18016
18017 2000-10-02 Akim Demaille <akim@epita.fr>
18018
18019 Also test parse error messages, including with YYERROR_VERBOSE.
18020
18021 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
18022 associative).
18023 Use it to check the computations.
18024 Use it to check `nonassoc' is honored.
18025 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
18026 `--yyerror-verbose'.
18027 (_AT_CHECK_CALC): Adjust to this option.
18028 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
18029
18030 2000-10-02 Akim Demaille <akim@epita.fr>
18031
18032 Test also `--verbose', `--defines' and `--name-prefix'. Testing
18033 the latter demonstrates a flaw in the handling of non debugging
18034 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
18035 was used in order to simplify:
18036
18037 #if YYDEBUG
18038 if (yydebug)
18039 {
18040 ...
18041 }
18042 #endif
18043
18044 into
18045
18046 if (yydebug)
18047 {
18048 ...
18049 }
18050
18051 unfortunately this leads to a CPP conflict when
18052 `--name-prefix=foo' is used since it produces `#define yydebug
18053 foodebug'.
18054
18055 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
18056 (YYDPRINTF): New macro.
18057 Spread its use.
18058 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
18059 the bison options.
18060 Also test `--verbose', `--defines' and `--name-prefix'.
18061
18062 2000-10-02 Akim Demaille <akim@epita.fr>
18063
18064 Improve the readability of the produced parsers.
18065
18066 * src/bison.s1: Formatting changes.
18067 Improve the comment related to the `$' mark.
18068 (yydefault): Don't fall through to `yyresume': `goto' there.
18069 * src/output.c (output_parser): When the `$' is met, skip the end
18070 of its line.
18071 New variable, `number_of_dollar_signs', to check there's exactly
18072 one `$' in the parser skeleton.
18073
18074 2000-10-02 Akim Demaille <akim@epita.fr>
18075
18076 * lib/xstrdup.c: New file, from the fileutils.
18077 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
18078 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
18079 instead of strlen + xmalloc + strcpy.
18080 * src/symtab.c (copys): Remove, use xstrdup instead.
18081
18082 2000-10-02 Akim Demaille <akim@epita.fr>
18083
18084 * src/gram.h (associativity): New enum type which replaces the
18085 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
18086 `right_assoc', `left_assoc' and `non_assoc'.
18087 Adjust all dependencies.
18088 * src/reader.c: Formatting changes.
18089 (LTYPESTR): Don't define it, use it as a literal in
18090 `reader_output_yylsp'.
18091 * src/symtab.h (symbol_class): New enum type which replaces the
18092 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
18093 `sunknown', `stoken and `snterm'.
18094
18095 2000-10-02 Akim Demaille <akim@epita.fr>
18096
18097 * src/getargs.c (fixed_outfiles): Rename as...
18098 (yaccflag): for consistency and accuracy.
18099 Adjust dependencies.
18100
18101 2000-10-02 Akim Demaille <akim@epita.fr>
18102
18103 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
18104 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
18105 difficult and introduced a lot of core dump. It turns out that
18106 Bison used an implementation of `xmalloc' based on `calloc', and
18107 at various places it does depend upon the initialization to 0. I
18108 have not tried to isolate the pertinent places, and all the former
18109 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
18110 someone should address this issue.
18111
18112 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
18113 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
18114 files.
18115 Adjust dependencies.
18116 * src/warshall.h: New file.
18117 Propagate.
18118
18119 2000-10-02 Akim Demaille <akim@epita.fr>
18120
18121 Various anti-`extern in *.c' changes.
18122
18123 * src/system.h: Include `assert.h'.
18124
18125 2000-10-02 Akim Demaille <akim@epita.fr>
18126
18127 * src/state.h (nstates, final_state, first_state, first_shift)
18128 (first_reduction): Move their exportation from here...
18129 * src/LR0.h: to here.
18130 Adjust dependencies.
18131 * src/getargs.c (statisticsflag): New variable.
18132 Add support for `--statistics'.
18133 Adjust dependencies.
18134
18135 Remove a lot of now useless `extern' statements in most files.
18136
18137 2000-10-02 Akim Demaille <akim@epita.fr>
18138
18139 * src/LR0.h: New file.
18140 Propagate its use.
18141
18142 2000-10-02 Akim Demaille <akim@epita.fr>
18143
18144 * src/print.h: New file.
18145 Propagate its use.
18146 * src/print.c: Formatting and ordering changes.
18147 (verbose, terse): Replace with...
18148 (print_results): this new function.
18149 Adjust dependencies.
18150
18151 2000-10-02 Akim Demaille <akim@epita.fr>
18152
18153 * src/conflicts.c (conflict_report): New function.
18154 (conflict_log, verbose_conflict_log): Replace with...
18155 (print_conflicts): this function.
18156 Adjust dependencies.
18157 * src/conflicts.h: New file.
18158 Propagate its inclusion.
18159
18160 2000-10-02 Akim Demaille <akim@epita.fr>
18161
18162 * src/nullable.h: New file.
18163 Propagate its inclusion.
18164 * src/nullable.c: Formatting changes.
18165
18166 2000-10-02 Akim Demaille <akim@epita.fr>
18167
18168 * src/reduce.h: New file.
18169 Propagate its inclusion.
18170 * src/reduce.c: Topological sort and other formatting changes.
18171 (bool, TRUE, FALSE): Move their definition to...
18172 * src/system.h: here.
18173
18174 2000-10-02 Akim Demaille <akim@epita.fr>
18175
18176 * src/files.c: Formatting changes.
18177 (tryopen, tryclose, openfiles): Rename as...
18178 (xfopen, xfclose, open_files): this.
18179 (stringappend): static.
18180 * src/files.h: Complete the list of exported symbols.
18181 Propagate its use.
18182
18183 2000-10-02 Akim Demaille <akim@epita.fr>
18184
18185 * src/reader.h: New file.
18186 Propagate its use instead of tedious list of `extern' and
18187 prototypes.
18188 * src/reader.c: Formatting changes, topological sort,
18189 s/register//.
18190
18191 2000-10-02 Akim Demaille <akim@epita.fr>
18192
18193 * src/lex.h: Prototype `lex.c' exported functions.
18194 * src/reader.c: Adjust.
18195 * src/lex.c: Formatting changes.
18196 (safegetc): Rename as...
18197 (xgetc): this.
18198
18199 2000-10-02 Akim Demaille <akim@epita.fr>
18200
18201 * src/lalr.h: New file.
18202 Propagate its inclusion instead of prototypes and `extern'.
18203 * src/lalr.c: Formatting changes, topological sorting etc.
18204
18205 2000-10-02 Akim Demaille <akim@epita.fr>
18206
18207 * src/output.c (token_actions): Introduce a temporary array,
18208 YYDEFACT, that makes it possible for this function to use
18209 output_short_table.
18210
18211 2000-10-02 Akim Demaille <akim@epita.fr>
18212
18213 `user_toknums' is output as a `short[]' in `output.c', while it is
18214 defined as a `int[]' in `reader.c'. For consistency with the
18215 other output tables, `user_toknums' is now defined as a table of
18216 shorts.
18217
18218 * src/reader.c (user_toknums): Be a short table instead of an int
18219 table.
18220 Adjust dependencies.
18221
18222 Factor the short table outputs.
18223
18224 * src/output.c (output_short_table): New function.
18225 * src/output.c (output_gram, output_stos, output_rule_data)
18226 (output_base, output_table, output_check): Use it.
18227
18228 2000-10-02 Akim Demaille <akim@epita.fr>
18229
18230 * src/output.c (output): Topological sort of the functions, in
18231 order to get rid of the `static' prototypes.
18232 No longer use `register'.
18233 * src/output.h: New file.
18234 Propagate its inclusion in files explicitly prototyping functions
18235 from output.c.
18236
18237 2000-09-21 Akim Demaille <akim@epita.fr>
18238
18239 * src/atgeneral.m4: Update from Autoconf.
18240
18241 2000-09-21 Akim Demaille <akim@epita.fr>
18242
18243 * src/closure.h: New file.
18244 * src/closure.c: Formatting changes, topological sort over the
18245 functions, use of closure.h.
18246 (initialize_closure, finalize_closure): Rename as...
18247 (new_closure, free_closure): these. Adjust dependencies.
18248 * src/LR0.c: Formatting changes, topological sort, use of
18249 cloture.h.
18250 (initialize_states): Rename as...
18251 (new_states): this.
18252 * src/Makefile.am (noinst_HEADERS): Adjust.
18253
18254 2000-09-20 Akim Demaille <akim@epita.fr>
18255
18256 * src/acconfig.h: Don't protect config.h against multiple
18257 inclusion.
18258 Don't define PARAMS.
18259 * src/system.h: Define PARAMS.
18260 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
18261 purpose of config.h. system.h must not try to fix wrong
18262 definitions in config.h.
18263
18264 2000-09-20 Akim Demaille <akim@epita.fr>
18265
18266 * src/derives.h: New file.
18267 * src/main.c, src/derives.h: Use it.
18268 Formatting changes.
18269 * src/Makefile.am (noinst_HEADERS): Adjust.
18270
18271 2000-09-20 Akim Demaille <akim@epita.fr>
18272
18273 * tests/atgeneral.m4: Update from Autoconf.
18274 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
18275 (AT_CHECK_CALC): New macros.
18276 Use these macros to test bison with options `', `--raw',
18277 `--debug', `--yacc', `--yacc --debug'.
18278
18279 2000-09-19 Akim Demaille <akim@epita.fr>
18280
18281 * src/output.c: Formatting changes.
18282 * src/machine.h: Remove, leaving its contents in...
18283 * src/system.h: here.
18284 Include stdio.h.
18285 Adjust all dependencies on stdio.h and machine.h.
18286 * src/getargs.h: New file.
18287 Let all `extern' declarations about getargs.c be replaced with
18288 inclusion of `getargs.h'.
18289 * src/Makefile.am (noinst_HEADERS): Adjust.
18290
18291 * tests/calc.m4 (yyin): Be initialized in main, not on the global
18292 scope.
18293 (yyerror): Returns void, not int.
18294 * doc/bison.texinfo: Formatting changes.
18295
18296 2000-09-19 Akim Demaille <akim@epita.fr>
18297
18298 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
18299 portable.
18300
18301 2000-09-18 Akim Demaille <akim@epita.fr>
18302
18303 * configure.in: Append WARNING_CFLAGS to CFLAGS.
18304 * src/Makefile.am (INCLUDES): Don't.
18305 Be ready to fetch headers in lib/.
18306
18307 2000-09-18 Akim Demaille <akim@epita.fr>
18308
18309 * doc/bison.texinfo: Update the copyright.
18310 ANSIfy and GNUify the examples.
18311 Remove the old menu.
18312
18313 2000-09-18 Akim Demaille <akim@epita.fr>
18314
18315 First set of tests: use the `calc' example from the documentation.
18316
18317 * src/bison.s1 (yyparse): Condition the code using `yytname' which
18318 is defined only when YYDEBUG is.
18319 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
18320 * src/files.c (tryopen, tryclose): Formatting changes.
18321 Move to the top and be static.
18322 * src/reader.c (read_signed_integer): Likewise.
18323 * tests/calc.m4: New file.
18324 * Makefile.am, suite.m4: Adjust.
18325 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
18326
18327 2000-09-18 Akim Demaille <akim@epita.fr>
18328
18329 Add support for an Autotest test suite for Bison.
18330
18331 * m4/m4.m4, m4/atconfig.m4: New files.
18332 * m4/Makefile.am (EXTRA_DIST): Adjust.
18333 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
18334 files.
18335 * src/getargs.c: Display a more standard --version message.
18336 * src/reader.c (reader): Formatting changes.
18337 No longer depend upon VERSION_STRING.
18338 * configure.in: No longer use `dnl'.
18339 Set up the test suite and the new directory `tests/.
18340 (VERSION_STRING): Remove.
18341
18342 2000-04-14 Akim Demaille <akim@epita.fr>
18343
18344 * src/reader.c (copy_comment2): New function, same as former
18345 `copy_comment', but outputs into two FILE *.
18346 (copy_comment): Use it.
18347 (parse_union_decl): Use it.
18348 (get_type, parse_start_decl): Use the same `invalid' message.
18349 (parse_start_decl, parse_union_decl): Use the same `multiple'
18350 message.
18351 (parse_union_decl, copy_guard, copy_action): Use the same
18352 `unmatched' message.
18353 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
18354
18355 2000-03-31 Akim Demaille <akim@epita.fr>
18356
18357 * src/files.c (tryopen, tryclose): Move to the top.
18358 Be static.
18359
18360 2000-03-31 Akim Demaille <akim@epita.fr>
18361
18362 * src/main.c (main): Don't call `done', exit does it.
18363
18364 2000-03-31 Akim Demaille <akim@epita.fr>
18365
18366 * allocate.c: s/return (foo)/return foo/.
18367 * lalr.c: Likewise.
18368 * LR0.c: Likewise.
18369 * output.c: Likewise.
18370 * reader.c: Likewise.
18371 * symtab.c: Likewise.
18372 * vmsgetargs.c: Likewise.
18373
18374 2000-03-31 Akim Demaille <akim@epita.fr>
18375
18376 Clean up the error reporting functions.
18377
18378 * src/report.c: New file.
18379 * src/report.h: Likewise.
18380 * src/Makefile.am: Adjust.
18381 * m4/error.m4: New file.
18382 * m4/Makefile.am: Adjust.
18383 * configure.in (jm_PREREQ_ERROR): Call it.
18384 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
18385 Remove.
18386 (fatal, fatals): Remove. All callers use complain.c::fatal.
18387 (warn, warni, warns, warnss, warnss): Remove. All callers use
18388 complain.c::complain.
18389 (toomany): Remove, use fatal instead.
18390 * src/files.c (done): No argument, use complain_message_count.
18391 * src/main.c (main): Register `done' to `atexit'.
18392
18393 * src/getargs.c (usage): More `fputs', less `fprintf'.
18394
18395 2000-03-28 Akim Demaille <akim@epita.fr>
18396
18397 * lib/: New directory.
18398 * Makefile.am (SUBDIRS): Adjust.
18399 * configure.in: Adjust.
18400 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
18401 useless.
18402 * src/alloca.c: Moved to lib/.
18403 * src/getopt.c: Likewise.
18404 * src/getopt1.c: Likewise.
18405 * src/getopt.h: Likewise.
18406 * src/ansi2knr.c: Likewise.
18407 * src/ansi2knr.1: Likewise.
18408 * src/Makefile.am: Adjust.
18409 * lib/Makefile.am: New file.
18410
18411 2000-03-28 Akim Demaille <akim@epita.fr>
18412
18413 * src/getargs.c (usage): Refresh the help message.
18414
18415 2000-03-17 Akim Demaille <akim@epita.fr>
18416
18417 * src/getopt1.c: Updated from textutils 2.0e
18418 * src/getopt.c: Likewise.
18419 * src/getopt.h: Likewise.
18420
18421 2000-03-17 Akim Demaille <akim@epita.fr>
18422
18423 * src/Makefile.am (bison.simple): Fix the awk program: quote only
18424 the file name, not the whole `#line LINE FILE'.
18425
18426 2000-03-17 Akim Demaille <akim@epita.fr>
18427
18428 On syntax errors, report the token on which we choked.
18429
18430 * src/bison.s1 (yyparse): In the label yyerrlab, when
18431 YYERROR_VERBOSE, add yychar in msg.
18432
18433 2000-03-17 Akim Demaille <akim@epita.fr>
18434
18435 * src/reader.c (copy_at): New function.
18436 (copy_guard): Use it.
18437 (copy_action): Use it.
18438
18439 2000-03-17 Akim Demaille <akim@epita.fr>
18440
18441 Be kind to translators, save some useless translations.
18442
18443 * src/main.c (banner): New function.
18444 (fatal_banner): Use it.
18445 (warn_banner): Use it.
18446
18447 2000-03-17 Akim Demaille <akim@epita.fr>
18448
18449 * src/reader.c (copy_definition): Use copy_string and
18450 copy_comment. Removed now unused `match', `ended',
18451 `cplus_comment'.
18452 (copy_comment, copy_string): Moved, to be visible from
18453 copy_definition.
18454
18455 2000-03-17 Akim Demaille <akim@epita.fr>
18456
18457 * src/reader.c (copy_string): Declare `static inline'. No
18458 problems with inline, since it is checked by configure.
18459 (copy_comment): Likewise.
18460
18461 2000-03-17 Akim Demaille <akim@epita.fr>
18462
18463 * src/reader.c (packsymbols): Formatting changes.
18464
18465 2000-03-17 Akim Demaille <akim@epita.fr>
18466
18467 * src/reader.c (copy_comment): New function, factored out from:
18468 (copy_action): Use it. Removed now unused `match', `ended',
18469 `cplus_comment'.
18470 (copy_guard): Likewise.
18471
18472 2000-03-17 Akim Demaille <akim@epita.fr>
18473
18474 * src/reader.c (copy_string): New function, factored out from:
18475 (copy_action): Use it.
18476 (copy_guard): Likewise.
18477
18478 2000-03-17 Akim Demaille <akim@epita.fr>
18479
18480 Change the handling of @s so that they behave exactly like $s.
18481 There is now a pseudo variable @$ (readble and writable), location
18482 of the lhs of the rule (by default ranging from the location of
18483 the first symbol of the rhs, to the location of the last symbol,
18484 or, if the rhs is empty, YYLLOC).
18485
18486 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
18487 yyval.
18488 (yyparse): When providing a default semantic action, provide a
18489 default location action.
18490 (after the $): No longer change `*YYLSP', just stack YYLOC the
18491 same way you stack YYVAL.
18492 * src/reader.c (read_declarations): Use warns.
18493 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
18494 (copy_action, case '@'): Likewise.
18495 Use a standard error message, to save useless work from
18496 translators.
18497
18498 2000-03-17 Akim Demaille <akim@epita.fr>
18499
18500 * src/bison.s1: Formatting and cosmetics changes.
18501 * src/reader.c: Likewise.
18502 Update the Copyright notice.
18503
18504 2000-03-17 Akim Demaille <akim@epita.fr>
18505
18506 * src/bison.s1 (#line): All set to `#line' only, since the
18507 Makefile now handles them.
18508
18509 2000-03-16 Akim Demaille <akim@epita.fr>
18510
18511 * src/output.c (output_rule_data): Output the documentation of
18512 some of the tables.
18513 (Copyright notice): Update.
18514 Formatting changes.
18515
18516 2000-03-16 Akim Demaille <akim@epita.fr>
18517
18518 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
18519 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
18520 One `#if YYDEBUG' remains, since it uses variables which are
18521 defined only if `YYDEBUG != 0'.
18522
18523 2000-03-16 Akim Demaille <akim@epita.fr>
18524
18525 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
18526 and related variables so that the similarities are highlighted.
18527
18528 2000-03-16 Akim Demaille <akim@epita.fr>
18529
18530 * src/bison.s1: Properly indent CPP directives.
18531
18532 2000-03-16 Akim Demaille <akim@epita.fr>
18533
18534 * src/bison.s1: Properly indent the `alloca' CPP section.
18535
18536 2000-03-16 Akim Demaille <akim@epita.fr>
18537
18538 Do not hard code values of directories in `configure.in'.
18539 Update the `configure' tool chain.
18540
18541 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
18542 src/makefile.am.
18543 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
18544 (AC_OUTPUT): Add m4/Makefile.
18545 Bump to bison 1.28a, 1.29 has never been released.
18546 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
18547 handled via src/Makefile.am.
18548 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
18549 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
18550 autoheader.
18551 * Makefile.am (SUBDIRS): Add m4.
18552 (ACLOCAL_AM_FLAGS): New variable.
18553 (AUTOMAKE_OPTIONS): Add check-news.
18554 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
18555 the proper line number and file name.
18556 (DEFS): Propagate the location of bison library files and of the
18557 locale files.
18558 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
18559 builddir.
18560 * acinclude.m4: Remove, replaced by the directory m4.
18561 * m4/Makefile.am (EXTRA_DIST): New variable.
18562 * m4/gettext.m4: New file, from the fileutils.
18563 * m4/lcmessage.m4: Likewise
18564 * m4/progtest.m4: Likewise.
18565 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
18566
18567 2000-03-10 Akim Demaille <akim@epita.fr>
18568
18569 * src/closure.c:
18570 Formatting changes of various comments.
18571 Respect the GNU coding standards at various places.
18572 Don't use `_()' when no translation is needed.
18573
18574 1999-12-13 Jesse Thilo <jthilo@gnu.org>
18575
18576 * src/files.c:
18577 OS/2 honors TMPDIR environment variable.
18578
18579 1999-12-13 Jesse Thilo <jthilo@gnu.org>
18580
18581 * doc/bison.texinfo: Tweaked spelling and grammar.
18582 Updated ISBN.
18583 Removed reference to price of printed copy.
18584 Mention BISON_SIMPLE and BISON_HAIRY.
18585
18586 1999-12-13 Jesse Thilo <jthilo@gnu.org>
18587
18588 * configure.in, NEWS:
18589 Bison 1.29 released.
18590
18591 1999-10-27 Jesse Thilo <jthilo@gnu.org>
18592
18593 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
18594 Added reference card.
18595
18596 1999-07-26 Jesse Thilo <jthilo@gnu.org>
18597
18598 * po/ru.po: Added Russian translation.
18599
18600 1999-07-26 Jesse Thilo <jthilo@gnu.org>
18601
18602 * configure.in: Added Russian translation.
18603
18604 1999-07-06 Jesse Thilo <jthilo@gnu.org>
18605
18606 * configure.in, NEWS, README:
18607 Released version 1.28.
18608
18609 1999-06-14 Jesse Thilo <jthilo@gnu.org>
18610
18611 * src/system.h:
18612 Squashed redefinition warning on some systems.
18613
18614 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
18615 Have configure build version string instead of relying on ANSI string
18616 concatentation.
18617
18618 1999-06-14 Jesse Thilo <jthilo@gnu.org>
18619
18620 * po/POTFILES.in: Got rid of version.c.
18621
18622 1999-06-14 Jesse Thilo <jthilo@gnu.org>
18623
18624 * acconfig.h, configure.in:
18625 Have configure build version string instead of relying on ANSI string
18626 concatentation.
18627
18628 1999-06-08 Jesse Thilo <jthilo@gnu.org>
18629
18630 * doc/bison.1:
18631 Dropped mention of `+' for long-named options.
18632
18633 1999-05-30 Jesse Thilo <jthilo@gnu.org>
18634
18635 * src/files.c: Added <unistd.h> for unlink().
18636
18637 * src/Makefile.am, src/system.h:
18638 I18n fixes.
18639
18640 1999-05-30 Jesse Thilo <jthilo@gnu.org>
18641
18642 * README: Added a FAQ list.
18643
18644 * configure.in, acconfig.h:
18645 I18n fixes.
18646
18647 1999-05-30 Jesse Thilo <jthilo@gnu.org>
18648
18649 * doc/FAQ, doc/Makefile.am:
18650 Added a FAQ list.
18651
18652 1999-05-19 Jesse Thilo <jthilo@gnu.org>
18653
18654 * src/alloc.h, src/symtab.h, src/version.c:
18655 Protected inclusion of "config.h" with HAVE_CONFIG_H.
18656
18657 1999-04-18 Jesse Thilo <jthilo@gnu.org>
18658
18659 * src/.cvsignore, src/Makefile.am:
18660 Reorganized: sources in `src', documentation in `doc'.
18661
18662 * src/lex.c (literalchar):
18663 fixed the code for escaping double quotes (thanks
18664 Jonathan Czisny.)
18665
18666 1999-04-18 Jesse Thilo <jthilo@gnu.org>
18667
18668 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
18669 Adjusted paths to reflect directory reorganization.
18670
18671 1999-04-18 Jesse Thilo <jthilo@gnu.org>
18672
18673 * doc/.cvsignore, doc/Makefile.am:
18674 Reorganized: sources in `src', documentation in `doc'.
18675
18676 1999-04-18 Jesse Thilo <jthilo@gnu.org>
18677
18678 * configure.in:
18679 Updated AC_INIT file to reflect directory reorganization.
18680
18681 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
18682 Reorganized: sources in `src', documentation in `doc'.
18683
18684 1999-04-13 Jesse Thilo <jthilo@gnu.org>
18685
18686 * src/allocate.c:
18687 Don't declare calloc() and realloc() if not necessary.
18688
18689 1999-04-13 Jesse Thilo <jthilo@gnu.org>
18690
18691 * configure.in, acconfig.h, acinclude.m4:
18692 Don't declare calloc() and realloc() if not necessary.
18693
18694 1999-03-23 Jesse Thilo <jthilo@gnu.org>
18695
18696 * po/.cvsignore: Added i18n support.
18697
18698 1999-03-23 Jesse Thilo <jthilo@gnu.org>
18699
18700 * acconfig.h, configure.in, Makefile.am:
18701 Added i18n support.
18702
18703 1999-03-22 Jesse Thilo <jthilo@gnu.org>
18704
18705 * src/bison.s1: Fixed #line numbers.
18706
18707 1999-03-15 Jesse Thilo <jthilo@gnu.org>
18708
18709 * po/es.po, po/fr.po, po/nl.po, po/de.po:
18710 Added PO files from Translation Project.
18711
18712 1999-03-03 Jesse Thilo <jthilo@gnu.org>
18713
18714 * Makefile.am:
18715 Added support for non-ANSI compilers (ansi2knr).
18716
18717 1999-02-16 Jesse Thilo <jthilo@gnu.org>
18718
18719 * configure.in: Bumped version number to 1.27.
18720
18721 * Makefile.am:
18722 Added `bison.simple' to list of files removed by `make distclean'.
18723
18724 1999-02-12 Jesse Thilo <jthilo@gnu.org>
18725
18726 * src/files.c, src/files.h:
18727 Defined locations of parser files in config.h instead of Makefile.
18728
18729 1999-02-12 Jesse Thilo <jthilo@gnu.org>
18730
18731 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
18732 Defined locations of parser files in config.h instead of Makefile.
18733
18734 1999-02-09 Jesse Thilo <jthilo@gnu.org>
18735
18736 * Makefile.am:
18737 Removed inappropriate use of $< macro.
18738
18739 1999-02-05 Jesse Thilo <jthilo@gnu.org>
18740
18741 * po/Makefile.in.in, po/POTFILES.in:
18742 Add `po' directory skeleton.
18743
18744 1999-01-27 Jesse Thilo <jthilo@gnu.org>
18745
18746 * README: Document help-bison list.
18747
18748 * configure.in: Add check for mkstemp().
18749
18750 1999-01-20 Jesse Thilo <jthilo@gnu.org>
18751
18752 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
18753 Hush a few compiler warnings.
18754
18755 * src/files.c:
18756 Add tryclose(), which verifies that fclose was successful.
18757 Hush a couple of compiler warnings.
18758
18759 1999-01-20 Jesse Thilo <jthilo@gnu.org>
18760
18761 * Makefile.am, OChangeLog:
18762 ChangeLog is now automatically generated. Include the old version as
18763 OChangeLog.
18764
18765 1999-01-14 Jesse Thilo <jthilo@gnu.org>
18766
18767 * src/gram.h, src/lalr.c, src/lex.c, src/lex.h, src/machine.h, src/main.c, src/nullable.c, src/output.c, src/print.c, src/reader.c, src/reduce.c, src/state.h, src/symtab.c, src/symtab.h, src/types.h, src/vmsgetargs.c, src/warshall.c, src/allocate.c, src/alloc.h, src/bison.s1, src/closure.c, src/conflicts.c, src/derives.c, src/files.c, src/files.h, src/getargs.c, src/gram.c, src/LR0.c:
18768 Update FSF address.
18769
18770 1999-01-14 Jesse Thilo <jthilo@gnu.org>
18771
18772 * doc/bison.texinfo: Fix formatting glitch.
18773
18774 * doc/bison.texinfo: Update FSF address.
18775
18776 1999-01-14 Jesse Thilo <jthilo@gnu.org>
18777
18778 * acconfig.h: Update FSF address.
18779
18780 1999-01-08 Jesse Thilo <jthilo@gnu.org>
18781
18782 * src/system.h:
18783 Don't define PACKAGE here, since config.h defines it.
18784
18785 1998-12-30 Jesse Thilo <jthilo@gnu.org>
18786
18787 * src/reader.c: Update copyright date.
18788
18789 * src/main.c:
18790 Ditch sprintf to statically-sized buffers in fatal/warn functions in
18791 favor of output directly to stderr (avoids buffer overruns).
18792
18793 * src/reader.c: Some checks for premature EOF.
18794
18795 * src/allocate.c, src/alloc.h, src/closure.c, src/conflicts.c, src/derives.c, src/getargs.c, src/gram.c, src/lalr.c, src/lex.c, src/LR0.c, src/main.c, src/nullable.c, src/output.c, src/print.c, src/reduce.c, src/symtab.c, src/symtab.h, src/warshall.c:
18796 Use prototypes if the compiler understands them.
18797
18798 * src/files.c: Honor TMPDIR on Unix hosts.
18799 Use prototypes if the compiler understands them.
18800
18801 * src/reader.c:
18802 Fix a couple of buffer overrun bugs.
18803 Use prototypes if the compiler understands them.
18804
18805 * src/system.h: Include unistd.h and ctype.h.
18806 Use #ifdef instead of #if for NLS symbols.
18807
18808 1998-12-30 Jesse Thilo <jthilo@gnu.org>
18809
18810 * doc/bison.texinfo:
18811 Delete comment "consider using @set for edition number, etc..." since
18812 we now are doing so.
18813
18814 1998-12-30 Jesse Thilo <jthilo@gnu.org>
18815
18816 * configure.in:
18817 Use prototypes if the compiler understands them.
18818
18819 * NEWS: Document 1.26 highlights.
18820
18821 * Makefile.am: Require Automake 1.3 or later.
18822
18823 * acconfig.h:
18824 Use prototypes if the compiler understands them.
18825
18826 1998-12-29 Jesse Thilo <jthilo@gnu.org>
18827
18828 * src/version.c:
18829 Use VERSION symbol from automake for version number.
18830
18831 1998-12-29 Jesse Thilo <jthilo@gnu.org>
18832
18833 * acconfig.h, configure.in, version.cin:
18834 Use VERSION symbol from automake for version number.
18835
18836 1998-11-28 Jesse Thilo <jthilo@gnu.org>
18837
18838 * Makefile.am:
18839 Distribute original version of simple parser (bison.s1), not built
18840 version (bison.simple).
18841
18842 1998-11-28 Jesse Thilo <jthilo@gnu.org>
18843
18844 * doc/bison.texinfo: Add info dir entry.
18845
18846 * doc/bison.texinfo:
18847 Let automake put version number into documentation.
18848
18849 1998-11-26 Jesse Thilo <jthilo@gnu.org>
18850
18851 * src/bison.cld, src/build.com, src/vmshlp.mar:
18852 Add non-RCS files from /gd/gnu/bison.
18853
18854 1998-11-26 Jesse Thilo <jthilo@gnu.org>
18855
18856 * doc/bison.1:
18857 Document the BISON_HAIRY and BISON_SIMPLE variables.
18858
18859 1998-11-25 Jesse Thilo <jthilo@gnu.org>
18860
18861 * src/version.c: Build version.c automatically.
18862
18863 * src/reader.c:
18864 Fix token numbering (used to start at 258, not 257).
18865
18866 * src/system.h: Include config.h.
18867
18868 * src/getargs.c: Update bug report address.
18869
18870 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
18871 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
18872
18873 1998-11-25 Jesse Thilo <jthilo@gnu.org>
18874
18875 * Makefile.am:
18876 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
18877
18878 * configure.in, version.cin:
18879 Build version.c automatically.
18880
18881 * AUTHORS: Add AUTHORS file.
18882
18883 * README: Update bug report address.
18884
18885 * bison.simple:
18886 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
18887
18888 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
18889 Add automake stuff.
18890
18891 1998-11-25 Jesse Thilo <jthilo@gnu.org>
18892
18893 * doc/bison.texinfo: Clean up some formatting.
18894
18895 1998-05-05 Richard Stallman <rms@gnu.org>
18896
18897 * doc/bison.texinfo:
18898 Explain better why to make a pure parser.
18899
18900 1998-01-05 Richard Stallman <rms@gnu.org>
18901
18902 * src/files.c (openfiles):
18903 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
18904 find a temporary directory, if possible. Do not unlink files while
18905 they are open.
18906
18907 1997-08-25 Richard Stallman <rms@gnu.org>
18908
18909 * src/reader.c (stack_offset;):
18910 Change some warni to warns.
18911
18912 * src/lex.c (literalchar): Use warns, not warni.
18913
18914 1997-06-28 Richard Stallman <rms@gnu.org>
18915
18916 * src/bison.s1: Add a Bison version comment.
18917
18918 * src/main.c (fatal, warn, berror):
18919 Use program_name.
18920
18921 1997-06-28 Richard Stallman <rms@gnu.org>
18922
18923 * Makefile.in (bison_version): New variable.
18924 (dist): Use that variable.
18925 (bison.s1): Substitute the Bison version into bison.simple.
18926
18927 * bison.simple: Add a Bison version comment.
18928
18929 1997-06-18 Richard Stallman <rms@gnu.org>
18930
18931 * src/main.c (fatal, warn, berror):
18932 Make error messages standard.
18933 (toomany): Improve error message text.
18934
18935 * src/LR0.c, src/closure.c, src/conflicts.c, src/derives.c, src/files.c, src/lalr.c, src/lex.c, src/nullable.c, src/output.c, src/print.c, src/reader.c, src/reduce.c, src/symtab.c:
18936 new.h renamed to alloc.h.
18937
18938 1997-06-18 Richard Stallman <rms@gnu.org>
18939
18940 * Makefile.in: new.h renamed to alloc.h.
18941
18942 1997-05-24 Richard Stallman <rms@gnu.org>
18943
18944 * src/lex.c (literalchar):
18945 Fix the code for escaping \, " and '.
18946
18947 (lex): Avoid trouble when there are many chars
18948 to discard in a char literal with just several chars in it.
18949
18950 1997-05-17 Richard Stallman <rms@gnu.org>
18951
18952 * src/bison.s1:
18953 Use malloc, if using alloca is troublesome.
18954 (YYSTACK_USE_ALLOCA): New flag macro.
18955 Define it for some systems and compilers.
18956 (YYSTACK_ALLOC): New macro.
18957 (yyparse): Use YYSTACK_ALLOC to allocate stack.
18958 If it was malloc'd, free it.
18959
18960 1997-05-17 Richard Stallman <rms@gnu.org>
18961
18962 * bison.simple:
18963 Use malloc, if using alloca is troublesome.
18964 (YYSTACK_USE_ALLOCA): New flag macro.
18965 Define it for some systems and compilers.
18966 (YYSTACK_ALLOC): New macro.
18967 (yyparse): Use YYSTACK_ALLOC to allocate stack.
18968 If it was malloc'd, free it.
18969
18970 1997-04-23 Richard Stallman <rms@gnu.org>
18971
18972 * src/bison.s1:
18973 (alloca) [__hpux]: Always define as __builtin_alloca.
18974
18975 1997-04-23 Richard Stallman <rms@gnu.org>
18976
18977 * bison.simple:
18978 (alloca) [__hpux]: Always define as __builtin_alloca.
18979
18980 1997-04-22 Richard Stallman <rms@gnu.org>
18981
18982 * src/bison.s1:
18983 [__hpux]: Include alloca.h (right for HPUX 10)
18984 instead of declaring alloca (right for HPUX 9).
18985
18986 * src/bison.s1 (__yy_memcpy):
18987 Declare arg `count' as unsigned int.
18988 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
18989
18990 1997-04-22 Richard Stallman <rms@gnu.org>
18991
18992 * bison.simple:
18993 [__hpux]: Include alloca.h (right for HPUX 10)
18994 instead of declaring alloca (right for HPUX 9).
18995
18996 * bison.simple (__yy_memcpy):
18997 Declare arg `count' as unsigned int.
18998 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
18999
19000 1997-01-03 Richard Stallman <rms@gnu.org>
19001
19002 * src/allocate.c: [__STDC__ or _MSC_VER]:
19003 Declare calloc and realloc to return void *.
19004
19005 1997-01-02 Richard Stallman <rms@gnu.org>
19006
19007 * src/system.h:
19008 [_MSC_VER]: Include stdlib.h and process.h.
19009 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
19010
19011 * src/main.c (main): Return FAILURE as a value.
19012 (printable_version): Declare arg as int, not char.
19013
19014 1997-01-02 Richard Stallman <rms@gnu.org>
19015
19016 * Makefile.in (dist):
19017 Explicitly check for symlinks, and copy them.
19018
19019 1996-12-19 Richard Stallman <rms@gnu.org>
19020
19021 * src/files.c:
19022 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
19023
19024 1996-12-18 Paul Eggert <eggert@gnu.org>
19025
19026 * src/bison.s1 (yyparse):
19027 If __GNUC__ and YYPARSE_PARAM are both defined,
19028 declare yyparse to have a void * argument.
19029
19030 1996-12-18 Paul Eggert <eggert@gnu.org>
19031
19032 * bison.simple (yyparse):
19033 If __GNUC__ and YYPARSE_PARAM are both defined,
19034 declare yyparse to have a void * argument.
19035
19036 1996-12-17 Richard Stallman <rms@gnu.org>
19037
19038 * src/reduce.c (nbits): Add some casts.
19039
19040 1996-08-12 Richard Stallman <rms@gnu.org>
19041
19042 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
19043
19044 1996-08-12 Richard Stallman <rms@gnu.org>
19045
19046 * bison.simple: Test _MSDOS as well as _MSDOS_.
19047
19048 1996-07-31 Richard Stallman <rms@gnu.org>
19049
19050 * src/bison.s1:
19051 [__sun && __i386]: Include alloca.h.
19052
19053 1996-07-31 Richard Stallman <rms@gnu.org>
19054
19055 * bison.simple:
19056 [__sun && __i386]: Include alloca.h.
19057
19058 1996-07-30 Richard Stallman <rms@gnu.org>
19059
19060 * src/bison.s1: Comment change.
19061
19062 * src/bison.s1: Test _MSDOS_, not MSDOS.
19063
19064 1996-07-30 Richard Stallman <rms@gnu.org>
19065
19066 * bison.simple: Comment change.
19067
19068 * bison.simple: Test _MSDOS_, not MSDOS.
19069
19070 1996-06-01 Richard Stallman <rms@gnu.org>
19071
19072 * src/reduce.c, src/reader.c, src/print.c, src/output.c, src/nullable.c, src/lex.c, src/lalr.c, src/getargs.c, src/derives.c, src/conflicts.c, src/closure.c, src/allocate.c:
19073 Insert `_' macro around many string constants.
19074
19075 * src/main.c:
19076 Insert `_' macro around many string constants.
19077
19078 (main): Call setlocale, bindtextdomain and textdomain.
19079
19080 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
19081 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
19082 [ENABLE_NLS]: Include libintl.h.
19083 [ENABLE_NLS] (gettext): Define.
19084 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
19085 (N_, PACKAGE, LOCALEDIR): New macros.
19086
19087 1996-06-01 Richard Stallman <rms@gnu.org>
19088
19089 * POTFILES.in: New file.
19090
19091 * Makefile.in (allocate.o):
19092 Define target explicitly.
19093
19094 * Makefile.in (CFLAGS): Set to @CFLAGS@.
19095 (LDFLAGS): Set to @LDFLAGS@.
19096 (configure): Run autoconf only if preceding `cd' succeeds.
19097 (bison.s1): Redirect output to temporary file then move the
19098 temporary to the target, rather than redirecting directly to bison.s1.
19099 (clean): Remove config.status and config.log.
19100 (distclean): Don't remove config.status here.
19101
19102 1996-05-12 Richard Stallman <rms@gnu.org>
19103
19104 * src/bison.s1:
19105 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19106
19107 1996-05-12 Richard Stallman <rms@gnu.org>
19108
19109 * bison.simple:
19110 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19111
19112 1996-05-11 Richard Stallman <rms@gnu.org>
19113
19114 * src/bison.s1 (__yy_memcpy):
19115 Really reorder the args, as was supposedly done on Feb 14 1995.
19116 (yyparse): Calls changed accordingly.
19117
19118 1996-05-11 Richard Stallman <rms@gnu.org>
19119
19120 * Makefile.in (dist): Don't use $(srcdir).
19121
19122 * bison.simple (__yy_memcpy):
19123 Really reorder the args, as was supposedly done on Feb 14 1995.
19124 (yyparse): Calls changed accordingly.
19125
19126 1996-01-27 Richard Stallman <rms@gnu.org>
19127
19128 * src/output.c (output_rule_data):
19129 Test YYERROR_VERBOSE in the conditional
19130 around the definition of ttyname.
19131
19132 1995-12-29 Richard Stallman <rms@gnu.org>
19133
19134 * src/bison.s1:
19135 Fix line numbers in #line commands.
19136
19137 1995-12-29 Richard Stallman <rms@gnu.org>
19138
19139 * bison.simple:
19140 Fix line numbers in #line commands.
19141
19142 1995-12-27 Richard Stallman <rms@gnu.org>
19143
19144 * src/bison.s1 (YYPARSE_PARAM_DECL):
19145 In C++, make it always null.
19146 (YYPARSE_PARAM_ARG): New macro.
19147 (yyparse): Use YYPARSE_PARAM_ARG.
19148
19149 1995-12-27 Richard Stallman <rms@gnu.org>
19150
19151 * bison.simple (YYPARSE_PARAM_DECL):
19152 In C++, make it always null.
19153 (YYPARSE_PARAM_ARG): New macro.
19154 (yyparse): Use YYPARSE_PARAM_ARG.
19155
19156 1995-11-29 Richard Stallman <rms@gnu.org>
19157
19158 * doc/bison.texinfo:
19159 Describe literal string tokens, %raw, %no_lines, %token_table.
19160
19161 1995-11-29 Daniel Hagerty <hag@gnu.org>
19162
19163 * doc/bison.texinfo: Fixed update date
19164
19165 1995-10-16 Richard Stallman <rms@gnu.org>
19166
19167 * src/version.c: Version 1.25.
19168
19169 1995-10-16 Richard Stallman <rms@gnu.org>
19170
19171 * NEWS: *** empty log message ***
19172
19173 1995-10-16 Richard Stallman <rms@gnu.org>
19174
19175 * doc/bison.1, doc/bison.rnh:
19176 Add new options.
19177
19178 1995-10-15 Richard Stallman <rms@gnu.org>
19179
19180 * src/vmsgetargs.c, src/getargs.c:
19181 Added -n, -k, and -raw switches.
19182 (noparserflag, toknumflag, rawtoknumflag): New variables.
19183
19184 * src/symtab.h (SALIAS):
19185 New #define for adding aliases to %token.
19186 (struct bucket): Added `alias' field.
19187
19188 * src/reduce.c (reduce_grammar):
19189 Revise error message.
19190 (print_notices): Remove final `.' from error message.
19191
19192 * src/reader.c (reader_output_yylsp):
19193 New function.
19194 (readgram): Use `#if 0' around code that accepted %command
19195 inside grammar rules: The documentation doesn't allow it,
19196 and it will fail since the %command processors scan for the next %.
19197 (parse_token_decl): Extended the %token
19198 declaration to allow a multi-character symbol as an alias.
19199 (parse_thong_decl): New function.
19200 (read_declarations): Added %thong declarations.
19201 (read_declarations): Handle NOOP to deal with allowing
19202 % declarations as another means to specify the flags.
19203 (readgram): Allow %prec prior to semantics embedded in a rule.
19204 (skip_to_char, read_declarations, copy_definition)
19205 (parse_token_decl, parse_start_decl, parse_type_decl)
19206 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
19207 (get_type_name, copy_guard, copy_action, readgram)
19208 (get_type, packsymbols): Revised most error messages.
19209 Changed `fatal' to `warnxxx' to avoid aborting for error.
19210 Revised and use multiple warnxxx functions to avoid using VARARGS1.
19211 (read_declarations): Improve the error message for
19212 an invalid character. Do not abort.
19213 (read_declarations, copy_guard, copy_action): Use
19214 printable_version to avoid unprintable characters in printed output.
19215 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
19216 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
19217 Allow the type of a non-terminal can be given
19218 more than once, as long as all specifications give the same type.
19219
19220 * src/output.c:
19221 (output_headers, output_trailers, output, output_gram)
19222 (output_rule_data): Implement noparserflag variable.
19223 Implement toknumflag variable.
19224 (output): Call reader_output_yylsp to output LTYPESTR.
19225
19226 * src/main.c (main):
19227 If reader sees an error, don't process the grammar.
19228 (fatals): Updated to not use VARARGS1.
19229 (printable_version, int_to_string, warn, warni, warns, warnss)
19230 (warnsss): New error reporting functions. Avoid abort for error.
19231
19232 * src/lex.h:
19233 Added THONG and NOOP for alias processing.
19234 Added SETOPT for the new code that allows setting options with %flags.
19235
19236 * src/lex.c:
19237 Include getopt.h. Add some extern decls.
19238 (safegetc): New function to deal with EOF gracefully.
19239 (literalchar); new function to deal with reading \ escapes.
19240 (lex): Use literalchar.
19241 (lex): Implemented "..." tokens.
19242 (literalchar, lex, parse_percent_token): Made tokenbuffer
19243 always contain the token. This includes growing the token
19244 buffer while reading an integer.
19245 (parse_percent_token): Replaced if-else statement with percent_table.
19246 (parse_percent_token): Added % declarations as another
19247 way to specify the flags -n, -l, and -r. Also added hooks for
19248 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
19249 major changes to files.c.
19250 (lex) Retain in the incoming stream a character following
19251 an incorrect '/'.
19252 (skip_white_space, lex): Revised most error messages
19253 and changed fatal to warn to avoid aborting.
19254 (percent_table): Added %thong declarations.
19255
19256 * src/gram.h: Comment changes.
19257
19258 * src/files.c (openfiles, open_extra_files, done):
19259 Add faction flag
19260 and actfile file. Handle noparserflag. Both for -n switch.
19261
19262 * src/conflicts.c (resolve_sr_conflict):
19263 Remove use of alloca.
19264
19265 1995-06-01 Jim Meyering <meyering@gnu.org>
19266
19267 * doc/bison.texinfo: *** empty log message ***
19268
19269 1995-05-06 Richard Stallman <rms@gnu.org>
19270
19271 * src/bison.s1: Comment change.
19272
19273 1995-05-06 Richard Stallman <rms@gnu.org>
19274
19275 * bison.simple: Comment change.
19276
19277 1995-05-03 Richard Stallman <rms@gnu.org>
19278
19279 * src/version.c: Version now 1.24.
19280
19281 * src/bison.s1: Change distribution terms.
19282
19283 * src/version.c: Version now 1.23.
19284
19285 1995-05-03 Richard Stallman <rms@gnu.org>
19286
19287 * doc/bison.texinfo:
19288 Rewrite "Conditions for Using Bison".
19289 Update version to 1.24.
19290
19291 1995-05-03 Richard Stallman <rms@gnu.org>
19292
19293 * bison.simple: Change distribution terms.
19294
19295 1995-02-23 Richard Stallman <rms@gnu.org>
19296
19297 * src/files.c: Test __VMS_POSIX as well as VMS.
19298
19299 1995-02-14 Jim Meyering <meyering@gnu.org>
19300
19301 * src/bison.s1 (__yy_memcpy):
19302 Renamed from __yy_bcopy to avoid
19303 confusion. Reverse FROM and TO arguments to be consistent with
19304 those of memcpy.
19305
19306 1995-02-14 Jim Meyering <meyering@gnu.org>
19307
19308 * bison.simple (__yy_memcpy):
19309 Renamed from __yy_bcopy to avoid
19310 confusion. Reverse FROM and TO arguments to be consistent with
19311 those of memcpy.
19312
19313 1994-11-10 David J. MacKenzie <djm@gnu.org>
19314
19315 * NEWS: reformat
19316
19317 * NEWS: New file.
19318
19319 * Makefile.in (DISTFILES): Include NEWS.
19320
19321 * Makefile.in (DISTFILES):
19322 Include install-sh, not install.sh.
19323
19324 * configure.in: Update to Autoconf v2 macro names.
19325
19326 1994-10-05 David J. MacKenzie <djm@gnu.org>
19327
19328 * Makefile.in: fix typo
19329
19330 * Makefile.in (prefix, exec_prefix):
19331 Let configure set them.
19332
19333 1994-09-28 David J. MacKenzie <djm@gnu.org>
19334
19335 * Makefile.in: Set datadir to $(prefix)/share.
19336
19337 1994-09-15 Richard Stallman <rms@gnu.org>
19338
19339 * src/bison.s1:
19340 Update copyright notice and GPL version.
19341
19342 1994-09-15 Richard Stallman <rms@gnu.org>
19343
19344 * bison.simple:
19345 Update copyright notice and GPL version.
19346
19347 1994-07-12 Richard Stallman <rms@gnu.org>
19348
19349 * src/reduce.c, src/reader.c:
19350 entered into RCS
19351
19352 1994-05-05 David J. MacKenzie <djm@gnu.org>
19353
19354 * Makefile.in: entered into RCS
19355
19356 1994-03-26 Richard Stallman <rms@gnu.org>
19357
19358 * src/bison.s1: entered into RCS
19359
19360 1994-03-26 Richard Stallman <rms@gnu.org>
19361
19362 * bison.simple: entered into RCS
19363
19364 1994-03-25 Richard Stallman <rms@gnu.org>
19365
19366 * src/main.c: entered into RCS
19367
19368 1994-03-24 Richard Stallman <rms@gnu.org>
19369
19370 * src/conflicts.c: entered into RCS
19371
19372 1994-01-02 Richard Stallman <rms@gnu.org>
19373
19374 * Makefile.in: *** empty log message ***
19375
19376 1993-11-21 Richard Stallman <rms@gnu.org>
19377
19378 * src/bison.s1: *** empty log message ***
19379
19380 1993-11-21 Richard Stallman <rms@gnu.org>
19381
19382 * doc/bison.texinfo: entered into RCS
19383
19384 * doc/bison.texinfo: *** empty log message ***
19385
19386 1993-11-21 Richard Stallman <rms@gnu.org>
19387
19388 * bison.simple: *** empty log message ***
19389
19390 1993-10-25 David J. MacKenzie <djm@gnu.org>
19391
19392 * doc/bison.texinfo: *** empty log message ***
19393
19394 1993-10-19 Richard Stallman <rms@gnu.org>
19395
19396 * src/bison.s1: *** empty log message ***
19397
19398 1993-10-19 Richard Stallman <rms@gnu.org>
19399
19400 * bison.simple: *** empty log message ***
19401
19402 1993-10-14 Richard Stallman <rms@gnu.org>
19403
19404 * src/bison.s1: *** empty log message ***
19405
19406 1993-10-14 Richard Stallman <rms@gnu.org>
19407
19408 * bison.simple: *** empty log message ***
19409
19410 1993-09-14 David J. MacKenzie <djm@gnu.org>
19411
19412 * doc/bison.texinfo: *** empty log message ***
19413
19414 1993-09-13 Noah Friedman <friedman@gnu.org>
19415
19416 * Makefile.in: *** empty log message ***
19417
19418 1993-09-10 Richard Stallman <rms@gnu.org>
19419
19420 * src/conflicts.c: *** empty log message ***
19421
19422 * src/system.h: entered into RCS
19423
19424 1993-09-10 Richard Stallman <rms@gnu.org>
19425
19426 * doc/bison.1: entered into RCS
19427
19428 1993-09-06 Noah Friedman <friedman@gnu.org>
19429
19430 * src/version.c: entered into RCS
19431
19432 1993-09-06 Noah Friedman <friedman@gnu.org>
19433
19434 * Makefile.in: *** empty log message ***
19435
19436 1993-07-30 David J. MacKenzie <djm@gnu.org>
19437
19438 * Makefile.in: *** empty log message ***
19439
19440 1993-07-24 Richard Stallman <rms@gnu.org>
19441
19442 * src/bison.s1: *** empty log message ***
19443
19444 1993-07-24 Richard Stallman <rms@gnu.org>
19445
19446 * bison.simple: *** empty log message ***
19447
19448 1993-07-08 David J. MacKenzie <djm@gnu.org>
19449
19450 * Makefile.in: *** empty log message ***
19451
19452 1993-07-04 Richard Stallman <rms@gnu.org>
19453
19454 * src/bison.s1: *** empty log message ***
19455
19456 1993-07-04 Richard Stallman <rms@gnu.org>
19457
19458 * bison.simple: *** empty log message ***
19459
19460 1993-06-26 David J. MacKenzie <djm@gnu.org>
19461
19462 * src/getargs.c: entered into RCS
19463
19464 1993-06-26 David J. MacKenzie <djm@gnu.org>
19465
19466 * doc/bison.texinfo: *** empty log message ***
19467
19468 * doc/bison.1: New file.
19469
19470 1993-06-25 Richard Stallman <rms@gnu.org>
19471
19472 * src/getargs.c: New file.
19473
19474 1993-06-16 Richard Stallman <rms@gnu.org>
19475
19476 * src/bison.s1: *** empty log message ***
19477
19478 1993-06-16 Richard Stallman <rms@gnu.org>
19479
19480 * bison.simple: *** empty log message ***
19481
19482 1993-06-03 Richard Stallman <rms@gnu.org>
19483
19484 * src/bison.s1: New file.
19485
19486 1993-06-03 Richard Stallman <rms@gnu.org>
19487
19488 * doc/bison.texinfo: *** empty log message ***
19489
19490 1993-06-03 Richard Stallman <rms@gnu.org>
19491
19492 * bison.simple: New file.
19493
19494 1993-05-19 Richard Stallman <rms@gnu.org>
19495
19496 * doc/bison.texinfo: New file.
19497
19498 1993-05-07 Noah Friedman <friedman@gnu.org>
19499
19500 * Makefile.in: *** empty log message ***
19501
19502 1993-04-28 Noah Friedman <friedman@gnu.org>
19503
19504 * src/reader.c: *** empty log message ***
19505
19506 1993-04-23 Noah Friedman <friedman@gnu.org>
19507
19508 * src/alloc.h: entered into RCS
19509
19510 1993-04-20 David J. MacKenzie <djm@gnu.org>
19511
19512 * src/version.c: *** empty log message ***
19513
19514 * src/files.c, src/allocate.c:
19515 entered into RCS
19516
19517 * src/reader.c: *** empty log message ***
19518
19519 * src/lex.c: entered into RCS
19520
19521 * src/conflicts.c: New file.
19522
19523 * src/symtab.c: entered into RCS
19524
19525 * src/alloc.h: New file.
19526
19527 * src/LR0.c: entered into RCS
19528
19529 1993-04-18 Noah Friedman <friedman@gnu.org>
19530
19531 * src/reader.c: New file.
19532
19533 * src/version.c: *** empty log message ***
19534
19535 1993-04-18 Noah Friedman <friedman@gnu.org>
19536
19537 * Makefile.in: *** empty log message ***
19538
19539 1993-04-17 Noah Friedman <friedman@gnu.org>
19540
19541 * Makefile.in: *** empty log message ***
19542
19543 1993-04-15 Richard Stallman <rms@gnu.org>
19544
19545 * src/main.c, src/files.c:
19546 New file.
19547
19548 1993-04-15 Noah Friedman <friedman@gnu.org>
19549
19550 * configure.in: entered into RCS
19551
19552 * configure.in: *** empty log message ***
19553
19554 * configure.in: New file.
19555
19556 1993-04-14 Richard Stallman <rms@gnu.org>
19557
19558 * Makefile.in: New file.
19559
19560 1993-04-13 Richard Stallman <rms@gnu.org>
19561
19562 * src/version.c: New file.
19563
19564 1993-03-25 Richard Stallman <rms@gnu.org>
19565
19566 * src/output.c: entered into RCS
19567
19568 1992-09-25 Richard Stallman <rms@gnu.org>
19569
19570 * configure.bat: entered into RCS
19571
19572 1992-06-22 Richard Stallman <rms@gnu.org>
19573
19574 * src/vmsgetargs.c: entered into RCS
19575
19576 1992-06-22 Richard Stallman <rms@gnu.org>
19577
19578 * doc/bison.rnh: entered into RCS
19579
19580 1992-04-20 David J. MacKenzie <djm@gnu.org>
19581
19582 * README: entered into RCS
19583
19584 1992-01-22 Richard Stallman <rms@gnu.org>
19585
19586 * src/machine.h: entered into RCS
19587
19588 1991-12-21 Richard Stallman <rms@gnu.org>
19589
19590 * src/lalr.c, src/closure.c:
19591 entered into RCS
19592
19593 1991-12-20 Richard Stallman <rms@gnu.org>
19594
19595 * src/state.h: entered into RCS
19596
19597 1991-12-18 Richard Stallman <rms@gnu.org>
19598
19599 * src/print.c, src/nullable.c, src/derives.c:
19600 entered into RCS
19601
19602 1991-11-03 David J. MacKenzie <djm@gnu.org>
19603
19604 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
19605 entered into RCS
19606
19607 1988-09-09 Richard Stallman <rms@gnu.org>
19608
19609 * src/bison.hairy: entered into RCS
19610
19611 1987-12-16 Richard Stallman <rms@gnu.org>
19612
19613 * REFERENCES: entered into RCS
19614
19615
19616 -----
19617
19618 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
19619 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
19620 Free Software Foundation, Inc.
19621
19622 Copying and distribution of this file, with or without
19623 modification, are permitted provided the copyright notice and this
19624 notice are preserved.
19625
19626 $Id$