1 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
3 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
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.
12 2007-09-21 Wojciech Polak <polak@gnu.org>
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):
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.
50 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
52 * GNUmakefile: Switch to coreutils's version.
53 * bootstrap: Likewise.
54 * Makefile.cfg: Adjust to new GNUmakefile.
55 * README-hacking: Likewise.
59 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
60 Bruno Haible <bruno@clisp.org>
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.
65 2007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
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
77 2007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
91 2007-08-17 Bob Rossi <bob@brasko.net>
93 * doc/bison.texinfo (Push Decl): Document the push parser.
94 (Table of Symbols): 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.
103 2007-08-15 Paul Eggert <eggert@cs.ucla.edu>
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:
160 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
162 Get rid of broken %no-parser, -n, and --no-parser implementation and
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
177 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
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
185 2007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
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.
193 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
194 node names: say "Decl Summary" not "Bison Declaration Summary".
196 2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
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.
204 2007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
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.
214 (Push Parsing: Memory Leak for Early Deletion): New test case.
216 2007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
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
240 * src/main.c (main): Don't depend on C99 features.
242 2007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
244 * build-aux/.cvsignore: Add compile.
245 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
248 2007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
250 * bootstrap (slurp): Create target directories that don't exist.
251 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
253 2007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
255 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
257 * closure.c (closure): Likewise.
258 * state.h (reductions): Comment sorting of rules.
259 (state): Comment sorting of items.
261 2007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
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
268 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
269 rather than AT_DATA so that config.h is included.
271 2007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
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.
278 2007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
280 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
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.
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.
293 2007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
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.
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
317 2007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
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.
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.
334 2007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
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>.
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.
345 * NEWS (2.3a+): In the %code entry, reference section `Bison
346 Declaration Summary' from the manual now since the %code summary has
348 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
349 in the rules section must be terminated by semicolons.
351 2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
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):
372 2007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
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.
381 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
383 If conflict resolution makes states unreachable, remove those states,
384 report rules that are then unused, and don't report conflicts in those
386 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
388 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
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
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):
400 * tests/existing.at (GNU pic Grammar): Update test case output now that
401 an unused rule is discovered.
403 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
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.
419 2007-04-04 Paul Eggert <eggert@cs.ucla.edu>
421 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
422 still sticks to ASCII. Sorry!
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.
431 2007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
433 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
435 (Java Differences): Fix some typos.
436 * THANKS: Add Sebastian Setzer.
438 2007-03-07 Paolo Bonzini <bonzini@gnu.org>
440 * data/java.m4 (b4_single_class_if): Remove.
441 (b4_abstract_if): Look at "%define abstract".
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.
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".
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.
473 2007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
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.
482 2007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
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.
513 For %define variables, report locations for invalid values and
515 * data/bison.m4 (b4_percent_define_flag_if): Read
516 b4_percent_define_loc(VARIABLE) to report the location of an invalid
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
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.
536 2007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
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
542 (print_results): Don't allocate lookahead_set.
544 2007-02-27 Paolo Bonzini <bonzini@gnu.org>
546 * data/lalr1.java: Prefix all private members with yy.
548 2007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
550 Use YYFPRINTF instead of fprintf where appropriate. Reported by
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.
558 2007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
560 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
562 2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
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.
568 2007-02-11 Paul Eggert <eggert@cs.ucla.edu>
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"
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.
581 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
583 2007-02-11 Bruno Haible <bruno@clisp.org>
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.
590 2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
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
602 2007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
613 2007-02-07 Paul Eggert <eggert@cs.ucla.edu>
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.
628 2007-02-07 Paolo Bonzini <bonzini@gnu.org>
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.
634 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
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.
641 2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
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,
648 * src/getargs.c: Include c-strcase.h.
649 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
650 to avoid unspecified behavior.
652 2007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
654 * doc/bison.texinfo (Decl Summary): Correct typo.
656 2007-01-30 Paolo Bonzini <bonzini@gnu.org>
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
664 * tests/input.at (Boolean %define variables): Test new behavior.
666 2007-01-29 Paolo Bonzini <bonzini@gnu.org>
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.
673 * data/Makefile.am: Add new files.
674 * data/java-skel.m4: New.
676 * data/lalr1.java: New.
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.
682 * src/getargs.c (valid_languages): Add Java.
683 * src/getargs.h (struct bison_language): Update size of string fields.
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.
690 2007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
713 2007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
730 2007-01-26 Paul Eggert <eggert@cs.ucla.edu>
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
739 2007-01-23 Paolo Bonzini <bonzini@gnu.org>
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.
750 * doc/bison.texinfo (Decl Summary): Document %define.
752 * src/parse-gram.y (Unqualified %code): Change muscle name to
754 (content.opt): Default to empty.
756 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
775 * bootstrap: Update copyright to 2007.
777 2007-01-17 Paolo Bonzini <bonzini@gnu.org>
779 * bootstrap: Remove occurrences of .#bootmp from the files.
781 2007-01-17 Akim Demaille <akim@epita.fr>
783 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
785 Use per-type %printer.
787 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
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.
797 2007-01-16 Akim Demaille <akim@epita.fr>
799 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
801 (Calc++ Scanner): Exit with failure if we can't open the input
803 Accept "-" standing for stdin.
804 (Calc++ Top Level): Print the result only if the parsing was
807 2007-01-16 Akim Demaille <akim@epita.fr>
809 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
811 2007-01-15 Paolo Bonzini <bonzini@gnu.org>
812 and Joel E. Denny <jdenny@ces.clemson.edu>
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
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
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
850 2007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
852 DJGPP specific issues.
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.
857 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
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.
865 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
867 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
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.
874 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
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.
884 2007-01-09 Paolo Bonzini <bonzini@gnu.org>
885 and Joel E. Denny <jdenny@ces.clemson.edu>
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
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
907 (grammar_declaration): For %union RHS, use `braceless' instead of
908 "{...}" so that braces are already stripped and code is escaped with
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.
915 * data/c.m4: Remove stray parenthesis.
917 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
937 (variable): New nonterminal that takes an `ID' or a `STRING'.
938 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
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.
944 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
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.
951 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
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):
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):
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.
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.
1008 2007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
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.
1034 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
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
1045 * src/location.c, src/location.h (boundary_set_from_string): New global
1047 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
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
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(...@)
1062 * tests/input.at (Reject bad %code qualifiers): Update test output with
1063 locations and extend.
1065 * tests/output.at (Output file name: [, Output file name: ]): Remove
1066 bogus comment about these tests failing.
1068 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
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
1077 2007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
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.
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
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
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
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
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
1132 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
1133 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
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.
1139 2007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
1178 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
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):
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
1216 (symbol_print): Use SYMBOL_CODE_PRINT.
1218 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
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.
1231 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
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.
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.
1251 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
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
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
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.
1298 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
1300 * etc/.cvsignore: New.
1302 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
1318 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
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
1328 (Exploding the Stack Size with Malloc): Likewise.
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.
1342 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
1362 Remove the yylexp argument and hard-code yylex invocation instead.
1363 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
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
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.
1382 2006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
1407 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
1420 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
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.
1446 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
1460 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
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
1471 (gottoken): Rename label to...
1472 (yyread_pushed_token): ... for clarity and to avoid infringing on the
1475 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
1501 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
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.
1510 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
1537 Remove all code that copies between the local parser state variables
1540 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
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.
1549 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1550 and Joel E. Denny <jdenny@ces.clemson.edu>
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@'.
1571 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
1573 * NEWS: Reword the %language news a bit, and put it earlier.
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
1582 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
1584 * src/complain.c (program_name): Remove decl; no longer needed.
1585 * src/main.c (program_name): Remove; now belongs to getargs.
1587 2006-12-18 Paolo Bonzini <bonzini@gnu.org>
1589 * NEWS: Document %language.
1591 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
1593 * data/c-skel.m4, data/c++-skel.m4: New files.
1594 * data/glr.c: Complain on push parsers.
1596 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
1598 (Decl Summary): Document %language and %skeleton.
1599 (Command line): Document -L.
1601 * examples/extexi: Rewrite %require directive.
1602 * examples/calc++/Makefile.am: Pass VERSION to extexi.
1604 * src/files.c (compute_exts_from_gc): Look in language structure
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.
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.
1625 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
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.
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
1637 2006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
1647 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
1648 (yy_reduce_print): Reformat M4 for readability.
1650 2006-12-15 Bob Rossi <bob@brasko.net>
1651 and Joel Denny <jdenny@ces.clemson.edu>
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.
1657 2006-12-14 Bob Rossi <bob@brasko.net>
1659 * data/push.c (yypush_parse): Declare prototype regardless of
1662 2006-12-14 Bob Rossi <bob@brasko.net>
1664 * data/push.c (yyparse): Remove the prototype and the #define when in
1667 2006-12-13 Bob Rossi <bob@brasko.net>
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.
1676 2006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
1678 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
1679 strange test case titles. Reported by Bob Rossi.
1681 2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
1683 * TODO: Add pointer to Sylvain Schmitz's work on static detection
1684 of potential ambiguities in GLR grammers.
1686 2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
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.
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
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
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
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.
1728 2006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
1742 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
1743 (Conflicting output files): New tests.
1745 2006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1747 * doc/bison.texinfo: Fix a couple of typos.
1749 2006-12-08 Bob Rossi <bob@brasko.net>
1751 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
1753 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
1755 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
1756 (yypush_parse): Rename yypvars argument to yyps and remove redundant
1758 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
1759 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
1761 2006-12-07 Bob Rossi <bob@brasko.net>
1762 and Joel Denny <jdenny@ces.clemson.edu>
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.
1770 2006-12-05 Bob Rossi <bob@brasko.net>
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
1779 (yypushparse): Add b4_declare_parser_variables.
1780 Init new local variables, and remove init code for removed
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.
1790 2006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
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
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).
1802 2006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
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
1820 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
1821 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
1822 Remove the `=' from %output.
1824 2006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
1826 Don't escape $ in test case titles since Autoconf 2.61 now does that
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.
1833 2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
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):
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
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.
1853 2006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
1855 Don't let %prec take a nonterminal.
1856 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
1858 * tests/input.at (%prec takes a token): New test checking that %prec
1859 won't take a nonterminal.
1861 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
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.
1869 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
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,
1880 * src/scan-gram.l (gram_scanner_free): Likewise.
1881 * src/scan-skel.l (scan_skel): Likewise.
1883 2006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
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
1895 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
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
1903 2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
1904 and Paul Eggert <eggert@cs.ucla.edu>
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):
1913 (tr): Now operates in-place. All uses changed.
1914 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
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
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
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
1949 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
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.
1956 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
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.
1963 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
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.
1977 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
1978 than LIST_FREE directly.
1980 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
1982 Finish implementing --warnings=error, which should not be implied by
1983 --warnings=all (or by its synonyms -W and --warnings without
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.
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
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.
1996 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
1998 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
1999 empty subargument list. For example: `bison --warnings= parser.y'.
2001 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
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.
2006 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
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
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
2044 (Default %printer and %destructor for user-defined end token): Extend.
2045 (Default %printer and %destructor are not for error or $undefined):
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.
2052 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2054 Don't apply the default %destructor/%printer to an unreferenced midrule
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
2065 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
2066 for change to dummy symbol names.
2068 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2070 Warn about unset midrule $$ if the corresponding $n is used.
2071 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
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
2078 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
2081 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2083 More improvements to the documentation of the prologue alternatives:
2084 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
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.
2090 2006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
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.
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
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
2110 2006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2112 DJGPP specific issues.
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.
2119 2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2121 Replace %*-header with %provides, %requires, %code. See discussion at
2122 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
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
2128 * data/glr.cc: Likewise.
2129 * data/lalr1.cc: Likewise.
2130 * data/push.c: Likewise.
2131 * data/yacc.c: Likewise.
2133 * doc/bison.texinfo: Remove %before-header, rename
2134 %{start,end,after}-header to %requires, %provides, %code.
2136 * src/parse-gram.y: Likewise (also rename token names accordingly).
2137 * src/scan-gram.l: Likewise.
2138 * tests/actions.at: Likewise.
2140 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
2142 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
2143 Problem reported by Joel E. Denny.
2145 2006-10-14 Jim Meyering <jim@meyering.net>
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,
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.
2158 2006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
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):
2168 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
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 ...):
2195 * tests/regression.at (Braced code in declaration in rules section):
2197 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
2198 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
2199 Include <config.h> unconditionally.
2201 * bootstrap: Sync from coreutils, as follows:
2203 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
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.
2209 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
2211 * bootstrap (usage, main program, symlink_to_gnulib): Add option
2212 --copy. Inspired by a suggestion from Bruno Haible.
2214 2006-10-03 Jim Meyering <jim@meyering.net>
2216 * bootstrap: Undo last change to this file, since now gnulib-tool
2217 sticks with the automake default in generating dependencies.
2219 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2221 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
2222 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
2224 * doc/bison.1: Add copyright notice.
2226 * data/glr.c: Don't include <stdarg.h>; not used.
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
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.
2253 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
2254 accommodates the 2006-10-08 change.
2256 2006-10-11 Bob Rossi <bob@brasko.net>
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.
2264 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
2266 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
2267 in a push parser. Reindent slightly to match yacc.c better.
2269 2006-10-11 Bob Rossi <bob@brasko.net>
2271 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
2273 (yypvarsinit, yypushparse): Remove init of removed fields.
2274 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
2276 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
2278 * THANKS: Add Paolo Bonzini and Bob Rossi.
2280 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
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
2293 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
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.
2310 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
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.
2320 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
2322 Merge bootstrap changes from coreutils.
2324 2006-09-28 Jim Meyering <jim@meyering.net>
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.
2331 2006-09-23 Jim Meyering <jim@meyering.net>
2333 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
2335 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
2337 * bootstrap: Add support for --force.
2338 (usage): New function. Describe usage less tersely.
2339 (CVS_only_file): New var.
2341 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
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.
2347 2006-09-20 Bob Rossi <bob@brasko.net>
2349 * data/push.c (yyresult_get): Remove function.
2350 (YYPUSH_MORE): Add #define.
2351 (yypushparse): Modify return value.
2353 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
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,
2361 Sync bootstrap from coreutils, as follows:
2363 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
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).
2372 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
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.
2378 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
2380 Use some of gnulib's new modules, taken from coreutils.
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.
2390 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
2392 (GNULIB_AUTOCONF_SNIPPET): Remove.
2393 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
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.
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>.
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.
2427 * src/scan-code.l: Always initialize braces_level; the old code
2428 left it uninitialized and therefore had undefined behavior.
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
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.
2441 2006-09-15 Bob Rossi <bob@brasko.net>
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.
2456 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
2458 * NEWS: Version 2.3a.
2459 * configure.ac (AC_INIT): Likewise.
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
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
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
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
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.
2488 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
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.
2496 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
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.
2502 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
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.
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.
2522 * README-cvs: Fix typo: "&" should be "&&". Problem reported
2524 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
2525 This adjusts to recent gnulib changes.
2527 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
2529 Finish implementation of per-type %destructor/%printer. Discussed
2531 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
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
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.
2556 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
2580 * tests/actions.at, tests/input.at: Add %symbol-default to all default
2581 %destructor/%printer declarations.
2583 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
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): ...
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.
2606 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
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
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):
2618 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
2630 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
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.
2645 * tests/regression.at (Undeclared string literal): Remove test case
2646 added in previous commit since non-aliased string literals are allowed
2648 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
2649 remove unnecessary string literal declarations.
2650 * tests/sets.at (Firsts): Likewise.
2652 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
2675 * tests/sets.at (Firsts): Likewise.
2677 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
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
2687 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
2690 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
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
2698 * tests/input.at (String aliases for character tokens): New test.
2700 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
2702 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
2704 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
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).
2713 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
2714 function, since it simplifies our code a bit.
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.
2723 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
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".
2735 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
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
2745 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
2747 * doc/bison.texinfo: Fix some typos.
2749 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
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.
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.
2759 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
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>,
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
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.
2803 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
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>
2809 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
2811 Make the skeletons consistent in how they pop the end token and invoke
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.
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.
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
2830 * tests/actions.at (Printers and Destructors): Test all the above.
2832 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
2834 Update to latest gnulib and gettext versions.
2835 * bootstrap (gnulib-modules): Remove hard-locale, stdio-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
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,
2854 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
2855 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
2857 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
2859 * bootstrap: Adjust to today's change to gnulib-tool by invoking
2860 it with --assume-autoconf='latest-stable'.
2862 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
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
2867 * src/muscle_tab.h (muscle_grow): Replace the header comments with
2868 those from muscle_tab.c since the old ones are misleading.
2870 2006-07-13 Akim Demaille <akim@epita.fr>
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.
2881 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
2883 * src/scan-gram.l (getargs.h): Don't include it.
2885 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
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.
2895 2006-07-12 Akim Demaille <akim@epita.fr>
2897 * data/c.m4: Comment changes.
2899 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
2901 * src/complain.c (error_message, ERROR_MESSAGE): New.
2903 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
2904 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
2906 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
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
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.
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.
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.
2940 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
2941 object is now static.
2943 * src/getargs.c (flags_argmatch): Return void, not int,
2944 to pacify ./configure --enable-gcc-warnings.
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).
2949 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
2951 Implement --warnings/-W.
2952 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
2954 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
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.
2962 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
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.
2970 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
2972 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
2973 to be in alphabetical order.
2974 (trace_args): Spelling fixes.
2976 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
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.
2984 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
2986 * data/c.m4 (b4_basename): Simplify a bit, since we don't
2987 need the full POSIX semantics (and weren't implementing them
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
3000 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
3001 Do not check for uintptr_t, since new stdint module does the right
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
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>
3026 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
3028 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
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
3033 * tests/calc.at: Adjust.
3035 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
3037 * data/c.m4 (b4_basename): New.
3038 (b4_syncline): Also output the location of its invocation (from
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.
3045 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
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.
3052 * src/scan-gram.l (scanner_cursor): Declare it static.
3054 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3056 In warnings, say "previous declaration" rather than "first
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.
3066 2006-06-27 Akim Demaille <akim@epita.fr>
3068 * doc/Doxyfile.in: New.
3069 * doc/Makefile.am: Use it.
3070 * src/lalr.h, src/symtab.h: Initial doxygenation.
3072 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
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.
3092 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
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>
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
3101 * src/reader.c (grammar_current_rule_end): Don't invoke
3102 grammar_rule_check yet since not all symbol declarations may have been
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
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
3122 * src/symlist.c (symbol_list_new): Initialize new midrule-related
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
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.
3140 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
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.
3151 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
3153 Clean up yesterday's patch.
3154 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
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.
3161 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
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
3171 * tests/regression.at (Braced code in declaration in rules section):
3172 New test to catch the error fixed by the above patch.
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
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
3186 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
3230 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
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.
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
3246 * tests/input.at (Incompatible Aliases): Update output with correct
3249 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
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>,
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
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
3307 2006-06-20 Akim Demaille <akim@epita.fr>
3309 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
3310 (symbol_get): Use it.
3311 * src/parse-gram.y: Use it.
3313 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
3315 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
3316 build succeeds when configured with --enable-gcc-warnings.
3318 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
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.
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.
3339 2006-06-19 Akim Demaille <akim@epita.fr>
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'.
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.
3357 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
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>,
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
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.
3380 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
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
3390 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
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>
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
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.
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
3430 (print_core, state_default_rule, print_reductions, print_results):
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.
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.
3463 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
3465 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
3467 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
3469 * TODO: Add request from Nelson H. F. Beebe to be able to install
3470 Bison without installing the yacc script.
3472 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
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
3481 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
3491 * src/.cvsignore: Add scan-code.c.
3493 2006-06-07 Akim Demaille <akim@epita.fr>
3495 * src/scan-gram.l: Move the "add a trailing ; to actions" code
3497 * src/scan-code.l: here.
3498 * tests/input.at (Torturing the Scanner): Fix another location
3501 2006-06-07 Akim Demaille <akim@epita.fr>
3503 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
3505 2006-06-06 Akim Demaille <akim@epita.fr>
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
3511 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
3512 * src/scan-gram.l (add_column_width, adjust_location): Move to and
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
3521 * src/output.c: Include scan-code.h.
3522 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
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...
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):
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.
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.
3568 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
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>.
3574 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
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.
3591 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
3593 * NEWS: Version 2.3.
3594 * configure.ac (AC_INIT): Likewise.
3596 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
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):
3605 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
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
3611 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
3613 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
3614 Problem reported by Akim Demaille.
3616 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
3618 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
3620 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
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>.
3626 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
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.
3635 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
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
3642 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
3644 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
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.
3659 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
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).
3673 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
3675 * NEWS: Version 2.2.
3676 * configure.ac (AC_INIT): Likewise.
3678 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
3680 * data/glr.c (yyreportTree): Make room in yystates for the state
3681 preceding the RHS. This fixes the segmentation fault reported by Derek
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
3687 * THANKS: Add Derek M. Jones.
3688 Update my email address.
3689 Fix typo in Steve Murphy's name.
3691 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
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.
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.
3710 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
3712 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
3714 Reported by Steve Murphy.
3716 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
3718 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
3719 * data/glr.cc: b4_location_flag is now b4_locations_flag.
3721 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
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.
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.
3737 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
3739 * etc/bench.pm: Shorten bench names.
3741 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
3743 * src/output.h, src/output.c (error_verbose): Move to...
3744 * src/getargs.h, src/getargs.c: here.
3746 Adjust dependencies.
3748 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
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.
3756 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
3758 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
3759 incompatibility, not a bug. Mention that it wasn't fixed as of
3762 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
3764 * examples/extexi: Enforce the precedence of concatenation over
3766 Reported by Tommy Nordgren.
3768 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
3770 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
3771 with the member "token".
3772 Reported by Martin Nylin.
3774 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
3776 * data/glr.c: Switch to Bison 2.2 special-exception language in
3777 the copyright notice. Use more-regular format for titles and
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.
3785 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
3787 * data/glr.cc: Remove dead code.
3789 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
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.
3795 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
3797 * doc/bison.texinfo (Multiple start-symbols): New.
3799 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
3801 * etc/README, etc/bench.pl: New.
3803 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
3805 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
3807 Reported by Mickael Labau.
3808 * tests/input.at (Torturing the Scanner): Test it.
3810 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
3812 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
3813 Problem reported by Bob Rossi.
3815 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
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.
3822 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
3824 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
3825 of AT_NAME_PREFIX when %name-prefix is not used.
3827 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
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'.
3843 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
3845 * TODO: Remove dead items.
3847 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
3849 * doc/FAQ: Remove, merged into...
3850 * doc/bison.texinfo (FAQ): this.
3851 * doc/Makefile.am (EXTRA_DIST): Adjust.
3853 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
3855 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
3857 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
3858 * doc/bison.texinfo (Calc++ Scanner): Use it.
3860 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
3862 Fix two nits reported by twlevo, plus one more that I discovered.
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.
3868 * src/reader.h (token_name): Likewise.
3870 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
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
3877 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
3878 * src/conflicts.c (solved_conflicts_obstack): Now static.
3880 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
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.
3886 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
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.
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.
3900 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
3902 * tests/glr-regression.at (Uninitialized location when reporting
3903 ambiguity): New test case.
3904 * data/glr.c (yyresolveLocations): New function, which uses
3906 (yyresolveValue): Invoke yyresolveLocations before reporting an
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.
3912 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
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
3918 * data/glr.c (yyparse): Check for zero stacks remaining before
3919 attempting to shift the lookahead so that you don't lose it.
3921 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
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.
3932 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
3933 in existing testcases.
3935 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
3959 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
3961 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
3962 led to a segmentation fault in GNU Pascal. Problem reported
3965 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
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.
3971 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
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.
3984 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
3986 * NEWS: Clarify symbols versus types in unused-value warnings.
3988 * configure.ac (AC_INIT): Bump version number.
3990 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
3992 * NEWS: Version 2.1a.
3993 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
3994 since C99 requires this.
3996 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
3998 * m4/c-working.m4: New file.
3999 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
4001 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
4003 * Makefile.maint: Merge from coreutils.
4005 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
4007 More portability fixes for problems summarized by Nelson H. F. Beebe.
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
4016 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
4018 More portability fixes for problems summarized by Nelson H. F. Beebe.
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.
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++
4029 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
4031 More portability fixes for problems summarized by Nelson H. F. Beebe.
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.
4039 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4041 Various DJGGP specific issues in /djgpp
4043 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
4045 More portability fixes for problems summarized by Nelson H. F. Beebe.
4047 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
4048 '#include <map>' works and that you can apply ++ to iterators.
4050 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
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>.
4055 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
4056 that '#include <string>' works.
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
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
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
4074 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
4091 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
4092 after `--report' documentation.
4094 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
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.
4100 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
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
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.
4129 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
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
4138 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
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
4144 * data/lalr1.cc: Likewise.
4145 * data/yacc.cc: Likewise.
4147 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
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.
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.
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.
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
4175 * src/scan-skel.l: Accept the above decls.
4176 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
4179 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
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.
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
4234 * .x-sc_require_config_h: New file.
4235 * .x-sc_unmarked_diagnostics: New file.
4237 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
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
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):
4259 * src/reader.c (packgram, reader): Likewise.
4260 * src/state.c (transitions_to, state_new, state_reduction_find):
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.
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.
4274 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
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.
4287 * bootstrap: Undo changes to gnulib files that autoreconf made.
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'.
4311 2006-01-19 Akim Demaille <akim@epita.fr>
4313 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
4314 location, not just parts of it.
4316 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
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
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.
4339 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
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.
4348 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
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'.
4357 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
4359 * data/glr.c (yysplitStack): A little stylistic rewrite.
4361 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
4363 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
4365 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
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
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
4387 (Table of Symbols): In the yychar entry, don't call it the `current'
4389 In the yylloc and yylval entries, mention look-ahead usage.
4391 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4393 * tests/glr-regression.at: Update copyright year to 2006.
4395 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
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
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.
4426 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
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.
4433 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4435 * tests/glr-regression.at: For consistency with my newer test cases,
4438 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
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
4454 (Leaked merged semantic value if user action cuts parse): New test
4457 2006-01-05 Akim Demaille <akim@epita.fr>
4459 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
4461 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
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
4468 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
4469 than rolling our own.
4471 2006-01-04 Akim Demaille <akim@epita.fr>
4473 Also warn about non-used mid-rule values.
4474 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
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.
4481 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
4483 * tests/actions.at (Exotic Dollars): Adjust.
4485 2006-01-04 Akim Demaille <akim@epita.fr>
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.
4492 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
4494 * doc/bison.texinfo (Bison Options): Say more accurately what
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.
4500 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
4502 Warn about dubious constructions like "%token T T".
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.
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.
4516 * src/muscle_tab.c (muscle_grow): Fix comment.
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.
4522 2006-01-03 Akim Demaille <akim@epita.fr>
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
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
4536 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
4538 Be sure to initialize the first position's filename.
4539 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
4541 (AT_CHECK_CALC_GLR_CC): New.
4542 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
4544 2006-01-02 Akim Demaille <akim@epita.fr>
4546 * src/output.c (output_skeleton): Don't hard wire the inclusion of
4548 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
4549 * data/glr.cc: Do not include stack.hh.
4551 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
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.
4559 2005-12-29 Akim <akim@sulaco.local>
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.
4566 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
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):
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.
4585 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
4588 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
4590 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
4591 Remove unnecessary forward static decls.
4593 2005-12-27 Akim Demaille <akim@epita.fr>
4595 * src/reader.c (grammar_current_rule_check): Also check that $$
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):
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
4607 * tests/actions.at (Exotic Dollars): Instead of using unused
4608 values, check that the warning is issued.
4610 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
4612 * NEWS: Improve wording for unused-value warnings.
4614 2005-12-22 Akim Demaille <akim@epita.fr>
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.
4622 2005-12-22 Akim Demaille <akim@epita.fr>
4624 * NEWS: Warn about unused values.
4625 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
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
4632 * src/symtab.c (symbol_print): Accept 0.
4633 * tests/existing.at: Remove the type information.
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):
4642 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
4645 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
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
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.
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
4667 * tests/cxx-type.at: Cast results of malloc, for C++.
4669 2005-12-21 Joel E. Denny <address@hidden>
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.
4675 2005-12-21 Joel E. Denny <address@hidden>
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
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
4691 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
4692 `if (YYID (N))' to pacify lint.
4694 2005-12-21 Akim Demaille <akim@epita.fr>
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.
4710 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
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.
4726 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
4728 * bootstrap (build_cvs_prefix): Remove; unused.
4729 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
4730 when getting gnulib.
4732 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
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
4738 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
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
4745 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
4747 * tests/sets.at (Accept): Fix typos in regular expression used to
4748 sed out the final state number.
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.
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.
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
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.
4812 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
4814 * tests/glr-regression.at
4815 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
4816 Close memory leak reported by twlevo.
4818 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
4820 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
4822 (yyparse): Iterate another stack in order to call user destructors.
4823 * tests/glr-regression.at (No users destructors if stack 0 deleted):
4825 (Duplicated user destructor for lookahead): This test now is expected
4828 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
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.
4844 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
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
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.
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
4858 * tests/conflicts.at (%expect not enough, %expect too much):
4859 (%expect with reduce conflicts): Adjust to new behavior.
4861 2005-11-18 Akim Demaille <akim@epita.fr>
4863 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
4865 * NEWS: Document this.
4866 * doc/bison.texinfo (Expect Decl): Likewise.
4868 2005-11-16 Akim Demaille <akim@epita.fr>
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
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).
4881 * tests/calc.at: Adjust the expected length of the traces.
4883 2005-11-14 Akim Demaille <akim@epita.fr>
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.
4889 2005-11-14 Akim Demaille <akim@epita.fr>
4891 * data/glr.c (yy_reduce_print): Fix the $ number.
4893 2005-11-14 Akim Demaille <akim@epita.fr>
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
4901 2005-11-14 Akim Demaille <akim@epita.fr>
4903 * data/glr.c (yyexpandGLRStack): Declare only if defined.
4905 2005-11-14 Akim Demaille <akim@epita.fr>
4908 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
4910 2005-11-12 Akim Demaille <akim@epita.fr>
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
4918 * doc/bison.texinfo (Initial Action Decl): Use initialize.
4920 2005-11-12 Akim Demaille <akim@epita.fr>
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".
4926 2005-11-12 Akim Demaille <akim@epita.fr>
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.
4933 2005-11-11 Akim Demaille <akim@epita.fr>
4935 * data/glr.c: Comment changes.
4937 2005-11-11 Akim Demaille <akim@epita.fr>
4939 When yydebug, report semantic and location values for reductions.
4940 * data/glr.c (yy_reduce_print): Report the semantic values and the
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
4949 2005-11-10 Akim Demaille <akim@epita.fr>
4951 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
4952 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
4953 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
4955 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
4957 * m4/cxx.m4, examples/Makefile.am: Don't build
4958 examples/calc++ if no C++ compiler is available. (trivial change)
4960 2005-11-09 Akim Demaille <akim@epita.fr>
4962 * src/scan-skel.l: Use a couple of asserts.
4964 2005-11-03 Akim Demaille <akim@epita.fr>
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
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.
4979 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
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):
4990 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
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
4997 2005-10-22 Akim <akim@epita.fr>
4999 * Makefile.cfg: Adjust to config -> build-aux.
5002 2005-10-21 Akim Demaille <akim@epita.fr>
5004 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
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.
5012 2005-10-21 Akim Demaille <akim@epita.fr>
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:
5018 * build-aux/prev-version, build-aux/announce-gen,
5019 * build-aux/Makefile.am: here.
5021 2005-10-14 Akim Demaille <akim@epita.fr>
5023 * examples/calc++/test: Use set -x only when VERBOSE.
5025 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
5027 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
5028 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
5030 2005-10-13 Akim Demaille <akim@epita.fr>
5032 * src/scan-skel.l: Output the base name parts of the parser and
5034 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
5036 Use this to exercise C++ outputs in subdirs.
5037 Reported by Oleg Smolsky.
5039 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
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
5047 2005-10-12 Akim Demaille <akim@epita.fr>
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.
5053 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
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
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.
5068 2005-10-10 Akim Demaille <akim@epita.fr>
5070 * examples/calc++/test: Be quiet unless VERBOSE.
5072 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
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):
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'.
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.
5092 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
5093 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
5095 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
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
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.
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.
5124 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5126 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
5128 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
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
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.
5156 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
5157 this confuses xgettext.
5159 2005-10-02 Akim Demaille <akim@epita.fr>
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.
5169 * doc/bison.texinfo (Require Decl): New.
5170 (Calc++ Parser): Use %require.
5172 2005-10-02 Akim Demaille <akim@epita.fr>
5174 * data/location.cc: New.
5176 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
5177 Akim Demaille <akim@epita.fr>
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.
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.
5199 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
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
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
5209 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
5210 handle the lack of pipe/fork functionality on non-posix systems.
5212 * djgpp/Makefile.maint: DJGPP specific file.
5214 * djgpp/README.in: DJGPP specific file.
5216 * djgpp/config.bat: DJGPP specific configuration file.
5218 * djgpp/config.sed: DJGPP specific configuration file.
5220 * djgpp/config.site: DJGPP specific configuration file.
5222 * djgpp/config_h.sed: DJGPP specific configuration file.
5224 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
5226 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
5228 2005-10-02 Akim Demaille <akim@epita.fr>
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.
5239 2005-10-01 Akim Demaille <akim@epita.fr>
5241 * examples/extexi: Restore the #line generation.
5243 2005-09-30 Akim Demaille <akim@epita.fr>,
5244 Alexandre Duret-Lutz <adl@gnu.org>
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.
5261 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
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.
5269 2005-09-29 Akim Demaille <akim@epita.fr>
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
5278 (yysyntax_error_): Takes the state number as argument.
5279 (yyreduce_print_): Use the argument yyrule, not the former
5282 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
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'.
5291 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
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.
5298 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
5300 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
5301 don't use alloca any more.
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.
5309 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
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
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
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.
5324 * HACKING (release): Forwarn the Translation Project about
5327 2005-09-20 Akim Demaille <akim@epita.fr>
5329 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
5331 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
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.
5343 * doc/bison.texinfo (Error Reporting, Table of Symbols):
5344 yynerrs is the number of errors reported, not the number of
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.
5353 2005-09-19 Akim Demaille <akim@epita.fr>
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.
5362 2005-09-19 Akim Demaille <akim@epita.fr>
5364 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
5365 least Mac OSX with a /usr/local install of gettext.
5367 2005-09-19 Akim Demaille <akim@epita.fr>
5369 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
5370 and yytoken for similarity with the other skeletons.
5372 2005-09-19 Akim Demaille <akim@epita.fr>
5374 * NEWS, configure.ac: update version number to 2.1a.
5376 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
5378 * NEWS: Version 2.1.
5380 * NEWS: Remove notice of yytname change, since it was never in an
5382 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
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.
5394 2005-09-16 Akim Demaille <akim@epita.fr>
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.
5401 2005-09-16 Akim Demaille <akim@epita.fr>
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
5412 2005-09-16 Akim Demaille <akim@epita.fr>
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.
5423 2005-09-16 Akim Demaille <akim@epita.fr>
5425 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
5426 since it's in Bison's name space.
5428 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
5430 * data/glr.c (yyresolveValue): Add default case to pacify
5431 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
5433 * NEWS: Document when yyparse started to return 2.
5434 * doc/bison.texinfo (Parser Function): Document when yyparse
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
5440 (class position): file_name -> filename (reverting). All uses changed.
5442 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
5444 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
5445 do anything if $@ exists. This reverts part of the 2005-07-07
5448 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
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
5459 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
5461 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
5462 Suggested by twlevo@xs4all.nl.
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.
5468 * doc/bison.texinfo: Don't use "filename", as per GNU coding
5469 standards. Use "file name" or "file" or "name", depending on
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.
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.
5486 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
5488 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
5489 to accommodate latest gnulib.
5491 * tests/glr-regression.at (Duplicate representation of merged trees):
5492 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
5494 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
5497 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
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).
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
5508 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
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.
5514 * bootstrap (no_cache): New var, to accommodate different wget
5515 variants. Use it instead of '-C off'. Problem reported by
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.
5522 2005-08-25 Akim Demaille <akim@epita.fr>
5524 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
5526 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
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
5535 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
5537 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
5539 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
5540 lib-prefix.m4, po.m4.
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.
5550 * src/files.c: Remove obsolete FIXME comment.
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.
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>
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.
5569 * configure.ac (AC_INIT): Bump to 2.0c.
5571 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
5573 * NEWS: Version 2.0b.
5575 * Makefile.am (SUBDIRS): Put examples before tests, so that
5576 "make check" doesn't finish with "All 1 tests passed".
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.
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.
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
5595 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
5596 the user's name space. All uses changed to __attribute__
5598 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
5599 Add __attribute__ ((__noreturn__)).
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.
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.
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.
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.
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.
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.
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):
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.
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".
5678 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
5681 * tests/torture.at: Revamp to avoid misuse of atoi that
5682 "make maintainer-distcheck" complained about.
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.
5688 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
5690 * configure.ac: Update version number.
5692 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
5694 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
5695 autogenerated by the maintainer.
5696 * examples/calc++/.cvsignore: Add *.yy.
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.
5702 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
5704 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
5705 from maintainer-distcheck about casting the argument of 'free'.
5707 * NEWS: Mention recent yytname changes.
5708 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
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
5716 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
5717 now that token names are already quoted.
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.
5727 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
5729 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
5730 again if the first call fails.
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.
5748 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
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
5755 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
5756 as the stack isn't valid in that case.
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
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):
5768 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
5769 overly-picky compilers that reject 'char *foo = "bar";'.
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.
5775 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
5776 warnings from GCC 4.
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.
5783 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
5785 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
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.
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
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".
5822 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
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.
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
5834 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
5836 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
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
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
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.
5863 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
5864 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
5866 * tests/glr-regression.at (Badly Collapsed GLR States):
5868 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
5869 yylex should return 0 at EOF rather than aborting.
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.
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
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).
5891 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
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.
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.
5908 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
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.
5928 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
5930 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
5931 a valgrind failure. Problem reported by twlevo@xs4all.nl.
5933 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
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.
5940 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
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
5969 * src/main.c (main): Bind the bison-runtime domain, too.
5971 2005-07-12 Bruno Haible <bruno@clisp.org>
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.
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.
6003 2005-07-12 Akim Demaille <akim@epita.fr>
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.
6010 2005-07-12 Akim Demaille <akim@epita.fr>
6012 * src/parse-gram.y: Use %printer instead of YYPRINT.
6014 2005-07-12 Akim Demaille <akim@epita.fr>
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.
6020 2005-07-12 Akim Demaille <akim@epita.fr>
6022 * data/glr.c (b4_syncline): Fix (swap) the definitions of
6023 b4_at_dollar and b4_dollar_dollar.
6025 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
6027 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
6028 and Pennello's paper.
6030 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
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.
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.
6041 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
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
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
6061 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
6063 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
6064 implied by the other modules.
6066 2005-07-06 Akim Demaille <akim@epita.fr>
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.
6077 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
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.
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
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
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
6116 2005-07-05 Akim Demaille <akim@epita.fr>
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.
6124 2005-06-24 Akim Demaille <akim@epita.fr>
6126 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
6129 2005-06-22 Akim Demaille <akim@epita.fr>
6131 * doc/bison.texinfo (C++ Language Interface): First stab.
6132 (C++ Parsers): Remove.
6134 2005-06-22 Akim Demaille <akim@epita.fr>
6136 * data/lalr1.cc (yylex_): Honor %lex-param.
6138 2005-06-22 Akim Demaille <akim@epita.fr>
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.
6147 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
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.
6153 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
6155 * data/glr.c: Modify treatment of unused parameters to permit use
6156 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
6158 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
6160 Fix infringement on user name space reported by Janos Zoltan Szabo.
6161 * data/yacc.c (yyparse): strlen -> yystrlen.
6163 2005-05-30 Akim Demaille <akim@epita.fr>
6165 * data/lalr1.cc (_): New.
6166 Translate the various messages.
6168 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
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.
6179 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
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
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.
6189 2005-05-24 Bruno Haible <bruno@clisp.org>
6191 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
6192 error message syntax used by gcc-4.0.
6194 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
6196 * README: Mention m4 1.4.3. Remove obsolete advice about
6197 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
6199 * bootstrap: Remove workaround for problem I encountered with
6200 gettext 0.14.1; it seems to be fixed now.
6202 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
6204 * NEWS: Version 2.0a.
6206 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
6207 the previous change.
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
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):
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.
6231 * bootstrap: Add stdio-safer, unistd-safer modules.
6232 Remove m4/glibc2.m4 (introduced by latest gnulib, but
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.
6243 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
6244 yesterday's yacc.c fix.
6246 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
6248 * data/glr.c, data/lalr1.cc: Update copyright date.
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
6260 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
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.
6267 (struct yyGLRState): Add some comments.
6268 (struct yySemanticOption): Add some comments.
6269 (union yyGLRStackItem): Add comment.
6271 (yymergeOptionSets): Correct this to properly perform the union,
6272 avoiding infinite reported by Michael Rosien.
6275 * tests/glr-regression.at: Add test for GLR merging error reported
6278 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
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.
6316 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
6318 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
6319 Problem reported by Ralf Menzel.
6321 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
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
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.
6332 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
6334 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
6336 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
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
6344 * tests/input.at (Torturing the Scanner): Likewise.
6345 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
6347 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
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.
6353 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
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
6360 * src/scan-gram.l: Include quotearg.h.
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
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.
6375 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
6377 * NEWS: Bison-generated C parsers now use the _ macro to
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.
6385 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
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.
6393 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
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.
6400 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
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.
6407 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
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.
6412 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
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.
6418 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
6420 Respond to problems reported by twlevo@xs4all.nl.
6422 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
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.
6428 * data/yacc.c (yyparse): Omit spaces before #line.
6430 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
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
6436 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
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>.
6446 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
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.
6453 * src/vcg.c (output_edge): Don't quote linestyle arg.
6454 Problem reported by twlevo@xs4all.nl.
6456 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
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.
6462 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
6464 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
6465 putsym. Typo reported by Sebastian Piping.
6467 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
6469 * doc/bison.texinfo (Language and Grammar): some -> same
6470 (Epilogue): int he -> in the
6471 Typos reported by Sebastian Piping via Justin Pence.
6473 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
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.
6482 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
6484 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
6485 wants to redefine G_VIEW.
6487 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
6489 * src/vcg.c (get_view_str): Remove case for normal_view.
6490 Problem reported by twlevo@xs4all.nl.
6492 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
6494 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
6495 Problem reported by twlevo@xs4all.nl.
6497 * doc/bison.texinfo: Change @dircategory from "GNU programming
6498 tools" to "Software development". Requested by Richard Stallman
6501 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
6503 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
6504 Problem reported by twlevo@xs4all.nl.
6506 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
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
6513 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
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.
6520 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
6522 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
6523 already. Let config.h define any nonstandard values.
6525 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
6527 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
6528 for the benefit of slower hosts. Problem reported by
6531 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
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)".
6538 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
6540 * TODO: Mention that we should allow NUL bytes in tokens.
6542 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
6544 * src/scan-skel.l (<<EOF>>): Don't close standard output.
6545 Problem reported by Hans Aberg.
6547 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
6549 * src/getargs.c (version): Happy new year; update overall
6550 program copyright date from 2004 to 2005.
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
6558 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
6560 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
6561 to fix an oversight in the Bison 2.0 manual.
6563 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
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.
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.
6575 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
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.
6582 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
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
6599 * doc/bison.texinfo (Location Default Action): Mention that n must
6600 be zero when k is zero. Suggested by Frank Heckenbach.
6602 2004-12-22 Akim Demaille <akim@epita.fr>
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.
6619 2004-12-21 Akim Demaille <akim@epita.fr>
6621 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
6623 2004-12-21 Akim Demaille <akim@epita.fr>
6625 Don't impose std::string for filenames.
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
6632 Forward declare them before the user code.
6633 * tests/Makefile.am (check-local, installcheck-local): Pass
6634 TESTSUITEFLAGS to the TESTSUITE.
6636 2004-12-20 Akim Demaille <akim@epita.fr>
6638 Use more STL like names: my_class instead of MyClass.
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.
6648 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
6650 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
6652 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
6653 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
6655 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
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.
6661 This change does not affect the generated parsers; that's a different
6662 task, as some users will want to conserve memory there.
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.
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.
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):
6686 * src/tables.c (vector_number, tally, action_number,
6687 ACTION_NUMBER_MINIMUM): Likewise.
6688 * src/output.c (muscle_insert_short_int_table): Remove.
6690 2004-12-17 Akim Demaille <akim@epita.fr>
6692 * data/lalr1.cc: Extensive Doxygenation.
6693 (error_): Rename as...
6694 (error): this, since it is visible to the user.
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
6700 * tests/input.at: Escape $.
6702 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
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.
6712 2004-12-16 Akim Demaille <akim@epita.fr>
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.
6718 2004-12-16 Akim Demaille <akim@epita.fr>
6720 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
6723 2004-12-16 Akim Demaille <akim@epita.fr>
6725 Use #define to handle the %name-prefix.
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.
6732 2004-12-16 Akim Demaille <akim@epita.fr>
6734 Move lalr1.cc internals into yy*.
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_):
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_):
6754 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
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.
6766 (N_STRETCH): Rename from N_EXPAND. All uses changed.
6768 2004-12-15 Akim Demaille <akim@epita.fr>
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.
6777 2004-12-15 Akim Demaille <akim@epita.fr>
6779 * data/lalr1.cc (lex_): Rename as...
6781 Move the trace here.
6782 Take the %name-prefix into account.
6783 Reported by Alexandre Duret-Lutz.
6785 2004-12-15 Akim Demaille <akim@epita.fr>
6787 Simplify the C++ parser constructor.
6789 * data/lalr1.cc (debug_): Rename as...
6790 (yydebug_): so that the parser's internals are always in the yy*
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.
6800 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
6803 2004-12-15 Akim Demaille <akim@epita.fr>
6805 Remove b4_root related material: failure experiment
6806 (which goal was to allow to derive from a class).
6808 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
6809 definitions and uses.
6811 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
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.
6817 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
6818 the default definition of YYLLOC_DEFAULT. Problem reported
6819 by Frank Heckenbach.
6821 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
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.
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
6838 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
6840 * HACKING: Update email addresses to send announcements to.
6842 * configure.ac (AC_INIT): Bump version to 1.875f.
6844 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
6846 * NEWS: Version 1.875e.
6847 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
6849 * src/scan-skel.l: Include "complain.h", for "fatal".
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,
6856 * src/relation.c: Likewise.
6857 (top, infinity): Now of type relation_node, not int.
6858 (traverse, relation_transpose): Use relation_node, not int.
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.
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.
6869 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
6871 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
6872 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
6873 unless otherwise specified below.
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
6891 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
6892 (token_actions): Likewise for yydefact, actrow, conflrow,
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.
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.
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):
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.
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]
6923 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
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.
6928 * src/table.c (table_grow): When conflict_table grew, the grown
6929 area wasn't cleared. Fix this.
6931 * lib/.cvsignore: Add strdup.c, strdup.h.
6932 * m4/.cvsignore: Add strdup.m4.
6934 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
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.
6945 2004-11-23 Akim Demaille <akim@epita.fr>
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.
6952 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
6954 * bootstrap (gnulib_modules): Add extensions.
6955 Problem reported by Jim Meyering.
6957 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
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.
6965 2004-11-17 Akim Demaille <akim@epita.fr>
6967 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
6969 2004-11-17 Akim Demaille <akim@epita.fr>,
6970 Alexandre Duret-Lutz <adl@gnu.org>
6972 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
6975 Use it instead of cdebug_.
6976 (Parser::debug_stream, Parser::set_debug_stream): New.
6977 (Parser::symprint_): Define cdebug_ for temporary backward
6979 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
6982 2004-11-17 Akim Demaille <akim@epita.fr>
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.
6989 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
6991 * data/glr.c (yyloc_default): Remove; not used.
6992 Problem reported by Frank Heckenbach.
6994 2004-10-25 Akim Demaille <akim@epita.fr>
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
7011 2004-10-22 Akim Demaille <akim@epita.fr>
7012 and Paul Eggert <eggert@cs.ucla.edu>
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.
7026 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
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>.
7032 2004-10-11 Akim Demaille <akim@epita.fr>
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
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
7047 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
7048 * tests/input.at (Incompatible Aliases): New.
7050 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
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".
7058 2004-10-06 Akim Demaille <akim@epita.fr>
7060 * src/parse-gram.y (add_param): Fix the truncation of trailing
7063 2004-10-05 Akim Demaille <akim@epita.fr>
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.
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
7075 Adjust uses to make sure the code is triggered on empty
7077 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
7078 expected output: empty reductions have empty locations.
7080 2004-09-29 Akim Demaille <akim@epita.fr>
7082 * data/lalr1.cc: Move towards a more standard C++ coding style
7083 for templates: Class < T > -> Class<T>.
7085 2004-09-29 Akim Demaille <akim@epita.fr>
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 ->
7092 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
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.
7097 2004-09-27 Akim Demaille <akim@epita.fr>
7099 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
7101 2004-09-27 Akim Demaille <akim@epita.fr>
7103 * data/lalr1.cc (b4_parse_param_decl_1): New.
7104 (b4_parse_param_decl): Use it to have different names between attribute
7106 (b4_cc_constructor_call): Likewise.
7108 2004-09-24 Akim Demaille <akim@epita.fr>
7110 * src/parse-gram.y (add_param): Strip the leading and trailing
7111 blanks from a formal argument declaration.
7112 (YY_LOCATION_PRINT): New.
7114 2004-09-24 Akim Demaille <akim@epita.fr>
7116 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
7119 2004-09-24 Akim Demaille <akim@epita.fr>
7121 * doc/bison.texinfo (Table of Symbols): Sort.
7123 2004-09-21 Akim Demaille <akim@epita.fr>
7125 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
7126 the useless parentheses.
7127 Suggested by Paul Eggert.
7129 2004-09-20 Akim Demaille <akim@epita.fr>
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.
7135 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
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
7145 Push them in the stacks.
7146 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
7148 2004-09-20 Akim Demaille <akim@epita.fr>
7150 * doc/bison.texinfo (Initial Action Decl): New.
7152 2004-09-20 Akim Demaille <akim@epita.fr>
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
7159 yylloc is not always available.
7160 * data/glr.c: Likewise.
7161 Also, honor initial-actions.
7163 2004-09-20 Akim Demaille <akim@epita.fr>
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.
7185 * src/scan-skel.l: Instead of abort, report error messages to ease
7186 understanding skeleton scanning failures.
7188 2004-09-16 Akim Demaille <akim@epita.fr>
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
7196 We should probably use vector here though.
7198 2004-09-16 Akim Demaille <akim@epita.fr>
7200 Have more complete shift traces.
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.
7213 2004-09-08 Akim Demaille <akim@epita.fr>
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
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.
7239 2004-09-06 Akim Demaille <akim@epita.fr>
7241 * data/lalr1.cc: Adjust the indentation of the labels.
7245 2004-09-06 Akim Demaille <akim@epita.fr>
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
7256 2004-09-03 Akim Demaille <akim@epita.fr>
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.
7265 2004-09-02 Akim Demaille <akim@epita.fr>
7267 * data/lalr1.cc (translate_, destruct_): No reason to be static.
7269 2004-09-02 Akim Demaille <akim@epita.fr>
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
7276 Use it instead of direct symprint_ calls.
7277 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
7280 2004-09-02 Akim Demaille <akim@epita.fr>
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
7286 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
7287 %printer calls to use cdebug_ when using lalr1.cc.
7289 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
7291 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
7292 with #ifdef YYDEBUG.
7294 2004-08-26 Akim Demaille <akim@epita.fr>
7296 * doc/bison.texinfo (Implementing Loops): Rename as...
7297 (Implementing Gotos/Loops): this.
7299 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
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.
7310 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
7312 * src/scan-action.l: Remove. Scanning of semantic actions is
7313 handled in scan-gram.l.
7315 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
7317 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
7319 * src/location.h (struct): The file member is a uniqstr.
7320 (equal_boundaries): Use UNIQSTR_EQ for comparison.
7322 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
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>.
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.
7341 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
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
7348 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
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.
7355 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
7357 * doc/bison.texinfo (Simple GLR Parsers): New section.
7359 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
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
7373 * src/lalr.c (compute_look_ahead_tokens): Renamed from
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.
7384 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
7386 * README: Update location of patched M4 distribution.
7388 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
7390 Don't assume the C++ compiler takes the same arguments as the C compiler
7392 * configure.ac (O0CXXFLAGS): New var.
7393 * tests/atlocal.in (CXXFLAGS): Use it.
7395 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
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
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.
7408 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
7410 * tests/calc.at, tests/actions.at: Workaround for SGI
7411 C++ compiler. (trivial change)
7413 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
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
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
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>.
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).
7435 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
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.
7441 * doc/bison.texinfo (Decl Summary): Also mention that %union
7442 can depend on prerequisite types. Problem reported by Tim
7445 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
7447 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
7448 * README-alpha: Don't tell people not to package this.
7450 * bootstrap: Don't assume $(...) works; use `...` instead.
7451 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
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
7458 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
7460 Undo change made earlier today: it caused autopoint to not bring
7461 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
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.
7469 The gettext version checking is causing more trouble than it's
7470 curing; remove it. Problem reported by Paul Hilfinger.
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.
7476 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
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
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.
7488 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
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>.
7495 * configure.ac (AC_INIT): Update to 1.875e.
7497 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
7499 * NEWS: Version 1.875d.
7500 * configure.ac (AC_INIT): Likewise.
7501 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
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.
7510 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
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.
7518 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
7520 * NEWS: Unescaped newlines are no longer allowed in char & strings.
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
7531 * NEWS: Document %expect-rr.
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.
7538 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
7539 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.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.
7548 * src/parse-gram.y: Put copyright notice inside %{ %} so it
7549 gets copied to the output file.
7551 2004-04-28 Paul Eggert <eggert@twinsun.com>
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
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.
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
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
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
7592 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
7593 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
7595 * src/files.c: Include gnulib's xstrndup.h.
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.
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.
7627 * po/ChangeLog: Remove: all but one entry was a duplicate
7628 of this file, and I moved that 2000-11-02 entry here.
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,
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.
7650 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
7651 support it. (The latest stable gzip doesn't.)
7653 2004-04-27 Paul Eggert <eggert@twinsun.com>
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
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
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
7675 * src/complain.c (_): Remove useless defn, as system.h defines this.
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.
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.
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
7693 * tests/synclines.at (%union synch line): Put a dummy member in
7694 the union, because empty unions aren't allowed in C. Caught
7697 2004-04-13 Jim Meyering <jim@meyering.net>
7699 * src/conflicts.c (conflicts_print): Correct format string typo:
7700 use `%%' to produce literal `%'. (trivial change)
7702 2004-03-30 Paul Eggert <eggert@twinsun.com>
7704 * src/getargs.c (version): Update copyright year to 2004.
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+=):
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):
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.
7740 * src/output.c (muscle_insert_short_int_table): Renamed from
7741 muscle_insert_short_table. All uses changed.
7743 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7745 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
7746 (declaration): Replace expected_conflicts with expected_sr_conflicts.
7747 Add %expect-rr rule.
7749 * src/scan-gram.l: Recognize %expect-rr.
7751 * src/conflicts.h (expected_sr_conflicts): Rename from
7753 (expected_rr_conflicts): Declare.
7755 * src/conflicts.c (expected_sr_conflicts): Rename from
7757 (expected_rr_conflicts): Define.
7758 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
7760 Use expected_sr_conflicts in place of expected_conflicts.
7761 Warn if expected_rr_conflicts used in non-GLR parser.
7763 * doc/bison.texinfo: Add documentation for %expect-rr.
7765 2004-03-08 Paul Eggert <eggert@gnu.org>
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>.
7770 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
7772 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
7773 * src/scan-gram.l (scan_integer): New function.
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.
7780 2004-02-25 Paul Eggert <eggert@twinsun.com>
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>.
7787 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
7789 Support %destructor and merge error locations in lalr1.cc.
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.
7805 2004-02-02 Paul Eggert <eggert@twinsun.com>
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
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.
7816 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
7818 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
7819 (yyreportSyntaxError): Handle case where lookahead token is
7822 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7824 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
7825 resulting parsers are compilable with C++.
7827 2003-12-23 Paul Eggert <eggert@twinsun.com>
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.
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
7839 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
7840 multiple inclusion warnings.
7842 2003-12-02 Akim Demaille <akim@epita.fr>
7844 * doc/bison.texinfo (How Can I Reset the Parser): More about start
7848 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
7850 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
7852 2003-10-07 Paul Eggert <eggert@twinsun.com>
7854 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
7855 if testsuite doesn't exist.
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.
7862 2003-10-05 Paul Eggert <eggert@twinsun.com>
7864 * NEWS: Don't document %no-default-prec, as it's still
7866 * doc/bison.texinfo: Document %no-default-prec only if
7867 the defaultprec flag is set. Normally it's not.
7869 2003-10-04 Paul Eggert <eggert@twinsun.com>
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.
7877 2003-10-01 Paul Eggert <eggert@twinsun.com>
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.
7885 2003-10-01 Akim Demaille <akim@epita.fr>
7887 VCG no longer supports long_straight_phase.
7889 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
7890 * src/print_graph.c (print_graph): Adjust.
7892 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
7893 and Paul Eggert <eggert@twinsun.com>
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.
7906 2003-09-30 Paul Eggert <eggert@twinsun.com>
7908 * tests/testsuite.at: Include local.at, not input.at, fixing
7909 a typo in the 2003-08-25 patch.
7911 2003-08-27 Akim Demaille <akim@epita.fr>
7913 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
7916 2003-08-26 Akim Demaille <akim@epita.fr>
7918 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
7919 "<\#" to avoid magic from Gnus when posting parts of this script.
7921 2003-08-26 Akim Demaille <akim@epita.fr>
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.
7928 2003-08-25 Akim Demaille <akim@epita.fr>
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.
7935 2003-08-25 Akim Demaille <akim@epita.fr>
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.
7943 * src/reader.h, reader.c (epilogue_augment): Remove, replace
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
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.
7954 2003-08-25 Akim Demaille <akim@epita.fr>
7956 * doc/bison.texinfo: Don't promote stdout for error messages.
7958 2003-08-25 Akim Demaille <akim@epita.fr>
7960 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
7961 From Alexandre Duret-Lutz.
7963 2003-08-25 Akim Demaille <akim@epita.fr>
7967 2003-08-25 Akim Demaille <akim@epita.fr>
7969 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
7972 2003-08-25 Akim Demaille <akim@epita.fr>
7974 * data/lalr1.cc (Parser::reduce_print_): New.
7977 2003-08-25 Akim Demaille <akim@epita.fr>
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.
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
7998 2003-08-25 Akim Demaille <akim@epita.fr>
8000 Tune local.at so that people can "autom4te -l autotest calc.at -o
8001 calc" for instance, to extract a sub test suite.
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
8008 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
8011 2003-08-04 Paul Eggert <eggert@twinsun.com>
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.
8018 2003-07-26 Paul Eggert <eggert@twinsun.com>
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.
8026 2003-07-25 Paul Eggert <eggert@twinsun.com>
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.
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.
8043 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
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>
8050 2003-06-25 Akim Demaille <akim@epita.fr>
8052 * config/depcomp, config/install-sh: Update from masters.
8054 2003-06-20 Paul Eggert <eggert@twinsun.com>
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.
8064 2003-06-19 Paul Eggert <eggert@twinsun.com>
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>.
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
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.
8080 2003-06-17 Paul Eggert <eggert@twinsun.com>
8082 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
8083 avoid warnings from picky compilers about redefinition of PARAMS.
8085 2003-06-17 Paul Eggert <eggert@twinsun.com>
8089 * NEWS: Document 1.875b.
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.
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.
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
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.
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.
8133 * lib/.cvsignore: Add stdbool.h.
8134 * m4/.cvsignore: Add nls.m4, po.m4.
8136 Upgrade to CVS gnulib.
8137 * stdbool_.h: File renamed from stdbool.h.in.
8138 * configure.ac (AM_STDBOOL_H): Invoke this instead of
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.
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.
8157 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8159 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
8161 (yyrecoverSyntaxError): Correct the logic for setting and testing
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).
8167 Fixes to avoid problem that $-N rules in GLR parsers can cause
8168 buffer overruns, corrupting state.
8170 * src/output.c (prepare_rules): Output max_left_semantic_context
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.
8179 Fixes to problems with location handling in GLR parsers reported by
8180 Frank Heckenbach (2003/06/05).
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
8186 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
8187 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
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
8200 2003-06-03 Paul Eggert <eggert@twinsun.com>
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.
8217 2003-06-02 Paul Eggert <eggert@twinsun.com>
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.
8223 2003-06-01 Paul Eggert <eggert@twinsun.com>
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.
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.
8244 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
8246 (yyfill): New function.
8248 (yyuserAction): Change type of yynormal to bool, so that it matches
8249 the new yyfill signature. Mark it as possibly unused.
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>
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
8276 2003-05-24 Paul Eggert <eggert@twinsun.com>
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
8283 * data/yacc.c (union yyalloc): Likewise.
8284 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
8286 Switch from 'int' to 'bool' where that makes sense.
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,
8318 * src/conflicts.c (count_rr_conflicts): Likewise.
8319 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
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.
8347 * config/install-sh: Sync from automake 1.7.5.
8349 2003-05-14 Paul Eggert <eggert@twinsun.com>
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
8360 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
8362 %parse-param support for lalr1.cc.
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
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++.
8376 2003-05-12 Paul Eggert <eggert@twinsun.com>
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.
8384 2003-05-05 Paul Eggert <eggert@twinsun.com>
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>.
8391 2003-05-03 Paul Eggert <eggert@twinsun.com>
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>.
8398 2003-04-29 Akim Demaille <akim@epita.fr>
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.
8410 2003-04-29 Akim Demaille <akim@epita.fr>
8412 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
8414 2003-04-29 Akim Demaille <akim@epita.fr>
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
8420 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
8422 * data/yacc.c: (b4_lex_param): Corrected for the case where
8423 %lex-param is provided and %pure-parser isn't.
8425 2003-04-27 Paul Eggert <eggert@twinsun.com>
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.
8433 2003-04-26 Paul Eggert <eggert@twinsun.com>
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>.
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>.
8448 2003-04-21 Paul Eggert <eggert@twinsun.com>
8450 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
8453 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
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)
8459 2003-04-17 Paul Eggert <eggert@twinsun.com>
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.
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>.
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.
8479 * tests/existing.at (GNU pic Grammar): New test case, taken from
8482 2003-03-31 Akim Demaille <akim@epita.fr>
8484 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
8486 2003-03-31 Akim Demaille <akim@epita.fr>
8488 * src/output.c (prepare_symbols): Avoid trailing spaces in the
8491 2003-03-31 Akim Demaille <akim@epita.fr>
8493 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
8494 From Paul Hilfinger.
8496 2003-03-29 Akim Demaille <akim@epita.fr>
8498 * m4/error.m4: Do not put under dynamic conditions some code which
8499 expansion is under static control.
8501 2003-03-29 Akim Demaille <akim@epita.fr>
8503 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
8505 2003-03-29 Akim Demaille <akim@epita.fr>
8507 * doc/bison.texinfo (Strings are Destroyed): New.
8509 2003-03-13 Paul Eggert <eggert@twinsun.com>
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.
8516 2003-03-12 Paul Eggert <eggert@twinsun.com>
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.
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>.
8532 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
8533 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
8536 Merge changes from gnulib. This was prompted because the CVS
8537 snapshot didn't build on Solaris 7 due to strnlen problems.
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}
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
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
8560 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
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.
8576 * src/system.h: Include <stdbool.h> unconditionally.
8578 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
8579 assuming at least C89 in the bitset code for some time now.
8581 2003-03-03 Akim Demaille <akim@epita.fr>
8585 2003-03-02 Akim Demaille <akim@epita.fr>
8587 * doc/bison.texinfo (Table of Symbols): Reactivate the
8588 documentation for %lex-param, and %parse-param.
8590 2003-03-02 Akim Demaille <akim@epita.fr>
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.
8597 2003-03-02 Akim Demaille <akim@epita.fr>
8599 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
8602 2003-03-02 Akim Demaille <akim@epita.fr>
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.
8608 2003-03-02 Akim Demaille <akim@epita.fr>
8610 Create tests/local.at for Bison generic testing macros.
8612 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
8613 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
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.
8622 2003-03-01 Paul Eggert <eggert@twinsun.com>
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.
8633 2003-03-01 Akim Demaille <akim@epita.fr>
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.
8640 2003-02-28 Paul Eggert <eggert@twinsun.com>
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>.
8646 2003-02-26 Paul Eggert <eggert@twinsun.com>
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.
8654 2003-02-24 Paul Eggert <eggert@twinsun.com>
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.
8663 * config/depcomp: Sync with Automake 1.7.3.
8665 2003-02-21 Akim Demaille <akim@epita.fr>
8667 * data/lalr1.cc: Use temporary variables instead of casts to
8668 change integer types.
8669 Suggested by Paul Eggert.
8671 2003-02-21 Akim Demaille <akim@epita.fr>
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.
8677 2003-02-20 Akim Demaille <akim@epita.fr>
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
8683 Use "last" so that we subtract from Positions, not from unsigned.
8685 2003-02-20 Akim Demaille <akim@epita.fr>
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.
8693 2003-02-20 Akim Demaille <akim@epita.fr>
8695 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
8697 Redefine AT_YYERROR_SEES_LOC_IF using it.
8698 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
8700 Don't use the location in yy::Parser::error_ and
8701 yy::Parser::print_ when not %locations.
8702 Activate more lalr1.cc tests.
8704 2003-02-19 Akim Demaille <akim@epita.fr>
8706 * data/lalr1.cc: When displaying a line number, be sure to make it
8709 2003-02-19 Akim Demaille <akim@epita.fr>
8711 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
8713 (YYABORT, YYACCEPT, YYERROR): New.
8714 * tests/calc.at: Renable the lalr1.cc test.
8716 2003-02-19 Akim Demaille <akim@epita.fr>
8718 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
8719 error recovery, mixing with/without pops and discarding of the
8722 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
8724 2003-02-17 Paul Eggert <eggert@twinsun.com>
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>.
8731 2003-02-12 Paul Eggert <eggert@twinsun.com>
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.
8740 The bug still remains in data/lalr1.cc, as I didn't have time
8743 2003-02-06 Akim Demaille <akim@epita.fr>
8745 * configure.ac (GXX): Rename as...
8746 (CXX): this, to keep the original Autoconf semantics.
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
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
8765 Adjust the C locations to match those from Emacs: first column is
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)
8776 (AT_CHECK_POPDEFS): Undefine them.
8777 (AT_CHECK_CALC_LALR1_CC): New.
8778 Use it for the first lalr1.cc test.
8780 2003-02-04 Akim Demaille <akim@epita.fr>
8782 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
8783 Location as is defined.
8785 2003-02-04 Akim Demaille <akim@epita.fr>
8787 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
8788 name_ being defined.
8790 2003-02-03 Paul Eggert <eggert@twinsun.com>
8792 * src/gram.h (start_symbol): Remove unused decl.
8794 Use more-consistent naming conventions for local vars.
8796 * src/derives.c (derives_compute): Change type of local var from
8798 * src/gram.c (grammar_rules_partial_print): Likewise.
8799 * src/print.c (print_core): Likewise.
8800 * src/reduce.c (reduce_grammar_tables): Likewise.
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.
8806 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
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):
8813 * src/state.c (transitions_to): Likewise.
8814 * src/state.h: Likewise.
8815 * src/tables.c (symbol_number_to_vector_number): Likewise.
8817 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
8820 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
8823 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
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.
8830 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
8832 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
8834 * src/uniqstr.h: Likewise.
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.
8843 2003-02-02 Akim Demaille <akim@epita.fr>
8845 * src/scan-skel.l: Scan more than one inert character per yylex
8848 2003-02-01 Paul Eggert <eggert@twinsun.com>
8852 * po/LINGUAS: Add ms.
8854 2003-01-30 Akim Demaille <akim@epita.fr>
8856 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
8858 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8860 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
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>.
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
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
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.
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.
8891 2003-01-28 Paul Eggert <eggert@twinsun.com>
8893 * data/lalr1.cc: Do not use @output_header_name@ unless
8894 b4_defines_flag is set. This fixes two bugs reported by
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>.
8899 2003-01-21 Paul Eggert <eggert@twinsun.com>
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
8907 (yyerrlab1): Move code to YERROR.
8908 (yyerrlab2): Remove. Change uses back to yyerrlab1.
8909 This reverts some of the 2002-12-27 change.
8911 2003-01-17 Paul Eggert <eggert@twinsun.com>
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>.
8917 2003-01-13 Akim Demaille <akim@epita.fr>,
8918 Quoc Peyrot <chojin@lrde.epita.fr>,
8919 Robert Anisko <anisko_r@lrde.epita.fr>
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.
8928 2003-01-11 Paul Eggert <eggert@twinsun.com>
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).
8941 * src/getargs.c (version): Update copyright year.
8943 2003-01-09 Akim Demaille <akim@epita.fr>
8945 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
8947 2003-01-08 Paul Eggert <eggert@twinsun.com>
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.
8954 2003-01-06 Paul Eggert <eggert@twinsun.com>
8956 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
8957 the GLR paper of Scott, Johnstone and Hussain.
8959 2003-01-04 Paul Eggert <eggert@twinsun.com>
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.
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.
8972 2003-01-03 Paul Eggert <eggert@twinsun.com>
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.
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.
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.
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).
8993 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
8994 Reported by Nelson H. F. Beebe.
8996 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
8998 2003-01-02 Paul Eggert <eggert@twinsun.com>
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.
9004 2003-01-01 Paul Eggert <eggert@twinsun.com>
9008 2002-12-30 Paul Eggert <eggert@twinsun.com>
9010 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
9012 (<INITIAL>","): Here. This causes stray "," to be treated
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
9020 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
9021 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
9023 2002-12-28 Paul Eggert <eggert@twinsun.com>
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
9029 2002-12-28 Paul Eggert <eggert@twinsun.com>
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
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.
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.
9057 2002-12-27 Paul Eggert <eggert@twinsun.com>
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>.
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.
9080 2002-12-26 Paul Eggert <eggert@twinsun.com>
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..
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.
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 ".".
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
9105 2002-12-25 Paul Eggert <eggert@twinsun.com>
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".
9113 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
9116 * src/parse-gram.y (declaration): Use enum "report_states" rather
9117 than its numeric value 1.
9119 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
9120 opening a new one. This fixes Debian bug 165349, reported by
9123 2002-12-24 Paul Eggert <eggert@twinsun.com>
9127 * Makefile.maint (cvs-update): Don't assume that the shell
9128 supports $(...), as Solaris sh doesn't.
9130 * src/parse-gram.y (lloc_default): Remove test for empty
9131 nonterminals at the end, since it didn't change the result.
9133 2002-12-24 Paul Eggert <eggert@twinsun.com>
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.
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'.
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.
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.
9159 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
9160 does not specify a union tag. This is for compatibility with
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.
9174 * src/reader.h (braced_code, current_braced_code): Remove.
9175 (token_name): New decl.
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.
9195 * NEWS, doc/bison.texinfo: Document the above.
9196 * NEWS: Fix years and program names in copyright notice.
9198 2002-12-17 Paul Eggert <eggert@twinsun.com>
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.
9204 2002-12-15 Paul Eggert <eggert@twinsun.com>
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.
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
9219 2002-12-13 Paul Eggert <eggert@twinsun.com>
9223 POSIX requires a "yacc" command.
9224 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
9225 (MOSTLYCLEANFILES): Add yacc.
9227 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
9228 as an alias for bison y.
9230 * po/LINGUAS: Add da.
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.
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
9241 * config/install-sh: Sync with autotools.
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.
9250 2002-12-12 Paul Eggert <eggert@twinsun.com>
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.
9256 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
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
9266 * src/derives.c (derives_compute): Do not bother invoking
9267 int_of_rule_number, since rule numbers are integers.
9269 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
9270 rather than XMALLOC (char, N).
9272 * src/files.c (filename_split): Rewrite to avoid cast.
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.
9282 * src/gram.h (int_of_rule_number): Remove; no longer used.
9284 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
9285 since the resulting storage is always stored into.
9287 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
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):
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):
9312 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
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.
9320 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
9321 local var instead of casting to unsigned char, to avoid casts.
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
9328 (state_new): Initialize all members.
9330 * src/state.c (state_hash): Use unsigned accumulator, not signed.
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.
9337 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
9338 (symbol_processor): Remove.
9339 (symbols_do): Remove decl; now static.
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
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.
9355 * src/vcg.h: Correct misspellings.
9357 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
9360 * src/getargs.c (getargs): Don't assume EOF == -1.
9362 2002-12-09 Paul Eggert <eggert@twinsun.com>
9364 Change identifier spellings to avoid collisions with names
9365 that are reserved by POSIX.
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.
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,
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
9456 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
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.
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.
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):
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.
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
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.
9508 Sort include-file uses.
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".
9518 2002-12-08 Paul Eggert <eggert@twinsun.com>
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>.
9527 2002-12-06 Paul Eggert <eggert@twinsun.com>
9529 Add support for rules that do not have trailing semicolons, as
9530 POSIX requires. Improve the quality of locations in Bison
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.
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
9564 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
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,
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
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.
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.
9608 2002-12-06 Paul Eggert <eggert@twinsun.com>
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.
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.
9618 2002-12-02 Paul Eggert <eggert@twinsun.com>
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>.
9625 2002-11-30 Paul Eggert <eggert@twinsun.com>
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.
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.
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.
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,
9648 2002-11-29 Paul Eggert <eggert@twinsun.com>
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
9657 %parse-param and %lex-param now take just one argument, the
9658 declaration; the argument name is deduced from the declaration.
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.
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.
9669 2002-11-27 Paul Eggert <eggert@twinsun.com>
9671 Rename identifiers to avoid real and potential collisions.
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.
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.
9693 * src/parse-gram.y (gram_error): loc is now const *.
9694 * src/reader.h (gram_error): Likewise.
9696 2002-11-24 Paul Eggert <eggert@twinsun.com>
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.
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.
9711 * lib/error.c: Sync with gnulib.
9713 2002-11-22 Paul Eggert <eggert@twinsun.com>
9715 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
9716 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
9717 * lib/xmalloc.c: Likewise.
9719 2002-11-20 Paul Eggert <eggert@twinsun.com>
9721 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
9723 2002-11-20 Paul Eggert <eggert@twinsun.com>
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.
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.
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.
9754 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
9755 (ARGMATCH_CONSTRAINT): New macro.
9756 (ARGMATCH_ASSERT): Use it.
9758 * src/system.h (verify): New macro.
9759 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
9761 * src/tables.c (tables_generate): Likewise.
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.
9768 2002-11-18 Paul Eggert <eggert@twinsun.com>
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>.
9775 2002-11-18 Akim Demaille <akim@epita.fr>
9777 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
9779 From Tim Van Holder.
9781 2002-11-17 Paul Eggert <eggert@twinsun.com>
9783 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
9784 to "SyntaxError" for consistency with my 2002-11-15 change.
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
9791 (yyhasResolvedValue): Remove unused function.
9792 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
9794 (yyreportSyntaxError): Renamed from yyreportParseError.
9795 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
9797 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
9798 extern when possible. Remove unused initializations.
9800 2002-11-16 Akim Demaille <akim@epita.fr>
9802 Augment the similarity between GLR and LALR traces.
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
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.
9813 2002-11-16 Akim Demaille <akim@epita.fr>
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.
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'.
9828 2002-11-16 Akim Demaille <akim@epita.fr>
9830 Make the ``Printers and Destructors'' test more verbose, taking
9831 `yacc.c''s behavior as (possibly wrong) reference.
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.
9838 2002-11-16 Paul Eggert <eggert@twinsun.com>
9840 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
9842 2002-11-15 Paul Eggert <eggert@twinsun.com>
9844 * tests/actions.at (Actions after errors): New test case.
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.
9854 2002-11-15 Akim Demaille <akim@epita.fr>
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.
9864 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
9866 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
9867 definition; avoids potential autoreconf problems.
9869 2002-11-15 Akim Demaille <akim@epita.fr>
9871 Always check the value returned by yyparse.
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.
9877 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
9878 returned by yyparse.
9880 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9882 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
9885 2002-11-14 Paul Eggert <eggert@twinsun.com>
9887 * src/output.c (output_skeleton): Call xfopen instead of
9888 duplicating xfopen's body.
9890 Fix bugs reported by Nelson H. F. Beebe in
9891 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
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.
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.
9904 2002-11-14 Akim Demaille <akim@epita.fr>
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.
9911 2002-11-14 Akim Demaille <akim@epita.fr>
9913 * tests/atlocal.in (CPPFLAGS): We have config.h.
9914 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
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'.
9924 2002-11-14 Akim Demaille <akim@epita.fr>
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.
9931 2002-11-13 Paul Eggert <eggert@twinsun.com>
9933 Fix some bugs reported by Albert Chin-A-Young in
9934 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
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.
9941 * tests/input.at (Torturing the Scanner): Remove lines containing
9942 solitary backslashes, as they tickle a bug in the HP C compiler.
9944 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
9945 comments, since they're not portable. Use GNU coding style.
9947 2002-11-13 Akim Demaille <akim@epita.fr>
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.
9955 2002-11-12 Paul Eggert <eggert@twinsun.com>
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>.
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.
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>.
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
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.
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.
9990 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
9992 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
9993 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
9996 2002-11-12 Akim Demaille <akim@epita.fr>
9998 * Makefile.maint: Sync with Autoconf:
9999 (local_updates): New.
10001 2002-11-12 Akim Demaille <akim@epita.fr>
10003 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
10005 2002-11-12 Akim Demaille <akim@epita.fr>
10007 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
10010 2002-11-12 Akim Demaille <akim@epita.fr>
10012 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
10015 2002-11-12 Akim Demaille <akim@epita.fr>
10017 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
10018 Use it to test the GLR parser.
10020 2002-11-12 Akim Demaille <akim@epita.fr>
10022 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
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
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.
10039 2002-11-12 Akim Demaille <akim@epita.fr>
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.
10051 2002-11-12 Akim Demaille <akim@epita.fr>
10053 * doc/bison.texinfo (Destructor Decl): New.
10055 2002-11-12 Akim Demaille <akim@epita.fr>
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
10066 2002-11-12 Akim Demaille <akim@epita.fr>
10068 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
10070 * src/scan-gram.l (last_string): Is global to the file, not to
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.
10078 2002-11-12 Akim Demaille <akim@epita.fr>
10080 * src/getargs.c (long_options): Remove duplicates.
10081 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
10083 * doc/bison.rnh: Remove.
10084 * doc/bison.texinfo (VMS Invocation): Remove.
10086 2002-11-12 Akim Demaille <akim@epita.fr>
10088 * src/struniq.h, src/struniq.c (struniq_t): Is const.
10089 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
10091 Use struniq for symbols.
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):
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.
10109 Use struniq for file names.
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
10119 Don't free the input file name.
10121 2002-11-12 Akim Demaille <akim@epita.fr>
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.
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.
10134 2002-11-11 Paul Eggert <eggert@twinsun.com>
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>
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.
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.
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
10158 * data/lalr1.cc: Likewise.
10159 * data/yacc.c: Likewise.
10161 * src/files.c (output_infix): Remove; all uses removed.
10162 * src/files.h: Likewise.
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
10167 * data/yacc.c: Likewise.
10168 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
10170 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
10171 * data/yacc.c: Likewise.
10173 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
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.
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.
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 ].
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.
10201 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
10202 __oline__, #output, $@, and @{ do not have unintended meanings.
10204 2002-11-09 Paul Eggert <eggert@twinsun.com>
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
10211 (yygetLRActions, yyrecoverParseError): Use them.
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.
10218 * tests/regression.at (Invalid inputs): Adjust wording in
10219 diagnostic to match the new behavior.
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
10228 2002-11-07 Paul Eggert <eggert@twinsun.com>
10230 * src/parse-gram.y (CHARACTER): Remove unused token.
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.
10237 Remove nounput option. At an unexpected end of file, we now unput
10238 the minimal input necessary to end cleanly; this simplifies the
10241 Avoid unbounded token sizes where this is easy.
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.
10252 2002-11-07 Akim Demaille <akim@epita.fr>
10254 Let yyerror always receive the msg as last argument, so that
10255 yyerror can be variadic.
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.
10265 2002-11-06 Akim Demaille <akim@epita.fr>
10267 #line should have quoted strings.
10268 Ideally, this should be done by m4_quotearg.
10270 * src/scan-skel.l: Include quotearg.h.
10272 * src/output.c (symbol_printers_output)
10273 (symbol_destructors_output): Quote the file name.
10275 2002-11-06 Akim Demaille <akim@epita.fr>
10277 * tests/regression.at (Invalid inputs): Adjust to the recent
10280 2002-11-06 Akim Demaille <akim@epita.fr>
10282 Restore --no-lines.
10283 Reported by Jim Kent.
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.
10292 2002-11-06 Akim Demaille <akim@epita.fr>
10294 * src/main.c (main): Free `infile'.
10295 * src/scan-gram.l (handle_syncline): New.
10297 * src/output.c (user_actions_output, symbol_destructors_output)
10298 (symbol_printers_output): Use the location's file name, not
10300 * src/reader.c (prologue_augment, epilogue_set): Likewise.
10302 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10304 * src/tables.c (matching_state): Don't allow states to match if
10305 either has GLR conflict entries.
10307 2002-11-05 Paul Eggert <eggert@twinsun.com>
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
10314 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
10315 Also, remove one static variable in the scanner.
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.
10325 2002-11-05 Akim Demaille <akim@epita.fr>
10327 * src/scan-gram.l: When it starts with `%', complain about the
10328 whole directive, not just that `invalid character: %'.
10330 2002-11-04 Akim Demaille <akim@epita.fr>
10332 * Makefile.maint: Update from Autoconf.
10333 (update, cvs-update, po-update, do-po-update): New.
10335 2002-11-04 Akim Demaille <akim@epita.fr>
10337 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
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.
10344 2002-11-04 Akim Demaille <akim@epita.fr>
10346 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
10348 * src/scan-gram.l: Use [\'] instead of ['] to pacify
10351 Use quote, not quote_n since LOCATION_PRINT no longer uses the
10354 2002-11-03 Paul Eggert <eggert@twinsun.com>
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.
10361 2002-11-03 Akim Demaille <akim@epita.fr>
10363 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
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.
10379 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
10380 When using a pure parser, also need the parse-params.
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.
10396 2002-11-03 Akim Demaille <akim@epita.fr>
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.
10403 2002-11-03 Paul Eggert <eggert@twinsun.com>
10405 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
10406 to count columns correctly, and to check for invalid inputs.
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.
10414 Handle CRLF in C code rather than in Lex code.
10415 (YY_INPUT): New macro.
10416 (no_cr_read): New function.
10418 Scan UCNs, even though we don't fully handle them yet.
10419 (convert_ucn_to_byte): New function.
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.;
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).
10430 (letter, id): Don't assume ASCII; e.g., spell out a-z.
10432 ({int}, handle_action_dollar, handle_action_at): Check for integer
10435 (YY_STEP): Omit trailing semicolon, so that it's more like C.
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.
10443 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
10444 with quote slot used by complain_at.
10446 * tests/input.at: Add tests for backslash-newline, m4 quotes
10447 in symbols, long literals, and funny escapes in strings.
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.
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.
10460 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
10463 2002-11-02 Paul Eggert <eggert@twinsun.com>
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.
10469 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
10470 bug in trigraph handling.
10472 * src/output.c (prepare_symbols): When printing token names,
10473 escape "[" as "@<:@" and likewise for "]".
10475 * src/system.h (errno): Remove declaration, as we are now
10476 assuming C89 or better, and C89 guarantees errno.
10478 2002-10-30 Paul Eggert <eggert@twinsun.com>
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
10484 * src/files.c (xfclose): Likewise. Report I/O error if ferror
10486 * src/output.c (output_skeleton): Use xfclose rather than fclose
10487 and ferror. xfclose now checks ferror.
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.
10493 2002-10-30 Akim Demaille <akim@epita.fr>
10495 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
10498 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
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.
10504 2002-10-24 Paul Eggert <eggert@twinsun.com>
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.
10514 2002-10-24 Akim Demaille <akim@epita.fr>
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
10521 2002-10-24 Akim Demaille <akim@epita.fr>
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.
10530 2002-10-23 Paul Eggert <eggert@twinsun.com>
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.
10538 2002-10-22 Akim Demaille <akim@epita.fr>
10540 * src/system.h: Include sys/types.
10541 Reported by Bert Deknuydt.
10543 2002-10-23 Paul Eggert <eggert@twinsun.com>
10545 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
10546 Suggested by Art Haas.
10548 2002-10-22 Paul Eggert <eggert@twinsun.com>
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.
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
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.
10566 2002-10-22 Akim Demaille <akim@epita.fr>
10568 * data/README: New.
10570 2002-10-21 Paul Eggert <eggert@twinsun.com>
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.
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.
10587 * src/main.c (main): Use exit to exit with failure.
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.
10595 * src/getarg.c (getargs): Remove duplicate code for
10596 "Try `bison --help'".
10598 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
10599 What was that "2" for?
10601 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
10602 * src/getargs.c (usage): Likewise.
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.
10608 2002-10-20 Paul Eggert <eggert@twinsun.com>
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.
10623 2002-10-20 Akim Demaille <akim@epita.fr>
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.
10633 2002-10-20 Akim Demaille <akim@epita.fr>
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
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.
10647 2002-10-20 Akim Demaille <akim@epita.fr>
10649 * src/output.c (prepare): Move the definition of `tokens_number',
10650 `nterms_number', `undef_token_number', `user_token_number_max'
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 `<'.
10662 2002-10-20 Akim Demaille <akim@epita.fr>
10664 * src/tables.h, src/tables.c, src/output.c: Comment changes.
10666 2002-10-20 Akim Demaille <akim@epita.fr>
10668 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
10671 2002-10-20 Akim Demaille <akim@epita.fr>
10673 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
10674 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
10676 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
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):
10682 2002-10-19 Paul Eggert <eggert@twinsun.com>
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.
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.
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.
10714 * src/output.c (prepare): Use xstrdup to convert char const *
10715 to char *, to avoid GCC warning.
10717 2002-10-19 Akim Demaille <akim@epita.fr>
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.
10725 2002-10-19 Akim Demaille <akim@epita.fr>
10727 Prototype support of %lex-param and %parse-param.
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.
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.
10749 2002-10-19 Akim Demaille <akim@epita.fr>
10751 * src/getargs.c (usage): Take status as argument and exit
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 ()'.
10758 2002-10-18 Paul Eggert <eggert@twinsun.com>
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.
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.
10768 2002-10-17 Akim Demaille <akim@epita.fr>
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.
10780 2002-10-16 Paul Eggert <eggert@twinsun.com>
10782 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
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.
10793 2002-10-15 Paul Eggert <eggert@twinsun.com>
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.
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.
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):
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.
10869 2002-10-14 Akim Demaille <akim@epita.fr>
10873 2002-10-14 Akim Demaille <akim@epita.fr>
10875 * tests/Makefile.am (maintainer-check-posix): New.
10877 2002-10-14 Akim Demaille <akim@epita.fr>
10879 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
10882 2002-10-14 Akim Demaille <akim@epita.fr>
10884 * src/tables.c (table_ninf_remap): base -> tab.
10885 Reported by Matt Rosing.
10887 2002-10-14 Paul Eggert <eggert@twinsun.com>
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.
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.
10903 2002-10-13 Paul Eggert <eggert@twinsun.com>
10905 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
10906 true due to limited range of data type" warning from GCC.
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.
10912 2002-10-13 Akim Demaille <akim@epita.fr>
10914 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
10915 Un yy- yyrhs to avoid the name clash with the global YYRHS.
10917 2002-10-13 Akim Demaille <akim@epita.fr>
10919 * Makefile.maint: Update from Autoconf 2.54.
10920 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
10922 2002-10-13 Akim Demaille <akim@epita.fr>
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.
10928 2002-10-13 Akim Demaille <akim@epita.fr>
10930 Let nondeterministic skeletons be usable with deterministic
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.
10941 * src/tables.c (pack_table): Always create conflict_table.
10942 (token_actions): Always create conflict_list.
10943 * data/glr.c (YYFLAG): Remove, unused.
10945 2002-10-13 Akim Demaille <akim@epita.fr>
10947 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
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.
10956 2002-10-13 Akim Demaille <akim@epita.fr>
10958 * data/glr.c: Formatting changes.
10959 Tweak some trace messages to match yacc.c's.
10961 2002-10-13 Akim Demaille <akim@epita.fr>
10963 GLR parsers sometimes raise parse errors instead of performing the
10965 Reported by Charles-Henry de Boysson.
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
10971 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
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
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.
10989 2002-10-13 Paul Eggert <eggert@twinsun.com>
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
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.
11002 2002-10-12 Paul Eggert <eggert@twinsun.com>
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>.
11011 * lib/timevar.c: Update copyright date and clarify comments.
11012 (get_time) [IN_GCC]: Keep the GCC version for reference.
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.
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>.
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>.
11030 2002-10-11 Paul Eggert <eggert@twinsun.com>
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/>.
11037 2002-10-11 Akim Demaille <akim@epita.fr>
11039 * tests/regression.at Characters Escapes): New.
11040 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
11042 Reported by Jan Nieuwenhuizen.
11044 2002-10-11 Akim Demaille <akim@epita.fr>
11048 2002-10-10 Paul Eggert <eggert@twinsun.com>
11050 Portability fixes for bitsets; this also avoids several GCC
11053 * lib/abitset.c: Include <stddef.h>, for offsetof.
11054 * lib/lbitset.c: Likewise.
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.
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.
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.
11091 * lib/abitset.h: Include bitset.h, not bbitset.h.
11092 * lib/ebitset.h: Likewise.
11093 * lib/lbitset.h: Likewise.
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.
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,
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):
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
11126 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11128 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
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
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.
11141 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
11144 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
11146 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
11147 Use offsetof, for simplicity.
11149 2002-10-06 Paul Eggert <eggert@twinsun.com>
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.
11158 2002-10-04 Paul Eggert <eggert@twinsun.com>
11162 * configure.ac (AC_INIT), NEWS: Increment version number.
11164 * doc/bison.texinfo: Minor spelling, grammar, and white space
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.
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.
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.
11182 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
11183 POSIX 1003.1-2001 has removed fgrep.
11185 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
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.
11191 2002-10-01 Paul Eggert <eggert@twinsun.com>
11193 More fixes for 64-bit hosts and large bitsets.
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):
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):
11215 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
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):
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.
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):
11244 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
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.
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.
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).
11264 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
11265 when computing sizes.
11266 * lib/ebitset.c (ebitset_elts_grow): Likewise.
11268 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
11269 and avoid cast to unsigned.
11271 2002-09-30 Akim Demaille <akim@epita.fr>
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.
11277 2002-09-30 Art Haas <ahaas@neosoft.com>
11279 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
11281 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
11284 2002-09-27 Akim Demaille <akim@epita.fr>
11288 2002-09-27 Akim Demaille <akim@epita.fr>
11290 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
11291 (Because of AC_LIBSOURCE).
11293 2002-09-27 Akim Demaille <akim@epita.fr>
11295 Playing with Autoscan.
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.
11302 2002-09-27 Akim Demaille <akim@epita.fr>
11304 Playing with Autoscan.
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
11312 2002-09-24 Akim Demaille <akim@epita.fr>
11314 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
11315 (Frequently Asked Questions, Parser Stack Overflow): New.
11317 2002-09-13 Akim Demaille <akim@epita.fr>
11319 Playing with autoscan.
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.
11326 2002-09-13 Akim Demaille <akim@epita.fr>
11328 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
11329 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
11331 2002-09-13 Akim Demaille <akim@epita.fr>
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.
11339 2002-09-12 Akim Demaille <akim@epita.fr>
11341 * m4/prereq.m4: Update, from Coreutils 4.5.1.
11343 2002-09-12 Akim Demaille <akim@epita.fr>
11345 * m4/prereq.m4: Update, from Fileutils 4.1.5.
11346 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
11347 Reported by Martin Mokrejs.
11349 2002-09-10 Akim Demaille <akim@epita.fr>
11351 * src/parse-gram.y: Associate a human readable string to each
11353 * tests/regression.at (Invalid inputs): Adjust.
11355 2002-09-10 Gary V. Vaughan <gary@gnu.org>
11357 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
11358 with an Autoconf-2.5x style configure.ac.
11360 2002-09-06 Paul Eggert <eggert@twinsun.com>
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.
11366 2002-09-06 Akim Demaille <akim@epita.fr>
11368 * data/c.m4 (b4_copyright): Move the GPL exception comment from
11370 * data/yacc.c: here.
11372 * data/lalr1.cc (struct yyltype): Don't define it, since we use
11374 (b4_ltype): Default to yy::Location from location.hh.
11376 2002-09-04 Jim Meyering <jim@meyering.net>
11378 * data/yacc.c: Guard the declaration of yytoknum also with
11379 `#ifdef YYPRINT', so it is declared only when used.
11381 2002-09-04 Akim Demaille <akim@epita.fr>
11383 * configure.in: Rename as...
11384 * configure.ac: this.
11387 2002-09-04 Akim Demaille <akim@epita.fr>
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.
11393 2002-08-12 Paul Eggert <eggert@twinsun.com>
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.
11408 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
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
11415 (yypstates): Do not assume that ptrdiff_t is the same width
11416 as int, and similarly for yyposn and YYINDEX.
11418 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
11420 * lib/Makefile.am (INCLUDES): Do not include from the intl
11421 directory, which has been removed.
11422 * src/Makefile.am (INCLUDES): Likewise.
11424 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
11425 (bitsets_sources, additional_bitsets_sources, timevars_sources):
11428 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
11429 * tests/Makefile.am (EXTRA_DIST): Likewise.
11431 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
11432 Do not assume that bitset_windex is the same width as unsigned.
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.
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.
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.
11454 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
11455 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
11457 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
11458 PROTOTYPES to check for prototypes, and "defined __STDC__" to
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.
11466 * lib/bitset_stats.c: Include "gettext.h".
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.
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.
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.
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,
11496 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
11498 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
11500 * src/complain.c (strerror_r): Remove decl; not needed.
11501 (strerror): Use same pattern as ../lib/error.c.
11503 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
11505 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
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.
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.
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.
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).
11524 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
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'.
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.
11534 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
11535 Use it for the two large tests.
11537 2002-08-02 Akim Demaille <akim@epita.fr>
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
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.
11556 2002-08-01 Akim Demaille <akim@epita.fr>
11558 Instead of attaching lookaheads and duplicating the rules being
11559 reduced by a state, attach the lookaheads to the reductions.
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
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.
11581 2002-08-01 Akim Demaille <akim@epita.fr>
11583 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
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.
11596 2002-08-01 Akim Demaille <akim@epita.fr>
11598 * lib/timevar.c (get_time): Include children time.
11599 * src/lalr.h (LA, LArule): Don't export them: used with the
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
11606 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
11607 (tables_generate): do it, since that's also it which allocates
11609 Don't free LA and LArule, main does.
11611 2002-07-31 Akim Demaille <akim@epita.fr>
11613 Separate parser tables computation and output.
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.
11637 2002-07-31 Akim Demaille <akim@epita.fr>
11639 Steal GCC's --time-report support.
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
11649 * src/main.c (stage): Remove.
11650 (main): Replace `stage' invocations with timevar calls.
11651 * src/output.c: Insert pertinent timevar calls.
11653 2002-07-31 Akim Demaille <akim@epita.fr>
11655 Let --trace have arguments.
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
11661 Change all the uses of trace_flag to reflect the new flags.
11662 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
11664 Strengthen `stage' portability.
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.
11673 2002-07-30 Akim Demaille <akim@epita.fr>
11675 In verbose parse error message, don't report `error' as an
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
11683 2002-07-30 Akim Demaille <akim@epita.fr>
11685 Normalize conflict related messages.
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.
11693 2002-07-30 Akim Demaille <akim@epita.fr>
11695 Report rules which are never reduced by the parser: those hidden
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.
11710 2002-07-30 Akim Demaille <akim@epita.fr>
11712 `stage' was accidently included in a previous patch.
11713 Initiate its autoconfiscation.
11715 * configure.in: Look for malloc.h and sys/times.h.
11716 * src/main.c (stage): Adjust.
11717 Report only when trace_flag.
11719 2002-07-29 Akim Demaille <akim@epita.fr>
11721 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
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.
11729 2002-07-29 Akim Demaille <akim@epita.fr>
11731 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
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.
11740 2002-07-29 Akim Demaille <akim@epita.fr>
11742 * src/reduce.c (reduce_grammar): When the language is empty,
11743 complain about the start symbol, not the axiom.
11745 * tests/reduce.at (Empty Language): New.
11747 2002-07-26 Akim Demaille <akim@epita.fr>
11749 * src/reader.h, src/reader.c (gram_error): ... can't get
11750 yycontrol without making too strong assumptions on the parser
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
11756 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
11757 for the time being: %locations ought to provide it to yyerror.
11759 2002-07-25 Akim Demaille <akim@epita.fr>
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.
11765 2002-07-25 Akim Demaille <akim@epita.fr>
11767 Stop storing rules from 1 to nrules + 1.
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
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
11783 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
11785 2002-07-25 Akim Demaille <akim@epita.fr>
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.
11793 2002-07-25 Akim Demaille <akim@epita.fr>
11795 * data/yacc.c (yyreport_parse_error): New, extracted from...
11797 (yydestruct, yysymprint): Move above yyparse.
11800 2002-07-25 Akim Demaille <akim@epita.fr>
11802 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
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.
11808 2002-07-25 Akim Demaille <akim@epita.fr>
11810 * src/gram.h (TIEM_NUMBER_MAX): New.
11811 (item_number_of_rule_number, rule_number_of_item_number): Rename
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,
11836 (YYPACT_NINF, YYTABLE_NINF): these.
11837 (yypact, yytable): Compute their types instead of hard-coded
11839 * tests/regression.at (Web2c Actions): Adjust.
11841 2002-07-19 Akim Demaille <akim@epita.fr>
11843 * src/scan-gram.l (id): Can start with an underscore.
11845 2002-07-16 Akim Demaille <akim@epita.fr>
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
11851 (symbol_check_alias_consistence): Adjust.
11853 2002-07-09 Akim Demaille <akim@epita.fr>
11855 * doc/bison.texinfo: Properly set the ``header'' part.
11856 Use @dircategory ``GNU programming tools'' as per Texinfo's
11860 2002-07-09 Akim Demaille <akim@epita.fr>
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.
11868 2002-07-09 Akim Demaille <akim@epita.fr>
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):
11878 2002-07-09 Akim Demaille <akim@epita.fr>
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.
11885 2002-07-09 Akim Demaille <akim@epita.fr>
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>.
11891 2002-07-09 Akim Demaille <akim@epita.fr>
11893 * data/yacc.c: Output the copyright notive in the header.
11895 2002-07-03 Akim Demaille <akim@epita.fr>
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',
11903 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
11904 * data/lalr1.cc (nsym_): Remove, unused.
11906 2002-07-03 Akim Demaille <akim@epita.fr>
11908 * src/lalr.h, src/lalr.c (goto_number_t): New.
11909 * src/lalr.c (goto_list_t): New.
11911 * src/nullable.c (rule_list_t): New.
11913 * src/types.h: Remove.
11915 2002-07-03 Akim Demaille <akim@epita.fr>
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.
11923 2002-07-03 Akim Demaille <akim@epita.fr>
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.
11933 2002-07-03 Akim Demaille <akim@epita.fr>
11935 Fix some memory leaks, and fix a bug: state 0 was examined twice.
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.
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'.
11957 2002-07-02 Akim Demaille <akim@epita.fr>
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.
11965 2002-07-01 Paul Eggert <eggert@twinsun.com>
11967 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
11968 char, so that negative chars don't collide with $.
11970 2002-06-30 Akim Demaille <akim@epita.fr>
11972 Have the GLR tests be `warning' checked, and fix the warnings.
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.
11989 * tests/cxx-gram.at: Use quotation to protect $1.
11990 Use AT_COMPILE to enable warnings hunts.
11991 Prototype yylex and yyerror.
11993 Include `string.h', not `strings.h'.
11994 Produce and prototype stmtMerge only when used.
11995 yylex takes a location.
11997 2002-06-30 Akim Demaille <akim@epita.fr>
11999 We spend a lot of time in quotearg, in particular when --verbose.
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.
12005 2002-06-30 Akim Demaille <akim@epita.fr>
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.
12011 2002-06-30 Akim Demaille <akim@epita.fr>
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.
12020 2002-06-30 Akim Demaille <akim@epita.fr>
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.
12034 2002-06-30 Akim Demaille <akim@epita.fr>
12036 Display items as we display rules.
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.
12047 2002-06-30 Akim Demaille <akim@epita.fr>
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.
12054 2002-06-30 Akim Demaille <akim@epita.fr>
12056 * src/output.c (action_row): Let default_rule be always a rule
12059 2002-06-30 Akim Demaille <akim@epita.fr>
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.
12070 2002-06-30 Akim Demaille <akim@epita.fr>
12072 * src/print_graph.c: Use report_flag.
12074 2002-06-30 Akim Demaille <akim@epita.fr>
12076 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
12078 * src/relation.h, src/relation.c (traverse, relation_digraph)
12079 (relation_print, relation_transpose): New.
12081 2002-06-30 Akim Demaille <akim@epita.fr>
12083 * src/state.h, src/state.c (shifts_to): New.
12084 * src/lalr.c (build_relations): Use it.
12086 2002-06-30 Akim Demaille <akim@epita.fr>
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.
12096 2002-06-30 Akim Demaille <akim@epita.fr>
12098 * src/symtab.c (symbol_new): Initialize the `printer' member.
12100 2002-06-30 Akim Demaille <akim@epita.fr>
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.
12108 2002-06-30 Akim Demaille <akim@epita.fr>
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
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...
12120 Adjust all dependencies.
12121 * src/state.h (state_t): Remove the `next' member.
12123 2002-06-30 Akim Demaille <akim@epita.fr>
12125 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
12128 2002-06-30 Akim Demaille <akim@epita.fr>
12130 Use hash.h for the state hash table.
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
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'.
12148 2002-06-30 Akim Demaille <akim@epita.fr>
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.
12157 2002-06-30 Akim Demaille <akim@epita.fr>
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.
12164 2002-06-30 Akim Demaille <akim@epita.fr>
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*.
12171 2002-06-30 Akim Demaille <akim@epita.fr>
12173 Make the test suite pass with warnings checked.
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.
12180 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12182 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
12183 reorganize first lines parallel to yacc.c.
12185 2002-06-28 Akim Demaille <akim@epita.fr>
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.
12191 2002-06-28 Akim Demaille <akim@epita.fr>
12193 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
12195 * src/output.c (merger_output): static.
12197 2002-06-28 Akim Demaille <akim@epita.fr>
12199 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
12200 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
12202 * src/output.c (save_row): Initialize all the variables to pacify GCC.
12204 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12206 Accumulated changelog for new GLR parsing features.
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.
12217 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
12219 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
12222 * data/bison.glr: Change name to glr.c
12223 * data/glr.c: Renamed from bison.glr.
12224 * data/Makefile.am: Add glr.c
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.
12231 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
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.
12237 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12239 * data/bison.glr: Bring up to date with changes to bison.simple.
12241 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
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.
12251 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12253 * src/reader.h: Add declaration for free_merger_functions.
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.
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.
12281 * src/gram.c (glr_parser): New flag.
12282 (grammar_free): Call free_merger_functions.
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
12289 (conflicts_print): Ditto.
12290 (count_total_conflicts): New function.
12292 * src/reader.h (merger_list): New type.
12293 (merge_functions): New variable.
12295 * src/lex.h (tok_dprec, tok_merge): New token types.
12297 * src/gram.h (rule_s): Add dprec and merger fields.
12298 (glr_parser): New flag.
12300 * src/conflicts.h (count_total_conflicts): New function.
12302 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
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").
12310 * data/bison.glr: New skeleton for GLR parsing.
12312 * tests/cxx-gram.at: New tests for GLR parsing.
12314 * tests/testsuite.at: Include cxx-gram.at.
12316 * tests/Makefile.am: Add cxx-gram.at.
12318 * src/parse-gram.y:
12320 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
12322 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
12324 2002-06-27 Akim Demaille <akim@epita.fr>
12326 * src/options.h, src/options.c: Remove.
12327 * src/getargs.c (short_options, long_options): New.
12329 2002-06-27 Akim Demaille <akim@epita.fr>
12331 * data/bison.simple, data/bison.c++: Rename as...
12332 * data/yacc.c, data/lalr1.cc: these.
12333 * doc/bison.texinfo (Environment Variables): Remove.
12335 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
12337 * src/getargs.c (report_argmatch): Initialize strtok().
12339 2002-06-20 Akim Demaille <akim@epita.fr>
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.
12346 2002-06-20 Akim Demaille <akim@epita.fr>
12348 * data/bison.simple (yydestructor): Rename as...
12349 (yydestruct): this.
12351 2002-06-20 Akim Demaille <akim@epita.fr>
12353 * src/symtab.h, src/symtab.c (symbol_type_set)
12354 (symbol_destructor_set, symbol_precedence_set): The location is
12356 Adjust all callers.
12358 2002-06-20 Akim Demaille <akim@epita.fr>
12360 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
12362 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
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.
12370 2002-06-20 Akim Demaille <akim@epita.fr>
12372 * data/bison.simple (YYLEX): Fix the declaration when
12375 2002-06-20 Akim Demaille <akim@epita.fr>
12377 * data/bison.simple (yysymprint): Don't print the token number,
12379 * tests/actions.at (Destructors): Rename as...
12380 (Printers and Destructors): this.
12381 Also exercise %printer.
12383 2002-06-20 Akim Demaille <akim@epita.fr>
12385 * data/bison.simple (YYDSYMPRINT): New.
12386 Use it to remove many of the #if YYDEBUG/if (yydebug).
12388 2002-06-20 Akim Demaille <akim@epita.fr>
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!).
12407 2002-06-20 Akim Demaille <akim@epita.fr>
12409 * src/scan-gram.l: Complete the scanner with the missing patterns
12411 Use `quote' and `symbol_tag_get' where appropriate.
12413 2002-06-19 Akim Demaille <akim@epita.fr>
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
12422 2002-06-19 Akim Demaille <akim@epita.fr>
12424 * data/bison.simple (b4_pure_if): New.
12425 Use it instead of #ifdef YYPURE.
12427 2002-06-19 Akim Demaille <akim@epita.fr>
12429 * data/bison.simple (b4_location_if): New.
12430 Use it instead of #ifdef YYLSP_NEEDED.
12432 2002-06-19 Akim Demaille <akim@epita.fr>
12434 Prepare @$ in %destructor, but currently don't bind it in the
12435 skeleton, as %location use is not cleaned up yet.
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'.
12444 * data/bison.simple (b4_eval): Remove.
12445 (b4_symbol_destructor): Adjust.
12446 * tests/input.at (Invalid @n): Adjust.
12448 2002-06-19 Zack Weinberg <zack@codesourcery.com>
12450 * doc/bison.texinfo: Document ability to have multiple
12453 2002-06-18 Akim Demaille <akim@epita.fr>
12455 * src/files.c (compute_base_names): When computing the output file
12456 names from the input file name, strip the directory part.
12458 2002-06-18 Akim Demaille <akim@epita.fr>
12460 * data/bison.simple.new: Comment changes.
12461 Reported by Andreas Schwab.
12463 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
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.
12469 2002-06-18 Akim Demaille <akim@epita.fr>
12471 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
12473 (symbol_destructor_set): Adjust.
12474 * src/output.c (symbol_destructors_output): Output the destructor
12476 Output the symbol name.
12477 * data/bison.simple (b4_symbol_destructor): Adjust.
12479 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
12480 and Akim Demaille <akim@epita.fr>
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.
12486 2002-06-17 Akim Demaille <akim@epita.fr>
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
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.
12506 2002-06-17 Akim Demaille <akim@epita.fr>
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
12513 * src/symtab.c: Don't access directly to the symbol tag, use
12515 * src/parse-gram.y: Use symbol_list_free.
12517 2002-06-17 Akim Demaille <akim@epita.fr>
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.
12528 2002-06-17 Akim Demaille <akim@epita.fr>
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.
12539 2002-06-15 Akim Demaille <akim@epita.fr>
12541 * src/parse-gram.y: Move %token in the declaration section so that
12542 we don't depend upon CVS Bison.
12544 2002-06-15 Akim Demaille <akim@epita.fr>
12546 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
12547 * src/print.c (print_core): Use it.
12549 2002-06-15 Akim Demaille <akim@epita.fr>
12551 * src/conflicts.c (log_resolution): Accept the rule involved in
12552 the sr conflicts instead of the lookahead number that points to
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.
12561 2002-06-15 Akim Demaille <akim@epita.fr>
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.
12570 2002-06-15 Akim Demaille <akim@epita.fr>
12572 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
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.
12579 2002-06-15 Akim Demaille <akim@epita.fr>
12581 Copy BYacc's nice way to report the grammar.
12583 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
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.
12589 2002-06-15 Akim Demaille <akim@epita.fr>
12591 Complete and rationalize `useless thing' warnings.
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.
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.
12608 2002-06-15 Akim Demaille <akim@epita.fr>
12610 Let symbols have a location.
12612 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
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
12619 * tests/regression.at (Invalid inputs): Adjust.
12621 2002-06-15 Akim Demaille <akim@epita.fr>
12623 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
12624 (input): Don't try to initialize yylloc here, do it in the
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
12641 2002-06-14 Akim Demaille <akim@epita.fr>
12643 Grammar declarations may be found in the grammar section.
12645 * src/parse-gram.y (rules_or_grammar_declaration): New.
12646 (declarations): Each declaration may end with a semicolon, not
12648 (grammar_declaration): `"%union"'.
12649 (grammar): Branch to rules_or_grammar_declaration.
12651 2002-06-14 Akim Demaille <akim@epita.fr>
12653 * src/main.c (main): Invoke scanner_free.
12655 2002-06-14 Akim Demaille <akim@epita.fr>
12657 * src/output.c (m4_invoke): Extracted from...
12658 (output_skeleton): here.
12661 2002-06-14 Akim Demaille <akim@epita.fr>
12663 * src/parse-gram.y (directives, directive, gram)
12664 (grammar_directives, precedence_directives, precedence_directive):
12666 (declarations, declaration, grammar, grammar_declaration)
12667 (precedence_declaration, precedence_declarator): these.
12668 (symbol_declaration): New.
12670 2002-06-14 Akim Demaille <akim@epita.fr>
12672 * src/files.c (action_obstack): Remove, unused.
12673 (output_obstack): Remove it, and all its dependencies, as it is no
12675 * src/reader.c (epilogue_set): Build the epilogue in the
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.
12683 2002-06-14 Akim Demaille <akim@epita.fr>
12685 * src/location.h: New, extracted from...
12686 * src/reader.h: here.
12687 * src/Makefile.am (noinst_HEADERS): Merge into
12688 (bison_SOURCES): this.
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.
12694 2002-06-14 Akim Demaille <akim@epita.fr>
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.
12700 2002-06-12 Akim Demaille <akim@epita.fr>
12702 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
12704 * tests/actions.at (Exotic Dollars): New.
12706 2002-06-12 Akim Demaille <akim@epita.fr>
12708 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
12710 * tests/input.at (Torturing the Scanner): New.
12712 2002-06-11 Akim Demaille <akim@epita.fr>
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.
12720 2002-06-11 Akim Demaille <akim@epita.fr>
12722 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
12723 Adjust all callers.
12724 (scanner_last_string_free): New.
12726 2002-06-11 Akim Demaille <akim@epita.fr>
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.
12733 2002-06-11 Akim Demaille <akim@epita.fr>
12735 Have Bison grammars parsed by a Bison grammar.
12737 * src/reader.c, src/reader.h (prologue_augment): New.
12738 * src/reader.c (copy_definition): Remove.
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.
12751 * src/reader.c (read_declarations): Remove, unused.
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.
12760 * src/reader.c (copy_dollar): Replace with...
12761 * src/scan-gram.h (handle_dollar): this.
12762 * src/parse-gram.y: Remove `%thong'.
12764 * src/reader.c (copy_at): Replace with...
12765 * src/scan-gram.h (handle_at): this.
12767 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
12770 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
12773 * src/reader.h, src/reader.c (grammar_rule_end): New.
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
12782 * src/parse-gram.y: Be sure to handle properly the beginning of
12785 * src/parse-gram.y: Handle %type.
12786 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
12788 * src/parse-gram.y: More directives support.
12789 * src/options.c: No longer handle source directives.
12791 * src/parse-gram.y: Fix %output.
12793 * src/parse-gram.y: Handle %union.
12794 Use the prologue locations.
12795 * src/reader.c (parse_union_decl): Remove.
12797 * src/reader.h, src/reader.c (epilogue_set): New.
12798 * src/parse-gram.y: Use it.
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.
12804 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
12806 * src/output.c (actions_output): Don't output braces, as they are
12807 already handled by the scanner.
12809 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
12810 characters to themselves.
12812 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
12813 that the epilogue has a proper #line.
12815 * src/parse-gram.y: Handle precedence/associativity.
12817 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
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.
12823 * src/scan-gram.l: Escape M4 characters.
12825 * src/scan-gram.l: Working properly with escapes in user
12826 strings/characters.
12828 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
12829 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
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
12835 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
12836 stricter %token grammar.
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.
12842 * tests/regression.at (Invalid %directive): Remove, as it is now
12844 (Invalid inputs): Adjust to the new error messages.
12845 (Token definitions): The new grammar doesn't allow too many
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.
12856 2002-06-11 Akim Demaille <akim@epita.fr>
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
12864 Remove `action_flag', `rulelength', unused now.
12866 2002-06-11 Akim Demaille <akim@epita.fr>
12868 * src/reader.c (grammar_current_rule_prec_set).
12869 (grammar_current_rule_check): New, eved out from...
12871 Remove `xaction', `first_rhs': useless.
12872 * tests/input.at (Type clashes): New.
12873 * tests/existing.at (GNU Cim Grammar): Adjust.
12875 2002-06-11 Akim Demaille <akim@epita.fr>
12877 * src/reader.c (grammar_midrule_action): New, Eved out from
12880 2002-06-11 Akim Demaille <akim@epita.fr>
12882 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
12884 (readgram): Use them as replacement of inlined code, crule and
12887 2002-06-11 Akim Demaille <akim@epita.fr>
12889 * src/reader.c (grammar_end, grammar_symbol_append): New.
12890 (readgram): Use them.
12891 Make the use of `p' as local as possible.
12893 2002-06-10 Akim Demaille <akim@epita.fr>
12895 GCJ's parser requires the tokens to be defined before the prologue.
12897 * data/bison.simple: Output the token definition before the user's
12899 * tests/regression.at (Braces parsing, Duplicate string)
12900 (Mixing %token styles): Check the output from bison.
12901 (Early token definitions): New.
12903 2002-06-10 Akim Demaille <akim@epita.fr>
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
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.
12912 2002-06-10 Akim Demaille <akim@epita.fr>
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.
12920 2002-06-10 Akim Demaille <akim@epita.fr>
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.
12927 * src/reader.c (parse_thong_decl): Remove.
12928 * src/options.c (option_table): Remove "thong".
12929 * src/lex.h (tok_thong): Remove.
12931 2002-06-10 Akim Demaille <akim@epita.fr>
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.
12938 2002-06-09 Akim Demaille <akim@epita.fr>
12940 Move symbols handling code out of the reader.
12942 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
12943 (axiom): Move to...
12944 * src/symtab.h, src/symtab.c: here.
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.
12951 * src/reader.c (symbol_check_defined, symbol_make_alias)
12952 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
12953 (token_translations_init)
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
12961 2002-06-03 Akim Demaille <akim@epita.fr>
12963 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
12966 2002-06-03 Akim Demaille <akim@epita.fr>
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
12973 * src/getargs.c (usage): Split long literal strings.
12974 Reported by Hans Aberg.
12976 2002-05-28 Akim Demaille <akim@epita.fr>
12978 * data/bison.c++: Use C++ ostreams.
12979 (cdebug_): New member.
12981 2002-05-28 Akim Demaille <akim@epita.fr>
12983 * src/output.c (output_skeleton): Be sure to allocate enough room
12984 for `/' _and_ for `\0' in full_skeleton.
12986 2002-05-28 Akim Demaille <akim@epita.fr>
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.
12994 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
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.
13001 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13003 * src/conflicts.c (log_resolution): Correct typo:
13004 obstack_printf should be obstack_fgrow1.
13006 2002-05-26 Akim Demaille <akim@epita.fr>
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.
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
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.
13025 2002-05-26 Akim Demaille <akim@epita.fr>
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):
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.
13037 2002-05-26 Akim Demaille <akim@epita.fr>
13039 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
13041 * data/bison.simple (yystos) [YYDEBUG]: New.
13042 (yyparse) [YYDEBUG]: Display the symbols which are popped during
13044 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
13046 2002-05-25 Akim Demaille <akim@epita.fr>
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
13053 (report_flag): this.
13054 Adjust all dependencies.
13055 (report_args, report_types, report_argmatch): New.
13056 (usage, getargs): Report/support -r, --report.
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
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.
13069 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13070 and Paul Eggert <eggert@twinsun.com>
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.
13079 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
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.
13090 * tests/regression.at: Modify expected output to agree with change
13091 to yyr1 and yytranslate.
13093 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
13095 * src/reader.c (parse_action): Use copy_character instead of
13098 2002-05-13 Akim Demaille <akim@epita.fr>
13100 * tests/regression.at (Token definitions): Prototype yylex and
13103 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
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
13108 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
13110 2002-05-07 Akim Demaille <akim@epita.fr>
13112 * tests/synclines.at: Be sure to prototype yylex and yyerror to
13113 avoid GCC warnings.
13115 2002-05-07 Akim Demaille <akim@epita.fr>
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
13127 (muscle_insert_int_table): Remove, unused.
13128 (prepare_rules): Remove `max'.
13130 2002-05-06 Akim Demaille <akim@epita.fr>
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):
13136 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
13138 2002-05-06 Akim Demaille <akim@epita.fr>
13140 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
13143 2002-05-06 Akim Demaille <akim@epita.fr>
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'.
13150 2002-05-06 Akim Demaille <akim@epita.fr>
13152 * src/reader.c (packgram): No longer end `ritem' with a 0
13153 sentinel: it is not used.
13155 2002-05-05 Akim Demaille <akim@epita.fr>
13157 New experimental feature: display the lookaheads in the report and
13160 * src/print (print_core): When --trace-flag, display the rules
13162 * src/print_graph.c (print_core): Likewise.
13163 Swap the arguments.
13166 2002-05-05 Akim Demaille <akim@epita.fr>
13168 * tests/torture.at (Many lookaheads): New test.
13170 2002-05-05 Akim Demaille <akim@epita.fr>
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.
13183 * src/gram.h, src/gram.c (grammar_free): here.
13184 * data/bison.simple, data/bison.c++: b4_token_number_max is now
13187 2002-05-05 Akim Demaille <akim@epita.fr>
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'.
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.
13199 2002-05-04 Akim Demaille <akim@epita.fr>
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.
13208 2002-05-03 Paul Eggert <eggert@twinsun.com>
13210 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
13213 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
13215 * Makefile.am (SUBDIRS): Remove intl.
13216 (EXTRA_DIST): Add config/config.rpath.
13218 2002-05-03 Akim Demaille <akim@epita.fr>
13220 * data/bison.simple (m4_if): Don't output empty enums.
13221 And actually, output valid enum definitions :(.
13223 2002-05-03 Akim Demaille <akim@epita.fr>
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.
13230 2002-05-03 Akim Demaille <akim@epita.fr>
13232 * configure.in (GETTEXT_VERSION): New.
13233 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
13235 2002-05-03 Akim Demaille <akim@epita.fr>
13237 * data/bison.simple (b4_token_enum): New.
13238 (b4_token_defines): Use it to output tokens both as #define and
13240 Suggested by Paul Eggert.
13241 * src/output.c (token_definitions_output): Don't output spurious
13244 2002-05-03 Akim Demaille <akim@epita.fr>
13246 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
13248 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
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.
13253 2002-05-02 Akim Demaille <akim@epita.fr>
13255 * data/bison.simple (yyparse): Do not implement @$ = @1.
13256 (YYLLOC_DEFAULT): Adjust to do it.
13257 * doc/bison.texinfo (Location Default Action): Fix.
13259 2002-05-02 Akim Demaille <akim@epita.fr>
13261 * src/reader.c (parse_braces): Merge into...
13262 (parse_action): this.
13264 2002-05-02 Akim Demaille <akim@epita.fr>
13266 * configure.in (ALL_LINGUAS): Remove.
13267 * po/LINGUAS, hr.po: New.
13269 2002-05-02 Akim Demaille <akim@epita.fr>
13271 Remove the so called hairy (semantic) parsers.
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
13279 * src/output.c, src/output.h (guards_output): Remove.
13281 (token_definitions_output): Don't output the `T'
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
13287 Adjust dependencies.
13288 (parse_guard): Remove.
13289 * data/bison.hairy: Remove.
13290 * doc/bison.texinfo (Environment Variables): Remove occurrences of
13293 2002-05-02 Akim Demaille <akim@epita.fr>
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.
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
13305 * data/bison.simple, data/bison.c++ (b4_lhs_value)
13306 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
13308 2002-05-02 Akim Demaille <akim@epita.fr>
13310 * configure.in (AC_INIT): Bump to 1.49b.
13311 (AM_INIT_AUTOMAKE): Short invocation.
13313 2002-05-02 Akim Demaille <akim@epita.fr>
13317 2002-05-01 Akim Demaille <akim@epita.fr>
13319 * src/skeleton.h: Remove.
13321 2002-05-01 Akim Demaille <akim@epita.fr>
13323 * src/skeleton.h: Fix the #endif.
13324 Reported by Magnus Fromreide.
13326 2002-04-26 Paul Eggert <eggert@twinsun.com>
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.
13332 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
13334 * src/scan-skel.l: Postprocess quadrigraphs.
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.
13344 * tests/calc.at: Exercise M4 quoting.
13346 2002-04-25 Akim Demaille <akim@epita.fr>
13348 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
13349 between `!' and the command.
13350 Reported by Paul Eggert.
13352 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
13354 * tests/calc.at: Exercise prologue splitting.
13356 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
13357 `b4_post_prologue' instead of `b4_prologue'.
13359 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
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.
13369 2002-04-23 Paul Eggert <eggert@twinsun.com>
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).
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.
13380 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
13382 2002-04-23 Akim Demaille <akim@epita.fr>
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.
13390 2002-04-22 Akim Demaille <akim@epita.fr>
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.
13397 2002-04-22 Akim Demaille <akim@epita.fr>
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.
13403 2002-04-22 Akim Demaille <akim@epita.fr>
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.
13409 2002-04-22 Akim Demaille <akim@epita.fr>
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)).
13421 2002-04-22 Akim Demaille <akim@epita.fr>
13423 Propagate more token_number_t.
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.
13435 2002-04-22 Akim Demaille <akim@epita.fr>
13437 * src/output.h, src/output.c (get_lines_number): Remove.
13439 2002-04-19 Akim Demaille <akim@epita.fr>
13441 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
13443 (Debugging): More details about enabling the debugging features.
13444 (Table of Symbols): Describe $$, $n, @$, and @n.
13445 Suggested by Tim Josling.
13447 2002-04-19 Akim Demaille <akim@epita.fr>
13449 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
13451 2002-04-10 Akim Demaille <akim@epita.fr>
13453 * src/system.h: Rely on HAVE_LIMITS_H.
13454 Suggested by Paul Eggert.
13456 2002-04-09 Akim Demaille <akim@epita.fr>
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.
13467 Error message are for stderr, not stdout.
13469 2002-04-09 Akim Demaille <akim@epita.fr>
13471 * src/gram.h, src/gram.c (error_token_number): Remove, use
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
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
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.
13490 * tests/conflicts.at (Solved SR Conflicts)
13491 (Unresolved SR Conflicts): Adjust.
13492 * tests/regression.at (Web2c Actions): Adjust.
13494 2002-04-08 Akim Demaille <akim@epita.fr>
13496 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
13498 Remove the duplicate `typedefs'.
13499 (RhsNumberType): Fix the declaration and various other typos.
13501 * data/bison.simple: Use __ofile__.
13502 * src/scan-skel.l: Handle __ofile__.
13504 2002-04-08 Akim Demaille <akim@epita.fr>
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
13510 Adjust all dependencies (pretty many).
13511 * src/reduce.c (rule): Remove this `short *' pointer: use
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
13523 * tests/regression.at (Web2c Actions): Ajust.
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
13530 * src/state.h (state_h): Code input lines on ints, not shorts.
13532 2002-04-08 Akim Demaille <akim@epita.fr>
13534 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
13535 and then the grammar.
13537 2002-04-08 Akim Demaille <akim@epita.fr>
13539 * src/system.h: No longer using strndup.
13541 2002-04-07 Akim Demaille <akim@epita.fr>
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):
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
13552 * tests/regression.at (Web2c Actions): Adjust.
13554 2002-04-07 Akim Demaille <akim@epita.fr>
13556 * tests/torture.at (Big triangle): New.
13557 (GNU AWK Grammar, GNU Cim Grammar): Move to...
13558 * tests/existing.at: here.
13560 2002-04-07 Akim Demaille <akim@epita.fr>
13562 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
13564 Adjust dependencies.
13566 2002-04-07 Akim Demaille <akim@epita.fr>
13568 * src/reader.c: Normalize increments to prefix form.
13570 2002-04-07 Akim Demaille <akim@epita.fr>
13572 * src/reader.c, symtab.c: Remove debugging code.
13574 2002-04-07 Akim Demaille <akim@epita.fr>
13576 Rename all the `bucket's as `symbol_t'.
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...
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.
13591 2002-04-07 Akim Demaille <akim@epita.fr>
13593 Use lib/hash for the symbol table.
13595 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
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
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.
13612 2002-04-07 Akim Demaille <akim@epita.fr>
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):
13620 (errtoken, eoftoken, undeftoken, axiom): Extern.
13622 2002-04-07 Akim Demaille <akim@epita.fr>
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.
13629 2002-04-07 Akim Demaille <akim@epita.fr>
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.
13634 2002-04-07 Akim Demaille <akim@epita.fr>
13636 * src/lalr.h (LA): Is a bitsetv, not bitset*.
13638 2002-04-07 Akim Demaille <akim@epita.fr>
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.
13644 2002-04-07 Akim Demaille <akim@epita.fr>
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.
13651 2002-04-07 Akim Demaille <akim@epita.fr>
13653 As a result of the previous patch, it is no longer needed
13654 to reorder ritem itself.
13656 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
13658 2002-04-07 Akim Demaille <akim@epita.fr>
13660 Be sure never to walk through RITEMS, but use only data related to
13661 the rules themselves. RITEMS should be banished.
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.
13677 2002-04-07 Akim Demaille <akim@epita.fr>
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
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'.
13689 As a result, now the rule 0, reducing to $axiom, is visible in the
13690 outputs. Adjust the test suite.
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.
13697 2002-04-07 Akim Demaille <akim@epita.fr>
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.
13703 2002-04-07 Akim Demaille <akim@epita.fr>
13705 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
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'.
13715 2002-04-07 Akim Demaille <akim@epita.fr>
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.
13728 2002-04-07 Akim Demaille <akim@epita.fr>
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...
13734 2002-04-07 Akim Demaille <akim@epita.fr>
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.
13740 2002-04-07 Akim Demaille <akim@epita.fr>
13742 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
13743 Normalize loops to using `< nrules + 1', not `<= nrules'.
13745 2002-04-07 Akim Demaille <akim@epita.fr>
13749 2002-04-07 Akim Demaille <akim@epita.fr>
13751 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
13752 bucket.value as bucket.number.
13754 2002-04-07 Akim Demaille <akim@epita.fr>
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.
13761 2002-04-04 Paul Eggert <eggert@twinsun.com>
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.
13769 2002-04-03 Paul Eggert <eggert@twinsun.com>
13771 * src/bison.data (YYSTACK_ALLOC): Depend on whether
13772 YYERROR_VERBOSE is nonzero, not whether it is defined.
13774 Merge changes from bison-1_29-branch.
13776 2002-03-20 Paul Eggert <eggert@twinsun.com>
13778 Merge fixes from Debian bison_1.34-1.diff.
13780 * configure.in (AC_PREREQ): 2.53.
13782 2002-03-20 Akim Demaille <akim@epita.fr>
13784 * src/conflicts.c (log_resolution): Argument `resolution' is const.
13786 2002-03-19 Paul Eggert <eggert@twinsun.com>
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.
13793 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
13794 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
13796 2002-03-19 Akim Demaille <akim@epita.fr>
13798 Test and fix the #line outputs.
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.
13807 2002-03-19 Akim Demaille <akim@epita.fr>
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.
13814 2002-03-19 Akim Demaille <akim@epita.fr>
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'.
13823 2002-03-14 Akim Demaille <akim@epita.fr>
13825 Use Gettext 0.11.1.
13827 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
13829 * data/bison.c++: Make the user able to add members to the generated
13830 parser by subclassing.
13832 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
13834 * src/reader.c (read_additionnal_code): `c' should be an integer, not
13836 Reported by Nicolas Tisserand and Nicolas Burrus.
13838 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
13840 * src/reader.c: Warn about lacking semi-colons, do not complain.
13842 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
13844 * data/bison.c++: Remove a debug line.
13846 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
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.
13852 2002-03-04 Akim Demaille <akim@epita.fr>
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
13861 2002-03-04 Akim Demaille <akim@epita.fr>
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
13867 * src/warshall.h, src/warshall.c: Remove.
13868 * tests/sets.at (Broken Closure): Adjust.
13870 2002-03-04 Akim Demaille <akim@epita.fr>
13872 * src/output.c (output_skeleton): tempdir is const.
13873 bytes_read is unused.
13875 2002-03-04 Akim Demaille <akim@epita.fr>
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:
13880 From Michael Hayes.
13882 2002-03-04 Akim Demaille <akim@epita.fr>
13884 * src/closure.c (closure): `r' is unused.
13886 2002-03-04 Akim Demaille <akim@epita.fr>
13888 * tests/sets.at (Broken Closure): Add the ending `;'.
13889 * src/reader.at (readgram): Complain if a rule is not ended with a
13892 2002-03-04 Akim Demaille <akim@epita.fr>
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.
13900 2002-03-04 Akim Demaille <akim@epita.fr>
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.
13906 2002-03-04 Akim Demaille <akim@epita.fr>
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.
13913 2002-03-04 Akim Demaille <akim@epita.fr>
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.
13919 2002-03-04 Akim Demaille <akim@epita.fr>
13921 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
13923 Reported by Benoit Perrot.
13925 2002-03-04 Akim Demaille <akim@epita.fr>
13927 Use bitset operations when possible, not loops over bits.
13929 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
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.
13935 2002-03-04 Akim Demaille <akim@epita.fr>
13937 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
13938 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
13941 2002-03-04 Akim Demaille <akim@epita.fr>
13943 * src/lalr.c (F): Now a bitset*.
13944 Adjust all dependencies.
13946 2002-03-04 Akim Demaille <akim@epita.fr>
13948 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
13949 Adjust all dependencies.
13951 2002-03-04 Akim Demaille <akim@epita.fr>
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
13957 Adjust all dependencies.
13959 2002-03-04 Akim Demaille <akim@epita.fr>
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.
13966 2002-03-04 Akim Demaille <akim@epita.fr>
13968 * src/print.c: Convert to use bitset.h, not hand coded iterations
13971 2002-03-04 Akim Demaille <akim@epita.fr>
13973 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
13975 2002-03-04 Akim Demaille <akim@epita.fr>
13977 * src/closure.c (ruleset): Be a bitset.
13978 (rulesetsize): Remove.
13980 2002-03-04 Akim Demaille <akim@epita.fr>
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.
13987 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
13989 * data/bison.c++: Merge the two generated headers. Insert a copyright
13990 notice in each output file.
13992 2002-02-28 Akim Demaille <akim@epita.fr>
13994 * data/bison.c++: Copy the prologue of bison.simple to fetch
13995 useful M4 definitions, such as b4_header_guard.
13997 2002-02-25 Akim Demaille <akim@epita.fr>
13999 * src/getargs.c (version): Give the name of the authors, and use a
14000 translator friendly scheme for the bgr
14003 2002-02-25 Akim Demaille <akim@epita.fr>
14005 * src/output.c (header_output): Remove, now handled completely via
14008 2002-02-25 Akim Demaille <akim@epita.fr>
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
14015 2002-02-25 Akim Demaille <akim@epita.fr>
14017 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
14019 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
14020 * src/output.c (output_skeleton): Use mkstemp to create a real
14022 Move the filling of `skeleton' and its muscle to...
14024 (output): Move the definition of the prologue muscle to...
14026 * src/system.h (DEFAULT_TMPDIR): New.
14028 2002-02-14 Paul Eggert <eggert@twinsun.com>
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.
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.
14043 2002-02-14 Akim Demaille <akim@epita.fr>
14045 * tests/regression.at (else): Adjust to Andreas' change.
14047 2002-02-14 Akim Demaille <akim@epita.fr>
14049 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
14051 2002-02-13 Andreas Schwab <schwab@suse.de>
14053 * src/output.c (output_rule_data): Don't output NULL, it might
14054 not be defined yet.
14056 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
14058 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
14059 (Copyright notice): Update.
14061 2002-02-11 Akim Demaille <akim@epita.fr>
14063 * tests/regression.at (%nonassoc and eof): Don't include
14064 nonportable headers.
14066 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
14068 * data/bison.c++: Correct error recovery. Make the user able to
14069 initialize the starting location.
14071 2002-02-07 Akim Demaille <akim@epita.fr>
14073 * tests/input.at: New.
14075 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
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.
14081 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14083 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
14085 (yy::b4_name::parse): Use print_.
14087 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14089 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
14091 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14093 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
14095 (yy::b4_name::parse): Build verbose error messages, and use error_.
14097 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
14099 * data/bison.c++: Fix m4 quoting in comments.
14101 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
14103 * data/bison.c++: Adjust the parser code. Fix some muscles that were
14104 not expanded by m4.
14106 2002-02-05 Akim Demaille <akim@epita.fr>
14108 * data/bison.c++: Adjust to the M4 back end.
14109 More is certainly needed.
14111 2002-02-05 Akim Demaille <akim@epita.fr>
14113 Give a try to M4 as a back end.
14115 * lib/readpipe.c: New, from wdiff.
14116 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
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
14128 (output_skeleton): Don't look for the skeleton location, let m4 do
14130 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
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
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.
14148 2002-02-05 Akim Demaille <akim@epita.fr>
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.
14154 2002-02-05 Akim Demaille <akim@epita.fr>
14156 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
14157 which have no values.
14159 2002-02-05 Akim Demaille <akim@epita.fr>
14161 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
14164 2002-01-29 Paul Eggert <eggert@twinsun.com>
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).
14170 2002-01-27 Akim Demaille <akim@epita.fr>
14172 Fix `%nonassoc and eof'.
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);
14178 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
14180 * tests/regression.at (%nonassoc and eof): Adjust to newest
14181 Autotest: `.' is not in the PATH.
14183 2002-01-27 Akim Demaille <akim@epita.fr>
14185 * tests/sets.at (AT_EXTRACT_SETS): New.
14186 (Nullable): Use it.
14189 2002-01-26 Akim Demaille <akim@epita.fr>
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.
14195 2002-01-25 Akim Demaille <akim@epita.fr>
14197 * tests/regression.at (%nonassoc and eof): New.
14198 Suggested by Robert Anisko.
14200 2002-01-24 Akim Demaille <akim@epita.fr>
14202 Bison dumps core when trying to complain about broken input files.
14203 Reported by Cris van Pelt.
14205 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
14206 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
14208 (Invalid inputs): Strengthen: exercise parse_percent_token.
14210 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
14212 * src/Makefile.am: Add bison.c++.
14213 * src/bison.c++: New skeleton.
14215 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
14219 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
14221 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
14223 2002-01-20 Marc Autret <marc@gnu.org>
14225 * src/files.c (compute_output_file_names): Fix
14227 2002-01-20 Marc Autret <marc@gnu.org>
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.
14234 2002-01-20 Marc Autret <marc@gnu.org>
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.
14240 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
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).
14247 2002-01-11 Akim Demaille <akim@epita.fr>
14249 * configure.in: Use AC_FUNC_STRNLEN.
14250 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
14252 2002-01-09 Akim Demaille <akim@epita.fr>
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
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.
14266 2002-01-09 Akim Demaille <akim@epita.fr>
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.
14274 2002-01-08 Akim Demaille <akim@epita.fr>
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.
14283 2002-01-08 Akim Demaille <akim@epita.fr>
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
14291 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
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.
14299 2002-01-06 Akim Demaille <akim@epita.fr>
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.
14307 2002-01-06 Akim Demaille <akim@epita.fr>
14309 Bison is dead wrong in its RR conflict reports.
14311 * tests/torture.at (GNU Cim Grammar): New.
14312 * src/conflicts.c (count_rr_conflicts): Fix.
14314 2002-01-06 Akim Demaille <akim@epita.fr>
14316 Creating package.m4 from configure.ac causes too many problems.
14318 * tests/Makefile.am (package.m4): Create it by hand,
14319 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
14321 2002-01-06 Akim Demaille <akim@epita.fr>
14323 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
14326 2002-01-04 Paul Eggert <eggert@twinsun.com>
14328 * doc/bison.texinfo (Debugging):
14329 Remove YYSTDERR; it's no longer defined or used.
14330 Also, s/cstdio.h/cstdio/.
14332 2002-01-03 Akim Demaille <akim@epita.fr>
14334 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
14336 2002-01-03 Akim Demaille <akim@epita.fr>
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
14342 2002-01-03 Akim Demaille <akim@epita.fr>
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/.
14351 2002-01-03 Akim Demaille <akim@epita.fr>
14353 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
14354 for non system headers.
14356 2002-01-02 Akim Demaille <akim@epita.fr>
14358 Equip the skeleton chain with location tracking, runtime trace,
14359 pure parser and scanner.
14361 * src/parse-skel.y: Request a pure parser, locations, and prefix
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.
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.
14373 2001-12-30 Akim Demaille <akim@epita.fr>
14375 * src/parse-skel.y: Get rid of the shift/reduce conflict:
14376 replace `gb' with BLANKS.
14377 * src/scan-skel.l: Adjust.
14379 2001-12-30 Akim Demaille <akim@epita.fr>
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
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.
14392 2001-12-30 Akim Demaille <akim@epita.fr>
14394 * src/skeleton.h: New.
14395 * src/output.c (output_parser, output_master_parser): Remove, dead
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'.
14409 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
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...
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
14422 * src/files.h (strsuffix, stringappend): Add declarations.
14423 (tab_extension): Add declaration.
14424 (short_base_name): Add declaration.
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
14432 (short_base_name): No longer static.
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.
14440 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
14442 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
14445 * src/parse-skel.y: New file.
14446 * src/scan-skel.l: New file.
14448 2001-12-29 Akim Demaille <akim@epita.fr>
14450 %name-prefix is broken.
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
14457 Renaming yylval but not yylloc is not consistent. Now we do.
14459 * src/bison.simple: Prefix yylloc if used.
14460 * doc/bison.texinfo (Decl Summary): Document that.
14462 2001-12-29 Akim Demaille <akim@epita.fr>
14464 * doc/bison.texinfo: Promote `%long-directive' over
14466 Remove all references to fixed-output-files, yacc is enough.
14468 2001-12-29 Akim Demaille <akim@epita.fr>
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.
14475 2001-12-29 Akim Demaille <akim@epita.fr>
14477 * src/output.c (header_output): Don't forget to export YYLTYPE and
14479 * tests/headers.at (export YYLTYPE): New, make sure it does.
14480 * tests/regression.at (%union and --defines, Invalid CPP headers):
14482 * tests/headers.at: here.
14484 2001-12-29 Akim Demaille <akim@epita.fr>
14486 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
14488 2001-12-29 Akim Demaille <akim@epita.fr>
14490 * tests/actions.at (Mid-rule actions): Output on a single line
14491 instead of several.
14493 2001-12-29 Akim Demaille <akim@epita.fr>
14495 * doc/bison.texinfo: Formatting changes.
14497 2001-12-29 Akim Demaille <akim@epita.fr>
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.
14502 * src/output.c (token_definitions_output): New.
14503 (output_parser, header_output): Use it.
14504 * src/reader.c (symbols_save): Remove.
14506 2001-12-29 Akim Demaille <akim@epita.fr>
14508 * src/bison.simple: Do not provide a default for YYSTYPE and
14509 YYLTYPE before the user's prologue. Otherwise it's hardly... a
14512 2001-12-29 Akim Demaille <akim@epita.fr>
14514 Mid-rule actions are simply... ignored!
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
14519 * tests/actions.at (Mid-rule actions): New.
14521 2001-12-29 Akim Demaille <akim@epita.fr>
14525 * src/reader.c (reader): Free grammar.
14527 2001-12-29 Akim Demaille <akim@epita.fr>
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.
14535 2001-12-29 Akim Demaille <akim@epita.fr>
14537 * src/options.h, src/options.c (create_long_option_table): Rename
14539 (long_option_table_new): this, with a clearer prototype.
14540 (percent_table): Remove, unused,
14541 * src/getargs.c (getargs): Adjust.
14543 2001-12-29 Akim Demaille <akim@epita.fr>
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
14549 2001-12-29 Akim Demaille <akim@epita.fr>
14551 * src/lalr.c (build_relations): Rename `states' as `states1'.
14552 Sorry, I don't understand exactly what it is, no better name...
14554 2001-12-29 Akim Demaille <akim@epita.fr>
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
14561 2001-12-29 Akim Demaille <akim@epita.fr>
14563 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
14566 2001-12-29 Akim Demaille <akim@epita.fr>
14568 * src/reader.c, src/reader.h (user_toknums): Remove.
14569 Adjust all users to use symbols[i]->user_token_number.
14571 2001-12-29 Akim Demaille <akim@epita.fr>
14573 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
14574 Adjust all users to use symbols[i]->prec or ->assoc.
14576 2001-12-29 Akim Demaille <akim@epita.fr>
14578 * src/reader.c, src/reader.h (tags): Remove.
14579 Adjust all users to use symbols[i]->tag.
14581 2001-12-29 Akim Demaille <akim@epita.fr>
14583 * src/gram.h, src/gram.c (symbols): New, similar to state_table
14585 * src/reader.c (packsymbols): Fill this table.
14587 * src/conflicts.c (resolve_sr_conflict): Adjust.
14588 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
14590 Use symbols[i]->tag instead of tags[i].
14592 2001-12-29 Akim Demaille <akim@epita.fr>
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.
14598 2001-12-29 Akim Demaille <akim@epita.fr>
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
14607 2001-12-29 Akim Demaille <akim@epita.fr>
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.
14614 2001-12-29 Akim Demaille <akim@epita.fr>
14616 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
14617 visible, and some states have now a different number.
14619 2001-12-29 Akim Demaille <akim@epita.fr>
14621 * src/reader.c (readgram): Bind the initial rule's lineno to that
14623 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
14624 (Solved SR Conflicts): Adjust rule 0's line number.
14626 2001-12-29 Akim Demaille <akim@epita.fr>
14628 Fix the `GAWK Grammar' failure.
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
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.
14639 2001-12-29 Akim Demaille <akim@epita.fr>
14641 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
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
14648 2001-12-29 Akim Demaille <akim@epita.fr>
14650 * src/lalr.c (lookaheads_print): New.
14651 (lalr): Call it when --trace-flag.
14652 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
14655 2001-12-29 Akim Demaille <akim@epita.fr>
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.
14667 2001-12-29 Akim Demaille <akim@epita.fr>
14669 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
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.
14677 2001-12-29 Akim Demaille <akim@epita.fr>
14679 * src/output.c: Comment changes.
14681 2001-12-27 Paul Eggert <eggert@twinsun.com>
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.
14688 Also, catch up with 1.31's YYSTD.
14690 2001-12-27 Akim Demaille <akim@epita.fr>
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
14701 2001-12-27 Akim Demaille <akim@epita.fr>
14703 * tests/regression.at (Unresolved SR Conflicts):
14704 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
14707 2001-12-27 Akim Demaille <akim@epita.fr>
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
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.
14727 2001-12-27 Akim Demaille <akim@epita.fr>
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.
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.
14743 2001-12-27 Akim Demaille <akim@epita.fr>
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
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.
14763 2001-12-27 Akim Demaille <akim@epita.fr>
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
14769 * lib/strchr.c: New.
14770 * src/reader.c (symbols_save): Use strchr.
14772 2001-12-27 Akim Demaille <akim@epita.fr>
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.
14780 2001-12-27 Akim Demaille <akim@epita.fr>
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.
14790 2001-12-27 Akim Demaille <akim@epita.fr>
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.
14799 2001-12-27 Akim Demaille <akim@epita.fr>
14801 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
14803 2001-12-27 Akim Demaille <akim@epita.fr>
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
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.
14814 2001-12-27 Akim Demaille <akim@epita.fr>
14816 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
14819 2001-12-27 Akim Demaille <akim@epita.fr>
14821 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
14822 (build_relations): Adjust.
14824 2001-12-27 Akim Demaille <akim@epita.fr>
14826 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
14829 2001-12-27 Akim Demaille <akim@epita.fr>
14831 * src/reader.c (packgram): Catch nitems overflows.
14833 2001-12-27 Akim Demaille <akim@epita.fr>
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
14843 2001-12-27 Akim Demaille <akim@epita.fr>
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
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
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
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
14871 2001-12-27 Akim Demaille <akim@epita.fr>
14873 * src/reader.c (symbol_list_new): Be sure to initialize all the
14876 2001-12-27 Akim Demaille <akim@epita.fr>
14878 All the hacks using a final pseudo state are now useless.
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).
14885 2001-12-27 Akim Demaille <akim@epita.fr>
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
14891 2001-12-27 Akim Demaille <akim@epita.fr>
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.
14909 2001-12-27 Akim Demaille <akim@epita.fr>
14911 * src/bison.hairy: Formatting/comment changes.
14913 Remove `register' indications.
14914 Add plenty of `static'.
14916 2001-12-27 Akim Demaille <akim@epita.fr>
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.
14924 2001-12-22 Akim Demaille <akim@epita.fr>
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
14929 Reported by Wayne Green.
14931 2001-12-22 Akim Demaille <akim@epita.fr>
14933 Some actions of web2c.y are improperly triggered.
14934 Reported by Mike Castle.
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.
14941 2001-12-22 Akim Demaille <akim@epita.fr>
14943 Reductions in web2c.y are improperly reported.
14944 Reported by Mike Castle.
14946 * src/conflicts.c (print_reductions): Fix.
14947 * tests/regression.at (Web2c): New.
14949 2001-12-18 Akim Demaille <akim@epita.fr>
14951 Some host fail on `assert (!"foo")', which expands to
14952 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
14953 Reported by Nelson Beebee.
14955 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
14956 `#define it_succeeded 0' and `assert (it_succeeded)'.
14958 2001-12-17 Marc Autret <autret_m@epita.fr>
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).
14964 2001-12-17 Paul Eggert <eggert@twinsun.com>
14966 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
14967 YYDEBUG must be defined to a nonzero value.
14969 * src/bison.simple (yytname): Do not assume that the user defines
14970 YYDEBUG to a properly parenthesized expression.
14972 2001-12-17 Akim Demaille <akim@epita.fr>
14974 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
14975 nlookaheads is a new member.
14977 * src/lalr.h (nlookaheads): Remove this orphan declaration.
14978 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
14981 2001-12-17 Akim Demaille <akim@epita.fr>
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,
14986 * src/reader.c (reader): Do it.
14988 2001-12-17 Akim Demaille <akim@epita.fr>
14990 * src/conflicts.c (print_reductions): Formatting changes.
14992 2001-12-17 Akim Demaille <akim@epita.fr>
14994 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
14995 (flush_reduce): New.
14996 (resolve_sr_conflict): Adjust.
14998 2001-12-17 Akim Demaille <akim@epita.fr>
15000 * src/output.c (output_obstack): Be static and rename as...
15001 (format_obstack): this, to avoid any confusion with files.c's
15003 * src/reader.h (muscle_obstack): Move to...
15004 * src/output.h: here, since it's defined in output.c.
15006 2001-12-17 Akim Demaille <akim@epita.fr>
15008 * src/output.c (action_row, save_column, default_goto)
15009 (sort_actions, matching_state, pack_vector): Better variable
15012 2001-12-17 Akim Demaille <akim@epita.fr>
15014 * src/output.c: Various formatting changes.
15016 2001-12-17 Akim Demaille <akim@epita.fr>
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.
15024 2001-12-16 Marc Autret <autret_m@epita.fr>
15026 * src/output.c (actions_output): Fix. When we use %no-lines,
15027 there is one less line per action.
15029 2001-12-16 Marc Autret <autret_m@epita.fr>
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
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.
15041 2001-12-15 Marc Autret <autret_m@epita.fr>
15043 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
15045 2001-12-15 Marc Autret <autret_m@epita.fr>
15047 * src/output.c (output_gram): Keep track of the hairy one.
15049 2001-12-15 Akim Demaille <akim@epita.fr>
15051 Make `make distcheck' work.
15053 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
15054 system.h which uses libgettext.h.
15056 2001-12-15 Akim Demaille <akim@epita.fr>
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.
15063 2001-12-15 Akim Demaille <akim@epita.fr>
15065 The header can also be produced directly, without any obstack!
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
15074 (output_token_translations): Merge into...
15075 (symbols_output): this.
15077 (symbols_save): this.
15079 * src/output.c (header_output): New.
15082 2001-12-15 Akim Demaille <akim@epita.fr>
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.
15090 (copy_comment): this.
15092 2001-12-15 Akim Demaille <akim@epita.fr>
15094 * src/lex.c, src/lex.h (xgetc): No longer static.
15095 * src/reader.c (parse_union_decl): Revamp.
15097 2001-12-15 Akim Demaille <akim@epita.fr>
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.
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.
15109 2001-12-15 Akim Demaille <akim@epita.fr>
15111 Attach actions to rules, instead of pre-outputting them to
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.
15122 (prepare): Don't save the `action' muscle.
15123 * src/bison.simple: s/%%action/%%actions/.
15125 2001-12-15 Akim Demaille <akim@epita.fr>
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.
15131 2001-12-14 Akim Demaille <akim@epita.fr>
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.
15137 2001-12-14 Akim Demaille <akim@epita.fr>
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
15145 2001-12-13 Paul Eggert <eggert@twinsun.com>
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.
15152 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
15154 2001-12-13 Akim Demaille <akim@epita.fr>
15156 The computation of nullable is broken: it doesn't handle empty
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.
15164 Work around Autotest bugs.
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
15174 * tests/sets.at: here.
15176 2001-12-13 Akim Demaille <akim@epita.fr>
15178 * src/closure.c (closure): Use nrules instead of playing tricks
15179 with BITS_PER_WORD.
15181 2001-12-13 Akim Demaille <akim@epita.fr>
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
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.
15195 2001-12-13 Akim Demaille <akim@epita.fr>
15197 * src/reader.c (readgram): Remove dead code, an strip useless
15199 (get_type): Remove, unused.
15201 2001-12-12 Akim Demaille <akim@epita.fr>
15203 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
15204 on that of lib/error.c.
15206 2001-12-12 Akim Demaille <akim@epita.fr>
15208 Some hosts don't like `/' in includes.
15210 * src/system.h: Include libgettext.h without qualifying the path.
15211 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
15214 2001-12-11 Marc Autret <autret_m@epita.fr>
15216 * src/output.c (output_parser): Remove useless muscle.
15218 2001-12-11 Marc Autret <autret_m@epita.fr>
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.
15225 2001-12-10 Marc Autret <autret_m@epita.fr>
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.
15232 2001-12-10 Marc Autret <autret_m@epita.fr>
15234 * src/reader.c (symbols_output): Clean up.
15235 * src/output.c (output_gram, output): Clean up.
15237 2001-12-10 Akim Demaille <akim@epita.fr>
15239 * src/lalr.c (initialize_lookaheads): New. Extracted from...
15240 * src/LR0.c (set_state_table): here.
15241 * src/lalr.c (lalr): Call it.
15243 2001-12-10 Akim Demaille <akim@epita.fr>
15245 * src/state.h (shifts): Remove the `number' member: shifts are
15246 attached to state, hence no longer need to be labelled with a
15249 2001-12-10 Akim Demaille <akim@epita.fr>
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.
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.
15262 2001-12-10 Akim Demaille <akim@epita.fr>
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.
15269 2001-12-10 Akim Demaille <akim@epita.fr>
15271 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
15272 only when appropriate: when insert_start_shifting_state' is not
15274 * tests/regression.at (Rule Line Numbers): Adjust.
15276 2001-12-10 Akim Demaille <akim@epita.fr>
15278 * src/LR0.c (augment_automaton): Now that all states have shifts,
15279 merge the two cases addition shifts to the initial state.
15281 2001-12-10 Akim Demaille <akim@epita.fr>
15283 * src/lalr.c (set_state_table): Move to...
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.
15289 2001-12-10 Akim Demaille <akim@epita.fr>
15291 * src/LR0.h (first_shift, first_reduction): Remove.
15292 * src/lalr.c: Don't use first_shift: find shifts through the
15295 2001-12-10 Akim Demaille <akim@epita.fr>
15297 * src/LR0.c: Attach shifts to states as soon as they are
15299 * src/lalr.c (set_state_table): Instead of assigning shifts to
15300 state, just assert that the mapping was properly done.
15302 2001-12-10 Akim Demaille <akim@epita.fr>
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!
15314 2001-12-10 Akim Demaille <akim@epita.fr>
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?
15324 2001-12-10 Akim Demaille <akim@epita.fr>
15326 * src/muscle_tab.c (muscle_init): NULL is a better default than
15329 2001-12-10 Akim Demaille <akim@epita.fr>
15331 * src/reader.c (reader): Calling symbols_output once is enough.
15333 2001-12-10 Akim Demaille <akim@epita.fr>
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
15339 * src/state.h (struct reductions): Remove member `number' and
15341 * src/LR0.c (first_reduction, last_reduction): Remove.
15342 (save_reductions): Don't link the new reductions, store them in
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
15350 2001-12-10 Akim Demaille <akim@epita.fr>
15352 * src/options.c (OPTN, DRTV, BOTH): New.
15353 (option_table): Use them.
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
15360 2001-12-10 Akim Demaille <akim@epita.fr>
15362 * src/output.c (output, prepare): Make sure the values of the
15363 muscles `action' and `prologue' are 0-terminated.
15365 2001-12-10 Akim Demaille <akim@epita.fr>
15367 Clean up GCC warnings.
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.
15377 2001-12-10 Akim Demaille <akim@epita.fr>
15379 * configure.in: Require 2.52g.
15380 M4 is not needed, but AUTOM4TE is.
15381 * m4/m4.m4: Remove.
15382 * tests/Makefile.am: Adjust.
15384 2001-12-10 Akim Demaille <akim@epita.fr>
15386 One structure for states is enough, even though theoretically
15387 there are LR(0) states and LALR(1) states.
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
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.
15400 2001-12-10 Akim Demaille <akim@epita.fr>
15402 Bison dumps core on bash.y.
15403 Reported by Pascal Bart.
15405 * src/warshall.c (bitmatrix_print): New.
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.
15411 2001-12-05 Akim Demaille <akim@epita.fr>
15413 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
15415 Reported by Peter Hamorsky.
15417 2001-12-05 Akim Demaille <akim@epita.fr>
15419 * src/conflicts.c (err_table): Remove.
15420 (resolve_sr_conflict): Adjust.
15421 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
15423 (state_t.reductions, state_t.shifts): this.
15425 2001-12-05 Akim Demaille <akim@epita.fr>
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.
15434 2001-12-05 Akim Demaille <akim@epita.fr>
15436 * src/output.c (pack_vector): Use assert, not berror.
15437 * src/main.c (berror): Remove, unused.
15439 2001-12-05 Akim Demaille <akim@epita.fr>
15441 New experimental feature: if --verbose --trace output all the
15442 items of a state, not only its kernel.
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.
15449 2001-12-05 Akim Demaille <akim@epita.fr>
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.
15455 2001-12-05 Akim Demaille <akim@epita.fr>
15457 * src/closure.c (print_closure): Improve.
15458 (closure): Use it for printing input and output.
15460 2001-12-05 Akim Demaille <akim@epita.fr>
15462 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
15463 indexed by nonterminals.
15465 2001-12-05 Akim Demaille <akim@epita.fr>
15467 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
15469 * src/warshall.h: Remove accidental duplication of the content.
15471 2001-12-05 Akim Demaille <akim@epita.fr>
15473 * src/closure.c (set_fderives): De-obfuscate.
15475 2001-12-05 Akim Demaille <akim@epita.fr>
15477 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
15479 2001-12-05 Akim Demaille <akim@epita.fr>
15481 * src/closure.c (set_firsts): De-obfuscate.
15483 2001-12-05 Akim Demaille <akim@epita.fr>
15485 * src/output.c (action_row): De-obfuscate
15486 using the good o' techniques: arrays not pointers, variable
15487 locality, BITISSET, RESETBIT etc.
15489 2001-12-05 Akim Demaille <akim@epita.fr>
15491 Pessimize the code to simplify it: from now on, all the states
15492 have a valid SHIFTS, which NSHIFTS is possibly 0.
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.
15499 2001-12-05 Akim Demaille <akim@epita.fr>
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''.
15506 2001-12-05 Akim Demaille <akim@epita.fr>
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.
15512 2001-12-05 Akim Demaille <akim@epita.fr>
15514 * src/state.h (SHIFT_SYMBOL): New.
15515 * src/conflicts.c: Use it to deobfuscate.
15517 2001-12-05 Akim Demaille <akim@epita.fr>
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.
15523 2001-12-05 Akim Demaille <akim@epita.fr>
15525 * src/conflicts.c (print_reductions): Arrays, not pointers.
15528 2001-12-05 Akim Demaille <akim@epita.fr>
15530 * src/conflicts.c (print_reductions): Pessimize, but clarify.
15532 2001-12-05 Akim Demaille <akim@epita.fr>
15534 * src/conflicts.c (print_reductions): Improve variable locality.
15536 2001-12-05 Akim Demaille <akim@epita.fr>
15538 * src/conflicts.c (print_reductions): Pessimize, but clarify.
15540 2001-12-05 Akim Demaille <akim@epita.fr>
15542 * src/conflicts.c (print_reductions): Improve variable locality.
15544 2001-12-05 Akim Demaille <akim@epita.fr>
15546 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
15547 * src/lalr.c: Use them.
15549 2001-12-05 Akim Demaille <akim@epita.fr>
15551 * src/LR0.c (augment_automaton): Formatting changes.
15552 Better variable locality.
15554 2001-12-05 Akim Demaille <akim@epita.fr>
15556 * src/lalr.c (matrix_print): New.
15557 (transpose): Use it.
15558 Use arrays instead of pointers.
15560 2001-12-05 Akim Demaille <akim@epita.fr>
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.
15566 2001-12-05 Akim Demaille <akim@epita.fr>
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
15572 Improve variable locality.
15573 Avoid variables used as mere abbreviations.
15574 (compute_lookaheads): Use arrays instead of pointers.
15576 2001-12-05 Akim Demaille <akim@epita.fr>
15578 * src/lalr.c (initialize_F): Improve variable locality.
15579 Avoid variables used as mere abbreviations.
15581 2001-12-05 Akim Demaille <akim@epita.fr>
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.
15588 2001-12-05 Akim Demaille <akim@epita.fr>
15590 * src/lalr.c (traverse): Use arrays instead of pointers.
15592 2001-12-05 Akim Demaille <akim@epita.fr>
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'.
15598 2001-12-05 Akim Demaille <akim@epita.fr>
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.
15605 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
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
15612 Deobfuscate, i.e., allocate, use and free `symbol_count' here
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
15620 2001-12-05 Akim Demaille <akim@epita.fr>
15622 * src/nullable.c (set_nullable): Deobfuscate the handling of
15624 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
15626 2001-12-05 Akim Demaille <akim@epita.fr>
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
15635 2001-12-04 Paul Eggert <eggert@twinsun.com>
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.
15645 2001-11-30 Akim Demaille <akim@epita.fr>
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.
15655 2001-11-27 Paul Eggert <eggert@twinsun.com>
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.
15666 2001-11-29 Paul Eggert <eggert@twinsun.com>
15668 Name space cleanup in generated parser.
15670 * doc/bison.texinfo (Bison Parser): Discuss system headers
15671 and their effect on the user name space.
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).
15678 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
15679 on user names when possible.
15681 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
15682 Simplify test for whather <alloca.h> exists.
15684 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
15686 (<stdio.h>): Include if YYDEBUG.
15688 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
15689 ! defined (yyoverflow) && ! defined (yymemcpy).
15691 (yymemcpy, yyparse): Rename local variables as needed so that
15692 they all begin with 'yy'.
15694 (yystrlen, yystpcpy): New functions.
15696 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
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.
15703 2001-11-30 Akim Demaille <akim@epita.fr>
15705 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
15706 before their first uses.
15707 (YYBISON, YYPURE): Move to the top of the output.
15709 2001-11-30 Akim Demaille <akim@epita.fr>
15711 * tests/reduce.at (Useless Nonterminals): Fix.
15713 2001-11-30 Akim Demaille <akim@epita.fr>
15715 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
15716 if body instead of `;' to pacify GCC's warnings.
15718 2001-11-30 Akim Demaille <akim@epita.fr>
15720 Instead of mapping the LHS of unused rules to -1, keep the LHS
15721 valid, but flag the rules as invalid.
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.
15730 2001-11-30 Akim Demaille <akim@epita.fr>
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.
15737 2001-11-30 Akim Demaille <akim@epita.fr>
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.
15744 2001-11-30 Akim Demaille <akim@epita.fr>
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.
15751 2001-11-29 Paul Eggert <eggert@twinsun.com>
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):
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.
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.
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.
15770 2001-11-29 Marc Autret <autret_m@epita.fr>
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.
15776 2001-11-28 Marc Autret <autret_m@epita.fr>
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.
15783 2001-11-28 Marc Autret <autret_m@epita.fr>
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
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
15801 2001-11-28 Marc Autret <autret_m@epita.fr>
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 '_'.
15808 2001-11-28 Marc Autret <autret_m@epita.fr>
15810 * src/bison.simple: Fix debug.
15811 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
15813 2001-11-28 Akim Demaille <akim@epita.fr>
15815 * src/LR0.c (shifts_new): New.
15816 (save_shifts, insert_start_shift, augment_automaton): Use it.
15818 2001-11-28 Akim Demaille <akim@epita.fr>
15820 * src/closure.c (closure): `b' and `ruleno' denote the same value:
15823 2001-11-28 Akim Demaille <akim@epita.fr>
15825 * src/closure.c (closure): Instead of looping over word in array
15826 then bits in words, loop over bits in array.
15828 2001-11-28 Akim Demaille <akim@epita.fr>
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
15834 2001-11-28 Akim Demaille <akim@epita.fr>
15836 * src/closure.c (closure): `r' and `c' are new variables, used to
15837 de-obfuscate accesses to RULESET and CORE.
15839 2001-11-28 Akim Demaille <akim@epita.fr>
15841 * src/reduce.c (reduce_print): Use ngettext.
15842 (dump_grammar): Improve the trace accuracy.
15844 2001-11-28 Akim Demaille <akim@epita.fr>
15846 * src/reduce.c (dump_grammar): Don't translate trace messages.
15848 2001-11-28 Akim Demaille <akim@epita.fr>
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.
15855 2001-11-27 Paul Eggert <eggert@twinsun.com>
15857 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
15858 use alloca when we didn't want to, and vice versa.
15860 2001-11-27 Marc Autret <autret_m@epita.fr>
15862 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
15864 * src/output.c (prepare): Remove its update.
15866 2001-11-27 Marc Autret <autret_m@epita.fr>
15868 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
15869 Use %error-verbose.
15871 2001-11-27 Marc Autret <autret_m@epita.fr>
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.
15884 2001-11-27 Akim Demaille <akim@epita.fr>
15886 * src/system.h: Use intl/libgettext.h.
15887 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
15889 2001-11-27 Akim Demaille <akim@epita.fr>
15891 * tests/torture.at (Exploding the Stack Size with Malloc):
15892 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
15894 2001-11-27 Akim Demaille <akim@epita.fr>
15896 * src/files.c: Include error.h.
15897 Reported by Hans Aberg.
15899 2001-11-26 Marc Autret <autret_m@epita.fr>
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
15908 * src/lex.h (token_t): Add tok_include.
15910 2001-11-26 Akim Demaille <akim@epita.fr>
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.
15917 2001-11-26 Akim Demaille <akim@epita.fr>
15919 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
15922 2001-11-26 Akim Demaille <akim@epita.fr>
15924 * src/complain.c, src/complain.h (error): Remove, provided by
15927 2001-11-26 Akim Demaille <akim@epita.fr>
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.
15934 2001-11-26 Akim Demaille <akim@epita.fr>
15936 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
15937 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
15939 2001-11-26 Akim Demaille <akim@epita.fr>
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.
15946 2001-11-23 Akim Demaille <akim@epita.fr>
15948 * lib/alloca.c: Update, from fileutils.
15950 2001-11-23 Akim Demaille <akim@epita.fr>
15952 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
15954 2001-11-23 Akim Demaille <akim@epita.fr>
15956 * src/system.h: Include alloca.h.
15957 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
15959 2001-11-23 Akim Demaille <akim@epita.fr>
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.
15967 2001-11-23 Akim Demaille <akim@epita.fr>
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.
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.
15982 2001-11-22 Marc Autret <autret_m@epita.fr>
15984 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
15986 2001-11-22 Marc Autret <autret_m@epita.fr>
15988 * src/muscle_tab.c (muscle_init): Remove initialization of
15990 * src/output.c (output_master_parser): Do it here.
15992 2001-11-20 Akim Demaille <akim@epita.fr>
15995 * configure.in (ALL_LINGUAS): Adjust.
15996 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
15997 longer contains strings to translate.
15999 2001-11-19 Akim Demaille <akim@epita.fr>
16001 * src/conflicts.c (conflicts_print): Add a missing \n.
16003 2001-11-19 Akim Demaille <akim@epita.fr>
16005 * src/nullable.c (nullable_print): New.
16006 (set_nullable): Call it when tracing.
16007 Better locality of variables.
16009 2001-11-19 Akim Demaille <akim@epita.fr>
16011 * src/print.c (print_actions): Better locality of variables.
16013 2001-11-19 Akim Demaille <akim@epita.fr>
16015 * src/derives.c (print_derives): Fix and enrich.
16016 * src/closure.c (print_fderives): Likewise.
16018 2001-11-19 Akim Demaille <akim@epita.fr>
16020 * src/closure.c (itemsetend): Remove, replaced with...
16021 (itemsetsize): new.
16023 2001-11-19 Akim Demaille <akim@epita.fr>
16025 * src/LR0.c (kernel_end): Remove, replaced with...
16026 (kernel_size): new.
16028 2001-11-19 Akim Demaille <akim@epita.fr>
16030 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
16033 2001-11-19 Akim Demaille <akim@epita.fr>
16035 * src/closure.c (closure): Use arrays instead of pointers to clarify.
16037 2001-11-19 Akim Demaille <akim@epita.fr>
16039 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
16041 * src/LR0.c: Likewise.
16042 (allocate_itemsets): Use arrays instead of pointers to clarify.
16044 2001-11-19 Akim Demaille <akim@epita.fr>
16046 * src/getargs.c (statistics_flag): Replace with...
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.
16053 2001-11-19 Akim Demaille <akim@epita.fr>
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.
16059 2001-11-19 Akim Demaille <akim@epita.fr>
16061 * src/LR0.c (new_state, get_state): Complete TRACE code.
16062 * src/closure.c: Include `reader.h' to get `tags', needed by the
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
16069 Use `#if TRACE' instead of `#if 0' for tracing code.
16071 2001-11-19 Akim Demaille <akim@epita.fr>
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.
16078 2001-11-19 Akim Demaille <akim@epita.fr>
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
16085 2001-11-19 Akim Demaille <akim@epita.fr>
16087 * src/LR0.c (new_state): Complete trace code.
16088 * src/nullable.c (set_nullable): Don't translate traces.
16090 2001-11-19 Akim Demaille <akim@epita.fr>
16092 * src/print_graph.c (print_core): Better locality of variables.
16093 * src/print.c (print_core): Likewise.
16095 2001-11-19 Akim Demaille <akim@epita.fr>
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.
16105 2001-11-19 Akim Demaille <akim@epita.fr>
16107 * src/bison.simple (yyparse): When verbosely reporting an error,
16108 no longer put additional quotes around token names.
16109 * tests/calc.at: Adjust.
16111 2001-11-19 Akim Demaille <akim@epita.fr>
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.
16117 2001-11-19 Akim Demaille <akim@epita.fr>
16119 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
16121 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
16123 2001-11-19 Akim Demaille <akim@epita.fr>
16125 * src/gram.h (rule_t): 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.
16132 2001-11-19 Akim Demaille <akim@epita.fr>
16134 * src/reader.c (symbols_output): New, extracted from...
16135 (packsymbols): Here.
16138 2001-11-19 Akim Demaille <akim@epita.fr>
16140 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
16141 (maxrhs): this new function.
16143 2001-11-19 Akim Demaille <akim@epita.fr>
16145 * src/lalr.c (F): New macro to access the variable F.
16148 2001-11-19 Akim Demaille <akim@epita.fr>
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.
16154 2001-11-19 Akim Demaille <akim@epita.fr>
16156 * src/lalr.c (initialize_LA): Only initialize LA. Let...
16157 (set_state_table): handle the `lookaheads' members.
16159 2001-11-19 Akim Demaille <akim@epita.fr>
16161 * src/lalr.h (lookaheads): Removed array, whose contents is now
16163 (state_t): this structure.
16164 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16167 2001-11-19 Akim Demaille <akim@epita.fr>
16169 * src/lalr.h (consistent): Removed array, whose contents is now
16171 (state_t): this structure.
16172 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16175 2001-11-19 Akim Demaille <akim@epita.fr>
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:
16183 2001-11-19 Akim Demaille <akim@epita.fr>
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.
16193 2001-11-14 Akim Demaille <akim@epita.fr>
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.
16206 2001-11-14 Akim Demaille <akim@epita.fr>
16208 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
16209 defined only if yyoverflow is defined, to avoid `warning: unused
16211 Reported by The Test Suite.
16213 2001-11-14 Akim Demaille <akim@epita.fr>
16215 * src/print.c: Include reduce.h.
16216 Reported by Hans Aberg.
16218 2001-11-14 Akim Demaille <akim@epita.fr>
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
16227 Be sure to strdup `arg' when used, since there is no reason for
16228 token_buffer not to change.
16230 2001-11-14 Akim Demaille <akim@epita.fr>
16232 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
16234 * src/main.c (main): Use them.
16235 Suggested by Hans Aberg.
16237 2001-11-12 Akim Demaille <akim@epita.fr>
16239 * src/system.h (ngettext): Now that we use ngettext, be sure to
16240 provide a default definition when NLS are not used.
16242 2001-11-12 Akim Demaille <akim@epita.fr>
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.
16253 2001-11-12 Akim Demaille <akim@epita.fr>
16255 %expect was not functioning at all.
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.
16265 2001-11-12 Akim Demaille <akim@epita.fr>
16267 * tests/regression.at (Conflicts): Rename as...
16268 (Unresolved SR Conflicts): this.
16269 (Solved SR Conflicts): New.
16271 2001-11-12 Akim Demaille <akim@epita.fr>
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.
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;
16283 2001-11-12 Akim Demaille <akim@epita.fr>
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.
16289 2001-11-12 Akim Demaille <akim@epita.fr>
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.
16303 2001-11-12 Akim Demaille <akim@epita.fr>
16305 * tests/regression.at (Invalid input): Remove, duplicate with
16306 ``Invalid input: 1''.
16308 2001-11-12 Akim Demaille <akim@epita.fr>
16310 * tests/torture.at (AT_DATA_STACK_TORTURE)
16311 (Exploding the Stack Size with Alloca)
16312 (Exploding the Stack Size with Malloc): New.
16314 2001-11-12 Akim Demaille <akim@epita.fr>
16316 * src/bison.simple (YYSTACK_REALLOC): New.
16317 (yyparse) [!yyoverflow]: Use it and free the old stack.
16318 Reported by Per Allansson.
16320 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
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.
16330 2001-11-05 Akim Demaille <akim@epita.fr>
16332 * src/reader.c (symbols_output): New, extracted from...
16333 (packsymbols): here.
16336 2001-11-05 Akim Demaille <akim@epita.fr>
16338 * src/lex.c (parse_percent_token): s/quotearg/quote/.
16340 2001-11-05 Akim Demaille <akim@epita.fr>
16342 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
16345 2001-11-05 Akim Demaille <akim@epita.fr>
16347 * src/options.h (struct option_table_struct): set_flags is void*.
16348 * src/options.c (longopts): Support `--output' and `%output'.
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.
16359 2001-11-04 Akim Demaille <akim@epita.fr>
16361 * doc/bison.texinfo (Decl Summary): Split the list into
16362 `directives for grammars' and `directives for bison'.
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.
16373 2001-11-02 Akim Demaille <akim@epita.fr>
16375 * doc/refcard.tex: Update.
16377 2001-11-02 Akim Demaille <akim@epita.fr>
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.
16385 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
16387 Let yylex return it instead of a plain 0.
16388 Reported by Dick Streefland.
16390 2001-11-02 Akim Demaille <akim@epita.fr>
16392 * tests/regression.at (Mixing %token styles): New test.
16394 2001-11-02 Akim Demaille <akim@epita.fr>
16396 * src/reader.c (parse_thong_decl): Formatting changes.
16397 (token_translations_init): New, extracted from...
16398 (packsymbols): Here.
16401 2001-11-01 Akim Demaille <akim@epita.fr>
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
16409 2001-11-01 Akim Demaille <akim@epita.fr>
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
16417 2001-11-01 Akim Demaille <akim@epita.fr>
16419 * tests/calc.at: Catch up with 1.30.
16420 * configure.in: Bump to 1.49a.
16421 Adjust to newer Autotest.
16423 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
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.
16430 2001-10-18 Akim Demaille <akim@epita.fr>
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).
16438 2001-10-14 Marc Autret <autret_m@epita.fr>
16440 * src/options.c (create_long_option_table): Fix.
16442 2001-10-10 Akim Demaille <akim@epita.fr>
16444 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
16446 2001-10-04 Akim Demaille <akim@epita.fr>
16448 * src/reader.c (parse_union_decl): Push the caracters in
16449 union_obstack, not attrs_obstack.
16451 2001-10-04 Akim Demaille <akim@epita.fr>
16453 Merge in the branch 1.29.
16455 * src/reader.c (packsymbols): Use a temporary obstack for
16456 `%%tokendef', since output_stack is already used elsewhere.
16458 2001-10-02 Akim Demaille <akim@epita.fr>
16462 2001-10-02 Akim Demaille <akim@epita.fr>
16466 2001-10-02 Akim Demaille <akim@epita.fr>
16468 * tests/regression.at (Invalid CPP headers): New.
16469 From Alexander Belopolsky.
16470 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
16472 2001-10-02 Akim Demaille <akim@epita.fr>
16474 * tests/regression.at (Invalid input): New.
16475 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
16478 2001-10-02 Akim Demaille <akim@epita.fr>
16480 * tests/calc.at: Now that --debug works, the tests must be adjusted.
16482 2001-10-02 Akim Demaille <akim@epita.fr>
16484 * src/output.c (output_parser): Assert `skeleton'.
16485 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
16489 2001-10-01 Marc Autret <autret_m@epita.fr>
16491 * src/lex.h: Echo modifications.
16492 * src/lex.c (unlex): Parameter is now token_t.
16495 2001-10-01 Marc Autret <autret_m@epita.fr>
16497 * src/main.c: Include lex.h.
16500 2001-09-29 Akim Demaille <akim@epita.fr>
16502 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
16504 2001-09-28 Akim Demaille <akim@epita.fr>
16506 * tests/testsuite.at: Update to newer Autotest.
16507 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
16509 2001-09-27 Akim Demaille <akim@epita.fr>
16511 Position independent wrapper.
16513 * tests/bison: Remove.
16514 * tests/bison.in: New.
16515 * configure.in: Adjust.
16517 2001-09-27 Paul Eggert <eggert@twinsun.com>
16519 Port quotearg fixes from tar 1.13.24.
16521 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
16523 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
16524 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
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).
16531 2001-09-27 Akim Demaille <akim@epita.fr>
16535 2001-09-27 Akim Demaille <akim@epita.fr>
16539 2001-09-25 Akim Demaille <akim@epita.fr>
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...
16547 * src/main.c (main): Use it.
16549 2001-09-24 Marc Autret <autret_m@epita.fr>
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.
16563 2001-09-24 Marc Autret <autret_m@epita.fr>
16565 * src/files.c (compute_output_file_names): Fix.
16567 2001-09-24 Marc Autret <autret_m@epita.fr>,
16568 Akim Demaille <akim@epita.fr>
16570 * src/reader.c (reader): Remove call to free_symtab ().
16571 * src/main.c (main): Call it here.
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
16579 * src/files.c (compute_output_file_names, close_files): New.
16580 (output_files): Adjust.
16581 * src/main.c (main): Adjust.
16583 2001-09-23 Marc Autret <autret_m@epita.fr>
16585 * src/files.c (compute_header_macro): Computes header macro name
16586 from spec_defines_file when given.
16588 2001-09-23 Marc Autret <autret_m@epita.fr>
16590 * src/files.c (output_files): Add default extensions.
16592 2001-09-22 Akim Demaille <akim@epita.fr>
16594 * src/conflicts.c (finalize_conflicts): Rename as...
16595 (free_conflicts): this.
16597 2001-09-22 Akim Demaille <akim@epita.fr>
16599 * src/gram.c (gram_free): Rename back as...
16601 (output_token_translations): Free `token_translations'.
16602 * src/symtab.c (free_symtab): Free the tag field.
16604 2001-09-22 Akim Demaille <akim@epita.fr>
16606 Remove `translations' as it is always set to true.
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...
16617 2001-09-22 Akim Demaille <akim@epita.fr>
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.
16624 2001-09-22 Akim Demaille <akim@epita.fr>
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.
16632 2001-09-21 Akim Demaille <akim@epita.fr>
16635 * Makefile.maint, config/config.guess, config/config.sub,
16636 * config/missing: Update from masters.
16637 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
16639 * configure.in (ALL_LINGUAS): Add `tr'.
16641 2001-09-21 Akim Demaille <akim@epita.fr>
16643 * tests/Makefile.am (package.m4): Move to...
16644 ($(srcdir)/$(TESTSUITE)): here.
16646 2001-09-20 Akim Demaille <akim@epita.fr>
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.
16655 2001-09-18 Marc Autret <autret_m@epita.fr>
16657 * doc/bison.1: Update.
16658 * doc/bison.texinfo (Bison Options): Update --defines and --graph
16660 (Option Cross Key): Update.
16663 2001-09-18 Marc Autret <autret_m@epita.fr>
16665 * tests/regression.at: New test (comment in %union).
16667 2001-09-18 Marc Autret <autret_m@epita.fr>
16669 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
16671 Reported by Keith Browne.
16673 2001-09-18 Marc Autret <autret_m@epita.fr>
16675 * tests/output.at: Add tests for --defines and --graph.
16677 2001-09-18 Marc Autret <autret_m@epita.fr>
16679 * tests/output.at: Removes tests of %{header,src}_extension features.
16681 2001-09-18 Akim Demaille <akim@epita.fr>
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.
16688 2001-09-18 Marc Autret <autret_m@epita.fr>
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.
16697 2001-09-18 Marc Autret <autret_m@epita.fr>
16699 Turn off %{source,header}_extension feature.
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.
16712 2001-09-10 Akim Demaille <akim@epita.fr>
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.
16719 2001-09-10 Akim Demaille <akim@epita.fr>
16721 * tests/calc.at: Use m4_match.
16722 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
16724 2001-09-10 Marc Autret <autret_m@epita.fr>,
16725 Akim Demaille <akim@epita.fr>
16727 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
16729 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
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
16739 (unlexed): Is a token_t.
16741 2001-09-10 Akim Demaille <akim@epita.fr>
16743 * configure.in: Bump to 1.29a.
16745 2001-09-07 Akim Demaille <akim@epita.fr>
16749 2001-08-30 Akim Demaille <akim@epita.fr>
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.
16760 2001-08-29 Akim Demaille <akim@epita.fr>
16764 2001-08-29 Akim Demaille <akim@epita.fr>
16768 2001-08-29 Paul Eggert <eggert@twinsun.com>
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
16774 2001-08-29 Robert Anisko <anisko_r@epita.fr>
16776 * doc/bison.texinfo (Location Tracking Calc): New node.
16778 2001-08-29 Paul Eggert <eggert@twinsun.com>
16780 * src/output.c (output): Do not define const, as this now
16781 causes more problems than it cures.
16783 2001-08-29 Akim Demaille <akim@epita.fr>
16785 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
16787 Be sure to tag the `detailmenu'.
16789 2001-08-29 Akim Demaille <akim@epita.fr>
16791 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
16792 download in a tmp dir.
16794 2001-08-28 Marc Autret <autret_m@epita.fr>
16796 * config/depcomp: New file.
16798 2001-08-28 Marc Autret <autret_m@epita.fr>
16800 * doc/bison.1 (mandoc): Adjust.
16801 From Juan Manuel Guerrero.
16803 2001-08-28 Marc Autret <autret_m@epita.fr>
16805 * src/print_graph.c (print_state): Fix.
16807 2001-08-27 Marc Autret <autret_m@epita.fr>
16809 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
16811 Echo modifications to the functions prototypes.
16812 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
16814 2001-08-27 Marc Autret <autret_m@epita.fr>
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.
16822 2001-08-27 Akim Demaille <akim@epita.fr>
16824 * Makefile.maint: Sync. again with CVS Autoconf.
16826 2001-08-27 Akim Demaille <akim@epita.fr>
16828 * Makefile.maint: Formatting changes.
16829 (po-update, cvs-update, update): New targets.
16832 2001-08-27 Akim Demaille <akim@epita.fr>
16834 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
16835 * Makefile.maint: Sync. with CVS Autoconf.
16837 2001-08-27 Marc Autret <autret_m@epita.fr>
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.
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'.
16852 2001-08-27 Marc Autret <autret_m@epita.fr>
16854 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
16855 This one shadowed a global parameter.
16857 2001-08-24 Marc Autret <autret_m@epita.fr>
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.
16864 2001-08-23 Marc Autret <autret_m@epita.fr>
16866 * src/lex.c (percent_table): Typo: s/naem/name/.
16868 Normalize new options declarations.
16870 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
16872 * tests/suite.at: Exercise %header_extension and %source_extension.
16874 2001-08-16 Marc Autret <autret_m@epita.fr>
16876 * src/reader.c (parse_dquoted_param): New.
16877 (parse_header_extension_decl): Use it.
16878 (parse_source_extension_decl): Likewise.
16880 2001-08-16 Marc Autret <autret_m@epita.fr>
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.
16889 2001-08-16 Marc Autret <autret_m@epita.fr>
16891 * src/getargs.c (usage): Update with ``-g, --graph''.
16893 2001-08-16 Marc Autret <autret_m@epita.fr>
16895 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
16896 (Option Cross Key): Likewise.
16897 * doc/bison.1: Update.
16899 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
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.
16906 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
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.
16917 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
16919 * src/bison.simple: Add new `#line' directive.
16921 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
16923 * src/bison.simple: New `#line' directive.
16924 * src/output.c (output_parser): Support new dynamic muscle input_line.
16926 2001-09-22 Marc Autret <autret_m@epita.fr>
16928 * src/output.c (output_master_parser): New.
16929 (output_parser): Be more re-entrant.
16931 2001-09-21 Marc Autret <autret_m@epita.fr>
16933 * src/reader.c (copy_definition, parse_union_decl): Update and use
16935 (copy_action): Likewise.
16936 Use obstack_1grow ().
16937 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
16939 2001-09-21 Marc Autret <autret_m@epita.fr>
16941 * src/options.c (option_table): Adjust.
16942 * src/lex.c (parse_percent_token): Fix.
16944 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
16946 * src/options.c (symtab.h): Include it, need by lex.h.
16948 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
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.
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.
16973 2001-09-20 Marc Autret <autret_m@epita.fr>
16975 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
16978 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
16980 * src/bison.simple: s/%%filename/%%skeleton.
16981 * src/muscle_tab.c (getargs.h): Include it.
16982 (muscle_init): Insert new muscle skeleton.
16984 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
16986 * src/output.c (output_parser): Delete unused variable actions_dumped.
16988 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
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.
16994 2001-09-02 Marc Autret <autret_m@epita.fr>
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.
17004 * src/reader.h (muscle_obstack): Extern declaration update.
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.
17014 * src/muscle_tab.h: Update double inclusion macros.
17015 (macro_entry_s): Rename muscle_entry_s.
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.
17025 * src/main.c: Include muscle_tab.h.
17026 (main): Call muscle_init ().
17027 * src/Makefile.am (bison_SOURCES): Echo modifications.
17029 2001-09-02 Marc Autret <autret_m@epita.fr>
17031 Now the files macro_tab.[ch] are named muscle_tab.[ch].
17033 * src/muscle_tab.c, src/muscle_tab.h: Add files.
17035 2001-09-02 Marc Autret <autret_m@epita.fr>
17037 * src/macrotab.c, src/macrotab.h: Remove.
17039 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
17041 * src/reader.c (copy_guard): Use muscle to specify the `#line'
17044 2001-09-01 Marc Autret <autret_m@epita.fr>
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.
17049 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
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.
17056 2001-08-31 Marc Autret <autret_m@epita.fr>
17058 * src/bison.simple (YYLSP_NEEDED): New definition.
17059 * src/output.c (prepare): Add macro insertion of `locations_flag'
17061 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
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
17073 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
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.
17079 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
17081 * src/reader.c (read_additionnal_code): Rename %%user_code to
17083 * src/output.c (output): Rename %%declarations to %%prologue.
17084 * src/bison.simple: Echo modifications.
17086 2001-08-31 Marc Autret <autret_m@epita.fr>
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.
17094 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
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.
17101 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
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.
17114 2001-08-30 Marc Autret <autret_m@epita.fr>
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.
17122 2001-08-29 Marc Autret <autret_m@epita.fr>
17124 * src/bison.simple: Add %%user_code directive at the end.
17125 * src/reader.c (read_additionnal_code): New.
17127 * src/output.c (output_program): Remove.
17130 2001-08-28 Marc Autret <autret_m@epita.fr>
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.
17136 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
17138 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
17140 * src/bison.simple: Add `%%definitions'.
17142 2001-08-28 Marc Autret <autret_m@epita.fr>
17144 * config/depcomp: New file.
17146 2001-08-27 Paul Eggert <eggert@twinsun.com>
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
17152 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
17154 * src/output.c (output): Remove the initialization of the macro
17155 obstack. It was done too late here.
17157 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
17159 (reader): Initialize the macro obstack here, since we need it to grow
17160 '%define' directives.
17162 * src/reader.h: Declare the macro obstack as extern.
17164 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
17166 * src/output.c (output_parser): Fix. Store single '%' characters in
17167 the output obstack instead of throwing them away.
17169 2001-08-27 Akim Demaille <akim@epita.fr>
17171 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17173 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17175 * lib/Makefile.am: Adjust.
17177 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17179 * src/bison.simple: Update and add '%%' directives.
17181 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
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.
17191 * src/reader.c (parse_macro_decl): New function used to parse macro
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
17198 (read_declarations): Add case for macro definition.
17199 (copy_identifier): New.
17200 (parse_macro_decl): Read macro identifiers using copy_identifier
17203 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17205 * src/output.c (prepare): Add prefixed names.
17206 (output_parser): Output semantic actions.
17207 (output_parser): Fix bug on '%%line' directives.
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.
17215 * src/output.c: Remove some C dedicated output.
17216 Improve the use of macro and output obstacks.
17217 (output_defines): Remove.
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'.
17230 * src/output.c (output_table_data): New function.
17231 (output_short_table): Remove.
17232 (output_short_or_char_table): Remove.
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.
17240 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17242 * src/main.c (main): Initialize the macro table.
17244 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17246 * src/lex.c (percent_table): Add tok_define.
17247 * src/lex.h: Add tok_define.
17249 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17251 * src/macrotab.c: New file.
17252 * src/macrotab.h: New file.
17253 * src/Makefile.am: Update.
17255 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17257 * lib/hash.c: New file.
17258 * lib/hash.h: New file.
17259 * lib/Makefile.am: Update.
17261 2001-08-15 Akim Demaille <akim@epita.fr>
17265 2001-08-15 Marc Autret <autret_m@epita.fr>
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.
17275 2001-08-15 Akim Demaille <akim@epita.fr>
17277 * doc/bison.texinfo (Table of Symbols): Document
17278 YYSTACK_USE_ALLOCA.
17280 2001-08-15 Akim Demaille <akim@epita.fr>
17282 * missing: Update from CVS Automake.
17283 * config/config.guess, config/config.sub, config/texinfo.tex:
17284 Update from gnu.org.
17286 2001-08-15 Akim Demaille <akim@epita.fr>
17288 * Makefile.maint: Sync with CVS Autoconf.
17290 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
17292 * doc/bison.texinfo: Include GNU Free Documentation License from
17294 * doc/fdl.texi: Add to package.
17296 2001-08-14 Marc Autret <autret_m@epita.fr>
17298 Turn on %{source,header}_extension features.
17300 * src/lex.c (percent_table): Un-CPP out header_extension and
17302 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
17303 (compute_exts_from_src): Remove conditions. It restores priorities
17306 2001-08-14 Marc Autret <autret_m@epita.fr>
17308 * src/files.c (compute_base_names): Add extensions computing when
17309 `--file-prefix' used.
17310 Standardize function calls.
17312 2001-08-13 Marc Autret <autret_m@epita.fr>
17314 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
17315 defining it (defined but null disables alloca).
17317 2001-08-13 Marc Autret <autret_m@epita.fr>
17319 * src/bison.simple (_yy_memcpy): CPP reformat.
17321 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
17323 * tests/atconfig.in (CPPFLAGS): Fix.
17325 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
17327 * doc/bison.texinfo: Include GNU General Public License from
17329 * doc/gpl.texi: Add to package.
17331 2001-08-10 Marc Autret <autret_m@epita.fr>
17333 * src/print_graph.h: Fix.
17334 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
17336 2001-08-10 Akim Demaille <akim@epita.fr>
17338 * src/system.h: Provide default declarations for stpcpy, strndup,
17341 2001-08-10 Robert Anisko <anisko_r@epita.fr>
17343 * doc/bison.texinfo (Locations): Update @$ stuff.
17345 2001-08-09 Robert Anisko <anisko_r@epita.fr>
17347 * src/bison.simple (YYLLOC_DEFAULT): Update.
17350 2001-08-08 Marc Autret <autret_m@epita.fr>
17352 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
17353 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
17354 Reported by Fabrice Bauzac.
17356 2001-08-08 Marc Autret <autret_m@epita.fr>
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
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.
17375 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
17377 * tests/atconfig.in (CPPFLAGS): Fix.
17379 2001-08-07 Akim Demaille <akim@epita.fr>
17381 * src/print_graph.c (quote): New.
17382 (print_core): Use it.
17384 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
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.
17394 * src/files.c (output_files): Output the VCG file.
17395 * src/main.c (main): Invoke print_graph ();
17397 2001-08-06 Marc Autret <autret_m@epita.fr>
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.
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.
17416 2001-08-06 Marc Autret <autret_m@epita.fr>
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.
17422 2001-08-06 Marc Autret <autret_m@epita.fr>
17424 Add of %source_extension and %header_extension which specify
17425 the source or/and the header output file extension.
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.
17439 2001-08-06 Marc Autret <autret_m@epita.fr>
17441 * configure.in: Bump to 1.28c.
17442 * doc/bison.texinfo: Texinfo thingies.
17444 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
17446 * tests/atconfig.in (CPPFLAGS): Add.
17447 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
17449 2001-08-03 Akim Demaille <akim@epita.fr>
17453 2001-08-03 Akim Demaille <akim@epita.fr>
17455 * tests/Makefile.am (check-local): Ship testsuite.
17456 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
17457 Include `string.h'.
17459 2001-08-03 Akim Demaille <akim@epita.fr>
17461 * configure.in: Try using -Wformat when compiling.
17463 2001-08-03 Akim Demaille <akim@epita.fr>
17465 * configure.in: Bump to 1.28b.
17467 2001-08-03 Akim Demaille <akim@epita.fr>
17469 * src/complain.c: Adjust strerror_r portability issues.
17471 2001-08-03 Akim Demaille <akim@epita.fr>
17475 2001-08-03 Akim Demaille <akim@epita.fr>
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.
17483 2001-08-03 Akim Demaille <akim@epita.fr>
17485 * src/reader.c (readgram): Display hidden chars in error messages.
17487 2001-08-03 Akim Demaille <akim@epita.fr>
17489 Update to gettext 0.10.39.
17491 2001-08-03 Akim Demaille <akim@epita.fr>
17493 * lib/strspn.c: New.
17495 2001-08-01 Marc Autret <autret_m@epita.fr>
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.
17513 2001-08-01 Robert Anisko <anisko_r@epita.fr>
17515 * doc/bison.texi: Document @$.
17516 (Locations): New section.
17518 2001-07-18 Akim Demaille <akim@epita.fr>
17520 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
17521 * config/prev-version.txt, config/move-if-change: New.
17522 * Makefile.am: Adjust.
17524 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
17526 * src/bison.simple (yyparse): Suppress warning `comparaison
17527 between signed and unsigned'.
17529 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
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'.
17537 2001-07-14 Akim Demaille <akim@epita.fr>
17540 * configure.in: Require Autoconf 2.50.
17541 Update to gettext 0.10.38.
17543 2001-03-16 Akim Demaille <akim@epita.fr>
17545 * doc/bison.texinfo: ANSIfy the examples.
17547 2001-03-16 Akim Demaille <akim@epita.fr>
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.
17555 2001-03-16 Akim Demaille <akim@epita.fr>
17557 * m4/strerror_r.m4: New.
17558 * m4/error.m4: Run AC_FUNC_STRERROR_R.
17559 * lib/error.h, lib/error.c: Update.
17561 2001-03-16 Akim Demaille <akim@epita.fr>
17563 * src/getargs.c (longopts): Clean up.
17565 2001-02-21 Akim Demaille <akim@epita.fr>
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
17571 2001-02-08 Akim Demaille <akim@epita.fr>
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.
17577 2001-02-08 Akim Demaille <akim@epita.fr>
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.
17587 2001-02-02 Akim Demaille <akim@epita.fr>
17589 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
17590 * lib/xalloc.h, lib/xmalloc.c: Update.
17592 2001-01-19 Akim Demaille <akim@epita.fr>
17594 Get rid of the ad hoc handling of token_buffer in the scanner: use
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.
17602 2001-01-19 Akim Demaille <akim@epita.fr>
17604 * src/lex.h: Rename all the tokens:
17605 s/\bENDFILE\b/tok_eof/g;
17606 s/\bIDENTIFIER\b/tok_identifier/g;
17608 Let them be enums, not #define, to ease debugging.
17609 Adjust all the code.
17611 2001-01-18 Akim Demaille <akim@epita.fr>
17613 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
17614 * src/lex.c (maxtoken, grow_token_buffer): Static.
17616 2001-01-18 Akim Demaille <akim@epita.fr>
17618 Since we now use obstacks, more % directives can be enabled.
17620 * src/lex.c (percent_table): Also accept `%yacc',
17621 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
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.
17636 2000-12-20 Akim Demaille <akim@epita.fr>
17638 Also handle the output file (--verbose) with obstacks.
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.
17648 2000-12-20 Akim Demaille <akim@epita.fr>
17650 * src/files.c (open_files): Fix the computation of short_base_name
17651 in the case of `-o foo.tab.c'.
17653 2000-12-20 Akim Demaille <akim@epita.fr>
17655 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
17656 (copy_dollar): Now that everything uses obstacks, get rid of the
17659 2000-12-20 Akim Demaille <akim@epita.fr>
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.
17665 2000-12-20 Akim Demaille <akim@epita.fr>
17667 * src/bison.s1: Remove, we now use directly...
17668 * src/bison.simple: this.
17669 * src/Makefile.am: Use pkgdata instead of data.
17671 2000-12-20 Akim Demaille <akim@epita.fr>
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.
17679 2000-12-19 Akim Demaille <akim@epita.fr>
17681 * src/files.c (outfile, defsfile, actfile): Removed as global
17683 (open_files): Don't compute them.
17684 (output_files): Adjust.
17685 (base_name, short_base_name): Be global.
17686 Adjust dependencies.
17688 2000-12-19 Akim Demaille <akim@epita.fr>
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
17695 (open_files): Use it.
17696 * tests/suite.at (Checking output file names): New test.
17698 2000-12-19 Akim Demaille <akim@epita.fr>
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
17704 * src/bison.s1: s/$/%% actions/.
17705 * src/bison.hairy: Likewise.
17707 2000-12-19 Akim Demaille <akim@epita.fr>
17709 * src/output.c (output_parser): Compute the `#line' lines when
17711 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
17712 Suggested by Hans Aberg.
17714 2000-12-19 Akim Demaille <akim@epita.fr>
17716 Let the handling of the skeleton files be local to the procedures
17719 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
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
17726 * src/reader.c (read_declarations): When %semantic_parser, open
17729 2000-12-19 Akim Demaille <akim@epita.fr>
17731 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
17732 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
17734 2000-12-19 Akim Demaille <akim@epita.fr>
17736 * src/files.c (open_files): Yipee! We no longer need all the code
17737 looking for `/tmp' since we have no tmp file.
17739 2000-12-19 Akim Demaille <akim@epita.fr>
17741 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
17743 * src/files.c (open_files): Less dependency on MSDOS etc.
17745 2000-12-14 Akim Demaille <akim@epita.fr>
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.
17753 2000-12-12 Akim Demaille <akim@epita.fr>
17755 * src/reader.c (copy_definition, parse_union_decl, copy_action)
17756 (copy_guard): Quote the file names.
17757 Reported by Laurent Mascherpa.
17759 2000-12-12 Akim Demaille <akim@epita.fr>
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.
17766 2000-11-17 Akim Demaille <akim@epita.fr>
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 *'
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
17778 2000-11-17 Akim Demaille <akim@epita.fr>
17780 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
17782 (suite.m4, regression.m4, calc.m4): these.
17783 * tests/atgeneral.m4: Update from CVS Autoconf.
17785 2000-11-17 Akim Demaille <akim@epita.fr>
17787 * tests/regression.m4 (%union and --defines): New test,
17788 demonstrating a current bug in the obstack implementation.
17790 2000-11-17 Akim Demaille <akim@epita.fr>
17792 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
17794 Use them to declare the variables which are global or local to
17797 2000-11-17 Akim Demaille <akim@epita.fr>
17799 * acconfig.h: Remove, no longer used.
17801 2000-11-07 Akim Demaille <akim@epita.fr>
17803 * src: s/Copyright (C)/Copyright/g.
17805 2000-11-07 Akim Demaille <akim@epita.fr>
17807 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
17809 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
17811 2000-11-07 Akim Demaille <akim@epita.fr>
17813 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
17814 Merge in a single CPP if/else.
17816 2000-11-07 Akim Demaille <akim@epita.fr>
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.
17829 2000-11-03 Akim Demaille <akim@epita.fr>
17831 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
17832 s/PFILE1/BISON_HAIRY/.
17833 Adjust dependencies.
17835 2000-11-03 Akim Demaille <akim@epita.fr>
17837 For some reason, this was not applied.
17839 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
17840 `unlink': it's no longer used.
17842 2000-11-03 Akim Demaille <akim@epita.fr>
17844 * src/files.c (skeleton_find): New function, eved out of...
17845 (open_files, open_extra_files): here.
17847 2000-11-03 Akim Demaille <akim@epita.fr>
17849 Don't use `atexit'.
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.
17859 2000-11-02 Akim Demaille <akim@epita.fr>
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.
17865 2000-11-02 Akim Demaille <akim@epita.fr>
17867 Remove the last uses of mktemp and unlink/delete.
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
17876 (output_token_defines, reader_output_yylsp): Use obstacks.
17877 * src/system.h (obstack_fgrow3): New.
17878 * po/POTFILES.in: Adjust.
17880 2000-11-01 Akim Demaille <akim@epita.fr>
17882 Change each use of `fattrs' into a use of `attrs_obstack'.
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.
17890 2000-11-01 Akim Demaille <akim@epita.fr>
17892 Introduce obstacks.
17893 Change each use of `faction' into a use of `action_obstack'.
17895 * lib/obstack.h, lib/obstack.c: New files.
17896 * src/files.c (faction): Remove.
17897 (action_obstack): New.
17898 Adjust all dependencies.
17900 2000-10-20 Akim Demaille <akim@epita.fr>
17902 * lib/quote.h (PARAMS): New macro. Use it.
17904 2000-10-16 Akim Demaille <akim@epita.fr>
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.
17910 2000-10-16 Akim Demaille <akim@epita.fr>
17912 * src/symtab.c (bucket_new): New function.
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.
17921 2000-10-16 Akim Demaille <akim@epita.fr>
17923 * src/lex.c (read_typename): New function.
17925 * src/reader.c (copy_dollar): Likewise.
17927 2000-10-16 Akim Demaille <akim@epita.fr>
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.
17935 2000-10-16 Akim Demaille <akim@epita.fr>
17937 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
17938 `read_signed_integer'.
17940 2000-10-16 Akim Demaille <akim@epita.fr>
17942 * src/reader.c (copy_dollar): New function.
17943 (copy_guard, copy_action): Use it.
17945 2000-10-16 Akim Demaille <akim@epita.fr>
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'.
17953 2000-10-04 Akim Demaille <akim@epita.fr>
17955 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
17957 2000-10-04 Akim Demaille <akim@epita.fr>
17959 * doc/bison.texinfo: Various typos spotted by Neil Booth.
17961 2000-10-04 Akim Demaille <akim@epita.fr>
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.
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
17972 2000-10-04 Akim Demaille <akim@epita.fr>
17974 * src/reader.c (parse_expect_decl): Keep `count' within the size
17978 2000-10-02 Paul Eggert <eggert@twinsun.com>
17980 * bison.s1 (yyparse): Assign the default value
17981 unconditionally, to avoid a GCC warning and make the parser a
17984 2000-10-02 Akim Demaille <akim@epita.fr>
17986 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
17989 2000-10-02 Akim Demaille <akim@epita.fr>
17991 * src/derives.c, src/print.c, src/reduce.c: To ease the
17992 translation, move some `\n' out of the translated strings.
17994 2000-10-02 Akim Demaille <akim@epita.fr>
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.
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'.
18010 * tests/calc.m4: Test it.
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'.
18017 2000-10-02 Akim Demaille <akim@epita.fr>
18019 Also test parse error messages, including with YYERROR_VERBOSE.
18021 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
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.
18030 2000-10-02 Akim Demaille <akim@epita.fr>
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:
18051 unfortunately this leads to a CPP conflict when
18052 `--name-prefix=foo' is used since it produces `#define yydebug
18055 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
18056 (YYDPRINTF): New macro.
18058 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
18060 Also test `--verbose', `--defines' and `--name-prefix'.
18062 2000-10-02 Akim Demaille <akim@epita.fr>
18064 Improve the readability of the produced parsers.
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
18071 New variable, `number_of_dollar_signs', to check there's exactly
18072 one `$' in the parser skeleton.
18074 2000-10-02 Akim Demaille <akim@epita.fr>
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.
18082 2000-10-02 Akim Demaille <akim@epita.fr>
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'.
18095 2000-10-02 Akim Demaille <akim@epita.fr>
18097 * src/getargs.c (fixed_outfiles): Rename as...
18098 (yaccflag): for consistency and accuracy.
18099 Adjust dependencies.
18101 2000-10-02 Akim Demaille <akim@epita.fr>
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.
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
18115 Adjust dependencies.
18116 * src/warshall.h: New file.
18119 2000-10-02 Akim Demaille <akim@epita.fr>
18121 Various anti-`extern in *.c' changes.
18123 * src/system.h: Include `assert.h'.
18125 2000-10-02 Akim Demaille <akim@epita.fr>
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.
18135 Remove a lot of now useless `extern' statements in most files.
18137 2000-10-02 Akim Demaille <akim@epita.fr>
18139 * src/LR0.h: New file.
18142 2000-10-02 Akim Demaille <akim@epita.fr>
18144 * src/print.h: New file.
18146 * src/print.c: Formatting and ordering changes.
18147 (verbose, terse): Replace with...
18148 (print_results): this new function.
18149 Adjust dependencies.
18151 2000-10-02 Akim Demaille <akim@epita.fr>
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.
18160 2000-10-02 Akim Demaille <akim@epita.fr>
18162 * src/nullable.h: New file.
18163 Propagate its inclusion.
18164 * src/nullable.c: Formatting changes.
18166 2000-10-02 Akim Demaille <akim@epita.fr>
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.
18174 2000-10-02 Akim Demaille <akim@epita.fr>
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.
18183 2000-10-02 Akim Demaille <akim@epita.fr>
18185 * src/reader.h: New file.
18186 Propagate its use instead of tedious list of `extern' and
18188 * src/reader.c: Formatting changes, topological sort,
18191 2000-10-02 Akim Demaille <akim@epita.fr>
18193 * src/lex.h: Prototype `lex.c' exported functions.
18194 * src/reader.c: Adjust.
18195 * src/lex.c: Formatting changes.
18196 (safegetc): Rename as...
18199 2000-10-02 Akim Demaille <akim@epita.fr>
18201 * src/lalr.h: New file.
18202 Propagate its inclusion instead of prototypes and `extern'.
18203 * src/lalr.c: Formatting changes, topological sorting etc.
18205 2000-10-02 Akim Demaille <akim@epita.fr>
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.
18211 2000-10-02 Akim Demaille <akim@epita.fr>
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
18218 * src/reader.c (user_toknums): Be a short table instead of an int
18220 Adjust dependencies.
18222 Factor the short table outputs.
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.
18228 2000-10-02 Akim Demaille <akim@epita.fr>
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
18237 2000-09-21 Akim Demaille <akim@epita.fr>
18239 * src/atgeneral.m4: Update from Autoconf.
18241 2000-09-21 Akim Demaille <akim@epita.fr>
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
18250 (initialize_states): Rename as...
18251 (new_states): this.
18252 * src/Makefile.am (noinst_HEADERS): Adjust.
18254 2000-09-20 Akim Demaille <akim@epita.fr>
18256 * src/acconfig.h: Don't protect config.h against multiple
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.
18264 2000-09-20 Akim Demaille <akim@epita.fr>
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.
18271 2000-09-20 Akim Demaille <akim@epita.fr>
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'.
18279 2000-09-19 Akim Demaille <akim@epita.fr>
18281 * src/output.c: Formatting changes.
18282 * src/machine.h: Remove, leaving its contents in...
18283 * src/system.h: here.
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.
18291 * tests/calc.m4 (yyin): Be initialized in main, not on the global
18293 (yyerror): Returns void, not int.
18294 * doc/bison.texinfo: Formatting changes.
18296 2000-09-19 Akim Demaille <akim@epita.fr>
18298 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
18301 2000-09-18 Akim Demaille <akim@epita.fr>
18303 * configure.in: Append WARNING_CFLAGS to CFLAGS.
18304 * src/Makefile.am (INCLUDES): Don't.
18305 Be ready to fetch headers in lib/.
18307 2000-09-18 Akim Demaille <akim@epita.fr>
18309 * doc/bison.texinfo: Update the copyright.
18310 ANSIfy and GNUify the examples.
18311 Remove the old menu.
18313 2000-09-18 Akim Demaille <akim@epita.fr>
18315 First set of tests: use the `calc' example from the documentation.
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.
18327 2000-09-18 Akim Demaille <akim@epita.fr>
18329 Add support for an Autotest test suite for Bison.
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
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.
18342 2000-04-14 Akim Demaille <akim@epita.fr>
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'
18351 (parse_union_decl, copy_guard, copy_action): Use the same
18352 `unmatched' message.
18353 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
18355 2000-03-31 Akim Demaille <akim@epita.fr>
18357 * src/files.c (tryopen, tryclose): Move to the top.
18360 2000-03-31 Akim Demaille <akim@epita.fr>
18362 * src/main.c (main): Don't call `done', exit does it.
18364 2000-03-31 Akim Demaille <akim@epita.fr>
18366 * allocate.c: s/return (foo)/return foo/.
18367 * lalr.c: Likewise.
18369 * output.c: Likewise.
18370 * reader.c: Likewise.
18371 * symtab.c: Likewise.
18372 * vmsgetargs.c: Likewise.
18374 2000-03-31 Akim Demaille <akim@epita.fr>
18376 Clean up the error reporting functions.
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):
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'.
18393 * src/getargs.c (usage): More `fputs', less `fprintf'.
18395 2000-03-28 Akim Demaille <akim@epita.fr>
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
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.
18411 2000-03-28 Akim Demaille <akim@epita.fr>
18413 * src/getargs.c (usage): Refresh the help message.
18415 2000-03-17 Akim Demaille <akim@epita.fr>
18417 * src/getopt1.c: Updated from textutils 2.0e
18418 * src/getopt.c: Likewise.
18419 * src/getopt.h: Likewise.
18421 2000-03-17 Akim Demaille <akim@epita.fr>
18423 * src/Makefile.am (bison.simple): Fix the awk program: quote only
18424 the file name, not the whole `#line LINE FILE'.
18426 2000-03-17 Akim Demaille <akim@epita.fr>
18428 On syntax errors, report the token on which we choked.
18430 * src/bison.s1 (yyparse): In the label yyerrlab, when
18431 YYERROR_VERBOSE, add yychar in msg.
18433 2000-03-17 Akim Demaille <akim@epita.fr>
18435 * src/reader.c (copy_at): New function.
18436 (copy_guard): Use it.
18437 (copy_action): Use it.
18439 2000-03-17 Akim Demaille <akim@epita.fr>
18441 Be kind to translators, save some useless translations.
18443 * src/main.c (banner): New function.
18444 (fatal_banner): Use it.
18445 (warn_banner): Use it.
18447 2000-03-17 Akim Demaille <akim@epita.fr>
18449 * src/reader.c (copy_definition): Use copy_string and
18450 copy_comment. Removed now unused `match', `ended',
18452 (copy_comment, copy_string): Moved, to be visible from
18455 2000-03-17 Akim Demaille <akim@epita.fr>
18457 * src/reader.c (copy_string): Declare `static inline'. No
18458 problems with inline, since it is checked by configure.
18459 (copy_comment): Likewise.
18461 2000-03-17 Akim Demaille <akim@epita.fr>
18463 * src/reader.c (packsymbols): Formatting changes.
18465 2000-03-17 Akim Demaille <akim@epita.fr>
18467 * src/reader.c (copy_comment): New function, factored out from:
18468 (copy_action): Use it. Removed now unused `match', `ended',
18470 (copy_guard): Likewise.
18472 2000-03-17 Akim Demaille <akim@epita.fr>
18474 * src/reader.c (copy_string): New function, factored out from:
18475 (copy_action): Use it.
18476 (copy_guard): Likewise.
18478 2000-03-17 Akim Demaille <akim@epita.fr>
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).
18486 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
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
18498 2000-03-17 Akim Demaille <akim@epita.fr>
18500 * src/bison.s1: Formatting and cosmetics changes.
18501 * src/reader.c: Likewise.
18502 Update the Copyright notice.
18504 2000-03-17 Akim Demaille <akim@epita.fr>
18506 * src/bison.s1 (#line): All set to `#line' only, since the
18507 Makefile now handles them.
18509 2000-03-16 Akim Demaille <akim@epita.fr>
18511 * src/output.c (output_rule_data): Output the documentation of
18512 some of the tables.
18513 (Copyright notice): Update.
18514 Formatting changes.
18516 2000-03-16 Akim Demaille <akim@epita.fr>
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'.
18523 2000-03-16 Akim Demaille <akim@epita.fr>
18525 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
18526 and related variables so that the similarities are highlighted.
18528 2000-03-16 Akim Demaille <akim@epita.fr>
18530 * src/bison.s1: Properly indent CPP directives.
18532 2000-03-16 Akim Demaille <akim@epita.fr>
18534 * src/bison.s1: Properly indent the `alloca' CPP section.
18536 2000-03-16 Akim Demaille <akim@epita.fr>
18538 Do not hard code values of directories in `configure.in'.
18539 Update the `configure' tool chain.
18541 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
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
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
18558 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
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.
18567 2000-03-10 Akim Demaille <akim@epita.fr>
18570 Formatting changes of various comments.
18571 Respect the GNU coding standards at various places.
18572 Don't use `_()' when no translation is needed.
18574 1999-12-13 Jesse Thilo <jthilo@gnu.org>
18577 OS/2 honors TMPDIR environment variable.
18579 1999-12-13 Jesse Thilo <jthilo@gnu.org>
18581 * doc/bison.texinfo: Tweaked spelling and grammar.
18583 Removed reference to price of printed copy.
18584 Mention BISON_SIMPLE and BISON_HAIRY.
18586 1999-12-13 Jesse Thilo <jthilo@gnu.org>
18588 * configure.in, NEWS:
18589 Bison 1.29 released.
18591 1999-10-27 Jesse Thilo <jthilo@gnu.org>
18593 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
18594 Added reference card.
18596 1999-07-26 Jesse Thilo <jthilo@gnu.org>
18598 * po/ru.po: Added Russian translation.
18600 1999-07-26 Jesse Thilo <jthilo@gnu.org>
18602 * configure.in: Added Russian translation.
18604 1999-07-06 Jesse Thilo <jthilo@gnu.org>
18606 * configure.in, NEWS, README:
18607 Released version 1.28.
18609 1999-06-14 Jesse Thilo <jthilo@gnu.org>
18612 Squashed redefinition warning on some systems.
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
18618 1999-06-14 Jesse Thilo <jthilo@gnu.org>
18620 * po/POTFILES.in: Got rid of version.c.
18622 1999-06-14 Jesse Thilo <jthilo@gnu.org>
18624 * acconfig.h, configure.in:
18625 Have configure build version string instead of relying on ANSI string
18628 1999-06-08 Jesse Thilo <jthilo@gnu.org>
18631 Dropped mention of `+' for long-named options.
18633 1999-05-30 Jesse Thilo <jthilo@gnu.org>
18635 * src/files.c: Added <unistd.h> for unlink().
18637 * src/Makefile.am, src/system.h:
18640 1999-05-30 Jesse Thilo <jthilo@gnu.org>
18642 * README: Added a FAQ list.
18644 * configure.in, acconfig.h:
18647 1999-05-30 Jesse Thilo <jthilo@gnu.org>
18649 * doc/FAQ, doc/Makefile.am:
18652 1999-05-19 Jesse Thilo <jthilo@gnu.org>
18654 * src/alloc.h, src/symtab.h, src/version.c:
18655 Protected inclusion of "config.h" with HAVE_CONFIG_H.
18657 1999-04-18 Jesse Thilo <jthilo@gnu.org>
18659 * src/.cvsignore, src/Makefile.am:
18660 Reorganized: sources in `src', documentation in `doc'.
18662 * src/lex.c (literalchar):
18663 fixed the code for escaping double quotes (thanks
18666 1999-04-18 Jesse Thilo <jthilo@gnu.org>
18668 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
18669 Adjusted paths to reflect directory reorganization.
18671 1999-04-18 Jesse Thilo <jthilo@gnu.org>
18673 * doc/.cvsignore, doc/Makefile.am:
18674 Reorganized: sources in `src', documentation in `doc'.
18676 1999-04-18 Jesse Thilo <jthilo@gnu.org>
18679 Updated AC_INIT file to reflect directory reorganization.
18681 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
18682 Reorganized: sources in `src', documentation in `doc'.
18684 1999-04-13 Jesse Thilo <jthilo@gnu.org>
18687 Don't declare calloc() and realloc() if not necessary.
18689 1999-04-13 Jesse Thilo <jthilo@gnu.org>
18691 * configure.in, acconfig.h, acinclude.m4:
18692 Don't declare calloc() and realloc() if not necessary.
18694 1999-03-23 Jesse Thilo <jthilo@gnu.org>
18696 * po/.cvsignore: Added i18n support.
18698 1999-03-23 Jesse Thilo <jthilo@gnu.org>
18700 * acconfig.h, configure.in, Makefile.am:
18701 Added i18n support.
18703 1999-03-22 Jesse Thilo <jthilo@gnu.org>
18705 * src/bison.s1: Fixed #line numbers.
18707 1999-03-15 Jesse Thilo <jthilo@gnu.org>
18709 * po/es.po, po/fr.po, po/nl.po, po/de.po:
18710 Added PO files from Translation Project.
18712 1999-03-03 Jesse Thilo <jthilo@gnu.org>
18715 Added support for non-ANSI compilers (ansi2knr).
18717 1999-02-16 Jesse Thilo <jthilo@gnu.org>
18719 * configure.in: Bumped version number to 1.27.
18722 Added `bison.simple' to list of files removed by `make distclean'.
18724 1999-02-12 Jesse Thilo <jthilo@gnu.org>
18726 * src/files.c, src/files.h:
18727 Defined locations of parser files in config.h instead of Makefile.
18729 1999-02-12 Jesse Thilo <jthilo@gnu.org>
18731 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
18732 Defined locations of parser files in config.h instead of Makefile.
18734 1999-02-09 Jesse Thilo <jthilo@gnu.org>
18737 Removed inappropriate use of $< macro.
18739 1999-02-05 Jesse Thilo <jthilo@gnu.org>
18741 * po/Makefile.in.in, po/POTFILES.in:
18742 Add `po' directory skeleton.
18744 1999-01-27 Jesse Thilo <jthilo@gnu.org>
18746 * README: Document help-bison list.
18748 * configure.in: Add check for mkstemp().
18750 1999-01-20 Jesse Thilo <jthilo@gnu.org>
18752 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
18753 Hush a few compiler warnings.
18756 Add tryclose(), which verifies that fclose was successful.
18757 Hush a couple of compiler warnings.
18759 1999-01-20 Jesse Thilo <jthilo@gnu.org>
18761 * Makefile.am, OChangeLog:
18762 ChangeLog is now automatically generated. Include the old version as
18765 1999-01-14 Jesse Thilo <jthilo@gnu.org>
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.
18770 1999-01-14 Jesse Thilo <jthilo@gnu.org>
18772 * doc/bison.texinfo: Fix formatting glitch.
18774 * doc/bison.texinfo: Update FSF address.
18776 1999-01-14 Jesse Thilo <jthilo@gnu.org>
18778 * acconfig.h: Update FSF address.
18780 1999-01-08 Jesse Thilo <jthilo@gnu.org>
18783 Don't define PACKAGE here, since config.h defines it.
18785 1998-12-30 Jesse Thilo <jthilo@gnu.org>
18787 * src/reader.c: Update copyright date.
18790 Ditch sprintf to statically-sized buffers in fatal/warn functions in
18791 favor of output directly to stderr (avoids buffer overruns).
18793 * src/reader.c: Some checks for premature EOF.
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.
18798 * src/files.c: Honor TMPDIR on Unix hosts.
18799 Use prototypes if the compiler understands them.
18802 Fix a couple of buffer overrun bugs.
18803 Use prototypes if the compiler understands them.
18805 * src/system.h: Include unistd.h and ctype.h.
18806 Use #ifdef instead of #if for NLS symbols.
18808 1998-12-30 Jesse Thilo <jthilo@gnu.org>
18810 * doc/bison.texinfo:
18811 Delete comment "consider using @set for edition number, etc..." since
18812 we now are doing so.
18814 1998-12-30 Jesse Thilo <jthilo@gnu.org>
18817 Use prototypes if the compiler understands them.
18819 * NEWS: Document 1.26 highlights.
18821 * Makefile.am: Require Automake 1.3 or later.
18824 Use prototypes if the compiler understands them.
18826 1998-12-29 Jesse Thilo <jthilo@gnu.org>
18829 Use VERSION symbol from automake for version number.
18831 1998-12-29 Jesse Thilo <jthilo@gnu.org>
18833 * acconfig.h, configure.in, version.cin:
18834 Use VERSION symbol from automake for version number.
18836 1998-11-28 Jesse Thilo <jthilo@gnu.org>
18839 Distribute original version of simple parser (bison.s1), not built
18840 version (bison.simple).
18842 1998-11-28 Jesse Thilo <jthilo@gnu.org>
18844 * doc/bison.texinfo: Add info dir entry.
18846 * doc/bison.texinfo:
18847 Let automake put version number into documentation.
18849 1998-11-26 Jesse Thilo <jthilo@gnu.org>
18851 * src/bison.cld, src/build.com, src/vmshlp.mar:
18852 Add non-RCS files from /gd/gnu/bison.
18854 1998-11-26 Jesse Thilo <jthilo@gnu.org>
18857 Document the BISON_HAIRY and BISON_SIMPLE variables.
18859 1998-11-25 Jesse Thilo <jthilo@gnu.org>
18861 * src/version.c: Build version.c automatically.
18864 Fix token numbering (used to start at 258, not 257).
18866 * src/system.h: Include config.h.
18868 * src/getargs.c: Update bug report address.
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.
18873 1998-11-25 Jesse Thilo <jthilo@gnu.org>
18876 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
18878 * configure.in, version.cin:
18879 Build version.c automatically.
18881 * AUTHORS: Add AUTHORS file.
18883 * README: Update bug report address.
18886 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
18888 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
18889 Add automake stuff.
18891 1998-11-25 Jesse Thilo <jthilo@gnu.org>
18893 * doc/bison.texinfo: Clean up some formatting.
18895 1998-05-05 Richard Stallman <rms@gnu.org>
18897 * doc/bison.texinfo:
18898 Explain better why to make a pure parser.
18900 1998-01-05 Richard Stallman <rms@gnu.org>
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
18907 1997-08-25 Richard Stallman <rms@gnu.org>
18909 * src/reader.c (stack_offset;):
18910 Change some warni to warns.
18912 * src/lex.c (literalchar): Use warns, not warni.
18914 1997-06-28 Richard Stallman <rms@gnu.org>
18916 * src/bison.s1: Add a Bison version comment.
18918 * src/main.c (fatal, warn, berror):
18921 1997-06-28 Richard Stallman <rms@gnu.org>
18923 * Makefile.in (bison_version): New variable.
18924 (dist): Use that variable.
18925 (bison.s1): Substitute the Bison version into bison.simple.
18927 * bison.simple: Add a Bison version comment.
18929 1997-06-18 Richard Stallman <rms@gnu.org>
18931 * src/main.c (fatal, warn, berror):
18932 Make error messages standard.
18933 (toomany): Improve error message text.
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.
18938 1997-06-18 Richard Stallman <rms@gnu.org>
18940 * Makefile.in: new.h renamed to alloc.h.
18942 1997-05-24 Richard Stallman <rms@gnu.org>
18944 * src/lex.c (literalchar):
18945 Fix the code for escaping \, " and '.
18947 (lex): Avoid trouble when there are many chars
18948 to discard in a char literal with just several chars in it.
18950 1997-05-17 Richard Stallman <rms@gnu.org>
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.
18960 1997-05-17 Richard Stallman <rms@gnu.org>
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.
18970 1997-04-23 Richard Stallman <rms@gnu.org>
18973 (alloca) [__hpux]: Always define as __builtin_alloca.
18975 1997-04-23 Richard Stallman <rms@gnu.org>
18978 (alloca) [__hpux]: Always define as __builtin_alloca.
18980 1997-04-22 Richard Stallman <rms@gnu.org>
18983 [__hpux]: Include alloca.h (right for HPUX 10)
18984 instead of declaring alloca (right for HPUX 9).
18986 * src/bison.s1 (__yy_memcpy):
18987 Declare arg `count' as unsigned int.
18988 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
18990 1997-04-22 Richard Stallman <rms@gnu.org>
18993 [__hpux]: Include alloca.h (right for HPUX 10)
18994 instead of declaring alloca (right for HPUX 9).
18996 * bison.simple (__yy_memcpy):
18997 Declare arg `count' as unsigned int.
18998 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
19000 1997-01-03 Richard Stallman <rms@gnu.org>
19002 * src/allocate.c: [__STDC__ or _MSC_VER]:
19003 Declare calloc and realloc to return void *.
19005 1997-01-02 Richard Stallman <rms@gnu.org>
19008 [_MSC_VER]: Include stdlib.h and process.h.
19009 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
19011 * src/main.c (main): Return FAILURE as a value.
19012 (printable_version): Declare arg as int, not char.
19014 1997-01-02 Richard Stallman <rms@gnu.org>
19016 * Makefile.in (dist):
19017 Explicitly check for symlinks, and copy them.
19019 1996-12-19 Richard Stallman <rms@gnu.org>
19022 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
19024 1996-12-18 Paul Eggert <eggert@gnu.org>
19026 * src/bison.s1 (yyparse):
19027 If __GNUC__ and YYPARSE_PARAM are both defined,
19028 declare yyparse to have a void * argument.
19030 1996-12-18 Paul Eggert <eggert@gnu.org>
19032 * bison.simple (yyparse):
19033 If __GNUC__ and YYPARSE_PARAM are both defined,
19034 declare yyparse to have a void * argument.
19036 1996-12-17 Richard Stallman <rms@gnu.org>
19038 * src/reduce.c (nbits): Add some casts.
19040 1996-08-12 Richard Stallman <rms@gnu.org>
19042 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
19044 1996-08-12 Richard Stallman <rms@gnu.org>
19046 * bison.simple: Test _MSDOS as well as _MSDOS_.
19048 1996-07-31 Richard Stallman <rms@gnu.org>
19051 [__sun && __i386]: Include alloca.h.
19053 1996-07-31 Richard Stallman <rms@gnu.org>
19056 [__sun && __i386]: Include alloca.h.
19058 1996-07-30 Richard Stallman <rms@gnu.org>
19060 * src/bison.s1: Comment change.
19062 * src/bison.s1: Test _MSDOS_, not MSDOS.
19064 1996-07-30 Richard Stallman <rms@gnu.org>
19066 * bison.simple: Comment change.
19068 * bison.simple: Test _MSDOS_, not MSDOS.
19070 1996-06-01 Richard Stallman <rms@gnu.org>
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.
19076 Insert `_' macro around many string constants.
19078 (main): Call setlocale, bindtextdomain and textdomain.
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.
19087 1996-06-01 Richard Stallman <rms@gnu.org>
19089 * POTFILES.in: New file.
19091 * Makefile.in (allocate.o):
19092 Define target explicitly.
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.
19102 1996-05-12 Richard Stallman <rms@gnu.org>
19105 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19107 1996-05-12 Richard Stallman <rms@gnu.org>
19110 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19112 1996-05-11 Richard Stallman <rms@gnu.org>
19114 * src/bison.s1 (__yy_memcpy):
19115 Really reorder the args, as was supposedly done on Feb 14 1995.
19116 (yyparse): Calls changed accordingly.
19118 1996-05-11 Richard Stallman <rms@gnu.org>
19120 * Makefile.in (dist): Don't use $(srcdir).
19122 * bison.simple (__yy_memcpy):
19123 Really reorder the args, as was supposedly done on Feb 14 1995.
19124 (yyparse): Calls changed accordingly.
19126 1996-01-27 Richard Stallman <rms@gnu.org>
19128 * src/output.c (output_rule_data):
19129 Test YYERROR_VERBOSE in the conditional
19130 around the definition of ttyname.
19132 1995-12-29 Richard Stallman <rms@gnu.org>
19135 Fix line numbers in #line commands.
19137 1995-12-29 Richard Stallman <rms@gnu.org>
19140 Fix line numbers in #line commands.
19142 1995-12-27 Richard Stallman <rms@gnu.org>
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.
19149 1995-12-27 Richard Stallman <rms@gnu.org>
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.
19156 1995-11-29 Richard Stallman <rms@gnu.org>
19158 * doc/bison.texinfo:
19159 Describe literal string tokens, %raw, %no_lines, %token_table.
19161 1995-11-29 Daniel Hagerty <hag@gnu.org>
19163 * doc/bison.texinfo: Fixed update date
19165 1995-10-16 Richard Stallman <rms@gnu.org>
19167 * src/version.c: Version 1.25.
19169 1995-10-16 Richard Stallman <rms@gnu.org>
19171 * NEWS: *** empty log message ***
19173 1995-10-16 Richard Stallman <rms@gnu.org>
19175 * doc/bison.1, doc/bison.rnh:
19178 1995-10-15 Richard Stallman <rms@gnu.org>
19180 * src/vmsgetargs.c, src/getargs.c:
19181 Added -n, -k, and -raw switches.
19182 (noparserflag, toknumflag, rawtoknumflag): New variables.
19184 * src/symtab.h (SALIAS):
19185 New #define for adding aliases to %token.
19186 (struct bucket): Added `alias' field.
19188 * src/reduce.c (reduce_grammar):
19189 Revise error message.
19190 (print_notices): Remove final `.' from error message.
19192 * src/reader.c (reader_output_yylsp):
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.
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.
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.
19233 Added THONG and NOOP for alias processing.
19234 Added SETOPT for the new code that allows setting options with %flags.
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
19252 (skip_white_space, lex): Revised most error messages
19253 and changed fatal to warn to avoid aborting.
19254 (percent_table): Added %thong declarations.
19256 * src/gram.h: Comment changes.
19258 * src/files.c (openfiles, open_extra_files, done):
19260 and actfile file. Handle noparserflag. Both for -n switch.
19262 * src/conflicts.c (resolve_sr_conflict):
19263 Remove use of alloca.
19265 1995-06-01 Jim Meyering <meyering@gnu.org>
19267 * doc/bison.texinfo: *** empty log message ***
19269 1995-05-06 Richard Stallman <rms@gnu.org>
19271 * src/bison.s1: Comment change.
19273 1995-05-06 Richard Stallman <rms@gnu.org>
19275 * bison.simple: Comment change.
19277 1995-05-03 Richard Stallman <rms@gnu.org>
19279 * src/version.c: Version now 1.24.
19281 * src/bison.s1: Change distribution terms.
19283 * src/version.c: Version now 1.23.
19285 1995-05-03 Richard Stallman <rms@gnu.org>
19287 * doc/bison.texinfo:
19288 Rewrite "Conditions for Using Bison".
19289 Update version to 1.24.
19291 1995-05-03 Richard Stallman <rms@gnu.org>
19293 * bison.simple: Change distribution terms.
19295 1995-02-23 Richard Stallman <rms@gnu.org>
19297 * src/files.c: Test __VMS_POSIX as well as VMS.
19299 1995-02-14 Jim Meyering <meyering@gnu.org>
19301 * src/bison.s1 (__yy_memcpy):
19302 Renamed from __yy_bcopy to avoid
19303 confusion. Reverse FROM and TO arguments to be consistent with
19306 1995-02-14 Jim Meyering <meyering@gnu.org>
19308 * bison.simple (__yy_memcpy):
19309 Renamed from __yy_bcopy to avoid
19310 confusion. Reverse FROM and TO arguments to be consistent with
19313 1994-11-10 David J. MacKenzie <djm@gnu.org>
19319 * Makefile.in (DISTFILES): Include NEWS.
19321 * Makefile.in (DISTFILES):
19322 Include install-sh, not install.sh.
19324 * configure.in: Update to Autoconf v2 macro names.
19326 1994-10-05 David J. MacKenzie <djm@gnu.org>
19328 * Makefile.in: fix typo
19330 * Makefile.in (prefix, exec_prefix):
19331 Let configure set them.
19333 1994-09-28 David J. MacKenzie <djm@gnu.org>
19335 * Makefile.in: Set datadir to $(prefix)/share.
19337 1994-09-15 Richard Stallman <rms@gnu.org>
19340 Update copyright notice and GPL version.
19342 1994-09-15 Richard Stallman <rms@gnu.org>
19345 Update copyright notice and GPL version.
19347 1994-07-12 Richard Stallman <rms@gnu.org>
19349 * src/reduce.c, src/reader.c:
19352 1994-05-05 David J. MacKenzie <djm@gnu.org>
19354 * Makefile.in: entered into RCS
19356 1994-03-26 Richard Stallman <rms@gnu.org>
19358 * src/bison.s1: entered into RCS
19360 1994-03-26 Richard Stallman <rms@gnu.org>
19362 * bison.simple: entered into RCS
19364 1994-03-25 Richard Stallman <rms@gnu.org>
19366 * src/main.c: entered into RCS
19368 1994-03-24 Richard Stallman <rms@gnu.org>
19370 * src/conflicts.c: entered into RCS
19372 1994-01-02 Richard Stallman <rms@gnu.org>
19374 * Makefile.in: *** empty log message ***
19376 1993-11-21 Richard Stallman <rms@gnu.org>
19378 * src/bison.s1: *** empty log message ***
19380 1993-11-21 Richard Stallman <rms@gnu.org>
19382 * doc/bison.texinfo: entered into RCS
19384 * doc/bison.texinfo: *** empty log message ***
19386 1993-11-21 Richard Stallman <rms@gnu.org>
19388 * bison.simple: *** empty log message ***
19390 1993-10-25 David J. MacKenzie <djm@gnu.org>
19392 * doc/bison.texinfo: *** empty log message ***
19394 1993-10-19 Richard Stallman <rms@gnu.org>
19396 * src/bison.s1: *** empty log message ***
19398 1993-10-19 Richard Stallman <rms@gnu.org>
19400 * bison.simple: *** empty log message ***
19402 1993-10-14 Richard Stallman <rms@gnu.org>
19404 * src/bison.s1: *** empty log message ***
19406 1993-10-14 Richard Stallman <rms@gnu.org>
19408 * bison.simple: *** empty log message ***
19410 1993-09-14 David J. MacKenzie <djm@gnu.org>
19412 * doc/bison.texinfo: *** empty log message ***
19414 1993-09-13 Noah Friedman <friedman@gnu.org>
19416 * Makefile.in: *** empty log message ***
19418 1993-09-10 Richard Stallman <rms@gnu.org>
19420 * src/conflicts.c: *** empty log message ***
19422 * src/system.h: entered into RCS
19424 1993-09-10 Richard Stallman <rms@gnu.org>
19426 * doc/bison.1: entered into RCS
19428 1993-09-06 Noah Friedman <friedman@gnu.org>
19430 * src/version.c: entered into RCS
19432 1993-09-06 Noah Friedman <friedman@gnu.org>
19434 * Makefile.in: *** empty log message ***
19436 1993-07-30 David J. MacKenzie <djm@gnu.org>
19438 * Makefile.in: *** empty log message ***
19440 1993-07-24 Richard Stallman <rms@gnu.org>
19442 * src/bison.s1: *** empty log message ***
19444 1993-07-24 Richard Stallman <rms@gnu.org>
19446 * bison.simple: *** empty log message ***
19448 1993-07-08 David J. MacKenzie <djm@gnu.org>
19450 * Makefile.in: *** empty log message ***
19452 1993-07-04 Richard Stallman <rms@gnu.org>
19454 * src/bison.s1: *** empty log message ***
19456 1993-07-04 Richard Stallman <rms@gnu.org>
19458 * bison.simple: *** empty log message ***
19460 1993-06-26 David J. MacKenzie <djm@gnu.org>
19462 * src/getargs.c: entered into RCS
19464 1993-06-26 David J. MacKenzie <djm@gnu.org>
19466 * doc/bison.texinfo: *** empty log message ***
19468 * doc/bison.1: New file.
19470 1993-06-25 Richard Stallman <rms@gnu.org>
19472 * src/getargs.c: New file.
19474 1993-06-16 Richard Stallman <rms@gnu.org>
19476 * src/bison.s1: *** empty log message ***
19478 1993-06-16 Richard Stallman <rms@gnu.org>
19480 * bison.simple: *** empty log message ***
19482 1993-06-03 Richard Stallman <rms@gnu.org>
19484 * src/bison.s1: New file.
19486 1993-06-03 Richard Stallman <rms@gnu.org>
19488 * doc/bison.texinfo: *** empty log message ***
19490 1993-06-03 Richard Stallman <rms@gnu.org>
19492 * bison.simple: New file.
19494 1993-05-19 Richard Stallman <rms@gnu.org>
19496 * doc/bison.texinfo: New file.
19498 1993-05-07 Noah Friedman <friedman@gnu.org>
19500 * Makefile.in: *** empty log message ***
19502 1993-04-28 Noah Friedman <friedman@gnu.org>
19504 * src/reader.c: *** empty log message ***
19506 1993-04-23 Noah Friedman <friedman@gnu.org>
19508 * src/alloc.h: entered into RCS
19510 1993-04-20 David J. MacKenzie <djm@gnu.org>
19512 * src/version.c: *** empty log message ***
19514 * src/files.c, src/allocate.c:
19517 * src/reader.c: *** empty log message ***
19519 * src/lex.c: entered into RCS
19521 * src/conflicts.c: New file.
19523 * src/symtab.c: entered into RCS
19525 * src/alloc.h: New file.
19527 * src/LR0.c: entered into RCS
19529 1993-04-18 Noah Friedman <friedman@gnu.org>
19531 * src/reader.c: New file.
19533 * src/version.c: *** empty log message ***
19535 1993-04-18 Noah Friedman <friedman@gnu.org>
19537 * Makefile.in: *** empty log message ***
19539 1993-04-17 Noah Friedman <friedman@gnu.org>
19541 * Makefile.in: *** empty log message ***
19543 1993-04-15 Richard Stallman <rms@gnu.org>
19545 * src/main.c, src/files.c:
19548 1993-04-15 Noah Friedman <friedman@gnu.org>
19550 * configure.in: entered into RCS
19552 * configure.in: *** empty log message ***
19554 * configure.in: New file.
19556 1993-04-14 Richard Stallman <rms@gnu.org>
19558 * Makefile.in: New file.
19560 1993-04-13 Richard Stallman <rms@gnu.org>
19562 * src/version.c: New file.
19564 1993-03-25 Richard Stallman <rms@gnu.org>
19566 * src/output.c: entered into RCS
19568 1992-09-25 Richard Stallman <rms@gnu.org>
19570 * configure.bat: entered into RCS
19572 1992-06-22 Richard Stallman <rms@gnu.org>
19574 * src/vmsgetargs.c: entered into RCS
19576 1992-06-22 Richard Stallman <rms@gnu.org>
19578 * doc/bison.rnh: entered into RCS
19580 1992-04-20 David J. MacKenzie <djm@gnu.org>
19582 * README: entered into RCS
19584 1992-01-22 Richard Stallman <rms@gnu.org>
19586 * src/machine.h: entered into RCS
19588 1991-12-21 Richard Stallman <rms@gnu.org>
19590 * src/lalr.c, src/closure.c:
19593 1991-12-20 Richard Stallman <rms@gnu.org>
19595 * src/state.h: entered into RCS
19597 1991-12-18 Richard Stallman <rms@gnu.org>
19599 * src/print.c, src/nullable.c, src/derives.c:
19602 1991-11-03 David J. MacKenzie <djm@gnu.org>
19604 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
19607 1988-09-09 Richard Stallman <rms@gnu.org>
19609 * src/bison.hairy: entered into RCS
19611 1987-12-16 Richard Stallman <rms@gnu.org>
19613 * REFERENCES: entered into RCS
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.
19622 Copying and distribution of this file, with or without
19623 modification, are permitted provided the copyright notice and this
19624 notice are preserved.