1 2008-02-21 Wojciech Polak <polak@gnu.org>
3 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
6 2008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
8 Fix impure push parser compile error reported by Bob Rossi at
9 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
10 * data/yacc.c: Clean up whitespace in the output a little.
11 (yypstate_allocated): Define for impure push parsers regardless of
12 whether the pull interface is also requested.
13 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
14 check impure push parsers without the pull interface.
16 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
17 yyerror takes arguments specified by %parse-param while yypstate_new
19 * doc/bison.texinfo (Parser Create Function): Document that
20 yypstate_new returns 0 for multiple impure parser instances.
21 * tests/push.at (Push Parsing: Multiple impure instances): Update
22 expected stderr output.
24 2008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
26 * runtime-po/POTFILES.in (push.c): Remove.
28 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
30 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
31 * data/push.c: Rename to...
32 * data/yacc.c: ... this, overwriting it.
33 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
34 `%push-pull-parser' -> `%define api.push_pull "both"'.
35 Remove old yacc.c tests, and update push.c tests to yacc.c.
37 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
39 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
40 `"%code top" blocks' instead of `%code "top" blocks'.
41 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
42 Clean up whitespace in the output a little.
44 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
46 Fix documentation problems reported by Tim Josling at
47 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
48 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
49 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
50 integers. Explain the effect of literal string aliases on error
51 messages. Copy token 0 documentation from the C++ skeleton
54 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
56 Accept a token number in a %left, %right, or %nonassoc for POSIX
57 conformance. Reported by Tim Josling at
58 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
59 * NEWS (2.3a+): Mention.
60 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
61 and code numbers are treated by precedence declarations.
62 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
64 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
66 (symbol.prec): New, just like symbol but allows INT.
67 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
69 * tests/regression.at (Token number in precedence declaration): New
72 2008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
74 DJGPP specific issues.
75 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
76 be changed. Copyright timestamp adjusted.
77 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
78 be changed. Copyright timestamp adjusted.
79 * djgpp/config.site: Copyright timestamp adjusted.
80 * djgpp/config_h.sed: Copyright timestamp adjusted.
81 * djgpp/djunpack.bat: Copyright timestamp adjusted.
82 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
83 filename translation list.
84 * djgpp/subpipe.c (init_subpipe): Check the environment variables
85 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
86 files shall be created. Before trying to use the temp dir where the
87 environment variable points to check that the dir really exists. If
88 not default to the cwd as temp dir. Copyright timestamp adjusted.
89 * djgpp/subpipe.h: Copyright timestamp adjusted.
90 * djgpp/testsuite.sed: Copyright timestamp adjusted.
92 2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
94 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
96 2008-01-09 Paul Eggert <eggert@cs.ucla.edu>
98 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
99 Problem reported by Claudio Saavedra in
100 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
102 2008-01-05 Wojciech Polak <polak@gnu.org>
104 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
105 document's title with the input grammar file name.
107 2007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
109 Automate regression testing of the XML/XSLT implementation. Discussed
111 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
112 * configure.ac (XSLTPROC): New substitution.
113 * Makefile.am (maintainer-xml-check): New phony target invoking...
114 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
115 invoking make maintainer-check with BISON_TEST_XML=1.
116 * tests/atlocal.in (XSLTPROC): New.
117 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
118 not to report reachable memory when Bison is expected to have a
119 non-zero exit status and (2) to compare XML/XSLT output with --graph
120 and --report=all output for every working grammar when
122 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
123 (AT_BISON_CHECK_XML): New.
124 (AT_QUELL_VALGRIND): New.
125 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
126 (AT_CHECK): ... don't redefine this since this was the old way to
128 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
129 AT_BISON_CHECK invocations.
130 * tests/c++.at: Likewise.
131 * tests/calc.at: Likewise.
132 * tests/conflicts.at: Likewise.
133 * tests/cxx-type.at: Likewise.
134 * tests/existing.at: Likewise.
135 * tests/glr-regression.at: Likewise.
136 * tests/headers.at: Likewise.
137 * tests/input.at: Likewise.
138 * tests/java.at: Likewise.
139 * tests/output.at: Likewise.
140 * tests/push.at: Likewise.
141 * tests/reduce.at: Likewise.
142 * tests/regression.at: Likewise.
143 * tests/sets.at: Likewise.
144 * tests/skeletons.at: Likewise.
145 * tests/synclines.at: Likewise.
146 * tests/torture.at: Likewise.
147 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
148 tends to hang xsltproc.
149 (Big horizontal): Likewise.
151 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
153 In XML output, remove redundant class attribute on symbol element.
154 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
155 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
156 look up a symbol to determine whether it's a nonterminal or terminal.
157 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
158 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
160 Add prec/assoc information to XML output.
161 * src/gram.c (grammar_rules_print_xml): For each rule that has a
162 %prec, add a percent_prec attribute.
163 * src/print-xml.c (print_grammar): For each terminal that has a
164 precedence or associativity, add a prec or assoc attribute.
166 (xml_puts): Use xml_indent.
167 (xml_printf): Use xml_indent.
168 * src/print-xml.h (xml_indent): Prototype.
170 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
171 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
173 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
175 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
176 (bison:ruleByNumber): ... this for clarity.
177 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
178 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
179 (xsl:template match="reduction"): Update.
180 (xsl:template match="item"): Update.
181 (xsl:template match="reduction"): Update.
183 In the XML output, don't print the list of rules where symbols appear.
184 Compute it in XSLT instead. Discussed at
185 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
186 * data/xslt/bison.xsl (bison:ruleByLhs): New.
187 (bison:ruleByRhs): New.
188 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
190 (xsl:template match="terminal/rule"): Remove.
191 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
193 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
195 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
196 bison:ruleByRhs and mode="number-link" for rule template.
197 (xsl:template match="terminal/rule"): Remove.
198 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
199 bison:ruleByRhs and mode="number-link" for rule template.
200 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
202 (xsl:template match="rule" mode="number-link"): ... this.
203 * src/print-xml.c (print_grammar): Don't print the list of rules.
205 2007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
207 Don't let --report affect XML output; always print all information.
209 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
210 * src/conflicts.c (log_resolution): Implement.
211 * src/print-xml.c (print_core): Implement.
212 (print_state): Implement.
213 (print_xml): Implement.
215 * NEWS (2.3a+): Fix quotes.
216 * src/parse-gram.y (prologue_declaration): For consistency with -v,
217 don't let %verbose clear the list specified by --report.
219 2007-11-26 Akim Demaille <akim@epita.fr>
221 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
223 2007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
225 In the XML output, list useless and unused symbols and rules with the
226 useful ones and add a "usefulness" attribute. Discussed starting at
227 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
228 * src/gram.c (grammar_rules_partial_print_xml): Remove.
229 (grammar_rules_print_xml): Print all rules instead of just those
230 useful in the grammar, and add a "usefulness" attribute.
231 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
232 * src/print-xml.c (print_rules_useless_in_parser): Remove.
233 (print_grammar): Print all nonterminals instead of just useful ones,
234 and add a "usefulness" attribute to nonterminals and terminals.
235 (print_xml): Don't print a separate "reductions" or
236 "rules-useless-in-parser" element.
237 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
238 (reduce_xml): Remove.
239 (reduce_token_unused_in_grammar): New.
240 (reduce_nonterminal_useless_in_grammar): New.
241 * src/reduce.h (reduce_xml): Remove prototype.
242 (reduce_token_unused_in_grammar): Add prototype.
243 (reduce_nonterminal_useless_in_grammar): Add prototype.
244 * data/xslt/xml2text.xsl: Update for XML changes.
245 * data/xslt/xml2xhtml.xsl: Update for XML changes.
246 * tests/reduce.at (Useless Terminals): Update output.
247 (Useless Rules): Update output.
248 (Reduced Automaton): Update output.
250 Say "Terminals unused in grammar" instead of "Unused terminals".
251 * NEWS (2.3a+): Update.
252 * doc/bison.texinfo (Understanding): Update example output.
253 * src/reduce.c (reduce_output): Implement.
254 * data/xslt/xml2text.xsl: Implement.
255 * data/xslt/xml2xhtml.xsl: Implement.
257 2007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
259 Accept --report-file=FILE to override the default `.output' filename.
260 * NEWS (2.3a+): Mention.
261 * doc/bison.texinfo (Bison Options): Add an entry.
262 * src/files.c (compute_output_file_names): Don't override
263 spec_verbose_file if already set.
264 * src/getargs.c (usage): Document --report-file.
265 (REPORT_FILE_OPTION): New anonymous enum member.
266 (long_options): Add entry for it.
267 (getargs): Add case for it setting spec_verbose_file.
269 * build-aux/cross-options.pl: Don't record a short option just because
271 * doc/.cvsignore: Add yacc.1.
273 2007-11-14 Akim Demaille <akim@epita.fr>
275 * doc/yacc.1.in: New.
276 * configure.ac, doc/Makefile.am: Adjust.
277 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
279 Use AC_SUBST for assignments too.
280 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
282 2007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
284 * src/gram.c: Remove comments that duplicate comments in gram.h.
286 When reporting useless rules and nonterminals, say "useless in grammar"
287 instead of "useless", and say "useless in parser" instead of "never
288 reduced". Discussed starting at
289 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
290 * NEWS (2.3a+): Mention this change.
291 * data/xslt/xml2text.xsl: Update output text and expected input XML
292 element names to match changes below.
293 * data/xslt/xml2xhtml.xsl: Likewise.
294 (xsl:template match="bison-xml-report"): Add missing entry in Table of
295 Contents: "Rules useless in parser due to conflicts".
296 * doc/bison.texinfo (Decl Summary): Reword a little.
297 (Understanding): Update example output for changes below.
298 * src/gram.c: (rule_useful_p): Rename to...
299 (rule_useful_in_grammar_p): ... this.
300 (rule_useless_p): Rename to...
301 (rule_useless_in_grammar_p): ... this.
302 (rule_never_reduced_p): Rename to...
303 (rule_useless_in_parser_p): ... this.
304 (grammar_rules_print): Update for renames.
305 (grammar_rules_print_xml): Update for renames.
306 (grammar_rules_never_reduced_report): Rename to...
307 (grammar_rules_useless_report): ... this since it is used for either
308 kind of useless rule.
309 * src/gram.h: Reword comments and update function names in prototypes.
310 * src/main.c (main): Say "rule useless in parser due to conflicts".
311 * src/print-xml.c (print_rules_never_reduced): Rename to...
312 (print_rules_useless_in_parser): ... this, and rename output XML
313 element "rules-never-reduced" to "rules-useless-in-parser".
314 (print_xml): Update for rename.
315 * src/print.c (print_results): Say "Rules useless in parser due to
317 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
318 (nonterminals_reduce): Say "nonterminal useless in grammar".
319 (reduce_output): Say "Nonterminals useless in grammar".
320 Say "Rules useless in grammar".
321 (reduce_xml): Rename output XML element "useless" to
322 "useless-in-grammar".
323 (reduce_print): Don't report the count of grammatically useless rules
324 as "rules never reduced" just because %yacc is specified.
325 In the correct report of this count, say nonterminal(s) and rule(s)
326 "useless in grammar".
327 * tests/conflicts.at (S/R in initial): Update expected output.
328 (Defaulted Conflicted Reduction): Likewise.
329 (Unreachable States After Conflict Resolution): Likewise.
330 * tests/existing.at (GNU pic Grammar): Likewise.
331 * tests/reduce.at (Useless Nonterminals): Likewise.
332 (Useless Rules): Likewise.
333 (Reduced Automaton): Likewise.
334 (Underivable Rules): Likewise.
335 (Empty Language): Likewise.
337 2007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
339 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
340 here document and before the EOF so that BSD's implementation of Bourne
341 shell doesn't parse the delimiter as part of the here document.
342 * doc/.cvsignore: Add cross-options.texi.
343 * src/getargs.c (usage): Add a blank line after the warning categories.
345 2007-11-08 Paolo Bonzini <bonzini@gnu.org>
347 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
349 2007-11-05 Akim Demaille <akim@epita.fr>
351 Remove Id: from bison.1.
352 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
353 (perl -0777 -pi -e 's/\.PP\nId): New.
354 (.x.1): Use it to ignore the version control revision.
356 2007-11-05 Akim Demaille <demaille@gostai.com>
358 * build-aux/Makefile.am: Ship cross-options.pl.
359 * doc/Makefile.am: Always refer to cross-options.texi with
361 (MAINTAINERCLEANFILES): Add it.
363 2007-11-04 Akim Demaille <demaille@gostai.com>
365 Generate the long/short option cross-table.
366 * build-aux/cross-options.pl: New.
367 * doc/Makefile.am (cross-options.texi): New.
368 * doc/bison.texinfo: Use it.
370 2007-11-04 Akim Demaille <demaille@gostai.com>
372 Generate bison.1 using help2man.
373 * doc/common.x, doc/bison.x: New.
374 * doc/Makefile.am (bison.1, .x.1): New.
375 The code is taken from autoconf-2.61/man/Makefile.am.
376 * configure.ac: Look for help2man.
378 2007-11-04 Akim Demaille <demaille@gostai.com>
381 * src/getargs.c (usage): Document -W, make it clear that -d,
382 -g and -x have optional arguments.
384 2007-11-04 Akim Demaille <demaille@gostai.com>
386 Find sha1sum when named gsha1sum.
387 * bootstrap (find_tool): New.
390 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
392 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
394 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
395 * NEWS (2.3a+): Mention.
396 * data/bison.m4 (b4_pure_if): Don't define it here.
397 * data/c.m4 (b4_identification): Depend on individual skeletons to
398 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
399 values of the %define variables api.pure or api.push_pull. Define
400 YYPURE, YYPUSH, and YYPULL accordingly.
401 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
402 glr.cc has already defined b4_pure_flag.
403 * data/push.c: Define b4_pure_if based on `%define api.pure'.
404 Remove YYPUSH and YYPULL since they're back in b4_identification again.
405 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
406 * doc/bison.texinfo (Pure Decl): Update.
408 (Decl Summary): Add api.pure to %define entry.
409 In %pure-parser entry, say it's deprecated and reference %define.
410 (Pure Calling): Update.
411 (Error Reporting): Update.
412 (C++ Scanner Interface): Update.
413 (How Can I Reset the Parser): Update.
414 (Table of Symbols): In %pure-parser entry, say it's deprecated and
416 * src/getargs.c (pure_parser): Remove global variable.
417 * src/getargs.h (pure_parser): Remove extern.
418 * src/output.c (prepare): Don't define pure_flag muscle.
419 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
420 wrapper around `%define api.pure'.
421 * tests/calc.at (Simple LALR Calculator): Update.
422 (Simple GLR Calculator): Update.
423 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
425 (GLR: Resolve ambiguity, pure, locations): Update.
426 (GLR: Merge conflicting parses, pure, no locations): Update.
427 (GLR: Merge conflicting parses, pure, locations): Update.
428 * tests/glr-regression.at (Uninitialized location when reporting
430 * tests/input.at (Unused %define api.pure): New test case.
431 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
432 AT_PURE_IF and AT_PURE_AND_LOC_IF.
433 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
435 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
437 %define push_pull -> %define api.push_pull. Discussed starting at
438 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
439 * data/push.c: Expect the new name.
440 * data/yacc.c: Likewise.
441 * doc/bison.texinfo (Push Decl): Update.
442 (Decl Summary): Update %define entry.
443 (Push Parser Function): Update.
444 (Pull Parser Function): Update.
445 (Parser Create Function): Update.
446 (Parser Delete Function): Update.
447 * tests/calc.at (Simple LALR Calculator): Update.
448 * tests/input.at (%define enum variables): Update.
449 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
450 (Push Parsing: Multiple impure instances): Update.
451 (Push Parsing: Unsupported Skeletons): Update.
452 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
453 (Exploding the Stack Size with Malloc): Update.
455 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
458 2007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
460 For the XML output's terminal element, rename @number to @token-number,
461 and add @symbol-number. In the nonterminal element, rename @number to
462 @symbol-number. Discussed starting at
463 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
464 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
466 (xsl:template match="nonterminal"): Likewise.
467 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
468 (xsl:template match="nonterminal"): Likewise.
469 * src/print-xml.c (print_grammar): Implement.
471 2007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
473 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
474 2007-10-11 change, the child elements here are items not rules.
475 (xsl:template match="item"): New.
476 (xsl:template match="rule"): Update for new reduced itemset.
477 (xsl:template match="point"): Remove.
478 (xsl:template match="empty"): For consistency with --graph, don't
479 output "/* empty */".
480 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
481 line-wrap, don't pass a negative value as first-line-length since this
482 won't work with the following changes.
483 (xsl:template name="line-wrap"): Simplify slightly.
484 (xsl:template name="ws-search"): Eliminate recursion.
485 * src/print_graph.c (print_core): Don't print a reduction's lookahead
486 set next to an item whose dot is not at the end of the RHS even if it
487 happens to be associated with the same rule.
489 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
491 Add %define lr.keep_unreachable_states.
492 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
493 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
494 * src/main.c (main): Implement it.
495 * tests/conflicts.at (Unreachable States After Conflict Resolution):
496 Extend to test it, and fix a typo.
498 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
500 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
501 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
502 the example .output text.
503 * tests/regression.at (Extra lookahead sets in report): Improve wording
506 2007-10-17 Wojciech Polak <polak@gnu.org>
508 * src/print-xml.c (print_grammar): Renamed
509 <terminal> and <nonterminal> attributes:
510 "type" to "number" and "symbol" to "name".
511 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
512 Use new attribute names.
513 (xsl:template match="nonterminal"): Likewise.
514 * data/xslt/xml2xhtml.xsl: Likewise.
516 2007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
518 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
519 (Option Cross Key): Likewise.
521 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
522 next to an item whose dot is not at the end of the RHS even if it
523 happens to be associated with the same rule.
524 * src/print.c (print_core): Likewise.
525 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
526 (Resolved SR Conflicts): Update output.
527 * tests/regression.at (Extra lookahead sets in report): New test case.
529 2007-10-11 Wojciech Polak <polak@gnu.org>
531 * src/print-xml.c (print_core): Remove item set
533 * data/xslt/bison.xsl (bison:ruleNumber): New key.
534 Improve processing time. Suggested by Joel E. Denny.
535 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
536 Write xsl:param "required" attribute as comment.
537 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
538 (xsl:template match="rule"): Support new reduced itemset.
539 (xsl:template match="point"): Remove.
540 * data/xslt/xml2xhtml.xsl: Likewise.
542 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
544 * src/getargs.c (version): Update copyright year.
546 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
548 Make xml2dot.xsl and --graph produce the same output.
549 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a ` '
550 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
552 (xsl:template name="output-node"): Use the new escape template instead
553 of the string-replace template directly.
554 (xsl:template name="output-edge"): Likewise.
555 (xsl:template name="escape"): New, escapes backslashes and newlines in
556 addition to quotation marks.
557 * src/graphviz.c (start_graph, output_node, output_edge): Add
558 whitespace to output for legibility.
560 Make xml2text.xsl and --report produce the same output, and remove the
561 XML "conflicts" element since a conflict summary is easily extracted
563 * data/xslt/bison.xsl: New.
564 (xsl:template match="state" mode="bison:count-conflicts): New.
565 * data/xslt/xml2text.xsl: Import bison.xsl.
566 (xsl:template match="bison-xml-report"): Instead of styling the
567 "conflicts" element, style the "automaton" element with mode
568 "conflicts". Unlike the former, the latter lists S/R and R/R
569 conflicts for a state on the same line.
570 (xsl:template match="conflicts"): Remove.
571 (xsl:template match="conflict"): Remove.
572 (xsl:template match="terminal"): Line-wrap the list of rules in which
573 the terminal is used.
574 (xsl:template match="nonterminal"): Likewise for nonterminals.
575 (xsl:template match="automaton" mode="conflicts"): New.
576 (xsl:template match="state" mode="conflicts"): New.
577 (xsl:template name="line-wrap"): New.
578 (xsl:template name="ws-search"): New.
579 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
580 (xsl:template match="bison-xml-report"): Instead of styling the
581 "conflicts" element, style the "automaton" element with mode
583 (xsl:template match="conflicts"): Remove.
584 (xsl:template match="conflict"): Remove.
585 (xsl:template match="automaton" mode="conflicts"): New.
586 (xsl:template match="state" mode="conflicts): New.
587 * src/conflicts.c (conflicts_output_xml): Remove.
588 * src/conflicts.h (conflicts_output_xml): Remove prototype.
589 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
590 * src/print.c (print_grammar): Consistently wrap at the 66th column so
591 the corresponding XSLT is easier. Also, never wrap between a word and
592 the comma that follows it.
594 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
596 Improve C++ namespace support. Discussed starting at
597 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
598 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
599 b4_namespace_close): New macros that interpret the %define variable
600 "namespace" so its value can contain "::" to indicate nested
602 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
604 * data/lalr1.cc (b4_namespace): Likewise.
605 * data/location.cc (b4_namespace): Likewise.
606 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
607 inside a new table in the general %define entry. Document `%define
608 namespace' there as well. Point the %name-prefix entry to it since it
609 explains it more completely in the case of C++.
610 (C++ Bison Interface): Mention `%define namespace' instead of
612 (Table of Symbols): Remove the `%define push_pull' entry. The %define
614 * tests/c++.at (Relative namespace references): New test case.
615 (Absolute namespace references): New test case.
616 (Syntactically invalid namespace references): New test case.
617 * tests/input.at (C++ namespace reference errors): New test case.
619 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
621 Add syncline support and location accessor to internal %define
623 * data/bison.m4 (b4_percent_define_get_loc): New.
624 (b4_percent_define_get_syncline): New.
625 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
626 (b4_percent_define_default): Record defining location as line 1 rather
627 than 0 for the sake of synchronizing #line's, and define
628 b4_percent_define_syncline(VARIABLE).
629 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
630 * src/muscle_tab.c (muscle_syncline_grow): New.
631 (muscle_code_grow): Use muscle_syncline_grow.
632 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
633 define b4_percent_define_syncline(VARIABLE).
634 (muscle_percent_define_get_loc): New.
635 (muscle_percent_define_get_syncline): New.
636 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
637 remove some unused variables.
638 (muscle_percent_define_default): Record defining location as line 1
639 rather than 0 for the sake of synchronizing #line's, and define
640 b4_percent_define_syncline(VARIABLE).
641 (muscle_percent_define_check_values): Use
642 muscle_percent_define_get_loc.
643 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
644 (muscle_percent_define_get_syncline): Prototype.
645 * tests/skeletons.at (%define Boolean variables: invalid skeleton
646 defaults): Update output for location change.
647 (Complaining during macro argument expansion): Extend to test
648 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
650 2007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
652 Fix some error-reporting macro bugs.
653 * data/bison.m4 (b4_cat): New.
654 (b4_error, b4_error_at): Use b4_cat to send error directives directly
655 to stdout so they don't become arguments to other macros. Update
656 comments and add examples.
657 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
659 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
660 after printing the error directive so that M4 doesn't report subsequent
661 problems that are induced by this problem.
662 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
663 instead of just in them. Recognize @\n in both places. Both expand to
664 the empty string. Needed by b4_cat.
665 * tests/skeletons.at (Complaining during macro argument expansion):
667 (Fatal errors make M4 exit immediately): New test case.
669 2007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
671 Implement --print-datadir.
672 * src/getargs.c (usage): Mention.
673 (PRINT_DATADIR_OPTION): New anonymous enum member.
674 (long_options): Add entry for it.
675 (getargs): Add case for it calling compute_pkgdatadir.
676 * src/output.c (output_skeleton): Encapsulate data directory
677 computation from here...
678 (prepare): ... and from here...
679 (compute_pkgdatadir): ... into this new function.
680 * src/output.h (compute_pkgdatadir): Prototype.
682 2007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
684 * src/print-xml.c (escape_bufs): New static global variable
686 (xml_escape_n): ... the static local variable buf here.
687 (print_xml): Free memory for escape_bufs.
688 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
690 2007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
692 Replace `%push-parser' and `%push-pull-parser' with
693 `%define push_pull "push"' and `%define push_pull "both"'.
694 `%define push_pull "pull"' is the default.
695 * doc/bison.texinfo (Push Decl, Push Parser Function,
696 Pull Parser Function, Parser Create Function, Parser Delete Function):
698 (Decl Summary, Table of Symbols): Replace %push-parser and
699 %push-pull-parser entries with a %define push_pull entry.
700 * data/bison.m4 (b4_percent_define_check_values): New macro.
701 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
703 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
705 * data/push.c: ... to here and compute them from the value of the
706 %define variable push_pull.
707 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
708 parsing requests here...
709 * data/yacc.c: ... hack this to switch to push.c any time
710 b4_use_push_pull_flag or the %define variable push_pull is set. This
711 will go away when we mv push.c yacc.c.
712 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
713 push parsing is not supported since unused %define variables are
715 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
716 * src/muscle_tab.h (muscle_percent_define_check_values): Update
717 comments for consistency with b4_percent_define_check_values.
718 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
720 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
722 (prologue_declaration): Remove %push-parser and %push-pull-parser
724 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
725 * tests/calc.at: Update declarations.
726 * tests/input.at (%define enum variables): New test case.
727 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
729 (Push Parsing: Multiple impure instances): Update declaration.
730 (Push Parsing: Unsupported Skeletons): New test case.
731 * tests/torture.at (Exploding the Stack Size with Alloca): Update
733 (Exploding the Stack Size with Malloc): Update declaration.
735 2007-09-24 Wojciech Polak <polak@gnu.org>
737 Add XSLT transformations.
739 * data/xslt/xml2dot.xsl: Transform XML into DOT.
740 * data/xslt/xml2text.xsl: Transform XML into plain text.
741 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
742 * data/Makefile.am (xsltdir): New variable.
743 (dist_xslt_DATA): Add xslt/*.xsl files.
745 2007-09-23 Paul Eggert <eggert@cs.ucla.edu>
747 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
748 Problem reported by Wojciech Polak.
749 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
750 (xml_printf): Undo change I made on 21 September; that is,
751 indent 2 spaces, not 1.
753 2007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
755 Pacify ./configure --enable-gcc-warnings.
756 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
757 `char const *' instead of `char *'.
758 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
759 local variable `sep'.
761 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
763 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
765 * src/print-xml.c: Prefer "const" after types; that's more consistent.
766 (xml_printf): Indent just 1 space for level.
767 (e_char, xlate_char): Remove.
768 (xml_escape_string): Rewrite to avoid undefined behavior (used
769 storage that was freed from the stack).
770 (xml_escape_n): Don't bother checking for subscript error.
772 2007-09-21 Wojciech Polak <polak@gnu.org>
774 Add Bison XML Automaton Report.
776 Add support for an -x option to generate an XML report.
777 It is not documented yet.
778 * src/print-xml.c: New file.
779 * src/print-xml.h: Likewise.
780 * lib/timevar.def (TV_XML): New var.
781 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
782 * src/conflicts.c: Include print-xml.h.
783 (solved_conflicts_xml_obstack): New var.
784 (log_resolution, conflicts_solve, conflicts_free):
785 Add support for XML report.
786 (conflicts_output_val): New function.
787 * src/conflicts.h (conflicts_output_val): New decl.
788 * src/files.c (spec_xml_file): New var.
789 (compute_output_file_names, output_file_names_free): Add XML support.
790 * src/files.h (spec_xml_file): New decl.
791 * src/getargs.c (xml_flag): New var.
792 (usage, short_options, long_options, getargs): Add XML support.
793 * src/getargs.h (xml_flag): New decl.
794 * src/gram.c: Include print-xml.h.
795 (rule_lhs_print_xml, rule_rhs_print_xml):
796 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
798 * src/gram.h: Declare external ones.
799 * src/main.c: Include print-xml.h.
800 (main): Add XML support.
801 * src/reduce.c: Include print-xml.h.
802 (reduce_xml): New function.
803 * src/reduce.h: Declare it.
804 * src/state.c: Include print-xml.h.
805 (state_new): Add XML support.
806 (state_rule_lookahead_tokens_print_xml): New function.
807 * src/state.h: Declare it.
808 (struct state): New member solved_conflicts_xml.
809 * src/symtab.c (symbol_class_get_string): New function.
810 * src/symtab.h: Declare it.
812 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
814 * GNUmakefile: Switch to coreutils's version.
815 * bootstrap: Likewise.
816 * Makefile.cfg: Adjust to new GNUmakefile.
817 * README-hacking: Likewise.
821 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
822 Bruno Haible <bruno@clisp.org>
824 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
825 and is a script that invokes bison. Tighten the code. Add comments.
827 2007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
829 Spell "boolean" as "Boolean". Reported by Akim Demaille.
830 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
831 * doc/bison.texinfo (Decl Summary): Fix.
832 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
833 * tests/input.at (Boolean %define variables): Update output.
834 * tests/skeletons.at (%define boolean variables: invalid skeleton
835 defaults): Rename to...
836 (%define Boolean variables: invalid skeleton defaults): ... this and
839 2007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
841 In impure push mode, don't allow more than one yypstate to be allocated
842 since multiple impure parsers would corrupt yynerrs.
843 * data/push.c (yypstate_allocated): New static global variable
845 (yypull_parse): If yypstate_new returns 0, don't report it as memory
846 exhaustion if yypstate_allocated is 1, but still return 2.
847 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
848 already 1. Otherwise, set it to 1.
849 (yypstate_delete): Set it to 0.
850 * tests/push.at (Push Parsing: Multiple impure instances): New test
853 2007-08-17 Bob Rossi <bob@brasko.net>
855 * doc/bison.texinfo (Push Decl): Document the push parser.
856 (Table of Symbols): Ditto.
858 (Decl Summary): Ditto.
859 (Multiple Parsers, Push Parser Function, Pull Parser Function,
860 Parser Create Function, Parser Delete Function):
861 Add new push parser symbols.
862 (Table of Symbols): Document push-parser, push-pull-parser,
863 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
865 2007-08-15 Paul Eggert <eggert@cs.ucla.edu>
868 * doc/gpl-3.0.texi: New file.
869 * doc/gpl.texi: Remove.
870 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
871 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
872 * README-hacking, TODO, bootstrap, bootstrap.conf:
873 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
874 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
875 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
876 * data/lalr1.cc, data/lalr1.java, data/location.cc:
877 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
878 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
879 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
880 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
881 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
882 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
883 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
884 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
885 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
886 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
887 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
888 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
889 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
890 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
891 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
892 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
893 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
894 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
895 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
896 * src/complain.c, src/complain.h, src/conflicts.c:
897 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
898 * src/files.h, src/flex-scanner.h, src/getargs.c:
899 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
900 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
901 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
902 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
903 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
904 * src/print.c, src/print.h, src/print_graph.c:
905 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
906 * src/reduce.h, src/relation.c, src/relation.h:
907 * src/revision.h, src/scan-code.h, src/scan-code.l:
908 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
909 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
910 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
911 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
912 * tests/Makefile.am, tests/actions.at, tests/c++.at:
913 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
914 * tests/existing.at, tests/glr-regression.at:
915 * tests/headers.at, tests/input.at, tests/java.at:
916 * tests/local.at, tests/output.at, tests/push.at:
917 * tests/reduce.at, tests/regression.at, tests/sets.at:
918 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
922 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
924 Get rid of broken %no-parser, -n, and --no-parser implementation and
926 * TODO: Don't mention them.
927 * doc/bison.1: Likewise.
928 * doc/bison.texinfo (Decl Summary): Likewise.
929 (Bison Options): Likewise.
930 (Option Cross Key): Likewise.
931 * src/getargs.c (no_parser_flag): Remove global variable.
932 (usage): Don't print description of -n and --no-parser.
933 (long_options): Remove --no-parser entry here.
934 (getargs): Remove -n case in the switch here.
935 * src/getargs.h (no_parser_flag): Remove extern.
936 * tests/regression.at (Web2c Actions): Remove comment that mentions
939 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
941 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
942 name user variables starting with `yy'. Just pass NULL instead of a
943 dummy local &yylval to yypush_parse.
944 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
947 2007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
949 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
950 true since it's then always used regardless of whether yyoverflow is
951 defined. Reported by Christian Burger at
952 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
953 * THANKS: Add Christian Burger.
955 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
956 node names: say "Decl Summary" not "Bison Declaration Summary".
958 2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
960 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
961 determine whether this function has already complained about an invalid
962 value for a %define boolean variable, don't check whether Bison has
963 ever examined the value. As written, the check was a tautology.
964 Instead, record and check for this complaint using a separate muscle.
966 2007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
968 Fix push parsing memory leak reported by Brandon Lucia at
969 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
970 * THANKS: Add Brandon Lucia.
971 * data/push.c (yypstate_delete): Free the stack if it was reallocated
972 but the parse never completed and thus freed it.
973 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
974 * tests/testsuite.at: Include push.at.
976 (Push Parsing: Memory Leak for Early Deletion): New test case.
978 2007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
980 Improve handling of multiple S/R conflicts in the same state and of S/R
981 conflicts involving multiple reductions.
982 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
983 set for a state here or Bison will abort if it is reassigned on a
984 later conflicted reduction in the same state.
985 Similarly, don't finalize and assign the solved conflicts report here
986 or it will be lost if it is reassigned on a later conflicted reduction
988 (set_conflicts): Instead, assign them both here after all S/R conflicts
989 in the state have been fully examined.
990 * src/print.c (shift_set): Rename to...
991 (no_reduce_set): ... this.
992 (print_reductions): Update for rename, and add %nonassoc error action
993 tokens to no_reduce_set so that, when printing the first remaining
994 reduction on an error action token, the reduction is enclosed in
996 (print_results): Update for rename.
997 * tests/conflicts.at (Solved conflicts report for multiple reductions
998 in a state): New test case.
999 (%nonassoc error actions for multiple reductions in a state): New test
1002 * src/main.c (main): Don't depend on C99 features.
1004 2007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
1006 * build-aux/.cvsignore: Add compile.
1007 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
1010 2007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
1012 * bootstrap (slurp): Create target directories that don't exist.
1013 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
1015 2007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
1017 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
1019 * closure.c (closure): Likewise.
1020 * state.h (reductions): Comment sorting of rules.
1021 (state): Comment sorting of items.
1023 2007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
1025 Fix C++ test cases after recent Gnulib changes. Discussed starting at
1026 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
1027 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
1028 definition in order to avoid Gnulib headers since we don't use config.h
1030 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
1031 rather than AT_DATA so that config.h is included.
1033 2007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
1035 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
1036 instead of fprintf. Guard these functions with #if YYDEBUG instead of
1037 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
1038 and so that YYFPRINTF is guaranteed to be defined here.
1040 2007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
1042 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
1044 (muscle_percent_define_check_values): ... this more helpful function.
1045 Again, it's not used yet, but it will be.
1046 * src/muscle_tab.h: Likewise.
1048 Improve some comments in parser table construction.
1049 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
1050 (generate_states): Don't mention ruleset, which is internal to closure.
1051 * src/closure.c (closure): Explain sorting of core and itemset, which
1052 is required for this function to behave correctly.
1053 * src/closure.h (closure): Mention sorting.
1055 2007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
1057 * src/lalr.c (state_lookahead_tokens_count): For code readability,
1058 move the check for disabled transitions to an aver since conflict
1059 resolution hasn't happened yet.
1061 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
1062 labels a state as inconsistent just because it has error transitions.
1063 The original form of this check appeared in revision 1.1 of lalr.c,
1064 which was committed on 1991-12-21. Now (at least), changing the
1065 consistency label on such a state appears to have no useful effect in
1066 any of the places it is examined, which I enumerate below. The key
1067 point to understanding each item in this enumeration is that a state
1068 with an error transition is labelled consistent in the first place only
1069 if it has no rules, so the check cannot matter for states that have
1070 rules. (1) Labelling a state as inconsistent will cause set_conflicts
1071 to try to identify its conflicts, and a state must have *rules* to have
1072 conflicts. (2) Labelling a state as inconsistent will affect how
1073 action_row sets the default *rule* for the state. (3) Labelling a
1074 state as inconsistent will cause build_relations to add lookback edges
1075 to *rules* in that state.
1076 * src/state.h (struct state): Word the comment for member consistent
1079 2007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
1081 Don't depend on C99 features.
1082 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
1083 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
1084 * src/reader.c (check_and_convert_grammar): Fix for-loop.
1085 * src/state.c (state_mark_reachable_states): Fix for-loop.
1086 (state_remove_unreachable_states): Fix for-loop.
1088 Don't widen struct state with member reachable just to temporarily
1089 record reachability. Instead, use a local bitset.
1090 * src/state.h (struct state): Remove member.
1091 * src/state.c (state_new): Don't initialize it.
1092 (state_mark_reachable_states): Rename to...
1093 (state_record_reachable_states): ... this, and use bitset.
1094 (state_remove_unreachable_states): Use bitset.
1096 2007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
1098 * src/Makefile.am (yacc): Quote target action commands properly so
1099 that the yacc script isn't corrupt. Reported by Hans Aberg at
1100 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
1102 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
1103 the case of pure parsers. Reported by Frans Englich at
1104 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
1105 * THANKS: Add Frans Englich.
1107 * NEWS (2.3a+): In the %code entry, reference section `Bison
1108 Declaration Summary' from the manual now since the %code summary has
1110 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
1111 in the rules section must be terminated by semicolons.
1113 2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
1115 Extend the front-end API for %define variables to more completely
1116 mirror the back-end. This will be useful in the future.
1117 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
1118 Update comments to mention the new front-end counterparts of these
1120 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
1121 for muscle_string_decode and muscle_location_decode.
1122 (muscle_string_decode): New static function.
1123 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
1124 (muscle_percent_define_get, muscle_percent_define_ifdef): New
1126 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
1127 muscle_percent_define_get to mimic the b4_percent_define_flag_if
1128 implementation more closely.
1129 (muscle_percent_define_invalid_value): New function.
1130 * src/muscle_tab.h (muscle_percent_define_get,
1131 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
1134 2007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
1136 * NEWS (2.3a+): Mention yesterday's state-removal change.
1137 (2.3a): Remove the %language entry, which was added after 2.3a.
1138 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
1139 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
1140 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
1141 tests/existing.at: Update copyright date.
1143 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1145 If conflict resolution makes states unreachable, remove those states,
1146 report rules that are then unused, and don't report conflicts in those
1148 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
1149 New global function.
1150 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
1152 * src/main.c (main): After conflict resolution, remove the unreachable
1153 states and update all data structures that reference states by number.
1154 * src/state.c (state_new): Initialize each state's reachable member to
1156 (state_mark_reachable_states): New static function.
1157 (state_remove_unreachable_states): New global function.
1158 * src/state.h (struct state): Add member bool reachable.
1159 (state_remove_unreachable_states): Prototype.
1160 * tests/conflicts.at (Unreachable States After Conflict Resolution):
1162 * tests/existing.at (GNU pic Grammar): Update test case output now that
1163 an unused rule is discovered.
1165 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1167 Minor code cleanup in parser table construction.
1168 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
1169 (new_itemsets, save_reductions): Update for rename to nitemset.
1170 * src/closure.c (nritemset): Rename to...
1171 (nitemset): ... this since the "r" appears to meaningless and isn't
1172 used in the comments.
1173 (closure): Update for rename.
1174 * src/closure.h (nritemset): Update extern to...
1175 (nitemset): ... this.
1176 * src/lalr.c (LA): Fix a typo in comments.
1177 * src/print.c (print_core): Update for rename to nitemset.
1178 * src/print_graph.c (print_graph): Likewise.
1179 * src/state.h: Fix some typos in header comments.
1181 2007-04-04 Paul Eggert <eggert@cs.ucla.edu>
1183 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
1184 still sticks to ASCII. Sorry!
1186 * README-hacking: New file, taken mostly from coreutils, with changes
1187 for Bison. Contains much of the contents of:
1188 * README-cvs: Remove.
1189 * bootstrap: Sync from gnulib.
1190 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
1191 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
1193 2007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
1195 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
1197 (Java Differences): Fix some typos.
1198 * THANKS: Add Sebastian Setzer.
1200 2007-03-07 Paolo Bonzini <bonzini@gnu.org>
1202 * data/java.m4 (b4_single_class_if): Remove.
1203 (b4_abstract_if): Look at "%define abstract".
1205 (b4_union_name): Rename...
1206 (b4_yystype): ... to this. Map to "%define stype".
1207 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
1208 b4_maybe_throws): Fix quoting.
1209 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
1210 * data/lalr1.java (Lexer interface): Always define.
1211 (Lexer interface within parser class): Remove.
1212 (YYLexer class): New, used when "%code lexer" is present.
1213 (constructor): When "%code lexer" is used, pass %lex-param
1214 to the lexer constructor.
1215 (yylex, yyparse): Remove %lex-param from method invocations
1216 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
1218 * doc/bison.texinfo (Java Bison Interface): Mention "%define
1219 abstract". Rename "%define union_name" to "%define stype".
1220 Rename method names according to previous patch.
1221 (Java Scanner Interface): Describe "%code lexer" instead of
1222 "%pure-parser" and "%define single_class".
1223 (Java Differences): Mention "%code lexer".
1225 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
1226 Include scanner here, using macros from tests/local.at.
1227 (AT_DATA_CALC_Y): Remove final argument.
1228 (_AT_CHECK_JAVA_CALC): Likewise.
1229 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
1230 of %locations and %error-verbose.
1231 (main): Test with and without %lex-param.
1232 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
1233 (AT_BISON_OPTION_POPDEFS): Pop it.
1235 2007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1237 DJGPP spefic issue. Inhibit the use of disallowed characters for
1238 file name genertion on Win98, WinXP, etc. These are |<>":?*\
1239 and concern testsuite case 46.
1240 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
1241 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
1242 * djgpp/config.bat: Inhibit the use of disallowed characters.
1244 2007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1246 Miscellaneous %define and %code cleanup.
1247 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
1248 values are interpreted.
1249 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
1250 documentation a little more.
1251 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
1252 muscle_percent_define_insert, muscle_percent_code_grow): New
1254 * src/muscle_tab.h (muscle_percent_define_insert,
1255 muscle_percent_code_grow): Prototype.
1256 * src/parse-gram.y (prologue_declaration): Use
1257 muscle_percent_define_insert and muscle_percent_code_grow when parsing
1258 %define and %code directives.
1260 Make it easy to share %define boolean variables between the front-end
1261 and back-end. Though not used yet, this will be useful in the future.
1262 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
1263 Bison uses of names rather than just skeleton uses of names.
1264 (b4_percent_define_get, b4_percent_define_ifdef): Rename
1265 b4_percent_define_skeleton_variables(VARIABLE) to
1266 b4_percent_define_bison_variables(VARIABLE).
1267 (b4_percent_code_get, b4_percent_code_ifdef): Rename
1268 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
1269 b4_percent_code_bison_qualifiers(QUALIFIER).
1270 (b4_check_user_names_wrap): Update for renames.
1271 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
1272 muscle_percent_define_default): New functions mimicking
1273 b4_percent_define_flag_if and b4_percent_define_default.
1275 For %define variables, report locations for invalid values and
1277 * data/bison.m4 (b4_percent_define_flag_if): Read
1278 b4_percent_define_loc(VARIABLE) to report the location of an invalid
1280 (b4_percent_define_default): Save a special location in
1281 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
1282 must later be reported as invalid.
1283 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
1285 (muscle_percent_define_insert): Record the location of VARIABLE in
1286 muscle percent_define_loc(VARIABLE), and use it to report the previous
1287 location for a redefinition.
1288 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
1289 (muscle_percent_define_default): Update like b4_percent_define_default.
1290 (muscle_grow_user_name_list): Rename to...
1291 (muscle_user_name_list_grow): ... this for consistency and use
1292 muscle_location_grow.
1293 * src/muscle_tab.h (muscle_location_grow): Prototype.
1294 * tests/input.at (%define errors): Update expected output.
1295 * tests/skeletons.at (%define boolean variables: invalid skeleton
1296 defaults): New test case.
1298 2007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
1300 * src/print.c (lookahead_set, state_default_rule): Remove.
1301 (print_reductions): Replace state_default_rule invocation with
1302 equivalent use of yydefact, which was computed in token_actions in
1304 (print_results): Don't allocate lookahead_set.
1306 2007-02-27 Paolo Bonzini <bonzini@gnu.org>
1308 * data/lalr1.java: Prefix all private members with yy.
1310 2007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
1312 Use YYFPRINTF instead of fprintf where appropriate. Reported by
1313 Sebastien Fricker at
1314 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
1315 * THANKS: Add Sebastien Fricker.
1316 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
1317 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
1318 accept a variable number of arguments.
1320 2007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
1322 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
1324 2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1326 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
1327 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
1328 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
1330 2007-02-11 Paul Eggert <eggert@cs.ucla.edu>
1332 Undo my 2007-02-07 change, switching back to the c-strcase module
1333 introduced in the 2007-02-03 change. Bruno Haible reported that
1334 the 2007-02-07 change would be dangerous in Turkish if we add a
1335 language whose name contains "i", since "i" is not lowercase "I"
1337 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
1338 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
1339 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
1340 * m4/.cvsignore: Remove strcase.m4.
1341 * src/getargs.c: Revert 2007-02-07 change, as follows.
1342 Include c-strcase.h.
1343 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
1345 2007-02-11 Bruno Haible <bruno@clisp.org>
1347 Enable the Java related testsuite tests when the only Java compiler
1348 found is a gcj < 4.3. Discussed at
1349 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
1350 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
1352 2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
1354 * data/Makefile.am: Update copyright date.
1355 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
1356 yypstate_new returns NULL.
1357 (yypstate_new): Return NULL if malloc does.
1358 * src/reader.c (packgram): Move translation of rule actions from the
1359 beginning of packgram to...
1360 (check_and_convert_grammar): ... here right before packgram is invoked
1361 so it's easier to write more complete comments, and remove redundant
1364 2007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
1366 As in semantic actions, make @$ in %initial-action, %destructor, and
1367 %printer imply %locations.
1368 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
1370 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
1371 (@$ in %initial-action implies %locations,
1372 @$ in %destructor implies %locations,
1373 @$ in %printer implies %locations): ... these new test cases.
1375 2007-02-07 Paul Eggert <eggert@cs.ucla.edu>
1377 Undo most of the 2007-02-03 change, switching to the strcase module
1378 now that gnulib strcase has been fixed.
1379 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
1380 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
1381 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
1382 * m4/.cvsignore: Add strcase.m4.
1383 * src/getargs.c: Revert 2007-02-03 change, as follows.
1384 Don't include c-strcase.h.
1385 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
1386 strcasecmp has "unspecified behavior" outside the POSIX locale,
1387 but it works fine in practice if at least one argument is ASCII,
1388 as is the case in Bison.
1390 2007-02-07 Paolo Bonzini <bonzini@gnu.org>
1392 * tests/java.at: Skip tests if only one of javac/java is present.
1393 Reported by Joel E. Denny.
1394 * tests/atlocal.in: Adjust copyright years.
1396 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
1398 * data/lalr1.java (Stack): Work around old verifiers that disallow
1399 access to the private fields of an inner class, from the outer class.
1400 We can make Stack's fields public because user code doesn't have access
1401 to the instance of Stack used by parse(). Reported by Paul Eggert.
1403 2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
1405 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
1406 the right spot for these files?
1407 * bootstrap.conf (gnulib_modules): Add c-strcase.
1408 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
1410 * src/getargs.c: Include c-strcase.h.
1411 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
1412 to avoid unspecified behavior.
1414 2007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
1416 * doc/bison.texinfo (Decl Summary): Correct typo.
1418 2007-01-30 Paolo Bonzini <bonzini@gnu.org>
1420 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
1421 Complain if the value does not match empty, "true" or "false".
1422 * data/c++.m4: Adjust default definitions of %define variables.
1423 * data/java.m4: Adjust default definitions of %define variables.
1424 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
1426 * tests/input.at (Boolean %define variables): Test new behavior.
1428 2007-01-29 Paolo Bonzini <bonzini@gnu.org>
1430 * NEWS: Mention java.
1431 * TODO: Remove things that are done.
1432 * bootstrap.conf: Add javacomp-script and javaexec-script.
1433 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
1435 * data/Makefile.am: Add new files.
1436 * data/java-skel.m4: New.
1437 * data/java.m4: New.
1438 * data/lalr1.java: New.
1440 * doc/bison.texinfo: Put "A Complete C++ Example" under
1441 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
1442 under Other Languages.
1444 * src/getargs.c (valid_languages): Add Java.
1445 * src/getargs.h (struct bison_language): Update size of string fields.
1447 * tests/Makefile.am: Add java.at.
1448 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
1449 * tests/java.at: New.
1450 * tests/testsuite.at: Include it.
1452 2007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
1455 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
1456 at_directive_argv arguments so these no longer have to be global
1457 variables. Also, update the implementation for the following changes.
1458 (fail_for_at_directive_too_many_args,
1459 fail_for_at_directive_too_few_args): Add at_directive_name argument.
1460 (at_directive_name): Remove as at_directive_argv[0] will be used for
1462 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
1463 for the directive name.
1464 (at_directive_argc, at_directive_argv): Make these local within
1465 skel_lex instead of global.
1466 (INITIAL): Update directive start action for above changes.
1467 (SC_AT_DIRECTIVE_ARG): Rename to...
1468 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
1469 (SC_AT_DIRECTIVE_SKIP_WS): Update.
1470 (scan_skel): Move yylex_destroy to...
1471 (skel_scanner_free): ... here.
1472 * tests/skeletons.at (installed skeleton file name): Rename to...
1473 (installed skeleton file names): ... this.
1475 2007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
1477 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
1478 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
1479 Summary" not "Directives".
1480 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
1481 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
1482 since the former is now the more complete one.
1483 (Prologue Alternatives): Likewise and do the same for %defines.
1484 (Table of Symbols): Add summary of %code, add summary of %define, and
1485 move full %code documentation to...
1486 (Decl Summary): ... here for consistency with other entries in these
1488 Move %define entry in order to keep this list alphabetized.
1489 Reword %define entry a little to put less emphasis on the skeleton
1490 concept, which most users shouldn't have to think about.
1492 2007-01-26 Paul Eggert <eggert@cs.ucla.edu>
1494 Adjust to recent gnulib changes.
1495 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
1496 Add string.h, string_.h, unistd_.h, wchar_.h.
1497 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
1498 * src/system.h: Don't include <stpcpy.h>; this is now done by
1501 2007-01-23 Paolo Bonzini <bonzini@gnu.org>
1503 Simplify implementation of unqualified %code, implement macros for
1504 uniform treatment of boolean %define flags. Document %define.
1505 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
1506 b4_percent_code_ifdef): New.
1507 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
1508 * data/c++.m4: Define default value for global_tokens_and_yystype.
1509 * data/glr.cc: Likewise.
1510 * data/location.cc: Use b4_percent_define_flag_if.
1512 * doc/bison.texinfo (Decl Summary): Document %define.
1514 * src/parse-gram.y (Unqualified %code): Change muscle name to
1516 (content.opt): Default to empty.
1518 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
1520 Implement support for relative and absolute skeleton file names.
1521 Discussed starting at
1522 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
1523 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
1524 (Bison Options): Document in --skeleton entry.
1525 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
1526 full_skeleton can't necessarily hold all of pkgdatadir.
1527 If the specified skeleton file name contains a `/', don't prepend
1529 * src/parse-gram.y (prologue_declaration): If the specified skeleton
1530 file name contains a `/', prepend the grammar file directory.
1531 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
1532 * skeletons.at: New file.
1533 (relative skeleton file names): New test case.
1534 (installed skeleton file names): New test case.
1535 * tests/testsuite.at: Include skeletons.at.
1537 * bootstrap: Update copyright to 2007.
1539 2007-01-17 Paolo Bonzini <bonzini@gnu.org>
1541 * bootstrap: Remove occurrences of .#bootmp from the files.
1543 2007-01-17 Akim Demaille <akim@epita.fr>
1545 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
1547 Use per-type %printer.
1549 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
1551 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
1552 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1553 djgpp/config.site, src/files.c, src/files.h, src/main.c,
1554 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
1555 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
1556 tests/glr-regression.at, tests/input.at, tests/local.at,
1557 tests/output.at, tests/torture.at: Update copyright to 2007.
1559 2007-01-16 Akim Demaille <akim@epita.fr>
1561 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
1563 (Calc++ Scanner): Exit with failure if we can't open the input
1565 Accept "-" standing for stdin.
1566 (Calc++ Top Level): Print the result only if the parsing was
1569 2007-01-16 Akim Demaille <akim@epita.fr>
1571 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
1573 2007-01-15 Paolo Bonzini <bonzini@gnu.org>
1574 and Joel E. Denny <jdenny@ces.clemson.edu>
1576 Clean up %define and %code implementation in M4 some. Most
1577 importantly, rename all related macros to be in the b4_percent_define
1578 and b4_percent_code namespaces. Also, complete support for `.' in
1579 %define variable names and %code qualifiers.
1580 * data/bison.m4 (b4_check_user_names): Check for special
1581 "SKELETON-NAMESPACE(name)" macros instead of using two nested
1583 (b4_get_percent_define, b4_get_percent_code): Rename to...
1584 (b4_percent_define_get, b4_percent_code_get): ... these.
1585 Extend documentation with examples.
1586 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
1587 b4_percent_define_skeleton_variables and
1588 b4_percent_code_skeleton_qualifiers.
1589 Expect any value for the %define variable `foo' to be stored in the
1590 macro named `b4_percent_define(foo)'; expect any %code blocks for the
1591 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
1592 expect any unqualified %code blocks to be stored in a macro named
1593 `b4_percent_code_unqualified'.
1594 Use m4_indir so that %define variable names and %code qualifiers can
1595 contain `.', which is allowed by the grammar parser.
1596 (b4_percent_define_default): New macro to set a default value for a
1598 (m4_wrap): Update wrapped code, and fix some underquoting.
1599 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
1600 Expect grammar uses of %define variables and %code qualifiers to be
1601 defined in b4_percent_define_user_variables and
1602 b4_percent_code_user_qualifiers.
1603 * data/c++.m4: Use b4_percent_define_default rather than
1604 m4_define_default. Fix some underquoting. Skeleton usage of %define
1605 variable define_location_comparison now implies skeleton usage of
1606 %define variable filename_type.
1607 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1608 data/push.c, data/yacc.c: Update macro names.
1609 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
1612 2007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1614 DJGPP specific issues.
1616 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
1617 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
1619 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1621 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
1622 run parsers in all tests so that Valgrind is invoked during
1623 maintainer-check-valgrind.
1624 (Duplicate representation of merged trees): Free all semantic values.
1625 (Duplicated user destructor for lookahead): Likewise.
1627 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1629 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
1630 command-line prefix.
1631 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
1632 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
1633 miss Valgrind messages.
1634 (Exploding the Stack Size with Malloc): Likewise.
1636 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1638 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
1639 locals. Reported by Juan Manuel Guerrero at
1640 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
1641 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
1642 Fix some indentation also.
1643 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
1644 explaining this issue.
1646 2007-01-09 Paolo Bonzini <bonzini@gnu.org>
1647 and Joel E. Denny <jdenny@ces.clemson.edu>
1649 Simplify union and prologue handling, and escape union and lex/parse
1650 params with digraphs.
1651 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
1652 values to the empty string since these are no longer guaranteed
1653 initialized by the front-end.
1654 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
1655 braces around b4_user_stype since this is no longer done by the
1657 * src/files.c, src/files.h (pre_prologue_obstack,
1658 post_prologue_obstack): Remove.
1659 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
1660 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
1661 with digraphs. This fixes lex params and parse params.
1662 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
1663 * src/output.c (prepare): Remove muscle insertion of the prologues.
1664 (output): Remove freeing of pre_prologue_obstack and
1665 post_prologue_obstack.
1666 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
1667 than prologue_augment for prologue parsing so you don't need prologue
1669 (grammar_declaration): For %union RHS, use `braceless' instead of
1670 "{...}" so that braces are already stripped and code is escaped with
1672 * src/reader.c (prologue_augment): Remove.
1673 (reader): Remove initialization of pre_prologue_obstack and
1674 post_prologue_obstack.
1675 * src/reader.h (prologue_augment): Remove.
1677 * data/c.m4: Remove stray parenthesis.
1679 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1681 Remove quotes from variables names in %define directives and from
1682 qualifiers in %code directives, and restrict the characters that are
1683 allowed in them to M4-friendly ones. For %define, continue to support
1684 the quoted form as a deprecated feature. Discussed starting at
1685 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
1686 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
1688 * doc/bison.texinfo (Prologue Alternatives): Update.
1689 (Decl Summary): In %defines entry, update mention of `%code requires'
1690 and `%code provides'.
1691 (C++ Location Values): Update %define uses.
1692 (Calc++ Parser Interface): Likewise.
1693 (Calc++ Parser): Likewise, and update `%code requires' uses.
1694 (Table of Symbols): Update %code documentation.
1695 * src/parse-gram.y (prologue_declaration): For %define variables, use
1696 `variable' instead of `STRING'.
1697 (grammar_declaration): For %code qualifiers, use `ID' instead of
1699 (variable): New nonterminal that takes an `ID' or a `STRING'.
1700 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
1702 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
1703 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
1704 (%define errors): Update %define uses.
1706 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1708 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
1709 instead of muscle_insert for %define values so that M4-special
1710 characters are replaced with digraphs.
1711 * tests/input.at (%define errors): Extend to check weird values.
1713 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1715 Instead of having skeletons declare all valid %define variables and
1716 %code qualifiers, provide macros that retrieve the associated values
1717 and build these lists automatically. Thus Bison will now warn when a
1718 variable or qualifier is not used by the skeleton in the current
1719 invocation regardless of whether it might sometimes be used by that
1720 skeleton in other invocations. Also, move all %define value macros to
1721 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
1722 form, which is replaced by %code.
1723 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
1724 (b4_check_user_names): ... this, and change the series of valid name
1725 arguments to a single list argument for names used in the skeleton
1726 similar to the existing list argument for names used in the grammar.
1727 Warn instead of complaining.
1728 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
1729 values and %code code, to format %code code properly, and to build
1730 lists of all %define variables and %code qualifiers used in the
1731 skeleton: b4_skeleton_percent_define_variables and
1732 b4_skeleton_percent_code_qualifiers.
1733 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
1735 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
1736 the skeleton names lists can finish building first. In place of
1737 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
1738 expect the lists b4_user_percent_define_variables and
1739 b4_user_percent_code_qualifiers.
1740 * data/c++.m4: Where setting default values for b4_parser_class_name,
1741 b4_location_type, b4_filename_type, b4_namespace, and
1742 b4_define_location_comparison, update their names to the
1743 b4_percent_define_ namespace.
1744 * data/glr.c: Don't use b4_check_percent_define_variables and
1745 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
1746 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
1747 (b4_parser_class_name, b4_namespace): Define these using
1748 b4_get_percent_define for parser_class_name and namespace.
1749 * data/location.cc: Use b4_get_percent_define.
1750 * data/push.c: Don't use b4_check_percent_define_variables and
1751 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
1752 * data/yacc.c: Likewise, and don't call m4_exit in
1753 b4_use_push_for_pull_if or m4_wrap code will never execute.
1754 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
1756 (muscle_grow_user_name_list): ... this for consistency with the
1757 terminology used in bison.m4.
1758 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
1759 %define variable names, and rename muscle used_percent_define_variables
1760 to user_percent_define_variables.
1761 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
1762 user_percent_code_qualifiers.
1764 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
1765 {CODE} form is no longer accepted.
1766 * tests/input.at (Reject bad %code qualifiers): Rename to...
1767 (Reject unused %code qualifiers): ... this, and update test output.
1768 (%define error): Update test output.
1770 2007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
1772 Check for unrecognized %define variables similar to checking for
1773 unrecognized %code qualifiers. Check for redefined %define variables.
1774 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
1776 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
1777 (b4_check_percent_define_variables): New, also wraps it.
1778 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
1779 variables using b4_check_percent_define_variables.
1780 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
1781 all those exercised in the test suite and all those listed in the
1782 `Default values' section of c++.m4. Are there others?
1783 * data/push.c, data/yacc.c: Declare no valid %define variables.
1784 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
1785 similar to muscle_find, but it works even when the muscle stores a
1787 (muscle_grow_used_name_list): New function for constructing the used
1788 name list muscles that b4_check_for_unrecognized_names requires.
1789 * src/parse-gram.y (prologue_declaration): Warn if a variable is
1790 %define'd more than once. Define the b4_used_percent_define_variables
1791 muscle with muscle_grow_used_name_list.
1792 (grammar_declaration): Abbreviate %code code with
1793 muscle_grow_used_name_list.
1794 * tests/input.at (%define errors): New.
1796 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1798 Provide warn_at, complain_at, and fatal_at function callbacks to the
1799 skeletons, and use this for %code qualifier complaints.
1800 * data/bison.m4 (b4_error_at): New, invoked by...
1801 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
1802 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
1803 @fatal_at(...@) directives.
1804 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
1805 qualifiers in b4_used_percent_code_qualifiers and to use
1807 * src/location.c, src/location.h (boundary_set_from_string): New global
1809 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
1811 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
1812 to b4_used_percent_code_qualifiers.
1813 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
1815 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
1816 (lineno): Rename to...
1817 (out_lineno): ... this so I don't misunderstand it again.
1818 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
1819 here; these newlines are in the input but not the output file.
1820 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
1821 (at_directive_perform): ... this new static function, and add handling
1822 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
1824 * tests/input.at (Reject bad %code qualifiers): Update test output with
1825 locations and extend.
1827 * tests/output.at (Output file name: [, Output file name: ]): Remove
1828 bogus comment about these tests failing.
1830 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1832 Clean up b4_check_percent_code_qualifiers a little.
1833 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
1834 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
1835 documentation and add examples.
1836 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
1839 2007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
1841 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
1842 unreliable -- especially when they're hidden inside another macro.
1843 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
1844 data/c.m4: Remove m4_divert(-1).
1845 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1846 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
1847 m4_divert_push(0) and m4_divert_pop(0).
1848 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
1849 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
1850 pushed and popped by m4sugar, should be first on the stack.
1852 Provide warn, complain, and fatal function callbacks to the skeletons.
1853 This provides more flexibility than m4_fatal, improves the error
1854 message format, and captures messages for translation. Discussed
1856 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
1857 * data/bison.m4 (b4_error): New, invoked by...
1858 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
1859 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
1860 directives. Because these M4 macros might be called when the current
1861 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
1862 the previous removal of uses of m4_divert, which caused trouble.
1863 (b4_check_percent_code_qualifiers): Use b4_complain instead of
1864 m4_fatal to report unrecognized %code qualifiers.
1865 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
1866 push parser requests.
1867 * data/glr.c: Use b4_complain instead of m4_fatal to report
1868 non-deterministic push parser requests.
1869 Update @output usage to @output(...@) form.
1870 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
1871 report missing %defines. Update @output usage to @output(...@) form.
1872 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
1874 * src/main.c (main): Invoke skel_scanner_free.
1875 * src/scan-skel.h (skel_scanner_free): Prototype new function.
1876 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
1877 obstack_for_string from flex-scanner.h.
1878 (YY_DECL): Use to declare skel_lex static.
1879 (decode_at_digraphs): Remove; now handled in the new
1880 SC_AT_DIRECTIVE_ARG start condition.
1881 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
1883 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
1884 at_directive_argv): New static globals.
1885 (INITIAL): Use fail_for_invalid_at.
1886 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
1887 recognize the start of a generalized `@directive(...@)' form and
1889 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
1890 directive args (using the new obstack_for_string), to decode the
1891 contained @ diagraphs, and to perform the directive. It recognizes
1892 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
1894 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
1895 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
1897 (scan_skel): Initialize obstack_for_string on the first call.
1898 (skel_scanner_free): New function to free obstack_for_string.
1899 * tests/input.at (Reject bad %code qualifiers): Update test output.
1901 2007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
1903 Consolidate the 4 prologue alternative directives (%code, %requires,
1904 %provides, and %code-top) into a single %code directive with an
1905 optional qualifier field. Discussed at
1906 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
1907 * NEWS (2.3a+): Rewrite the existing entry for the prologue
1909 * doc/bison.texinfo (Prologue Alternatives): Update.
1910 (Decl Summary): Update to %code "requires" and %code "provides".
1911 (Calc++ Parser): Update to %code "requires".
1912 (Table of Symbols): Remove entries for %requires, %provides, and
1913 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
1914 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
1915 are replaced by b4_percent_code_provides and b4_percent_code_requires,
1916 which are skeleton-specific.
1917 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
1918 declare what %code qualifiers it supports and to complain if any other
1919 qualifiers were used in the grammar.
1920 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
1921 and b4_user_code([b4_percent_code_provides]) in place of
1922 b4_user_requires and b4_user_provides.
1923 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
1924 Add b4_user_code([b4_percent_code_top]) and
1925 b4_user_code([b4_percent_code]).
1926 Invoke b4_check_percent_code_qualifiers.
1927 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
1928 PERCENT_REQUIRES): Remove.
1929 (grammar_declaration): Remove RHS's for %code-top, %provides, and
1930 %requires. Rewrite the %code RHS as the unqualified form defining the
1931 muscle b4_percent_code. Add another RHS for the qualified %code form,
1932 which defines muscles of the form b4_percent_code_QUALIFIER and the
1933 b4_used_percent_code_qualifiers muscle.
1934 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
1935 PERCENT_REQUIRES): Remove.
1936 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
1937 %code "requires" and %code "provides".
1938 * tests/input.at (Reject bad %code qualifiers): New.
1940 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
1942 Use the new code_props interface for destructors and printers.
1943 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
1944 printer_location members, and change the type of the destructor and
1945 printer members to code_props.
1946 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
1947 symbol_printer_get, semantic_type_destructor_set,
1948 semantic_type_printer_set, default_tagged_destructor_set,
1949 default_tagless_destructor_set, default_tagged_printer_set,
1950 default_tagless_printer_set): Use code_props in arguments and return
1951 types in place of char const * and location.
1952 (symbol_destructor_location_get, symbol_printer_location_get): Remove
1953 since the locations are now contained in the return of
1954 symbol_destructor_get and symbol_printer_get.
1955 * src/output.c (symbol_destructors_output, symbol_printers_output):
1957 (symbol_code_props_output): ... this to eliminate duplicate code.
1958 (output_skeleton): Update to use symbol_code_props_output.
1959 * src/reader.c (symbol_should_be_used): Update use of
1960 symbol_destructor_get.
1961 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
1962 Update uses of the various _destructor_set and _printer_set functions.
1963 * src/symtab.c: (default_tagged_destructor_location,
1964 default_tagless_destructor_location, default_tagged_printer_location,
1965 default_tagless_printer_location): Remove since we...
1966 (default_tagged_destructor, default_tagless_destructor,
1967 default_tagged_printer, default_tagless_printer): ... change the type
1968 of these to code_props.
1969 (symbol_new, semantic_type_new, symbol_destructor_set,
1970 semantic_type_destructor_set, symbol_destructor_get,
1971 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
1972 symbol_check_alias_consistency, default_tagged_destructor_set,
1973 default_tagless_destructor_set, default_tagged_printer_set,
1974 default_tagless_printer_set): Update.
1975 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
1976 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
1978 (symbol_print): Use SYMBOL_CODE_PRINT.
1980 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
1982 Use the new code_props interface for rule actions.
1983 * src/symlist.h (symbol_list): Replace action, action_location, and
1984 used members with a code_props action_props member.
1985 * src/reader.c (symbol_should_be_used, grammar_rule_check,
1986 grammar_midrule_action, grammar_current_rule_merge_set,
1987 grammar_current_rule_symbol_append, packgram): Update.
1988 * src/scan-code.h (translate_rule_action): Remove, no longer used.
1989 * src/scan-code.l (handle_action_dollar): Update.
1990 (translate_rule_action): Remove, no longer used.
1991 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
1993 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
1995 Use the new code_props interface in parse-gram.y.
1996 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
1997 Update all uses of translate_* functions to use the new code_props
1998 interface and to use gram_scanner_last_string_free and
1999 code_scanner_last_string_free where possible.
2000 (grammar_declaration): symbol_list_destructor_set and
2001 symbol_list_printer_set now perform the translation, so don't do it
2002 here. Use gram_scanner_last_string_free where possible.
2003 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
2004 translate_code): Remove, no longer used.
2005 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
2006 symbol_list_printer_set): Perform code translation here rather than
2007 depending on the caller to do so.
2009 * src/symlist.h (struct symbol_list): Correct some documentation typos.
2010 * src/scan-gram.h (gram_last_string): Remove declaration.
2011 * src/scan-gram.l (last_string): Declare it static.
2013 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
2015 Encapsulate code properties and related functionality for the various
2016 destructors, printers, and actions into a code_props structure and
2017 interface. This patch merely implements code_props in scan-code.h and
2018 scan-code.l. Future patches will rewrite other modules to use it.
2019 Discussed starting at
2020 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
2021 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
2022 consistently initialize const structs that have an empty location
2024 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
2025 to ensure consistency.
2026 * src/scan-code.h (code_props): New structure.
2027 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
2028 function, macro, and const global variable for initializing a
2029 code_props with no code.
2030 (code_props_plain_init, code_props_symbol_action_init,
2031 code_props_rule_action_init, code_props_translate_code): The rest of
2032 the new code_props functional interface. Among other things, the init
2033 functions set the code_props kind field so that
2034 code_props_translate_code will know whether to behave like
2035 translate_symbol_action, translate_rule_action, or translate_code.
2036 These old translate functions must remain until all other modules are
2037 updated to use the new code_props interface.
2038 (code_scanner_last_string_free): New function similar to
2039 gram_scanner_last_string_free.
2040 (code_scanner_free): Add documentation.
2041 * src/scan-code.l: Implement the new interface.
2042 (code_lex): Make it static, add a code_props* argument, and remove the
2044 (last_string): New static global similar to the one in scan-gram.l.
2045 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
2047 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
2048 code_props since Bison may one day use this information for destructors
2050 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
2051 (handle_action_dollar): Use symbol_list_n_get and set used flag
2052 directly since symbol_list_n_used_set is removed.
2053 (translate_action): Add a code_props* argument and remove the rule,
2054 action, and location arguments. Pass the code_props* on to code_lex.
2055 (translate_rule_action, translate_symbol_action, translate_code):
2056 Rewrite as wrappers around the new code_props interface.
2057 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
2058 it would eventually need to break the encapsulation of code_props.
2060 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
2062 * etc/.cvsignore: New.
2064 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
2066 Add maintainer-push-check to run maintainer-check using push parsing in
2067 place of pull parsing where available.
2068 * Makefile.am (maintainer-push-check): New.
2069 * data/bison.m4 (b4_use_push_for_pull_if): New.
2070 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
2071 appropriately based on their existing values.
2072 (yypush_parse): Don't print push-parser-specific diagnostics if push
2073 parsing is being used in place of pull parsing.
2074 * data/yacc.c: If push parsing should replace pull parsing, redirect to
2076 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
2077 variable, and insert b4_use_push_for_pull_flag into muscles.
2078 * tests/Makefile.am (maintainer-push-check): New.
2080 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
2082 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
2083 (whether successful or failed) so that yypush_parse can be invoked
2084 again to start a new parse using the same yypstate.
2085 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
2086 check multiple yypull_parse invocations on the same yypstate. For pull
2087 mode, extend to check multiple yyparse invocations.
2088 (Exploding the Stack Size with Alloca): Extend to try with
2090 (Exploding the Stack Size with Malloc): Likewise.
2092 * tests/calc.at (Simple LALR Calculator): Don't specify
2093 %skeleton "push.c" since %push-pull-parser implies that now.
2094 * tests/headers.at (export YYLTYPE): Don't check for the push
2095 declarations. Otherwise, this test case can't be used to see if push
2096 mode can truly emulate pull mode.
2097 * tests/input.at (Torturing the Scanner): Likewise.
2098 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
2099 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
2100 AT_YACC_IF, which now includes the case of push mode since %skeleton
2101 need not be used for push mode. This will be more intuitive once
2102 push.c is renamed to yacc.c.
2104 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
2106 For push mode, convert yyparse from a macro to a function, invoke yylex
2107 instead of passing a yylexp argument to yypull_parse, and don't
2108 generate yypull_parse or yyparse unless %push-pull-parser is declared.
2109 Discussed starting at
2110 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
2111 * data/bison.m4 (b4_pull_if): New.
2112 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
2113 * data/push.c: Improve M4 quoting a little.
2114 (b4_generate_macro_args, b4_parenthesize): Remove.
2115 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
2116 any time a pull parser is requested.
2117 Don't #define this as a wrapper around yypull_parse. Instead, when
2118 both push and pull are requested, make it a function that does that
2120 (yypull_parse): If there's a b4_prefix, #define this to
2121 b4_prefix[pull_parse] when both push and pull are requested.
2122 Don't define this as a function unless both push and pull are
2124 Remove the yylexp argument and hard-code yylex invocation instead.
2125 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
2127 * src/getargs.c (pull_parser): New global initialized to true.
2128 * getargs.h (pull_parser): extern it.
2129 * src/output.c (prepare): Insert pull_flag muscle.
2130 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
2131 (prologue_declaration): Set both push_parser and pull_parser = true for
2132 %push-pull-parser. Set push_parser = true and pull_parser = false for
2134 * src/scan-gram.l: Don't accept %push_parser as an alternative to
2135 %push-parser since there's no backward-compatibility concern here.
2136 Scan %push-pull-parser.
2137 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
2138 instead of %push-parser.
2139 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
2140 prototype it in the module that calls yyparse.
2141 * tests/input.at (Torturing the Scanner): Likewise.
2142 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
2144 2006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
2146 Update etc/bench.pl. Optimize push mode a little (the yyn change
2147 deserves most of the credit).
2148 * Makefile.am (SUBDIRS): Add etc subdirectory.
2149 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
2150 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
2151 yytoken, yyval, and yyloc declarations to...
2152 (yyparse or yypush_parse): ... here to improve performance. For
2153 yypush_parse invocations after the first, be sure to assign yyn its old
2155 (yypstate_new): Don't bother initializing the yyresult field since the
2156 initial value isn't used.
2157 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
2158 remove the #define that, in push mode, set it to yyps->NAME.
2159 * etc/Makefile.am: New.
2160 * etc/bench.pl: Remove and build it instead from...
2161 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
2162 "tests/bison" from the build directory by default rather than just
2163 invoking "bison" from $PATH.
2164 (calc_grammar): Update push parser code: don't declare yylval globally,
2165 don't define yyparse_wrapper, and don't #define yyparse.
2166 (bench_grammar): Update to check all working combinations of yacc.c,
2167 push.c, impure, pure, pull, and push.
2169 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
2171 For push mode, add pull wrappers around yypush_parse.
2172 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
2173 (yypull_parse): New function wrapping yypush_parse.
2174 (yyparse): New #define wrapping yypull_parse.
2175 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
2177 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
2178 prototype yylex in the module that calls yyparse, and don't prototype
2179 yyparse there. Otherwise, the yyparse expansion won't compile.
2180 * tests/input.at (Torturing the Scanner): Likewise.
2182 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
2184 Enable push parsers to operate in impure mode. Thus, %push-parser no
2185 longer implies %pure-parser. The point of this change is to move
2186 towards being able to test the push parser code by running the entire
2187 test suite as if %push-parser had been declared.
2188 * data/push.c (yypush_parse): For impure mode, remove the
2189 yypushed_char, yypushed_val, and yypushed_loc arguments.
2190 Instead, declare these as local variables initialized to the global
2191 yychar, yylval, and yylloc.
2192 For the first yypush_parse invocation only, restore the initial values
2193 of these global variables when it's time to read a token since they
2194 have been overwritten.
2195 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
2197 * tests/calc.at (Simple LALR(1) Calculator): Always declare
2198 %pure-parser along with %push-parser since this test case was designed
2199 for pure push parsers.
2200 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
2201 (AT_YACC_OR_PUSH_IF): New.
2202 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
2203 add a note that it's still wrong for some cases (as it has been for a
2205 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
2206 %push-parser no longer implies %pure-parser.
2208 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2210 Remove some unnecessary differences between the pull parser code and
2211 the push parser code. This patch enables yynerrs in push mode.
2212 * data/push.c: Reformat M4 a little.
2213 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
2214 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
2215 because push mode is on. Instead, if pure mode is on, move yynerrs
2217 (b4_declare_parser_state_variables): ... here.
2218 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
2219 to yyps->NAME so it can be used in yypush_parse.
2220 (yypush_parse): Don't omit uses of yynerrs in push mode.
2222 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2224 Fix bug such that the first pushed token's value and location are
2225 sometimes overwritten (sometimes by %initial-action) before being used.
2226 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
2227 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
2228 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
2229 more closely mimic the pull parser logic.
2230 Don't copy the pushed token to yychar, yylval, and yylloc until it's
2231 time to read a token, which is after any initialization of yylval and
2233 (gottoken): Rename label to...
2234 (yyread_pushed_token): ... for clarity and to avoid infringing on the
2237 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2239 Rearrange initialization of the parser state variables so that the
2240 skeleton doesn't have to have a copy for pull mode and another for push
2241 mode. This patch also fixes at least a bug such that yylloc was not
2242 initialized (with b4_location_initial_line and
2243 b4_location_initial_column) upon calling yypush_parse. However, that
2244 initialization now overwrites the first token's location;
2245 %initial-action assigning @$ already did the same thing, and both bugs
2246 will be fixed in a later patch.
2247 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
2248 (b4_declare_parser_state_variables): Remove initialization of yytoken,
2249 yyss, yyvs, yyls, and yystacksize.
2250 (yypstate_new): Remove initialization of some yypstate fields: yystate,
2251 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
2253 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
2254 yyps->NAME so it can be used in yypush_parse.
2255 (yyparse or yypush_parse): For yypush_parse, don't print the
2256 "Starting parse" diagnostic for invocations after the first.
2257 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
2258 yypush_parse, only do it for the first invocation.
2259 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
2260 initialization to occur in yypush_parse but only on the first
2263 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2265 * data/push.c: Add CPP guards around push parser declarations in both
2266 the header and the code file.
2267 In the code file, move the push parser declarations to the same place
2268 they appear in the header file.
2269 Clean up the M4 some, especially the inconsistent underquoting in
2270 some b4_c_function_def and b4_c_function_decl uses.
2272 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2274 Encapsulate the push parser state variables into an M4 macro so the
2275 push skeleton doesn't have to list them again for pull mode's yyparse.
2276 For push mode, remove yypush_parse's local equivalents of these
2277 variables to eliminate unnecessary copying between the two sets at
2278 run-time. This patch also fixes at least a bug related to multiple
2279 %initial-action invocations in push mode.
2280 * data/push.c (b4_declare_parser_variables): Rename to...
2281 (b4_declare_scanner_communication_variables): ... this for clarity and
2283 (b4_declare_yyparse_variables): Remove and move its contents to the one
2284 spot where it was invoked.
2285 (b4_declare_parser_state_variables): New macro containing the parser
2286 state variables required by push mode.
2287 (struct yypstate): Replace all fields but yynew with
2288 b4_declare_parser_state_variables.
2289 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
2290 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
2291 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
2292 (yyparse or yypush_parse): For yyparse in pull mode, replace local
2293 parser state variable declarations with
2294 b4_declare_parser_state_variables.
2295 Don't initialize parser state variables when calling yypush_parse since
2296 yypstate_new already does that.
2297 Invoke the user's initial action only upon the first yypush_parse
2299 Remove all code that copies between the local parser state variables
2302 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2304 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
2305 prevent a name collision in a future patch where these names will
2306 sometimes be #define'd.
2307 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
2308 since it no longer has the same name as the existing argument.
2309 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
2311 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2312 and Joel E. Denny <jdenny@ces.clemson.edu>
2314 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
2315 that the argument is case-insensitive, and there's no `=' here.
2316 For the %skeleton entry, mention that %language is better.
2317 (Bison Options): Likewise for --language and --skeleton. Move the
2318 --skeleton entry so that the `Tuning the parser' section is sorted
2319 alphabetically on long options.
2320 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
2321 %language directive in detail here; cross-reference the %language
2322 documentation instead.
2323 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
2324 `%require "2.3b"' so that the example is always up-to-date.
2325 (Table of Symbols): Add entries for %language and %skeleton.
2326 * examples/extexi (normalize): Instead of replacing every %require
2327 argument with the current Bison version, just substitute for
2328 `@value{VERSION}'. This guarantees that we're testing what actually
2329 appears in the documentation.
2330 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
2331 rather than `@VERSION@'.
2333 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
2335 * NEWS: Reword the %language news a bit, and put it earlier.
2337 * src/getargs.c (skeleton_arg): Last arg is now location const *.
2338 Rewrite to simplify the logic.
2339 (language_argmatch): Likewise.
2340 (program_name): We now own this var.
2341 * src/getargs.h (struct bison_language): Use char[] rather than
2344 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
2346 * src/complain.c (program_name): Remove decl; no longer needed.
2347 * src/main.c (program_name): Remove; now belongs to getargs.
2349 2006-12-18 Paolo Bonzini <bonzini@gnu.org>
2351 * NEWS: Document %language.
2353 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
2355 * data/c-skel.m4, data/c++-skel.m4: New files.
2356 * data/glr.c: Complain on push parsers.
2358 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
2360 (Decl Summary): Document %language and %skeleton.
2361 (Command line): Document -L.
2363 * examples/extexi: Rewrite %require directive.
2364 * examples/calc++/Makefile.am: Pass VERSION to extexi.
2366 * src/files.c (compute_exts_from_gc): Look in language structure
2368 (compute_file_name_parts): Check whether .tab should be added.
2369 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
2370 (language, skeleton_arg, language_argmatch): New.
2371 (long_options): Add --language.
2372 (getargs): Use skeleton_arg, add -L/--language.
2373 * src/getargs.h: Include location.h.
2374 (struct bison_language, language, skeleton_arg, language_argmatch): New.
2375 * src/output.c (prepare): Pick default skeleton from struct language.
2376 Don't dispatch C skeletons here.
2377 * src/parse-gram.y (PERCENT_LANGUAGE): New.
2378 (prologue_declaration): Add "%language" rule, use skeleton_arg.
2379 * src/scan-gram.l ("%language"): New rule.
2381 * tests/calc.at: Test %skeleton and %language.
2382 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
2383 (AT_GLR_IF): Look for %skeleton "glr.cc".
2384 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
2385 (AT_YACC_IF): Reject %language.
2387 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
2389 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
2390 since it wasn't used; only the typedef name 'semantic_type' is needed.
2391 Also, omit trailing white space.
2393 * bootstrap: Sync from coreutils.
2394 (gnulib_extra_files): Add build-aux/announce.gen.
2395 (slurp): Adjust .gitignore files like .cvsignore files.
2396 * build-aux/announce-gen: Remove from CVS, since bootstrap
2399 2006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
2401 Make %push-parser imply %pure-parser. This fixes several bugs; see
2402 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
2403 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
2405 * data/push.c: Don't bother testing b4_push_if when deciding whether
2406 to expand b4_declare_parser_variables globally.
2407 (yypush_parse): Likewise in here.
2409 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
2410 (yy_reduce_print): Reformat M4 for readability.
2412 2006-12-15 Bob Rossi <bob@brasko.net>
2413 and Joel Denny <jdenny@ces.clemson.edu>
2415 * data/push.c (yypstate): Add typedef, and update all uses of
2416 struct yypstate to just yypstate.
2417 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
2419 2006-12-14 Bob Rossi <bob@brasko.net>
2421 * data/push.c (yypush_parse): Declare prototype regardless of
2424 2006-12-14 Bob Rossi <bob@brasko.net>
2426 * data/push.c (yyparse): Remove the prototype and the #define when in
2429 2006-12-13 Bob Rossi <bob@brasko.net>
2431 * data/push.c (yypstate_init): Rename to...
2432 (yypstate_new): ... this and use b4_c_function_def.
2433 (yypstate_delete): New.
2434 (yypush_parse): Change parameters yynval and yynlloc to be const.
2435 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
2436 yypstate_delete functions.
2438 2006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
2440 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
2441 strange test case titles. Reported by Bob Rossi.
2443 2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
2445 * TODO: Add pointer to Sylvain Schmitz's work on static detection
2446 of potential ambiguities in GLR grammers.
2448 2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
2450 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
2451 `bison ', use m4_index instead of m4_substr since chopping up a string
2452 containing M4-special characters causes problems here.
2454 Fix a couple of bugs related to special characters in user-specified
2455 file names, and make it easier for skeletons to compute output file
2456 names with the same file name prefix as Bison-computed output file
2458 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
2459 b4_parser_file_name and b4_spec_defines_file instead of
2460 @output_parser_name@ and @output_header_name@, which are now redundant.
2461 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
2462 b4_parser_file_name, b4_spec_defines_file, and the new
2463 @basename(FILENAME@) instead of @output_parser_name@ and
2464 @output_header_name@, which inappropriately escaped the file names as
2466 * src/files.c (all_but_ext): Remove static qualifier.
2467 (compute_output_file_names): Move `free (all_but_ext)' to...
2468 (output_file_names_free): ... here since all_but_ext is needed later.
2469 * src/files.h (all_but_ext): Extern.
2470 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
2471 exactly what MUSCLE_INSERT_STRING used to do.
2472 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
2473 characters are escaped properly.
2474 * src/output.c (prepare): Define muscle file_name_all_but_ext as
2476 For pkgdatadir muscle, maintain previous functionality by using
2477 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
2478 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
2479 digraphs would never be expanded. Hopefully no one has M4-special
2480 characters in his Bison installation path.
2481 * src/scan-skel.l: Don't parse @output_header_name@ and
2482 @output_parser_name@ anymore since they're now redundant.
2483 In @output, use decode_at_digraphs.
2484 Parse a new @basename command that invokes last_component.
2485 (decode_at_digraphs): New.
2486 (BASE_QPUTS): Remove unused.
2487 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
2488 (Output file name): New tests.
2490 2006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
2492 Warn about output files that are generated by the skeletons and that
2493 conflict with other output files.
2494 * data/glr.c: Don't generate the header file here when glr.cc does.
2495 * src/files.c (file_names, file_names_count): New static globals.
2496 (compute_output_file_names): Invoke output_file_name_check for files
2497 not generated by the skeletons and remove existing checks.
2498 (output_file_name_check): New function that warns about conflicting
2500 (output_file_names_free): Free file_names.
2501 * src/files.h (output_file_name_check): Declare.
2502 * src/scan-skel.l: Invoke output_file_name_check for files generated by
2504 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
2505 (Conflicting output files): New tests.
2507 2006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2509 * doc/bison.texinfo: Fix a couple of typos.
2511 2006-12-08 Bob Rossi <bob@brasko.net>
2513 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
2515 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
2517 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
2518 (yypush_parse): Rename yypvars argument to yyps and remove redundant
2520 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
2521 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
2523 2006-12-07 Bob Rossi <bob@brasko.net>
2524 and Joel Denny <jdenny@ces.clemson.edu>
2526 * data/push.c (yypvarsinit): Change return type from void* to struct
2527 yypvars*. No longer cast to void* on return.
2528 (struct yypvars): Remove yylen since it need not be remembered between
2529 yypushparse invocations.
2530 (yypushparse): Don't copy between yylen and pv->yylen.
2532 2006-12-05 Bob Rossi <bob@brasko.net>
2534 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
2535 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
2536 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
2537 (struct yypvars): Remove b4_declare_parser_variables.
2538 (yypvarsinit): Remove init code for removed variables.
2539 (global scope): Do not declare b4_declare_parser_variables if
2541 (yypushparse): Add b4_declare_parser_variables.
2542 Init new local variables, and remove init code for removed
2545 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
2546 and yyparse for other modes.
2547 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
2548 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
2549 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
2550 (AT_PURE_LEX_IF): True if pure or push parser.
2552 2006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
2554 Document Yacc prologue alternatives and default %destructor's and
2555 %printer's as experimental. Don't mention Java yet. Discussed at
2556 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
2557 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
2558 (2.3a): Annotate this entry to say the old forms of these features were
2560 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
2561 Table of Symbols): Say they're experimental. Comment out any mention
2562 of Java (we'll want this back eventually).
2564 2006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
2566 Support a file name argument to %defines. Deprecate `=' in
2567 %file-prefix, %name-prefix, and %output. Discussed at
2568 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
2569 * NEWS (2.3a+): Mention.
2570 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
2571 form of %defines, and remove `=' from entries for %file-prefix,
2572 %name-prefix, and %output.
2573 * src/parse-gram.y (prologue_declaration): Implement.
2574 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
2575 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
2576 all but one occurrence of %name-prefix.
2577 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
2578 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
2579 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
2580 occurrence of each of %file-prefix and %output. Add check for %defines
2582 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
2583 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
2584 Remove the `=' from %output.
2586 2006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
2588 Don't escape $ in test case titles since Autoconf 2.61 now does that
2590 * tests/actions.at (Default %printer and %destructor are not for error
2591 or $undefined): Here.
2592 (Default %printer and %destructor are not for $accept): Here.
2593 * tests/input.at (Invalid $n and @n): Here.
2595 2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
2597 Rename <!> to <>. Discussed starting at
2598 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
2599 * NEWS (2.3a+): Update.
2600 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
2602 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
2603 * src/scan-gram.l (INITIAL): Implement.
2604 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
2605 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
2607 * tests/actions.at (Default tagless %printer and %destructor,
2608 Default tagged and per-type %printer and %destructor,
2609 Default %printer and %destructor are not for error or $undefined,
2610 Default %printer and %destructor are not for $accept,
2611 Default %printer and %destructor for mid-rule values): Update.
2612 * tests/input.at (Default %printer and %destructor redeclared,
2613 Unused values with default %destructor): Update.
2615 2006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2617 Don't let %prec take a nonterminal.
2618 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
2620 * tests/input.at (%prec takes a token): New test checking that %prec
2621 won't take a nonterminal.
2623 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2625 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
2626 it was double-quoted.
2627 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
2628 grammar is maintained with Bison's highest standards.
2629 * src/getargs.c: Fix some typos in Doxygen comments.
2631 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2633 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
2634 later. Reported by Paul Eggert in
2635 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
2636 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
2637 * src/scan-code.l (translate_action): Don't bother invoking
2638 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
2639 (code_scanner_free): Instead of invoking
2640 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
2642 * src/scan-gram.l (gram_scanner_free): Likewise.
2643 * src/scan-skel.l (scan_skel): Likewise.
2645 2006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
2647 * src/files.c (tr): Change return type to void.
2648 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
2649 has been called previously for the same key.
2650 (muscle_find): Return storage instead of value so that
2651 --enable-gcc-warnings doesn't produce warnings that the return discards
2652 const. aver that the value and storage are the same since storage
2653 could potentially be NULL when value is not.
2654 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
2657 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
2659 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
2660 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
2661 us a slightly cleaner distribution, and also works.
2662 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
2665 2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
2666 and Paul Eggert <eggert@cs.ucla.edu>
2668 Don't let Bison leak memory except when it complains.
2669 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
2670 (spec_defines_file, dir_prefix): Now char *, not const char *,
2671 since they are freed.
2672 * src/files.c: Likewise.
2673 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
2675 (tr): Now operates in-place. All uses changed.
2676 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
2678 (compute_file_name_parts, compute_output_file_names): Don't store
2679 read-only data in variables that will be freed.
2680 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
2681 src_extension, and header_extension.
2682 (output_file_names_free): New public function to free
2683 spec_verbose_file, spec_graph_file, spec_defines_file,
2684 parser_file_name, and dir_prefix.
2685 * src/getargs.c (getargs): Don't store read-only data in variables that
2687 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
2688 (which previously existed but was unused), and quotearg_free.
2689 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
2690 * src/muscle_tab.c: Likewise.
2691 (muscle_entry): Make the value char const *,
2692 and add a new storage member that is char * and can be freed.
2693 (muscle_entry_free): New private function.
2694 (muscle_init): Use it instead of free.
2695 (muscle_insert, muscle_grow): Update and use new storage member.
2696 (muscle_code_grow): Free the string passed to muscle_grow
2697 since it's not needed anymore.
2698 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
2699 add a new `char *code' member.
2700 ("{...}"): Declare semantic type as code.
2701 * src/scan-code.h (translate_rule_action):
2702 (translate_symbol_action, translate_code, translate_action): Return
2703 `char const *' rather than `char *' since external code should not free
2705 * src/scan-code.l: Likewise.
2706 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
2707 which is "{...}" in the parser.
2708 * tests/Makefile.am (maintainer-check-valgrind): Set
2709 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
2711 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
2713 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
2714 expecting a non-zero exit status sets --leak-check=summary and
2715 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
2716 this case, and we don't want to hear about it.
2718 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
2720 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
2721 instead of from the template, to simplify configuration a bit.
2722 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
2723 and m4/wint_t.m4, as they are needed with the latest gnulib.
2725 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2727 Disable unset/unused mid-rule value warnings by default, and recognize
2728 --warnings=midrule-values to enable them. Discussed starting at
2729 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
2730 * NEWS (2.3a+): Mention.
2731 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
2732 warnings): Add entry for midrule-values subargument.
2733 * src/reader.c (symbol_should_be_used): Don't return true just because
2734 the value is a set/used mid-rule value unless
2735 --warnings=midrule-values was specified.
2736 * tests/input.at (Unused values, Unused values before symbol
2737 declarations): Run tests with and without --warnings=midrule-values.
2739 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
2740 than LIST_FREE directly.
2742 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2744 Finish implementing --warnings=error, which should not be implied by
2745 --warnings=all (or by its synonyms -W and --warnings without
2747 * src/complain.c (set_warning_issued): New function to report that
2748 warnings are being treated as errors and to record an error if so.
2750 (warn_at, warn): ... here.
2751 * src/getargs.c (warnings_args, warnings_types): Reorder so that
2752 "error - warnings are errors" does not appear above "all - all of the
2754 (getargs): For -W and --warnings without subarguments, don't let
2755 FLAGS_ARGMATCH set warnings_error in warnings_flag.
2756 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
2758 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2760 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
2761 empty subargument list. For example: `bison --warnings= parser.y'.
2763 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2765 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
2766 the parser header file so that gcc doesn't warn.
2768 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2770 Split the default %destructor/%printer into two kinds: <*> and <!>.
2771 Discussed starting at
2772 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
2773 * NEWS (2.3a+): Mention.
2774 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
2775 previous change today related to mid-rules.
2776 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
2777 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
2778 (TYPE_TAG_ANY): Add as <*>.
2779 (TYPE_TAG_NONE): Add as <!>.
2780 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
2782 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
2783 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
2784 * src/symlist.c (symbol_list_default_new): Split into tagged and
2786 (symbol_list_destructor_set, symbol_list_printer_set): Split
2787 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
2788 SYMLIST_DEFAULT_TAGLESS.
2789 * src/symlist.h: Update symbol_list_default*_new prototypes.
2790 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
2791 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
2792 * src/symtab.c (default_destructor, default_destructor_location,
2793 default_printer, default_printer_location): Split each into tagged and
2795 (symbol_destructor_get, symbol_destructor_location_get,
2796 symbol_printer_get, symbol_printer_location_get): Implement tagged
2797 default and tagless default cases.
2798 (default_destructor_set, default_printer_set): Split each into tagged
2799 and tagless versions.
2800 * src/symtab.h: Update prototypes.
2801 * tests/actions.at (Default %printer and %destructor): Rename to...
2802 (Default tagless %printer and %destructor): ... this, and extend.
2803 (Per-type %printer and %destructor): Rename to...
2804 (Default tagged and per-type %printer and %destructor): ... this, and
2806 (Default %printer and %destructor for user-defined end token): Extend.
2807 (Default %printer and %destructor are not for error or $undefined):
2809 (Default %printer and %destructor are not for $accept): Update.
2810 (Default %printer and %destructor for mid-rule values): Extend.
2811 * tests/input.at (Default %printer and %destructor redeclared): Extend.
2812 (Unused values with default %destructor): Extend.
2814 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2816 Don't apply the default %destructor/%printer to an unreferenced midrule
2818 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
2819 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
2820 like $@n instead of just @n so that the default %destructor/%printer
2821 logic doesn't see them as user-defined symbols.
2822 (symbol_is_dummy): Check for both forms of the name.
2823 * src/reader.c (packgram): Remove the `$' from each midrule symbol
2824 name for which the midrule value is referenced in any action.
2825 * tests/actions.at (Default %printer and %destructor for mid-rule
2827 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
2828 for change to dummy symbol names.
2830 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2832 Warn about unset midrule $$ if the corresponding $n is used.
2833 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
2835 (packgram): Before invoking grammar_rule_check on any rule, make sure
2836 all actions have already been scanned in order to set `used' flags.
2837 Otherwise, checking that a midrule's $$ is set will not always work
2838 properly because the midrule check must forward-reference the midrule's
2840 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
2843 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2845 More improvements to the documentation of the prologue alternatives:
2846 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
2848 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
2849 some text to clarify the relative importance of the new directives and
2850 to show how these directives may be viewed as code labels.
2852 2006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
2854 Similar to the recently removed %before-header, add %code-top as the
2855 alternative to the pre-prologue. Mentioned at
2856 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
2857 Also, let the prologue alternatives appear in the grammar section.
2858 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
2859 (prologue_declaration): Move the existing prologue alternatives to...
2860 (grammar_declaration): ... here and add %code-top.
2861 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
2863 Clean up and extend documentation for the prologue alternatives.
2864 * NEWS (2.3a+): Describe prologue alternatives.
2865 * doc/bison.texinfo (Prologue): Move discussion of prologue
2867 (Prologue Alternatives): ... this new section, and extend it to discuss
2868 all 4 directives in detail.
2869 (Table of Symbols): Clean up discussion of prologue alternatives and
2872 2006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2874 DJGPP specific issues.
2876 * djgpp/config.bat: config.hin has been moved to lib. Adjust
2877 config.bat accordingly.
2878 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
2879 * djgpp/config.site: Likewise.
2881 2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2883 Replace %*-header with %provides, %requires, %code. See discussion at
2884 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
2886 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
2887 (b4_user_start_header): Remove.
2888 * data/glr.c: Use new macros instead of b4_*start_header
2890 * data/glr.cc: Likewise.
2891 * data/lalr1.cc: Likewise.
2892 * data/push.c: Likewise.
2893 * data/yacc.c: Likewise.
2895 * doc/bison.texinfo: Remove %before-header, rename
2896 %{start,end,after}-header to %requires, %provides, %code.
2898 * src/parse-gram.y: Likewise (also rename token names accordingly).
2899 * src/scan-gram.l: Likewise.
2900 * tests/actions.at: Likewise.
2902 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
2904 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
2905 Problem reported by Joel E. Denny.
2907 2006-10-14 Jim Meyering <jim@meyering.net>
2909 (Sync from coreutils.)
2910 Work also when the working directory (with e.g. coreutils sources)
2911 is version controlled with git, rather than CVS.
2912 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
2914 In messages and comments, say e.g., "checked-out sources",
2915 rather than "CVS sources".
2916 (version_controlled_file): New function. Work for git as well as
2917 for CVS. Don't use grep's -q option.
2918 (slurp): Call it here, in place of CVS-specific code.
2920 2006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
2922 Fix testsuite for ./configure --enable-gcc-warnings:
2923 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
2924 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
2925 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
2926 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
2927 * test/regression.at (Diagnostic that expects two alternatives):
2930 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2932 * bootstrap.conf (gnulib_modules): Add config-h.
2933 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
2934 worry about HAVE_CONFIG_H.
2935 * lib/abitset.c: Likewise.
2936 * lib/bitset.c: Likewise.
2937 * lib/bitset_stats.c: Likewise.
2938 * lib/bitsetv-print.c: Likewise.
2939 * lib/bitsetv.c: Likewise.
2940 * lib/ebitset.c: Likewise.
2941 * lib/get-errno.c: Likewise.
2942 * lib/lbitset.c: Likewise.
2943 * lib/subpipe.c: Likewise.
2944 * lib/timevar.c: Likewise.
2945 * lib/vbitset.c: Likewise.
2946 * lib/bitset.c: Include "bitset.h" first, to test interface.
2947 * lib/bitset_stats.c: Include "bitset_stats.h" first.
2948 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
2949 * lib/bitsetv.c: Include "bitsetv.h" first.
2950 * lib/get-errno.c: Include "get-errno.h" first.
2951 * m4/.cvsignore: Add config-h.m4.
2952 * tests/actions.at (Default %printer and %destructor for ...):
2953 Adjust expected line numbers in output to reflect removal of #if
2954 HAVE_CONFIG_H lines.
2955 * tests/glr-regression.at (Missed %merge type warnings when ...):
2957 * tests/regression.at (Braced code in declaration in rules section):
2959 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
2960 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
2961 Include <config.h> unconditionally.
2963 * bootstrap: Sync from coreutils, as follows:
2965 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
2967 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
2968 variable was sometimes used without being initialized. This
2969 messed up the installation of the INSTALL file in some cases.
2971 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
2973 * bootstrap (usage, main program, symlink_to_gnulib): Add option
2974 --copy. Inspired by a suggestion from Bruno Haible.
2976 2006-10-03 Jim Meyering <jim@meyering.net>
2978 * bootstrap: Undo last change to this file, since now gnulib-tool
2979 sticks with the automake default in generating dependencies.
2981 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2983 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
2984 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
2986 * doc/bison.1: Add copyright notice.
2988 * data/glr.c: Don't include <stdarg.h>; not used.
2990 * NEWS: The -g and --graph options now output graphs in Graphviz
2991 DOT format, not VCG format.
2992 * doc/bison.1: Likewise.
2993 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
2994 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
2996 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
2997 * TODO: Remove Graphviz entry.
2998 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
2999 remove vcg.c, vcg.h, vcg_defaults.h.
3000 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
3001 * src/graphviz.c, src/graphviz.h: New files.
3002 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
3003 * src/files.h: Make comment more generic.
3004 * src/main.c (main): Likewise.
3005 * src/print_graph.h: Likewise.
3006 * src/getargs.c (usage): Make usage description more generic.
3007 * src/print_graph.c: Include graphviz.h rather than vcg.h.
3008 (static_graph, fgraph): Remove. All uses changed to pass
3009 arguments instead of sharing a static var.
3010 (print_core, print_actions, print_state, print_graph):
3011 Output graphviz format rather than VCG format.
3012 * tests/.cvsignore: Remove *.vcg; add *.dot.
3013 * tests/output.at: Expect *.dot files, not *.vcg files.
3015 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
3016 accommodates the 2006-10-08 change.
3018 2006-10-11 Bob Rossi <bob@brasko.net>
3020 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
3021 (b4_yyssa, b4_yyerror_range): New macros.
3022 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
3023 (yypvarsinit): Remove init of removed fields.
3024 (yypushparse): Remove use of removed fields; use new macros instead.
3026 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
3028 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
3029 in a push parser. Reindent slightly to match yacc.c better.
3031 2006-10-11 Bob Rossi <bob@brasko.net>
3033 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
3035 (yypvarsinit, yypushparse): Remove init of removed fields.
3036 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
3038 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
3040 * THANKS: Add Paolo Bonzini and Bob Rossi.
3042 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
3044 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
3045 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
3046 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
3047 b4_define_user_cde and uses): Remove.
3048 (b4_comment, b4_prefix, b4_sync_start): New.
3049 * data/bison.m4: New file, with most of the content removed from c.m4.
3050 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
3051 * src/output.c (output_skeleton): Pass bison.m4.
3052 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
3055 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
3057 Fix test failure reported by Tom Lane in
3058 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
3059 and try to make such failures easier to catch in the future.
3060 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
3061 that's now the caller's responsibility.
3062 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
3063 Set yychar = YYEOF if it's negative.
3064 * tests/actions.at (yylex): Abort if asked to read past EOF.
3065 * tests/conflicts.at (yylex): Likewise.
3066 * tests/cxx-type.at (yylex): Likewise.
3067 * tests/glr-regression.at (yylex): Likewise.
3068 * tests/input.at (yylex): Likewise.
3069 * tests/regression.at (yylex): Likewise.
3070 * tests/torture.at (yylex): Likewise.
3072 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
3074 Fix problems with translating English-language diagnostics.
3075 * bootstrap: Fix bug introduced in recent bootstrap changes, with
3076 respect to bison-runtime pot generation. The YY_ stuff
3077 wasn't being captured.
3078 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
3079 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
3080 * runtime-po/POTFILES.in: Add data/push.c.
3082 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
3084 Merge bootstrap changes from coreutils.
3086 2006-09-28 Jim Meyering <jim@meyering.net>
3088 Automatically generated dependencies are important even
3089 when all of the sources in a directory come from gnulib.
3090 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
3091 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
3093 2006-09-23 Jim Meyering <jim@meyering.net>
3095 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
3097 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3099 * bootstrap: Add support for --force.
3100 (usage): New function. Describe usage less tersely.
3101 (CVS_only_file): New var.
3103 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
3105 * data/push.c (YYPUSH_MORE): Make it an enum instead.
3106 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
3107 Adjust white space and comments to match GNU style better.
3109 2006-09-20 Bob Rossi <bob@brasko.net>
3111 * data/push.c (yyresult_get): Remove function.
3112 (YYPUSH_MORE): Add #define.
3113 (yypushparse): Modify return value.
3115 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3117 * stamp-h.in: Remove; no longer needed.
3118 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
3119 Remove config.h, config.hin, intl (no longer created).
3120 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
3123 Sync bootstrap from coreutils, as follows:
3125 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
3127 * bootstrap (symlink_to_gnulib): New function.
3128 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
3129 to copies-of-gnulib.
3130 (cp_mark_as_generated, slurp, gnulib_files):
3131 Avoid making a copy if it's the same as the old version.
3132 (gnulib_files): Add support for this variable (used by Bison).
3134 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3136 * src/getargs.c (usage): Rework to use conventions similar to
3137 coreutils, to make translation a bit easier and the code a bit
3138 smaller. Problem reported by Tim Van Holder.
3140 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
3142 Use some of gnulib's new modules, taken from coreutils.
3144 * bootstrap: Sync from coreutils, except add support for gnulib_files.
3145 * bootstrap.conf: New file.
3146 (gnulib_modules): Add configmake, inttypes, unistd.
3147 (XGETTEXT_OPTIONS): Add complain, complain_at,
3148 fatal, fatal_at, warn, warn_at, unexpected_end.
3149 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
3150 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
3152 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
3154 (GNULIB_AUTOCONF_SNIPPET): Remove.
3155 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
3157 * lib/.cvsignore: Add inttypes_.h.
3158 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
3159 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
3160 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
3161 no-longer-necessary initializations.
3162 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
3163 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
3164 use the unistd module.
3165 * src/system.h: Likewise.
3166 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
3167 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
3168 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
3169 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
3170 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
3171 * src/system.h: Include inttypes.h unconditionally, now that we
3172 use the inttypes module. Don't bother to include stdint.h, since
3173 inttypes.h now does that for us.
3174 (LOCALEDIR): Remove, now that we use the configmake module.
3175 * src/getargs.c: Include configmake.h.
3176 * src/main.c: Likewise.
3177 * src/output.c: Likewise.
3178 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
3179 not from $abs_top_builddir, since config.h moved.
3182 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
3183 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
3185 * src/parse-gram.y (symbol_declaration): Don't put statements
3186 before declarations; it's not portable to C89.
3187 * src/scan-code.l (handle_action_at): Likewise.
3189 * src/scan-code.l: Always initialize braces_level; the old code
3190 left it uninitialized and therefore had undefined behavior.
3192 Don't attempt to redefine 'assert', since it runs afoul of
3193 systems where standard headers (mistakenly) include <assert.h>.
3194 Instead, define and use our own alternative, called 'aver'.
3195 * src/reader.c: Don't include assert.h, since we no longer
3197 * src/scan-code.l: Likewise.
3198 * src/system.h (assert): Remove, replacing with....
3199 (aver): New function, taking a bool arg. All uses changed.
3200 * src/tables.c (pack_vector): Ensure that aver arg is bool,
3201 not merely an integer.
3203 2006-09-15 Bob Rossi <bob@brasko.net>
3205 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
3206 * data/c.m4 (YYPUSH): New.
3207 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
3208 * src/getargs.c (push_parser): New var.
3209 * src/getargs.h (push_parser): New declaration.
3210 * src/output.c (prepare): Add macro insertion of `push_flag'.
3211 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
3212 (prologue_declaration): Parse %push-parser.
3213 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
3214 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
3215 list of removed lines from the traces observed.
3216 (AT_CHECK_CALC_LALR): Added push parser tests.
3218 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
3220 * NEWS: Version 2.3a.
3221 * configure.ac (AC_INIT): Likewise.
3223 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
3224 "#define YYSTYPE int" that caused "make maintainer-check" to fail
3225 due to header ordering dependencies. I don't know why the #define
3228 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
3229 runtime cost when YYDEBUG is not defined, and so that some tests
3230 that used to fail now work. Problem and initial suggestion by
3232 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
3233 * data/glr.cc (b4_parser_class_name):
3234 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
3235 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
3236 (yydebug_) [YYDEBUG]: New member.
3237 (yycdebug_): Now defined only if YYDEBUG.
3238 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
3239 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
3240 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
3242 (debug_stream, set_debug_stream, debug_level, set_debug_level):
3243 Define only if YYDEBUG.
3244 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
3246 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
3247 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
3248 AT_CHECK_CALC_GLR_CC that are working now.
3250 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3252 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
3253 We don't need them in glr.cc, and glr.c defines them.
3254 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
3255 assumes that defining it to anything is the same as defining
3256 it to 1. Problem reported by Paolo Bonzini.
3258 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
3260 * data/c.m4 (b4_null, b4_case): Define.
3261 * src/output.c (prepare_symbols): Use b4_null.
3262 (user_actions_output): Use b4_case.
3264 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
3266 * data/glr.c (b4_shared_declarations): Put start-header first,
3267 before any #includes that we generate, so that feature-test
3268 macros work. Problem reported by Michael Deutschmann in
3269 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
3270 * data/lalr1.cc: Likewise.
3271 * doc/bison.texinfo (Prologue): Document that feature-test macros
3272 should be defined before any Bison declarations.
3273 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
3274 that depend on location.hh after, not before, Bison decls, since
3275 we now include location.hh after the first user prologue.
3277 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
3278 Sander Brandenburg in
3279 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
3280 Also, fix minor white space and comment issues.
3281 (Prologue): Mention that it's better to define feature-test macros
3282 before Bison declarations. Problem reported by Michael Deutschmann.
3284 * README-cvs: Fix typo: "&" should be "&&". Problem reported
3286 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
3287 This adjusts to recent gnulib changes.
3289 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
3291 Finish implementation of per-type %destructor/%printer. Discussed
3293 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
3295 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
3296 * NEWS (2.3+): Add a description of this feature to the default
3297 %destructor/%printer description.
3298 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
3299 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
3300 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
3301 list node contains a semantic type.
3302 * src/symtab.c, src/symtab.h: Extend with a table that associates
3303 semantic types with their %destructor's and %printer's.
3304 (semantic_type_from_uniqstr, semantic_type_get,
3305 semantic_type_destructor_set, semantic_type_printer_set): New functions
3306 composing the public interface of that table.
3307 (symbol_destructor_get, symbol_destructor_location_get,
3308 symbol_printer_get, symbol_printer_location_get): If there's no
3309 per-symbol %destructor/%printer, look up the per-type before trying
3311 * tests/actions.at (Per-type %printer and %destructor): New test case.
3312 * tests/input.at (Default %printer and %destructor redeclared):
3313 Extend to check that multiple occurrences of %symbol-default in a
3314 single %destructor/%printer declaration is an error.
3315 (Per-type %printer and %destructor redeclared, Unused values with
3316 per-type %destructor): New test cases.
3318 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
3320 Require default %destructor/%printer to be declared using
3321 %symbol-default instead of an empty symbol list, and start working on
3322 new per-type %destructor/%printer. Discussed at
3323 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
3324 * NEWS (2.3+): Add %symbol-default to example.
3325 * bison.texinfo (Freeing Discarded Symbols): Likewise.
3326 (Table of Symbols): Add entry for %symbol-default.
3327 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
3328 (generic_symlist, generic_symlist_item): New nonterminals for creating
3329 a list in which each item is a symbol, semantic type, or
3331 (grammar_declaration): Use generic_symlist in %destructor and %printer
3332 declarations instead of symbols.1 or an empty list.
3333 (symbol_declaration, precedence_declaration, symbols.1): Update actions
3334 for changes to symbol_list.
3335 * src/reader.c: Update for changes to symbol_list.
3336 * src/scan-code.l: Likewise.
3337 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
3338 * src/symlist.c, src/symlist.h: Extend such that a list node may
3339 represent a semantic type or a %symbol-default in addition to just an
3340 ordinary symbol. Add switched functions for setting %destructor's and
3342 * tests/actions.at, tests/input.at: Add %symbol-default to all default
3343 %destructor/%printer declarations.
3345 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
3347 Whether the default %destructor/%printer applies to a particular symbol
3348 isn't a question of whether the user *declares* that symbol (in %token,
3349 for example). It's a question of whether the user by any means
3350 *defines* the symbol at all (by simply using a char token, for
3351 example). $end is defined by Bison whereas any other token with token
3352 number 0 is defined by the user. The error token is always defined by
3353 Bison regardless of whether the user declares it with %token, but we
3354 may one day let the user define error as a nonterminal instead.
3355 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
3356 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
3357 the meaning of "user-defined".
3358 * tests/actions.at (Default %printer and %destructor for user-declared
3359 end token): Rename to...
3360 (Default %printer and %destructor for user-defined end token): ...
3363 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
3364 computation of whether to apply the default, don't maintain a list of
3365 every Bison-defined symbol. Instead, just check for a first character
3366 of '$', which a user symbol cannot have, and check for the error token.
3368 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
3370 Don't apply the default %destructor or %printer to the error token,
3371 $undefined, or $accept. This change fits the general rule that the
3372 default %destructor and %printer are only for user-declared symbols,
3373 and it solves several difficulties that are described in the new test
3375 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
3376 * tests/actions.at (Default %printer and %destructor are not for error
3377 or $undefined, Default %printer and %destructor are not for $accept):
3380 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
3382 Allow %start after the first rule.
3383 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
3384 when parsing the first rule.
3385 (check_and_convert_grammar): Search for it here after all grammar
3386 declarations have been parsed. Skip midrules, which have dummy LHS
3388 * src/symtab.c (symbol_is_dummy): New function.
3389 * src/symtab.h (symbol_is_dummy): Declare it.
3390 * tests/input.at (%start after first rule): New test.
3392 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
3394 Redo some of the previous commit: add back the ability to use
3395 non-aliased/undeclared string literals since it might be useful to
3396 those declaring %token-table.
3397 * src/reader.c (check_and_convert_grammar): Undo changes in previous
3398 commit: don't worry about complaints from symbols_pack.
3399 * src/symtab.c (symbol_new, symbol_class_set,
3400 symbol_check_alias_consistency): Undo changes in previous commit: count
3401 each string literal as a new symbol and token, assign it a symbol
3402 number, and don't complain about non-aliased string literals.
3403 (symbols_pack): Since symbol_make_alias still does not decrement symbol
3404 and token counts but does still set aliased tokens to the same number,
3405 symbol_pack_processor now leaves empty slots in the symbols array.
3407 * tests/regression.at (Undeclared string literal): Remove test case
3408 added in previous commit since non-aliased string literals are allowed
3410 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
3411 remove unnecessary string literal declarations.
3412 * tests/sets.at (Firsts): Likewise.
3414 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
3416 Don't allow an undeclared string literal, but allow a string literal to
3417 be used before its declaration.
3418 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
3419 symbols_pack complained.
3420 * src/symtab.c (symbol_new): Don't count a string literal as a new
3422 (symbol_class_set): Don't count a string literal as a new token, and
3423 don't assign it a symbol number since symbol_make_alias does that.
3424 (symbol_make_alias): It's not necessary to decrement the symbol and
3425 token counts anymore. Don't assume that an alias declaration occurs
3426 before any uses of the identifier or string, and thus don't assert that
3427 one of them has the highest symbol number so far.
3428 (symbol_check_alias_consistency): Complain if there's a string literal
3429 that wasn't declared as an alias.
3430 (symbols_pack): Bail if symbol_check_alias_consistency failed since
3431 symbol_pack asserts that every token has been assigned a symbol number
3432 although undeclared string literals have not.
3433 * tests/regression.at (String alias declared after use, Undeclared
3434 string literal): New test cases.
3435 (Characters Escapes, Web2c Actions): Declare string literals as
3437 * tests/sets.at (Firsts): Likewise.
3439 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
3441 In the grammar scanner, STRING_FINISH unclosed constructs and return
3442 them to the parser in order to improve error messages.
3443 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
3444 SC_BRACED_CODE, SC_PROLOGUE): Implement.
3445 * tests/input.at (Unclosed constructs): New test case.
3446 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
3449 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
3452 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
3454 Handle string aliases for character tokens correctly.
3455 * src/symtab.c (symbol_user_token_number_set): If the token has an
3456 alias, check and set its alias's user token number instead of its own,
3457 which is set to indicate the alias. Previously, every occurrence of
3458 the character token in the grammar overwrote that alias indicator with
3460 * tests/input.at (String aliases for character tokens): New test.
3462 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
3464 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
3466 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
3468 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
3469 to prevent failures when building on older platforms.
3470 Check for autopoint failure.
3471 Set XGETTEXT_OPTIONS to values that check for C format strings,
3472 so that translators are warned about them (this also helps
3473 prevent core dumps).
3475 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
3476 function, since it simplifies our code a bit.
3478 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
3479 rather than -W, so we don't get bogus warnings about sign comparisons.
3480 Add -Wpointer-arith, since that warning is useful (it reports code
3481 that does not conform to C89 and that some compilers reject).
3482 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
3483 since it's no longer needed.
3485 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
3487 Clean up scanners a bit.
3488 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
3489 definitions so gcc won't warn when obstack_for_string is unused.
3490 * src/scan-code.l: config.h and system.h are already #include'd by
3491 scan-code-c.c, so get rid of them here.
3492 * src/scan-gram.l: Likewise.
3493 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
3494 definitions rather than duplicating the rest of it.
3495 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
3497 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
3499 Suppress signed/unsigned comparison warnings for yycheck.
3500 * data/c.m4 (b4_safest_int_type): New macro.
3501 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
3502 a signed int type, cast it to b4_safest_int_type first.
3503 * data/yacc.c: Likewise.
3504 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
3507 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3509 * doc/bison.texinfo: Fix some typos.
3511 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
3513 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
3514 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
3516 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
3517 the latest gnulib does this a different way.
3518 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
3519 translation was patched, so stop omitting it.
3521 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
3523 Enable declaration of default %printer/%destructor. Make the parser
3524 use these for all user-declared grammar symbols for which the user does
3525 not declare a specific %printer/%destructor. Thus, the parser uses it
3526 for token 0 if the user declares it but not if Bison generates it as
3527 $end. Discussed starting at
3528 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
3529 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
3531 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
3532 * NEWS (2.3+): Mention.
3533 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
3534 declare a %destructor for a mid-rule's semantic value. It's just
3535 impossible to declare one specific to it.
3536 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
3537 code. Describe default %destructor form.
3538 * src/parse-gram.y (grammar_declaration): Parse default
3539 %printer/%destructor declarations.
3540 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
3541 and symbol_destructor_location_get rather than accessing the destructor
3542 and destructor_location members of struct symbol.
3543 (symbol_printers_output): Likewise but for %printer's.
3544 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
3546 * src/symtab.c (default_destructor, default_destructor_location,
3547 default_printer, default_printer_location): New static global
3548 variables to record the default %destructor and %printer.
3549 (symbol_destructor_get, symbol_destructor_location_get,
3550 symbol_printer_get, symbol_printer_location_get): New functions to
3551 compute the appropriate %destructor and %printer for a symbol.
3552 (default_destructor_set, default_printer_set): New functions to set the
3553 default %destructor and %printer.
3554 * src/symtab.h: Prototype all those new functions.
3555 * tests/actions.at (Default %printer and %destructor): New test to
3556 check that the right %printer and %destructor are called, that they're
3557 not called for $end, and that $$ and @$ work correctly.
3558 (Default %printer and %destructor for user-declared end token): New
3559 test to check that the default %printer and %destructor are called for
3560 a user-declared end token.
3561 * tests/input.at (Default %printer and %destructor redeclared, Unused
3562 values with default %destructor): New tests to check related grammar
3563 warnings and errors.
3565 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
3567 Clean up handling of %destructor for the end token (token 0).
3568 Discussed starting at
3569 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
3571 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
3573 Make the skeletons consistent in how they pop the end token and invoke
3575 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
3576 state, which has token number 0, since this would invoke the
3577 %destructor for the end token.
3578 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
3579 until after shifting the end token, or else it won't be popped.
3580 * data/yacc.c (yyparse): Likewise.
3582 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
3583 it's the end token. Upon termination, destroy an unshifted lookahead
3584 even when it's the end token.
3585 * data/lalr1.cc (yy::parser::parse): Likewise.
3586 * data/yacc.c (yyparse): Likewise.
3588 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
3589 value warnings for the end token when the user gives the end token a
3592 * tests/actions.at (Printers and Destructors): Test all the above.
3594 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
3596 Update to latest gnulib and gettext versions.
3597 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
3599 (gnulib_files): Add m4/warning.m4. Don't worry about files
3600 overwritten by autopoint.
3601 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
3602 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
3604 Don't use autoreconf; instead, invoke autopoint etc. by hand,
3605 so that we can remove the intl files at a better time.
3606 (intl_files_to_remove): Remove aclocal.m4, since it gets
3607 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
3608 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
3609 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
3610 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
3611 Remove datarootdir hack; no longer needed.
3612 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
3613 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
3614 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
3616 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
3617 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
3619 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
3621 * bootstrap: Adjust to today's change to gnulib-tool by invoking
3622 it with --assume-autoconf='latest-stable'.
3624 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
3626 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
3627 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
3629 * src/muscle_tab.h (muscle_grow): Replace the header comments with
3630 those from muscle_tab.c since the old ones are misleading.
3632 2006-07-13 Akim Demaille <akim@epita.fr>
3634 Support %define "KEY" {VALUE}.
3635 * src/scan-code.h, src/scan-code.l (translate_action)
3636 (translate_rule_action, translate_symbol_action, translate_code):
3637 Return char *, not const char *.
3638 * src/parse-gram.y (declaration): Rename as...
3639 (prologue_declaration): this.
3640 (string_content): Remove this nonterminal, use STRING.
3641 (braceless, content, content.opt): New nonterminal.
3643 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
3645 * src/scan-gram.l (getargs.h): Don't include it.
3647 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
3649 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
3650 rather than a for-loop that declares a local bool variable. This
3651 should work around a compatibility problem with a Cray x1e C++
3652 compiler reported by Hung Nguyen in
3653 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
3654 The for-loop was introduced in the 2004-11-17 change but I don't
3655 know why it was needed.
3657 2006-07-12 Akim Demaille <akim@epita.fr>
3659 * data/c.m4: Comment changes.
3661 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
3663 * src/complain.c (error_message, ERROR_MESSAGE): New.
3665 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
3666 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
3668 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
3670 * NEWS: Instead of %union, you can define and use your own union type
3671 YYSTYPE if your grammar contains at least one <type> tag.
3672 Your YYSTYPE need not be a macro; it can be a typedef.
3673 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
3674 (Union Decl, Decl Summary): Document this.
3675 * data/glr.c (YYSTYPE): Implement this.
3676 * data/glr.cc (YYSTYPE): Likewise.
3677 * data/lalr1.cc (YYSTYPE): Likewise.
3678 * data/yacc.c (YYSTYPE): Likewise.
3679 * src/output.c (prepare): Output tag_seen_flag.
3680 * src/parse-gram.y (declaration, grammar_declaration):
3681 Use 'union_seen' rather than 'typed' to determine whether
3682 %union has been seen, since grammars can now be typed without
3684 (symbol_declaration, type.opt, symbol_def):
3685 Keep track of whether a tag has been seen.
3686 * src/reader.c (union_seen, tag_seen): New vars.
3688 * src/reader.h (union_seen, tag_seen, typed): Likewise.
3689 * src/scan-code.l (untyped_var_seen): New variable.
3690 (handle_action_dollar): Adjust to above changes.
3691 (handle_action_dollar, handle_action_at):
3692 Improve overflow checking for outlandish numbers.
3693 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
3694 avoid new diagnostics generated by above changes.
3695 * tests/regression.at (YYSTYPE typedef): Add test to check
3696 for type tags without %union.
3698 * src/symlist.c (symbol_list_length): Return int, not unsigned
3699 int, since callers expect int. This may need to get revisited
3700 once we have proper integer overflow checking.
3702 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
3703 object is now static.
3705 * src/getargs.c (flags_argmatch): Return void, not int,
3706 to pacify ./configure --enable-gcc-warnings.
3708 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
3709 since last_string is already defined to FLEX_PREFIX (last_string).
3711 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
3713 Implement --warnings/-W.
3714 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
3716 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
3718 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
3719 (warnings_args, warnings_types): New.
3720 (getargs, short_options, long_options): Accept -W/--warnings.
3721 Sort the options by alphabetical order, upper case letter right
3722 before its lower case.
3724 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
3726 Change %merge result type clash warnings to errors. Discussed at
3727 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
3728 * src/reader.c (record_merge_function_type): Use complain_at.
3729 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3730 declared later): Update test case results.
3732 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
3734 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
3735 to be in alphabetical order.
3736 (trace_args): Spelling fixes.
3738 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
3740 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
3741 so they don't collide with user-defined macros.
3742 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
3743 this was never guaranteed, and now that we're using gnulib stdint,
3744 which defines int_fast16_t to long int, the problem is exposed.
3746 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
3748 * data/c.m4 (b4_basename): Simplify a bit, since we don't
3749 need the full POSIX semantics (and weren't implementing them
3752 Adjust to Autoconf 2.60 and today's gnulib.
3753 * bootstrap (gnulib_modules): Add stdint.
3754 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
3755 no longer copies it.
3756 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
3757 since stdint needs the former and wcwidth (which is now required
3758 by mbswidth) needs the latter.
3759 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
3760 work around a compatibility glitch between gettext 0.14.6 and
3762 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
3763 Do not check for uintptr_t, since new stdint module does the right
3765 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
3766 Add stdint.h, stdint_.h, wcwidth.h.
3767 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
3768 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
3769 stdint.m4, wchar_t.m4, wcwidth.m4.
3770 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
3771 usual order for ../lib/*.h files.
3772 (file_name_split): Use last_component, not base_name, to adjust
3774 * src/parse-gram.h: Include <strverscmp.h> in the usual order
3775 for ../lib/*.h files.
3776 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
3777 Define unconditionally, since we now assume the stdint module.
3778 * src/scan-skel.l: Include <dirname.h>.
3779 (BASE_QPUTS): Use last_component, not base_name.
3780 * src/system.h: Include <unlocked-io.h> in the usual order
3781 for ../lib/*.h files. Include <stdint.h> unconditionally,
3782 since we now use the stdint module.
3783 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
3784 HAVE_UINTPTR_T, since we now use the stdint module.
3785 (base_name): Remove decl, since files now include <dirname.h>
3788 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
3790 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
3792 * data/yacc.c, data/glr.c, data/location.cc: Use them.
3793 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
3795 * tests/calc.at: Adjust.
3797 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
3799 * data/c.m4 (b4_basename): New.
3800 (b4_syncline): Also output the location of its invocation (from
3802 (b4_user_action, b4_define_user_action, b4_user_actions)
3803 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
3804 (b4_user_stype): New.
3805 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
3807 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3809 In the grammar file, the first column is 1 not 0 on the first line as
3810 on every other line.
3811 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
3812 * tests/input.at (Torturing the Scanner): Update output.
3814 * src/scan-gram.l (scanner_cursor): Declare it static.
3816 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3818 In warnings, say "previous declaration" rather than "first
3820 * src/symtab.c (redeclaration): Do that here.
3821 * src/reader.c (record_merge_function_type): In the case of a result
3822 type clash, report the previous declaration rather than the very first
3823 one in the grammar file.
3824 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3825 declared later): Add a third declaration to check this behavior.
3826 * tests/input.at (Incompatible Aliases): Update output.
3828 2006-06-27 Akim Demaille <akim@epita.fr>
3830 * doc/Doxyfile.in: New.
3831 * doc/Makefile.am: Use it.
3832 * src/lalr.h, src/symtab.h: Initial doxygenation.
3834 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3836 Don't miss %merge result type warnings just because the LHS types are
3837 declared after the %merge. This continues the effort of the previous
3839 * src/reader.c (get_merge_function): Don't set the merger type yet.
3840 (record_merge_function_type): New function for setting the merger type
3841 and checking for clashes.
3842 (grammar_current_rule_merge_set): Set the location of the %merge for
3844 (packgram): Invoke record_merge_function_type for each rule now that
3845 all symbol type declarations have been parsed.
3846 * src/reader.h (merger_list.type_declaration_location): New member
3847 storing the location of the first %merge from which the type for this
3848 merging function was derived.
3849 * src/symlist.h (symbol_list.merger_declaration_location): New member
3850 storing the location of a rule's %merge, if any.
3851 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3852 declared later): New test to catch the error fixed by the above patch.
3854 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3856 Get action warnings (grammar_rule_check) right even when symbol
3857 declarations appear after the rules. Discussed at
3858 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
3860 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
3861 Don't mistake the type of $$ in a midrule to be that of its parent
3863 * src/reader.c (grammar_current_rule_end): Don't invoke
3864 grammar_rule_check yet since not all symbol declarations may have been
3866 (grammar_midrule_action): Likewise.
3867 Don't record whether the midrule's $$ has been used yet since actions
3868 haven't been translated yet.
3869 Record the midrule's parent rule and its RHS index within the parent
3871 (grammar_current_rule_action_append): Don't translate the action yet
3872 since not all symbol declarations may have been parsed yet and, thus,
3873 warnings about types for $$, $n, @$, and @n can't be reported yet.
3874 (packgram): Translate the action and invoke grammar_rule_check now that
3875 all symbol declarations have been parsed.
3876 * src/scan-code.l (handle_action_dollar): Now that this is invoked
3877 after parsing the entire grammar file, the symbol list here in the case
3878 of a midrule is actually the midrule's empty RHS, so reference its
3879 parent rule's RHS where necessary.
3880 On the other hand, now that you can already know it's a midrule, you
3881 aren't forced to think $$ has the same type as its parent rule's $$.
3882 (handle_action_at): In the case of a midrule, reference the parent rule
3884 * src/symlist.c (symbol_list_new): Initialize new midrule-related
3886 (symbol_list_length): Now that this is invoked after all rules have
3887 been parsed, a NULL symbol (rather than a NULL symbol list node)
3888 terminates a rule. symbol_list_print already does this correctly.
3889 * src/symlist.h (symbol_list.midrule_parent_rule,
3890 symbol_list.midrule_parent_rhs_index): New members so that midrules can
3891 remember their relationships with their parents.
3892 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
3893 fixed by the above patch.
3894 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
3896 (Unused values): ... this old test case and...
3897 (Unused values before symbol declarations): ... this new test case.
3898 This one is the same as `Unused values' except that all symbol
3899 declarations appear after the rules in order to catch the rest of the
3900 errors fixed by the above patch.
3902 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3905 * src/reader.c (current_rule): Declare it static since it's no longer
3906 used outside this file.
3907 (grammar_current_rule_action_append): Remove redundant arguments from
3908 translate_rule_action invocation.
3909 * src/reader.h (current_rule): Remove this unused extern.
3910 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
3911 * src/scan-code.l (translate_rule_action): Likewise.
3913 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
3915 Clean up yesterday's patch.
3916 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
3918 * src/reader.c (grammar_current_rule_action_append): ... here for
3919 consistency with grammar_current_rule_symbol_append.
3920 * tests/regression.at (Braced code in declaration in rules section):
3921 Make yyerror and yylex static as usual.
3923 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
3925 Fix bug that mistakes braced code in a declaration in the rules section
3926 to be a rule action. Mentioned at
3927 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
3928 * src/scan-gram.l: Move midrule action detection from the start of the
3929 scanning of any braced code to...
3930 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
3931 action. For readability, use $2 and @2 rather than the equivalent
3933 * tests/regression.at (Braced code in declaration in rules section):
3934 New test to catch the error fixed by the above patch.
3936 Work on code readability some.
3937 * src/scan-code.l (current_rule): Get rid of this misleading and
3938 redundant declaration: it's actually extern'ed in reader.h.
3939 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
3940 translate_action): Add a rule argument and use it instead of the global
3942 (translate_rule_action): This already receives current_rule through an
3943 argument, so pass it on to translate_action instead of assigning
3944 current_rule to current_rule.
3945 (translate_symbol_action, translate_code): Pass rule = NULL to
3948 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
3950 Rename %before-definitions to %start-header and %after-definitions to
3951 %end-header. Don't use these declarations to separate pre-prologue
3952 blocks from post-prologue blocks. Add new order-independent
3953 declarations %before-header and %after-header as alternatives to the
3954 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
3955 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
3956 * NEWS (2.3+): Update for these changes.
3957 * data/glr.c (b4_before_definitions): Update to...
3958 (b4_start_header): ... this.
3959 (b4_after_definitions): Update to...
3960 (b4_end_header): ... this.
3961 * data/glr.cc: Likewise.
3962 * data/lalr1.cc: Likewise.
3963 * data/yacc.c: Likewise.
3964 * doc/bison.texinfo (The prologue): Update names, and replace remaining
3965 prologue blocks with %*-header declarations.
3966 (Calc++ Parser): Likewise.
3967 (Decl Summary): Update names.
3968 (Table of Symbols): Update description.
3969 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
3970 (PERCENT_END_HEADER): ... this.
3971 (PERCENT_BEFORE_DEFINITIONS): Update to...
3972 (PERCENT_START_HEADER): ... this.
3973 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
3974 (declaration): Update token names and m4 macro names.
3975 When parsing %end-header and %start-header, invoke translate_code
3976 before muscle_code_grow, and no longer set global booleans to remember
3977 whether these declarations have been seen.
3978 Parse new %after-header and %before-header.
3979 * src/reader.c (before_definitions, after_definitions): Remove.
3980 (prologue_augment): Accept a new bool argument to specify whether to
3981 augment the pre-prologue or post-prologue.
3982 * src/reader.h (before_definitions, after_definitions): Remove these
3984 (prologue_augment): Add new bool argument.
3985 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
3986 (PERCENT_END_HEADER): ... this.
3987 (PERCENT_BEFORE_DEFINITIONS): Update to...
3988 (PERCENT_START_HEADER): ... this.
3989 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
3990 * tests/actions.at (Printers and Destructors): Update names.
3992 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
3994 Add comparison operators for C++ location classes. Discussed at
3995 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
3996 * data/c++.m4 (b4_define_location_comparison): New boolean %define
3997 declaration indicating whether filename_type has an operator==. If
3998 filename_type is `std::string', it defaults to `1', `0' otherwise.
3999 * data/location.cc: Iff b4_define_location_comparison is `1', add
4000 operator== and operator!= for class position and for class location.
4003 * src/scan-action.l: Remove unused file.
4004 * src/symtab.c (symbol_printer_set): Use printer_location not
4005 destructor_location.
4006 * src/symtab.h (struct symbol): Replace incorrect source comment for
4008 * tests/input.at (Incompatible Aliases): Update output with correct
4011 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
4013 Don't put the pre-prologue in the header file. For the yacc.c code
4014 file and the glr.c header and code files, move the pre-prologue before
4015 the token definitions. Add new %before-definitions and
4016 %after-definitions to declare code that will go in both the header file
4017 and code file. Discussed at
4018 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
4019 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
4021 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
4022 * NEWS (2.3+): Describe these changes.
4023 * data/glr.c (b4_pre_prologue): Move from within to before...
4024 (b4_shared_declarations): ... this.
4025 Add new b4_before_definitions before b4_token_enums.
4026 Add new b4_after_definitions at the end.
4027 * data/glr.cc (b4_pre_prologue): Replace with...
4028 (b4_before_definitions): ... this in the header file.
4029 (b4_after_definitions): New near the end of the header file.
4030 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
4031 code file right before including the header file.
4032 (b4_before_definitions): New in the previous position of
4033 b4_pre_prologue in the header file.
4034 (b4_after_definitions): New near the end of the header file.
4035 * data/yacc.c: Clean up some m4 quoting especially in the header file.
4036 (b4_token_enums_defines): In the code file, move to right before
4037 YYSTYPE for consistency with the header file.
4038 (b4_before_definitions): New right before b4_token_enums_defines in
4039 both the header and code file.
4040 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
4041 header and code file.
4042 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
4043 of prologues for %union dependencies.
4044 (Decl Summary): In %defines description, mention the effect of
4045 %before-definitions and %after-definitions on the header file.
4046 (Calc++ Parser): Forward declare driver in a %before-definitions rather
4047 than in the pre-prologue so that make check succeeds.
4048 (Table of Symbols): Add entries for %before-definitions and
4050 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
4051 %before-definitions.
4052 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
4053 (declaration): Parse those declarations and append to
4054 b4_before_definitions and b4_after_definitions, respectively.
4055 * src/reader.c (before_definitions, after_definitions): New bools to
4056 track whether those declarations have been seen.
4057 (prologue_augment): Add to the post-prologue if %union,
4058 %before-definitions, or %after-definitions has been seen.
4059 * src/reader.h (before_definitions, after_definitions): New extern's.
4060 * src/scan-gram.l: Scan the new declarations.
4061 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
4062 prologue block in a %before-definitions or a %after-definitions based
4063 on whether the %union is declared.
4064 * tests/regression.at (Early token definitions with --yacc, Early token
4065 definitions without --yacc): Move tests for token definitions into the
4066 post-prologue since token names are no longer defined in the
4069 2006-06-20 Akim Demaille <akim@epita.fr>
4071 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
4072 (symbol_get): Use it.
4073 * src/parse-gram.y: Use it.
4075 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
4077 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
4078 build succeeds when configured with --enable-gcc-warnings.
4080 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
4082 * src/parse-gram.y (char_name): New function.
4083 (CHAR, STRING, string_content): For %printer, properly escape.
4084 (ID): Prefer fputs to fprintf.
4085 (id): Reindent to be consistent with other rules.
4086 Properly quote char.
4088 The Translation Project changed its way of publishing translations
4089 to maintainers. I haven't received any responses to my request
4090 for supporting the old way, or for documenting the new way. I
4091 have modified 'bootstrap' to use screen scraping
4092 (in this case, HTML scraping). This is unreliable and inelegant,
4093 but I don't see any better way. Yuck.
4094 * bootstrap (TP_URL, WGET_COMMAND): New vars.
4095 (get_translations): New function, which uses HTML scraping to
4096 deduce locations of latest translations.
4097 Use this function to grab both bison and bison-runtime .po files.
4098 Don't bother priming the pump for the runtime-po domain any more,
4099 as it's now translated better than bison is.
4101 2006-06-19 Akim Demaille <akim@epita.fr>
4103 * src/scan-gram.l: No longer "parse" things after `%union' until
4104 `{'. Rather, return a single "%union" token.
4105 No longer make symbols: return strings, and leave the conversion
4106 to symbols to the parser.
4107 (SC_PRE_CODE, token_type): Remove.
4108 * src/parse-gram.y (%union): New field `character'.
4111 (ID, ID_COLON): Now that the scanner no longer makes them
4112 identifiers, adjust all uses to invoke symbol_get.
4113 (id_colon): New, wraps the conversion from string to symbol.
4114 (%union): Accept a possible union_name.
4115 (symbol): Now can be a char.
4116 * data/c.m4 (b4_union_name): Leave a default value.
4117 * data/glr.c, data/yacc.c: Use it.
4119 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
4121 For associating token numbers with token names for "yacc.c", don't use
4122 #define statements unless `--yacc' is specified; always use enum
4123 yytokentype. Most important discussions start at:
4124 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
4125 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
4127 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
4128 * NEWS (2.3+): Mention.
4129 * data/c.m4 (b4_yacc_if): New.
4130 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
4132 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
4133 on token name definitions.
4134 * src/getargs.c (usage): Capitalize `Yacc' in English.
4135 * src/output.c (prepare): Define b4_yacc_flag.
4136 * tests/regression.at (Early token definitions): Test that tokens names
4137 are defined before the pre-prologue not just before the post-prologue.
4138 Remove this test case and copy to...
4139 (Early token definitions with --yacc): ... this to test #define's.
4140 (Early token definitions without --yacc): ... and this to test enums.
4142 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
4144 * NEWS: Reword the post-2.3 change to not be so optimistic about
4145 removing the old "look-ahead" spelling.
4146 Update previous look-ahead/lookahead change reports.
4147 * REFERENCES: look-ahead -> lookahead (since that's
4148 what he actually wrote).
4149 * doc/refcard.tex: look ahead -> lookahead,
4150 look-ahead -> lookahead
4152 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
4154 For consistency, use `lookahead' instead of `look-ahead' or
4155 `look_ahead'. Discussed starting at
4156 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
4158 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
4159 * NEWS: For the next release, note the change to `--report'.
4160 * TODO, doc/bison.1: Update English.
4161 * doc/bison.texinfo: Update English.
4162 (Understanding Your Parser, Bison Options): Document as
4163 `--report=lookahead' rather than `--report=look-ahead'.
4164 * src/conflicts.c: Update English in comments.
4165 (lookahead_set): Rename from look_ahead_set.
4166 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
4167 (resolve_sr_conflict): Rename local look_ahead_tokens to
4168 lookahead_tokens, and update other uses.
4169 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
4170 count_rr_conflicts, conflicts_free): Update uses.
4171 * src/getargs.c (report_args): Move "lookahead" before alternate
4173 (report_types): Update uses.
4174 (usage): For `--report' usage description, state `lookahead' spelling
4175 rather than `look-ahead'.
4176 * src/getargs.h (report.report_lookahead_tokens): Rename from
4177 report_look_ahead_tokens.
4178 * src/lalr.c: Update English in comments.
4179 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
4180 (state_lookahead_tokens_count): Rename from
4181 state_look_ahead_tokens_count.
4182 Rename local n_look_ahead_tokens to n_lookahead_tokens.
4183 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
4184 Rename local n_look_ahead_tokens to n_lookahead_tokens.
4186 Update English in output.
4187 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
4188 * src/print.c: Update English in comments.
4189 (lookahead_set): Rename from look_ahead_set.
4190 (print_reduction): Rename argument lookahead_token from
4192 (print_core, state_default_rule, print_reductions, print_results):
4194 * src/print_graph.c: Update English in comments.
4195 (print_core): Update uses.
4196 * src/state.c: Update English in comments.
4197 (reductions_new): Update uses.
4198 (state_rule_lookahead_tokens_print): Rename from
4199 state_rule_look_ahead_tokens_print, and update other uses.
4200 * src/state.h: Update English in comments.
4201 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
4202 (state_rule_lookahead_tokens_print): Rename from
4203 state_rule_look_ahead_tokens_print.
4204 * src/tables.c: Update English in comments.
4205 (conflict_row, action_row): Update uses.
4206 * tests/glr-regression.at
4207 (Incorrect lookahead during deterministic GLR,
4208 Incorrect lookahead during nondeterministic GLR): Rename
4209 print_look_ahead to print_lookahead.
4210 * tests/torture.at: Update English in comments.
4211 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
4212 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
4213 (Many lookahead tokens): Update uses.
4214 * data/glr.c: Update English in comments.
4215 * lalr1.cc: Likewise.
4217 * src/conflicts.h: Likewise.
4218 * src/lalr.h: Likewise.
4219 * src/main.c: Likewise.
4220 * src/output.c: Likewise.
4221 * src/parse-gram.c: Likewise.
4222 * src/tables.h: Likewise.
4223 * tests/calc.at: Likewise.
4225 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
4227 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
4229 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
4231 * TODO: Add request from Nelson H. F. Beebe to be able to install
4232 Bison without installing the yacc script.
4234 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
4236 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
4237 and yytext if they're already #define'd.
4238 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
4239 * src/scan-code-c.c: ... here.
4240 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
4243 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
4245 Get Bison to build again when configured with --enable-gcc-warnings.
4246 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
4248 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
4249 loc argument as it shadows a global.
4250 * src/scan-gram.l: Remove stray comma that prevents boundary_set
4253 * src/.cvsignore: Add scan-code.c.
4255 2006-06-07 Akim Demaille <akim@epita.fr>
4257 * src/scan-gram.l: Move the "add a trailing ; to actions" code
4259 * src/scan-code.l: here.
4260 * tests/input.at (Torturing the Scanner): Fix another location
4263 2006-06-07 Akim Demaille <akim@epita.fr>
4265 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
4267 2006-06-06 Akim Demaille <akim@epita.fr>
4269 Extract the parsing of user actions from the grammar scanner.
4270 As a consequence, the relation between the grammar scanner and
4271 parser is much simpler. We can also split "composite tokens" back
4273 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
4274 * src/scan-gram.l (add_column_width, adjust_location): Move to and
4276 * src/location.h, src/location.c (add_column_width)
4277 (location_compute): these.
4278 Fix the column count: the initial column is 0.
4279 (location_print): Be robust to ending column being 0.
4280 * src/location.h (boundary_set): New.
4281 * src/main.c: Adjust to scanner_free being renamed as
4283 * src/output.c: Include scan-code.h.
4284 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
4286 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
4287 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
4288 which is now, again, a separate token.
4289 Adjust all dependencies.
4290 Whereever actions with $ and @ are used, use translate_code.
4291 (action): Remove this nonterminal which is now useless.
4292 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
4293 (grammar_current_rule_action_append): Use translate_code.
4294 (packgram): Bound check ruleno, itemno, and rule_length.
4295 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
4296 (last_string, last_braced_code_loc, max_left_semantic_context)
4297 (scanner_initialize, scanner_free, scanner_last_string_free)
4298 (gram_out, gram_lineno, YY_DECL_): Move to...
4299 * src/scan-gram.h: this new file.
4300 (YY_DECL): Rename as...
4302 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
4303 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
4304 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
4305 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
4306 Move these declarations, and...
4307 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
4309 * src/flex-scanner.h: this new file.
4310 * src/scan-gram.l (rule_length, rule_length_overflow)
4311 (increment_rule_length): Remove.
4312 (last_braced_code_loc): Rename as...
4313 (gram_last_braced_code_loc): this.
4314 Adjust to the changes of the parser.
4315 Move all the handling of $ and @ into...
4316 * src/scan-code.l: here.
4317 * src/scan-gram.l (handle_dollar, handle_at): Remove.
4318 (handle_action_dollar, handle_action_at): Move to...
4319 * src/scan-code.l: here.
4320 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
4321 scan-code.h, scan-code-c.c, scan-gram.h.
4322 (EXTRA_bison_SOURCES): Add scan-code.l.
4323 (BUILT_SOURCES): Add scan-code.c.
4324 (yacc): Be robust to white spaces.
4326 * tests/conflicts.at, tests/input.at, tests/reduce.at,
4327 * tests/regression.at: Adjust the column numbers.
4328 * tests/regression.at: Adjust the error message.
4330 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
4332 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
4333 Use Akim's wording from
4334 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
4336 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
4338 Between Bison releases, manually append `+' to the previous Bison
4339 release number, and use that as a signal to automatically print the
4340 ChangeLog's CVS Id keyword from --version. Discussed starting at
4341 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
4342 * ChangeLog: Add Id header.
4343 * configure.ac (AC_INIT): Append `+' to `2.3'.
4344 * src/.cvsignore: Add revision.c.
4345 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
4346 (BUILT_SOURCES): Add revision.c.
4347 (revision.c): New target rule. This file defines a new global variable
4348 named revision. It initializes it with either the Id from ChangeLog
4349 or, if VERSION doesn't contain `+', with the empty string.
4350 * src/getargs.c (version): Print the value of revision.
4351 * src/revision.h: Extern revision.
4353 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
4355 * NEWS: Version 2.3.
4356 * configure.ac (AC_INIT): Likewise.
4358 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
4360 * data/glr.c (YYRECOVERING): Define to be a function-like macro
4361 with no arguments, not as an object-like macro. This is for
4362 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
4363 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
4364 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
4367 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
4369 * src/getargs.c (usage): Back out yesterday's modification of the
4370 --help output so that we don't have to wait for translation before
4373 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
4375 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
4376 Problem reported by Akim Demaille.
4378 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
4380 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
4382 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
4384 * data/yacc.c (yy_reduce_print): Omit trailing white space in
4385 generated source code. Problem reported by Frans Englich in
4386 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
4388 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
4390 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
4391 shell, not within 'make', so that 'make' by an ordinary builder
4392 (using GNU make) does not worry about configuring gzip. This also
4393 works around a bug reported independently by Keith Thompson and by
4394 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
4395 stderr rather than stdout, messing up the build logs.
4397 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
4399 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
4400 to make sure that YYID will never be unused. This fixes a 'make
4401 maintainer-check' failure caused by the recent changes to the 'Trivial
4402 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
4404 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
4406 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
4408 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
4409 state before an empty RHS is always resolved here. Only the location
4410 of that state is guaranteed to be resolved, and that's enough. This
4411 fixes the remaining bug reported by Derek M. Jones in
4412 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
4413 * tests/glr-regression.at (Uninitialized location when reporting
4414 ambiguity): Test the above case.
4415 Also, the embedded comments in this test case claim it checks the case
4416 of an empty RHS that has inherited the initial location. However, the
4417 corresponding LHS was already resolved, so yyresolveLocations didn't
4418 actually have reason to modify it. Fix this by forcing
4419 nondeterministic operation at the beginning of the parse.
4421 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
4423 * data/c.m4 (b4_yy_symbol_print_generate):
4424 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
4425 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
4426 of the bugs reported today by Derek M Jones in
4427 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
4428 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
4429 defined to be a type name without parens or brackets.
4430 (Location Type): Similarly for YYLTYPE.
4431 * tests/regression.at (Trivial grammars): Put in a test for this
4432 bug that will be caught by 'make maintainer-check' (though not,
4433 alas, by 'make check' unless your compiler is picky).
4435 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
4437 * NEWS: Version 2.2.
4438 * configure.ac (AC_INIT): Likewise.
4440 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
4442 * data/glr.c (yyreportTree): Make room in yystates for the state
4443 preceding the RHS. This fixes the segmentation fault reported by Derek
4445 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
4446 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
4447 to the user. Reported for yyreportTree by Derek M. Jones later in the
4449 * THANKS: Add Derek M. Jones.
4450 Update my email address.
4451 Fix typo in Steve Murphy's name.
4453 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
4455 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
4456 checking against YYLAST that caused the parser to miss a potential
4457 alternative in its diagnostic.
4458 Problem reported by Maria Jose Moron Fernandez in
4459 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
4460 * data/lalr1.cc (yysyntax_error_): Likewise.
4461 * data/yacc.c (yysyntax_error): Likewise.
4462 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
4463 tokens, in case we run into an older C compiler.
4464 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
4465 Use them to check for the off-by-one error fixed above.
4467 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
4468 YYSIZE_T, not size_t.
4469 * tests/regression.at (Trivial grammars): New test, to catch
4470 the error fixed by the above patch.
4472 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4474 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
4476 Reported by Steve Murphy.
4478 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4480 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
4481 * data/glr.cc: b4_location_flag is now b4_locations_flag.
4483 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4485 Implement --trace=m4.
4486 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
4487 * src/output.c (output_skeleton): When set, pass -dV to m4.
4489 Factor the handling of flags in m4.
4490 * src/output.c (prepare): Rename the muscle names debug, defines,
4491 error_verbose to debug_flag, defines_flag, error_verbose_flag.
4492 * data/c.m4: Adjust.
4493 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
4494 Use b4_define_flag_if to define other b4_FLAG_if macros.
4495 (b4_location_if): As a consequence, rename as...
4496 (b4_locations_if): this, for consistency.
4497 Adjust all the skeletons.
4499 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4501 * etc/bench.pm: Shorten bench names.
4503 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4505 * src/output.h, src/output.c (error_verbose): Move to...
4506 * src/getargs.h, src/getargs.c: here.
4508 Adjust dependencies.
4510 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
4512 * data/c.m4 (b4_copyright): Put the special exception for Bison
4513 skeletons here, so we don't have to put it in each skeleton. All
4514 uses changed. Suggested by Akim Demaille. Also, wrap the
4515 copyright notice, in case it is longer than 80 columns. Replace
4516 comma by newline after title.
4518 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
4520 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
4521 incompatibility, not a bug. Mention that it wasn't fixed as of
4524 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
4526 * examples/extexi: Enforce the precedence of concatenation over
4528 Reported by Tommy Nordgren.
4530 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
4532 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
4533 with the member "token".
4534 Reported by Martin Nylin.
4536 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
4538 * data/glr.c: Switch to Bison 2.2 special-exception language in
4539 the copyright notice. Use more-regular format for titles and
4541 * data/glr.cc: Likewise.
4542 * data/location.cc: Likewise.
4543 * data/yacc.cc: Likewise.
4544 * doc/bison.texinfo (Conditions): Document this.
4545 * NEWS: likewise. Upgrade version to 2.2.
4547 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
4549 * data/glr.cc: Remove dead code.
4551 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
4553 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
4554 that variable and the line breaks the bootstrap. Problem reported
4555 by Juan M. Guerrero.
4557 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
4559 * doc/bison.texinfo (Multiple start-symbols): New.
4561 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
4563 * etc/README, etc/bench.pl: New.
4565 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
4567 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
4569 Reported by Mickael Labau.
4570 * tests/input.at (Torturing the Scanner): Test it.
4572 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
4574 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
4575 Problem reported by Bob Rossi.
4577 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
4579 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
4580 and didn't really work.
4581 For the index, use @ifnotinfo, not @iftex.
4582 Minor cleanups of spacing and terminology.
4584 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
4586 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
4587 of AT_NAME_PREFIX when %name-prefix is not used.
4589 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
4591 Apply --prefix to C++ skeletons too: they change the namespace.
4592 The test suite already exercize these cases.
4593 * data/c++.m4 (b4_namespace): New.
4594 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
4595 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
4596 * data/yacc.c, data/glr.c: Remove a useless `[]'.
4597 * doc/bison.texinfo: Document it.
4598 (Option Cross Key): Use @multitable in all formats. It looks
4599 nicer, even in TeX outputs.
4600 (Rules): Use the same code whatever the output type is.
4601 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
4602 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
4603 * tests/calc.at: Use it, instead of hard coding `yy'.
4605 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
4607 * TODO: Remove dead items.
4609 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
4611 * doc/FAQ: Remove, merged into...
4612 * doc/bison.texinfo (FAQ): this.
4613 * doc/Makefile.am (EXTRA_DIST): Adjust.
4615 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
4617 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
4619 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
4620 * doc/bison.texinfo (Calc++ Scanner): Use it.
4622 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
4624 Fix two nits reported by twlevo, plus one more that I discovered.
4626 * src/assoc.h (assoc_to_string): Give a name to the arg, as
4627 this is the usual Bison style.
4628 * src/location.h (location_print): Likewise.
4630 * src/reader.h (token_name): Likewise.
4632 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
4634 Fix some nits reported by twlevo.
4635 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
4636 and "POSIX". Use more-modern syntax for URLs. Mention C++
4637 and ask for Java. Don't hardwire OS version numbers. Add
4639 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
4640 * src/conflicts.c (solved_conflicts_obstack): Now static.
4642 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
4644 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
4645 page. Say "you can use it" not "you may use it" as on the web page;
4646 we're describing capabilities not granting permission.
4648 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
4650 * data/glr.c (yyresolveLocations): Rename local variables to avoid
4651 shadowing warnings. Use usual patter for iterating through RHS.
4652 * tests/glr-regression.at
4653 (Uninitialized location when reporting ambiguity):
4654 Modify yylex so that it uses its argument, rather than trying
4655 to rely on ARGSUSED (which doesn't work for gcc with warnings).
4656 const char -> char const.
4658 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
4659 Don't use tabs inside commands; it messes up 'ps'.
4660 Problem reported by twlevo.
4662 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
4664 * tests/glr-regression.at (Uninitialized location when reporting
4665 ambiguity): New test case.
4666 * data/glr.c (yyresolveLocations): New function, which uses
4668 (yyresolveValue): Invoke yyresolveLocations before reporting an
4670 * doc/bison.texinfo (Default Action for Locations): Note
4671 YYLLOC_DEFAULT's usage for ambiguity locations.
4672 (GLR Semantic Actions): Cross-reference those notes.
4674 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
4676 * tests/glr-regression.at (Leaked semantic values when reporting
4677 ambiguity): Remove unnecessary union and type declarations.
4678 (Leaked lookahead after nondeterministic parse syntax error): New test
4680 * data/glr.c (yyparse): Check for zero stacks remaining before
4681 attempting to shift the lookahead so that you don't lose it.
4683 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4685 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
4686 * tests/glr-regression.at (Leaked semantic values when reporting
4687 ambiguity): New test case.
4688 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
4689 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
4690 now unnecessary yystackp parameter.
4691 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
4692 destructors can be called.
4694 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
4695 in existing testcases.
4697 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4699 Don't leak semantic values for parent RHS when a user action cuts the
4700 parser, and clean up related code a bit.
4701 * tests/glr-regression.at (Leaked merged semantic value if user action
4702 cuts parse): Rename to...
4703 (Leaked semantic values if user action cuts parse): ... this. Add check
4704 for leaked parent RHS values.
4705 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
4706 between an unresolved state (non-empty chain of semantic options) and
4707 an incomplete one (signaled by an empty chain).
4708 (yyresolveStates): Document the interface. Move all manipulation of a
4709 successfully or unsuccessfully resolved yyGLRState to...
4710 (yyresolveValue): ... here so that yyresolveValue always leaves a
4711 yyGLRState with consistent data and thus is easier to understand.
4712 Remove the yyvalp and yylocp parameters since they are always just
4713 taken from the yys parameter. When reporting a discarded merged value
4714 in debugging output, note that it is incompletely merged. Document the
4716 (yyresolveAction): If resolving any of the RHS states fails, destroy
4717 them all rather than leaking them. Thus, as long as user actions are
4718 written to clean up the RHS correctly, yyresolveAction always cleans up
4719 the RHS of a semantic option. Document the interface.
4721 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
4723 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
4724 led to a segmentation fault in GNU Pascal. Problem reported
4727 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
4729 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
4730 mid-rule action inside a nonterminal symbol in order to declare a
4731 destructor for its semantic value.
4733 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
4735 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
4736 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
4737 __cplusplus && ! defined _STDLIB_H && !
4738 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
4739 defined free))]: Include <stdlib.h> rather than rolling our own
4740 declarations of malloc and free, to avoid problems with
4741 incompatible declarations (using 'throw') C++'s stdlib.h. This
4742 should fix Debian bug 340012
4743 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
4744 reported by Guillaume Melquiond.
4746 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
4748 * NEWS: Clarify symbols versus types in unused-value warnings.
4750 * configure.ac (AC_INIT): Bump version number.
4752 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
4754 * NEWS: Version 2.1a.
4755 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
4756 since C99 requires this.
4758 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
4760 * m4/c-working.m4: New file.
4761 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
4763 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
4765 * Makefile.maint: Merge from coreutils.
4767 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
4769 More portability fixes for problems summarized by Nelson H. F. Beebe.
4771 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
4772 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
4773 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
4774 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
4775 messes up because C++ code is compiled in 32-bit mode but linked
4778 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
4780 More portability fixes for problems summarized by Nelson H. F. Beebe.
4782 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
4783 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
4785 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
4786 nodist_PROGRAMS, since we don't need to actually compile the
4787 example if we're just doing a plain 'make'. This avoids bothering
4788 the installer unnecessarily about problems due to weird C++
4791 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
4793 More portability fixes for problems summarized by Nelson H. F. Beebe.
4795 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
4796 than #include "...", and compile with -I'.'. The old method was
4797 not portable, according to Posix and the C standard, and it does
4798 not work with Sun C 5.7, where previous #line directives affect
4799 the working directory used in later #include "..." directives.
4801 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4803 Various DJGGP specific issues in /djgpp
4805 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
4807 More portability fixes for problems summarized by Nelson H. F. Beebe.
4809 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
4810 '#include <map>' works and that you can apply ++ to iterators.
4812 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
4814 Work around portability problems summarized by Nelson H. F. Beebe in
4815 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
4817 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
4818 that '#include <string>' works.
4820 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
4821 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
4822 "warning: sorry: semantics of inline function static data `const
4823 unsigned char translate_table[262]' are wrong (you'll wind up with
4826 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
4827 or, xor to not_, and_, or_, and xor_, respectively. This works
4828 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
4829 random system header somewhere that includes the equivalent of
4832 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
4833 -E" works; it apparently doesn't work with PathScale EKO Compiler
4836 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
4838 During deterministic GLR operation, user actions should be able to
4839 influence the parse by changing yychar. To make this easier to fix and
4840 to make glr.c easier to evolve in general, don't maintain yytoken in
4841 parallel with yychar; just compute yytoken when needed.
4842 * tests/glr-regression.at (Incorrect lookahead during deterministic
4843 GLR): Check that setting yychar in a user action has the intended
4845 * data/glr.c (yyGLRStack): Remove yytokenp member.
4846 (yyclearin): Don't set *yytokenp.
4847 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
4848 yychar rather than *yytokenp to determine the current lookahead.
4849 Compute yytoken locally when needed.
4850 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
4853 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
4854 after `--report' documentation.
4856 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
4858 * src/parse-gram.y (grammar_declaration): Location of printer
4859 symbol is @1, not list->location. Bug reported by twlevo.
4860 * tests/input.at (Incompatible Aliases): Adjust to above change.
4862 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
4864 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
4865 all the test at once. This makes the output easier to read in the
4868 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
4869 got from <http://bro-ids.org/download.html>. The bug is that
4870 when two actions appeared in succession, the second one was
4871 scanned before the first one was added to the grammar rule
4872 as a midrule action. Bison then output the incorrect warning
4873 "parse.y:905.17-906.36: warning: unused value: $3".
4874 * src/parse-gram.y (BRACED_CODE, action): These are no longer
4875 associated with a value.
4876 (rhs): Don't invoke grammar_current_rule_action_append.
4877 (action): Invoke it here instead.
4878 * src/reader.c (grammar_midrule_action): Now extern.
4879 (grammar_current_rule_action_append): Don't invoke
4880 grammar_midrule_action; that is now the scanner's job.
4881 * src/reader.h (last_string, last_braced_code_loc):
4882 (grammar_midrule_action): New decls.
4883 * src/scan-gram.l (last_string): Now extern, sigh.
4884 (last_braced_code_loc): New extern variable.
4885 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
4886 rule already has an action.
4887 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
4888 * tests/input.at (AT_CHECK_UNUSED_VALUES):
4889 Add some tests to check that the above changes fixed the bug.
4891 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
4893 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
4894 All used changed. Check whether the symbol has a destructor,
4895 not whether it is typed.
4896 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
4897 that the values are still reported as unused. All line numbers
4900 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
4902 Work around a bug in bro 0.8, which underparenthesizes its
4903 definition of YYLLOC_DEFAULT.
4904 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
4906 * data/lalr1.cc: Likewise.
4907 * data/yacc.cc: Likewise.
4909 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
4911 Work around a bug in Pike 7.0, and give the Pike folks a
4912 better way to override the usual int widths.
4913 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
4914 user can override the types.
4915 (short): #undef, to work around a bug in Pike 7.0.
4916 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
4917 (union yyalloc.yyss): Use yytype_int16 rather than short.
4919 (yysigned_char): Remove.
4920 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
4921 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
4922 * tests/regression.at (Web2c Actions): Adjust to above changes.
4924 * src/reader.c (check_and_convert_grammar): New function.
4925 (reader): Close the input file even if something went wrong during
4926 parsing. Minor file descriptor leak reported by twlevo.
4928 * src/assoc.c (assoc_to_string): Use a default: abort (); case
4929 to pacify gcc -Wswitch-default.
4930 * src/scan-gram.l (adjust_location): Use a default: break; case
4931 to pacify gcc -Wswitch-default.
4932 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
4933 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
4934 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
4935 Move these decls to scan-skel.l, since they don't need to be
4937 * src/scan-skel.l: Accept the above decls.
4938 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
4941 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
4943 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
4944 since we don't want to insist on a version number at the start
4945 of the changelog every time.
4946 * Makefile.maint: Sync from coreutils a bit better.
4947 (sc_trailing_blank): Renamed from sc_trailing_space.
4949 (sc_no_if_have_config_h, sc_require_config_h):
4950 (sc_prohibit_assert_without_use): New rules.
4951 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
4952 (sc_dd_max_sym_length): Fix leading spaces in rule.
4953 (sc_system_h_headers): Prefix with @.
4954 (sc_useless_cpp_parens, m4-check): Output line numbers.
4955 (changelog-check): Allow version only in head.
4956 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
4957 satisfy new Makefile.maint rule.
4958 * data/glr.c: Likewise.
4959 * data/glr.cc: Likewise.
4960 * data/lalr1.cc: Likewise.
4961 * data/yacc.c: Likewise.
4962 * lib/ebitsetv.c: Likewise.
4963 * lib/lbitset.c: Likewise.
4964 * lib/subpipe.c: Likewise.
4965 * lib/timevar.c: Likewise.
4966 * src/system.h: Likewise.
4967 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
4968 * djgpp/Makefile.maint: Add copyright notice.
4969 * djgpp/README.in: Likewise.
4970 * djgpp/config.bat: Likewise.
4971 * djgpp/config.site: Likewise.
4972 * djgpp/config_h.sed: Likewise.
4973 * djgpp/djunpack.bat: Likewise.
4974 * djgpp/config.sed: Fix copyright notice to match standard format.
4975 * djgpp/subpipe.h: Likewise.
4976 * lib/bitsetv-print.c: Likewise.
4977 * lib/bitsetv.c: Likewise.
4978 * lib/subpipe.h: Likewise.
4979 * lib/timevar.c: Likewise.
4980 * lib/timevar.h: Likewise.
4981 * djgpp/subpipe.c: Use standard recipe for config.h.
4982 * lib/abitset.c: Likewise.
4983 * lib/bitset.c: Likewise.
4984 * lib/bitset_stats.c: Likewise.
4985 * lib/bitsetv-print.c: Likewise.
4986 * lib/bitsetv.c: Likewise.
4987 * lib/ebitsetv.c: Likewise.
4988 * lib/get-errno.c: Likewise.
4989 * lib/lbitset.c: Likewise.
4990 * lib/subpipe.c: Likewise.
4991 * lib/timevar.c: Likewise.
4992 * lib/vbitset.c: Likewise.
4993 * tests/local.at: Likewise.
4994 * src/scan-gram.l: Don't include verify.h, since system.h does
4996 * .x-sc_require_config_h: New file.
4997 * .x-sc_unmarked_diagnostics: New file.
4999 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
5001 Be a bit more systematic about using 'abort'.
5002 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
5003 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
5004 Put 'default: abort ();' before some other case, to satisfy older
5006 * lib/bitset_stats.c (bitset_stats_init): Likewise.
5007 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
5008 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
5009 * src/conflicts.c (resolve_sr_conflict): Likewise.
5010 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
5011 (get_decision_str, get_orientation_str, get_node_alignment_str):
5012 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
5013 (get_linestyle_str, get_arrowstyle_str): Likewise.
5014 * src/conflicts.c (resolve_sr_conflict):
5015 Use a default case rather than one for the one remaining enum
5016 value, to catch invalid enum values as well.
5017 * src/lalr.c (set_goto_map, map_goto):
5018 Prefer "assert (FOO);" to "if (!FOO) abort ();".
5019 * src/nullable.c (nullable_compute, token_definitions_output):
5021 * src/reader.c (packgram, reader): Likewise.
5022 * src/state.c (transitions_to, state_new, state_reduction_find):
5024 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
5025 (symbol_pack): Likewise.
5026 * src/tables.c (conflict_row, pack_vector): Likewise.
5027 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
5028 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
5029 * src/system.h: Don't include <assert.h>.
5030 (assert): New macro.
5032 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
5033 (Destructor Decl, Parser Function, Pure Calling):
5034 Describe rules for braces inside C code more carefully.
5036 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
5038 Fix some porting glitches found by Nelson H. F. Beebe.
5039 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
5040 compilers that don't understand that abort () does not return.
5041 * src/state.c (transitions_to): Likewise.
5042 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
5043 that '#include <cstdlib>' works.
5044 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
5045 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
5046 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
5047 for the benefit of some pre-C99 compilers.
5049 * bootstrap: Undo changes to gnulib files that autoreconf made.
5051 Minor fixups to get 'make maintainer-check' to work.
5052 * configure.ac: Don't use -Wnested-externs, as it's incompatible
5053 with the new verify.h implementation.
5054 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
5055 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
5056 * data/yacc.c (YYUSE): Likewise.
5057 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
5058 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
5059 * src/parse-gram.y (declaration): Don't pass a string constant
5060 to a function that expects char *, since GCC might complain
5061 about the constant value.
5062 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
5063 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
5064 before #defining them.
5065 * tests/glr-regression.at
5066 (Incorrectly initialized location for empty right-hand side in GLR):
5067 In yyerror, use the msg arg.
5068 (Corrupted semantic options if user action cuts parse):
5069 (Incorrect lookahead during deterministic GLR):
5070 (Incorrect lookahead during nondeterministic GLR):
5071 Don't name a local var 'index'; it shadows string.h's 'index'.
5073 2006-01-19 Akim Demaille <akim@epita.fr>
5075 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
5076 location, not just parts of it.
5078 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
5080 * NEWS: Document the fact that multiple %unions are now allowed.
5081 * doc/bison.texinfo (Union Decl): Likewise.
5082 * TODO: This feature is now implemented, so remove it from
5085 * Makefile.maint: Merge with coreutils Makefile.maint.
5086 (CVS_LIST): Use build-aux version if available.
5087 (VERSION_REGEXP): New macro.
5088 (syntax-check-rules): Add sc_no_if_have_config_h,
5089 sc_prohibit_assert_without_use, sc_require_config_h,
5090 sc_useless_cpp_parens.
5091 (sc_obsolete_symbols): Check for O_NDELAY.
5092 (sc_dd_max_sym_length): Track coreutils.
5093 (sc_unmarked_diagnostics): Look in all files, not just *.c.
5094 (sc_useless_cpp_parens): New rule.
5095 (news-date-check): Look for version or today's date.
5096 (changelog-check): Don't require version number near head.
5097 (copyright-check): Use current year instead of hardwiring 2005.
5098 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
5099 (announcement): Add --gpg-key-ID.
5101 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
5104 Avoid undefined behavior that addressed just before the start of an
5105 array. Problem reported by twlevo.
5106 * src/reader.c (packgram): Prepend a new sentinel before ritem.
5107 * src/lalr.c (build_relations): Rely on new sentinel.
5108 * src/gram.c (gram_free): Adjust to new sentinel.
5110 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
5112 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
5113 yylookaheadNeeds. All uses updated.
5114 (yysplitStack): Rename local yynewLookaheadStatuses to
5115 yynewLookaheadNeeds.
5116 * data/glr-regression.at (Incorrect lookahead during nondeterministic
5117 GLR): In comments, change `lookahead status' to `lookahead need'.
5119 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5121 * data/glr.c (yysplitStack): A little stylistic rewrite.
5123 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5125 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
5127 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
5129 * doc/bison.texinfo: Fix some typos.
5130 (GLR Semantic Actions): New subsection discussing special
5131 considerations because GLR semantic actions might be deferred.
5132 (Actions): Mention look-ahead usage of yylval.
5133 (Actions and Locations): Mention look-ahead usage of yylloc.
5134 (Special Features for Use in Actions): Add YYEOF entry and mention it
5135 in the yychar entry.
5136 In the yychar entry, remove mention of the local yychar case (pure
5137 parser) since this is irrelevant information when writing semantic
5138 actions and since it's already discussed in `Table of Symbols' where
5139 yychar is otherwise described as an external variable.
5140 In the yychar entry, don't call it the `current' look-ahead since it
5141 isn't when semantic actions are deferred.
5142 In the yychar and yyclearin entries, add note about deferred semantic
5144 Add yylloc and yylval entries discussing look-ahead usage.
5145 (Look-Ahead Tokens): When discussing yychar, don't call it the
5146 `current' look-ahead, and do mention yylval and yylloc.
5147 (Error Recovery): Cross-reference `Action Features' when mentioning
5149 (Table of Symbols): In the yychar entry, don't call it the `current'
5151 In the yylloc and yylval entries, mention look-ahead usage.
5153 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
5155 * tests/glr-regression.at: Update copyright year to 2006.
5157 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5159 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
5160 use during nondeterministic operation to track which stacks have
5161 actually needed the current lookahead.
5162 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
5163 Allocate, deallocate, resize, and otherwise shuffle space for
5164 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
5165 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
5166 appropriately during nondeterministic operation.
5167 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
5168 members to store the current lookahead to be used by the deferred
5170 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
5171 from which the RHS is taken. Set the lookahead members of the new
5172 yySemanticOption according to the lookahead status for stack yyk.
5173 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
5174 yyaddDeferredAction.
5175 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
5176 members of yySemanticOption before invoking yyuserAction, and then set
5177 them back to their current values afterward.
5178 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
5179 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
5180 * tests/glr-regression.at: Remove `.' from the ends of recent test case
5181 titles for consistency.
5182 (Leaked merged semantic value if user action cuts parse): In order to
5183 suppress lint warnings, use arguments in merge function, and assign
5184 char value < 128 in main.
5185 (Incorrect lookahead during deterministic GLR): New test case.
5186 (Incorrect lookahead during nondeterministic GLR): New test case.
5188 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5190 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
5191 !yyvaluep as signal that no semantic value is available to print.
5192 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
5193 to print a semantic value.
5195 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5197 * tests/glr-regression.at: For consistency with my newer test cases,
5200 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
5202 * data/glr.c (yyresolveValue): When merging semantic options, if at
5203 least one user action succeeds but a later one cuts the parse, then
5204 destroy the semantic value before returning rather than leaking it.
5205 (yyresolveStates): If a user action cuts the parse and thus
5206 yyresolveValue fails, ignore the (unset) semantic value rather than
5207 corrupting the yyGLRState, and empty the semantic options list since
5208 the user actions should have called all necessary destructors.
5209 Simplify code with YYCHK.
5210 * tests/glr-regression.at (Corrupted semantic options if user action
5211 cuts parse): New test case.
5212 (Undesirable destructors if user action cuts parse): New test case.
5213 Before applying any of this patch, this test case never actually failed
5214 for me... but only because the corrupted semantic options usually
5216 (Leaked merged semantic value if user action cuts parse): New test
5219 2006-01-05 Akim Demaille <akim@epita.fr>
5221 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
5223 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
5225 * data/c.m4 (b4_c_modern): New macro, with a new provision for
5226 _MSC_VER. Problem reported by Cenzato Marco.
5227 (b4_c_function_def): Use it.
5228 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
5230 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
5231 than rolling our own.
5233 2006-01-04 Akim Demaille <akim@epita.fr>
5235 Also warn about non-used mid-rule values.
5236 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
5238 (symbol_list_new): Adjust.
5239 * src/reader.c (symbol_typed_p): New.
5240 (grammar_rule_check): Use it.
5241 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
5243 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
5245 * tests/actions.at (Exotic Dollars): Adjust.
5247 2006-01-04 Akim Demaille <akim@epita.fr>
5249 * src/reader.c (grammar_midrule_action): If $$ is set in a
5250 mid-rule, move the `used' bit to its lhs.
5251 * tests/input.at (Unused values): New.
5252 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
5254 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
5256 * doc/bison.texinfo (Bison Options): Say more accurately what
5258 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
5259 about declarations in the grammar when in Yacc mode, as POSIX does
5260 not require a diagnostic when the grammar uses extensions.
5262 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
5264 Warn about dubious constructions like "%token T T".
5266 * src/symtab.h (struct symbol.declared): New member.
5267 * src/symtab.c (symbol_new): Initialize it to false.
5268 (symbol_class_set): New arg DECLARING, specifying whether
5269 this is a declaration that we want to warn about, if there
5270 is more than one of them. All uses changed.
5272 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
5273 Allow multiple %union directives, whose contents concatenate.
5274 * src/parse-gram.y (grammar_declaration): Likewise.
5275 Use muscle_code_grow, so that we don't need stype_line any more.
5278 * src/muscle_tab.c (muscle_grow): Fix comment.
5280 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
5281 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
5282 Update copyright year to 2006.
5284 2006-01-03 Akim Demaille <akim@epita.fr>
5286 Have glr.cc pass (some of) the calc.at tests.
5287 * data/glr.cc (b4_parse_param_orig): New.
5288 (b4_parse_param): Improve its definition, and bound it more
5289 clearly in the skeleton.
5290 (b4_epilogue): Append, instead of prepending, in order to keep
5292 Simplify the generation of auxiliary functions: locations and
5293 purity are mandated.
5294 (b4_global_tokens_and_yystype): Honor it.
5295 * data/location.cc (c++.m4): Don't include it.
5296 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
5298 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
5300 Be sure to initialize the first position's filename.
5301 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
5303 (AT_CHECK_CALC_GLR_CC): New.
5304 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
5306 2006-01-02 Akim Demaille <akim@epita.fr>
5308 * src/output.c (output_skeleton): Don't hard wire the inclusion of
5310 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
5311 * data/glr.cc: Do not include stack.hh.
5313 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
5315 * data/glr.c: Reformat whitespace with tabs.
5316 (b4_lpure_formals): Remove this unused m4 macro.
5317 * tests/cxx-type.at: Reformat whitespace with tabs.
5318 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
5319 since it's a member. Rename type to isNterm for clarity.
5321 2005-12-29 Akim <akim@sulaco.local>
5323 Let glr.cc catch up with symbol_value_print.
5324 * data/glr.cc (b4_yysymprint_generate): Replace by...
5325 (b4_yy_symbol_print_generate): this.
5326 (yy_symbol_print, yy_symbol_value_print): Declare them.
5328 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
5330 * src/location.h (boundary): Note that a line or column equal
5331 to INT_MAX indicates an overflow.
5332 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
5333 (rule_length_overflow, increment_rule_length, add_column_width):
5335 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
5336 (<SC_BRACED_CODE>"}"):
5337 Use increment_rule_length rather than incrementing it by hand.
5338 (adjust_location, handle_syncline): Diagnose overflow.
5339 (handle_action_dollar, handle_action_at):
5340 Fix bug with monstrosities like $-2147483648.
5341 Remove now-unnecessary checks.
5342 (scan_integer): Verify assumptions and remove now-unnecessary checks.
5343 (convert_ucn_to_byte): Verify assumptions.
5344 (handle_syncline): New arg LOC. All callers changed.
5345 Don't store through a value derived from char const * pointer.
5347 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
5350 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
5352 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
5353 Remove unnecessary forward static decls.
5355 2005-12-27 Akim Demaille <akim@epita.fr>
5357 * src/reader.c (grammar_current_rule_check): Also check that $$
5359 Take the rule to check as argument, hence rename as...
5360 (grammar_rule_check): this.
5361 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
5363 (grammar_rule_begin, grammar_rule_end): these, for consistency.
5364 (grammar_midrule_action, grammar_symbol_append): Now static.
5365 * tests/torture.at (input): Don't rely on the default action
5366 being always performed.
5367 * tests/calc.at: "Set" $$ even when the action is "cut" with
5369 * tests/actions.at (Exotic Dollars): Instead of using unused
5370 values, check that the warning is issued.
5372 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
5374 * NEWS: Improve wording for unused-value warnings.
5376 2005-12-22 Akim Demaille <akim@epita.fr>
5378 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
5379 (b4_yysymprint_generate): Rename as...
5380 (b4_yy_symbol_print_generate): this.
5381 Generate yy_symbol_print instead of yysymprint.
5382 Generate also yy_symbol_value_print, and use it.
5384 2005-12-22 Akim Demaille <akim@epita.fr>
5386 * NEWS: Warn about unused values.
5387 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
5389 (symbol_list_n_get, symbol_list_n_used_set): New.
5390 (symbol_list_n_type_name_get): Use symbol_list_n_get.
5391 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
5392 * src/reader.c (grammar_current_rule_check): Check that values are
5394 * src/symtab.c (symbol_print): Accept 0.
5395 * tests/existing.at: Remove the type information.
5397 Remove useless actions (beware of mid-rule actions: perl -000
5398 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
5399 * tests/actions.at (Exotic Dollars): Use unused values.
5400 * tests/calc.at: Likewise.
5401 * tests/glr-regression.at (No users destructors if stack 0 deleted):
5404 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
5407 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
5409 Undo 2005-12-01 tentative license wording change. The wording is
5410 still being reviewed by the lawyers, and we don't want to wait for
5411 them before publishing a test release. For now, revert to the
5413 * NEWS: Undo 2005-12-01 change.
5414 * data/glr.c: Revert to previous license wording.
5415 * data/glr.cc: Likewise.
5416 * data/lalr1.cc: Likewise.
5417 * data/location.cc: Likewise.
5418 * data/yacc.c: Likewise.
5420 * NEWS: Reword %destructor vs YYABORT etc.
5421 * data/glr.c: Use American spacing, for consistency.
5422 * data/glr.cc: Likewise.
5423 * data/lalr1.cc: Likewise.
5424 * data/yacc.c: Likewise.
5425 * data/yacc.c: Reformat comments slightly.
5426 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
5427 for consistency. Fix some spelling errors and reword recently-included
5429 * tests/cxx-type.at: Cast results of malloc, for C++.
5431 2005-12-21 Joel E. Denny <address@hidden>
5433 * tests/cxx-type.at: Construct a tree, count the parents of shared
5434 nodes, and free each node once and only once. Previously, the memory
5435 for semantic values was leaked instead.
5437 2005-12-21 Joel E. Denny <address@hidden>
5439 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
5440 (yylval, yylloc): If pure, #define to yystackp->yyval and
5441 yystackp->yyloc similar to yychar and yynerrs.
5442 (yyparse): If pure, remove local yylval and yylloc. Add local
5443 yystackp to accommodate pure definitions of yylval and yylloc.
5444 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
5445 yylvalp and yyllocp to &yylval and &yylloc.
5446 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
5447 namespace. Previously, nerrs and char were missing, but lval and lloc
5449 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
5450 yylvalp and yyllocp parameters since, if pure, these are now always
5451 accessible through yystackp. If not pure, they are still accessible
5453 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
5454 `if (YYID (N))' to pacify lint.
5456 2005-12-21 Akim Demaille <akim@epita.fr>
5458 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
5459 destroy the RHS symbols of a rule.
5460 * data/yacc.c (yylen): Initialize to 0.
5461 Keep its value to the number of items to possibly shift.
5462 In particular, a regular successful parse that ends on YYFINAL by
5463 a (internal) YYACCEPT must not have yylen != 0.
5464 (yyerrorlab, yyreturn): Pop the RHS.
5465 Reorder a bit to emphasize the `shifting' bits of code.
5466 (YYPOPSTACK): Now accept a number of items to pop.
5467 * data/lalr1.cc: Likewise.
5468 * data/glr.c: Formatting changes.
5469 Use goto instead of fall through.
5470 * doc/bison.texinfo (Destructor Decl): Complete.
5472 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5474 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
5475 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
5476 * djgpp/config.bat: Replace every occurence of the file name
5477 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
5478 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
5479 * djgpp/config.sed: Replace every occurence of the file name
5480 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
5481 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
5482 * djgpp/djunpack.bat: DJGPP specific file.
5483 * djgpp/fnchange.lst: DJGPP specific file.
5484 * djgpp/README.in: Add new information about how to unpack the bison
5485 source on MSDOS and other systems which have 8.3 file name restrictions
5486 using djunpack.bat and fnchange.lst.
5488 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
5490 * bootstrap (build_cvs_prefix): Remove; unused.
5491 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
5492 when getting gnulib.
5494 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
5496 * data/glr.c: Reorder typedef declarations for structs to match order
5497 of struct declarations.
5498 Rename yystack everywhere to yystackp except in yyparse where it's not
5500 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
5502 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
5503 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
5504 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
5507 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
5509 * tests/sets.at (Accept): Fix typos in regular expression used to
5510 sed out the final state number.
5512 Work around portability problem on Solaris 10: flex-generated
5513 files include <stdio.h> before <config.h>, which messes up
5514 because the latter defines __EXTENSIONS__. Address the problem
5515 by creating two new little files that include <config.h> first,
5516 then include the flex-generated files. Rewrite everyone else
5517 to include <config.h> first, as well.
5518 * lib/timevar.c: Always include "config.h".
5519 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
5520 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
5521 (EXTRA_bison_SOURCES): New macro.
5522 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
5523 * src/system.h: Don't include config.h.
5524 * src/LR0.c: Include <config.h> first.
5525 * src/assoc.c: Likewise.
5526 * src/closure.c: Likewise.
5527 * src/complain.c: Likewise.
5528 * src/conflicts.c: Likewise.
5529 * src/derives.c: Likewise.
5530 * src/files.c: Likewise.
5531 * src/getargs.c: Likewise.
5532 * src/gram.c: Likewise.
5533 * src/lalr.c: Likewise.
5534 * src/location.c: Likewise.
5535 * src/main.c: Likewise.
5536 * src/muscle_tab.c: Likewise.
5537 * src/nullable.c: Likewise.
5538 * src/output.c: Likewise.
5539 * src/parse-gram.y: Likewise.
5540 * src/print.c: Likewise.
5541 * src/print_graph.c: Likewise.
5542 * src/reader.c: Likewise.
5543 * src/reduce.c: Likewise.
5544 * src/relation.c: Likewise.
5545 * src/state.c: Likewise.
5546 * src/symlist.c: Likewise.
5547 * src/symtab.c: Likewise.
5548 * src/tables.c: Likewise.
5549 * src/uniqstr.c: Likewise.
5550 * src/vcg.c: Likewise.
5552 * src/parse-gram.y: Fix minor problems uncovered by lint.
5553 (current_lhs, current_lhs_location): Now static.
5554 (current_assoc): Remove unused variable.
5556 Cleanups so that Bison-generated parsers have less lint.
5557 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
5558 Prepend /*ARGSUSED*/, for lint's sake.
5559 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
5560 definition if 'lint' is defined.
5561 (YYID): New macro (or function, if lint).
5562 All uses of /*CONSTCOND*/0 replaced by YYID(0).
5563 * data/yacc.c: Likewise.
5564 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
5565 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
5566 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
5568 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
5569 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
5570 Use YYID(0) rather than 0, for lint.
5571 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
5572 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
5574 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
5576 * tests/glr-regression.at
5577 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
5578 Close memory leak reported by twlevo.
5580 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
5582 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
5584 (yyparse): Iterate another stack in order to call user destructors.
5585 * tests/glr-regression.at (No users destructors if stack 0 deleted):
5587 (Duplicated user destructor for lookahead): This test now is expected
5590 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
5592 * NEWS: Document the following change.
5593 * data/yacc.c: Say "parser skeleton" rather than "file", since
5594 it's no longer just a file.
5595 * data/glr.c: Grant a special exception for C GLR parsers, that
5596 reads like the already-existing exception for C LALR(1) parsers.
5597 * data/glr.cc: Likewise.
5598 * data/lalr1.cc: Likewise.
5599 * data/location.cc: Likewise.
5600 * data/yacc.c: Reword the "written by" statement to clarify that
5601 it was the parser skeleton, not the entire output file.
5602 * data/glr.c: Written by Paul Hilfinger.
5603 * data/glr.cc: Written by Akim Demaille.
5604 * data/lalr1.cc: Likewise.
5606 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
5608 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
5609 Fix typos in previous change that broke 'make check'.
5610 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
5612 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
5613 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
5614 We can revert this once things settle down.
5616 * src/conflicts.c (conflicts_print): Don't print file name twice
5617 when %expect fails because there were no conflicts.
5618 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
5620 * tests/conflicts.at (%expect not enough, %expect too much):
5621 (%expect with reduce conflicts): Adjust to new behavior.
5623 2005-11-18 Akim Demaille <akim@epita.fr>
5625 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
5627 * NEWS: Document this.
5628 * doc/bison.texinfo (Expect Decl): Likewise.
5630 2005-11-16 Akim Demaille <akim@epita.fr>
5632 Generalize the display of semantic values and locations in traces.
5633 * data/glr.c (yy_reduce_print): Fix indices (again).
5634 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
5636 * data/lalr1.cc (yyreduce_print): Rename as...
5637 (yy_reduce_print): this.
5638 Display values and locations.
5639 * data/yacc.c (yy_reduce_print): Likewise.
5640 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
5641 (yysymprint): Move higher to be visible from yy_reduce_print).
5643 * tests/calc.at: Adjust the expected length of the traces.
5645 2005-11-14 Akim Demaille <akim@epita.fr>
5647 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
5648 from 1 to N, while values and location start at 0.
5649 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
5651 2005-11-14 Akim Demaille <akim@epita.fr>
5653 * data/glr.c (yy_reduce_print): Fix the $ number.
5655 2005-11-14 Akim Demaille <akim@epita.fr>
5657 "Use" parse parameters.
5658 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
5659 * data/glr.c, data/glr.cc: Use them.
5660 * data/glr.c (YYUSE): Have a C++ definition that supports
5663 2005-11-14 Akim Demaille <akim@epita.fr>
5665 * data/glr.c (yyexpandGLRStack): Declare only if defined.
5667 2005-11-14 Akim Demaille <akim@epita.fr>
5670 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5672 2005-11-12 Akim Demaille <akim@epita.fr>
5674 Let position and location be PODs.
5675 * data/location.cc (position::initialize, location::initialize): New.
5676 (position::position, location::location): Define only if
5677 b4_location_constructors is defined.
5678 * data/lalr1.cc (b4_location_constructors): Define it for backward
5680 * doc/bison.texinfo (Initial Action Decl): Use initialize.
5682 2005-11-12 Akim Demaille <akim@epita.fr>
5684 * data/lalr1.cc: Move the body of the ctor and dtor into the
5685 parser file (instead of the header).
5686 Wrap the implementations in a "namespace yy".
5688 2005-11-12 Akim Demaille <akim@epita.fr>
5690 Have glr.c include its header file when created.
5691 * data/glr.c (b4_shared_declarations): New.
5692 Output them verbatim in the parser if !%defines, otherwise
5693 output then in the header file, and include it instead.
5695 2005-11-11 Akim Demaille <akim@epita.fr>
5697 * data/glr.c: Comment changes.
5699 2005-11-11 Akim Demaille <akim@epita.fr>
5701 When yydebug, report semantic and location values for reductions.
5702 * data/glr.c (yy_reduce_print): Report the semantic values and the
5704 (YY_REDUCE_PRINT): Adjust.
5705 (yyglrReduce): Use them.
5706 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
5707 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
5708 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
5711 2005-11-10 Akim Demaille <akim@epita.fr>
5713 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
5714 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
5715 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
5717 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
5719 * m4/cxx.m4, examples/Makefile.am: Don't build
5720 examples/calc++ if no C++ compiler is available. (trivial change)
5722 2005-11-09 Akim Demaille <akim@epita.fr>
5724 * src/scan-skel.l: Use a couple of asserts.
5726 2005-11-03 Akim Demaille <akim@epita.fr>
5728 In some (weird) cases, the final state number is incorrect.
5729 Reported by Alexandre Duret-Lutz.
5730 * src/LR0.c (state_list_append): Remove the computation of
5732 (save_reductions): Do it here.
5733 (get_state): Alpha conversion.
5734 (generate_states): Use a for loop.
5735 * src/gram.h (item_number_is_rule_number)
5736 (item_number_is_symbol_number): New.
5737 * src/state.c: Use assert.
5738 * src/system.h: Include assert.h.
5739 * tests/sets.at (Accept): New.
5741 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5743 * data/glr.c (yyfill): Adjust comment.
5744 (yyresolveAction): Initialize default location properly
5745 for empty right-hand sides.
5746 (yydoAction): Ditto.
5747 Add comment explaining apparently dead code.
5748 * tests/glr-regression.at
5749 (Incorrectly initialized location for empty right-hand side in GLR):
5752 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
5754 * bootstrap (cleanup_gnulib): New function. Use it to clean up
5755 gnulib when interrupted. This fixes some race conditions and
5756 works around some portability problems (one noted by Paul
5759 2005-10-22 Akim <akim@epita.fr>
5761 * Makefile.cfg: Adjust to config -> build-aux.
5764 2005-10-21 Akim Demaille <akim@epita.fr>
5766 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
5768 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
5769 * data/yacc.c (b4_Pure_if): Rename as...
5770 (b4_yacc_pure_if): this.
5771 (YY_SYMBOL_PRINT, yyparse): Adjust.
5772 * doc/bison.texinfo: Formatting changes.
5774 2005-10-21 Akim Demaille <akim@epita.fr>
5776 Finish the transition config -> build-aux.
5777 * configure.ac, Makefile.am: Use build-aux.
5778 * config/prev-version, config/announce-gen, config/Makefile.am:
5780 * build-aux/prev-version, build-aux/announce-gen,
5781 * build-aux/Makefile.am: here.
5783 2005-10-14 Akim Demaille <akim@epita.fr>
5785 * examples/calc++/test: Use set -x only when VERBOSE.
5787 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
5789 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
5790 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
5792 2005-10-13 Akim Demaille <akim@epita.fr>
5794 * src/scan-skel.l: Output the base name parts of the parser and
5796 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
5798 Use this to exercise C++ outputs in subdirs.
5799 Reported by Oleg Smolsky.
5801 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
5803 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
5804 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
5805 Problem reported by John P. Hartmann.
5806 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
5809 2005-10-12 Akim Demaille <akim@epita.fr>
5811 * src/parse-gram.y (version_check): Exit 63 to please missing
5812 (stands for "version mismatch).
5813 * tests/input.at, doc/bison.texinfo: Adjust.
5815 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
5817 Work around portability problems with Visual Age C compiler
5818 (xlc and xlC_r) reported by John P. Hartmann.
5819 * data/location.cc (initial_column, initial_line): Remove.
5820 All uses replaced by 0 and 1.
5821 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
5822 that xlc complains about.
5823 * src/scan-skel.l (skel_wrap): Likewise.
5824 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
5826 * data/yacc.c (YYMODERN_C): New macro, which also looks at
5827 __STDC_VERSION__. Use it everywhere instead of looking at
5828 __STDC__ and __cplusplus.
5830 2005-10-10 Akim Demaille <akim@epita.fr>
5832 * examples/calc++/test: Be quiet unless VERBOSE.
5834 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
5836 * data/c.m4 (yydestruct, yysymprint):
5837 Use YYUSE instead of casting to void.
5838 * data/glr.c (YYUSE): New macro.
5839 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
5840 Use it instead of rolling our own.
5841 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
5843 Use /*CONSTCOND*/ to suppress lint warnings.
5844 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
5845 (YY_STACK_PRINT): Use 'false' not '0'.
5847 (yysymprint_, yydestruct_): Use it instead of rolling our own.
5848 * data/yacc.c (YYUSE): New macro.
5849 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
5850 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
5851 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
5854 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
5855 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
5857 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
5859 Undo the parts of the unlocked-I/O change that substituted
5860 putc or puts for printf. This might hurt performance a bit,
5861 but some people prefer the printf style.
5862 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
5863 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
5864 All uses replaced by YYFPRINTF and YYDPRINTF.
5865 * data/yacc.c: Likewise.
5866 * lib/bitset.c (bitset_print): Likewise.
5867 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
5869 * lib/lbitset.c (debug_lbitset): Likewise.
5870 * src/closure.c (print_firsts, print_fderives): Likewise.
5871 * src/gram.c (grammar_dump): Likewise.
5872 * src/lalr.c (look_ahead_tokens_print): Likewise.
5873 * src/output.c (escaped_output): Likewise.
5874 (user_actions_output): Break apart two printfs.
5875 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
5876 * src/reduce.c (reduce_print): Likewise.
5877 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
5878 * src/system.h: Include unlocked-io.h rathe than stdio.h.
5880 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
5881 Use assignments rather than casts-to-void to suppress
5882 unused-variable warnings. This pacifies 'lint'.
5883 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
5884 unused-variable warnings.
5886 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5888 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
5890 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
5892 Use unlocked I/O for a minor performance improvement on hosts like
5893 GNU/Linux and Solaris that support unlocked I/O. The basic idea
5894 is to use the gnlib unlocked-io module, and to prefer putc and
5895 puts to printf when either will work (since the latter doesn't
5896 come in an unlocked flavor).
5897 * bootstrap (gnulib_modules): Add unlocked-io.
5898 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
5899 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
5900 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
5901 and similarly for puts and putc and printf.
5902 * data/yacc.c: Likewise.
5903 * lib/bitset.c (bitset_print): Likewise.
5904 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
5905 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
5907 * lib/lbitset.c (debug_lbitset): Likewise.
5908 * src/closure.c (print_firsts, print_fderives): Likewise.
5909 * src/gram.c (grammar_dump): Likewise.
5910 * src/lalr.c (look_ahead_tokens_print): Likewise.
5911 * src/output.c (escaped_output): Likewise.
5912 (user_actions_output): Coalesce two printfs.
5913 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
5914 * src/reduce.c (reduce_print): Likewise.
5915 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
5916 * src/system.h: Include unlocked-io.h rather than stdio.h.
5918 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
5919 this confuses xgettext.
5921 2005-10-02 Akim Demaille <akim@epita.fr>
5923 * bootstrap (gnulib_modules): Add strverscmp.
5924 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
5925 * m4/.cvsignore: Add strverscmp.m4.
5926 * src/parse-gram.y (%require): New token, new rule.
5927 (version_check): New.
5928 * src/scan-gram.l (%require): Adjust.
5929 * tests/input.at (AT_REQUIRE): New.
5931 * doc/bison.texinfo (Require Decl): New.
5932 (Calc++ Parser): Use %require.
5934 2005-10-02 Akim Demaille <akim@epita.fr>
5936 * data/location.cc: New.
5938 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
5939 Akim Demaille <akim@epita.fr>
5941 Make sure -odir/foo.cc creates dir/location.hh etc.
5942 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
5943 (spec_file_prefix, spec_verbose_file, spec_graph_file)
5944 (spec_defines_file): Now const.
5946 (short_base_name): Remove.
5947 * src/files.c: Adjust.
5948 (dirname.h): Include.
5949 (base_name): Don't prototype it.
5950 (finput): Remove, duplicates gram_in.
5951 (full_base_name, short_base_name): Replace by...
5952 (all_but_ext, all_but_tab_ext): these.
5953 (compute_base_names): Rename as...
5954 (compute_file_name_parts): this.
5955 Update to compute the new variables, including dir_prefix.
5956 Adjust dependencies.
5957 * src/output.c (prepare): Output them.
5958 * src/reader.c: Adjust to use gram_in, not finput.
5959 * src/scan-skel.l (@dir_prefix@): New.
5961 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5963 * lib/subpipe.c: New function end_of_output_subpipe() added
5964 to allow support for non-posix systems. This is a no-op function
5967 * lib/subpipe.h: New function end_of_output_subpipe() added
5968 to allow support for non-posix systems. This is a no-op function
5971 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
5972 handle the lack of pipe/fork functionality on non-posix systems.
5974 * djgpp/Makefile.maint: DJGPP specific file.
5976 * djgpp/README.in: DJGPP specific file.
5978 * djgpp/config.bat: DJGPP specific configuration file.
5980 * djgpp/config.sed: DJGPP specific configuration file.
5982 * djgpp/config.site: DJGPP specific configuration file.
5984 * djgpp/config_h.sed: DJGPP specific configuration file.
5986 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
5988 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
5990 2005-10-02 Akim Demaille <akim@epita.fr>
5992 * data/location.cc: New, extract from...
5993 * data/lalr1.cc: here.
5994 (location.hh): Include it after the user prologue, in case the
5995 filename type is defined by the user.
5996 Forward declation location and position before the pre-prologue.
5997 (yyresult_): Rename as...
5998 (yyresult): this, it's a local variable, not an attribute.
5999 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
6001 2005-10-01 Akim Demaille <akim@epita.fr>
6003 * examples/extexi: Restore the #line generation.
6005 2005-09-30 Akim Demaille <akim@epita.fr>,
6006 Alexandre Duret-Lutz <adl@gnu.org>
6008 Move the token type and YYSTYPE in the parser class.
6009 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
6010 (parser::token): New, from the moved free definition of tokens.
6011 (parser::semantic_value): Now a full definition instead of an
6012 indirection to YYSTYPE.
6013 (b4_post_prologue): No longer included in the header file, but
6014 in the implementation file.
6015 * doc/bison.texi (C+ Language Interface): Update.
6016 * src/parse-gram.y: Support unary %define.
6017 * tests/actions.at: Define global_tokens_and_yystype for backward
6018 compatibility until we update the tests.
6019 * tests/calc.at: Idem.
6020 (first_line, first_column, last_line, last_column): Define for lalr1.cc
6021 to simplify the code.
6023 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
6025 Port to SunOS 4.1.4, which lacks strtoul and strerror.
6026 Ah, the good old days! Problem reported by Peter Klein.
6027 * bootstrap (gnulib_modules): Add strerror, strtoul.
6028 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
6029 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
6031 2005-09-29 Akim Demaille <akim@epita.fr>
6033 * data/c.m4 (b4_error_verbose_if): New.
6034 * data/lalr1.cc: Use it.
6035 (YYERROR_VERBOSE_IF): Remove.
6036 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
6037 parser members, replaced by...
6038 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
6040 (yysyntax_error_): Takes the state number as argument.
6041 (yyreduce_print_): Use the argument yyrule, not the former
6044 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
6046 * bootstrap (gnulib_modules): Add verify.
6047 * lib/.cvsignore: Add verify.h.
6048 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
6049 * src/system.h (verify): Remove.
6050 Include verify.h instead.
6051 * src/tables.c (tables_generate): Use new API for 'verify'.
6053 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
6055 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
6056 local variables whose names begin with 'yy'.
6057 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
6058 Trivial changes from Joel E. Denny.
6060 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
6062 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
6063 don't use alloca any more.
6065 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
6066 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
6067 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
6068 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
6069 to match yacc.c, to test more hosts.
6071 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
6073 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
6074 doesn't affect behavior.
6075 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
6077 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
6078 This works a bit better with glibc, if user code has already included
6080 * doc/bison.texinfo (Bison Parser): Document that users can't
6081 arbitrarily use malloc and free for other purposes. Document
6082 that <alloca.h> and <malloc.h> might be included.
6083 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
6084 user must declare alloca.
6086 * HACKING (release): Forwarn the Translation Project about
6089 2005-09-20 Akim Demaille <akim@epita.fr>
6091 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
6093 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
6095 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
6096 (YYSTACK_ALLOC_MAXIMUM): Use it.
6097 (yysyntax_error): New function.
6098 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
6099 multiple syntax errors are reported, and alloca is being used.
6100 Instead, reallocate buffers twice as big each time, so that
6101 we waste at most half the allocated memory. Start with a small
6102 (128-byte) buffer that will suffice in most cases anyway.
6103 Use yysyntax_error to do most of the work.
6105 * doc/bison.texinfo (Error Reporting, Table of Symbols):
6106 yynerrs is the number of errors reported, not the number of
6109 * tests/glr-regression.at (Duplicated user destructor for lookahead):
6110 Mark it as expected to fail.
6111 Cast result of malloc; problem reported by twlevo@xs4all.nl.
6112 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
6113 Don't start user-code symbols with "yy", to avoid name space problems.
6115 2005-09-19 Akim Demaille <akim@epita.fr>
6117 Remove the traits, failed experiment.
6118 It never proved useful, and anyway because of the current
6119 definition, it was not possible to have several specialization of
6120 this traits, making it useless.
6121 * data/lalr1.cc (yy:traits): Remove.
6122 Inline its definitions in the parser class.
6124 2005-09-19 Akim Demaille <akim@epita.fr>
6126 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
6127 least Mac OSX with a /usr/local install of gettext.
6129 2005-09-19 Akim Demaille <akim@epita.fr>
6131 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
6132 and yytoken for similarity with the other skeletons.
6134 2005-09-19 Akim Demaille <akim@epita.fr>
6136 * NEWS, configure.ac: update version number to 2.1a.
6138 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
6140 * NEWS: Version 2.1.
6142 * NEWS: Remove notice of yytname change, since it was never in an
6144 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
6146 * src/output.c (prepare): Likewise.
6147 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
6148 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
6149 is not defined. This is an awful hack, but it's enough for now.
6150 All callers changed.
6151 * tests/glr-regression-at (make_value): Args are const pointers now,
6152 to avoid GCC warning.
6153 (Duplicated user destructor for lookahead): New test. Currently
6154 skipped. It fails on my host but I'm not sure it'll always fail.
6156 2005-09-16 Akim Demaille <akim@epita.fr>
6158 * src/symtab.h (struct symbol): Declare the printer and destructor
6159 as const, to avoid accidental calls to free.
6160 (symbol_destructor_set, symbol_printer_set): Adjust.
6161 * src/symtab.c: Adjust.
6163 2005-09-16 Akim Demaille <akim@epita.fr>
6165 * data/c.m4 (b4_token_enums): New.
6166 (b4_token_defines): Rename as...
6167 (b4_token_enums_defines): this.
6168 (b4_token_defines): New, output only the #defines.
6169 * data/yacc.c, data/glr.c: Adjust.
6170 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
6171 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
6174 2005-09-16 Akim Demaille <akim@epita.fr>
6176 * data/lalr1.cc (yylex_): Remove, inline its code.
6177 (yyreport_syntax_error_): Remove, replaced by...
6178 (yysyntax_error_): this which returns a string and leaves to the
6179 caller the call to the users' error function.
6180 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
6181 Move from members of the parser object...
6182 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
6183 to local variables of the parse function.
6185 2005-09-16 Akim Demaille <akim@epita.fr>
6187 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
6188 since it's in Bison's name space.
6190 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
6192 * data/glr.c (yyresolveValue): Add default case to pacify
6193 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
6195 * NEWS: Document when yyparse started to return 2.
6196 * doc/bison.texinfo (Parser Function): Document when yyparse
6199 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
6200 (b4_filename_type): Renamed back from b4_file_name_type. All uses
6202 (class position): file_name -> filename (reverting). All uses changed.
6204 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
6206 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
6207 do anything if $@ exists. This reverts part of the 2005-07-07
6210 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
6212 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
6213 contains obsolete information and isn't worth distributing as a
6214 separate file anyway.
6215 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
6216 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
6217 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
6218 (yyparse): Abort if user code uses longjmp to throw an unexpected
6221 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
6223 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
6224 Suggested by twlevo@xs4all.nl.
6226 * data/glr.c (YYCHK1): Do not assume YYE is in range.
6227 This avoids a diagnostic from gcc -Wswitch-enum.
6228 Problem reported by twlevo@xs4all.nl.
6230 * doc/bison.texinfo: Don't use "filename", as per GNU coding
6231 standards. Use "file name" or "file" or "name", depending on
6233 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
6234 not to hack/foo.tab.c.
6235 (Calc++ Top Level): 2nd arg of main is not const.
6236 * data/glr.c: b4_filename -> b4_file_name.
6237 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
6239 (class position): filename -> file_name. All uses changed.
6240 * data/yacc.c: b4_filename -> b4_file_name.
6241 * lib/bitset.h: filename -> file_name in local vars.
6242 * lib/bitset_stats.c: Likewise.
6243 * src/files.c: Likewise.
6244 * src/scan-skel.l ("@output ".*\n): Likewise.
6245 * src/files.c (file_name_split): Renamed from filename_split.
6246 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
6248 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
6250 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
6251 to accommodate latest gnulib.
6253 * tests/glr-regression.at (Duplicate representation of merged trees):
6254 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
6256 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
6259 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
6261 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
6262 All uses changed. Invoke user destructor after an error during a
6263 split parse (trivial change from Joel E. Denny).
6265 * tests/glr-regression.at
6266 (User destructor after an error during a split parse): New test case.
6267 Problem reported by Joel E. Denny in:
6268 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
6270 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
6272 * README-cvs: Give URLs for recommended tools.
6273 Mention Gzip version problem, and bootstrapping issues.
6274 Remove troubleshooting section, as it's somewhat obsolete.
6276 * bootstrap (no_cache): New var, to accommodate different wget
6277 variants. Use it instead of '-C off'. Problem reported by
6280 * data/glr.c (yydestroyStackItem): New function.
6281 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
6282 debugging information. Problem reported by Joel E. Denny.
6284 2005-08-25 Akim Demaille <akim@epita.fr>
6286 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
6288 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
6290 * data/glr.c (yyrecoverSyntaxError, yyreturn):
6291 Don't invoke destructor on unresolved entries.
6292 * tests/glr-regression.at
6293 (User destructor for unresolved GLR semantic value): New test case.
6294 Problem reported by Joel E. Denny in:
6295 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
6297 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
6299 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
6301 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
6302 lib-prefix.m4, po.m4.
6304 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
6305 in yydestruct diagnostic, since it might not be an error.
6306 Problem reported by Joel Denny near end of
6307 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6308 * data/lalr1.cc (yyerturn): Likewise.
6309 * data/yacc.c (yyreturn): Likewise.
6310 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
6312 * src/files.c: Remove obsolete FIXME comment.
6314 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
6315 with the other templates, and to fix bogus run-on messages such
6316 as the one reported at the end of
6317 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6318 All callers changed to avoid the newline.
6319 (yyprocessOneStack): Output two lines rather than one, to accommodate
6320 the above change. This changes the debug output format slightly.
6322 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
6323 reported by Joel E. Denny in
6324 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
6326 * tests/glr-regression.at (Duplicate representation of merged trees):
6327 New test, from Joel E. Denny in:
6328 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
6329 * THANKS: Add Joel E. Denny.
6331 * configure.ac (AC_INIT): Bump to 2.0c.
6333 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
6335 * NEWS: Version 2.0b.
6337 * Makefile.am (SUBDIRS): Put examples before tests, so that
6338 "make check" doesn't finish with "All 1 tests passed".
6340 * tests/regression.at (Token definitions): Don't rely on
6341 AT_PARSER_CHECK for data that contains backslashes. It currently
6342 uses 'echo', and 'echo' isn't portable if its argument contains
6343 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
6344 that the byte '\0xff' is not printable in the C locale; it is,
6345 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
6346 not printable, so use '\0x81' to test.
6348 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
6349 version of GCC, since the macro is used with non-GCC compilers.
6351 Fix core dump reported by Pablo De Napoli in
6352 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
6353 * tests/regression.at (Invalid inputs with {}): New test.
6354 * src/parse-gram.y (token_name): Translate type before using
6357 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
6358 the user's name space. All uses changed to __attribute__
6360 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
6361 Add __attribute__ ((__noreturn__)).
6363 * etc/clcommit: Remove. We weren't using it, and it failed
6364 "make maintainer-distcheck".
6365 * Makefile.maint: Merge from coreutils.
6366 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
6367 (syntax-check-rules): Change list of rules as described below.
6368 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
6369 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
6370 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
6371 (sc_trailing_space): New rules.
6372 (sc_xalloc_h_in_src): Remove.
6373 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
6374 (sc_space_tab, sc_error_exit_success, sc_changelog):
6375 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
6376 (makefile-check, po-check, author_mark_check):
6377 (makefile_path_separator_check, copyright-check):
6378 Use grep -n, to make it easier to find violations.
6379 Use CVS_LIST and CVS_LIST_EXCEPT.
6380 (header_regexp, h_re): Remove.
6382 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
6383 (my-distcheck): Use more-modern GCC flags.
6384 (signatures, %.asc): Remove.
6385 (rel-files, announcement): Remove signatures.
6386 Restore old updating code, even though we don't use it, so
6387 that we're the same as coreutils.
6388 (alpha, beta, major): Depend on news-date-check.
6389 Make the upload commands.
6391 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
6392 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
6393 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
6394 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
6395 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
6396 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
6397 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
6398 * tests/sets.at: Likewise.
6400 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
6401 we comment out the Autoconf version number.
6402 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
6403 it's error-prone and "make maintainer-distcheck" rejects it.
6405 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
6406 Indent calls to "error" to pacify "make maintainer-distcheck",
6407 when the calls are not intended to be translated.
6408 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
6410 * src/Makefile.am (DEFS): Use +=, to pacify
6411 "make maintainer-distcheck".
6412 (bison_SOURCES): Add scan-skel.h.
6413 (sc_tight_scope): New rule, from coreutils.
6415 * src/files.c (src_extension, header_extension):
6416 Now static, not extern.
6417 * src/getargs.c (short_options): Likewise.
6418 * src/muscle_tab.c (muscle_table): Likewise.
6419 * src/parse-gram.y (current_class, current_type, current_prec):
6421 * src/reader.c (grammar_end, previous_rule_end): Likewise.
6422 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
6423 * src/main.c (main): Cast bindtextdomain and textdomain calls to
6424 void, to avoid warning when NLS is disabled.
6425 * src/output.c: Include scan-skel.h.
6426 (scan_skel): Remove decl, since scan-skel.h does this.
6428 Indent calls to "error" to pacify "make maintainer-distcheck".
6429 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
6430 * src/reader.h (gram_end, gram_lineno): New decls to pacify
6431 "make maintainer-distcheck".
6432 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
6433 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
6434 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
6435 (skel_lex_destroy, scan_skel): Move these decls to...
6436 * src/scan-skel.h: New file.
6437 * src/uniqstr.c (uniqstr_assert):
6438 Indent calls to "error" to pacify "make maintainer-distcheck".
6440 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
6443 * tests/torture.at: Revamp to avoid misuse of atoi that
6444 "make maintainer-distcheck" complained about.
6446 * examples/extexi (message): Don't print a message more than once,
6447 and omit line-number decoration that makes Emacs compile think
6448 that informative messages are worth worrying about.
6450 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
6452 * configure.ac: Update version number.
6454 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
6456 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
6457 autogenerated by the maintainer.
6458 * examples/calc++/.cvsignore: Add *.yy.
6460 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
6461 * lib/bitset_stats.c (bitset_stats_init): Likewise.
6462 * lib/bitsetv.c (bitsetv_alloc): Likewise.
6464 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
6466 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
6467 from maintainer-distcheck about casting the argument of 'free'.
6469 * NEWS: Mention recent yytname changes.
6470 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
6472 * bootstrap: For translations that have not yet been upgraded to
6473 the new runtime-po domain, prime the pump by extracting the
6474 relevant strings from the obsolete translations. This code can be
6475 removed once the bison-runtime domain has been translated by each
6478 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
6479 now that token names are already quoted.
6481 Fix problem reported by Anthony Heading.
6482 * data/glr.c (YYTOKEN_TABLE): New macro.
6483 (yytname): Define if YYTOKEN_TABLE.
6484 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
6485 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
6486 (YYERROR_VERBOSE): Define the same way the other skeletons do.
6487 * src/output.c (prepare_symbols): Output token_table_flag.
6489 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
6491 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
6492 again if the first call fails.
6494 * data/glr.c (yytnamerr): New function.
6495 (yyreportSyntaxError): Use it to dequote most string literals.
6496 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
6497 with other skeletons. All uses changed.
6498 (yytnameerr_): New function.
6499 (yyreport_syntax_error): Use it to dequote most string literals.
6500 * data/yacc.c (yytnamerr): New function.
6501 (yyerrlab): Use it to decode most string literals.
6502 * doc/bison.texinfo (Decl Summary, Calling Convention):
6503 Clarify quoting convention of yytname.
6504 * src/output.c (prepare_symbols): Quote all names. This undoes
6505 the 2005-04-17 change, which is now accomplished (mostly) via
6506 changes in the parsers as described above.
6507 * tests/regression.at (Token definitions, Web2c Actions):
6508 Undo most 2005-04-17 change here, too.
6510 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
6512 Fix more problems reported by twlevo@xs4all.nl.
6513 * tests/cxx-type.at: Don't pipe output of ./types through sed to
6514 remove trailing spaces. This loses the exit status of ./types,
6515 and isn't needed since ./types shouldn't be emitting trailing
6517 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
6518 as the stack isn't valid in that case.
6520 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
6521 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
6522 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
6523 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
6525 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
6526 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
6527 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
6530 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
6531 overly-picky compilers that reject 'char *foo = "bar";'.
6533 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
6534 to FILE * parameter, not to stderr. This fixes a typo introduced
6535 in the 2005-07-12 change.
6537 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
6538 warnings from GCC 4.
6540 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
6541 (yyglrShiftDefer, yysplitStack):
6542 Remove unused parameters b4_pure_formals. All uses changed.
6543 (yyglrShift): Remove unused parameters b4_user_formals.
6545 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
6547 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
6549 Destructor cleanups and regularization among the three skeletons.
6550 * NEWS: Document the behavior changes.
6551 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
6552 stack before failing, as the cleanup code will do it for us now.
6553 * data/lalr1.cc (yyerrlab): Likewise.
6554 * data/glr.c (yyparse): Pop everything off the stack before
6555 freeing it, so that destructors get called properly.
6556 * data/lalr1.cc (yyreturn): Likewise.
6557 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
6558 This is more consistent.
6559 * doc/bison.texinfo (Destructor Decl): Mention more reasons
6560 why destructors might be called. 1.875 -> 2.1.
6561 (Destructor Decl, Decl Summary, Table of Symbols):
6562 Some English-language cleanups for %destructor.
6563 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
6564 Add output line for destructor of start symbol.
6565 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
6566 because of that same extra output line.
6568 * NEWS: Document minor wording changes in diagnostics of
6569 Bison-generated parsers.
6570 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
6571 Remove unused formals. All uses changed.
6572 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
6573 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
6574 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
6575 Rename yyoverflowab to yyexhaustedlab.
6576 When memory exhaustion occurs during syntax-error reporting,
6577 report it separately rather than in a single diagnostic; this
6579 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
6580 (Memory Exhausted): Renamed from Parser Stack Overflow.
6581 Revamp wording slightly to prefer "memory exhaustion".
6582 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
6584 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
6586 Add i18n support to the GLR skeleton. Partially fix the C++
6587 skeleton; a C++ expert needs to finish this. Remove debugging
6588 msgids; there's little point to having them translated, since they
6589 can be understood only by someone who can read the
6590 (English-language) source code.
6592 Generate runtime-po/bison-runtime.pot automatically, so that we
6593 don't have to worry about garbage getting in that file. We'll
6594 make sure after the next official release that old msgids don't
6596 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
6598 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
6600 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
6601 Fix typos in explanations of the runtime file.
6602 * bootstrap: Change gettext keyword from YYI18N to YY_.
6603 Use standard Makefile.in.in in runtime-po, since we'll arrange
6604 for backward-compatible bison-runtime.po files in a different way.
6605 * data/glr.c (YY_): New macro, from yacc.c.
6606 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
6607 Translate messages intended for users.
6608 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
6609 the wording in the other skeletons. We don't know that the memory
6611 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
6612 Use same method that yacc.c uses.
6613 Don't translate debugging messages.
6614 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
6615 it doesn't work (yet), and requires C++ expertise to fix.
6616 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
6617 Move defn to a more logical place, to be consistent with other
6619 Don't translate debugging messages.
6620 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
6621 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
6622 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
6623 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
6625 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
6626 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
6628 * tests/glr-regression.at (Badly Collapsed GLR States):
6630 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
6631 yylex should return 0 at EOF rather than aborting.
6633 Improve tests for stack overflow in GLR parser.
6634 Problem reported by twlevo@xs4all.nl.
6635 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
6637 (yyStackOverflow): Just longjmp, but with value 2 so that caller
6638 can handle the problem.
6639 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
6640 (yyparse): New local variable yyresult to record the result.
6641 Use result of setjmp to set it, rather than storing itinto
6643 (yyDone): Remove label.
6644 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
6645 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
6646 if YYABORT is used).
6647 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
6648 yyparse status; put status > 1 into diagnostic.
6649 Check that status==2 works.
6650 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
6651 Use exit status 3 for failure to open (which shouldn't happen).
6653 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
6655 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
6656 1 on syntax error; just let yyparse do its thing.
6657 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
6658 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
6659 (Exploding the Stack Size with Alloca):
6660 (Exploding the Stack Size with Malloc):
6661 Expect exit status 2, not 1, since the parser is supposed to blow
6662 its stack. Problem reported by twlevo@xs4all.nl.
6664 * data/glr.c (yyparse): Don't assume that the initial calls
6665 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
6666 Print a stack-overflow message and fail instead.
6667 Initialize the line-number information before creating the stack,
6668 so that the stack-overflow message can report line zero safely.
6670 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
6672 Fix problems reported by twlevo@xs4all.nl.
6673 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
6674 (yyuserMerge): Provide a default case if b4_mergers is empty.
6675 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
6676 * tests/glr-regression.at
6677 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
6678 Add casts to pacify C++ compilers.
6679 * tests/glr-regression.at (Improper merging of GLR delayed action
6680 sets): Declare yylex before using it.
6681 * tests/Makefile.am (maintainer-check-g++): Fix a stray
6682 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
6683 test for valgrind; valgrind is independent of g++.
6684 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
6685 for compatibility with POSIX 1003.1-2001 (if running coreutils).
6686 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
6687 Use a destructor, so that we can expand the stack. Change
6688 YYSTYPE to char * so that we can free it. Cast result of malloc.
6690 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
6692 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
6693 a valgrind failure. Problem reported by twlevo@xs4all.nl.
6695 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
6697 * PACKAGING: New file, suggested by Bruno Haible and taken from
6698 similar wording in gettext's PACKAGING file.
6699 * NEWS: Mention PACKAGING.
6700 * Makefile.am (EXTRA_DIST): Add PACKAGING.
6702 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
6704 * NEWS: Document recent i18n improvements.
6705 * bootstrap: Get runtime translations into runtime-po.
6706 Create runtime-po files automatically, if possible.
6707 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
6708 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
6709 does not infringe on the user's name space.
6710 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
6711 * doc/bison.texinfo (Internationalization): Revamp the English
6712 and Texinfo syntax a bit, to try to make it clearer.
6713 (Bison Options, Option Cross Key): Mention --print-localedir.
6714 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
6715 YYENABLE_NLS. Quote a bit more.
6716 * runtime-po/.cvsignore: New file.
6717 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
6718 * runtime-po/Rules-quot: Remove; now created by bootstrap.
6719 * runtime-po/quot.sed: Likewise.
6720 * runtime-po/boldquot.sed: Likewise.
6721 * runtime-po/en@quot.header: Likewise.
6722 * runtime-po/en@boldquot.header: Likewise.
6723 * runtime-po/insert-header.sin: Likewise.
6724 * runtime-po/remove-potcdate.sin: Likewise.
6725 * runtime-po/Makevars: Likewise.
6726 * runtime-po/LINGUAS: Likewise.
6727 * runtime-po/de.po: Likewise; we will rely on the translation project
6728 to maintain this, so "bootstrap" should get it.
6729 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
6731 * src/main.c (main): Bind the bison-runtime domain, too.
6733 2005-07-12 Bruno Haible <bruno@clisp.org>
6735 * data/yacc.c: Include <libintl.h> when NLS is enabled.
6736 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
6737 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
6738 * runtime-po: New directory.
6739 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
6740 $(DOMAIN).pot-update rule, so that old messages are never dropped.
6741 * runtime-po/Rules-quot: New file, copied from po/.
6742 * runtime-po/quot.sed: Likewise.
6743 * runtime-po/boldquot.sed: Likewise.
6744 * runtime-po/en@quot.header: Likewise.
6745 * runtime-po/en@boldquot.header: Likewise.
6746 * runtime-po/insert-header.sin: Likewise.
6747 * runtime-po/remove-potcdate.sin: Likewise.
6748 * runtime-po/Makevars: New file.
6749 * runtime-po/POTFILES.in: New file.
6750 * runtime-po/LINGUAS: New file.
6751 * runtime-po/bison-runtime.pot: New file.
6752 * runtime-po/de.po: New file.
6753 * m4/bison.m4: New file.
6754 * Makefile.am (SUBDIRS): Add runtime-po.
6755 (aclocaldir, aclocal_DATA): New variables.
6756 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
6758 * src/getargs.c (usage): Document --print-localedir option.
6759 (PRINT_LOCALEDIR_OPTION): New enum item.
6760 (long_options): Add --print-localedir option.
6761 (getargs): Handle --print-localedir option.
6762 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
6763 (Internationalization): New section.
6765 2005-07-12 Akim Demaille <akim@epita.fr>
6767 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
6768 for consistency with the rest of the code.
6769 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
6772 2005-07-12 Akim Demaille <akim@epita.fr>
6774 * src/parse-gram.y: Use %printer instead of YYPRINT.
6776 2005-07-12 Akim Demaille <akim@epita.fr>
6778 * src/symtab.h, src/symtab.c (symbol_print): New.
6779 * src/symlist.h, src/symlist.c (symbol_list_print): New.
6780 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
6782 2005-07-12 Akim Demaille <akim@epita.fr>
6784 * data/glr.c (b4_syncline): Fix (swap) the definitions of
6785 b4_at_dollar and b4_dollar_dollar.
6787 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
6789 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
6790 and Pennello's paper.
6792 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
6794 * data/yacc.c (yyparse): Undo previous patch. Instead,
6795 set yylsp[0] and yyvsp[0] only if the initial action
6796 sets yylloc and yylval, respectively.
6798 * data/yacc.c (yyparse): In the initial action, set
6799 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
6800 This avoids the use of undefined variables if the initial
6801 action does not set yylloc and/or yylval.
6803 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
6805 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
6806 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
6807 Remove from CVS. These files are automatically generated.
6808 * examples/extexi: Clarify that this file is now part of Bison,
6809 not GNU M4, and that it works with any POSIX-compatible Awk.
6810 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
6811 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
6812 so that we also get calc++-parser.yy. Geneate it.
6813 Use $(AWK), not gawk, since any conforming Awk will do.
6814 Put comment before action, since older 'make' can't handle comment
6816 $(BUILT_SOURCES): List all built sources, not just some of them.
6817 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
6818 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
6819 $($(calc_sources_generated)): Remove unnecessary test for existence
6820 of target. (This had a shell syntax error anyway; a stray "x".)
6821 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
6823 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
6825 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
6826 implied by the other modules.
6828 2005-07-06 Akim Demaille <akim@epita.fr>
6830 Bind examples/calc++ to the package.
6831 * examples/calc++/Makefile: Remove, replaced by...
6832 * examples/calc++/Makefile.am: ... this new file.
6833 * examples/calc++/test: Remove input.
6834 * examples/calc++/compile: Remove.
6835 * examples/Makefile.am: New.
6836 * configure.ac, Makefile.am: Adjust.
6837 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
6839 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
6841 * data/glr.c (yyFail): Drastically simplify; since the format argument
6842 never had any % directives, we can simply pass it to yyerror.
6843 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
6844 be modified later, as that is the usual style in glr.c.
6845 Problems reported by Paul Hilfinger.
6847 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
6848 and size overflow errors.
6849 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
6850 in case the user prolog sets feature-test macros like _GNU_SOURCE.
6851 (YYSIZEMAX): New macro.
6852 (yystpcpy): New function, taken from yacc.c.
6853 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
6854 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
6855 so that we don't have to maintain their signatures.
6856 (yyFail): Check for buffer overflow, by using vsnprintf rather
6857 than vsprintf. Allocate a bigger buffer if possible.
6858 Report an error if buffer allocation fails.
6859 (yyStackOverflow): New function.
6860 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
6861 the initialization was successful. It might fail if storage was
6863 (yyexpandGLRStack): Add more checks for storage allocation failure.
6864 Use yyStackOverflow to report failures.
6865 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
6866 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
6867 Don't assume stack number fits in int.
6868 (yysplitStack): Check for storage allocation failure.
6869 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
6870 can print diagnostics on storage allocation failure. All callers
6872 (yyresolveValue): Use yybool for boolean.
6873 (yyreportSyntaxError): Check for size-calculation overflow.
6874 This code is taken from yacc.c.
6875 (yyparse): Check for storage allocation errors when allocating
6878 2005-07-05 Akim Demaille <akim@epita.fr>
6880 Extract calc++ from the documentation.
6881 * doc/bison.texinfo (Calc++): Add the extraction marks.
6882 * examples/extexi: New, from the aborted GNU Programming 2E.
6883 Separate the different paragraph of a file with empty lines.
6884 * examples/Makefile: Use it to extract the whole calc++ example.
6886 2005-06-24 Akim Demaille <akim@epita.fr>
6888 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
6891 2005-06-22 Akim Demaille <akim@epita.fr>
6893 * doc/bison.texinfo (C++ Language Interface): First stab.
6894 (C++ Parsers): Remove.
6896 2005-06-22 Akim Demaille <akim@epita.fr>
6898 * data/lalr1.cc (yylex_): Honor %lex-param.
6900 2005-06-22 Akim Demaille <akim@epita.fr>
6902 Start a set of simple examples.
6903 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
6904 * examples/calc++/calc++-driver.hh,
6905 * examples/calc++/calc++-parser.yy,
6906 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
6907 * examples/calc++/compile, examples/calc++/test: New.
6909 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
6911 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
6912 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
6913 which stems from the 2005-05-27 patch.
6915 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
6917 * data/glr.c: Modify treatment of unused parameters to permit use
6918 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
6920 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
6922 Fix infringement on user name space reported by Janos Zoltan Szabo.
6923 * data/yacc.c (yyparse): strlen -> yystrlen.
6925 2005-05-30 Akim Demaille <akim@epita.fr>
6927 * data/lalr1.cc (_): New.
6928 Translate the various messages.
6930 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
6932 Fix infringement on user name space reported by Bruno Haible.
6933 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
6934 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
6935 the user's name space.
6936 (alloca): Include <stdlib.h> to get it, if it's not built in.
6937 (YYMALLOC, YYFREE): Define only if needed.
6938 (malloc, free): Declare, but only if needed, as this infringes on
6939 the user name space.
6941 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
6943 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
6944 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
6946 * lib/ebitset.c (min, max): Undef before defining.
6947 * lib/vbitset.c (min, max): Likewise.
6948 * lib/subpipe.c (create_subpipe): Save local variables in case
6949 vfork clobbers them.
6951 2005-05-24 Bruno Haible <bruno@clisp.org>
6953 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
6954 error message syntax used by gcc-4.0.
6956 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
6958 * README: Mention m4 1.4.3. Remove obsolete advice about
6959 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
6961 * bootstrap: Remove workaround for problem I encountered with
6962 gettext 0.14.1; it seems to be fixed now.
6964 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
6966 * NEWS: Version 2.0a.
6968 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
6969 the previous change.
6971 Various maintainer cleanups.
6972 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
6973 conftest*, for benefit of CVS commands run at the same time as
6974 "configure". Add build-aux, since "bootstrap" now creates it and
6976 * Makefile.cfg (move_if_change): Remove.
6977 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
6978 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
6979 (po_repo, do-po-update, po-update, wget_files, get-targets):
6980 (config.guess-url_prefix, config.sub-url_prefix):
6981 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
6982 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
6983 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
6985 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
6986 this is now the recommended name.
6987 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
6988 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
6989 ylwrap. These files now go into build-aux.
6990 * config/move-if-change: Remove.
6991 * config/prev-version.txt: Bump from 1.75 to 2.0.
6993 * bootstrap: Add stdio-safer, unistd-safer modules.
6994 Remove m4/glibc2.m4 (introduced by latest gnulib, but
6996 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
6997 fopen-safer.c, stdio-safer.h, unistd-safer.h.
6998 * lib/subpipe.c: Include "unistd-safer.h".
6999 (create_subpipe): Make sure all the newly-created
7000 file descriptors are > 2, so that diagnostics don't
7001 get sent down them (which might cause Bison to hang, in theory).
7002 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
7003 * src/files.c (xfopen): Use fopen_safer, not fopen.
7005 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
7006 yesterday's yacc.c fix.
7008 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
7010 * data/glr.c, data/lalr1.cc: Update copyright date.
7012 Fix a destructor bug reported by Wolfgang Spraul in
7013 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
7014 * data/yacc.c (yyabortlab): Don't call destructor, and
7015 don't set yychar to EMPTY.
7016 (yyoverflowlab): Don't call destructor.
7017 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
7018 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
7019 since we no longer output the message "discarding lookahead token
7022 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
7024 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
7025 fix a small glitch in debugging output.
7026 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
7027 after YY_SYMBOL_PRINT where needed.
7029 (struct yyGLRState): Add some comments.
7030 (struct yySemanticOption): Add some comments.
7031 (union yyGLRStackItem): Add comment.
7033 (yymergeOptionSets): Correct this to properly perform the union,
7034 avoiding infinite reported by Michael Rosien.
7037 * tests/glr-regression.at: Add test for GLR merging error reported
7040 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
7042 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
7043 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
7044 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
7045 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
7046 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
7047 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
7048 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
7049 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
7050 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
7051 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
7052 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
7053 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
7054 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
7055 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
7056 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
7057 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
7058 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
7059 src/derives.h, src/files.c, src/files.h, src/getargs.c,
7060 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
7061 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
7062 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
7063 src/output.h, src/parse-gram.c, src/parse-gram.h,
7064 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
7065 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
7066 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
7067 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
7068 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
7069 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
7070 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
7071 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
7072 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
7073 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
7074 tests/reduce.at, tests/regression.at, tests/sets.at,
7075 tests/synclines.at, tests/testsuite.at, tests/torture.at:
7076 Update FSF postal mail address.
7078 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
7080 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
7081 Problem reported by Ralf Menzel.
7083 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
7085 * tests/actions.at: Test that stack overflow invokes destructors.
7086 From Marcus Holland-Moritz.
7087 * data/yacc.c (yyerrlab): Move the code that destroys the stack
7089 (yyreturn): to here. That way, destructors are called properly
7090 even if the stack overflows, or the user calls YYACCEPT or
7091 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
7092 (yyoverflowlab): Destroy the lookahead.
7094 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
7096 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
7098 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
7100 * NEWS: Bison-generated C parsers no longer quote literal strings
7101 associated with tokens.
7102 * src/output.c (prepare_symbols): Don't escape strings,
7103 since users don't want to see C escapes.
7104 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
7106 * tests/input.at (Torturing the Scanner): Likewise.
7107 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
7109 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
7111 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
7112 the data size is known to be too small and we can't increase it.
7113 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
7115 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
7117 * src/parse-gram.y: Include quotearg.h.
7118 (string_as_id): Quote $1 before using it as a key, since the
7119 lexer no longer quotes it for us.
7120 (string_content): Don't strip quotes, since lexer no longer
7122 * src/scan-gram.l: Include quotearg.h.
7124 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
7125 a key, since the rest of the lexer doesn't quote it.
7126 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
7127 * tests/regression.at (Token definitions): Check for backslashes
7130 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
7131 (YYSIZE_T): Define to unsigned long int when using an older compiler.
7132 (yyparse): Revamp code to generate long syntax error message, to
7133 make it easier to translate, and to avoid problems with arithmetic
7134 overflow. Change "virtual memory" to "memory" in diagnostic, since
7135 we don't know whether the memory is virtual.
7137 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
7139 * NEWS: Bison-generated C parsers now use the _ macro to
7141 * data/yacc.c (_) [!defined _]: New macro.
7142 All English strings wrapped inside this macro.
7143 * doc/bison.texinfo (Bison Parser): Document _.
7144 * po/POTFILES.in: Include src/parse-gram.c, since it now
7145 includes translateable strings that parse-gram.y doesn't.
7147 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
7149 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
7150 reverting the 2004-10-11 change to this function.
7151 (symbol_check_alias_consistency): Don't call symbol_type_set
7152 if the type name is already correct.
7153 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
7155 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
7157 * tests/regression.at (Token definitions): Don't use a token named
7158 c, as that generates a "#define c ..." that runs afoul of buggy
7159 stdlib.h that uses the identifier c as a member of struct
7160 drand48_data. Problem reported by Horst Wente.
7162 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
7164 * bootstrap: Change translation URL from
7165 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
7166 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
7167 redirection glitches. Problem reported by twlevo@xs4all.nl.
7169 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
7171 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
7172 after operands; POSIX says this isn't portable for the c99 command.
7174 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
7176 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
7177 immediately if a data overrun has occurred; this may help us track
7178 down what may be a spurious failure on MacOS.
7180 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
7182 Respond to problems reported by twlevo@xs4all.nl.
7184 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
7186 * src/vcg.h: Comment fix.
7187 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
7188 (G_CMAX): Change to -1 instead of INT_MAX.
7190 * data/yacc.c (yyparse): Omit spaces before #line.
7192 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
7194 * src/tables.c (state_number_to_vector_number): Put it inside an
7195 "#if 0", since it's not currently used. Problem reported by
7198 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
7200 * src/output.c (escaped_output): Renamed from
7201 escaped_file_name_output, since we now use it for symbol tags as
7202 well. All uses changed.
7203 (symbol_destructors_output, symbol_printers_output):
7204 Escape symbol tags too.
7205 Problem reported by Matyas Forstner in
7206 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
7208 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
7210 * src/output.c (user_actions_output, token_definitions_output,
7211 symbol_destructors_output, symbol_printers_output): Likewise.
7212 * src/reader.c (prologue_augment): Likewise.
7213 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
7215 * src/vcg.c (output_edge): Don't quote linestyle arg.
7216 Problem reported by twlevo@xs4all.nl.
7218 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
7220 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
7221 example, reported by Derek M Jones. Also, make the example even
7222 more outrageous, to better illustrate how bad the problem is.
7224 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
7226 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
7227 putsym. Typo reported by Sebastian Piping.
7229 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
7231 * doc/bison.texinfo (Language and Grammar): some -> same
7232 (Epilogue): int he -> in the
7233 Typos reported by Sebastian Piping via Justin Pence.
7235 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
7237 * tests/glr-regression.at (Improper handling of embedded actions
7238 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
7239 embedded actions and $-N in GLR parsers", work around an Autoconf bug
7240 with dollar signs in test names.
7241 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
7242 for a similar reason.
7244 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
7246 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
7247 wants to redefine G_VIEW.
7249 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
7251 * src/vcg.c (get_view_str): Remove case for normal_view.
7252 Problem reported by twlevo@xs4all.nl.
7254 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
7256 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
7257 Problem reported by twlevo@xs4all.nl.
7259 * doc/bison.texinfo: Change @dircategory from "GNU programming
7260 tools" to "Software development". Requested by Richard Stallman
7263 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
7265 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
7266 Problem reported by twlevo@xs4all.nl.
7268 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
7270 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
7271 keyword; it's not needed with modern compilers, and it doesn't
7272 affect correctness with older compilers. Suggested by
7275 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
7277 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
7278 gcc -Wswitch-default.
7279 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
7280 * data/yacc.c (yyparse): Likewise.
7282 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
7284 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
7285 already. Let config.h define any nonstandard values.
7287 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
7289 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
7290 for the benefit of slower hosts. Problem reported by
7293 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
7295 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
7296 being defined and not used.
7297 * data/lalr1.cc (yyparse): Likewise.
7298 Use "if (false)" rather than "if (0)".
7300 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
7302 * TODO: Mention that we should allow NUL bytes in tokens.
7304 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
7306 * src/scan-skel.l (<<EOF>>): Don't close standard output.
7307 Problem reported by Hans Aberg.
7309 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
7311 * src/getargs.c (version): Happy new year; update overall
7312 program copyright date from 2004 to 2005.
7314 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
7315 Problem reported by Hans Aberg.
7316 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
7317 (Output file names.): Add a test for the case when standard output
7320 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
7322 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
7323 to fix an oversight in the Bison 2.0 manual.
7325 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
7327 * NEWS: Version 2.0. Reformat the existing news items since
7328 1.875, so that related items are grouped together.
7329 * configure.ac (AC_INIT): Bump version to 2.0.
7330 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
7332 * tests/torture.at (Exploding the Stack Size with Alloca): Set
7333 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
7334 otherwise, we're not testing alloca. Unfortunately there's no
7335 simple way to consult HAVE_ALLOCA here.
7337 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
7340 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
7341 hand. This avoids a warning about comparing int to size_t when
7342 GCC warnings are enabled.
7344 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
7346 * NEWS: Bison-generated parsers no longer default to using the
7347 alloca function (when available) to extend the parser stack, due
7348 to widespread problems in unchecked stack-overflow detection.
7349 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
7350 responsibility to set it to a positive value. This lets the user
7351 specify a value that is not a preprocessor constant.
7352 * data/yacc.c (YYMAXDEPTH): Likewise.
7353 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
7354 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
7355 to be a compile-time constant. However, explain the constraints on it.
7356 Also, explain the constraints on YYINITDEPTH.
7357 (Table of Symbols): Explain that alloca is no longer the default.
7358 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
7361 * doc/bison.texinfo (Location Default Action): Mention that n must
7362 be zero when k is zero. Suggested by Frank Heckenbach.
7364 2004-12-22 Akim Demaille <akim@epita.fr>
7366 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
7367 (parser::state_type, parser::semantic_type, parser::location_type):
7368 Private, not public.
7369 (parser::parse): Return ints, not bool.
7370 Returning a bool introduces a problem: 0 corresponds to false, and
7371 it seems weird to return false on success. Returning true changes
7372 the conventions for yyparse.
7373 Alternatively we could return void and send an exception.
7374 There is no clear consensus (yet?).
7375 (state_stack, semantic_stack, location_stack): Rename as...
7376 (state_stack_type, semantic_stack_type, location_stack_type): these.
7377 Private, not public.
7378 * tests/c++.at: New.
7379 * tests/testsuite.at, tests/Makefile.am: Adjust.
7381 2004-12-21 Akim Demaille <akim@epita.fr>
7383 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
7385 2004-12-21 Akim Demaille <akim@epita.fr>
7387 Don't impose std::string for filenames.
7389 * data/lalr1.cc (b4_filename_type): New.
7390 (position::filename): Use it.
7391 (parser.hh): Move the inclusion of stack.hh and location.hh below
7392 the user code, so that needed headers for the filename type can be
7394 Forward declare them before the user code.
7395 * tests/Makefile.am (check-local, installcheck-local): Pass
7396 TESTSUITEFLAGS to the TESTSUITE.
7398 2004-12-20 Akim Demaille <akim@epita.fr>
7400 Use more STL like names: my_class instead of MyClass.
7402 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
7403 (SemanticStack, SemanticType, StateStack, StateType)
7404 (TokenNumberType, Stack, Slice, Traits, Parser::location)
7405 (Parser::value): Rename as...
7406 (location_stack, location_type, rhs_number_type, semantic_stack)
7407 (semantic_type, state_stack, state_type, token_number_type, stack)
7408 (slice, traits, parser::yylloc, parser::yylval): these.
7410 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
7412 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
7414 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
7415 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
7417 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
7419 Remove uses of 'short int' and 'unsigned short int'. This raises
7420 some arbitrary limits. It uses more memory but nowadays that's
7421 not much of an issue.
7423 This change does not affect the generated parsers; that's a different
7424 task, as some users will want to conserve memory there.
7426 Ideally we should use size_t to represent all object counts, and
7427 something like ptrdiff_t to represent signed differences of object
7428 counts; but that will require more code-cleanup than I have the
7429 time to do right now.
7431 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
7432 Use size_t, not int or short int, to count objects.
7433 * src/closure.c (nritemset, closure): Likewise.
7434 * src/closure.h (nritemset, closure): Likewise.
7435 * src/nullable.c (nullable_compute): Likewise.
7436 * src/print.c (print_core): Likewise.
7437 * src/print_graph.c (print_core): Likewise.
7438 * src/state.c (state_compare, state_hash): Likewise.
7439 * src/state.h (struct state): Likewise.
7440 * src/tables.c (default_goto, goto_actions): Likewise.
7442 * src/gram.h (rule_number, rule): Use int, not short int.
7443 * src/output.c (prepare_rules): Likewise.
7444 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
7445 errs, reductions): Likewise.
7446 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
7448 * src/tables.c (vector_number, tally, action_number,
7449 ACTION_NUMBER_MINIMUM): Likewise.
7450 * src/output.c (muscle_insert_short_int_table): Remove.
7452 2004-12-17 Akim Demaille <akim@epita.fr>
7454 * data/lalr1.cc: Extensive Doxygenation.
7455 (error_): Rename as...
7456 (error): this, since it is visible to the user.
7458 (Parser::message): Now an automatic variable from...
7459 (Parser::yyreport_syntax_error_): here.
7460 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
7462 * tests/input.at: Escape $.
7464 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
7466 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
7467 Parenthesize rhs to avoid obscure problems with mistakes like
7468 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
7469 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
7470 b4_rhs_location): Likewise.
7471 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
7472 b4_rhs_location): Likewise.
7474 2004-12-16 Akim Demaille <akim@epita.fr>
7476 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
7477 yacc.c: be sure to stay within yycheck_.
7478 * tests/actions.at: Re-enable C++ tests.
7480 2004-12-16 Akim Demaille <akim@epita.fr>
7482 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
7485 2004-12-16 Akim Demaille <akim@epita.fr>
7487 Use #define to handle the %name-prefix.
7489 * data/glr.c, data/yacc.c: Comment changes.
7490 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
7491 so that one can refer to yylex in the parser file, and have it
7492 renamed, as is the case with other skeletons.
7494 2004-12-16 Akim Demaille <akim@epita.fr>
7496 Move lalr1.cc internals into yy*.
7498 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
7499 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
7500 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
7501 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
7502 (empty_, final_, terror_, errcode_, ntokens_)
7503 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
7504 (looka_, ilooka_, error_range_, nerrs_):
7506 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
7507 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
7508 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
7509 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
7510 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
7511 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
7512 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
7513 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
7516 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
7518 Fix some problems reported by twlevo at xs4all.
7519 * src/symtab.c (symbol_new): Report an error if the input grammar
7520 contains too many symbols. This is better than calling abort() later.
7521 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
7522 (struct node, struct graph):
7523 Rename member expand to stretch. All uses changed.
7524 (struct graph): Remove member layoutalgorithm. All uses removed.
7525 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
7526 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
7528 (N_STRETCH): Rename from N_EXPAND. All uses changed.
7530 2004-12-15 Akim Demaille <akim@epita.fr>
7532 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
7533 Add more Doxygen comments.
7534 (symprint_, stack_print_, reduce_print_, destruct_, pop)
7535 (report_syntax_error_, translate_): Rename as...
7536 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
7537 (yypop_, yyreport_syntax_error_, yytranslate_): this.
7539 2004-12-15 Akim Demaille <akim@epita.fr>
7541 * data/lalr1.cc (lex_): Rename as...
7543 Move the trace here.
7544 Take the %name-prefix into account.
7545 Reported by Alexandre Duret-Lutz.
7547 2004-12-15 Akim Demaille <akim@epita.fr>
7549 Simplify the C++ parser constructor.
7551 * data/lalr1.cc (debug_): Rename as...
7552 (yydebug_): so that the parser's internals are always in the yy*
7555 (b4_parse_param_decl): Remove the leading comma as it is now only
7556 called as unique argument list.
7557 (Parser::Parser): Remove the constructor accepting a location and
7558 an initial debugging level.
7559 Remove from the other ctor the argument for the debugging level.
7560 (debug_level_type, debug_level, set_debug_level): New.
7562 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
7565 2004-12-15 Akim Demaille <akim@epita.fr>
7567 Remove b4_root related material: failure experiment
7568 (which goal was to allow to derive from a class).
7570 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
7571 definitions and uses.
7573 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
7575 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
7576 not 2, since it's not portable to subtract 1 from the start of an
7577 array. The new item 0 is never set or used. All uses changed.
7579 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
7580 the default definition of YYLLOC_DEFAULT. Problem reported
7581 by Frank Heckenbach.
7583 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
7585 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
7586 the normal case and one for the error case. Just use the
7587 first one uniformly. Problem reported by Frank Heckenbach.
7588 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
7589 use exactly the same macro in both places.
7590 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
7591 so that the normal-case YYRHSLOC works for the error case too.
7593 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
7594 (YYLLOC_DEFAULT): Use the same macro as glr.c.
7595 * doc/bison.texinfo (Location Default Action): Don't claim that
7596 we have an array of locations. Use the same macro for both glr
7597 and lalr parsers. Mention YYRHSLOC. Mention what happens when
7600 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
7602 * HACKING: Update email addresses to send announcements to.
7604 * configure.ac (AC_INIT): Bump version to 1.875f.
7606 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
7608 * NEWS: Version 1.875e.
7609 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
7611 * src/scan-skel.l: Include "complain.h", for "fatal".
7613 * src/relation.h (relation_print, relation_digraph):
7614 Relation sizes are of type relation_node, not size_t (this is
7615 merely a doc fix, since the two types are equivalent).
7616 (relation_transpose): Relation sizes are of type relation_node,
7618 * src/relation.c: Likewise.
7619 (top, infinity): Now of type relation_node, not int.
7620 (traverse, relation_transpose): Use relation_node, not int.
7622 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
7623 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
7624 (yyparse): Remove unused local introduced in 2004-10-25 patch.
7626 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
7627 specifying whether the test should be skipped. Use it tp
7628 specify that the [%defines %skeleton "lalr1.cc"] tests currently
7629 fail on some hosts, and should be skipped.
7631 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
7633 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
7634 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
7635 unless otherwise specified below.
7637 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
7638 to allocate kernel_base, kernel_items, kernel_size, since
7639 they needn't be initialized to 0.
7640 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
7641 * src/closure.c (new_closure): Likewise, for itemset.
7642 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
7643 * src/lalr.c (set_goto_map): Likewise, for temp_map.
7644 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
7645 (build_relations): Likewise for edge, states1, includes.
7646 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
7647 * src/reader.c (packgram): Likewise, for ritem, rules.
7648 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
7649 * src/relation.c (relation_digraph): Likewise for VERTICES.
7650 (relation_transpose): Likewise for new_R, end_R.
7651 * src/symtab.c (symbols_token_translations_init): Likewise for
7653 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
7654 (token_actions): Likewise for yydefact, actrow, conflrow,
7656 (save_column): Likewise for froms[symno], tos[symno].
7657 (goto_actions): Likewise for state_count.
7658 (pack_table): Likewise for base, pos, check.
7659 (tables_generate): Likewise for width.
7661 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
7662 for initial core. Just have a separate core, so we needn't worry
7663 about whether kernel_size and kernel_base are initialized.
7665 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
7666 kernel_size, kernel_items): Remove unnecessary initialization.
7667 * src/conflicts.c (conflicts): Likewise.
7668 * src/derives.c (derives): Likewise.
7669 * src/muscle_tablc (muscle_insert): Likewise.
7670 * src/relation.c (relation_digraph): Likewise.
7671 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
7672 conflrow, conflict_table, conflict_list, table, check):
7675 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
7676 This is because all callers pass unsigned int.
7677 * src/closure.h (new_closure): Likewise.
7679 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
7680 (build_relations): Initialize includes[i] in all cases.
7681 * src/reader.c (packgram): Always initialize rules[ruleno].prec
7682 and rules[ruleno].precsym. Initialize members in order.
7683 * src/relation.c (relation_transpose): Always initialize new_R[i]
7685 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
7687 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
7688 conflict_list[0] was always 0, but now it isn't initialized.
7690 * src/table.c (table_grow): When conflict_table grew, the grown
7691 area wasn't cleared. Fix this.
7693 * lib/.cvsignore: Add strdup.c, strdup.h.
7694 * m4/.cvsignore: Add strdup.m4.
7696 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
7698 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
7699 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
7700 GOTO_NUMBER_MAXIMUM, since we occasionally compute
7701 ngotos + 1 without checking for overflow.
7702 (build_relations): Use END_NODE, not -1, to denote end of edges.
7703 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
7704 build_relations): Use goto_number, not int, for goto numbers.
7705 * src/tables.c (save_column, default_goto): Likewise.
7707 2004-11-23 Akim Demaille <akim@epita.fr>
7709 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
7710 of #defining from yystype.
7711 Don't typedef yystype, C++ does not need it.
7712 This lets it possible to forward declare it as union.
7714 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
7716 * bootstrap (gnulib_modules): Add extensions.
7717 Problem reported by Jim Meyering.
7719 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
7721 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
7722 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
7723 src/system.h, src/tables.c: XFREE -> free, to accommodate
7724 recent change to gnulib xalloc.h.
7725 Problem reported by Jim Meyering.
7727 2004-11-17 Akim Demaille <akim@epita.fr>
7729 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
7731 2004-11-17 Akim Demaille <akim@epita.fr>,
7732 Alexandre Duret-Lutz <adl@gnu.org>
7734 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
7737 Use it instead of cdebug_.
7738 (Parser::debug_stream, Parser::set_debug_stream): New.
7739 (Parser::symprint_): Define cdebug_ for temporary backward
7741 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
7744 2004-11-17 Akim Demaille <akim@epita.fr>
7746 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
7747 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
7748 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
7749 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
7751 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
7753 * data/glr.c (yyloc_default): Remove; not used.
7754 Problem reported by Frank Heckenbach.
7756 2004-10-25 Akim Demaille <akim@epita.fr>
7758 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
7759 Introduce another definition to address simple location arrays.
7760 (yyGLRStack): New member: yyerror_range.
7761 (yyrecoverSyntaxError, yyparse): Update it.
7762 (yyrecoverSyntaxError): Use it when shifting the error token to
7763 have an accurate range, equivalent to the one computed by both
7764 yacc.c and lalr1.cc.
7765 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
7766 that column numbers start at column 0, as per GNU Coding
7767 Standards, the others tests, and the doc.
7768 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
7769 Adjust to the above change (first column is 0).
7770 And adjust the location of the "<error>", now covering the whole
7773 2004-10-22 Akim Demaille <akim@epita.fr>
7774 and Paul Eggert <eggert@cs.ucla.edu>
7776 Remove some arbitrary limits on goto numbers and relations.
7777 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
7778 initial values, since they're never used.
7779 (set_goto_map): ngotos is now unsigned, so test for overflow
7780 by seeing whether it wraps around to zero.
7781 * src/lalr.h (goto_number): Now size_t, not short int.
7782 (GOTO_NUMBER_MAXIMUM): Remove.
7783 * src/relation.c (relation_print, traverse, relation_transpose):
7784 Check for END_NODE rather than looking at sign.
7785 * src/relation.h (END_NODE): New macro.
7786 (relation_node): Now size_t, not short int.
7788 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
7790 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
7791 keyword, not an identifier. Problem reported by Baron Schwartz in
7792 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
7794 2004-10-11 Akim Demaille <akim@epita.fr>
7796 * src/symtab.c (symbol_check_alias_consistency): Also check
7797 type names, destructors, and printers.
7798 Reported by Alexandre Duret-Lutz.
7799 Recode the handling of associativity and precedence in terms
7800 of symbol_precedence_set.
7801 Accept no redeclaration at all, not even equal to the previous
7803 (redeclaration): New.
7804 Use it to factor redeclaration complaints.
7805 (symbol_make_alias): Don't set the type of the alias, let
7806 symbol_check_alias_consistency do it as for other features.
7807 * src/symtab.h (symbol): Add new member prec_location, and
7809 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
7810 * tests/input.at (Incompatible Aliases): New.
7812 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
7814 .cvsignore fixes to accommodate gnulib changes,
7815 and the practice of naming build directories "_build".
7816 * .cvsignore: Add "_*". Sort.
7817 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
7818 * m4/.cvsignore: Add "*_gl.m4".
7820 2004-10-06 Akim Demaille <akim@epita.fr>
7822 * src/parse-gram.y (add_param): Fix the truncation of trailing
7825 2004-10-05 Akim Demaille <akim@epita.fr>
7827 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
7828 whether the reducion was empty or not. This leaves room to
7829 improve the use of YYLLOC_DEFAULT in such a case.
7830 lalr1.cc is still experimental, so changing this is acceptable.
7831 And finally, there are probably not many users who changed the
7832 handling of locations in GLR, so changing is admissible too.
7834 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
7835 empty reduction, set @$ to an empty location ending the previously
7837 Adjust uses to make sure the code is triggered on empty
7839 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
7840 expected output: empty reductions have empty locations.
7842 2004-09-29 Akim Demaille <akim@epita.fr>
7844 * data/lalr1.cc: Move towards a more standard C++ coding style
7845 for templates: Class < T > -> Class<T>.
7847 2004-09-29 Akim Demaille <akim@epita.fr>
7849 * data/lalr1.cc: Reinstall the former ctor, for sake of
7850 compatibility, but warn it will be removed.
7851 Move towards a more standard C++ coding style (i.e., type *var ->
7854 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
7856 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
7857 since it's less likely to work if NULs are involved in the future.
7859 2004-09-27 Akim Demaille <akim@epita.fr>
7861 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
7863 2004-09-27 Akim Demaille <akim@epita.fr>
7865 * data/lalr1.cc (b4_parse_param_decl_1): New.
7866 (b4_parse_param_decl): Use it to have different names between attribute
7868 (b4_cc_constructor_call): Likewise.
7870 2004-09-24 Akim Demaille <akim@epita.fr>
7872 * src/parse-gram.y (add_param): Strip the leading and trailing
7873 blanks from a formal argument declaration.
7874 (YY_LOCATION_PRINT): New.
7876 2004-09-24 Akim Demaille <akim@epita.fr>
7878 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
7881 2004-09-24 Akim Demaille <akim@epita.fr>
7883 * doc/bison.texinfo (Table of Symbols): Sort.
7885 2004-09-21 Akim Demaille <akim@epita.fr>
7887 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
7888 the useless parentheses.
7889 Suggested by Paul Eggert.
7891 2004-09-20 Akim Demaille <akim@epita.fr>
7893 Let the initial-action act on the look-ahead, and use it for the
7894 "initial push" (corresponding to an hypothetical beginning-of-file).
7895 And let lalr1.cc honor %initial-action.
7897 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
7899 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
7900 (Parser::Parser): Remove the ctor that used to initialize it.
7901 (Parser::parse): Like in the other skeletons, issue the "starting
7902 parse" message before any action.
7903 Honor %initial-action.
7904 Initialize the stacks with the lookahead.
7905 * data/yacc.c: Let $$ and @$ in %initial-action designate the
7907 Push them in the stacks.
7908 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
7910 2004-09-20 Akim Demaille <akim@epita.fr>
7912 * doc/bison.texinfo (Initial Action Decl): New.
7914 2004-09-20 Akim Demaille <akim@epita.fr>
7916 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
7917 clearer criterion to define it.
7918 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
7919 When reducing on an empty RHS, use the latest stacked location as
7921 yylloc is not always available.
7922 * data/glr.c: Likewise.
7923 Also, honor initial-actions.
7925 2004-09-20 Akim Demaille <akim@epita.fr>
7927 * data/yacc.c (YY_LOCATION_PRINT): New.
7928 Define when we know YYLTYPE's structure, i.e., when the default
7929 YYLLOC_DEFAULT is used.
7930 * data/c.m4 (b4_yysymprint_generate): Use it.
7931 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
7932 value of the result.
7933 (error_start_): Replace with...
7934 (error_range_): this location array.
7935 This allows to replace code relying on the implementation of
7936 locations by portable code.
7937 * data/yacc.c (yylerrsp): Replace with...
7938 (yyerror_range): this.
7939 Every time a token is popped, update yyerror_range[0], to have an
7940 accurate location for the error token.
7941 * data/glr.c (YY_LOCATION_PRINT): New.
7942 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
7943 deference a pointer.
7944 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
7945 report the location in %printers.
7947 * src/scan-skel.l: Instead of abort, report error messages to ease
7948 understanding skeleton scanning failures.
7950 2004-09-16 Akim Demaille <akim@epita.fr>
7952 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
7953 (iterator, const_iterator): these, to be more in the C++ spirit.
7954 Also, return reverse iterators so that when displaying the stack
7955 we display its bottom first.
7956 (Parser::stack_print_, Parser::reduce_print_): Match the messages
7958 We should probably use vector here though.
7960 2004-09-16 Akim Demaille <akim@epita.fr>
7962 Have more complete shift traces.
7964 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
7965 to report Shifts instead of ad hoc YYDPRINTF invocations,
7966 including for the error token.
7967 * data/lalr1.cc (symprint_): Output the location.
7968 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
7969 output the location within the %printer.
7970 Activate GLR tests, at least to make sure they compile properly.
7971 They still don't pass though.
7972 * tests/calc.at: Adjust expect verbose output, since now "Entering
7973 state..." is on a different line than the "Shifting" message.
7975 2004-09-08 Akim Demaille <akim@epita.fr>
7977 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
7978 Bison directive from the Bison file to the invocation of this
7979 macro, so that these directives are passed to
7980 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
7981 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
7982 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
7983 the extra Bison directives instead of the whole series.
7984 Change the grammar so that there are recoverable errors, and
7985 unrecoverable errors. Now we can have the parser give up before
7986 consuming the whole input. As a result we now can observe that
7987 the lookahead is freed when needed.
7988 Change the parser source to parse argv[1] instead of a hard coded
7990 Simplify yylex, and give a value and location to EOF.
7991 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
7992 passed directives already coded in the file.
7993 Add some tests to check the location of "error".
7994 For some tests, the C++ parser is correct, and not yacc.c.
7995 For other tests, they provide different, but unsatisfying, values,
7996 so keep the C++ value so that at least one parser is "correct"
7997 according to the test suite.
7998 (Actions after errors): Remove, this is subsumed by the
7999 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
8001 2004-09-06 Akim Demaille <akim@epita.fr>
8003 * data/lalr1.cc: Adjust the indentation of the labels.
8007 2004-09-06 Akim Demaille <akim@epita.fr>
8009 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
8010 argument, an informative message.
8011 Call YY_SYMBOL_PRINT.
8012 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
8013 * data/lalr1.cc (destruct_): Likewise.
8014 In addition, no longer depend on b4_yysymprint_generate and
8015 b4_yydestruct_generate to generate these functions, do it "by
8018 2004-09-03 Akim Demaille <akim@epita.fr>
8020 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
8021 invoked, yydestruct the lookahead.
8022 * tests/calc.at (Calculator $1): Update the expected lengths of
8023 traces: there is an added line for the discarded lookahead.
8024 * doc/bison.texinfo (Destructor Decl): Some rewording.
8025 Define "discarded" symbols.
8027 2004-09-02 Akim Demaille <akim@epita.fr>
8029 * data/lalr1.cc (translate_, destruct_): No reason to be static.
8031 2004-09-02 Akim Demaille <akim@epita.fr>
8033 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
8034 (YYDSYMPRINTF): Rename as...
8035 (YY_SYMBOL_PRINT): this.
8036 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
8038 Use it instead of direct symprint_ calls.
8039 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
8042 2004-09-02 Akim Demaille <akim@epita.fr>
8044 * data/lalr1.cc (b4_yysymprint_generate): New.
8045 (symprint_): New member function, defined when YYDEBUG.
8046 Use it consistently instead of token/nterm debugging output by
8048 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
8049 %printer calls to use cdebug_ when using lalr1.cc.
8051 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
8053 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
8054 with #ifdef YYDEBUG.
8056 2004-08-26 Akim Demaille <akim@epita.fr>
8058 * doc/bison.texinfo (Implementing Loops): Rename as...
8059 (Implementing Gotos/Loops): this.
8061 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
8063 Adjust to latest gnulib.
8064 * bootstrap (gnulib_modules): Add xalloc-die.
8065 Set LC_ALL=C so that file names sort consistently.
8066 Prefer the gnulib copies of gettext.m4, glibc21.m4,
8067 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
8068 uintmax_t.m4, ulonglong.m4.
8069 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
8070 po.m4 since we are now using _gl.m4 instead.
8072 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
8074 * src/scan-action.l: Remove. Scanning of semantic actions is
8075 handled in scan-gram.l.
8077 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
8079 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
8081 * src/location.h (struct): The file member is a uniqstr.
8082 (equal_boundaries): Use UNIQSTR_EQ for comparison.
8084 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
8086 Fix bug with non-%union parsers that have printers or destructors,
8087 which led to a Bison core dump. Reported by Peter Fales in
8088 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
8090 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
8091 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
8092 not to our own type.
8093 * src/output.c (symbol_destructors_output, symbol_printers_output):
8094 Don't assume %union.
8095 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
8096 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
8097 UNION-FLAG. All callers changed.
8098 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
8099 Use type char, not unsigned int, when declaring an array of char;
8100 this lets us remove a cast.
8101 (Printers and Destructors): Add non-%union test cases.
8103 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
8105 * doc/bison.texinfo: Minor editorial changes, mostly to the new
8106 GLR writeups. E.g., avoid frenchspacing and the future tense,
8107 change "lookahead" to "look-ahead", and change "wrt" to "with
8110 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8112 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
8113 New sections, split off from the GLR Parsers section. Put the new
8114 Simple GLR Parser near the start of the GLR section, for clarity.
8115 Rewrite connective text.
8117 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
8119 * doc/bison.texinfo (Simple GLR Parsers): New section.
8121 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
8123 * NEWS, TODO, doc/bison.texinfo:
8124 Use "look-ahead" instead of "lookahead", to be consistent.
8125 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
8126 while we're fixing "look-ahead".
8127 * src/conflicts.c (shift_set): Renamed from shiftset.
8128 (look_ahead_set): Renamed from lookaheadset.
8129 * src/print.c: Likewise.
8130 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
8131 name for "lookahead".
8132 (report_types, usage): Likewise.
8133 * src/getargs.h (report_look_ahead_tokens): Renamed from
8135 * src/lalr.c (compute_look_ahead_tokens): Renamed from
8137 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
8138 (look_ahead_tokens_print): Renamed from lookaheads_print.
8139 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
8140 state_rule_lookaheads_print.
8141 * src/state.h: Likewise.
8142 (reductions.look_ahead_tokens): Renamed from lookaheads.
8143 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
8144 AT_DATA_LOOKAHEADS_GRAMMAR.
8146 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
8148 * README: Update location of patched M4 distribution.
8150 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
8152 Don't assume the C++ compiler takes the same arguments as the C compiler
8154 * configure.ac (O0CXXFLAGS): New var.
8155 * tests/atlocal.in (CXXFLAGS): Use it.
8157 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
8159 Fix some "make check" problems with C++ reported by
8160 Albert Chin-A-Young for Tru64 C++ in this thread:
8161 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
8163 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
8164 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
8165 Output to a .cc file for C++, not to a .c file.
8166 * tests/calc.at (AT_CHECK_CALC): Likewise.
8167 * tests/regression.at (AT_CHECK_DANCER): Likewise.
8168 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
8170 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
8172 * tests/calc.at, tests/actions.at: Workaround for SGI
8173 C++ compiler. (trivial change)
8175 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
8177 Spent a few hours checking out which prerequisite versions the
8178 current sources actually require. I went all the way back to
8179 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
8180 a seemingly endless set of combinations of versions more recent
8181 than that. The bottom line is that the current sources require
8182 fairly recent versions of the build tools, and it'll be some work
8184 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
8185 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
8186 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
8187 Add comments explaining why those particular versions are
8190 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
8191 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
8192 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
8194 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
8195 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
8197 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
8199 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
8200 0.11.5. Suggested by Bruno Haible.
8201 * bootstrap: Remove gettext version checking.
8203 * doc/bison.texinfo (Decl Summary): Also mention that %union
8204 can depend on prerequisite types. Problem reported by Tim
8207 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
8209 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
8210 * README-alpha: Don't tell people not to package this.
8212 * bootstrap: Don't assume $(...) works; use `...` instead.
8213 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
8216 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
8217 put into the -d output file, and mention what to do if YYSTYPE is
8220 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
8222 Undo change made earlier today: it caused autopoint to not bring
8223 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
8226 * bootstrap: Check that gettext version matches what's in
8227 configure.ac. Warn users to ignore robots.txt ERROR 404.
8228 * bootstrap: Undo today's earlier change (logged below).
8229 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
8231 The gettext version checking is causing more trouble than it's
8232 curing; remove it. Problem reported by Paul Hilfinger.
8234 * bootstrap: Issue a warning that one can expect a message
8235 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
8236 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
8238 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
8240 Ensure that the C++ compiler used for testing actually works on a
8241 simple test program; if not, skip the C++-related tests. Problem
8242 reported by Vin Shelton in:
8243 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
8245 * m4/cxx.m4: New file.
8246 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
8247 * tests/atlocal.in (BISON_CXX_WORKS): Add.
8248 * tests/local.at (AT_COMPILE_CXX): Use it.
8250 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
8252 * data/glr.c (yylloc): Output this macro even if locations are not
8253 being generated, as the GLR parser needs it even in that case.
8254 Problem reported by Troy A. Johnson
8255 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
8257 * configure.ac (AC_INIT): Update to 1.875e.
8259 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
8261 * NEWS: Version 1.875d.
8262 * configure.ac (AC_INIT): Likewise.
8263 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
8265 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
8266 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
8267 lalr1.cc runs afoul of the first, and the last two are no longer
8268 supported by GCC 3.4.0.
8269 * README: Mention GNU m4 1.4 or later; mention m4 patches.
8270 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
8272 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
8274 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
8275 unsigned int, for compatibility with latest gnulib hash module.
8276 * src/state.c (state_hash, state_hasher): Likewise.
8277 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
8278 * src/uniqstr.c (hash_uniqstr): Likewise.
8280 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
8282 * NEWS: Unescaped newlines are no longer allowed in char & strings.
8284 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
8285 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
8286 character and string literals.
8287 (unexpected_end): New function.
8288 (unexpected_eof): Use it.
8289 (unexpected_newline): New function.
8290 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
8293 * NEWS: Document %expect-rr.
8295 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
8296 Fix typo by replacing $1 with $option.
8297 Remove more 'intl'-related files.
8298 Don't DEFUN AM_INTL_SUBDIR twice.
8300 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
8301 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
8303 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
8304 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
8305 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
8306 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
8307 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
8308 * src/.cvsignore: Add *.output.
8310 * src/parse-gram.y: Put copyright notice inside %{ %} so it
8311 gets copied to the output file.
8313 2004-04-28 Paul Eggert <eggert@twinsun.com>
8315 Get files from the gnulib and po repositories, instead of relying
8316 on them being in our CVS. Upgrade to latest versions of gnulib
8319 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
8320 * bootstrap: Bootstrap from gnulib and po repositories.
8321 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
8322 * README-cvs: Document these changes. Remove version numbers from
8323 mentions of build tools, since they change so often. Mention Flex.
8325 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
8326 (gl_USE_SYSTEM_EXTENSIONS): Add.
8327 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
8328 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
8330 (AC_ISC_POSIX): Remove; we no longer support this
8331 ancient OS, as it gets in the way of latest Autoconf & gnulib.
8332 (AC_HEADER_STDC): Remove: we now assume C89 or better.
8333 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
8334 Do not check for C89 headers, except for locale.h which is used
8335 by the Yacc library and must port to K&R hosts.
8336 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
8337 Do not check for C89 functions, except for setlocale which is
8338 used by the Yacc library.
8339 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
8340 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
8341 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
8342 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
8343 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
8344 AM_GNU_GETTEXT): Remove; now done by:
8345 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
8346 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
8349 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
8350 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
8351 Define to empty, as gnulib.mk will do the rest for us.
8352 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
8354 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
8355 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
8357 * src/files.c: Include gnulib's xstrndup.h.
8359 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
8360 (REALLOC): Use xnrealloc, for likewise.
8361 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
8362 (strnlen, memrchr): Remove decls; functions no longer used.
8365 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
8366 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
8367 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
8368 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
8369 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
8370 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
8371 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
8372 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
8373 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
8374 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
8375 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
8376 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
8377 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
8378 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
8379 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
8380 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
8381 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
8382 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
8383 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
8384 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
8385 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
8386 Remove, as these files are now generated automatically
8387 by bootstrap or automake.
8389 * po/ChangeLog: Remove: all but one entry was a duplicate
8390 of this file, and I moved that 2000-11-02 entry here.
8392 * config/.cvsignore: Add Makefile, depcomp, install-sh.
8393 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
8394 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
8395 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
8396 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
8397 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
8398 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
8399 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
8400 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
8401 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
8402 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
8404 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
8405 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
8406 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
8407 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
8408 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
8409 * src/.cvsignore: Remove *_.c.
8412 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
8413 support it. (The latest stable gzip doesn't.)
8415 2004-04-27 Paul Eggert <eggert@twinsun.com>
8417 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
8418 case, as stos_ is now used by destructors due to the 2004-02-09
8421 Remove more K&R C support.
8422 * lib/libiberty.y (PARAMS): Remove. All uses removed.
8423 * lib/subpipe.c (errno): Remove decl.
8424 Include <stdlib.h> unconditionally.
8425 (EXIT_FAILURE): Remove macro.
8426 * src/complain.c (vfprintf, strerror): Remove.
8427 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
8429 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
8430 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
8431 (strchr, strspn, memchr): Remove decls.
8432 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
8433 unconditionally. Do not declare perror.
8434 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
8437 * src/complain.c (_): Remove useless defn, as system.h defines this.
8439 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
8440 with latest obstack.h.
8441 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
8442 to procedure types, as obstack.h now does that for us.
8443 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
8445 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
8446 so that this include file can stand alone.
8447 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
8448 does this now. Include subpipe.h first after config.h, to
8449 test whether it can stand alone.
8451 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
8452 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
8455 * tests/synclines.at (%union synch line): Put a dummy member in
8456 the union, because empty unions aren't allowed in C. Caught
8459 2004-04-13 Jim Meyering <jim@meyering.net>
8461 * src/conflicts.c (conflicts_print): Correct format string typo:
8462 use `%%' to produce literal `%'. (trivial change)
8464 2004-03-30 Paul Eggert <eggert@twinsun.com>
8466 * src/getargs.c (version): Update copyright year to 2004.
8468 * data/c.m4 (b4_int_type): Use 'short int' rather than
8469 'short', and similarly for 'long', 'unsigned', etc.
8470 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
8471 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
8472 yy_yypstack, yydumpstack): Likewise.
8473 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
8474 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
8476 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
8477 yy_stack_print, yyparse): Likewise.
8478 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
8479 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
8480 * lib/bitset.c (bitset_print): Likewise.
8481 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
8482 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
8483 * lib/bitsetv.c (bitsetv_dump): Likewise.
8484 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
8485 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
8487 * src/LR0.c (allocate_itemsets): Likewise.
8488 * src/gram.h (rule_number, rule): Likewise.
8489 * src/lalr.h (goto_number): Likewise.
8490 * src/nullable.c (nullable_compute): Likewise.
8491 * src/output.c (prepare_rules): Likewise.
8492 * src/relation.c (relation_print, relation_digraph): Likewise.
8493 * src/relation.h (relation_node): Likewise.
8494 * src/state.h (state_number, transitions, errs, reductions,
8495 struct state): Likewise.
8496 * src/symtab.h (symbol_number, struct symbol): Likewise.
8497 * src/tables.c (vector_number, tally, action_number,
8498 default_goto, goto_actions): Likewise.
8499 * tests/existing.at (GNU Cim Grammar): Likewise.
8500 * tests/regression.at (Web2c Actions): Likewise.
8502 * src/output.c (muscle_insert_short_int_table): Renamed from
8503 muscle_insert_short_table. All uses changed.
8505 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8507 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
8508 (declaration): Replace expected_conflicts with expected_sr_conflicts.
8509 Add %expect-rr rule.
8511 * src/scan-gram.l: Recognize %expect-rr.
8513 * src/conflicts.h (expected_sr_conflicts): Rename from
8515 (expected_rr_conflicts): Declare.
8517 * src/conflicts.c (expected_sr_conflicts): Rename from
8519 (expected_rr_conflicts): Define.
8520 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
8522 Use expected_sr_conflicts in place of expected_conflicts.
8523 Warn if expected_rr_conflicts used in non-GLR parser.
8525 * doc/bison.texinfo: Add documentation for %expect-rr.
8527 2004-03-08 Paul Eggert <eggert@gnu.org>
8529 Add support for hex token numbers. Suggested by Odd Arild Olsen in
8530 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
8532 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
8534 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
8535 * src/scan-gram.l (scan_integer): New function.
8537 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
8538 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
8539 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
8540 Say "long int", not "long", for uniformity with GNU style.
8542 2004-02-25 Paul Eggert <eggert@twinsun.com>
8544 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
8545 compilers. This fixes a problem with Intel's C++ compiler being
8546 chatty, reported by Guido Trentalancia in
8547 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
8549 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
8551 Support %destructor and merge error locations in lalr1.cc.
8553 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
8554 (Parser::stos_): Define unconditionally.
8555 (Parser::destruct_): New method. Generate its body with
8556 b4_yydestruct_generate.
8557 (Parser::error_start_): New attribute.
8558 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
8559 token which are discarded.
8560 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
8561 error_start_ when erroneous token are discarded.
8562 (Parser::parse) <yyerrlab1>: Compute the location of the error
8563 token so that it covers all the discarded tokens.
8564 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
8565 it can be called with `%skeleton "lalr1.cc"', and do that.
8567 2004-02-02 Paul Eggert <eggert@twinsun.com>
8569 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
8570 $(top_srcdir)/lib and ../lib. This fixes a bug reported
8571 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
8572 There's no need to mention top_builddir since Automake does that
8574 (INCLUDES): Remove, as Automake says it's obsolescent.
8575 Contents migrated into AM_CPPFLAGS as described above.
8576 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
8578 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8580 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
8581 (yyreportSyntaxError): Handle case where lookahead token is
8584 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8586 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
8587 resulting parsers are compilable with C++.
8589 2003-12-23 Paul Eggert <eggert@twinsun.com>
8591 * config/depcomp, config/install-sh: Sync with Automake 1.8.
8592 * src/output.c (output_skeleton): Rename local var.
8593 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
8594 Bison tokens, as this runs afoul of the 2003-10-07 change that
8595 disallowed NUL bytes in character constants or string literals.
8597 * tests/local.at: Require Autoconf 2.59's Autotest.
8598 * tests/testsuite.at: Don't include local.at, since we now assume
8599 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
8601 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
8602 multiple inclusion warnings.
8604 2003-12-02 Akim Demaille <akim@epita.fr>
8606 * doc/bison.texinfo (How Can I Reset the Parser): More about start
8610 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
8612 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
8614 2003-10-07 Paul Eggert <eggert@twinsun.com>
8616 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
8617 if testsuite doesn't exist.
8619 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
8620 literals, unfortunately.
8621 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
8622 Complain about NUL bytes in character constants or string literals.
8624 2003-10-05 Paul Eggert <eggert@twinsun.com>
8626 * NEWS: Don't document %no-default-prec, as it's still
8628 * doc/bison.texinfo: Document %no-default-prec only if
8629 the defaultprec flag is set. Normally it's not.
8631 2003-10-04 Paul Eggert <eggert@twinsun.com>
8633 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
8634 non-modifiable lvalue, instead of a modifiable one.
8635 * doc/bison.texinfo (Actions): Document that $$ can
8636 be assigned to. Do not claim that $$ and $N are
8637 array element references: user code should not rely on this.
8639 2003-10-01 Paul Eggert <eggert@twinsun.com>
8641 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
8642 (grammar_declaration): Use it.
8643 * src/scan-gram.l: New token %no-default-prec.
8644 * tests/conflicts.at: Revamp tests to use %no-default-prec.
8645 * NEWS, doc/bison.texinfo: Document the above.
8647 2003-10-01 Akim Demaille <akim@epita.fr>
8649 VCG no longer supports long_straight_phase.
8651 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
8652 * src/print_graph.c (print_graph): Adjust.
8654 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
8655 and Paul Eggert <eggert@twinsun.com>
8657 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
8658 Table of Symbols): Document %default-prec.
8659 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
8660 (grammar_declaration): Set default_prec on %default-prec.
8661 * src/scan-gram.l (%default-prec): New token.
8662 * src/reader.h (default_prec): New flag.
8663 * src/reader.c: Likewise.
8664 (packgram): Handle it.
8665 * tests/conflicts.at (%default-prec without %prec,
8666 %default-prec with %prec, %default-prec 1): New tests.
8668 2003-09-30 Paul Eggert <eggert@twinsun.com>
8670 * tests/testsuite.at: Include local.at, not input.at, fixing
8671 a typo in the 2003-08-25 patch.
8673 2003-08-27 Akim Demaille <akim@epita.fr>
8675 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
8678 2003-08-26 Akim Demaille <akim@epita.fr>
8680 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
8681 "<\#" to avoid magic from Gnus when posting parts of this script.
8683 2003-08-26 Akim Demaille <akim@epita.fr>
8685 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
8686 (Parser::parse): here.
8687 Adjust: nerrs and errstatus is now replaced by...
8688 (Parser::nerrs_, Parser::errstatus_): New.
8690 2003-08-25 Akim Demaille <akim@epita.fr>
8692 * config/announce-gen, Makefile.cfg: New.
8693 * Makefile.am: Adjust.
8694 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
8695 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
8697 2003-08-25 Akim Demaille <akim@epita.fr>
8699 When reducing initial empty rules, Bison parser read an initial
8700 location that is not defined. This results in garbage, and that
8701 affects Bison's own parser. Therefore we need (i) to extend Bison
8702 to support a means to initialize this location, and (ii) to use
8703 this CVS Bison to fix CVS Bison's parser.
8705 * src/reader.h, reader.c (epilogue_augment): Remove, replace
8707 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
8708 * src/parse-gram.y: Adjust.
8709 (%initial-action): New.
8710 (%error-verbose): Since we require CVS Bison, there is no reason
8712 * src/scan-gram.l: Adjust.
8713 * src/Makefile.am (YACC): New, to make sure we use our own parser.
8714 * data/yacc.c (yyparse): Use b4_initial_action.
8716 2003-08-25 Akim Demaille <akim@epita.fr>
8718 * doc/bison.texinfo: Don't promote stdout for error messages.
8720 2003-08-25 Akim Demaille <akim@epita.fr>
8722 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
8723 From Alexandre Duret-Lutz.
8725 2003-08-25 Akim Demaille <akim@epita.fr>
8729 2003-08-25 Akim Demaille <akim@epita.fr>
8731 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
8734 2003-08-25 Akim Demaille <akim@epita.fr>
8736 * data/lalr1.cc (Parser::reduce_print_): New.
8739 2003-08-25 Akim Demaille <akim@epita.fr>
8741 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
8742 error recovery loops. This patch is based on
8743 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
8744 Also, augment the similarity between lalr1.cc and yacc.c.
8745 Note: the locations of error recovery rules are not correct yet.
8747 * data/lalr1.cc: Comment changes to augment the similarity between
8748 lalr1.cc and yacc.c.
8749 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
8750 (yyerrlab1): Remove, but where it used to be (now the bottom part of
8751 yyerrlab), when hitting EOF, pop the whole stack here instead of
8752 merely falling thru the default error handling mechanism.
8753 (yyerrorlab): New label, with the old contents of YYERROR,
8754 plus the following change: pop the stack of rhs corresponding
8755 to the production that invoked YYERROR. That is how Yacc
8756 behaves (required by POSIX).
8757 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
8760 2003-08-25 Akim Demaille <akim@epita.fr>
8762 Tune local.at so that people can "autom4te -l autotest calc.at -o
8763 calc" for instance, to extract a sub test suite.
8765 * tests/testsuite.at: Move the initialization, Autotest version
8766 requirement, and AT_TESTED invocation into...
8767 * tests/local.at: here.
8768 * tests/testsuite.at: Include it for compatibility with Autoconf
8770 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
8773 2003-08-04 Paul Eggert <eggert@twinsun.com>
8775 Rework code slightly to avoid gcc -Wtraditional warnings.
8776 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
8777 The returned value is now stored in *YY0. All callers changed.
8778 * src/output.c (merge_output): Adjust to the above change.
8780 2003-07-26 Paul Eggert <eggert@twinsun.com>
8782 * data/glr.c (YYASSERT): New macro.
8783 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
8784 yyresolveStates, yyprocessOneStack):
8785 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
8786 Derived from a suggestion by Frank Heckenbach.
8788 2003-07-25 Paul Eggert <eggert@twinsun.com>
8790 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
8791 for portability to K&R C (after ansi2knr, presumably). See
8792 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
8793 by Frank Heckenbach, though I have omitted the structure-initialization
8794 part of his glr-knr.diff patch since I recall that the Portable
8795 C Compiler didn't require that change.
8797 Let the user specify how to allocate and free memory.
8798 Derived from a suggestion by Frank Heckenbach in
8799 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
8800 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
8801 All uses of free, malloc, realloc changed to use these macros,
8802 and unnecessary casts removed.
8803 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
8805 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
8807 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
8808 use s.empty() rather than s == "" to test for empty string; see
8809 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
8812 2003-06-25 Akim Demaille <akim@epita.fr>
8814 * config/depcomp, config/install-sh: Update from masters.
8816 2003-06-20 Paul Eggert <eggert@twinsun.com>
8818 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
8819 and return properly parenthesized result.
8820 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
8821 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
8822 Remove unnecessary parentheses from uses.
8823 * doc/bison.texinfo (Location Default Action): Describe the
8824 conventions for parentheses.
8826 2003-06-19 Paul Eggert <eggert@twinsun.com>
8828 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
8829 yyreportTree): Do not assume that size_t is the same width as int,
8830 when printing sizes. Print sizes using an unsigned format.
8831 Problem reported by Frank Heckenbach in
8832 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
8834 Port to Forte Developer 7 C compiler.
8835 * data/glr.c (struct YYLTYPE): If locations are not being used,
8836 declare a single dummy member, as empty structs do not conform
8838 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
8839 the Forte Developer 7 C compiler complains that end-of-loop
8840 code is not reached.
8842 2003-06-17 Paul Eggert <eggert@twinsun.com>
8844 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
8845 avoid warnings from picky compilers about redefinition of PARAMS.
8847 2003-06-17 Paul Eggert <eggert@twinsun.com>
8851 * NEWS: Document 1.875b.
8853 * lib/bbitset.h: Do not include config.h; that's the includer's job.
8854 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
8855 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
8856 Don't use 'index' in comments, as it's a builtin fn on some hosts.
8857 * lib/bitset_stats.c: Include gettext.h unconditionally, as
8858 per recent gettext manual's suggestion.
8859 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
8860 Use prototypes, not old-style definitions.
8861 * lib/lbitset.c (lbitset_unused_clear): Likewise.
8862 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
8863 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
8864 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
8865 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
8866 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
8867 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
8868 vbitset_or_and_cmp, vbitset_copy): Likewise.
8870 * lib/libiberty.h: Do not include config.h; that's the includer's job.
8871 Do not include <stdlib.h>.
8872 (PARAMS): Define unconditionally for C89.
8873 (ATTRIBUTE_NORETURN): Remove.
8874 (ATTRIBUTE_UNUSED): Define unconditionally.
8876 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
8877 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8878 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
8879 * lib/vbitset.c, lib/vbitset.h: New files.
8880 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
8881 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
8884 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
8885 `How Can I Reset @code{yyparse}', since texinfo does not allow
8886 arbitrary @ in node names.
8888 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
8889 shouldn't be needed according to the gettext 0.12.1 documentation
8890 but which seem to be needed anyway: codeset.m4 glibc21.m4
8891 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8892 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
8893 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
8895 * lib/.cvsignore: Add stdbool.h.
8896 * m4/.cvsignore: Add nls.m4, po.m4.
8898 Upgrade to CVS gnulib.
8899 * stdbool_.h: File renamed from stdbool.h.in.
8900 * configure.ac (AM_STDBOOL_H): Invoke this instead of
8902 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
8903 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
8904 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
8905 (MOSTLYCLEANFILES): New var.
8906 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
8907 (stdbool.h): New rule.
8908 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
8909 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
8910 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
8911 m4/quote.m4: Upgrade to today's gnulib.
8913 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
8914 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
8915 the tests right now.
8916 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
8917 yyerror are declared before use; C99 requires this.
8919 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8921 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
8923 (yyrecoverSyntaxError): Correct the logic for setting and testing
8925 Correct comment on handling EOF.
8926 Allow states with only a default reduction, rather than failing
8927 (I can't quite reconstruct why these were not allowed before).
8929 Fixes to avoid problem that $-N rules in GLR parsers can cause
8930 buffer overruns, corrupting state.
8932 * src/output.c (prepare_rules): Output max_left_semantic_context
8934 * src/reader.h (max_left_semantic_context): New variable declaration.
8935 * src/scan-gram.l (max_left_semantic_context): Define.
8936 (handle_action_dollar): Update max_left_semantic_context.
8937 * data/glr.c (YYMAXLEFT): New definition.
8938 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
8939 (yyresolveAction): Ditto.
8941 Fixes to problems with location handling in GLR parsers reported by
8942 Frank Heckenbach (2003/06/05).
8944 * data/glr.c (YYLTYPE): Make trivial if locations not used.
8945 (YYRHSLOC): Add parentheses, and define only if locations used.
8946 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
8948 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
8949 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8951 * tests/cxx-type.at: Exercise location information; update tests
8952 to differentiate output with and without locations.
8953 Remove forward declarations of yylex and yyerror---caused errors
8954 because default YYLTYPE not yet defined.
8955 Change semantic actions to compute strings, rather than printing
8956 them directly (to test proper passing of semantics values). Change
8957 output to prefix notation and update test data and expected results.
8958 (yylex): Track locations.
8959 (stmtMerge): Return value rather than printing, and include arguments
8962 2003-06-03 Paul Eggert <eggert@twinsun.com>
8964 Avoid warnings generated by GCC 2.95.4 when Bison is
8965 configured with --enable-gcc-warnings.
8966 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
8967 yy::]b4_parser_class_name[::translate_,
8968 yy::Stack::operator[] (unsigned),
8969 yy::Stack::operator[] (unsigned) const,
8970 yy::Slice::operator[] (unsigned),
8971 yy::Slice::operator[] (unsigned) const):
8972 Rename local vars to avoid warnings.
8973 * tests/glr-regression.at (Improper handling of embedded actions
8974 and $-N in GLR parsers): Remove unused local variable from yylex.
8975 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
8976 (void) as arg when not pure, since we now assume C89 when building
8977 Bison. Pacify GCC by using parameter.
8979 2003-06-02 Paul Eggert <eggert@twinsun.com>
8981 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
8982 yy::Location::lines, yy::Location::columns): Rename arguments
8983 to avoid shadowing; this removes a warning generated by GCC 3.3.
8985 2003-06-01 Paul Eggert <eggert@twinsun.com>
8987 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
8988 to g++, as GCC 3.3 complains if you do it.
8989 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
8990 everything that WARNING_CFLAGS has, except omit warnings
8991 not suitable for C++.
8992 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
8993 * tests/atlocal.in (CXXFLAGS): New var.
8994 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
8996 Fix a GLR parser bug I reported in February; see
8997 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
8998 The problem was that GLR parsers did not conform to the C standard,
8999 because actions like { $1 = $2 + $3; } expanded to expressions
9000 that invoked YYFILL in separate subexpressions, and YYFILL assigned
9001 to a local variable. The C standard says that expressions
9002 like (var = f ()) + (var = f ()) have undefined behavior.
9003 Another problem was that GCC sometimes issues warnings that
9004 yyfill and its parameters are unused.
9006 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
9008 (yyfill): New function.
9010 (yyuserAction): Change type of yynormal to bool, so that it matches
9011 the new yyfill signature. Mark it as possibly unused.
9014 Follow up on a bug I reported in February, where a Bison-generated
9015 parser can loop. Provide a test case and a fix for yacc.c. I
9016 don't have a fix for lalr1.cc or for glr.c, unfortunately.
9017 The original bug report is in:
9018 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
9020 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
9021 macro's size was becoming unwieldy.
9022 (yyerrlab): Do not discard an empty lookahead symbol, as this
9023 might destroy garbage.
9024 (yyerrorlab): New label, with the old contents of YYERROR,
9025 plus the following change: pop the stack of rhs corresponding
9026 to the production that invoked YYERROR. That is how Yacc
9027 behaves, and POSIX requires this behavior.
9028 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
9029 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
9030 Define 'alarm' to do nothing if unistd.h is not available.
9031 Add a new rule "exp: '-' error;" to test the above change to
9032 data/yacc.c. Use 'alarm' to abort any test taking longer than
9033 10 seconds, as it's probably looping.
9034 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
9035 Also, the new yacc.c generates two fewer diagnostics for an
9038 2003-05-24 Paul Eggert <eggert@twinsun.com>
9040 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
9041 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
9042 This fixes a problem reported by John Bowman when the Compaq/HP
9043 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
9045 * data/yacc.c (union yyalloc): Likewise.
9046 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
9048 Switch from 'int' to 'bool' where that makes sense.
9050 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
9051 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
9052 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
9053 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
9054 Return or accept bool, not int. All callers changed.
9055 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
9056 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
9057 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
9058 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
9059 bitset_or_and_cmp_): Likewise.
9060 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
9061 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
9062 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
9063 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
9064 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
9065 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
9066 bitset_stats_or_and_cmp): Likewise.
9067 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
9068 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
9069 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
9070 ebitset_xor_cmp): Likewise.
9071 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
9072 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
9073 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
9074 lbitset_xor_cmp): Likewise.
9075 * lib/bbitset.h: Include <stdbool.h>.
9076 (struct bitset_vtable): The following members now return bool, not
9077 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
9078 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
9080 * src/conflicts.c (count_rr_conflicts): Likewise.
9081 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
9083 * lib/ebitset.c (ebitset_obstack_init): Likewise.
9084 * lib/lbitset.c (lbitset_obstack_init): Likewise.
9085 * src/getargs.c (debug_flag, defines_flag, locations_flag,
9086 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
9087 graph_flag): Likewise.
9088 * src/getargs.h (debug_flag, defines_flag, locations_flag,
9089 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
9090 graph_flag): Likewise.
9091 * src/output.c (error_verbose): Likewise.
9092 * src/output.h (error_verbose): Likewise.
9093 * src/reader.c (start_flag, typed): Likewise.
9094 * src/reader.h (typed): Likewise.
9095 * src/getargs.c (LOCATIONS_OPTION): New constant.
9096 (long_options, getargs): Use it.
9097 * src/lalr.c (build_relations): Use bool, not int.
9098 * src/nullable.c (nullable_compute): Likewise.
9099 * src/print.c (print_reductions): Likewise.
9100 * src/tables.c (action_row, pack_vector): Likewise.
9101 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
9102 * src/output.c (prepare): Use it.
9103 * src/output.c (token_definitions_output,
9104 symbol_destructors_output, symbol_destructors_output): Use string,
9105 not boolean integer, to keep track of whether to output separator.
9106 * src/print_graph.c (print_core): Likewise.
9107 * src/state.c (state_rule_lookaheads_print): Likewise.
9109 * config/install-sh: Sync from automake 1.7.5.
9111 2003-05-14 Paul Eggert <eggert@twinsun.com>
9113 * src/parse-gram.y (rules_or_grammar_declaration): Require a
9114 semicolon after a grammar declaration, in the interest of possible
9115 future changes to the Bison input language.
9116 Do not allow a stray semicolon at the start of the grammar.
9117 (rhses.1): Allow one or more semicolons after any rule, including
9118 just before "|" as required by POSIX.
9119 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
9122 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
9124 %parse-param support for lalr1.cc.
9126 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
9127 b4_cc_constructor_calls, b4_cc_constructor_call,
9128 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
9130 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
9131 parse-param arguments.
9132 (yy::b4_parser_class_name): Declare instance variables to
9133 hold parse-param arguments.
9134 * tests/calc.at: s/value/semantic_value/ because value clashes
9135 with a member of yy::b4_parser_class_name. Adjust C++ code
9136 to handle %parse-param. Enable %parse-param test in C++.
9138 2003-05-12 Paul Eggert <eggert@twinsun.com>
9140 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
9141 English a bit. Fix fclose typo. Change "const char" to "char
9142 const", and use ANSI C rather than K&R for "main". Suggest
9143 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
9144 and suggest yy_switch_to_buffer.
9146 2003-05-05 Paul Eggert <eggert@twinsun.com>
9148 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
9149 C89. This avoids a diagnostic on compilers that define __STDC__
9150 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
9151 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
9153 2003-05-03 Paul Eggert <eggert@twinsun.com>
9155 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
9156 Do not overrun array bounds.
9157 This should fix a bug reported today by Olatunji Oluwabukunmi in
9158 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
9160 2003-04-29 Akim Demaille <akim@epita.fr>
9162 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
9163 * src/getargs.c, src/getargs.h: here, as bool, not int.
9164 (nondeterministic_parser): New.
9165 * src/parse-gram.y, src/scan-gram.l: Support
9166 %nondeterministic-parser.
9167 * src/output.c (prepare): Use nondeterministic_parser instead
9168 of glr_parser where appropriate.
9169 * src/tables.c (conflict_row, action_row, save_row)
9170 (token_actions, token_actions, pack_vector): Ditto.
9172 2003-04-29 Akim Demaille <akim@epita.fr>
9174 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
9176 2003-04-29 Akim Demaille <akim@epita.fr>
9178 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
9179 with %pure-parser and %locations to exercise the patch from Yakov
9182 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
9184 * data/yacc.c: (b4_lex_param): Corrected for the case where
9185 %lex-param is provided and %pure-parser isn't.
9187 2003-04-27 Paul Eggert <eggert@twinsun.com>
9189 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
9190 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
9191 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
9192 if it is not defined.
9193 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
9195 2003-04-26 Paul Eggert <eggert@twinsun.com>
9197 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
9198 Declare to be of type suitable for the ninf value itself, not of
9199 type suitable for the corresponding table, since the latter might
9200 be unsigned but the ninf value might be negative. This fixes a
9201 bug reported by Alexandre Duret-Lutz in
9202 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
9204 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
9205 invokes it. We shouldn't invoke it twice because it will attempt
9206 to put error.o in the archive twice. This fixes a glitch reported
9207 by Martin Mokrejs in
9208 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
9210 2003-04-21 Paul Eggert <eggert@twinsun.com>
9212 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
9215 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
9217 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
9218 Fix obvious typo that results in uncompilable GLR parsers
9219 when both %pure-parser and %locations are used. (trivial change)
9221 2003-04-17 Paul Eggert <eggert@twinsun.com>
9223 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
9224 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
9225 Do not insert the expected token via unput, as this runs afoul
9226 of a POSIX-compatibility bug in flex 2.5.31.
9227 All uses changed to BEGIN the parent state,
9228 since we no longer insert the expected token via unput.
9229 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
9230 that is no longer emitted after the above change.
9232 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
9233 the first one. This change is from Paul Hilfinger, and it fixes
9234 regression reported by Werner Lemberg in
9235 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
9237 (resolve_sr_conflict): Don't invoke state_errs_set
9238 unless one or more tokens have been explicitly made errors.
9239 Otherwise, the above change causes Bison to abort.
9241 * tests/existing.at (GNU pic Grammar): New test case, taken from
9244 2003-03-31 Akim Demaille <akim@epita.fr>
9246 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
9248 2003-03-31 Akim Demaille <akim@epita.fr>
9250 * src/output.c (prepare_symbols): Avoid trailing spaces in the
9253 2003-03-31 Akim Demaille <akim@epita.fr>
9255 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
9256 From Paul Hilfinger.
9258 2003-03-29 Akim Demaille <akim@epita.fr>
9260 * m4/error.m4: Do not put under dynamic conditions some code which
9261 expansion is under static control.
9263 2003-03-29 Akim Demaille <akim@epita.fr>
9265 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
9267 2003-03-29 Akim Demaille <akim@epita.fr>
9269 * doc/bison.texinfo (Strings are Destroyed): New.
9271 2003-03-13 Paul Eggert <eggert@twinsun.com>
9273 * .cvsignore: Add configure.lineno.
9274 * src/.cvsignore: Add yacc.
9275 * tests/.cvsignore: Add testsuite.log.
9276 * doc/fdl.texi: Sync with latest FSF version.
9278 2003-03-12 Paul Eggert <eggert@twinsun.com>
9280 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
9281 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
9282 cursor, instead of leaving it undefined. This fixes a bug
9283 reported by Tim Van Holder in
9284 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
9285 * tests/input.at (Torturing the Scanner): Test the scanner on
9286 an empty input file, which was Tim Van Holder's test case.
9288 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
9289 <sys/resource.h> can be included, include sys/time.h and
9290 sys/times.h first, if available. This works around the SunOS
9291 4.1.4 porting bug reported by Bruce Becker in
9292 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
9294 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
9295 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
9298 Merge changes from gnulib. This was prompted because the CVS
9299 snapshot didn't build on Solaris 7 due to strnlen problems.
9301 These changes need to be merged back into gnulib:
9302 * lib/hash.c: Include <stdbool.h> unconditionally.
9303 * m4/onceonly.m4 (m4_quote): New macro.
9304 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
9305 Quote AC_FOREACH variable-expansions properly.
9306 The 2003-01-03 obstack.h change also needs merging.
9307 {end of changes requiring merging}
9309 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
9310 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
9311 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
9312 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
9313 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
9314 New files, imported from gnulib.
9315 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
9318 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
9319 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
9322 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
9324 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
9325 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
9326 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
9327 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
9328 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
9329 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
9330 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
9331 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
9332 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
9333 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
9334 (jm_PREREQ_ARGMATCH): Remove.
9335 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
9336 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
9338 * src/system.h: Include <stdbool.h> unconditionally.
9340 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
9341 assuming at least C89 in the bitset code for some time now.
9343 2003-03-03 Akim Demaille <akim@epita.fr>
9347 2003-03-02 Akim Demaille <akim@epita.fr>
9349 * doc/bison.texinfo (Table of Symbols): Reactivate the
9350 documentation for %lex-param, and %parse-param.
9352 2003-03-02 Akim Demaille <akim@epita.fr>
9354 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
9355 generate verbose error messages.
9356 Use the number of tokens as an upper bound in yytname, as it
9357 cannot be a non terminal.
9359 2003-03-02 Akim Demaille <akim@epita.fr>
9361 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
9364 2003-03-02 Akim Demaille <akim@epita.fr>
9366 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
9367 Use them to exercise yycheck overrun.
9368 Based on Andrew Suffield's grammar.
9370 2003-03-02 Akim Demaille <akim@epita.fr>
9372 Create tests/local.at for Bison generic testing macros.
9374 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
9375 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
9377 * tests/calc.at (AT_CHECK_CALC): Adjust.
9378 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
9379 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
9380 * tests/local.at: here.
9381 (AT_COMPILE_CXX): Tags the tests using it as c++.
9382 Ignore the test if CXX is not functional.
9384 2003-03-01 Paul Eggert <eggert@twinsun.com>
9386 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
9387 not loc->end, since loc->end might contain garbage and this leads
9388 to undefined behavior on some platforms.
9389 (id_loc, token_start): Use (IF_LINTed) initial values that do not
9390 depend on *loc, so that the reader doesn't give the the false
9391 impression that *loc is initialized.
9392 (<INITIAL>"%%"): Do not bother setting code_start, since its value
9393 does not survive the return.
9395 2003-03-01 Akim Demaille <akim@epita.fr>
9397 * src/scan-gram.l (code_start): Always initialize it when entering
9398 into yylex, as SC_EPILOGUE is activated *before* the corresponding
9399 yylex invocation. An alternative would be making it static, but
9400 then it starts with the second %%'s beginning, instead of its end.
9402 2003-02-28 Paul Eggert <eggert@twinsun.com>
9404 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
9405 around a UnixWare 7.1.1 porting bug reported by John Hughes in
9406 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
9408 2003-02-26 Paul Eggert <eggert@twinsun.com>
9410 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
9411 Remove Sequent/Pyramid discussion (nobody uses them any more).
9412 Merge VMS and MS-DOS discussion; these ports may well be dead
9413 but let's keep mentioning them for now. Put <> around email
9414 addresses. Add copyright notice.
9416 2003-02-24 Paul Eggert <eggert@twinsun.com>
9418 * data/glr.c (yy_reduce_print): yylineno -> yylno,
9419 to avoid collision with flex use of yylineno.
9420 Problem reported by Bruce Lilly in
9421 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
9422 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
9423 * data/yacc.c (yy_reduce_print): Likewise.
9425 * config/depcomp: Sync with Automake 1.7.3.
9427 2003-02-21 Akim Demaille <akim@epita.fr>
9429 * data/lalr1.cc: Use temporary variables instead of casts to
9430 change integer types.
9431 Suggested by Paul Eggert.
9433 2003-02-21 Akim Demaille <akim@epita.fr>
9435 * doc/bison.texinfo: Use "location" consistently to refer to @n,
9436 to avoid confusions with lalr1.cc's notion of Position.
9437 Suggested by Paul Eggert.
9439 2003-02-20 Akim Demaille <akim@epita.fr>
9441 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
9442 before initial_columns.
9443 (location.hh): Use consistent variable names when defining the
9445 Use "last" so that we subtract from Positions, not from unsigned.
9447 2003-02-20 Akim Demaille <akim@epita.fr>
9449 * data/lalr1.cc (position.hh): New subfile, including the extended
9450 and Doxygen'ed documentation of class Position.
9451 (location.hh): Use it.
9452 Document a` la Doxygen.
9453 With the help of Benoit Perrot.
9455 2003-02-20 Akim Demaille <akim@epita.fr>
9457 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
9459 Redefine AT_YYERROR_SEES_LOC_IF using it.
9460 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
9462 Don't use the location in yy::Parser::error_ and
9463 yy::Parser::print_ when not %locations.
9464 Activate more lalr1.cc tests.
9466 2003-02-19 Akim Demaille <akim@epita.fr>
9468 * data/lalr1.cc: When displaying a line number, be sure to make it
9471 2003-02-19 Akim Demaille <akim@epita.fr>
9473 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
9475 (YYABORT, YYACCEPT, YYERROR): New.
9476 * tests/calc.at: Renable the lalr1.cc test.
9478 2003-02-19 Akim Demaille <akim@epita.fr>
9480 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
9481 error recovery, mixing with/without pops and discarding of the
9484 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
9486 2003-02-17 Paul Eggert <eggert@twinsun.com>
9488 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
9489 * tests/testsuite.at (AT_COMPILE): Use them.
9490 This fixes the testsuite problem reported by Robert Lentz in
9491 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
9493 2003-02-12 Paul Eggert <eggert@twinsun.com>
9495 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
9496 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
9497 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
9498 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
9499 Check for malloc failure, for consistency with yacc.c.
9500 (yytname_size): Remove, for consistency with yacc.c.
9502 The bug still remains in data/lalr1.cc, as I didn't have time
9505 2003-02-06 Akim Demaille <akim@epita.fr>
9507 * configure.ac (GXX): Rename as...
9508 (CXX): this, to keep the original Autoconf semantics.
9510 * data/lalr1.cc: Fix b4_copyright invocations.
9511 If YYDEBUG is not defined, don't depend upon name_ being defined.
9512 (location.hh): Include string and iostream.
9513 (Position::filename): New member.
9514 (Position::Position ()): New.
9515 (operator<< (Position)): New.
9516 (operator- (Position, int)): New.
9517 (Location::first, Location::last): Rename as...
9518 (Location::begin, Location::end): these, to mock the conventional
9520 (operator<< (Location)): New.
9521 * tests/atlocal.in (CXX): New.
9522 * tests/testsuite.at (AT_COMPILE_CXX): New.
9523 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
9524 locations in a more synthetic way.
9525 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
9527 Adjust the C locations to match those from Emacs: first column is
9529 Change all the expected results.
9530 Conform to the GCS: simplify the locations when applicable.
9531 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
9532 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
9533 these CPP macros with the m4 macros new defined by...
9534 (AT_CHECK_PUSHDEFS): this, i.e.:
9535 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
9536 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
9538 (AT_CHECK_POPDEFS): Undefine them.
9539 (AT_CHECK_CALC_LALR1_CC): New.
9540 Use it for the first lalr1.cc test.
9542 2003-02-04 Akim Demaille <akim@epita.fr>
9544 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
9545 Location as is defined.
9547 2003-02-04 Akim Demaille <akim@epita.fr>
9549 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
9550 name_ being defined.
9552 2003-02-03 Paul Eggert <eggert@twinsun.com>
9554 * src/gram.h (start_symbol): Remove unused decl.
9556 Use more-consistent naming conventions for local vars.
9558 * src/derives.c (derives_compute): Change type of local var from
9560 * src/gram.c (grammar_rules_partial_print): Likewise.
9561 * src/print.c (print_core): Likewise.
9562 * src/reduce.c (reduce_grammar_tables): Likewise.
9564 * src/gram.c (grammar_dump): Change name of item_number *
9565 local var from r to rp.
9566 * src/nullable.c (nullable_compute): Likewise.
9568 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
9570 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
9571 for symbol or symbol_number var.
9572 * src/reader.c (grammar_start_symbol_set): Likewise.
9573 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
9575 * src/state.c (transitions_to): Likewise.
9576 * src/state.h: Likewise.
9577 * src/tables.c (symbol_number_to_vector_number): Likewise.
9579 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
9582 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
9585 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
9588 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
9589 Use str, not s, for char * var. Use ch, not c, for character var.
9590 Use size for size var.
9592 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
9594 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
9596 * src/uniqstr.h: Likewise.
9598 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
9599 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
9600 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
9601 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
9602 param to have same name as that of enum, so that we don't use
9603 "s" to stand for a non-state.
9605 2003-02-02 Akim Demaille <akim@epita.fr>
9607 * src/scan-skel.l: Scan more than one inert character per yylex
9610 2003-02-01 Paul Eggert <eggert@twinsun.com>
9614 * po/LINGUAS: Add ms.
9616 2003-01-30 Akim Demaille <akim@epita.fr>
9618 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
9620 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9622 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
9625 Changes in response to error report by S. Eken: GLR mode does not
9626 handle negative $ indices or $ indices in embedded rules correctly.
9627 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
9629 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
9630 (b4_rhs_location): Ditto.
9631 (yyfill): New function to copy from stack tree into array
9633 (yyuserAction): Modify to allow incremental move of semantic values
9634 to rhs array when in GLR mode.
9635 Define YYFILL to use in user-defined actions to fill semantic array
9637 Remove dummy use of yystack, as there is now a guaranteed use.
9638 (yydoAction): Modify to allow incremental move of semantic values
9639 to rhs array when in GLR mode.
9640 (yyresolveAction): Ditto.
9641 (yyglrShiftDefer): Update comment.
9642 (yyresolveStates): Use X == NULL for pointers, not !X.
9643 (yyglrReduce): Ditto.
9646 * tests/glr-regr1.at: Rename to ...
9647 * tests/glr-regression.at: Add new regression test for the problems
9648 described above (adapted from S. Eken).
9649 Update copyright notice.
9650 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
9651 * tests/Makefile.am: Ditto.
9653 2003-01-28 Paul Eggert <eggert@twinsun.com>
9655 * data/lalr1.cc: Do not use @output_header_name@ unless
9656 b4_defines_flag is set. This fixes two bugs reported by
9658 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
9659 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
9661 2003-01-21 Paul Eggert <eggert@twinsun.com>
9663 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
9664 we don't need to worry about yyerrlab1 being reported as an
9665 "unused label" by non-GCC C compilers. The downside is that if
9666 locations are used then a couple of statements are duplicated each
9667 time YYERROR is invoked, but the upside is that the warnings
9669 (yyerrlab1): Move code to YERROR.
9670 (yyerrlab2): Remove. Change uses back to yyerrlab1.
9671 This reverts some of the 2002-12-27 change.
9673 2003-01-17 Paul Eggert <eggert@twinsun.com>
9675 * src/output.c (symbol_printers_output): Fix typo that led
9676 to core dump. Problem reported by Antonio Rus in
9677 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
9679 2003-01-13 Akim Demaille <akim@epita.fr>,
9680 Quoc Peyrot <chojin@lrde.epita.fr>,
9681 Robert Anisko <anisko_r@lrde.epita.fr>
9683 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
9684 when the stacks contain one element, as the loop would otherwise
9685 free the last state, and then use the top state (the one we just
9686 popped). This means that the initial elements will not be freed
9687 explicitly, as is the case in yacc.c; it is not a problem, as
9688 these elements have fake values.
9690 2003-01-11 Paul Eggert <eggert@twinsun.com>
9692 * NEWS: %expect-violations are now just warnings, reverting
9693 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
9694 bootstrapping problem reported by Matthias Klose; see
9695 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
9696 * src/conflicts.c (conflicts_print): Likewise.
9697 * tests/conflicts.at (%expect not enough, %expect too much,
9698 %expect with reduce conflicts): Likewise.
9699 * doc/bison.texinfo (Expect Decl): Document this. Also mention
9700 that the warning is enabled if the number of conflicts changes
9701 (not necessarily increases).
9703 * src/getargs.c (version): Update copyright year.
9705 2003-01-09 Akim Demaille <akim@epita.fr>
9707 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
9709 2003-01-08 Paul Eggert <eggert@twinsun.com>
9711 * Makefile.maint (WGETFLAGS):
9712 New macro, containing "-C off" to disable proxy caches.
9713 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
9714 (rel-check): Use $(WGET) instead of wget.
9716 2003-01-06 Paul Eggert <eggert@twinsun.com>
9718 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
9719 the GLR paper of Scott, Johnstone and Hussain.
9721 2003-01-04 Paul Eggert <eggert@twinsun.com>
9723 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
9724 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
9725 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
9726 (EXTRA_LIBRARIES): New var, for liby.a.
9727 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
9728 (EXTRA_SCRIPTS): New var, for yacc.
9730 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
9731 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
9732 Problem reported by Nelson H. F. Beebe.
9734 2003-01-03 Paul Eggert <eggert@twinsun.com>
9736 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
9737 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
9738 when compiling Bison 1.875's `bitset bset = obstack_alloc
9739 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
9741 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
9742 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
9743 grow to a huge size with typical invocation.
9745 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
9746 Use the pattern recommended by Autoconf 2.57, except also protect
9747 against double-definition.
9748 * src/system.h: Likewise.
9749 Portability issues reported by Nelson H. F. Beebe.
9751 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
9752 All uses changed. Provide a definition in both C and C++.
9753 (yytrue, yyfalse): Define even if defined (__cplusplus).
9755 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
9756 Reported by Nelson H. F. Beebe.
9758 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
9760 2003-01-02 Paul Eggert <eggert@twinsun.com>
9762 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
9763 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
9764 Bug reported by Nelson H. F. Beebe.
9766 2003-01-01 Paul Eggert <eggert@twinsun.com>
9770 2002-12-30 Paul Eggert <eggert@twinsun.com>
9772 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
9774 (<INITIAL>","): Here. This causes stray "," to be treated
9777 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
9778 last brace in braced code when not in Yacc mode, for compatibility
9779 with Bison 1.35. This resurrects the 2001-12-15 patch to
9782 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
9783 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
9785 2002-12-28 Paul Eggert <eggert@twinsun.com>
9787 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
9788 that of SYM's type. This fixes Debian bug 168069, reported by
9791 2002-12-28 Paul Eggert <eggert@twinsun.com>
9795 Switch back to the Yacc style of conflict reports, undoing some
9796 of the 2002-07-30 change.
9797 * doc/bison.texinfo (Understanding): Use Yacc style for
9798 conflict reports. Also, use new way of locating rules.
9799 * src/conflicts.c (conflict_report):
9800 Renamed from conflict_report_yacc, removing the old
9801 'conflict_report'. Translate the entire conflict report at once,
9802 so that we don't assume that "," has the same interpretation in
9804 (conflicts_output): Use Yacc-style conflict report for each state,
9805 instead of our more-complicated style.
9806 (conflicts_print): Use Yacc-style conflict report, except print
9807 the input file name when not emulating Yacc.
9808 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
9809 Conflicted Reduction, %expect not enough, %expect too much,
9810 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
9811 * tests/existing.at (GNU Cim Grammar): Likewise.
9812 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
9814 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
9815 fatal): Don't invoke fflush; it's not needed and it might even be
9816 harmful for stdout, as stdout might not be open.
9817 * src/reduce.c (reduce_print): Likewise.
9819 2002-12-27 Paul Eggert <eggert@twinsun.com>
9821 Fix a bug where error locations were not being recorded correctly.
9822 This problem was originally reported by Paul Hilfinger in
9823 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
9825 * data/yacc.c (yyparse): New local var yylerrsp, to record the
9826 top of the location stack's error locations.
9827 (yyerrlab): Set it. When discarding a token, push its location
9828 onto yylerrsp so that we don't lose track of the error's end.
9829 (yyerrlab1): Now is only the target of YYERROR, so that we can
9830 properly record the location of the action that failed. For GCC
9831 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
9832 GCC warning about yyerrlab1 being unused if YYERROR is unused.
9833 (yyerrlab2): New label, which yyerrlab now falls through to.
9834 Compute the error's location by applying YYLLOC_DEFAULT to
9835 the locations of all the symbols that went into the error.
9836 * doc/bison.texinfo (Location Default Action): Mention that
9837 YYLLOC_DEFAULT is also invoked for syntax errors.
9838 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
9839 Error locations include the locations of all the tokens that were
9840 discarded, not just the last token.
9842 2002-12-26 Paul Eggert <eggert@twinsun.com>
9844 * src/files.c: Include quote.h.
9845 (compute_output_file_names): Warn if we detect conflicting
9846 outputs to the same file. This should catch the misunderstanding
9847 exemplified by Debian Bug 165349, reported by Bruce Stephens..
9849 * src/conflicts.c (conflicts_print): If the user specifies
9850 "%expect N", report an error if there are any reduce/reduce
9851 conflicts. This is what the manual says should happen.
9852 This fixes Debian bug 130890, reported by Anthony DeRobertis.
9853 * tests/conflicts.at (%expect with reduce conflicts): New test.
9855 Don't use m4_include on relative file names, as it doesn't work as
9856 desired if there happens to be a file with that name under ".".
9858 * m4sugar/version.m4: Remove; it was included but it wasn't used.
9859 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
9860 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
9861 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
9862 * src/output.c (output_skeleton): Use full path names when
9863 specifying a file to include; don't rely on include path, as
9864 it's unreliable when the working file contains a file with
9867 2002-12-25 Paul Eggert <eggert@twinsun.com>
9869 Remove obsolete references to bison.simple and bison.hairy.
9870 Problem mentioned by Aubin Mahe in
9871 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
9872 * data/glr.c: Comment fix.
9873 * doc/bison.1: Remove references. Also, mention "yacc".
9875 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
9878 * src/parse-gram.y (declaration): Use enum "report_states" rather
9879 than its numeric value 1.
9881 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
9882 opening a new one. This fixes Debian bug 165349, reported by
9885 2002-12-24 Paul Eggert <eggert@twinsun.com>
9889 * Makefile.maint (cvs-update): Don't assume that the shell
9890 supports $(...), as Solaris sh doesn't.
9892 * src/parse-gram.y (lloc_default): Remove test for empty
9893 nonterminals at the end, since it didn't change the result.
9895 2002-12-24 Paul Eggert <eggert@twinsun.com>
9897 If the user does not define YYSTYPE as a macro, Bison now declares it
9898 using typedef instead of defining it as a macro. POSIX requires this.
9899 For consistency, YYLTYPE is also declared instead of defined.
9901 %union directives can now have a tag before the `{', e.g., the
9902 directive `%union foo {...}' now generates the C code
9903 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
9904 The default union tag is `YYSTYPE', for compatibility with Solaris 9
9905 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
9906 instead of `yyltype'.
9908 `yystype' and `yyltype' are now obsolescent macros instead of being
9909 typedefs or tags; they are no longer documented and will be
9910 withdrawn in a future release.
9912 * data/glr.c (b4_location_type): Remove.
9913 (YYSTYPE): Renamed from yystype.
9914 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
9915 (struct YYLTYPE): Renamed from struct yyltype.
9916 (YYLTYPE): Renamed from yyltype.
9917 (yyltype, yystype): New (and obsolescent) macros,
9918 for backward compatibility.
9919 * data/yacc.c: Likewise.
9921 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
9922 does not specify a union tag. This is for compatibility with
9925 * src/parse-gram.y (add_param): 2nd arg is now char * not char
9926 const *, since it is now modified by stripping surrounding { }.
9927 (current_braced_code): Remove.
9928 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
9929 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
9930 trailing " {...}". Now of type <chars>.
9931 (grammar_declaration): Adjust to bundled tokens.
9932 (code_content): Remove; stripping is now done by add_param.
9933 (print_token_value): Print contents of bundled tokens.
9934 (token_name): New function.
9936 * src/reader.h (braced_code, current_braced_code): Remove.
9937 (token_name): New decl.
9939 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
9940 token_type, not braced_code code_kind. All uses changed.
9941 (SC_PRE_CODE): New state, for scanning after a keyword that
9942 has (or usually has) an immediately-following braced code.
9943 (token_type): New local var, to keep track of which token type
9944 to return when scanning braced code.
9945 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
9946 <INITIAL>"%parse-param", <INITIAL>"%printer",
9947 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
9948 instead of returning a token type immediately.
9949 (<INITIAL>"{"): Set token type.
9950 (<SC_BRACED_CODE>"}"): Use it.
9951 (handle_action_dollar, handle_action_at): Now returns bool
9952 indicating success. Fail if ! current_rule; this prevents a core dump.
9953 (handle_symbol_code_dollar, handle_symbol_code_at):
9954 Remove; merge body into caller.
9955 (handle_dollar, handle_at): Complain in invalid contexts.
9957 * NEWS, doc/bison.texinfo: Document the above.
9958 * NEWS: Fix years and program names in copyright notice.
9960 2002-12-17 Paul Eggert <eggert@twinsun.com>
9962 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
9963 Reporting, Table of Symbols): Omit mentions of %lex-param and
9964 %parse-param from the documentation for now.
9966 2002-12-15 Paul Eggert <eggert@twinsun.com>
9968 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
9969 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
9970 lookahead symbol, and which sets yychar in parser actions) and it
9971 disagreed with the Bison documentation. Bug
9972 reported by Andrew Walrond.
9974 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
9975 as the caller now does that.
9976 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
9977 (YYEMPTY): Parenthesize right hand side, since others use it.
9978 (yyparse): Don't assume that our generated code is the only code
9981 2002-12-13 Paul Eggert <eggert@twinsun.com>
9985 POSIX requires a "yacc" command.
9986 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
9987 (MOSTLYCLEANFILES): Add yacc.
9989 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
9990 as an alias for bison y.
9992 * po/LINGUAS: Add da.
9994 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
9995 problem with latest <getopt.h>.
9996 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
9998 * doc/fdl.texi: Upgrade to 1.2.
9999 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
10000 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
10001 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
10003 * config/install-sh: Sync with autotools.
10005 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
10006 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
10007 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
10008 locations are requested.
10009 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
10010 locations are requested.
10012 2002-12-12 Paul Eggert <eggert@twinsun.com>
10014 Remove unportable casts and storage allocation tricks.
10015 While we're at it, remove almost all casts, since they
10016 usually aren't needed and are a sign of trouble.
10018 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
10020 * src/derives.c (derives_compute): Do not subtract NTOKENS from
10021 the pointer DSET returned by malloc; this isn't portable.
10022 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
10023 Similarly for DERIVES.
10024 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
10025 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
10026 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
10028 * src/derives.c (derives_compute): Do not bother invoking
10029 int_of_rule_number, since rule numbers are integers.
10031 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
10032 rather than XMALLOC (char, N).
10034 * src/files.c (filename_split): Rewrite to avoid cast.
10036 * src/gram.h (symbol_number_as_item_number,
10037 item_number_as_symbol_number, rule_number_as_item_number,
10038 item_number_as_rule_number):
10039 Now inline functions rather than macros, to avoid casts.
10040 * src/state.h (state_number_as_int): Likewise.
10041 * src/tables.c (state_number_to_vector_number,
10042 symbol_number_to_vector_number): Likewise.
10044 * src/gram.h (int_of_rule_number): Remove; no longer used.
10046 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
10047 since the resulting storage is always stored into.
10049 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
10052 * src/muscle_tab.c (muscle_m4_output):
10053 Now inline. Return bool, not int.
10054 * src/state.c (state_compare): Likewise.
10055 * src/symtab.c (symbol_check_defined,
10056 symbol_check_alias_consistency, symbol_pack, symbol_translation,
10057 hash_compare_symbol, hash_symbol):
10059 * src/uniqstr.c (uniqstr_print): Likewise.
10060 * src/muscle_tab.c (muscle_m4_output_processor):
10061 New function, to avoid casts.
10062 * src/state.c (state_comparator, stage_hasher): Likewise.
10063 * src/symtab.c (symbol_check_defined_processor,
10064 symbol_check_alias_consistency_processor, symbol_pack_processor,
10065 symbol_translation_processor, hash_symbol_comparator,
10066 hash_symbol_hasher): Likewise.
10067 * src/uniqstr.c (uniqstr_print_processor): Likewise.
10068 * src/muscle_tab.c (muscles_m4_output):
10069 Use new functions instead of casting old functions unportably.
10070 * src/state.c (state_hash_new): Likewise.
10071 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
10072 symbols_token_translations_init):
10074 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
10076 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
10077 var instead of casting to long, to avoid casts.
10078 (prepare_states): Use MALLOC rather than alloca, so that we don't
10079 have to worry about alloca.
10080 * src/state.c (state_hash_lookup): Likewise.
10082 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
10083 local var instead of casting to unsigned char, to avoid casts.
10085 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
10086 STATE_ALLOC): Remove.
10087 (transitions_new, errs_new, reductions_new, state_new): Use malloc
10088 rather than calloc, and use offsetof to avoid allocating slightly
10090 (state_new): Initialize all members.
10092 * src/state.c (state_hash): Use unsigned accumulator, not signed.
10094 * src/symtab.c (symbol_free): Remove; unused.
10095 (symbol_get): Remove cast in lhs of assignment.
10096 (symbols_do): Now static. Accept generic arguments, not
10097 hashing-related ones.
10099 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
10100 (symbol_processor): Remove.
10101 (symbols_do): Remove decl; now static.
10103 * src/system.h (alloca): Remove; decl no longer needed.
10104 (<stddef.h>): Include, for offsetof.
10105 (<inttypes.>, <stdint.h>): Include if available.
10106 (uintptr_t): New type, if system lacks it.
10107 (CALLOC, MALLOC, REALLOC): New macros.
10108 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
10111 * src/tables.c (table_size): Now int, to pacify GCC.
10112 (table_grow, table_ninf_remap): Use signed table size.
10113 (save_row): Don't bother initializing locals when not needed.
10114 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
10115 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
10117 * src/vcg.h: Correct misspellings.
10119 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
10122 * src/getargs.c (getargs): Don't assume EOF == -1.
10124 2002-12-09 Paul Eggert <eggert@twinsun.com>
10126 Change identifier spellings to avoid collisions with names
10127 that are reserved by POSIX.
10129 Don't use names ending in _t, since POSIX reserves them.
10130 For consistency, remove _e and _s endings -- they're weren't
10131 needed to remove ambiguity. All uses changed.
10132 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
10133 turn was just renamed from struniq_t.
10134 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
10135 which in turn was just renamed from struniq_processor_t.
10136 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
10137 in turn was renamed from hash_compare_struniq_t.
10138 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
10139 (state_list): Renamed from state_list_t.
10140 * src/assoc.h (assoc): Renamed from assoc_t.
10141 * src/conflicts.c (enum conflict_resolution): Renamed from
10142 enum conflict_resolution_e.
10143 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
10144 (rule_list): Renamed from rule_list_t.
10145 * src/getargs.h (enum trace): Renamed from enum trace_e.
10146 (enum report): Renamed from enum report_e.
10147 * src/gram.h (item_number): Renamed from item_number_t.
10148 (rule_number): Renamed from rule_number_t.
10149 (struct rule_s): Remove the "rule_s" part; not used.
10150 (rule): Renamed from rule_t.
10151 (rule_filter): Renamed from rule_filter_t.
10152 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
10153 (goto_list): Renamed from goto_list_t.
10154 * src/lalr.h (goto_number): Renamed from goto_number_t.
10155 * src/location.h (location): Renamed from location_t.
10156 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
10157 and moved here from:
10158 * src/muscle_tab.h (muscle_entry_t): here.
10159 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
10160 (rule_list): Renamed from rule_list_t.
10161 * src/print_graph.c (static_graph): Renamed from graph.
10162 * src/reader.h (braced_code): Renamed from braced_code_t.
10163 Remove brace_code_e tag.
10164 * src/relation.h (relation_node): Renamed from relation_node_t.
10165 (relation_nodes): Renamed from relation_nodes_t.
10166 (relation): Renamed from relation_t.
10167 * src/state.h (state_number): Renamed from state_number_t.
10168 (struct state): Renamed from struct state_s.
10169 (state): Renamed from state_t.
10170 (transitions): Renamed from transitions_t. Unused (and
10171 misspelled) transtion_s tag removed.
10172 (errs): Renamed from errs_t. Unused errs_s tag removed.
10173 (reductions): Renamed from reductions_t. Unused tag
10174 reductions_s removed.
10175 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
10176 (struct symbol_list): Renamed from struct symbol_list_s.
10177 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
10178 (struct symbol): Renamed from struct symbol_s.
10179 (symbol): Renamed from symbol_t.
10180 * src/tables.c (vector_number): Renamed from vector_number_t.
10181 (action_number): Renamed from action_t.
10182 * src/tables.h (base_number): Renamed from base_t.
10183 * src/vcg.h (enum color): Renamed from enum color_e.
10184 (enum textmode): Renamed from enum textmode_e.
10185 (enum shape): Renamed from enum shape_e.
10186 (struct colorentry): Renamed from struct colorentry_s.
10187 (struct classname): Renamed from struct classname_s.
10188 (struct infoname): Renamed from struct infoname_s.
10189 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
10190 (enum decision): Renamed from enum decision_e.
10191 (enum orientation): Renamed from enum orientation_e.
10192 (enum alignment): Renamed from enum alignment_e.
10193 (enum arrow_mode): Renamed from enum arrow_mode_e.
10194 (enum crossing_type): Renamed from enum crossing_type_e.
10195 (enum view): Renamed from enum view_e.
10196 (struct node): Renamed from struct node_s.
10197 (node): Renamed from node_t.
10198 (enum linestyle): Renamed from enum linestyle_e.
10199 (enum arrowstyle): Renamed from enum arrowstyle_e.
10200 (struct edge): Renamed from struct edge.
10201 (edge): Renamed from edge_t.
10202 (struct graph): Renamed from struct graph_s.
10203 (graph): Renamed from graph_t.
10204 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
10205 Rename value_t -> value.
10206 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
10207 value_t_as_yystype -> value_as_yystype.
10209 Don't include <errno.h> in the mainstream code, since it
10210 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
10211 * lib/get-errno.c, lib/get-errno.h: New files.
10212 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
10214 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
10215 * src/output.c (output_skeleton): Likewise.
10216 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
10218 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
10220 (handle_action_dollar, handle_action_at): Likewise.
10221 * src/system.h: Do not include <errno.h>.
10222 (TAB_EXT): Renamed from EXT_TAB.
10223 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
10225 Avoid str[a-z]*, since <string.h> reserves that name space.
10226 Change all instances of "struniq" in names to "uniqstr", and
10227 likewise for "STRUNIQ" and "UNIQSTR".
10228 * src/uniqstr.c: Renamed from src/struniq.c.
10229 * src/uniqstr.h: Renamed from src/struniq.h.
10230 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
10231 * src/files.c (strsuffix): Remove; unused.
10232 (concat2): Renamed from stringappend. Now static.
10233 * src/files.h (strsuffix, stringappend): Remove; unused.
10234 * src/parse-gram.y (<chars>): Renamed from <string>.
10235 (<uniqstr>): Renamed from <struniq>.
10236 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
10237 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
10238 (struct graph_s.expand): Renamed from struct graph_s.stretch.
10239 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
10240 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
10241 (N_EXPAND): Renamed from N_STRETCH.
10243 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
10244 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
10245 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
10247 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
10248 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
10249 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
10250 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
10251 (BASE_MAXIMUM): Renamed from BASE_MAX.
10252 (BASE_MINIMUM): Renamed from BASE_MIN.
10253 (ACTION_MAX): Remove; unused.
10254 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
10255 Unnecessary casts removed from above defines.
10258 Fix misspelling in names.
10259 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
10260 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
10264 * lib/timevar.c (timevar_report): Renamed from time_report,
10265 for consistency with other names.
10266 * lib/timevar.h (timevar_report): New decl.
10267 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
10270 Sort include-file uses.
10272 Reorder all include files under src to be in the order "system.h".
10273 then the ../lib include files in angle brackets (alphabetized),
10274 then the . include files in double-quotes (alphabetized). Fix
10275 dependency breakages encountered in this process, as follows:
10276 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
10277 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
10278 * src/state.h: Include "symtab.h".
10280 2002-12-08 Paul Eggert <eggert@twinsun.com>
10282 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
10283 since this causes problems when __file__ contains character
10284 sequences like "@" that are treated specially by src/scan-skel.l.
10285 Instead, just use the file's basename. This fixes the bug
10286 reported by Martin Mokrejs in
10287 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
10289 2002-12-06 Paul Eggert <eggert@twinsun.com>
10291 Add support for rules that do not have trailing semicolons, as
10292 POSIX requires. Improve the quality of locations in Bison
10295 * src/location.c: Include <quotearg.h>.
10296 (empty_location): Now const.
10297 (location_print): New function. Follow the recommendation of the
10298 GNU Coding Standards for locations that span file boundaries.
10299 * src/location.h: Do not include <quotearg.h>; no longer needed.
10300 (boundary): New type.
10301 (location_t): Use it. This allows locations to span file boundaries.
10302 All member uses changed: file -> start.file or end.file (as needed),
10303 first_line -> start.line, first_column -> start.column,
10304 last_line -> end.line, last_column -> end.column.
10305 (equal_boundaries): New function.
10306 (LOCATION_RESET, LOCATION_STEP): Remove.
10307 (LOCATION_PRINT): Remove. All callers changed to use location_print.
10308 (empty_location): Now const.
10309 (location_print): New decl.
10310 * src/parse-gram.y (lloc_default): New function, which handles
10311 empty locations more accurately.
10312 (YYLLOC_DEFAULT): Use it.
10313 (%token COLON): Remove.
10314 (%token ID_COLON): New token.
10316 (declarations, rules): Remove trailing semicolon.
10317 (declaration, rules_or_grammar_declaration):
10318 Allow empty (";") declaration.
10319 (symbol_def): Remove empty actions; no longer needed.
10320 (rules_or_grammar_declaration): Remove trailing semicolon.
10321 (semi_colon.opt): Remove.
10322 * src/reader.h: Include location.h.
10323 (scanner_cursor): New decl.
10324 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
10326 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
10328 (STEP): Remove. No longer needed, now that adjust_location does
10329 the work. All uses removed.
10330 (scanner_cursor): New var.
10331 (adjust_location): Renamed from extend_location. It now sets
10332 *loc and adjusts the scanner cursor. All uses changed.
10333 Don't bother testing for CR.
10334 (handle_syncline): Remove location arg; now updates scanner cursor.
10335 All callers changed.
10336 (unexpected_end_of_file): Now accepts start boundary of token or
10337 comment, not location. All callers changed. Update scanner cursor,
10339 (SC_AFTER_IDENTIFIER): New state.
10340 (context_state): Renamed from c_context. All uses changed.
10341 (id_loc, code_start, token_start): New local vars.
10342 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
10343 processing of Yacc white space and equivalents here.
10344 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
10345 instead of returning ID immediately, since we need to search for
10346 a subsequent colon.
10347 (<INITIAL>"'", "\""): Save token_start.
10348 (<INITIAL>"%{", "{", "%%"): Save code_start.
10349 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
10350 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
10351 BEGIN context_state at end, not INITIAL.
10352 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
10353 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
10354 Return correct token start.
10355 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
10356 the start of a character, string or multiline comment is found.
10357 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
10358 Reduction): Adjust reported locations to match the more-precise
10359 results now expected.
10360 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
10361 * tests/reduce.at (Useless Rules, Reduced Automaton,
10362 Underivable Rules): Likewise.
10363 * tests/regression.at (Invalid inputs): No longer `expecting ";"
10364 or "|"' now that so many other tokens are allowed by the new grammar.
10366 * src/complain.h (current_file): Remove duplicate decl;
10367 current_file is now owned by files.h.
10368 * src/complain.c, src/scan-gram.l: Include files.h.
10370 2002-12-06 Paul Eggert <eggert@twinsun.com>
10372 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
10373 promotes to int; it might be unsigned int.
10374 * data/yacc.c (yy_reduce_print): Likewise.
10376 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
10377 be #defined in the prologue, not in the Bison declarations.
10378 This fixes Debian Bug 102878, reported by Shaul Karl.
10380 2002-12-02 Paul Eggert <eggert@twinsun.com>
10382 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
10383 * lib/strtoul.c: New file, from gnulib.
10384 This fixes a porting bug reported by Peter Klein in
10385 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
10387 2002-11-30 Paul Eggert <eggert@twinsun.com>
10389 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
10390 and put only a forward declaration in the prologue. This is for
10391 consistency with the other scanner helper functions.
10393 Type clashes now generate warnings, not errors, since it
10394 appears that POSIX may allow some grammars with type clashes.
10395 * src/reader.c (grammar_current_rule_check): Warn about
10396 type clashes instead of complaining.
10397 * tests/input.at (Type Clashes): Expect warnings, not complaints.
10399 Add Yacc library, since POSIX requires it.
10400 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
10401 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
10402 * lib/main.c, lib/yyerror.c: New files.
10404 gram_error can be static; it need not be extern.
10405 * src/reader.h (gram_error): Remove decl.
10406 * src/parse-gram.y (gram_error): Now static. Add static decl.
10407 (print_token_value): Omit parameter names from forward decl,
10410 2002-11-29 Paul Eggert <eggert@twinsun.com>
10412 * doc/bison.texinfo: Emphasize that yylex and yyerror must
10413 be declared before being used. E.g., one should typically
10414 declare them in the prologue. Use GNU coding style in examples.
10415 Put "const" consistently after the type it modifies. Mention
10416 that C99 supports "inline". Mention that yyerror traditionally
10419 %parse-param and %lex-param now take just one argument, the
10420 declaration; the argument name is deduced from the declaration.
10422 * doc/bison.texinfo (Parser Function, Pure Calling, Error
10423 Reporting, Table of Symbols): Document this.
10424 * src/parse-gram.y (add_param): New function.
10426 (declaration): Implement new rule for %parse-param and %lex-param.
10427 * src/scan-gram.l: "," now elicits a warning, rather than being
10428 a token; this is more compatible with byacc.
10429 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
10431 2002-11-27 Paul Eggert <eggert@twinsun.com>
10433 Rename identifiers to avoid real and potential collisions.
10435 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
10436 to avoid collision with lex macro described by Bruce Lilly in
10437 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
10438 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
10439 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
10440 * src/parse-gram.y (print_token_value): Renamed from yyprint.
10442 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
10443 The name "yycontrol" violates the name space rules, and this stuff
10444 wasn't being used anyway.
10445 (input): Remove action; this stuff wasn't being used.
10446 (gram_error): Rename local variable yylloc -> loc.
10447 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
10448 (YY_DECL): Don't use "yy" at start of local variables.
10449 All uses changed, e.g., yylloc -> loc.
10450 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
10451 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
10452 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
10453 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
10455 * src/parse-gram.y (gram_error): loc is now const *.
10456 * src/reader.h (gram_error): Likewise.
10458 2002-11-24 Paul Eggert <eggert@twinsun.com>
10462 * tests/actions.at (Actions after errors): Use an output format
10463 more similar to that of the Printers and Destructors test.
10464 Test the position of the ';' token too.
10465 (Printers and Destructors): Likewise.
10466 (Printers and Destructors: %glr-parser): Remove for now, to avoid
10467 unnecessarily alarming people when the test fails.
10469 * data/yacc.c (yyerrlab1): Move this label down, so that the
10470 parser does not discard the lookahead token if the user code
10471 invokes YYERROR. This change is required for POSIX conformance.
10473 * lib/error.c: Sync with gnulib.
10475 2002-11-22 Paul Eggert <eggert@twinsun.com>
10477 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
10478 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
10479 * lib/xmalloc.c: Likewise.
10481 2002-11-20 Paul Eggert <eggert@twinsun.com>
10483 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
10485 2002-11-20 Paul Eggert <eggert@twinsun.com>
10487 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
10488 should use `if (! x) abort ();' rather than `assert (x);', and
10489 anyway it's one less thing to worry about configuring.
10491 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
10492 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
10493 and replace all instances of assert with abort.
10494 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
10495 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
10497 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
10498 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
10499 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
10500 hash_find_entry, hash_rehash, hash_insert): Likewise.
10501 * src/conflicts.c (resolve_sr_conflict): Likewise.
10502 * src/lalr.c (set_goto_map, map_goto): Likewise.
10503 * src/nullable.c (nullable_compute): Likewise.
10504 * src/output.c (prepare_rules, token_definitions_output): Likewise.
10505 * src/reader.c (packgram, reader): Likewise.
10506 * src/state.c (state_new, state_free, state_transitions_set,
10507 state_reduction_find): Likewise.
10508 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
10509 symbol_pack): Likewise.
10510 * src/tables.c (conflict_row, pack_vector): Likewise.
10511 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
10512 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
10513 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
10514 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
10516 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
10517 (ARGMATCH_CONSTRAINT): New macro.
10518 (ARGMATCH_ASSERT): Use it.
10520 * src/system.h (verify): New macro.
10521 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
10522 rather than assert.
10523 * src/tables.c (tables_generate): Likewise.
10525 * src/struniq.c (struniq_assert): Now returns void, and aborts
10526 if the assertion is false.
10527 (struniq_assert_p): Remove.
10528 * src/struniq.h: Likewise.
10530 2002-11-18 Paul Eggert <eggert@twinsun.com>
10532 * data/glr.c (yygetLRActions): Replace `yyindex' with
10533 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
10534 This fixes the regression with Sun ONE Studio 7 cc that I reported in
10535 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
10537 2002-11-18 Akim Demaille <akim@epita.fr>
10539 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
10541 From Tim Van Holder.
10543 2002-11-17 Paul Eggert <eggert@twinsun.com>
10545 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
10546 to "SyntaxError" for consistency with my 2002-11-15 change.
10548 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
10549 not define to {}, since this breaks the common use of `YYDPRINTF
10550 ((...));' if a single statement is desired (e.g. before `else').
10551 Work around GCC warnings by surrounding corresponding calls with
10553 (yyhasResolvedValue): Remove unused function.
10554 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
10556 (yyreportSyntaxError): Renamed from yyreportParseError.
10557 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
10559 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
10560 extern when possible. Remove unused initializations.
10562 2002-11-16 Akim Demaille <akim@epita.fr>
10564 Augment the similarity between GLR and LALR traces.
10566 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
10567 (YY_REDUCE_PRINT): New.
10568 (yyparse): Use them.
10569 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
10571 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
10572 state reached after the reduction/recovery, since...
10573 (yyparse, yyprocessOneStack): Report the state we are entering in.
10575 2002-11-16 Akim Demaille <akim@epita.fr>
10577 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
10578 Add support for --trace=skeleton.
10579 * src/scan-skel.l: %option debug.
10580 Scan strings of non-@ or \n instead of character by character.
10581 (scan_skel): Handle trace_skeleton.
10583 (@output_parser_name@, @output_header_name@): ``Restore'' their
10584 support (used to be M4 macros).
10585 * data/yacc.c: Quote larger chunks, a la glr.c.
10586 * data/lalr1.cc: Likewise.
10587 The header guards are no longer available, so use some other
10588 string than `YYLSP_NEEDED'.
10590 2002-11-16 Akim Demaille <akim@epita.fr>
10592 Make the ``Printers and Destructors'' test more verbose, taking
10593 `yacc.c''s behavior as (possibly wrong) reference.
10595 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
10596 instead of fprint on stdout.
10597 Set and report the last_line of the symbols.
10598 Consistently display values and locations.
10600 2002-11-16 Paul Eggert <eggert@twinsun.com>
10602 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
10604 2002-11-15 Paul Eggert <eggert@twinsun.com>
10606 * tests/actions.at (Actions after errors): New test case.
10608 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
10609 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
10610 tests/action.at, tests/calc.at, tests/conflicts.at,
10611 tests/cxx-type.at, tests/regression.at:
10612 "parse error" -> "syntax error" for POSIX compatibility.
10613 "parsing stack overflow..." -> "parser stack overflow" so
10614 that code matches Bison documentation.
10616 2002-11-15 Akim Demaille <akim@epita.fr>
10618 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
10619 take two BRACED_CODE, not two string_content.
10620 Free the scanner's obstack when we are done.
10621 (code_content): New.
10622 * tests/calc.at: Adjust.
10623 * doc/bison.texinfo: Adjust.
10624 Also, make sure to include the `,' for these declarations.
10626 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
10628 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
10629 definition; avoids potential autoreconf problems.
10631 2002-11-15 Akim Demaille <akim@epita.fr>
10633 Always check the value returned by yyparse.
10635 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
10636 returned by yyparse.
10637 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
10639 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
10640 returned by yyparse.
10642 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10644 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
10647 2002-11-14 Paul Eggert <eggert@twinsun.com>
10649 * src/output.c (output_skeleton): Call xfopen instead of
10650 duplicating xfopen's body.
10652 Fix bugs reported by Nelson H. F. Beebe in
10653 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
10655 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
10656 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
10657 Group compiler. Instead, use "$CC -E bar.c". Include the .h
10658 file twice in the grammar, as an extra check.
10660 * tests/input.at (Torturing the Scanner): Surround the
10661 backslash-newline tests with "#if 0", to make it less likely that
10662 we'll run into compiler bugs. Bring back solitary \ inside
10663 comment, but add a closing comment to work around HP C bug. Don't
10664 test backslash-newline in C character constant.
10666 2002-11-14 Akim Demaille <akim@epita.fr>
10668 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
10669 status of the compiler.
10670 Calling `exit 1' is no longer needed.
10671 Reported by Nelson H. F. Beebe.
10673 2002-11-14 Akim Demaille <akim@epita.fr>
10675 * tests/atlocal.in (CPPFLAGS): We have config.h.
10676 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
10678 * tests/actions.at, tests/calc.at, tests/conflicts.at,
10679 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
10680 * tests/regression.at, tests/torture.at: Use them for all the
10681 grammars that are to be compiled.
10682 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
10683 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
10684 * doc/bison.texinfo (GLR Parsers): Document `inline'.
10686 2002-11-14 Akim Demaille <akim@epita.fr>
10688 * doc/bison.texinfo: Various formatting changes (alignments in
10689 samples, additional @group/@end group, GCS in samples.
10690 Use @deffn instead of simple @table to define the directives,
10691 macros, variables etc.
10693 2002-11-13 Paul Eggert <eggert@twinsun.com>
10695 Fix some bugs reported by Albert Chin-A-Young in
10696 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
10698 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
10699 -o c"; the HP C compiler chatters during compilation.
10700 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
10701 * tests/headers.at (export YYLTYPE): Likewise.
10703 * tests/input.at (Torturing the Scanner): Remove lines containing
10704 solitary backslashes, as they tickle a bug in the HP C compiler.
10706 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
10707 comments, since they're not portable. Use GNU coding style.
10709 2002-11-13 Akim Demaille <akim@epita.fr>
10711 * data/yacc.c: Leave bigger chunks of quoted text.
10712 (YYDSYMPRINTF): New.
10713 Use it to report symbol activities.
10714 * data/glr.c (YYDSYMPRINTF): New.
10717 2002-11-12 Paul Eggert <eggert@twinsun.com>
10721 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
10722 (yyglrReduce): Return yyok, not 0.
10723 This should avoid the enumerated-type warnings reported
10724 by Nelson H. F. Beebe in
10725 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
10727 * lib/bbitset.h (BITSET_INLINE): Remove.
10728 * lib/bitset.h [! BITSET_INLINE]: Remove.
10729 (bitset_set, bitset_reset, bitset_test): Rename local vars
10730 to avoid shadowing warnings by GCC.
10732 * data/glr.c (inline): Remove #define. It's the user's
10733 responsibility to #define it away, just like 'const'.
10734 This fixes one of the bugs reported by Nelson H. F. Beebe in
10735 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
10737 * Makefile.maint (po-check): Scan .l and .y files instead of the
10738 .c and the .h files that they generate. This fixes the bug
10739 reported by Tim Van Holder in:
10740 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
10741 Look for N_ as well as for _. Try to avoid matching #define for
10743 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
10744 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
10745 * src/scan-gram.l: Revamp regular expressions so that " and '
10746 do not confuse xgettext.
10748 * src/struniq.h (struniq_new): Do not declare the return type
10749 to be 'const'; this violates the C standard.
10750 * src/struniq.c (struniq_new): Likewise.
10752 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
10754 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
10755 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
10758 2002-11-12 Akim Demaille <akim@epita.fr>
10760 * Makefile.maint: Sync with Autoconf:
10761 (local_updates): New.
10763 2002-11-12 Akim Demaille <akim@epita.fr>
10765 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
10767 2002-11-12 Akim Demaille <akim@epita.fr>
10769 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
10772 2002-11-12 Akim Demaille <akim@epita.fr>
10774 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
10777 2002-11-12 Akim Demaille <akim@epita.fr>
10779 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
10780 Use it to test the GLR parser.
10782 2002-11-12 Akim Demaille <akim@epita.fr>
10784 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
10786 * data/glr.c (yystos): New.
10787 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
10788 (YYDSYMPRINT): New.
10789 (yyval): Don't define it, it is handled via M4.
10790 (yyrecoverParseError): Free verbosely the discarded symbols.
10791 * data/yacc.c (yysymprint): Remove, rather...
10792 (b4_yysymprint_generate): invoke.
10793 * data/c.m4 (b4_yysymprint_generate): New.
10794 Accept pointers as arguments, as opposed to the version from
10796 (b4_yydestruct_generate): Likewise.
10797 * tests/cations.at (Printers and Destructors): Use Bison directives
10798 instead of CPP macros.
10799 Don't rely on internal details.
10801 2002-11-12 Akim Demaille <akim@epita.fr>
10803 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
10804 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
10805 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
10806 it against YYEMPTY and so forth), work on yytoken (i.e., set
10807 it to YYEMPTY etc.).
10808 (yydestruct): Replace with a b4_yydestruct_generate invocation.
10809 (b4_symbol_actions): Remove.
10810 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
10811 for 0, end-of-input.
10813 2002-11-12 Akim Demaille <akim@epita.fr>
10815 * doc/bison.texinfo (Destructor Decl): New.
10817 2002-11-12 Akim Demaille <akim@epita.fr>
10819 * src/tables.c (tables_generate): Use free for pointers that
10820 cannot be NULL, not XFREE.
10821 (pack_vector): Use assert, not fatal, for bound violations.
10822 * src/state.c (state_new): Likewise.
10823 * src/reader.c (reader): Likewise.
10824 * src/lalr.c (set_goto_map): Likewise.
10825 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
10828 2002-11-12 Akim Demaille <akim@epita.fr>
10830 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
10832 * src/scan-gram.l (last_string): Is global to the file, not to
10834 * src/parse-gram.y (input): Don't append the epilogue here,
10835 (epilogue.opt): do it here, and free the scanner's obstack.
10836 * src/reader.c (epilogue_set): Rename as...
10837 (epilogue_augment): this.
10838 * data/c.m4 (b4_epilogue): Defaults to empty.
10840 2002-11-12 Akim Demaille <akim@epita.fr>
10842 * src/getargs.c (long_options): Remove duplicates.
10843 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
10845 * doc/bison.rnh: Remove.
10846 * doc/bison.texinfo (VMS Invocation): Remove.
10848 2002-11-12 Akim Demaille <akim@epita.fr>
10850 * src/struniq.h, src/struniq.c (struniq_t): Is const.
10851 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
10853 Use struniq for symbols.
10855 * src/symtab.h (symbol_t): The tag member is a struniq.
10856 (symbol_type_set): Adjust.
10857 * src/symtab.c (symbol_new): Takes a struniq.
10858 (symbol_free): Don't free the tag member.
10859 (hash_compare_symbol_t, hash_symbol_t): Rename as...
10860 (hash_compare_symbol, hash_symbol): these.
10861 Use the fact that tags as struniqs.
10862 (symbol_get): Use struniq_new.
10863 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
10865 * src/reader.h (merger_list, grammar_currentmerge_set): The name
10866 and type members are struniqs.
10867 * src/reader.c (get_merge_function)
10868 (grammar_current_rule_merge_set): Adjust.
10869 (TYPE, current_type): Are struniq.
10871 Use struniq for file names.
10873 * src/files.h, src/files.c (infile): Split into...
10874 (grammar_file, current_file): these.
10875 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
10876 * src/reduce.c (reduce_print): Likewise.
10877 * src/getargs.c (getargs): Likewise.
10878 * src/complain.h, src/complain.c: Likewise.
10879 * src/main.c (main): Call struniqs_new early enough to use it for
10881 Don't free the input file name.
10883 2002-11-12 Akim Demaille <akim@epita.fr>
10885 * src/symtab.c (symbol_free): Remove dead deactivated code:
10886 type_name are properly removed.
10887 Don't use XFREE to free items that cannot be NULL.
10888 * src/struniq.h, src/struniq.c: New.
10889 * src/main.c (main): Initialize/free struniqs.
10890 * src/parse-gram.y (%union): Add astruniq member.
10892 * src/scan-gram.l (<{tag}>): Return a struniq.
10893 Free the obstack bit that used to store it.
10894 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
10896 2002-11-11 Paul Eggert <eggert@twinsun.com>
10898 Revamp to fix many (but not all) of the C- and M4-related quoting
10899 problems. Among other things, this fixes the Bison bug reported
10900 by Jan Hubicka when processing the Bash grammar; see:
10901 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
10903 Use new @ escapes consistently. Represent brackets with @{ and @}
10904 rather than @<:@ and @:>@, since this works a bit better with dumb
10905 editors like vi. Represent @ with @@, since @ is now consistently
10906 an escape. Use @oline@ and @ofile@ rather than __oline__ and
10907 __ofile__, to avoid unexpected expansions. Similarly, use @output
10908 rather than #output.
10910 * data/c.m4 (b4_copyright): Omit file name from comment, since
10911 the file name could contain "*/".
10912 (b4_synclines_flag): Don't quote the 2nd argument; it should already
10913 be quoted. All uses changed.
10915 * data/glr.c: Use new @ escapes consistently.
10916 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
10917 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
10918 Remove, since they couldn't handle arbitrary characters in file
10920 * data/lalr1.cc: Likewise.
10921 * data/yacc.c: Likewise.
10923 * src/files.c (output_infix): Remove; all uses removed.
10924 * src/files.h: Likewise.
10926 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
10927 mishandled funny characters in file names, and anyway it isn't
10929 * data/yacc.c: Likewise.
10930 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
10932 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
10933 * data/yacc.c: Likewise.
10935 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
10937 (muscle_init): Quote filename as a C string.
10938 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
10939 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
10940 * src/output.c (escaped_file_name_output): New function.
10941 (prepare_symbols): Quote tokens for M4.
10942 (prepare): Don't insert output_infix, output_prefix,
10943 output_parser_name, output_header_name; this is now down by scan-skel.
10944 Insert skeleton as a C string.
10946 * src/output.c (user_actions_output, symbol_destructors_output,
10947 symbol_printers_output): Quote filenames for C and M4.
10948 * src/reader.c (prologue_augment, epilogue_set): Likewise.
10950 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
10951 escapes other than \\ and \'; this simplifies the code.
10952 (<SC_STRING>): Likewise, for \\ and \".
10953 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
10954 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
10955 Use new escapes @{ and @} for [ and ].
10957 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
10958 them with auto vars.
10959 Switch to new escape scheme, where @ is the escape character uniformly.
10960 Abort if a stray escape character is found. Avoid unbounded input
10961 buffer when parsing non-escaped text.
10963 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
10964 __oline__, #output, $@, and @{ do not have unintended meanings.
10966 2002-11-09 Paul Eggert <eggert@twinsun.com>
10968 Fix the test failure due to GCC warnings described in
10969 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
10970 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
10971 evaluate to 0 if it's impossible for NINF to be in the respective
10973 (yygetLRActions, yyrecoverParseError): Use them.
10975 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
10976 counted in the token inserted at end of file. Now takes
10977 location_t *, not location_t, so that the location can be
10978 adjusted. All uses changed.
10980 * tests/regression.at (Invalid inputs): Adjust wording in
10981 diagnostic to match the new behavior.
10983 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
10984 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
10985 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
10986 abort ();'. This reduces the runtime of the "Many lookaheads"
10987 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
10990 2002-11-07 Paul Eggert <eggert@twinsun.com>
10992 * src/parse-gram.y (CHARACTER): Remove unused token.
10995 * src/scan-gram.l: Remove stack option. We no longer use the
10996 stack, since the stack was never deeper than 1; instead, use the
10997 new auto var c_context to record the stacked value.
10999 Remove nounput option. At an unexpected end of file, we now unput
11000 the minimal input necessary to end cleanly; this simplifies the
11003 Avoid unbounded token sizes where this is easy.
11005 (unexpected_end_of_file): New function.
11006 Use it to systematize the error message on unexpected EOF.
11007 (last-string): Now auto, not static.
11008 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
11009 (scanner_last_string_free): Remove; not used.
11010 (percent_percent_count): Move decl to just before use.
11011 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
11012 not the (never otherwised-used) CHARACTER.
11014 2002-11-07 Akim Demaille <akim@epita.fr>
11016 Let yyerror always receive the msg as last argument, so that
11017 yyerror can be variadic.
11019 * data/yacc.c (b4_yyerror_args): New.
11020 Use it when calling yyerror.
11021 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
11022 Use it when calling yyerror.
11023 * doc/bison.texinfo (Error Reporting): Adjust.
11024 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
11025 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
11027 2002-11-06 Akim Demaille <akim@epita.fr>
11029 #line should have quoted strings.
11030 Ideally, this should be done by m4_quotearg.
11032 * src/scan-skel.l: Include quotearg.h.
11034 * src/output.c (symbol_printers_output)
11035 (symbol_destructors_output): Quote the file name.
11037 2002-11-06 Akim Demaille <akim@epita.fr>
11039 * tests/regression.at (Invalid inputs): Adjust to the recent
11042 2002-11-06 Akim Demaille <akim@epita.fr>
11044 Restore --no-lines.
11045 Reported by Jim Kent.
11047 * data/c.m4 (b4_syncline): New.
11048 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
11049 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
11050 * src/output.c (user_actions_output): Likewise.
11051 (prepare): Define 'b4_synclines_flag'.
11052 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
11054 2002-11-06 Akim Demaille <akim@epita.fr>
11056 * src/main.c (main): Free `infile'.
11057 * src/scan-gram.l (handle_syncline): New.
11059 * src/output.c (user_actions_output, symbol_destructors_output)
11060 (symbol_printers_output): Use the location's file name, not
11062 * src/reader.c (prologue_augment, epilogue_set): Likewise.
11064 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11066 * src/tables.c (matching_state): Don't allow states to match if
11067 either has GLR conflict entries.
11069 2002-11-05 Paul Eggert <eggert@twinsun.com>
11071 * src/scan-gram.l: Use more accurate diagnostics, e.g.
11072 "integer out of range" rather than "invalid value".
11073 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
11076 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
11077 Also, remove one static variable in the scanner.
11079 * src/scan-gram.l (braces_level): Now auto, not static.
11080 Initialize to zero if the compiler is being picky.
11081 (INITIAL): Clear braces_level instead of incrementing it.
11082 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
11083 as POSIX 1003.1-2001 requires.
11084 * src/system.h (IF_LINT): New macro, taken from coreutils.
11085 * configure.ac: Define "lint" if --enable-gcc-warnings.
11087 2002-11-05 Akim Demaille <akim@epita.fr>
11089 * src/scan-gram.l: When it starts with `%', complain about the
11090 whole directive, not just that `invalid character: %'.
11092 2002-11-04 Akim Demaille <akim@epita.fr>
11094 * Makefile.maint: Update from Autoconf.
11095 (update, cvs-update, po-update, do-po-update): New.
11097 2002-11-04 Akim Demaille <akim@epita.fr>
11099 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
11101 Have yyerror `use' its arguments.
11102 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
11103 returns true when location & yacc & pure & parse-param.
11104 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
11106 2002-11-04 Akim Demaille <akim@epita.fr>
11108 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
11110 * src/scan-gram.l: Use [\'] instead of ['] to pacify
11113 Use quote, not quote_n since LOCATION_PRINT no longer uses the
11116 2002-11-03 Paul Eggert <eggert@twinsun.com>
11118 * src/reader.c (get_merge_function, grammar_current_rule_check):
11119 Use consistent diagnostics for reporting type name clashes.
11120 Quote the types with <>, for consistency with Yacc.
11121 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
11123 2002-11-03 Akim Demaille <akim@epita.fr>
11125 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
11127 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
11128 (b4_parse_param): Remove.
11129 Use b4_identification.
11130 Propagate b4_pure_args where needed to pass them to yyerror.
11131 * data/glr.m4 (b4_parse_param): Remove.
11132 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
11133 (b4_lpure_formals): New.
11134 Use b4_identification.
11135 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
11136 b4_user_formals and b4_user_args.
11137 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
11138 (yyreportAmbiguity): When using a pure parser, also need
11139 the location, and the parse-params.
11141 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
11142 When using a pure parser, also need the parse-params.
11144 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
11145 (%pure-parser + %parse-param) LALR and GLR parsers.
11146 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
11147 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
11148 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
11149 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
11150 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
11151 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
11152 * doc/bison.texinfo: Untabify the whole file.
11153 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
11154 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
11155 (Error Reporting): Adjust to these new directives.
11156 Document %error-verbose, deprecate YYERROR_VERBOSE.
11158 2002-11-03 Akim Demaille <akim@epita.fr>
11160 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
11161 AT_CHECK_CALC_GLR invocations to use % directives, instead of
11162 command line options.
11163 * tests/cxx-type.at: Formatting changes.
11165 2002-11-03 Paul Eggert <eggert@twinsun.com>
11167 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
11168 to count columns correctly, and to check for invalid inputs.
11170 Use mbsnwidth to count columns correctly. Account for tabs, too.
11171 Include mbswidth.h.
11172 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
11173 (extend_location): New function.
11174 (YY_LINES): Remove.
11176 Handle CRLF in C code rather than in Lex code.
11177 (YY_INPUT): New macro.
11178 (no_cr_read): New function.
11180 Scan UCNs, even though we don't fully handle them yet.
11181 (convert_ucn_to_byte): New function.
11183 Handle backslash-newline correctly in C code.
11184 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
11185 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
11187 (tag, splice): New EREs. Do not allow NUL or newline in tags.
11188 Use {splice} wherever C allows backslash-newline.
11189 YY_STEP after space, newline, vertical-tab.
11190 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
11192 (letter, id): Don't assume ASCII; e.g., spell out a-z.
11194 ({int}, handle_action_dollar, handle_action_at): Check for integer
11197 (YY_STEP): Omit trailing semicolon, so that it's more like C.
11199 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
11200 as well as \000. Check for UCHAR_MAX, not 255.
11201 Allow \x with an arbitrary positive number of digits, as in C.
11202 Check for overflow here.
11203 Allow \? and UCNs, for compatibility with C.
11205 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
11206 with quote slot used by complain_at.
11208 * tests/input.at: Add tests for backslash-newline, m4 quotes
11209 in symbols, long literals, and funny escapes in strings.
11211 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
11212 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
11213 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
11214 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
11215 * m4/mbswidth.m4: New file, from GNU coreutils.
11217 * doc/bison.texinfo (Grammar Outline): Document // comments.
11218 (Symbols): Document that trigraphs have no special meaning in Bison,
11219 nor is backslash-newline allowed.
11220 (Actions): Document that trigraphs have no special meaning.
11222 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
11225 2002-11-02 Paul Eggert <eggert@twinsun.com>
11227 * src/reader.c: Don't include quote.h; not needed.
11228 (get_merge_function): Reword warning to be consistent with
11229 type clash diagnostic in grammar_current_rule_check.
11231 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
11232 bug in trigraph handling.
11234 * src/output.c (prepare_symbols): When printing token names,
11235 escape "[" as "@<:@" and likewise for "]".
11237 * src/system.h (errno): Remove declaration, as we are now
11238 assuming C89 or better, and C89 guarantees errno.
11240 2002-10-30 Paul Eggert <eggert@twinsun.com>
11242 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
11243 Check for close failures.
11244 * src/files.h (xfclose): Return void, not int, since it always
11246 * src/files.c (xfclose): Likewise. Report I/O error if ferror
11248 * src/output.c (output_skeleton): Use xfclose rather than fclose
11249 and ferror. xfclose now checks ferror.
11251 * data/glr.c (YYLEFTMOST_STATE): Remove.
11252 (yyreportTree): Use a stack-based leftmost state. This avoids
11253 our continuing battles with bogus warnings about initializers.
11255 2002-10-30 Akim Demaille <akim@epita.fr>
11257 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
11260 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11262 * tests/glr-regr1.at: New test for reported regressions.
11263 * tests/testsuite.at: Add glr-regr1.at test.
11264 * tests/Makefile.am: Add glr-regr1.at test.
11266 2002-10-24 Paul Eggert <eggert@twinsun.com>
11270 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
11271 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
11272 we use malloc. Don't assume 'A' through 'Z' are contiguous.
11273 Don't assume strdup exists; POSIX says its an XSI extension.
11274 Check for buffer overflow on input.
11276 2002-10-24 Akim Demaille <akim@epita.fr>
11278 * src/output.c (output_skeleton): Don't disable M4sugar comments
11279 too soon: it results in comments being expanded.
11280 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
11283 2002-10-24 Akim Demaille <akim@epita.fr>
11285 * data/yacc.c (m4_int_type): New.
11286 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
11287 char' as only yacc.c wants K&R portability.
11288 * data/glr.c (yysigned_char): Remove.
11289 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
11290 Reported by Quoc Peyrot.
11292 2002-10-23 Paul Eggert <eggert@twinsun.com>
11294 * src/main.c (main): With --trace=time, report times even if a
11295 non-fatal error occurs. Formerly, the times were reported in some
11296 such cases but not in others.
11297 * src/reader.c (reader): Just return if a complaint has been issued,
11298 instead of exiting, so that 'main' can report times.
11300 2002-10-22 Akim Demaille <akim@epita.fr>
11302 * src/system.h: Include sys/types.
11303 Reported by Bert Deknuydt.
11305 2002-10-23 Paul Eggert <eggert@twinsun.com>
11307 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
11308 Suggested by Art Haas.
11310 2002-10-22 Paul Eggert <eggert@twinsun.com>
11312 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
11313 decl; not needed any more.
11314 * src/main.c (main): Use return to exit, undoing yesterday's change.
11315 The last OS that we could find where this wouldn't work is
11316 SunOS 3.5, and that's too old to worry about now.
11318 * data/glr.c (struct yyltype): Define members even when not
11319 doing locations. This is more consistent with yacc.c, and it
11320 works around the following bug reports:
11321 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
11322 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
11324 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
11325 @acronym consistently. Standardize on "Yacc" instead of "YACC",
11326 "Algol" instead of "ALGOL". Give a bit more history about BNF.
11328 2002-10-22 Akim Demaille <akim@epita.fr>
11330 * data/README: New.
11332 2002-10-21 Paul Eggert <eggert@twinsun.com>
11334 Be consistent about 'bool'; the old code used an enum in one
11335 module and an int in another, and this violates the C standard.
11336 * m4/stdbool.m4: New file, from coreutils 4.5.3.
11337 * configure.ac (AC_HEADER_STDBOOL): Add.
11338 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
11339 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
11340 * src/symtab.c (hash_compare_symbol_t): Likewise.
11341 * src/system.h (bool, false, true): Use a definition consistent
11342 with ../lib/hash.c. All uses changed.
11344 * src/complain.c (warning_issued): Renamed from warn_message_count,
11345 so that we needn't worry about integer overflow (!).
11346 Now of type bool. All uses changed.
11347 (complaint_issued): Renamed from complain_message_count; likewise.
11349 * src/main.c (main): Use exit to exit with failure.
11351 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
11352 rather than 1 and 0.
11353 * src/main.c (main): Likewise.
11354 * src/getargs.c (getargs): Likewise.
11355 * src/reader.c (reader): Likewise.
11357 * src/getarg.c (getargs): Remove duplicate code for
11358 "Try `bison --help'".
11360 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
11361 What was that "2" for?
11363 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
11364 * src/getargs.c (usage): Likewise.
11366 * src/getargs.c (getargs): When there are too few operands, report
11367 the last one. When there are too many, report the first extra
11368 one. This is how diffutils does it.
11370 2002-10-20 Paul Eggert <eggert@twinsun.com>
11372 Remove K&R vestiges.
11373 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
11374 * src/complain.c (VA_START): Remove. Assume prototypes.
11375 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
11376 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
11377 fatal): Assume prototypes.
11378 * src/complain.h: Assume prototypes.
11379 * src/system.h (PARAMS): Remove.
11380 Include <limits.h> unconditionally, since it's guaranteeed even
11381 for a freestanding C89 compiler.
11382 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
11383 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
11385 2002-10-20 Akim Demaille <akim@epita.fr>
11387 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
11388 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
11389 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
11390 (yyresolveStates, yyresolveAction, yyresolveStack)
11391 (yyprocessOneStack): Use them.
11392 (yy_reduce_print): New.
11393 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
11395 2002-10-20 Akim Demaille <akim@epita.fr>
11397 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
11398 arguments and output `void'.
11399 (b4_c_function): Rename as...
11400 (b4_c_function_def): this.
11401 (b4_c_function_decl, b4_c_ansi_function_def)
11402 (b4_c_ansi_function_decl): New.
11403 Change the interpretation of the arguments: before `int, foo', now
11405 * data/yacc.c (yyparse): Prototype and define thanks to these.
11406 Adjust b4_c_function_def uses.
11407 * data/glr.c (yyparse): Likewise, but ANSI only.
11409 2002-10-20 Akim Demaille <akim@epita.fr>
11411 * src/output.c (prepare): Move the definition of `tokens_number',
11412 `nterms_number', `undef_token_number', `user_token_number_max'
11414 (prepare_tokens): Here.
11415 (prepare_tokens): Rename as...
11416 (prepare_symbols): this.
11417 (prepare): Move the definition of `rules_number' to...
11418 (prepare_rules): here.
11419 (prepare): Move the definition of `last', `final_state_number',
11420 `states_number' to...
11421 (prepare_states): here.
11422 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
11424 2002-10-20 Akim Demaille <akim@epita.fr>
11426 * src/tables.h, src/tables.c, src/output.c: Comment changes.
11428 2002-10-20 Akim Demaille <akim@epita.fr>
11430 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
11433 2002-10-20 Akim Demaille <akim@epita.fr>
11435 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
11436 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
11438 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
11440 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
11441 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
11444 2002-10-19 Paul Eggert <eggert@twinsun.com>
11446 Do not create a temporary file, as that involves security and
11447 cleanup headaches. Instead, use a pair of pipes.
11448 Derived from a suggestion by Florian Krohm.
11449 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
11450 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
11451 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
11452 (BISON_PREREQ_SUBPIPE): Add.
11453 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
11454 Add subpipe.h, subpipe.c.
11455 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
11456 * po/POTFILES.in: Add lib/subpipe.c.
11457 * src/output.c: Include "subpipe.h".
11458 (m4_invoke): Remove decl.
11459 (scan_skel): New decl.
11460 (output_skeleton): Use pipe rather than temporary file for m4 input.
11461 Check that m4sugar.m4 is readable, to avoid deadlock.
11462 Check for pipe I/O error.
11463 * src/scan-skel.l (readpipe): Remove decl.
11464 (scan_skel): New function, to be used in place of m4_invoke.
11465 Read from stream rather than file.
11467 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
11468 float, as this generates a warning on Solaris 8 + GCC 3.2 with
11469 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
11470 this generates a more-accurate value anyway.
11472 * lib/timevar.c (timervar_accumulate): Rename locals to
11473 avoid confusion with similarly-named more-global.
11474 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
11476 * src/output.c (prepare): Use xstrdup to convert char const *
11477 to char *, to avoid GCC warning.
11479 2002-10-19 Akim Demaille <akim@epita.fr>
11481 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
11482 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
11483 Use them to have `calc.y' ready for %pure-parser.
11484 * data/yacc.c (YYLEX): Pass a yylex return type to
11485 b4_c_function_call.
11487 2002-10-19 Akim Demaille <akim@epita.fr>
11489 Prototype support of %lex-param and %parse-param.
11491 * src/parse-gram.y: Add the definition of the %lex-param and
11492 %parse-param tokens, plus their rules.
11493 Drop the `_' version of %glr-parser.
11495 * src/scan-gram.l (INITIAL): Scan them.
11496 * src/muscle_tab.c: Comment changes.
11497 (muscle_insert, muscle_find): Rename `pair' as `probe'.
11498 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
11499 (muscle_entry_s): The `value' member is no longer const.
11500 Adjust all dependencies.
11501 * src/muscle_tab.c (muscle_init): Adjust: use
11502 MUSCLE_INSERT_STRING.
11503 Initialize the obstack earlier.
11504 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
11505 (muscle_pair_list_grow): New.
11506 * data/c.m4 (b4_c_function_call, b4_c_args): New.
11507 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
11508 * tests/calc.at: Use %locations, not --locations.
11509 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
11511 2002-10-19 Akim Demaille <akim@epita.fr>
11513 * src/getargs.c (usage): Take status as argument and exit
11515 Report the traditional `Try ... --help' message when status != 0.
11516 (usage, version): Don't take a FILE * as arg, it is pointless.
11517 (getargs): When there is an incorrect number of arguments, make it
11518 an error, and report it GNUlically thanks to `usage ()'.
11520 2002-10-18 Paul Eggert <eggert@twinsun.com>
11522 * data/glr.c (yyreportParseError): Don't assume that sprintf
11523 yields the length of the printed string, as this is not true
11524 on SunOS 4.1.4. Reported by Peter Klein.
11526 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
11527 * tests/conflicts.at (%nonassoc and eof): Likewise.
11528 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
11530 2002-10-17 Akim Demaille <akim@epita.fr>
11532 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
11533 * src/getargs.c (trace_types, trace_args): Adjust.
11534 * src/reader.c (grammar_current_rule_prec_set)
11535 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
11536 Standardize error messages.
11537 And s/@prec/%prec/!
11538 (reader): Use trace_flag to enable scanner/parser debugging,
11539 instead of an adhoc scheme.
11540 * src/scan-gram.l: Remove trailing debugging code.
11542 2002-10-16 Paul Eggert <eggert@twinsun.com>
11544 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
11547 * NEWS: Officially drop support for building Bison with K&R C,
11548 since it didn't work anyway and it's not worth worrying about.
11549 * Makefile.maint (wget_files): Remove ansi2knr.c.
11550 (ansi2knr.c-url_prefix): Remove.
11551 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
11552 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
11553 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
11555 2002-10-15 Paul Eggert <eggert@twinsun.com>
11557 Stop using the "enum_" trick for K&R-style function definitions;
11558 it confused me, and I was the author! Instead, assume that people
11559 who want to use K&R C compilers (when using these modules in GCC,
11560 perhaps?) will run ansi2knr.
11562 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
11563 All uses of "enum_" changed to "enum ".
11564 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
11565 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
11567 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
11568 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
11569 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
11570 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
11571 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
11572 abitset_not, abitset_ones, abitset_or, abitset_or_and,
11573 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
11574 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
11575 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
11576 Use function prototypes; this removes the need for declaring
11577 static functions simply to provide their prototypes.
11578 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
11579 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
11580 bitset_count_, bitset_create, bitset_dump, bitset_first,
11581 bitset_free, bitset_init, bitset_last, bitset_next,
11582 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
11583 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
11584 bitset_print, bitset_release_memory, bitset_toggle_,
11585 bitset_type_choose, bitset_type_get, bitset_type_name_get,
11586 debug_bitset): Likewise.
11587 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
11588 * lib/bitset_stats.c (bitset_log_histogram_print,
11589 bitset_percent_histogram_print, bitset_stats_and,
11590 bitset_stats_and_cmp, bitset_stats_and_or,
11591 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
11592 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
11593 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
11594 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
11595 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
11596 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
11597 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
11598 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
11599 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
11600 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
11601 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
11602 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
11603 bitset_stats_zero): Likewise.
11604 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
11605 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
11606 bitsetv_dump, debug_bitsetv): Likewise.
11607 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
11608 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
11609 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
11610 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
11611 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
11612 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
11613 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
11614 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
11615 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
11616 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
11617 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
11619 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
11620 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
11621 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
11622 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
11623 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
11624 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
11625 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
11626 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
11627 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
11628 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
11629 lbitset_xor_cmp, lbitset_zero): Likewise.
11631 2002-10-14 Akim Demaille <akim@epita.fr>
11635 2002-10-14 Akim Demaille <akim@epita.fr>
11637 * tests/Makefile.am (maintainer-check-posix): New.
11639 2002-10-14 Akim Demaille <akim@epita.fr>
11641 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
11644 2002-10-14 Akim Demaille <akim@epita.fr>
11646 * src/tables.c (table_ninf_remap): base -> tab.
11647 Reported by Matt Rosing.
11649 2002-10-14 Paul Eggert <eggert@twinsun.com>
11651 * tests/action.at, tests/calc.at, tests/conflicts.at,
11652 tests/cxx-type.at, tests/headers.at, tests/input.at,
11653 tests/regression.at, tests/synclines.at, tests/torture.at:
11654 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
11655 so that the tests still work even if POSIXLY_CORRECT is set.
11656 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
11658 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
11659 for portability to K&R hosts. Fix typo: signed char is guaranteed
11660 only to 127, not to 128.
11661 * data/glr.c (yysigned_char): New type.
11662 * data/yacc.c (yysigned_char): Likewise.
11663 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
11665 2002-10-13 Paul Eggert <eggert@twinsun.com>
11667 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
11668 true due to limited range of data type" warning from GCC.
11670 * data/c.m4 (b4_token_defines): Protect against double-inclusion
11671 by wrapping enum yytokentype's definition inside #ifndef
11672 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
11674 2002-10-13 Akim Demaille <akim@epita.fr>
11676 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
11677 Un yy- yyrhs to avoid the name clash with the global YYRHS.
11679 2002-10-13 Akim Demaille <akim@epita.fr>
11681 * Makefile.maint: Update from Autoconf 2.54.
11682 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
11684 2002-10-13 Akim Demaille <akim@epita.fr>
11686 * src/print.c (print_state): Separate the list of solved conflicts
11687 from the other items.
11688 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
11690 2002-10-13 Akim Demaille <akim@epita.fr>
11692 Let nondeterministic skeletons be usable with deterministic
11695 With the patch, GAWK compiled by GCC without -O2 passes its test
11696 suite using a GLR parser driven by LALR tables. It fails with -O2
11697 because `struct stat' gives two different answers on my machine:
11698 88 (definition of an auto var) and later 96 (memset on this var).
11699 Hence the stack is badly corrumpted. The headers inclusion is to
11700 blame: if I move the awk.h inclusion before GLR's system header
11701 inclusion, the two struct stat have the same size.
11703 * src/tables.c (pack_table): Always create conflict_table.
11704 (token_actions): Always create conflict_list.
11705 * data/glr.c (YYFLAG): Remove, unused.
11707 2002-10-13 Akim Demaille <akim@epita.fr>
11709 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
11711 (VALGRIND, GXX): New.
11712 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
11713 * tests/bison.in: Run $PREBISON a pre-command.
11714 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
11715 (maintainer-check-g++): New.
11716 * Makefile.am (maintainer-check): New.
11718 2002-10-13 Akim Demaille <akim@epita.fr>
11720 * data/glr.c: Formatting changes.
11721 Tweak some trace messages to match yacc.c's.
11723 2002-10-13 Akim Demaille <akim@epita.fr>
11725 GLR parsers sometimes raise parse errors instead of performing the
11727 Reported by Charles-Henry de Boysson.
11729 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
11730 check the length of the traces when %glr.
11731 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
11733 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
11735 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
11736 (yyltype): Remove the yy prefix from the member names.
11737 (yytable): Complete its comment.
11738 (yygetLRActions): Map error action number from YYTABLE from
11740 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
11741 (which was a bug: it should have been YYTABEL_NINF, and yet it was
11742 not satisfying as we could compare an YYACTION computed from
11743 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
11744 only value for error actions.
11745 (yyreportParseError): In verbose parse error messages, don't issue
11746 `error' in the list of expected tokens.
11747 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
11748 next action to perform to match glr.c's decoding.
11749 (yytable): Complete its comment.
11751 2002-10-13 Paul Eggert <eggert@twinsun.com>
11753 Fix problem reported by Henrik Grubbstroem in
11754 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
11755 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
11756 because the Bison parser reads the second action before reducing
11758 * src/scan-gram.l (rule_length): New static var.
11759 Use it to keep track of the rule length in the scanner, since
11760 we can't expect the parser to be in lock-step sync with the scanner.
11761 (handle_action_dollar, handle_action_at): Use this var.
11762 * tests/actions.at (Exotic Dollars): Test for the problem.
11764 2002-10-12 Paul Eggert <eggert@twinsun.com>
11766 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
11767 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
11768 Include <sys/time.h> when checking for clock_t and struct tms.
11769 Use same include order as source.
11770 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
11771 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
11773 * lib/timevar.c: Update copyright date and clarify comments.
11774 (get_time) [IN_GCC]: Keep the GCC version for reference.
11776 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
11777 GCC version as of today, then merge Bison's changes.
11778 Change "GCC" to "Bison" in copyright notice. timevar.def's
11779 author is Akim, so change that too.
11781 * src/reader.c (grammar_current_rule_check):
11782 Don't worry about the default action if $$ is untyped.
11783 Prevents bogus warnings reported by Jim Gifford in
11784 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
11786 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
11787 * data/glr.c, data/lalr1.cc, data/yacc.c:
11788 Output token definitions before the first part of user declarations.
11789 Fixes compatibility problem reported by Jim Gifford for kbd in
11790 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
11792 2002-10-11 Paul Eggert <eggert@twinsun.com>
11794 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
11795 (yyparse): here. This undoes some of the 2002-07-25 change.
11796 Compatibility problem reported by Ralf S. Engelschall with
11797 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
11799 2002-10-11 Akim Demaille <akim@epita.fr>
11801 * tests/regression.at Characters Escapes): New.
11802 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
11804 Reported by Jan Nieuwenhuizen.
11806 2002-10-11 Akim Demaille <akim@epita.fr>
11810 2002-10-10 Paul Eggert <eggert@twinsun.com>
11812 Portability fixes for bitsets; this also avoids several GCC
11815 * lib/abitset.c: Include <stddef.h>, for offsetof.
11816 * lib/lbitset.c: Likewise.
11818 * lib/abitset.c (abitset_bytes): Return a size that is aligned
11819 properly for vectors of objects. Do not assume that adding a
11820 header size to a multiple of a word size yields a value that is
11821 properly aligned for the whole union.
11822 * lib/bitsetv.c (bitsetv_alloc): Likewise.
11824 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
11825 unique names for structures.
11826 * lib/ebitset.c (ebitset_bytes): Likewise.
11827 * lib/lbitset.c (lbitset_bytes): Likewise.
11829 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
11830 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
11831 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
11832 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
11833 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
11834 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
11835 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
11836 to improve the type-checking that GCC can do.
11837 * lib/bitset.c (bitset_op4_cmp): Likewise.
11838 * lib/bitset_stats.c (bitset_stats_count,
11839 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
11840 bitset_stats_copy, bitset_stats_disjoint_p,
11841 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
11842 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
11843 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
11844 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
11845 bitset_stats_and_or_cmp, bitset_stats_andn_or,
11846 bitset_stats_andn_or_cmp, bitset_stats_or_and,
11847 bitset_stats_or_and_cmp): Likewise.
11848 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
11849 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
11850 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
11851 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
11853 * lib/abitset.h: Include bitset.h, not bbitset.h.
11854 * lib/ebitset.h: Likewise.
11855 * lib/lbitset.h: Likewise.
11857 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
11858 All instances of parameters of type enum bitset_opts are now of
11859 type enum_bitset_opts, to conform to the C Standard, and similarly
11860 for enum_bitset_type.
11861 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
11862 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
11864 Do not use "struct bitset_struct" to mean different things in
11865 different modules. Not only is this confusing, it violates
11866 the C Standard, which requires that structure types in different
11867 modules must be compatible if one is to be passed to the other.
11868 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
11869 All instances of "struct bitset_struct *" replaced with "bitset".
11870 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
11871 (union bitset_union, struct abitset_struct, struct ebitset_struct,
11872 struct lbitset_struct, struct bitset_stats_struct): New types.
11873 All uses of struct bitset_struct changed to union bitset_union,
11875 * lib/abitset.c (struct abitset_struct, abitset,
11876 struct bitset_struct): Remove.
11877 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
11878 struct bitset_struct): Remove.
11879 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
11880 bitset_struct): Remove.
11881 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
11884 Do not call a function of type T using a call that assumes the
11885 function is of a different type U. Standard C requires that a
11886 function must be called with a type that is compatible with its
11888 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11890 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11892 * lib/ebitset.c (PFV): Remove.
11893 * lib/lbitset.c (PFV): Likewise.
11894 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
11895 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
11897 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
11898 (ebitset_vtable): Use them.
11899 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
11900 lbitset_xor): New functions.
11901 (lbitset_vtable): Use them.
11903 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
11906 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
11908 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
11909 Use offsetof, for simplicity.
11911 2002-10-06 Paul Eggert <eggert@twinsun.com>
11913 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
11914 the same width as int. This reapplies a hunk of the 2002-08-12 patch
11915 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
11916 which was inadvertently undone by the 2002-09-30 patch.
11917 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
11918 the same width as int.
11920 2002-10-04 Paul Eggert <eggert@twinsun.com>
11924 * configure.ac (AC_INIT), NEWS: Increment version number.
11926 * doc/bison.texinfo: Minor spelling, grammar, and white space
11928 (Symbols): Mention that any negative value returned from yylex
11929 signifies end-of-input. Warn about negative chars. Mention
11930 the portable Standard C character set.
11932 The GNU coding standard says CFLAGS and YFLAGS are reserved
11933 for the installer to set.
11934 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
11935 * src/Makefile.am (AM_CFLAGS): Likewise.
11936 (AM_YFLAGS): Renamed from YFLAGS.
11938 Fix some MAX and MIN problems.
11939 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
11940 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
11941 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
11942 * src/reader.c (reader): Use it.
11944 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
11945 POSIX 1003.1-2001 has removed fgrep.
11947 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11949 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
11950 interpreted as signed.
11951 * lib/ebitset.c (ebitset_list): Fix bug.
11953 2002-10-01 Paul Eggert <eggert@twinsun.com>
11955 More fixes for 64-bit hosts and large bitsets.
11957 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
11958 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
11959 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
11960 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
11961 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
11962 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
11963 bitset_count_): Likewise.
11964 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
11965 bitset_first, bitset_last): Likewise.
11966 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
11967 bitset_stats_list_reverse, bitset_stats_size,
11968 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
11970 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11971 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
11972 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
11973 bitsetv_reflexive_transitive_closure): Likewise.
11974 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
11975 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
11977 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
11980 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
11981 Use size_t, not unsigned int, to count bytes.
11982 * lib/abitset.h (abitset_bytes): Likewise.
11983 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
11985 * lib/bitset.h (bitset_bytes): Likewise.
11986 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
11987 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
11988 * lib/bitsetv.c (bitsetv_alloc): Likewise.
11989 * lib/ebitset.c (ebitset_bytes): Likewise.
11990 * lib/ebitset.h (ebitset_bytes): Likewise.
11991 * lib/lbitset.c (lbitset_bytes): Likewise.
11992 * lib/lbitset.h (lbitset_bytes): Likewise.
11994 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
11995 abitset_subset_p, abitset_disjoint_p, abitset_and,
11996 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
11997 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
11998 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
11999 abitset_or_and, abitset_or_and_cmp):
12000 Use bitset_windex instead of unsigned int.
12001 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
12002 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
12003 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
12004 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
12006 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
12008 * lib/bitset.c (bitset_print):
12009 Use proper printf formats for widths of integer types.
12010 * lib/bitset_stats.c (bitset_percent_histogram_print,
12011 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
12012 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
12013 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
12014 * lib/lbitset.c (lbitset_bytes): Likewise.
12016 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
12017 BITSET_SIZE_MAX): New macros.
12018 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
12019 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
12020 to BITSET_WINDEX_MAX.
12022 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
12023 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
12024 since we now return the bitset_bindex type (not int).
12026 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
12027 when computing sizes.
12028 * lib/ebitset.c (ebitset_elts_grow): Likewise.
12030 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
12031 and avoid cast to unsigned.
12033 2002-09-30 Akim Demaille <akim@epita.fr>
12035 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
12036 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
12037 Updates from Michael Hayes.
12039 2002-09-30 Art Haas <ahaas@neosoft.com>
12041 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
12043 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
12046 2002-09-27 Akim Demaille <akim@epita.fr>
12050 2002-09-27 Akim Demaille <akim@epita.fr>
12052 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
12053 (Because of AC_LIBSOURCE).
12055 2002-09-27 Akim Demaille <akim@epita.fr>
12057 Playing with Autoscan.
12059 * configure.ac: Remove the old LIBOBJ tweaks.
12060 (AC_REPLACE_FUNCS): Add strrchr and strtol.
12061 * lib/strrchr.c: New.
12062 * lib/strtol.c: New, from the Coreutils 4.5.1.
12064 2002-09-27 Akim Demaille <akim@epita.fr>
12066 Playing with Autoscan.
12068 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
12069 * lib/Makefile.am (libbison_a_SOURCES): No longer include
12070 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
12071 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
12074 2002-09-24 Akim Demaille <akim@epita.fr>
12076 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
12077 (Frequently Asked Questions, Parser Stack Overflow): New.
12079 2002-09-13 Akim Demaille <akim@epita.fr>
12081 Playing with autoscan.
12083 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
12084 * src/files.c (skeleton_find): Remove, unused.
12085 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
12086 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
12088 2002-09-13 Akim Demaille <akim@epita.fr>
12090 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
12091 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
12093 2002-09-13 Akim Demaille <akim@epita.fr>
12095 * configure.ac: Require 2.54.
12096 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
12097 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
12098 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
12099 Remove, provided by Autoconf macros.
12101 2002-09-12 Akim Demaille <akim@epita.fr>
12103 * m4/prereq.m4: Update, from Coreutils 4.5.1.
12105 2002-09-12 Akim Demaille <akim@epita.fr>
12107 * m4/prereq.m4: Update, from Fileutils 4.1.5.
12108 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
12109 Reported by Martin Mokrejs.
12111 2002-09-10 Akim Demaille <akim@epita.fr>
12113 * src/parse-gram.y: Associate a human readable string to each
12115 * tests/regression.at (Invalid inputs): Adjust.
12117 2002-09-10 Gary V. Vaughan <gary@gnu.org>
12119 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
12120 with an Autoconf-2.5x style configure.ac.
12122 2002-09-06 Paul Eggert <eggert@twinsun.com>
12124 * doc/bison.texinfo (Conditions): Make explicit that the GPL
12125 exception applies only to yacc.c. This is a modification of a
12126 patch originally suggested by Akim Demaille.
12128 2002-09-06 Akim Demaille <akim@epita.fr>
12130 * data/c.m4 (b4_copyright): Move the GPL exception comment from
12132 * data/yacc.c: here.
12134 * data/lalr1.cc (struct yyltype): Don't define it, since we use
12136 (b4_ltype): Default to yy::Location from location.hh.
12138 2002-09-04 Jim Meyering <jim@meyering.net>
12140 * data/yacc.c: Guard the declaration of yytoknum also with
12141 `#ifdef YYPRINT', so it is declared only when used.
12143 2002-09-04 Akim Demaille <akim@epita.fr>
12145 * configure.in: Rename as...
12146 * configure.ac: this.
12149 2002-09-04 Akim Demaille <akim@epita.fr>
12151 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
12152 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
12153 translate maintainer only messages.
12155 2002-08-12 Paul Eggert <eggert@twinsun.com>
12159 * Makefile.am (SUBDIRS): Remove intl.
12160 (DISTCLEANFILES): Remove.
12161 * NEWS: Mention that GNU M4 is now required. Clarify what is
12162 meant by "larger grammars". Mention the pt_BR translation.
12163 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
12164 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
12165 Bump version from 0.11.2 to 0.11.5.
12166 (BISON_PREREQ_STAGE): Remove.
12167 (AM_GNU_GETTEXT): Use external gettext.
12168 (AC_OUTPUT): Remove intl/Makefile.
12170 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
12172 * data/glr.c: Include string.h, for strlen.
12173 (yyreportParseError): Use size_t for yysize.
12174 (yy_yypstack): No longer nested inside yypstates, as nested
12175 functions are not portable. Do not assume size_t is the
12177 (yypstates): Do not assume that ptrdiff_t is the same width
12178 as int, and similarly for yyposn and YYINDEX.
12180 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
12182 * lib/Makefile.am (INCLUDES): Do not include from the intl
12183 directory, which has been removed.
12184 * src/Makefile.am (INCLUDES): Likewise.
12186 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
12187 (bitsets_sources, additional_bitsets_sources, timevars_sources):
12190 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
12191 * tests/Makefile.am (EXTRA_DIST): Likewise.
12193 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
12194 Do not assume that bitset_windex is the same width as unsigned.
12196 * lib/abitset.c (abitset_unused_clear): Do not assume that
12197 bitset_word is the same width as int.
12198 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
12199 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
12200 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
12201 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
12202 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
12204 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
12205 portability to one's complement hosts!).
12206 * lib/ebitset.c (ebitset_op1): Likewise.
12207 * lib/lbitset.c (lbitset_op1): Likewise.
12209 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
12210 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
12211 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
12212 Sync with fileutils.
12213 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
12214 lib/gettext.h: Sync with diffutils.
12216 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
12217 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
12219 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
12220 PROTOTYPES to check for prototypes, and "defined __STDC__" to
12223 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
12224 size_t; the old version tried to do this but casted improperly.
12225 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
12226 (bitset_test): Now returns int, not unsigned long.
12228 * lib/bitset_stats.c: Include "gettext.h".
12230 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
12231 name locals "index", as it generates unnecessary warnings on some
12232 hosts that have an "index" function.
12234 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
12235 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
12236 they need translation.
12237 * src/LR0.c (state_list_append, new_itemsets, get_state,
12238 append_states, generate_states): Likewise.
12239 * src/assoc.c (assoc_to_string): Likewise.
12240 * src/closure.c (print_closure, set_firsts, closure): Likewise.
12241 * src/gram.c (grammar_dump): Likewise.
12242 * src/injections.c (injections_compute): Likewise.
12243 * src/lalr.c (lookaheads_print): Likewise.
12244 * src/relation.c (relation_transpose): Likewise.
12245 * src/scan-gram.l: Likewise.
12246 * src/tables.c (table_grow, pack_vector): Likewise.
12248 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
12249 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
12250 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
12251 * m4/mbstate_t.m4: Sync with fileutils.
12252 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
12254 * po/LINGUAS: Add pt_BR.
12255 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
12256 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
12258 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
12260 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
12262 * src/complain.c (strerror_r): Remove decl; not needed.
12263 (strerror): Use same pattern as ../lib/error.c.
12265 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
12267 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
12269 * src/main.c (main): Cast result of bindtextdomain and textdomain
12270 to void, to avoid a GCC warning when --disable-nls is in effect.
12272 * src/scan-gram.l: Use strings rather than escapes when possible,
12273 to minimize the number of warnings from xgettext.
12274 (handle_action_dollar, handle_action_at): Don't use isdigit,
12275 as it mishandles negative chars and it may not work as expected
12276 outside the C locale.
12278 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
12279 this is a GCC extension and is not portable to other compilers.
12281 * src/system.h (alloca): Use same pattern as ../lib/error.c.
12282 Do not include <ctype.h>; no longer needed.
12283 Do not include <malloc.h>; no longer needed (and generates
12284 warnings on OpenBSD 3.0).
12286 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
12289 * tests/regression.at: Do not use 'cc -c input.c -o input';
12290 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
12292 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
12293 exit status as failure, not just exit status 1. Sun C exits
12294 with status 2 sometimes.
12296 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
12297 Use it for the two large tests.
12299 2002-08-02 Akim Demaille <akim@epita.fr>
12301 * src/conflicts.c (conflicts_output): Don't output rules never
12302 reduced here, since anyway that computation doesn't work.
12303 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
12304 (rule_useless_p, rule_never_reduced_p): New.
12305 (grammar_rules_partial_print): Use a filter instead of a range.
12306 Display the title only if needed.
12307 (grammar_rules_print): Adjust.
12308 (grammar_rules_never_reduced_report): New.
12309 * src/tables.c (action_row): Move the computation of rules never
12311 (token_actions): here.
12312 * src/main.c (main): Make the parser before making the report, so
12313 that rules never reduced are computed.
12314 Call grammar_rules_never_reduced_report.
12315 * src/print.c (print_results): Report rules never reduced.
12316 * tests/conflicts.at, tests/reduce.at: Adjust.
12318 2002-08-01 Akim Demaille <akim@epita.fr>
12320 Instead of attaching lookaheads and duplicating the rules being
12321 reduced by a state, attach the lookaheads to the reductions.
12323 * src/state.h (state_t): Remove the `lookaheads',
12324 `lookaheads_rule' member.
12325 (reductions_t): Add a `lookaheads' member.
12326 Use a regular array for the `rules'.
12327 * src/state.c (reductions_new): Initialize the lookaheads member
12329 (state_rule_lookaheads_print): Adjust.
12330 * src/state.h, src/state.c (state_reductions_find): New.
12331 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
12332 (count_rr_conflicts): Adjust.
12333 * src/lalr.c (LArule): Remove.
12334 (add_lookback_edge): Adjust.
12335 (state_lookaheads_count): New.
12336 (states_lookaheads_initialize): Merge into...
12337 (initialize_LA): this.
12338 (lalr_free): Adjust.
12339 * src/main.c (main): Don't free nullable and derives too early: it
12340 is used by --verbose.
12341 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
12343 2002-08-01 Akim Demaille <akim@epita.fr>
12345 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
12347 (set_derives, free_derives): Rename as...
12348 (derives_compute, derives_free): this.
12349 Adjust all dependencies.
12350 * src/nullable.c (set_nullable, free_nullable): Rename as...
12351 (nullable_compute, nullable_free): these.
12352 (rule_list_t): Store rule_t *, not rule_number_t.
12353 * src/state.c (state_rule_lookaheads_print): Directly compare rule
12354 pointers, instead of their numbers.
12355 * src/main.c (main): Call nullable_free, and derives_free earlier,
12356 as they were lo longer used.
12358 2002-08-01 Akim Demaille <akim@epita.fr>
12360 * lib/timevar.c (get_time): Include children time.
12361 * src/lalr.h (LA, LArule): Don't export them: used with the
12363 * src/lalr.c (LA, LArule): Static.
12364 * src/lalr.h, src/lalr.c (lalr_free): New.
12365 * src/main.c (main): Call it.
12366 * src/tables.c (pack_vector): Check whether loc is >= to the
12368 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
12369 (tables_generate): do it, since that's also it which allocates
12371 Don't free LA and LArule, main does.
12373 2002-07-31 Akim Demaille <akim@epita.fr>
12375 Separate parser tables computation and output.
12377 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
12378 (conflict_list, conflict_list_cnt, table, check, table_ninf)
12379 (yydefgoto, yydefact, high): Move to...
12380 * src/tables.h, src/tables.c: here.
12381 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
12382 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
12383 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
12384 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
12385 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
12386 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
12387 (action_row, save_row, token_actions, save_column, default_goto)
12388 (goto_actions, sort_actions, matching_state, pack_vector)
12389 (table_ninf_remap, pack_table, prepare_actions): Move to...
12390 * src/tables.c: here.
12391 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
12392 * src/output.c (token_actions, output_base, output_conflicts)
12393 (output_check): Merge into...
12394 (prepare_actions): this.
12395 (actions_output): Rename as...
12396 (user_actions_output): this.
12397 * src/main.c (main): Call tables_generate and tables_free.
12399 2002-07-31 Akim Demaille <akim@epita.fr>
12401 Steal GCC's --time-report support.
12403 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
12404 stolen/adjusted from GCC.
12405 * m4/stage.m4: Remove time related checks.
12406 * m4/timevar.m4: New.
12407 * configure.in: Adjust.
12408 * src/system.h: Adjust to using timevar.h.
12409 * src/getargs.h, src/getargs.c: Support trace_time for
12411 * src/main.c (stage): Remove.
12412 (main): Replace `stage' invocations with timevar calls.
12413 * src/output.c: Insert pertinent timevar calls.
12415 2002-07-31 Akim Demaille <akim@epita.fr>
12417 Let --trace have arguments.
12419 * src/getargs.h (enum trace_e): New.
12420 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
12421 (long_options, short_options): --trace/-T takes an optional
12423 Change all the uses of trace_flag to reflect the new flags.
12424 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
12426 Strengthen `stage' portability.
12428 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
12429 * configure.in: Use it.
12430 Don't check for malloc.h and sys/times.h.
12431 * src/system.h: Include them when appropriate.
12432 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
12433 times and struct tms are available.
12435 2002-07-30 Akim Demaille <akim@epita.fr>
12437 In verbose parse error message, don't report `error' as an
12439 * tests/actions.at (Printers and Destructors): Adjust.
12440 * tests/calc.at (Calculator $1): Adjust.
12441 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
12442 error message, do not report the parser accepts the error token in
12445 2002-07-30 Akim Demaille <akim@epita.fr>
12447 Normalize conflict related messages.
12449 * src/complain.h, src/complain.c (warn, complain): New.
12450 * src/conflicts.c (conflicts_print): Use them.
12451 (conflict_report_yacc): New, extracted from...
12452 (conflicts_print): here.
12453 * tests/conflicts.at, tests/existing.at: Adjust.
12455 2002-07-30 Akim Demaille <akim@epita.fr>
12457 Report rules which are never reduced by the parser: those hidden
12460 * src/LR0.c (save_reductions): Don't make the final state too
12461 different: save its reduction (accept) instead of having a state
12462 without any action (no shift or goto, no reduce).
12463 Note: the final state is now a ``regular'' state, i.e., the
12464 parsers now contain `reduce 0' as default reduction.
12465 Nevertheless, since they decide to `accept' when yystate =
12466 final_state, they still will not reduce rule 0.
12467 * src/print.c (print_actions, print_reduction): Adjust.
12468 * src/output.c (action_row): Track reduced rules.
12469 (token_actions): Report rules never reduced.
12470 * tests/conflicts.at, tests/regression.at: Adjust.
12472 2002-07-30 Akim Demaille <akim@epita.fr>
12474 `stage' was accidently included in a previous patch.
12475 Initiate its autoconfiscation.
12477 * configure.in: Look for malloc.h and sys/times.h.
12478 * src/main.c (stage): Adjust.
12479 Report only when trace_flag.
12481 2002-07-29 Akim Demaille <akim@epita.fr>
12483 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
12485 (errs_t): symbol_t*, not symbol_number_t.
12486 (reductions_t): rule_t*, not rule_number_t.
12487 (FOR_EACH_SHIFT): New.
12488 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
12489 * src/print.c, src/print_graph.c: Adjust.
12491 2002-07-29 Akim Demaille <akim@epita.fr>
12493 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
12495 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
12496 (endtoken, accept): these.
12497 * src/reader.c (reader): Set endtoken's default tag to "$end".
12498 Set undeftoken's tag to "$undefined" instead of "$undefined.".
12499 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
12502 2002-07-29 Akim Demaille <akim@epita.fr>
12504 * src/reduce.c (reduce_grammar): When the language is empty,
12505 complain about the start symbol, not the axiom.
12507 * tests/reduce.at (Empty Language): New.
12509 2002-07-26 Akim Demaille <akim@epita.fr>
12511 * src/reader.h, src/reader.c (gram_error): ... can't get
12512 yycontrol without making too strong assumptions on the parser
12514 * src/output.c (prepare_tokens): Use the real 0th value of
12515 token_translations instead of `0'.
12516 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
12518 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
12519 for the time being: %locations ought to provide it to yyerror.
12521 2002-07-25 Akim Demaille <akim@epita.fr>
12523 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
12524 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
12525 * tests/regression.at (Web2c Actions): Adjust.
12527 2002-07-25 Akim Demaille <akim@epita.fr>
12529 Stop storing rules from 1 to nrules + 1.
12531 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
12532 * src/nullable.c, src/output.c, src/print.c, src/reader.c
12533 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
12534 Iterate from 0 to nrules.
12535 Use rule_number_as_item_number and item_number_as_rule_number.
12536 Adjust to `derive' now containing possibly 0.
12537 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
12538 Handle the `- 1' part in rule numbers from/to item numbers.
12539 * src/conflicts.c (log_resolution): Fix the message which reversed
12541 * src/output.c (action_row): Initialize default_rule to -1.
12542 (token_actions): Adjust.
12543 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
12545 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
12547 2002-07-25 Akim Demaille <akim@epita.fr>
12549 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
12550 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
12551 (b4_c_knr_arg_decl): New.
12552 * data/yacc.c: Use it to define yysymprint, yydestruct, and
12553 yyreport_parse_error.
12555 2002-07-25 Akim Demaille <akim@epita.fr>
12557 * data/yacc.c (yyreport_parse_error): New, extracted from...
12559 (yydestruct, yysymprint): Move above yyparse.
12562 2002-07-25 Akim Demaille <akim@epita.fr>
12564 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
12566 (b4_sint_type, b4_uint_type): these.
12567 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
12568 * tests/regression.at (Web2c Actions): Adjust.
12570 2002-07-25 Akim Demaille <akim@epita.fr>
12572 * src/gram.h (TIEM_NUMBER_MAX): New.
12573 (item_number_of_rule_number, rule_number_of_item_number): Rename
12575 (rule_number_as_item_number, item_number_as_rule_number): these.
12576 Adjust dependencies.
12577 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
12578 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
12579 (symbol_number_to_vector_number): New.
12580 (order): Of vector_number_t* type.
12581 (base_t, BASE_MAX, BASE_MIN): New.
12582 (froms, tos, width, pos, check): Of base_t type.
12583 (action_number_t, ACTION_MIN, ACTION_MAX): New.
12584 (actrow): Of action_number_t type.
12585 (conflrow): Of unsigned int type.
12586 (table_ninf, base_ninf): New.
12587 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
12588 (muscle_insert_int_table, muscle_insert_base_table)
12589 (muscle_insert_rule_number_table): New.
12590 (prepare_tokens): Output `toknum' as int_table.
12591 (action_row): Returns a rule_number_t.
12592 Use ACTION_MIN, not SHRT_MIN.
12593 (token_actions): yydefact is rule_number_t*.
12594 (table_ninf_remap): New.
12595 (pack_table): Use it for `base' and `table'.
12596 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
12598 (YYPACT_NINF, YYTABLE_NINF): these.
12599 (yypact, yytable): Compute their types instead of hard-coded
12601 * tests/regression.at (Web2c Actions): Adjust.
12603 2002-07-19 Akim Demaille <akim@epita.fr>
12605 * src/scan-gram.l (id): Can start with an underscore.
12607 2002-07-16 Akim Demaille <akim@epita.fr>
12609 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
12610 Adjust all former `associativity' dependencies.
12611 * src/symtab.c (symbol_new): Default associativity is `undef', not
12613 (symbol_check_alias_consistence): Adjust.
12615 2002-07-09 Akim Demaille <akim@epita.fr>
12617 * doc/bison.texinfo: Properly set the ``header'' part.
12618 Use @dircategory ``GNU programming tools'' as per Texinfo's
12622 2002-07-09 Akim Demaille <akim@epita.fr>
12624 * lib/quotearg.h: Protect against multiple inclusions.
12625 * src/location.h (location_t): Add a `file' member.
12626 (LOCATION_RESET, LOCATION_PRINT): Adjust.
12627 * src/complain.c (warn_at, complain_at, fatal_at): Drop
12628 `error_one_per_line' support.
12630 2002-07-09 Akim Demaille <akim@epita.fr>
12632 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
12633 * src/reader.c (lineno): Remove.
12634 Adjust all dependencies.
12635 (get_merge_function): Take a location and use complain_at.
12636 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
12637 * tests/regression.at (Invalid inputs, Mixing %token styles):
12640 2002-07-09 Akim Demaille <akim@epita.fr>
12642 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
12643 recovery rule, and forbid extensions when --yacc.
12644 (gram_error): Use complain_at.
12645 * src/reader.c (reader): Exit if there were parse errors.
12647 2002-07-09 Akim Demaille <akim@epita.fr>
12649 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
12650 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
12651 Reported by R Blake <blakers@mac.com>.
12653 2002-07-09 Akim Demaille <akim@epita.fr>
12655 * data/yacc.c: Output the copyright notive in the header.
12657 2002-07-03 Akim Demaille <akim@epita.fr>
12659 * src/output.c (froms, tos): Are state_number_t.
12660 (save_column): sp, sp1, and sp2 are state_number_t.
12661 (prepare): Rename `final' as `final_state_number', `nnts' as
12662 `nterms_number', `nrules' as `rules_number', `nstates' as
12663 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
12665 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
12666 * data/lalr1.cc (nsym_): Remove, unused.
12668 2002-07-03 Akim Demaille <akim@epita.fr>
12670 * src/lalr.h, src/lalr.c (goto_number_t): New.
12671 * src/lalr.c (goto_list_t): New.
12673 * src/nullable.c (rule_list_t): New.
12675 * src/types.h: Remove.
12677 2002-07-03 Akim Demaille <akim@epita.fr>
12679 * src/closure.c (print_fderives): Use rule_rhs_print.
12680 * src/derives.c (print_derives): Use rule_rhs_print.
12681 (rule_list_t): New, replaces `shorts'.
12682 (set_derives): Add comments.
12683 * tests/sets.at (Nullable, Firsts): Adjust.
12685 2002-07-03 Akim Demaille <akim@epita.fr>
12687 * src/output.c (prepare_actions): Free `tally' and `width'.
12688 (prepare_actions): Allocate and free `order'.
12689 * src/symtab.c (symbols_free): Free `symbols'.
12690 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
12691 * src/output.c (m4_invoke): Move to...
12692 * src/scan-skel.l: here.
12693 (<<EOF>>): Close yyout, and free its name.
12695 2002-07-03 Akim Demaille <akim@epita.fr>
12697 Fix some memory leaks, and fix a bug: state 0 was examined twice.
12699 * src/LR0.c (new_state): Merge into...
12700 (state_list_append): this.
12701 (new_states): Merge into...
12702 (generate_states): here.
12703 (set_states): Don't ensure a proper `errs' state member here, do it...
12704 * src/conflicts.c (conflicts_solve): here.
12705 * src/state.h, src/state.c: Comment changes.
12706 (state_t): Rename member `shifts' as `transitions'.
12707 Adjust all dependencies.
12708 (errs_new): For consistency, also take the values as argument.
12709 (errs_dup): Remove.
12710 (state_errs_set): New.
12711 (state_reductions_set, state_transitions_set): Assert that no
12712 previous value was assigned.
12714 (states_free): Use it.
12715 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
12716 temporary storage: use `errs' and `nerrs' as elsewhere.
12717 (set_conflicts): Allocate and free this `errs'.
12719 2002-07-02 Akim Demaille <akim@epita.fr>
12721 * lib/libiberty.h: New.
12722 * lib: Update the bitset implementation from upstream.
12723 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
12724 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
12725 * src/main.c: Adjust bitset stats calls.
12727 2002-07-01 Paul Eggert <eggert@twinsun.com>
12729 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
12730 char, so that negative chars don't collide with $.
12732 2002-06-30 Akim Demaille <akim@epita.fr>
12734 Have the GLR tests be `warning' checked, and fix the warnings.
12736 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
12737 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
12738 (yyremoveDeletes): `yyi' and `yyj' are size_t.
12739 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
12740 (yyaddDeferredAction): static.
12741 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
12742 (yyreportParseError): yyprefix is const.
12743 yytokenp is used only when verbose.
12744 (yy__GNUC__): Replace with __GNUC__.
12745 (yypdumpstack): yyi is size_t.
12746 (yypreference): Un-yy local variables and arguments, to avoid
12747 clashes with `yyr1'. Anyway, we are not in the user name space.
12748 (yytname_size): be an int, as is compared with ints.
12749 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
12751 * tests/cxx-gram.at: Use quotation to protect $1.
12752 Use AT_COMPILE to enable warnings hunts.
12753 Prototype yylex and yyerror.
12755 Include `string.h', not `strings.h'.
12756 Produce and prototype stmtMerge only when used.
12757 yylex takes a location.
12759 2002-06-30 Akim Demaille <akim@epita.fr>
12761 We spend a lot of time in quotearg, in particular when --verbose.
12763 * src/symtab.c (symbol_get): Store a quoted version of the key.
12764 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
12765 Adjust all callers.
12767 2002-06-30 Akim Demaille <akim@epita.fr>
12769 * src/state.h (reductions_t): Rename member `nreds' as num.
12770 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
12771 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
12773 2002-06-30 Akim Demaille <akim@epita.fr>
12775 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
12776 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
12777 (shifts_to): Rename as...
12778 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
12779 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
12780 (TRANSITION_IS_DISABLED, transitions_to): these.
12782 2002-06-30 Akim Demaille <akim@epita.fr>
12784 * src/print.c (print_shifts, print_gotos): Merge into...
12785 (print_transitions): this.
12786 (print_transitions, print_errs, print_reductions): Align the
12787 lookaheads columns.
12788 (print_core, print_transitions, print_errs, print_state,
12789 print_grammar): Output empty lines separator before, not after.
12790 (state_default_rule_compute): Rename as...
12791 (state_default_rule): this.
12792 * tests/conflicts.at (Defaulted Conflicted Reduction),
12793 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
12794 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
12796 2002-06-30 Akim Demaille <akim@epita.fr>
12798 Display items as we display rules.
12800 * src/gram.h, src/gram.c (rule_lhs_print): New.
12801 * src/gram.c (grammar_rules_partial_print): Use it.
12802 * src/print.c (print_core): Likewise.
12803 * tests/conflicts.at (Defaulted Conflicted Reduction),
12804 (Unresolved SR Conflicts): Adjust.
12805 (Unresolved SR Conflicts): Adjust and rename as...
12806 (Resolved SR Conflicts): this, as was meant.
12807 * tests/regression.at (Web2c Report): Adjust.
12809 2002-06-30 Akim Demaille <akim@epita.fr>
12811 * src/print.c (state_default_rule_compute): New, extracted from...
12812 (print_reductions): here.
12813 Pessimize, but clarify the code.
12814 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
12816 2002-06-30 Akim Demaille <akim@epita.fr>
12818 * src/output.c (action_row): Let default_rule be always a rule
12821 2002-06-30 Akim Demaille <akim@epita.fr>
12823 * src/closure.c (print_firsts, print_fderives, closure):
12824 Use BITSET_EXECUTE.
12825 * src/lalr.c (lookaheads_print): Likewise.
12826 * src/state.c (state_rule_lookaheads_print): Likewise.
12827 * src/print_graph.c (print_core): Likewise.
12828 * src/print.c (print_reductions): Likewise.
12829 * src/output.c (action_row): Likewise.
12830 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
12832 2002-06-30 Akim Demaille <akim@epita.fr>
12834 * src/print_graph.c: Use report_flag.
12836 2002-06-30 Akim Demaille <akim@epita.fr>
12838 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
12840 * src/relation.h, src/relation.c (traverse, relation_digraph)
12841 (relation_print, relation_transpose): New.
12843 2002-06-30 Akim Demaille <akim@epita.fr>
12845 * src/state.h, src/state.c (shifts_to): New.
12846 * src/lalr.c (build_relations): Use it.
12848 2002-06-30 Akim Demaille <akim@epita.fr>
12850 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
12851 (item_number_of_rule_number, rule_number_of_item_number): New.
12852 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
12853 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
12854 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
12855 Propagate their use.
12856 Much remains to be done, in particular wrt `shorts' from types.h.
12858 2002-06-30 Akim Demaille <akim@epita.fr>
12860 * src/symtab.c (symbol_new): Initialize the `printer' member.
12862 2002-06-30 Akim Demaille <akim@epita.fr>
12864 * src/LR0.c (save_reductions): Remove, replaced by...
12865 * src/state.h, src/state.c (state_reductions_set): New.
12866 (reductions, errs): Rename as...
12867 (reductions_t, errs_t): these.
12868 Adjust all dependencies.
12870 2002-06-30 Akim Demaille <akim@epita.fr>
12872 * src/LR0.c (state_list_t, state_list_append): New.
12873 (first_state, last_state): Now symbol_list_t.
12874 (this_state): Remove.
12875 (new_itemsets, append_states, save_reductions): Take a state_t as
12877 (set_states, generate_states): Adjust.
12878 (save_shifts): Remove, replaced by...
12879 * src/state.h, src/state.c (state_shifts_set): New.
12880 (shifts): Rename as...
12882 Adjust all dependencies.
12883 * src/state.h (state_t): Remove the `next' member.
12885 2002-06-30 Akim Demaille <akim@epita.fr>
12887 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
12890 2002-06-30 Akim Demaille <akim@epita.fr>
12892 Use hash.h for the state hash table.
12894 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
12895 (allocate_storage): Use state_hash_new.
12896 (free_storage): Use state_hash_free.
12897 (new_state, get_state): Adjust.
12898 * src/lalr.h, src/lalr.c (states): Move to...
12899 * src/states.h (state_t): Remove the `link' member, no longer
12901 * src/states.h, src/states.c: here.
12902 (state_hash_new, state_hash_free, state_hash_lookup)
12903 (state_hash_insert, states_free): New.
12904 * src/states.c (state_table, state_compare, state_hash): New.
12905 * src/output.c (output_actions): Do not free states now, since we
12906 still need to know the final_state number in `prepare', called
12907 afterwards. Do it...
12908 * src/main.c (main): here: call states_free after `output'.
12910 2002-06-30 Akim Demaille <akim@epita.fr>
12912 * src/state.h, src/state.c (state_new): New, extracted from...
12913 * src/LR0.c (new_state): here.
12914 * src/state.h (STATE_ALLOC): Move to...
12915 * src/state.c: here.
12916 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
12917 * src/state.h, src/state.c: here.
12919 2002-06-30 Akim Demaille <akim@epita.fr>
12921 * src/reader.c (gensym): Rename as...
12922 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
12923 (getsym): Rename as...
12924 (symbol_get): this.
12926 2002-06-30 Akim Demaille <akim@epita.fr>
12928 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
12929 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
12930 * src/output.c, src/print.c, src/print_graph.c: Propagate.
12931 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
12933 2002-06-30 Akim Demaille <akim@epita.fr>
12935 Make the test suite pass with warnings checked.
12937 * tests/actions.at (Printers and Destructors): Improve.
12938 Avoid unsigned vs. signed issues.
12939 * tests/calc.at: Don't exercise the scanner here, do it...
12940 * tests/input.at (Torturing the Scanner): here.
12942 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12944 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
12945 reorganize first lines parallel to yacc.c.
12947 2002-06-28 Akim Demaille <akim@epita.fr>
12949 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
12950 (b4_token_enum, b4_token_defines): New, factored from...
12951 * data/lalr1.cc, data/yacc.c, glr.c: here.
12953 2002-06-28 Akim Demaille <akim@epita.fr>
12955 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
12957 * src/output.c (merger_output): static.
12959 2002-06-28 Akim Demaille <akim@epita.fr>
12961 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
12962 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
12964 * src/output.c (save_row): Initialize all the variables to pacify GCC.
12966 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12968 Accumulated changelog for new GLR parsing features.
12970 * src/conflicts.c (count_total_conflicts): Change name to
12971 conflicts_total_count.
12972 * src/conflicts.h: Ditto.
12973 * src/output.c (token_actions): Use the new name.
12974 (output_conflicts): Change conflp => conflict_list_heads, and
12975 confl => conflict_list for better readability.
12976 * data/glr.c: Use the new names.
12977 * NEWS: Add self to GLR announcement.
12979 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
12981 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
12984 * data/bison.glr: Change name to glr.c
12985 * data/glr.c: Renamed from bison.glr.
12986 * data/Makefile.am: Add glr.c
12990 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
12991 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
12993 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12995 * data/bison.glr: Be sure to restore the
12996 current #line when returning to the skeleton contents after having
12997 exposed the input file's #line.
12999 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13001 * data/bison.glr: Bring up to date with changes to bison.simple.
13003 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13005 * data/bison.glr: Correct definitions that use b4_prefix.
13006 Various reformatting.
13007 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
13008 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
13009 yytokenp argument; now part of stack.
13010 (yychar): Define to behave as documented.
13011 (yyclearin): Ditto.
13013 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13015 * src/reader.h: Add declaration for free_merger_functions.
13017 * src/reader.c (merge_functions): New variable.
13018 (get_merge_function): New function.
13019 (free_merger_functions): New function.
13020 (readgram): Check for %prec that is not followed by a symbol.
13021 Handle %dprec and %merge declarations.
13022 (packgram): Initialize dprec and merger fields in rules array.
13024 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
13025 conflict_list_cnt, conflict_list_free): New variables.
13026 (table_grow): Also grow conflict_table.
13027 (prepare_rules): Output dprec and merger tables.
13028 (conflict_row): New function.
13029 (action_row): Output conflict lists for GLR parser. Don't use
13030 default reduction in conflicted states for GLR parser so that there
13031 are spaces for the conflict lists.
13032 (save_row): Also save conflict information.
13033 (token_actions): Allocate conflict list.
13034 (merger_output): New function.
13035 (pack_vector): Pack conflict table, too.
13036 (output_conflicts): New function to output yyconflp and yyconfl.
13037 (output_check): Allocate conflict_tos.
13038 (output_actions): Output conflict tables, also.
13039 (output_skeleton): Output b4_mergers definition.
13040 (prepare): Output b4_max_rhs_length definition.
13041 Use 'bison.glr' as default skeleton for GLR parsers.
13043 * src/gram.c (glr_parser): New flag.
13044 (grammar_free): Call free_merger_functions.
13046 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
13047 all pairs of conflicting reductions, rather than just all tokens
13048 causing conflicts. Needed to size conflict tables.
13049 (conflicts_output): Modify call to count_rr_conflicts for new
13051 (conflicts_print): Ditto.
13052 (count_total_conflicts): New function.
13054 * src/reader.h (merger_list): New type.
13055 (merge_functions): New variable.
13057 * src/lex.h (tok_dprec, tok_merge): New token types.
13059 * src/gram.h (rule_s): Add dprec and merger fields.
13060 (glr_parser): New flag.
13062 * src/conflicts.h (count_total_conflicts): New function.
13064 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
13066 * doc/bison.texinfo (Generalized LR Parsing): New section.
13067 (GLR Parsers): New section.
13068 (Language and Grammar): Mention GLR parsing.
13069 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
13070 Correct typo ("tge" -> "the").
13072 * data/bison.glr: New skeleton for GLR parsing.
13074 * tests/cxx-gram.at: New tests for GLR parsing.
13076 * tests/testsuite.at: Include cxx-gram.at.
13078 * tests/Makefile.am: Add cxx-gram.at.
13080 * src/parse-gram.y:
13082 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
13084 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
13086 2002-06-27 Akim Demaille <akim@epita.fr>
13088 * src/options.h, src/options.c: Remove.
13089 * src/getargs.c (short_options, long_options): New.
13091 2002-06-27 Akim Demaille <akim@epita.fr>
13093 * data/bison.simple, data/bison.c++: Rename as...
13094 * data/yacc.c, data/lalr1.cc: these.
13095 * doc/bison.texinfo (Environment Variables): Remove.
13097 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
13099 * src/getargs.c (report_argmatch): Initialize strtok().
13101 2002-06-20 Akim Demaille <akim@epita.fr>
13103 * data/bison.simple (b4_symbol_actions): New, replaces...
13104 (b4_symbol_destructor, b4_symbol_printer): these.
13105 (yysymprint): Be sure to call YYPRINT only for tokens, and using
13106 user token numbers.
13108 2002-06-20 Akim Demaille <akim@epita.fr>
13110 * data/bison.simple (yydestructor): Rename as...
13111 (yydestruct): this.
13113 2002-06-20 Akim Demaille <akim@epita.fr>
13115 * src/symtab.h, src/symtab.c (symbol_type_set)
13116 (symbol_destructor_set, symbol_precedence_set): The location is
13118 Adjust all callers.
13120 2002-06-20 Akim Demaille <akim@epita.fr>
13122 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
13124 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
13126 * src/symtab.h, src/symtab.c (symbol_class_set)
13127 (symbol_user_token_number_set): Likewise.
13128 Adjust all callers.
13129 Promote complain_at.
13130 * tests/input.at (Type Clashes): Adjust.
13132 2002-06-20 Akim Demaille <akim@epita.fr>
13134 * data/bison.simple (YYLEX): Fix the declaration when
13137 2002-06-20 Akim Demaille <akim@epita.fr>
13139 * data/bison.simple (yysymprint): Don't print the token number,
13141 * tests/actions.at (Destructors): Rename as...
13142 (Printers and Destructors): this.
13143 Also exercise %printer.
13145 2002-06-20 Akim Demaille <akim@epita.fr>
13147 * data/bison.simple (YYDSYMPRINT): New.
13148 Use it to remove many of the #if YYDEBUG/if (yydebug).
13150 2002-06-20 Akim Demaille <akim@epita.fr>
13152 * src/symtab.h, src/symtab.c (symbol_t): printer and
13153 printer_location are new members.
13154 (symbol_printer_set): New.
13155 * src/parse-gram.y (PERCENT_PRINTER): New token.
13156 Handle its associated rule.
13157 * src/scan-gram.l: Adjust.
13158 (handle_destructor_at, handle_destructor_dollar): Rename as...
13159 (handle_symbol_code_at, handle_symbol_code_dollar): these.
13160 * src/output.c (symbol_printers_output): New.
13161 (output_skeleton): Call it.
13162 * data/bison.simple (yysymprint): New. Cannot be named yyprint
13163 since there are already many grammar files with a user `yyprint'.
13164 Replace the calls to YYPRINT to calls to yysymprint.
13165 * tests/calc.at: Adjust.
13166 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
13167 taking advantage of parser very internal details (stack size!).
13169 2002-06-20 Akim Demaille <akim@epita.fr>
13171 * src/scan-gram.l: Complete the scanner with the missing patterns
13173 Use `quote' and `symbol_tag_get' where appropriate.
13175 2002-06-19 Akim Demaille <akim@epita.fr>
13177 * tests/actions.at (Destructors): Augment to test locations.
13178 * data/bison.simple (yydestructor): Pass it the current location
13179 if locations are enabled.
13180 Prototype only when __STDC__ or C++.
13181 Change the argument names to move into the yy name space: there is
13184 2002-06-19 Akim Demaille <akim@epita.fr>
13186 * data/bison.simple (b4_pure_if): New.
13187 Use it instead of #ifdef YYPURE.
13189 2002-06-19 Akim Demaille <akim@epita.fr>
13191 * data/bison.simple (b4_location_if): New.
13192 Use it instead of #ifdef YYLSP_NEEDED.
13194 2002-06-19 Akim Demaille <akim@epita.fr>
13196 Prepare @$ in %destructor, but currently don't bind it in the
13197 skeleton, as %location use is not cleaned up yet.
13199 * src/scan-gram.l (handle_dollar, handle_destructor_at)
13200 (handle_action_at): New.
13201 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
13202 a braced_code_t and a location as additional arguments.
13203 (handle_destructor_dollar): Instead of requiring `b4_eval', just
13204 unquote one when outputting `b4_dollar_dollar'.
13206 * data/bison.simple (b4_eval): Remove.
13207 (b4_symbol_destructor): Adjust.
13208 * tests/input.at (Invalid @n): Adjust.
13210 2002-06-19 Zack Weinberg <zack@codesourcery.com>
13212 * doc/bison.texinfo: Document ability to have multiple
13215 2002-06-18 Akim Demaille <akim@epita.fr>
13217 * src/files.c (compute_base_names): When computing the output file
13218 names from the input file name, strip the directory part.
13220 2002-06-18 Akim Demaille <akim@epita.fr>
13222 * data/bison.simple.new: Comment changes.
13223 Reported by Andreas Schwab.
13225 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
13227 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
13228 there are no `label `yyoverflowlab' defined but not used' warnings
13229 when yyoverflow is defined.
13231 2002-06-18 Akim Demaille <akim@epita.fr>
13233 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
13235 (symbol_destructor_set): Adjust.
13236 * src/output.c (symbol_destructors_output): Output the destructor
13238 Output the symbol name.
13239 * data/bison.simple (b4_symbol_destructor): Adjust.
13241 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
13242 and Akim Demaille <akim@epita.fr>
13244 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
13245 what's left on the stack when the error recovery hits EOF.
13246 * tests/actions.at (Destructors): Complete to exercise this case.
13248 2002-06-17 Akim Demaille <akim@epita.fr>
13250 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
13251 arguments is really empty, not only equal to `[]'.
13252 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
13254 (symbol_destructor_set): New.
13255 * src/output.c (symbol_destructors_output): New.
13256 * src/reader.h (brace_code_t, current_braced_code): New.
13257 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
13258 (handle_dollar): Rename as...
13259 (handle_action_dollar): this.
13260 (handle_destructor_dollar): New.
13261 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
13262 (grammar_declaration): Use it.
13263 * data/bison.simple (yystos): Is always defined.
13264 (yydestructor): New.
13265 * tests/actions.at (Destructors): New.
13266 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
13268 2002-06-17 Akim Demaille <akim@epita.fr>
13270 * src/symlist.h, src/symlist.c (symbol_list_length): New.
13271 * src/scan-gram.l (handle_dollar, handle_at): Compute the
13272 rule_length only when needed.
13273 * src/output.c (actions_output, token_definitions_output): Output
13275 * src/symtab.c: Don't access directly to the symbol tag, use
13277 * src/parse-gram.y: Use symbol_list_free.
13279 2002-06-17 Akim Demaille <akim@epita.fr>
13281 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
13282 (symbol_list_prepend, get_type_name): Move to...
13283 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
13284 (symbol_list_prepend, symbol_list_n_type_name_get): here.
13285 Adjust all callers.
13286 (symbol_list_free): New.
13287 * src/scan-gram.l (handle_dollar): Takes a location.
13288 * tests/input.at (Invalid $n): Adjust.
13290 2002-06-17 Akim Demaille <akim@epita.fr>
13292 * src/reader.h, src/reader.c (symbol_list_new): Export it.
13293 (symbol_list_prepend): New.
13294 * src/parse-gram.y (%union): `list' is a new member.
13295 (symbols.1): New, replaces...
13296 (terms_to_prec.1, nterms_to_type.1): these.
13297 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
13298 Take a location as additional argument.
13299 Adjust all callers.
13301 2002-06-15 Akim Demaille <akim@epita.fr>
13303 * src/parse-gram.y: Move %token in the declaration section so that
13304 we don't depend upon CVS Bison.
13306 2002-06-15 Akim Demaille <akim@epita.fr>
13308 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
13309 * src/print.c (print_core): Use it.
13311 2002-06-15 Akim Demaille <akim@epita.fr>
13313 * src/conflicts.c (log_resolution): Accept the rule involved in
13314 the sr conflicts instead of the lookahead number that points to
13316 (flush_reduce): Accept the current lookahead vector as argument,
13317 instead of the index in LA.
13318 (resolve_sr_conflict): Accept the current number of lookahead
13319 bitset to consider for the STATE, instead of the index in LA.
13320 (set_conflicts): Adjust.
13321 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
13323 2002-06-15 Akim Demaille <akim@epita.fr>
13325 * src/state.h (state_t): Replace the `lookaheadsp' member, a
13326 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
13327 Adjust all dependencies.
13328 * src/lalr.c (initialize_lookaheads): Split into...
13329 (states_lookaheads_count, states_lookaheads_initialize): these.
13332 2002-06-15 Akim Demaille <akim@epita.fr>
13334 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
13336 (grammar_rules_print): here.
13337 * src/reduce.c (reduce_output): Use it.
13338 * tests/reduce.at (Useless Rules, Reduced Automaton)
13339 (Underivable Rules): Adjust.
13341 2002-06-15 Akim Demaille <akim@epita.fr>
13343 Copy BYacc's nice way to report the grammar.
13345 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
13347 Don't print the rules' location, it is confusing and useless.
13348 (rule_print): Use grammar_rhs_print.
13349 * src/print.c (print_grammar): Use grammar_rules_print.
13351 2002-06-15 Akim Demaille <akim@epita.fr>
13353 Complete and rationalize `useless thing' warnings.
13355 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
13356 (symbol_tag_print): New.
13357 Use them everywhere in place of accessing directly the tag member.
13358 * src/gram.h, src/gram.c (rule_print): New.
13359 Use it where a rule used to be printed `by hand'.
13360 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
13361 (reduce_grammar_tables): Report the useless rules.
13362 (reduce_print): Useless things are a warning, not an error.
13364 * tests/reduce.at (Useless Nonterminals, Useless Rules):
13365 (Reduced Automaton, Underivable Rules): Adjust.
13366 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
13367 * tests/conflicts.at (Unresolved SR Conflicts)
13368 (Solved SR Conflicts): Adjust.
13370 2002-06-15 Akim Demaille <akim@epita.fr>
13372 Let symbols have a location.
13374 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
13376 Adjust all callers.
13377 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
13378 Use location_t, not int.
13379 * src/symtab.c (symbol_check_defined): Take advantage of the
13381 * tests/regression.at (Invalid inputs): Adjust.
13383 2002-06-15 Akim Demaille <akim@epita.fr>
13385 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
13386 (input): Don't try to initialize yylloc here, do it in the
13388 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
13389 * src/gram.h (rule_t): Change line and action_line into location
13390 and action_location, of location_t type.
13391 Adjust all dependencies.
13392 * src/location.h, src/location.c (empty_location): New.
13393 * src/reader.h, src/reader.c (grammar_start_symbol_set)
13394 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
13395 (grammar_current_rule_symbol_append)
13396 (grammar_current_rule_action_append): Expect a location as argument.
13397 * src/reader.c (grammar_midrule_action): Adjust to attach an
13398 action's location as dummy symbol location.
13399 * src/symtab.h, src/symtab.c (startsymbol_location): New.
13400 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
13403 2002-06-14 Akim Demaille <akim@epita.fr>
13405 Grammar declarations may be found in the grammar section.
13407 * src/parse-gram.y (rules_or_grammar_declaration): New.
13408 (declarations): Each declaration may end with a semicolon, not
13410 (grammar_declaration): `"%union"'.
13411 (grammar): Branch to rules_or_grammar_declaration.
13413 2002-06-14 Akim Demaille <akim@epita.fr>
13415 * src/main.c (main): Invoke scanner_free.
13417 2002-06-14 Akim Demaille <akim@epita.fr>
13419 * src/output.c (m4_invoke): Extracted from...
13420 (output_skeleton): here.
13423 2002-06-14 Akim Demaille <akim@epita.fr>
13425 * src/parse-gram.y (directives, directive, gram)
13426 (grammar_directives, precedence_directives, precedence_directive):
13428 (declarations, declaration, grammar, grammar_declaration)
13429 (precedence_declaration, precedence_declarator): these.
13430 (symbol_declaration): New.
13432 2002-06-14 Akim Demaille <akim@epita.fr>
13434 * src/files.c (action_obstack): Remove, unused.
13435 (output_obstack): Remove it, and all its dependencies, as it is no
13437 * src/reader.c (epilogue_set): Build the epilogue in the
13439 * src/output.h, src/output.c (muscle_obstack): Move to...
13440 * src/muscle_tab.h, src/muscle_tab.h: here.
13441 (muscle_init): Initialize muscle_obstack.
13442 (muscle_free): New.
13443 * src/main.c (main): Call it.
13445 2002-06-14 Akim Demaille <akim@epita.fr>
13447 * src/location.h: New, extracted from...
13448 * src/reader.h: here.
13449 * src/Makefile.am (noinst_HEADERS): Merge into
13450 (bison_SOURCES): this.
13452 * src/parse-gram.y: Use location_t instead of Bison's.
13453 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
13454 Use location_t instead of ints.
13456 2002-06-14 Akim Demaille <akim@epita.fr>
13458 * data/bison.simple, data/bison.c++: Be sure to restore the
13459 current #line when returning to the skeleton contents after having
13460 exposed the input file's #line.
13462 2002-06-12 Akim Demaille <akim@epita.fr>
13464 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
13466 * tests/actions.at (Exotic Dollars): New.
13468 2002-06-12 Akim Demaille <akim@epita.fr>
13470 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
13472 * tests/input.at (Torturing the Scanner): New.
13474 2002-06-11 Akim Demaille <akim@epita.fr>
13476 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
13477 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
13478 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
13479 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
13480 * src/reader.c (reader): Use it.
13482 2002-06-11 Akim Demaille <akim@epita.fr>
13484 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
13485 Adjust all callers.
13486 (scanner_last_string_free): New.
13488 2002-06-11 Akim Demaille <akim@epita.fr>
13490 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
13491 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
13492 (last_string, YY_OBS_FREE): New.
13493 Use them when returning an ID.
13495 2002-06-11 Akim Demaille <akim@epita.fr>
13497 Have Bison grammars parsed by a Bison grammar.
13499 * src/reader.c, src/reader.h (prologue_augment): New.
13500 * src/reader.c (copy_definition): Remove.
13502 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
13503 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
13504 (grammar_current_rule_prec_set, grammar_current_rule_check)
13505 (grammar_current_rule_symbol_append)
13506 (grammar_current_rule_action_append): Export.
13507 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
13508 (symbol_list_action_append): Remove.
13509 Hook the routines from reader.
13510 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
13511 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
13513 * src/reader.c (read_declarations): Remove, unused.
13515 * src/parse-gram.y: Handle the epilogue.
13516 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
13517 (grammar_start_symbol_set): this.
13518 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
13519 * src/reader.c (readgram): Remove, unused.
13520 (reader): Adjust to insert eoftoken and axiom where appropriate.
13522 * src/reader.c (copy_dollar): Replace with...
13523 * src/scan-gram.h (handle_dollar): this.
13524 * src/parse-gram.y: Remove `%thong'.
13526 * src/reader.c (copy_at): Replace with...
13527 * src/scan-gram.h (handle_at): this.
13529 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
13532 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
13535 * src/reader.h, src/reader.c (grammar_rule_end): New.
13537 * src/parse.y (current_type, current_class): New.
13538 Implement `%nterm', `%token' support.
13539 Merge `%term' into `%token'.
13540 (string_as_id): New.
13541 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
13544 * src/parse-gram.y: Be sure to handle properly the beginning of
13547 * src/parse-gram.y: Handle %type.
13548 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
13550 * src/parse-gram.y: More directives support.
13551 * src/options.c: No longer handle source directives.
13553 * src/parse-gram.y: Fix %output.
13555 * src/parse-gram.y: Handle %union.
13556 Use the prologue locations.
13557 * src/reader.c (parse_union_decl): Remove.
13559 * src/reader.h, src/reader.c (epilogue_set): New.
13560 * src/parse-gram.y: Use it.
13562 * data/bison.simple, data/bison.c++: b4_stype is now either not
13563 defined, then default to int, or to the contents of %union,
13564 without `union' itself.
13566 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
13568 * src/output.c (actions_output): Don't output braces, as they are
13569 already handled by the scanner.
13571 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
13572 characters to themselves.
13574 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
13575 that the epilogue has a proper #line.
13577 * src/parse-gram.y: Handle precedence/associativity.
13579 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
13581 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
13582 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
13583 at all to define terminals that cannot be emitted.
13585 * src/scan-gram.l: Escape M4 characters.
13587 * src/scan-gram.l: Working properly with escapes in user
13588 strings/characters.
13590 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
13591 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
13593 Use more modest sizes, as for the time being the parser does not
13594 release memory, and therefore the process swallows a huge amount
13597 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
13598 stricter %token grammar.
13600 * src/symtab.h (associativity): Add `undef_assoc'.
13601 (symbol_precedence_set): Do nothing when passed an undef_assoc.
13602 * src/symtab.c (symbol_check_alias_consistence): Adjust.
13604 * tests/regression.at (Invalid %directive): Remove, as it is now
13606 (Invalid inputs): Adjust to the new error messages.
13607 (Token definitions): The new grammar doesn't allow too many
13610 * src/lex.h, src/lex.c: Remove.
13611 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
13612 (copy_character, copy_string2, copy_string, copy_identifier)
13613 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
13614 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
13615 (parse_action): Remove.
13616 * po/POTFILES.in: Adjust.
13618 2002-06-11 Akim Demaille <akim@epita.fr>
13620 * src/reader.c (parse_action): Don't store directly into the
13621 rule's action member: return the action as a string.
13622 Don't require `rule_length' as an argument: compute it.
13623 (grammar_current_rule_symbol_append)
13624 (grammar_current_rule_action_append): New, eved out from
13626 Remove `action_flag', `rulelength', unused now.
13628 2002-06-11 Akim Demaille <akim@epita.fr>
13630 * src/reader.c (grammar_current_rule_prec_set).
13631 (grammar_current_rule_check): New, eved out from...
13633 Remove `xaction', `first_rhs': useless.
13634 * tests/input.at (Type clashes): New.
13635 * tests/existing.at (GNU Cim Grammar): Adjust.
13637 2002-06-11 Akim Demaille <akim@epita.fr>
13639 * src/reader.c (grammar_midrule_action): New, Eved out from
13642 2002-06-11 Akim Demaille <akim@epita.fr>
13644 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
13646 (readgram): Use them as replacement of inlined code, crule and
13649 2002-06-11 Akim Demaille <akim@epita.fr>
13651 * src/reader.c (grammar_end, grammar_symbol_append): New.
13652 (readgram): Use them.
13653 Make the use of `p' as local as possible.
13655 2002-06-10 Akim Demaille <akim@epita.fr>
13657 GCJ's parser requires the tokens to be defined before the prologue.
13659 * data/bison.simple: Output the token definition before the user's
13661 * tests/regression.at (Braces parsing, Duplicate string)
13662 (Mixing %token styles): Check the output from bison.
13663 (Early token definitions): New.
13665 2002-06-10 Akim Demaille <akim@epita.fr>
13667 * src/symtab.c (symbol_user_token_number_set): Don't complain when
13668 assigning twice the same user number to a token, so that we can
13670 * src/lex.c (lex): here.
13671 Also use `symbol_class_set' instead of hand written code.
13672 * src/reader.c (parse_assoc_decl): Likewise.
13674 2002-06-10 Akim Demaille <akim@epita.fr>
13676 * src/symtab.c, src/symtab.c (symbol_class_set)
13677 (symbol_user_token_number_set): New.
13678 * src/reader.c (parse_token_decl): Use them.
13679 Use a switch instead of ifs.
13680 Use a single argument.
13682 2002-06-10 Akim Demaille <akim@epita.fr>
13684 Remove `%thong' support as it is undocumented, unused, duplicates
13685 `%token's job, and creates useless e-mail traffic with people who
13686 want to know what it is, why it is undocumented, unused, and
13687 duplicates `%token's job.
13689 * src/reader.c (parse_thong_decl): Remove.
13690 * src/options.c (option_table): Remove "thong".
13691 * src/lex.h (tok_thong): Remove.
13693 2002-06-10 Akim Demaille <akim@epita.fr>
13695 * src/symtab.c, src/symtab.c (symbol_type_set)
13696 (symbol_precedence_set): New.
13697 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
13698 (value_components_used): Remove, unused.
13700 2002-06-09 Akim Demaille <akim@epita.fr>
13702 Move symbols handling code out of the reader.
13704 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
13705 (axiom): Move to...
13706 * src/symtab.h, src/symtab.c: here.
13708 * src/gram.c (start_symbol): Remove: use startsymbol->number.
13709 * src/reader.c (startval): Rename as...
13710 * src/symtab.h, src/symtab.c (startsymbol): this.
13711 * src/reader.c: Adjust.
13713 * src/reader.c (symbol_check_defined, symbol_make_alias)
13714 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
13715 (token_translations_init)
13717 * src/symtab.c: here.
13718 * src/reader.c (packsymbols): Move to...
13719 * src/symtab.h, src/symtab.c (symbols_pack): here.
13720 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
13723 2002-06-03 Akim Demaille <akim@epita.fr>
13725 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
13728 2002-06-03 Akim Demaille <akim@epita.fr>
13730 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
13731 structs with non literals.
13732 * src/scan-skel.l: never-interactive.
13733 * src/conflicts.c (enum conflict_resolution_e): No trailing
13735 * src/getargs.c (usage): Split long literal strings.
13736 Reported by Hans Aberg.
13738 2002-05-28 Akim Demaille <akim@epita.fr>
13740 * data/bison.c++: Use C++ ostreams.
13741 (cdebug_): New member.
13743 2002-05-28 Akim Demaille <akim@epita.fr>
13745 * src/output.c (output_skeleton): Be sure to allocate enough room
13746 for `/' _and_ for `\0' in full_skeleton.
13748 2002-05-28 Akim Demaille <akim@epita.fr>
13750 * data/bison.c++: Catch up with bison.simple:
13751 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13752 and Paul Eggert <eggert@twinsun.com>: `error' handing.
13753 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
13754 and popping traces.
13756 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13758 * src/output.c (output_skeleton): Put an explicit path in front of
13759 the skeleton file name, rather than relying on the -I directory,
13760 to partially alleviate effects of having a skeleton file lying around
13761 in the current directory.
13763 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13765 * src/conflicts.c (log_resolution): Correct typo:
13766 obstack_printf should be obstack_fgrow1.
13768 2002-05-26 Akim Demaille <akim@epita.fr>
13770 * src/state.h (state_t): `solved_conflicts' is a new member.
13771 * src/LR0.c (new_state): Set it to 0.
13772 * src/conflicts.h, src/conflicts.c (print_conflicts)
13773 (free_conflicts, solve_conflicts): Rename as...
13774 (conflicts_print, conflicts_free, conflicts_solve): these.
13776 * src/conflicts.c (enum conflict_resolution_e)
13777 (solved_conflicts_obstack): New, used by...
13778 (log_resolution): this.
13779 Adjust to attach the conflict resolution to each state.
13780 Complete the description with the precedence/associativity
13782 (resolve_sr_conflict): Adjust.
13783 * src/print.c (print_state): Output its solved_conflicts.
13784 * tests/conflicts.at (Unresolved SR Conflicts)
13785 (Solved SR Conflicts): Exercise --report=all.
13787 2002-05-26 Akim Demaille <akim@epita.fr>
13789 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
13790 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
13791 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
13792 (token_number_t, item_number_as_token_number)
13793 (token_number_as_item_number, muscle_insert_token_number_table):
13795 (symbol_number_t, item_number_as_symbol_number)
13796 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
13797 these, since it is more appropriate.
13799 2002-05-26 Akim Demaille <akim@epita.fr>
13801 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
13803 * data/bison.simple (yystos) [YYDEBUG]: New.
13804 (yyparse) [YYDEBUG]: Display the symbols which are popped during
13806 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
13808 2002-05-25 Akim Demaille <akim@epita.fr>
13810 * doc/bison.texinfo (Debugging): Split into...
13811 (Tracing): this new section, its former contents, and...
13812 (Understanding): this new section.
13813 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
13815 (report_flag): this.
13816 Adjust all dependencies.
13817 (report_args, report_types, report_argmatch): New.
13818 (usage, getargs): Report/support -r, --report.
13820 (struct option_table_struct): Rename as..,
13821 (struct option_table_s): this.
13822 Rename the `set_flag' member to `flag' to match with getopt_long's
13824 * src/options.c (option_table): Split verbose into an entry for
13825 %verbose, and another for --verbose.
13826 Support --report/-r, so remove -r from the obsolete --raw.
13827 * src/print.c: Attach full item sets and lookaheads reports to
13828 report_flag instead of trace_flag.
13829 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
13831 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13832 and Paul Eggert <eggert@twinsun.com>
13834 * data/bison.simple (yyparse): Correct error handling to conform to
13835 POSIX and yacc. Specifically, after syntax error is discovered,
13836 do not reduce further before shifting the error token.
13837 Clean up the code a bit by removing the labels yyerrdefault,
13838 yyerrhandle, yyerrpop.
13839 * NEWS: Document the above.
13841 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13843 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
13844 type; it isn't always big enough, since it doesn't necessarily
13845 include non-terminals.
13846 (yytranslate): Expand definition of yy_token_number_type, so that
13847 the latter can be removed.
13848 (yy_token_number_type): Remove, only one use.
13849 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
13850 don't use TokenNumberType as element type.
13852 * tests/regression.at: Modify expected output to agree with change
13853 to yyr1 and yytranslate.
13855 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
13857 * src/reader.c (parse_action): Use copy_character instead of
13860 2002-05-13 Akim Demaille <akim@epita.fr>
13862 * tests/regression.at (Token definitions): Prototype yylex and
13865 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13867 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
13868 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
13870 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
13872 2002-05-07 Akim Demaille <akim@epita.fr>
13874 * tests/synclines.at: Be sure to prototype yylex and yyerror to
13875 avoid GCC warnings.
13877 2002-05-07 Akim Demaille <akim@epita.fr>
13881 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
13882 over the RHS of each rule.
13883 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
13884 * src/state.h (state_t): Member `nitems' is unsigned short.
13885 * src/LR0.c (get_state): Adjust.
13886 * src/reader.c (packgram): Likewise.
13887 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
13889 (muscle_insert_int_table): Remove, unused.
13890 (prepare_rules): Remove `max'.
13892 2002-05-06 Akim Demaille <akim@epita.fr>
13894 * src/closure.c (print_firsts): Display of the symbol tags.
13895 (bitmatrix_print): Move to...
13896 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
13898 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
13900 2002-05-06 Akim Demaille <akim@epita.fr>
13902 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
13905 2002-05-06 Akim Demaille <akim@epita.fr>
13907 * src/LR0.c (new_state, get_state): Instead of using the global
13908 `kernel_size' and `kernel_base', have two new arguments:
13909 `core_size' and `core'.
13912 2002-05-06 Akim Demaille <akim@epita.fr>
13914 * src/reader.c (packgram): No longer end `ritem' with a 0
13915 sentinel: it is not used.
13917 2002-05-05 Akim Demaille <akim@epita.fr>
13919 New experimental feature: display the lookaheads in the report and
13922 * src/print (print_core): When --trace-flag, display the rules
13924 * src/print_graph.c (print_core): Likewise.
13925 Swap the arguments.
13928 2002-05-05 Akim Demaille <akim@epita.fr>
13930 * tests/torture.at (Many lookaheads): New test.
13932 2002-05-05 Akim Demaille <akim@epita.fr>
13934 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
13935 (GENERATE_MUSCLE_INSERT_TABLE): this.
13936 (output_int_table, output_unsigned_int_table, output_short_table)
13937 (output_token_number_table, output_item_number_table): Replace with...
13938 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
13939 (muscle_insert_short_table, muscle_insert_token_number_table)
13940 (muscle_insert_item_number_table): these.
13941 Adjust all callers.
13942 (prepare_tokens): Don't free `translations', since...
13943 * src/reader.h, src/reader.c (grammar_free): do it.
13945 * src/gram.h, src/gram.c (grammar_free): here.
13946 * data/bison.simple, data/bison.c++: b4_token_number_max is now
13949 2002-05-05 Akim Demaille <akim@epita.fr>
13951 * src/output.c (output_unsigned_int_table): New.
13952 (prepare_rules): `i' is unsigned.
13953 `prhs', `rline', `r2' are unsigned int.
13954 Rename muscle `rhs_number_max' as `rhs_max'.
13955 Output muscles `prhs_max', `rline_max', and `r2_max'.
13957 * data/bison.simple, data/bison.c++: Adjust to use these muscles
13958 to compute types instead of constant types.
13959 * tests/regression.at (Web2c Actions): Adjust.
13961 2002-05-04 Akim Demaille <akim@epita.fr>
13963 * src/symtab.h (SALIAS, SUNDEF): Rename as...
13964 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
13965 Adjust dependencies.
13966 * src/output.c (token_definitions_output): Be sure not to output a
13967 `#define 'a'' when fed with `%token 'a' "a"'.
13968 * tests/regression.at (Token definitions): New.
13970 2002-05-03 Paul Eggert <eggert@twinsun.com>
13972 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
13975 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
13977 * Makefile.am (SUBDIRS): Remove intl.
13978 (EXTRA_DIST): Add config/config.rpath.
13980 2002-05-03 Akim Demaille <akim@epita.fr>
13982 * data/bison.simple (m4_if): Don't output empty enums.
13983 And actually, output valid enum definitions :(.
13985 2002-05-03 Akim Demaille <akim@epita.fr>
13987 * configure.bat: Remove, completely obsolete.
13988 * Makefile.am (EXTRA_DIST): Adjust.
13989 Don't distribute config.rpath...
13990 * config/Makefile.am (EXTRA_DIST): Do it.
13992 2002-05-03 Akim Demaille <akim@epita.fr>
13994 * configure.in (GETTEXT_VERSION): New.
13995 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
13997 2002-05-03 Akim Demaille <akim@epita.fr>
13999 * data/bison.simple (b4_token_enum): New.
14000 (b4_token_defines): Use it to output tokens both as #define and
14002 Suggested by Paul Eggert.
14003 * src/output.c (token_definitions_output): Don't output spurious
14006 2002-05-03 Akim Demaille <akim@epita.fr>
14008 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
14010 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
14012 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
14013 Update the stack class, give a try to deque as the default container.
14015 2002-05-02 Akim Demaille <akim@epita.fr>
14017 * data/bison.simple (yyparse): Do not implement @$ = @1.
14018 (YYLLOC_DEFAULT): Adjust to do it.
14019 * doc/bison.texinfo (Location Default Action): Fix.
14021 2002-05-02 Akim Demaille <akim@epita.fr>
14023 * src/reader.c (parse_braces): Merge into...
14024 (parse_action): this.
14026 2002-05-02 Akim Demaille <akim@epita.fr>
14028 * configure.in (ALL_LINGUAS): Remove.
14029 * po/LINGUAS, hr.po: New.
14031 2002-05-02 Akim Demaille <akim@epita.fr>
14033 Remove the so called hairy (semantic) parsers.
14035 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
14036 * src/gram.h, src/gram.c (semantic_parser): Remove.
14037 (rule_t): Remove the guard and guard_line members.
14038 * src/lex.h (token_t): remove tok_guard.
14039 * src/options.c (option_table): Remove %guard and %semantic_parser
14041 * src/output.c, src/output.h (guards_output): Remove.
14043 (token_definitions_output): Don't output the `T'
14045 (output_skeleton): Don't output the guards.
14046 * src/files.c, src/files.c (attrsfile): Remove.
14047 * src/reader.c (symbol_list): Remove the guard and guard_line
14049 Adjust dependencies.
14050 (parse_guard): Remove.
14051 * data/bison.hairy: Remove.
14052 * doc/bison.texinfo (Environment Variables): Remove occurrences of
14055 2002-05-02 Akim Demaille <akim@epita.fr>
14057 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
14058 (parse_guard): Rename the formal argument `stack_offset' as
14059 `rule_length', which is more readable.
14061 (copy_at, copy_dollar): Instead of outputting the hard coded
14062 values of $$, $n and so forth, output invocation to b4_lhs_value,
14063 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
14064 Note: this patch partially drops `semantic-parser' support: it
14065 always does `rule_length - n', where semantic parsers ought to
14067 * data/bison.simple, data/bison.c++ (b4_lhs_value)
14068 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
14070 2002-05-02 Akim Demaille <akim@epita.fr>
14072 * configure.in (AC_INIT): Bump to 1.49b.
14073 (AM_INIT_AUTOMAKE): Short invocation.
14075 2002-05-02 Akim Demaille <akim@epita.fr>
14079 2002-05-01 Akim Demaille <akim@epita.fr>
14081 * src/skeleton.h: Remove.
14083 2002-05-01 Akim Demaille <akim@epita.fr>
14085 * src/skeleton.h: Fix the #endif.
14086 Reported by Magnus Fromreide.
14088 2002-04-26 Paul Eggert <eggert@twinsun.com>
14090 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
14091 Define if we define YYSTYPE and YYLTYPE, respectively.
14092 (YYCOPY): Fix [] quoting problem in the non-GCC case.
14094 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
14096 * src/scan-skel.l: Postprocess quadrigraphs.
14098 * src/reader.c (copy_character): New function, used to output
14099 single characters while replacing `[' and `]' with quadrigraphs, to
14100 avoid troubles with M4 quotes.
14101 (copy_comment): Output characters with copy_character.
14102 (read_additionnal_code): Likewise.
14103 (copy_string2): Likewise.
14104 (copy_definition): Likewise.
14106 * tests/calc.at: Exercise M4 quoting.
14108 2002-04-25 Akim Demaille <akim@epita.fr>
14110 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
14111 between `!' and the command.
14112 Reported by Paul Eggert.
14114 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
14116 * tests/calc.at: Exercise prologue splitting.
14118 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
14119 `b4_post_prologue' instead of `b4_prologue'.
14121 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
14123 (output): Free pre_prologue_obstack and post_prologue_obstack.
14124 * src/files.h, src/files.c (attrs_obstack): Remove.
14125 (pre_prologue_obstack, post_prologue_obstack): New.
14126 * src/reader.c (copy_definition): Add a parameter to specify the
14127 obstack to fill, instead of using attrs_obstack unconditionally.
14128 (read_declarations): Pass pre_prologue_obstack to copy_definition if
14129 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
14131 2002-04-23 Paul Eggert <eggert@twinsun.com>
14133 * data/bison.simple: Remove unnecessary commentary and white
14134 space differences from 1_29-branch.
14135 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
14137 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
14138 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
14139 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
14140 constructors or destructors.
14142 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
14144 2002-04-23 Akim Demaille <akim@epita.fr>
14146 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
14147 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
14148 location with columns.
14149 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
14150 All reported by Paul Eggert.
14152 2002-04-22 Akim Demaille <akim@epita.fr>
14154 * src/reduce.c (dump_grammar): Move to...
14155 * src/gram.h, src/gram.c (grammar_dump): here.
14156 Be sure to separate long item numbers.
14157 Don't read the members of a rule's prec if its nil.
14159 2002-04-22 Akim Demaille <akim@epita.fr>
14161 * src/output.c (table_size, table_grow): New.
14162 (MAXTABLE): Remove, replace uses with table_size.
14163 (pack_vector): Instead of dying when the table is too big, grow it.
14165 2002-04-22 Akim Demaille <akim@epita.fr>
14167 * data/bison.simple (yyr1): Its type is that of a token number.
14168 * data/bison.c++ (r1_): Likewise.
14169 * tests/regression.at (Web2c Actions): Adjust.
14171 2002-04-22 Akim Demaille <akim@epita.fr>
14173 * src/reader.c (token_translations_init): 256 is now the default
14174 value for the error token, i.e., it will be assigned another
14175 number if the user assigned 256 to one of her tokens.
14176 (reader): Don't force 256 to error.
14177 * doc/bison.texinfo (Symbols): Adjust.
14178 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
14179 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
14180 etc. instead of 10, 20, 30 (which was used to `jump' over error
14181 (256) and undefined (2)).
14183 2002-04-22 Akim Demaille <akim@epita.fr>
14185 Propagate more token_number_t.
14187 * src/gram.h (token_number_as_item_number)
14188 (item_number_as_token_number): New.
14189 * src/output.c (GENERATE_OUTPUT_TABLE): New.
14190 Use it to create output_item_number_table and
14191 output_token_number_table.
14192 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
14193 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
14194 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
14195 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
14197 2002-04-22 Akim Demaille <akim@epita.fr>
14199 * src/output.h, src/output.c (get_lines_number): Remove.
14201 2002-04-19 Akim Demaille <akim@epita.fr>
14203 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
14205 (Debugging): More details about enabling the debugging features.
14206 (Table of Symbols): Describe $$, $n, @$, and @n.
14207 Suggested by Tim Josling.
14209 2002-04-19 Akim Demaille <akim@epita.fr>
14211 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
14213 2002-04-10 Akim Demaille <akim@epita.fr>
14215 * src/system.h: Rely on HAVE_LIMITS_H.
14216 Suggested by Paul Eggert.
14218 2002-04-09 Akim Demaille <akim@epita.fr>
14220 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
14221 full stderr, and strip it according to the bison options, instead
14222 of composing the error message from different bits.
14223 This makes it easier to check for several error messages.
14224 Adjust all the invocations.
14225 Add an invocation exercising the error token.
14226 Add an invocation demonstrating a stupid error message.
14227 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
14229 Error message are for stderr, not stdout.
14231 2002-04-09 Akim Demaille <akim@epita.fr>
14233 * src/gram.h, src/gram.c (error_token_number): Remove, use
14235 * src/reader.c (reader): Don't specify the user token number (2)
14236 for $undefined, as it uselessly prevents using it.
14237 * src/gram.h (token_number_t): Move to...
14238 * src/symtab.h: here.
14239 (state_t.number): Is a token_number_t.
14240 * src/print.c, src/reader.c: Use undeftoken->number instead of
14242 (Even though this 2 is not the same as above: the number of the
14243 undeftoken remains being 2, it is its user token number which
14245 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
14246 `user_token_number_max'.
14247 Output `undef_token_number'.
14248 * data/bison.simple, data/bison.c++: Use them.
14249 Be sure to map invalid yylex return values to
14250 `undef_token_number'. This saves us from gratuitous SEGV.
14252 * tests/conflicts.at (Solved SR Conflicts)
14253 (Unresolved SR Conflicts): Adjust.
14254 * tests/regression.at (Web2c Actions): Adjust.
14256 2002-04-08 Akim Demaille <akim@epita.fr>
14258 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
14260 Remove the duplicate `typedefs'.
14261 (RhsNumberType): Fix the declaration and various other typos.
14263 * data/bison.simple: Use __ofile__.
14264 * src/scan-skel.l: Handle __ofile__.
14266 2002-04-08 Akim Demaille <akim@epita.fr>
14268 * src/gram.h (item_number_t): New, the type of item numbers in
14269 RITEM. Note that it must be able to code symbol numbers as
14270 positive number, and the negation of rule numbers as negative
14272 Adjust all dependencies (pretty many).
14273 * src/reduce.c (rule): Remove this `short *' pointer: use
14275 * src/system.h (MINSHORT, MAXSHORT): Remove.
14276 Include `limits.h'.
14277 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
14278 (shortcpy): Remove.
14279 (MAXTABLE): Move to...
14280 * src/output.c (MAXTABLE): here.
14281 (prepare_rules): Use output_int_table to output rhs.
14282 * data/bison.simple, data/bison.c++: Adjust.
14283 * tests/torture.at (Big triangle): Move the limit from 254 to
14285 * tests/regression.at (Web2c Actions): Ajust.
14287 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
14288 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
14289 passes, but produces negative #line number, once fixed, GCC is
14290 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
14292 * src/state.h (state_h): Code input lines on ints, not shorts.
14294 2002-04-08 Akim Demaille <akim@epita.fr>
14296 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
14297 and then the grammar.
14299 2002-04-08 Akim Demaille <akim@epita.fr>
14301 * src/system.h: No longer using strndup.
14303 2002-04-07 Akim Demaille <akim@epita.fr>
14305 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
14306 * src/output.c (output_table_data): Return the longest number.
14307 (prepare_tokens): Output `token_number_max').
14308 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
14310 Use them to define yy_token_number_type/TokenNumberType.
14311 Use this type for yytranslate.
14312 * tests/torture.at (Big triangle): Push the limit from 124 to
14314 * tests/regression.at (Web2c Actions): Adjust.
14316 2002-04-07 Akim Demaille <akim@epita.fr>
14318 * tests/torture.at (Big triangle): New.
14319 (GNU AWK Grammar, GNU Cim Grammar): Move to...
14320 * tests/existing.at: here.
14322 2002-04-07 Akim Demaille <akim@epita.fr>
14324 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
14326 Adjust dependencies.
14328 2002-04-07 Akim Demaille <akim@epita.fr>
14330 * src/reader.c: Normalize increments to prefix form.
14332 2002-04-07 Akim Demaille <akim@epita.fr>
14334 * src/reader.c, symtab.c: Remove debugging code.
14336 2002-04-07 Akim Demaille <akim@epita.fr>
14338 Rename all the `bucket's as `symbol_t'.
14340 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
14341 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
14342 * src/symtab.c, src/symtab.h (bucket): Rename as...
14344 (symbol_list_new, bucket_check_defined, bucket_make_alias)
14345 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
14346 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
14347 (buckets_new, buckets_free, buckets_do): Rename as...
14348 (symbol_list_new, symbol_check_defined, symbol_make_alias)
14349 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
14350 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
14351 (symbols_new, symbols_free, symbols_do): these.
14353 2002-04-07 Akim Demaille <akim@epita.fr>
14355 Use lib/hash for the symbol table.
14357 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
14359 * src/lex.c (lex): Set the `number' member of new terminals.
14360 * src/reader.c (bucket_check_defined, bucket_make_alias)
14361 (bucket_check_alias_consistence, bucket_translation): New.
14362 (reader, grammar_free, readgram, token_translations_init)
14363 (packsymbols): Adjust.
14364 (reader): Number the predefined tokens.
14365 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
14366 for predefined tokens.
14367 * src/symtab.h (bucket): Remove all the hash table related
14369 * src/symtab.c (symtab): Replace by...
14370 (bucket_table): this.
14371 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
14372 (buckets_new, buckets_do): New.
14374 2002-04-07 Akim Demaille <akim@epita.fr>
14376 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
14377 (start_symbol, max_user_token_number, semantic_parser)
14378 (error_token_number): Initialize.
14379 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
14382 (errtoken, eoftoken, undeftoken, axiom): Extern.
14384 2002-04-07 Akim Demaille <akim@epita.fr>
14386 * src/gram.h (rule_s): prec and precsym are now pointers
14387 to the bucket giving the priority/associativity.
14388 Member `associativity' removed: useless.
14389 * src/reduce.c, src/conflicts.c: Adjust.
14391 2002-04-07 Akim Demaille <akim@epita.fr>
14393 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
14394 Properly escape the symbols' TAG when outputting them.
14396 2002-04-07 Akim Demaille <akim@epita.fr>
14398 * src/lalr.h (LA): Is a bitsetv, not bitset*.
14400 2002-04-07 Akim Demaille <akim@epita.fr>
14402 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
14403 (LArule): this, which is an array to rule_t*.
14404 * src/print.c, src/conflicts.c: Adjust.
14406 2002-04-07 Akim Demaille <akim@epita.fr>
14408 * src/gram.h (rule_t): Rename `number' as `user_number'.
14409 `number' is a new member.
14410 Adjust dependencies.
14411 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
14413 2002-04-07 Akim Demaille <akim@epita.fr>
14415 As a result of the previous patch, it is no longer needed
14416 to reorder ritem itself.
14418 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
14420 2002-04-07 Akim Demaille <akim@epita.fr>
14422 Be sure never to walk through RITEMS, but use only data related to
14423 the rules themselves. RITEMS should be banished.
14425 * src/output.c (output_token_translations): Rename as...
14426 (prepare_tokens): this.
14427 In addition to `translate', prepare the muscles `tname' and
14428 `toknum', which were handled by...
14429 (output_rule_data): this.
14430 Remove, and move the remainder of its outputs into...
14431 (prepare_rules): this new routines, which also merges content from
14432 (output_gram): this.
14433 (prepare_rules): Be sure never to walk through RITEMS.
14434 (output_stos): Rename as...
14435 (prepare_stos): this.
14436 (output): Always invoke prepare_states, after all, just don't use it
14437 in the output if you don't need it.
14439 2002-04-07 Akim Demaille <akim@epita.fr>
14441 * src/LR0.c (new_state): Display `nstates' as the name of the
14442 newly created state.
14443 Adjust to initialize first_state and last_state if needed.
14444 Be sure to distinguish the initial from the final state.
14445 (new_states): Create the itemset of the initial state, and use
14447 * src/closure.c (closure): Now that the initial state has its
14448 items properly set, there is no need for a special case when
14449 creating `ruleset'.
14451 As a result, now the rule 0, reducing to $axiom, is visible in the
14452 outputs. Adjust the test suite.
14454 * tests/conflicts.at (Solved SR Conflicts)
14455 (Unresolved SR Conflicts): Adjust.
14456 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
14457 * tests/conflicts.at (S/R in initial): New.
14459 2002-04-07 Akim Demaille <akim@epita.fr>
14461 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
14462 the RHS of the rules.
14463 * src/output.c (output_gram): Likewise.
14465 2002-04-07 Akim Demaille <akim@epita.fr>
14467 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
14469 Adjust all dependencies.
14470 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
14471 `number' of the buckets too.
14472 * src/gram.h: Include `symtab.h'.
14473 (associativity): Move to...
14474 * src/symtab.h: here.
14475 No longer include `gram.h'.
14477 2002-04-07 Akim Demaille <akim@epita.fr>
14479 * src/gram.h, src/gram.c (rules_rhs_length): New.
14480 (ritem_longest_rhs): Use it.
14481 * src/gram.h (rule_t): `number' is a new member.
14482 * src/reader.c (packgram): Set it.
14483 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
14484 the end of `rules', and count them out of `nrules'.
14485 (reduce_output, dump_grammar): Adjust.
14486 * src/print.c (print_grammar): It is no longer needed to check for
14487 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
14488 * tests/reduce.at (Reduced Automaton): New test.
14490 2002-04-07 Akim Demaille <akim@epita.fr>
14492 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
14493 lacking `+ 1' to nrules, Bison reported as useless a token if it
14494 was used solely to set the precedence of the last rule...
14496 2002-04-07 Akim Demaille <akim@epita.fr>
14498 * data/bison.c++, data/bison.simple: Don't output the current file
14499 name in #line, to avoid useless diffs between two identical
14500 outputs under different names.
14502 2002-04-07 Akim Demaille <akim@epita.fr>
14504 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
14505 Normalize loops to using `< nrules + 1', not `<= nrules'.
14507 2002-04-07 Akim Demaille <akim@epita.fr>
14511 2002-04-07 Akim Demaille <akim@epita.fr>
14513 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
14514 bucket.value as bucket.number.
14516 2002-04-07 Akim Demaille <akim@epita.fr>
14518 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
14519 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
14520 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
14521 RHS, instead of being an index in RITEMS.
14523 2002-04-04 Paul Eggert <eggert@twinsun.com>
14525 * doc/bison.texinfo: Update copyright date.
14526 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
14527 (Symbols): Warn about running Bison in one character set,
14528 but compiling and/or running in an incompatible one.
14529 Warn about character code 256, too.
14531 2002-04-03 Paul Eggert <eggert@twinsun.com>
14533 * src/bison.data (YYSTACK_ALLOC): Depend on whether
14534 YYERROR_VERBOSE is nonzero, not whether it is defined.
14536 Merge changes from bison-1_29-branch.
14538 2002-03-20 Paul Eggert <eggert@twinsun.com>
14540 Merge fixes from Debian bison_1.34-1.diff.
14542 * configure.in (AC_PREREQ): 2.53.
14544 2002-03-20 Akim Demaille <akim@epita.fr>
14546 * src/conflicts.c (log_resolution): Argument `resolution' is const.
14548 2002-03-19 Paul Eggert <eggert@twinsun.com>
14550 * src/bison.simple (YYCOPY): New macro.
14551 (YYSTACK_RELOCATE): Use it.
14552 Remove Type arg; no longer needed. All callers changed.
14553 (yymemcpy): Remove; no longer needed.
14555 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
14556 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14558 2002-03-19 Akim Demaille <akim@epita.fr>
14560 Test and fix the #line outputs.
14562 * tests/atlocal.at (GCC): New.
14563 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
14564 (Prologue synch line, %union synch line, Postprologue synch line)
14565 (Action synch line, Epilogue synch line): New tests.
14566 * src/reader.c (parse_union_decl): Define the muscle stype_line.
14567 * data/bison.simple, data/bison.c++: Use it.
14569 2002-03-19 Akim Demaille <akim@epita.fr>
14571 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
14572 (Solved SR Conflicts, %expect not enough, %expect right)
14573 (%expect too much): Move to...
14574 * tests/conflicts.at: this new file.
14576 2002-03-19 Akim Demaille <akim@epita.fr>
14578 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
14579 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
14580 that we can move to enums for instance.
14581 * src/output.c (token_definitions_output): Output a list of
14582 `token-name, token-number' instead of the #define.
14583 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
14585 2002-03-14 Akim Demaille <akim@epita.fr>
14587 Use Gettext 0.11.1.
14589 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
14591 * data/bison.c++: Make the user able to add members to the generated
14592 parser by subclassing.
14594 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
14596 * src/reader.c (read_additionnal_code): `c' should be an integer, not
14598 Reported by Nicolas Tisserand and Nicolas Burrus.
14600 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
14602 * src/reader.c: Warn about lacking semi-colons, do not complain.
14604 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
14606 * data/bison.c++: Remove a debug line.
14608 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
14610 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
14611 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
14612 provide a default implementation.
14614 2002-03-04 Akim Demaille <akim@epita.fr>
14616 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
14617 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
14618 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
14619 * tests/semantic.at (Parsing Guards): Similarly.
14620 * src/reader.at (readgram): Complain if the last rule is not ended
14623 2002-03-04 Akim Demaille <akim@epita.fr>
14625 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
14626 * src/closure.c: here.
14627 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
14629 * src/warshall.h, src/warshall.c: Remove.
14630 * tests/sets.at (Broken Closure): Adjust.
14632 2002-03-04 Akim Demaille <akim@epita.fr>
14634 * src/output.c (output_skeleton): tempdir is const.
14635 bytes_read is unused.
14637 2002-03-04 Akim Demaille <akim@epita.fr>
14639 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
14640 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
14642 From Michael Hayes.
14644 2002-03-04 Akim Demaille <akim@epita.fr>
14646 * src/closure.c (closure): `r' is unused.
14648 2002-03-04 Akim Demaille <akim@epita.fr>
14650 * tests/sets.at (Broken Closure): Add the ending `;'.
14651 * src/reader.at (readgram): Complain if a rule is not ended with a
14654 2002-03-04 Akim Demaille <akim@epita.fr>
14656 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
14657 (count_sr_conflicts): Use bitset_count.
14658 * src/reduce.c (inaccessable_symbols): Ditto.
14659 (bits_size): Remove.
14660 * src/warshall.h, src/warshall.c: Convert to bitsetv.
14662 2002-03-04 Akim Demaille <akim@epita.fr>
14664 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
14665 * src/reduce.c: Remove the `bitset_zero's following the
14666 `bitset_create's, as now it is performed by the latter.
14668 2002-03-04 Akim Demaille <akim@epita.fr>
14670 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
14671 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
14672 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
14673 latest sources from Michael.
14675 2002-03-04 Akim Demaille <akim@epita.fr>
14677 * src/output.c (output): Don't free the grammar.
14678 * src/reader.c (grammar_free): New.
14679 * src/main.c (main): Call it and don't free symtab here.
14681 2002-03-04 Akim Demaille <akim@epita.fr>
14683 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
14685 Reported by Benoit Perrot.
14687 2002-03-04 Akim Demaille <akim@epita.fr>
14689 Use bitset operations when possible, not loops over bits.
14691 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
14693 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
14694 * src/reduce.c (useless_nonterminals): Formatting changes.
14695 * src/warshall.c (TC): Use bitset_or.
14697 2002-03-04 Akim Demaille <akim@epita.fr>
14699 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
14700 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
14703 2002-03-04 Akim Demaille <akim@epita.fr>
14705 * src/lalr.c (F): Now a bitset*.
14706 Adjust all dependencies.
14708 2002-03-04 Akim Demaille <akim@epita.fr>
14710 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
14711 Adjust all dependencies.
14713 2002-03-04 Akim Demaille <akim@epita.fr>
14715 * src/L0.c, src/LR0.h (nstates): Be size_t.
14716 Adjust comparisons (signed vs unsigned).
14717 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
14719 Adjust all dependencies.
14721 2002-03-04 Akim Demaille <akim@epita.fr>
14723 * src/closure.c (firsts): Now, also a bitset.
14724 Adjust all dependencies.
14725 (varsetsize): Remove, now unused.
14726 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
14728 2002-03-04 Akim Demaille <akim@epita.fr>
14730 * src/print.c: Convert to use bitset.h, not hand coded iterations
14733 2002-03-04 Akim Demaille <akim@epita.fr>
14735 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
14737 2002-03-04 Akim Demaille <akim@epita.fr>
14739 * src/closure.c (ruleset): Be a bitset.
14740 (rulesetsize): Remove.
14742 2002-03-04 Akim Demaille <akim@epita.fr>
14744 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
14745 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
14746 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
14747 * src/closure.c (fderives): Be an array of bitsets.
14749 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
14751 * data/bison.c++: Merge the two generated headers. Insert a copyright
14752 notice in each output file.
14754 2002-02-28 Akim Demaille <akim@epita.fr>
14756 * data/bison.c++: Copy the prologue of bison.simple to fetch
14757 useful M4 definitions, such as b4_header_guard.
14759 2002-02-25 Akim Demaille <akim@epita.fr>
14761 * src/getargs.c (version): Give the name of the authors, and use a
14762 translator friendly scheme for the bgr
14765 2002-02-25 Akim Demaille <akim@epita.fr>
14767 * src/output.c (header_output): Remove, now handled completely via
14770 2002-02-25 Akim Demaille <akim@epita.fr>
14772 * m4/m4.m4: New, from CVS Autoconf.
14773 * configure.in: Invoke it.
14774 * src/output.c (output_skeleton): Use its result instead of the
14777 2002-02-25 Akim Demaille <akim@epita.fr>
14779 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
14781 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
14782 * src/output.c (output_skeleton): Use mkstemp to create a real
14784 Move the filling of `skeleton' and its muscle to...
14786 (output): Move the definition of the prologue muscle to...
14788 * src/system.h (DEFAULT_TMPDIR): New.
14790 2002-02-14 Paul Eggert <eggert@twinsun.com>
14792 Remove the support for C++ namespace cleanliness; it was
14793 causing more problems than it was curing, since it didn't work
14794 properly on some nonstandard C++ compilers. This can wait
14795 for a proper C++ parser.
14797 * NEWS: Document this.
14798 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
14799 of C++, as it's treated like C now.
14800 * src/bison.simple (YYSTD): Remove.
14801 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
14802 Treat C++ just like Standard C instead of trying to support
14803 namespace cleanliness.
14805 2002-02-14 Akim Demaille <akim@epita.fr>
14807 * tests/regression.at (else): Adjust to Andreas' change.
14809 2002-02-14 Akim Demaille <akim@epita.fr>
14811 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
14813 2002-02-13 Andreas Schwab <schwab@suse.de>
14815 * src/output.c (output_rule_data): Don't output NULL, it might
14816 not be defined yet.
14818 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
14820 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
14821 (Copyright notice): Update.
14823 2002-02-11 Akim Demaille <akim@epita.fr>
14825 * tests/regression.at (%nonassoc and eof): Don't include
14826 nonportable headers.
14828 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
14830 * data/bison.c++: Correct error recovery. Make the user able to
14831 initialize the starting location.
14833 2002-02-07 Akim Demaille <akim@epita.fr>
14835 * tests/input.at: New.
14837 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14839 * data/bison.c++: Replace some direct m4 expansions by constants. Be
14840 more consistent when naming methods and variables. Put preprocessor
14841 directives around tables only needed for debugging.
14843 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14845 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
14847 (yy::b4_name::parse): Use print_.
14849 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14851 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
14853 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14855 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
14857 (yy::b4_name::parse): Build verbose error messages, and use error_.
14859 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
14861 * data/bison.c++: Fix m4 quoting in comments.
14863 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
14865 * data/bison.c++: Adjust the parser code. Fix some muscles that were
14866 not expanded by m4.
14868 2002-02-05 Akim Demaille <akim@epita.fr>
14870 * data/bison.c++: Adjust to the M4 back end.
14871 More is certainly needed.
14873 2002-02-05 Akim Demaille <akim@epita.fr>
14875 Give a try to M4 as a back end.
14877 * lib/readpipe.c: New, from wdiff.
14878 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
14880 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
14881 specific values. Now it is m4 that performs the lookup.
14882 * src/parse-skel.y: Remove.
14883 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
14884 * src/output.c (actions_output, guards_output)
14885 (token_definitions_output): No longer keeps track of the output
14886 line number, hence remove the second argument.
14887 (guards_output): Check against the guard member of a rule, not the
14890 (output_skeleton): Don't look for the skeleton location, let m4 do
14892 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
14894 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
14895 (prepare): Given that for the time being changesyntax is not
14896 usable in M4, rename the muscles using `-' to `_'.
14897 Define `defines_flag', `output_parser_name' and `output_header_name'.
14898 * src/output.h (actions_output, guards_output)
14899 (token_definitions_output): Adjust prototypes.
14900 * src/scan-skel.l: Instead of scanning the skeletons, it now
14901 processes the output of m4: `__oline__' and `#output'.
14902 * data/bison.simple: Adjust to be used by M4(sugar).
14903 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
14905 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
14906 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
14907 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
14908 shamelessly stolen from CVS Autoconf.
14910 2002-02-05 Akim Demaille <akim@epita.fr>
14912 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
14913 * configure.in: Check for the declarations of free and malloc.
14914 * src/muscle_tab.c: Adjust.
14916 2002-02-05 Akim Demaille <akim@epita.fr>
14918 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
14919 which have no values.
14921 2002-02-05 Akim Demaille <akim@epita.fr>
14923 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
14926 2002-01-29 Paul Eggert <eggert@twinsun.com>
14928 * src/bison.simple (YYSIZE_T): Do not define merely because
14929 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
14930 On some platforms, <alloca.h> does not declare YYSTD (size_t).
14932 2002-01-27 Akim Demaille <akim@epita.fr>
14934 Fix `%nonassoc and eof'.
14936 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
14937 which were not properly copied! Replace
14938 memcpy (res->errs, src->errs, src->nerrs);
14940 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
14942 * tests/regression.at (%nonassoc and eof): Adjust to newest
14943 Autotest: `.' is not in the PATH.
14945 2002-01-27 Akim Demaille <akim@epita.fr>
14947 * tests/sets.at (AT_EXTRACT_SETS): New.
14948 (Nullable): Use it.
14951 2002-01-26 Akim Demaille <akim@epita.fr>
14953 * tests/actions.at, tests/calc.at, tests/headers.at,
14954 * tests/torture.at: Adjust to the newest Autotest which no longer
14955 forces `.' in the PATH.
14957 2002-01-25 Akim Demaille <akim@epita.fr>
14959 * tests/regression.at (%nonassoc and eof): New.
14960 Suggested by Robert Anisko.
14962 2002-01-24 Akim Demaille <akim@epita.fr>
14964 Bison dumps core when trying to complain about broken input files.
14965 Reported by Cris van Pelt.
14967 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
14968 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
14970 (Invalid inputs): Strengthen: exercise parse_percent_token.
14972 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
14974 * src/Makefile.am: Add bison.c++.
14975 * src/bison.c++: New skeleton.
14977 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
14981 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
14983 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
14985 2002-01-20 Marc Autret <marc@gnu.org>
14987 * src/files.c (compute_output_file_names): Fix
14989 2002-01-20 Marc Autret <marc@gnu.org>
14991 * tests/output.at: New test.
14992 * src/files.c (compute_base_names): Don't map extensions when
14993 the YACC flag is set, use defaults.
14994 Reported by Evgeny Stambulchik.
14996 2002-01-20 Marc Autret <marc@gnu.org>
14998 * src/system.h: Need to define __attribute__ away for non-GCC
14999 compilers as well (i.e., the vendor C compiler).
15000 Suggested by Albert Chin-A-Young.
15002 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
15004 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
15005 canonical definition.
15006 * src/system.h: Use the canonical definition for PARAMS (avoids
15007 a conflict with the macro from lib/hash.h).
15009 2002-01-11 Akim Demaille <akim@epita.fr>
15011 * configure.in: Use AC_FUNC_STRNLEN.
15012 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
15014 2002-01-09 Akim Demaille <akim@epita.fr>
15016 * src/files.c, src/files.h (output_infix): New.
15017 (tab_extension): Remove.
15018 (compute_base_names): Compute the former, drop the latter.
15019 * src/output.c (prepare): Insert the muscles `output-infix', and
15021 * src/parse-skel.y (string, string.1): New.
15022 (section.header): Use it.
15023 (section.yacc): Remove.
15024 (prefix): Remove too.
15025 * src/scan-skel.l: Adjust.
15026 * src/bison.simple, src/bison.hairy: Adjust.
15028 2002-01-09 Akim Demaille <akim@epita.fr>
15030 * configure.in (WERROR_CFLAGS): Compute it.
15031 * src/Makefile.am (CFLAGS): Pass it.
15032 * tests/atlocal.in (CFLAGS): Idem.
15033 * src/files.c: Fix a few warnings.
15034 (get_extension_index): Remove, unused.
15036 2002-01-08 Akim Demaille <akim@epita.fr>
15038 * src/getargs.c (AS_FILE_NAME): New.
15039 (getargs): Use it to convert DOSish file names.
15040 * src/files.c (base_name): Rename as full_base_name to avoid
15041 clashes with `base_name ()'.
15042 (filename_split): New.
15043 (compute_base_names): N-th rewrite, using filename_split.
15045 2002-01-08 Akim Demaille <akim@epita.fr>
15047 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
15048 New, stolen from the Fileutils 4.1.
15049 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
15050 * configure.in: Check for the presence of memrchr, and of its
15053 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
15055 * lib/hash.h (__P): Added definition for this macro.
15056 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
15057 BUILT_SOURCES, to ensure they are generated first.
15058 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
15059 %error-verbose to allow bootstrapping with bison 1.30x.
15061 2002-01-06 Akim Demaille <akim@epita.fr>
15063 * src/reader.c (parse_braces): Don't fetch the next char, the
15064 convention is to fetch on entry.
15065 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
15066 'switch' without a following semicolon.
15067 * tests/regression.at (braces parsing): New.
15069 2002-01-06 Akim Demaille <akim@epita.fr>
15071 Bison is dead wrong in its RR conflict reports.
15073 * tests/torture.at (GNU Cim Grammar): New.
15074 * src/conflicts.c (count_rr_conflicts): Fix.
15076 2002-01-06 Akim Demaille <akim@epita.fr>
15078 Creating package.m4 from configure.ac causes too many problems.
15080 * tests/Makefile.am (package.m4): Create it by hand,
15081 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
15083 2002-01-06 Akim Demaille <akim@epita.fr>
15085 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
15088 2002-01-04 Paul Eggert <eggert@twinsun.com>
15090 * doc/bison.texinfo (Debugging):
15091 Remove YYSTDERR; it's no longer defined or used.
15092 Also, s/cstdio.h/cstdio/.
15094 2002-01-03 Akim Demaille <akim@epita.fr>
15096 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
15098 2002-01-03 Akim Demaille <akim@epita.fr>
15100 * src/parse-skel.y (process_skeleton): Don't bind the parser's
15101 tracing code to --trace, wait for a better --trace option, with
15104 2002-01-03 Akim Demaille <akim@epita.fr>
15106 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
15107 The ISO C++ standard is extremely clear about it: stderr is
15108 considered a macro, not a regular symbol (see table 94 `Header
15109 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
15110 Therefore std:: does not apply to it. It still does with fprintf.
15111 Also, s/cstdio.h/cstdio/.
15113 2002-01-03 Akim Demaille <akim@epita.fr>
15115 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
15116 for non system headers.
15118 2002-01-02 Akim Demaille <akim@epita.fr>
15120 Equip the skeleton chain with location tracking, runtime trace,
15121 pure parser and scanner.
15123 * src/parse-skel.y: Request a pure parser, locations, and prefix
15125 (%union): Having several members with the same type does not help
15126 type mismatches, simplify.
15127 (YYPRINT, yyprint): New.
15128 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
15129 (skel_error): this.
15131 * src/scan-skel.l: Adjust to these changes.
15132 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
15133 (LOCATION_PRINT, skel_control_t): New.
15135 2001-12-30 Akim Demaille <akim@epita.fr>
15137 * src/parse-skel.y: Get rid of the shift/reduce conflict:
15138 replace `gb' with BLANKS.
15139 * src/scan-skel.l: Adjust.
15141 2001-12-30 Akim Demaille <akim@epita.fr>
15143 * src/system.h: We don't need nor want bcopy.
15144 Throw away MS-DOS crap: we don't need getpid.
15145 * configure.in: We don't need strndup. It was even causing
15146 problems: because Flex includes the headers *before* us,
15147 _GNU_SOURCE is not defined by config.h, and therefore strndup was
15149 * lib/xstrndup.c: New.
15150 * src/scan-skel.l: Use it.
15151 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
15152 * src/parse-skel.y: Use %directives instead of #defines.
15154 2001-12-30 Akim Demaille <akim@epita.fr>
15156 * src/skeleton.h: New.
15157 * src/output.c (output_parser, output_master_parser): Remove, dead
15159 * src/output.h (get_lines_number, actions_output, guards_output)
15160 (token_definitions_output): Prototype them.
15161 * src/parse-skel.y: Add the license notice.
15162 Include output.h and skeleton.h.
15163 (process_skeleton): Returns void, and takes a single parameter.
15164 * src/scan-skel.l: Add the license notice.
15165 Include skeleton.h.
15166 Don't use %option yylineno: it seems that then Flex imagines
15167 REJECT has been used, and therefore it won't reallocate its
15168 buffers (which makes no other sense to me than a bug). It results
15169 in warnings for `unused: yy_flex_realloc'.
15171 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
15173 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
15174 (MUSCLE_INSERT_PREFIX): ...to there.
15175 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
15176 (MUSCLE_INSERT_PREFIX): Move from here...
15178 * src/bison.hairy: Add a section directive. Put braces around muscle
15179 names. This parser skeleton is still broken, but Bison should not
15180 choke on a bad muscle 'syntax'.
15181 * src/bison.simple: Add a section directive. Put braces around muscle
15184 * src/files.h (strsuffix, stringappend): Add declarations.
15185 (tab_extension): Add declaration.
15186 (short_base_name): Add declaration.
15188 * src/files.c (strsuffix, stringappend): No longer static. These
15189 functions are used in the skeleton parser.
15190 (tab_extension): New.
15191 (compute_base_names): Use the computations done in this function
15192 to guess if the generated parsers should have '.tab' in their
15194 (short_base_name): No longer static.
15196 * src/output.c (output_skeleton): New.
15197 (output): Disable call to output_master_parser, and give a try to
15198 a new skeleton handling system.
15199 (guards_output, actions_output): No longer static.
15200 (token_definitions_output, get_lines_number): No longer static.
15202 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
15204 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
15207 * src/parse-skel.y: New file.
15208 * src/scan-skel.l: New file.
15210 2001-12-29 Akim Demaille <akim@epita.fr>
15212 %name-prefix is broken.
15214 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
15215 Adjust all dependencies.
15216 * tests/headers.at (export YYLTYPE): Strengthen this test: use
15219 Renaming yylval but not yylloc is not consistent. Now we do.
15221 * src/bison.simple: Prefix yylloc if used.
15222 * doc/bison.texinfo (Decl Summary): Document that.
15224 2001-12-29 Akim Demaille <akim@epita.fr>
15226 * doc/bison.texinfo: Promote `%long-directive' over
15228 Remove all references to fixed-output-files, yacc is enough.
15230 2001-12-29 Akim Demaille <akim@epita.fr>
15232 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
15233 user prologue. These are defaults.
15234 * tests/actions.at (Mid-rule actions): Make sure the user can
15235 define YYDEBUG and YYERROR_VERBOSE.
15237 2001-12-29 Akim Demaille <akim@epita.fr>
15239 * src/output.c (header_output): Don't forget to export YYLTYPE and
15241 * tests/headers.at (export YYLTYPE): New, make sure it does.
15242 * tests/regression.at (%union and --defines, Invalid CPP headers):
15244 * tests/headers.at: here.
15246 2001-12-29 Akim Demaille <akim@epita.fr>
15248 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
15250 2001-12-29 Akim Demaille <akim@epita.fr>
15252 * tests/actions.at (Mid-rule actions): Output on a single line
15253 instead of several.
15255 2001-12-29 Akim Demaille <akim@epita.fr>
15257 * doc/bison.texinfo: Formatting changes.
15259 2001-12-29 Akim Demaille <akim@epita.fr>
15261 Don't store the token defs in a muscle, just be ready to output it
15262 on command. Now possible via `symbols'. Fixes a memory leak.
15264 * src/output.c (token_definitions_output): New.
15265 (output_parser, header_output): Use it.
15266 * src/reader.c (symbols_save): Remove.
15268 2001-12-29 Akim Demaille <akim@epita.fr>
15270 * src/bison.simple: Do not provide a default for YYSTYPE and
15271 YYLTYPE before the user's prologue. Otherwise it's hardly... a
15274 2001-12-29 Akim Demaille <akim@epita.fr>
15276 Mid-rule actions are simply... ignored!
15278 * src/reader.c (readgram): Be sure to attach mid-rule actions to
15279 the empty-rule associated to the dummy symbol, not to the host
15281 * tests/actions.at (Mid-rule actions): New.
15283 2001-12-29 Akim Demaille <akim@epita.fr>
15287 * src/reader.c (reader): Free grammar.
15289 2001-12-29 Akim Demaille <akim@epita.fr>
15293 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
15294 since it allocates it for each state, although only one is needed.
15295 (allocate_storage): Do it here.
15297 2001-12-29 Akim Demaille <akim@epita.fr>
15299 * src/options.h, src/options.c (create_long_option_table): Rename
15301 (long_option_table_new): this, with a clearer prototype.
15302 (percent_table): Remove, unused,
15303 * src/getargs.c (getargs): Adjust.
15305 2001-12-29 Akim Demaille <akim@epita.fr>
15307 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
15308 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
15311 2001-12-29 Akim Demaille <akim@epita.fr>
15313 * src/lalr.c (build_relations): Rename `states' as `states1'.
15314 Sorry, I don't understand exactly what it is, no better name...
15316 2001-12-29 Akim Demaille <akim@epita.fr>
15318 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
15319 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
15320 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
15323 2001-12-29 Akim Demaille <akim@epita.fr>
15325 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
15328 2001-12-29 Akim Demaille <akim@epita.fr>
15330 * src/reader.c, src/reader.h (user_toknums): Remove.
15331 Adjust all users to use symbols[i]->user_token_number.
15333 2001-12-29 Akim Demaille <akim@epita.fr>
15335 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
15336 Adjust all users to use symbols[i]->prec or ->assoc.
15338 2001-12-29 Akim Demaille <akim@epita.fr>
15340 * src/reader.c, src/reader.h (tags): Remove.
15341 Adjust all users to use symbols[i]->tag.
15343 2001-12-29 Akim Demaille <akim@epita.fr>
15345 * src/gram.h, src/gram.c (symbols): New, similar to state_table
15347 * src/reader.c (packsymbols): Fill this table.
15349 * src/conflicts.c (resolve_sr_conflict): Adjust.
15350 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
15352 Use symbols[i]->tag instead of tags[i].
15354 2001-12-29 Akim Demaille <akim@epita.fr>
15356 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
15357 In addition, put a comment in there, to replace...
15358 * tests/regression.at (%union and C comments): Remove.
15360 2001-12-29 Akim Demaille <akim@epita.fr>
15362 * tests/regression.at (Web2c Actions): Blindly move the actual
15363 output as expected output. The contents *seem* right to me, but I
15364 can't pretend reading perfectly parser tables... Nonetheless, all
15365 the other tests pass correctly, the table look OK, even though the
15366 presence of `$axiom' is to be noted: AFAICS it is useless (but
15369 2001-12-29 Akim Demaille <akim@epita.fr>
15371 * src/reader.c (readgram): Don't add the rule 0 if there were no
15372 rules read. In other words, add it _after_ having performed
15373 grammar sanity checks.
15374 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
15376 2001-12-29 Akim Demaille <akim@epita.fr>
15378 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
15379 visible, and some states have now a different number.
15381 2001-12-29 Akim Demaille <akim@epita.fr>
15383 * src/reader.c (readgram): Bind the initial rule's lineno to that
15385 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
15386 (Solved SR Conflicts): Adjust rule 0's line number.
15388 2001-12-29 Akim Demaille <akim@epita.fr>
15390 Fix the `GAWK Grammar' failure.
15392 * src/LR0.c (final_state): Initialize to -1 so that we do compute
15393 the reductions of the first state which was mistakenly confused
15394 with the final state because precisely final_state was initialized
15396 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
15397 now noticed by Bison.
15398 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
15399 have a reduction on $default.
15401 2001-12-29 Akim Demaille <akim@epita.fr>
15403 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
15405 * src/closure.c (print_closure): Likewise.
15406 * src/derives.c (print_derives): Likewise.
15407 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
15410 2001-12-29 Akim Demaille <akim@epita.fr>
15412 * src/lalr.c (lookaheads_print): New.
15413 (lalr): Call it when --trace-flag.
15414 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
15417 2001-12-29 Akim Demaille <akim@epita.fr>
15419 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
15420 when walking through ritem, even via rule->rhs.
15421 * src/reduce.c (dump_grammar, useful_production, reduce_output)
15422 (useful_production, useless_nonterminals): Likewise.
15423 (reduce_grammar_tables): Likewise, plus update nritems.
15424 * src/nullable.c (set_nullable): Likewise.
15425 * src/lalr.c (build_relations): Likewise.
15426 * tests/sets.at (Nullable): Adjust.
15427 Fortunately, now, the $axiom is no longer nullable.
15429 2001-12-29 Akim Demaille <akim@epita.fr>
15431 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
15433 * src/gram.c (ritem_longest_rhs): Likewise.
15434 * src/reduce.c (nonterminals_reduce): Likewise.
15435 * src/print_graph.c (print_graph): Likewise.
15436 * src/output.c (output_rule_data): Likewise.
15437 * src/nullable.c (set_nullable): Likewise.
15439 2001-12-29 Akim Demaille <akim@epita.fr>
15441 * src/output.c: Comment changes.
15443 2001-12-27 Paul Eggert <eggert@twinsun.com>
15445 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
15446 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
15447 Sparc, as they were causing more porting problems than the
15448 (minor) performance improvement was worth.
15450 Also, catch up with 1.31's YYSTD.
15452 2001-12-27 Akim Demaille <akim@epita.fr>
15454 * src/output.c (output_gram): Rely on nritems, not the
15455 0-sentinel. See below.
15456 Use -1 as separator, not 0.
15457 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
15458 Rely on -1 as separator in yyrhs, instead of 0.
15459 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
15460 twice `Now at end of input', therefore there are two lines less to
15463 2001-12-27 Akim Demaille <akim@epita.fr>
15465 * tests/regression.at (Unresolved SR Conflicts):
15466 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
15469 2001-12-27 Akim Demaille <akim@epita.fr>
15471 * src/LR0.c (new_state): Recognize the final state by the fact it
15472 is reached by eoftoken.
15473 (insert_start_shifting_state, insert_eof_shifting_state)
15474 (insert_accepting_state, augment_automaton): Remove, since now
15475 these states are automatically computed from the initial state.
15476 (generate_states): Adjust.
15477 * src/print.c: When reporting a rule number to the user, substract
15478 1, so that the axiom rule is rule 0, and the first user rule is 1.
15479 * src/reduce.c: Likewise.
15480 * src/print_graph.c (print_core): For the time being, just as for
15481 the report, depend upon --trace-flags to dump the full set of
15483 * src/reader.c (readgram): Once the grammar read, insert the rule
15484 0: `$axiom: START-SYMBOL $'.
15485 * tests/set.at: Adjust: rule 0 is now displayed, and since the
15486 number of the states has changed (the final state is no longer
15487 necessarily the last), catch up.
15489 2001-12-27 Akim Demaille <akim@epita.fr>
15491 Try to make the use of the eoftoken valid. Given that its value
15492 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
15493 is used instead of > 0 where appropriate, (ii), depend upon nritems
15494 instead of the 0-sentinel.
15496 * src/gram.h, src/gram.c (nritems): New.
15497 Expected to be duplication of nitems, but for the time being...
15498 * src/reader.c (packgram): Assert nritems and nitems are equal.
15499 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
15500 * src/closure.c (print_closure, print_fderives): Likewise.
15501 * src/gram.c (ritem_print): Likewise.
15502 * src/print.c (print_core, print_grammar): Likewise.
15503 * src/print_graph.c: Likewise.
15505 2001-12-27 Akim Demaille <akim@epita.fr>
15507 * src/main.c (main): If there are complains after grammar
15508 reductions, then output the report anyway if requested, then die.
15509 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
15510 * src/reader.c (eoftoken): New.
15511 (parse_token_decl): If the token being defined has value `0', it
15513 (packsymbols): No longer hack `tags' to insert `$' by hand.
15514 Be sure to preserve the value of the eoftoken.
15515 (reader): Make sure eoftoken is defined.
15516 Initialize nsyms to 0: now eoftoken is created just like the others.
15517 * src/print.c (print_grammar): Don't special case the eof token.
15518 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
15519 lie anyway, albeit pleasant.
15520 * tests/calc.at: Exercise error messages with eoftoken.
15521 Change the grammar so that empty input is invalid.
15522 Adjust expectations.
15523 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
15525 2001-12-27 Akim Demaille <akim@epita.fr>
15527 * configure.in: Check the protos of strchr ans strspn.
15528 Replace strchr if needed.
15529 * src/system.h: Provide the protos of strchr, strspn and memchr if
15531 * lib/strchr.c: New.
15532 * src/reader.c (symbols_save): Use strchr.
15534 2001-12-27 Akim Demaille <akim@epita.fr>
15536 * src/print.c, src/print_graph.c (escape): New.
15537 Use it to quote the TAGS outputs.
15538 * src/print_graph.c (print_state): Now errors are in red, and
15539 reductions in green.
15540 Prefer high to wide: output the state number on a line of its own.
15542 2001-12-27 Akim Demaille <akim@epita.fr>
15544 * src/state.h, src/state.c (reductions_new): New.
15545 * src/LR0.c (set_state_table): Let all the states have a
15546 `reductions', even if reduced to 0.
15547 (save_reductions): Adjust.
15548 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
15549 * src/print.c (print_reductions, print_actions): Adjust.
15550 * src/output.c (action_row): Adjust.
15552 2001-12-27 Akim Demaille <akim@epita.fr>
15554 * src/state.h, src/state.c (errs_new, errs_dup): New.
15555 * src/LR0.c (set_state_table): Let all the states have an errs,
15556 even if reduced to 0.
15557 * src/print.c (print_errs, print_reductions): Adjust.
15558 * src/output.c (output_actions, action_row): Adjust.
15559 * src/conflicts.c (resolve_sr_conflict): Adjust.
15561 2001-12-27 Akim Demaille <akim@epita.fr>
15563 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
15565 2001-12-27 Akim Demaille <akim@epita.fr>
15567 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
15568 * src/print.c: here.
15569 (lookaheadset, shiftset): New, used as additional storage by
15571 (print_results): Adjust.
15572 (print_shifts, print_gotos, print_errs): New, extracted from...
15573 (print_actions): here.
15574 * src/print_graph.c (print_actions): Remove dead code.
15576 2001-12-27 Akim Demaille <akim@epita.fr>
15578 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
15581 2001-12-27 Akim Demaille <akim@epita.fr>
15583 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
15584 (build_relations): Adjust.
15586 2001-12-27 Akim Demaille <akim@epita.fr>
15588 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
15591 2001-12-27 Akim Demaille <akim@epita.fr>
15593 * src/reader.c (packgram): Catch nitems overflows.
15595 2001-12-27 Akim Demaille <akim@epita.fr>
15597 * src/files.c, src/files.h (guard_obstack): Remove.
15598 * src/output.c (output): Adjust.
15599 * src/reader.c (parse_braces): New, factoring...
15600 (copy_action, copy_guard): these two which are renamed as...
15601 (parse_action, parse_guard): these.
15602 As a voluntary consequence, using braces around guards is now
15605 2001-12-27 Akim Demaille <akim@epita.fr>
15607 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
15608 * src/reader.c (symbol_list): `guard' and `guard_line' are new
15610 (symbol_list_new): Adjust.
15611 (copy_action): action_line is the first line, not the last.
15612 (copy_guard): Just as for actions, store the `action' only, not
15613 the switch/case/break flesh.
15614 Don't parse the user action that might follow the guard, let...
15615 (readgram): do it, i.e., now, there can be an action after a
15617 In other words the guard is just explicitly optional.
15618 (packgram): Adjust.
15619 * src/output.c (guards_output): New.
15620 (output_parser): Call it when needed.
15621 (output): Also free the guard and attrs obstacks.
15622 * src/files.c, src/files.h (obstack_save): Remove.
15623 (output_files): Remove.
15624 As a result, if one needs the former `.act' file, using an
15625 appropriate skeleton which requires actions and guards is now
15627 * src/main.c (main): Adjust.
15628 * tests/semantic.at: New.
15629 * tests/regression.at: Use `input.y' as input file name.
15630 Avoid 8+3 problems by requiring input.c when the test needs the
15633 2001-12-27 Akim Demaille <akim@epita.fr>
15635 * src/reader.c (symbol_list_new): Be sure to initialize all the
15638 2001-12-27 Akim Demaille <akim@epita.fr>
15640 All the hacks using a final pseudo state are now useless.
15642 * src/LR0.c (set_state_table): state_table holds exactly nstates.
15643 * src/lalr.c (nLA): New.
15644 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
15645 instead of lookaheadsp from the pseudo state (nstate + 1).
15647 2001-12-27 Akim Demaille <akim@epita.fr>
15649 * src/output.c (action_row, token_actions): Use a state_t instead
15650 of a integer, and nlookaheads instead of the following state's
15653 2001-12-27 Akim Demaille <akim@epita.fr>
15655 * src/conflicts.c (log_resolution, flush_shift)
15656 (resolve_sr_conflict, set_conflicts, solve_conflicts)
15657 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
15658 (conflicts_print, print_reductions): Use a state_t instead of an
15659 integer when referring to a state.
15660 As much as possible, depend upon nlookaheads, instead of the
15661 `lookaheadsp' member of the following state (since lookaheads of
15662 successive states are successive, the difference between state n + 1
15663 and n served as the number of lookaheads for state n).
15664 * src/lalr.c (add_lookback_edge): Likewise.
15665 * src/print.c (print_core, print_actions, print_state)
15666 (print_results): Likewise.
15667 * src/print_graph.c (print_core, print_actions, print_state)
15668 (print_graph): Likewise.
15669 * src/conflicts.h: Adjust.
15671 2001-12-27 Akim Demaille <akim@epita.fr>
15673 * src/bison.hairy: Formatting/comment changes.
15675 Remove `register' indications.
15676 Add plenty of `static'.
15678 2001-12-27 Akim Demaille <akim@epita.fr>
15680 * src/output.c (prepare): Drop the muscle `ntbase' which
15681 duplicates ntokens.
15682 * src/bison.simple: Formatting/comment changes.
15683 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
15684 is an undocumented synonym.
15686 2001-12-22 Akim Demaille <akim@epita.fr>
15688 * src/output.c (output_table_data): Change the prototype to use
15689 `int' for array ranges: some invocations do pass an int, not a
15691 Reported by Wayne Green.
15693 2001-12-22 Akim Demaille <akim@epita.fr>
15695 Some actions of web2c.y are improperly triggered.
15696 Reported by Mike Castle.
15698 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
15699 * tests/regression.at (Web2c): Rename as...
15700 (Web2c Report): this.
15701 (Web2c Actions): New.
15703 2001-12-22 Akim Demaille <akim@epita.fr>
15705 Reductions in web2c.y are improperly reported.
15706 Reported by Mike Castle.
15708 * src/conflicts.c (print_reductions): Fix.
15709 * tests/regression.at (Web2c): New.
15711 2001-12-18 Akim Demaille <akim@epita.fr>
15713 Some host fail on `assert (!"foo")', which expands to
15714 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
15715 Reported by Nelson Beebee.
15717 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
15718 `#define it_succeeded 0' and `assert (it_succeeded)'.
15720 2001-12-17 Marc Autret <autret_m@epita.fr>
15722 * src/bison.simple: Don't hard code the skeleton line and filename.
15723 * src/output.c (output_parser): Rename 'line' as 'output_line'.
15724 New line counter 'skeleton_line' (skeleton-line muscle).
15726 2001-12-17 Paul Eggert <eggert@twinsun.com>
15728 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
15729 YYDEBUG must be defined to a nonzero value.
15731 * src/bison.simple (yytname): Do not assume that the user defines
15732 YYDEBUG to a properly parenthesized expression.
15734 2001-12-17 Akim Demaille <akim@epita.fr>
15736 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
15737 nlookaheads is a new member.
15739 * src/lalr.h (nlookaheads): Remove this orphan declaration.
15740 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
15743 2001-12-17 Akim Demaille <akim@epita.fr>
15745 * src/files.h, src/files.c (open_files, close_files): Remove.
15746 * src/main.c (main): Don't open/close files, nor invoke lex_free,
15748 * src/reader.c (reader): Do it.
15750 2001-12-17 Akim Demaille <akim@epita.fr>
15752 * src/conflicts.c (print_reductions): Formatting changes.
15754 2001-12-17 Akim Demaille <akim@epita.fr>
15756 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
15757 (flush_reduce): New.
15758 (resolve_sr_conflict): Adjust.
15760 2001-12-17 Akim Demaille <akim@epita.fr>
15762 * src/output.c (output_obstack): Be static and rename as...
15763 (format_obstack): this, to avoid any confusion with files.c's
15765 * src/reader.h (muscle_obstack): Move to...
15766 * src/output.h: here, since it's defined in output.c.
15768 2001-12-17 Akim Demaille <akim@epita.fr>
15770 * src/output.c (action_row, save_column, default_goto)
15771 (sort_actions, matching_state, pack_vector): Better variable
15774 2001-12-17 Akim Demaille <akim@epita.fr>
15776 * src/output.c: Various formatting changes.
15778 2001-12-17 Akim Demaille <akim@epita.fr>
15780 * src/files.c (output_files): Free the output_obstack.
15781 * src/main.c (main): Call print and print_graph conditionally.
15782 * src/print.c (print): Work unconditionally.
15783 * src/print_graph.c (print_graph): Work unconditionally.
15784 * src/conflicts.c (log_resolution): Output only if verbose_flag.
15786 2001-12-16 Marc Autret <autret_m@epita.fr>
15788 * src/output.c (actions_output): Fix. When we use %no-lines,
15789 there is one less line per action.
15791 2001-12-16 Marc Autret <autret_m@epita.fr>
15793 * src/bison.simple: Remove a useless #line directive.
15794 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
15795 * src/output.c (get_lines_number): New.
15796 (output_parser): Adjust, now takes care about the lines of a
15798 Fix line numbering.
15799 (actions_output): Computes the number of lines taken by actions.
15800 (output_master_parser): Insert new skeleton which is the name of
15801 the output parser file name.
15803 2001-12-15 Marc Autret <autret_m@epita.fr>
15805 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
15807 2001-12-15 Marc Autret <autret_m@epita.fr>
15809 * src/output.c (output_gram): Keep track of the hairy one.
15811 2001-12-15 Akim Demaille <akim@epita.fr>
15813 Make `make distcheck' work.
15815 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
15816 system.h which uses libgettext.h.
15818 2001-12-15 Akim Demaille <akim@epita.fr>
15820 * src/nullable.c (set_nullable): Useless rules must be skipped,
15821 otherwise, since we range over their symbols, we might look at a
15822 nonterminal which no longer ``exists'', i.e., it is not counted in
15823 `nvars', hence we overflow our arrays.
15825 2001-12-15 Akim Demaille <akim@epita.fr>
15827 The header can also be produced directly, without any obstack!
15830 * src/files.c, src/files.h (defines_obstack): Remove.
15831 (compute_header_macro): Global.
15832 (defines_obstack_save): Remove.
15833 * src/reader.c (parse_union_decl): No longer output to
15834 defines_obstack: its content can be found in the `stype' muscle
15836 (output_token_translations): Merge into...
15837 (symbols_output): this.
15839 (symbols_save): this.
15841 * src/output.c (header_output): New.
15844 2001-12-15 Akim Demaille <akim@epita.fr>
15846 * src/reader.c (parse_union_decl): Instead of handling two obstack
15847 simultaneously, use one to define the `stype' muscle, and use the
15848 value of the latter to fill defines_obstack.
15849 (copy_comment): Remove.
15850 (copy_comment2): Work for a single obstack.
15852 (copy_comment): this.
15854 2001-12-15 Akim Demaille <akim@epita.fr>
15856 * src/lex.c, src/lex.h (xgetc): No longer static.
15857 * src/reader.c (parse_union_decl): Revamp.
15859 2001-12-15 Akim Demaille <akim@epita.fr>
15861 Still making progress in separating Bison into (i) input, (ii)
15862 process, (iii) output: now we can directly output the parser file
15863 without using table_obstack at all.
15865 * src/files.c, src/files.h (table_obstack): Bye bye.
15866 (parser_file_name): New.
15867 * src/files.c (compute_output_file_names): Compute it.
15868 * src/output.c (actions_output, output_parser)
15869 (output_master_parser): To a file instead of an obstack.
15871 2001-12-15 Akim Demaille <akim@epita.fr>
15873 Attach actions to rules, instead of pre-outputting them to
15876 * src/gram.h (rule_t): action and action_line are new members.
15877 * src/reader.c (symbol_list): Likewise.
15878 (copy_action): Save the actions within the rule.
15879 (packgram): Save them in rule_table.
15880 * src/output.c (actions_output): New.
15881 (output_parser): Use it on `%%actions'.
15882 (output_rule_data): Don't free rule_table.
15884 (prepare): Don't save the `action' muscle.
15885 * src/bison.simple: s/%%action/%%actions/.
15887 2001-12-15 Akim Demaille <akim@epita.fr>
15889 * src/reader.c (copy_action): When --yacc, don't append a `;'
15890 to the user action: let it fail if lacking.
15891 Suggested by Arnold Robbins and Tom Tromey.
15893 2001-12-14 Akim Demaille <akim@epita.fr>
15895 * src/lex.c (literalchar): Simply return the char you decoded, non
15896 longer mess around with obstacks and int pointers.
15897 Adjust all callers.
15899 2001-12-14 Akim Demaille <akim@epita.fr>
15901 * src/lex.c (literalchar): Don't escape the special characters,
15902 just decode them, and keep them as char (before, eol was output as
15903 the 2 char string `\n' etc.).
15904 * src/output.c (output_rule_data): Use quotearg to output the
15907 2001-12-13 Paul Eggert <eggert@twinsun.com>
15909 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
15910 Do not infringe on the global user namespace when using C++.
15911 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
15912 All uses of `fprintf' and `stderr' changed.
15914 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
15916 2001-12-13 Akim Demaille <akim@epita.fr>
15918 The computation of nullable is broken: it doesn't handle empty
15921 * tests/torture.at (GNU AWK Grammar): New.
15922 * tests/sets.at (Nullable): New.
15923 * src/nullable.c (set_nullable): Instead of blindly looping over
15924 `ritems', loop over the rules, and then over their rhs's.
15926 Work around Autotest bugs.
15928 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
15929 frame, because Autotest understand lines starting with a `+' as
15930 traces from the shell. Then, they are not processed properly.
15931 Admittedly an Autotest bug, but we don't have time to wait for
15932 Autotest to catch up.
15933 * tests/regression.at (Broken Closure): Adjust to the new table
15936 * tests/sets.at: here.
15938 2001-12-13 Akim Demaille <akim@epita.fr>
15940 * src/closure.c (closure): Use nrules instead of playing tricks
15941 with BITS_PER_WORD.
15943 2001-12-13 Akim Demaille <akim@epita.fr>
15945 * src/print.c (print_actions): Output the handling of `$' as the
15946 traces do: shifting the token EOF. Before EOF was treated as a
15948 * tests/regression.at: Adjust some tests.
15949 * src/print_graph.c (print_core): Complete the set of items via
15950 closure. The next-to-final and final states are still unsatisfying,
15951 but that's to be addressed elsewhere.
15952 No longer output the rule numbers, but do output the state number.
15953 A single loop for the shifts + gotos is enough, but picked a
15954 distinct color for each.
15955 (print_graph): Initialize and finalize closure.
15957 2001-12-13 Akim Demaille <akim@epita.fr>
15959 * src/reader.c (readgram): Remove dead code, an strip useless
15961 (get_type): Remove, unused.
15963 2001-12-12 Akim Demaille <akim@epita.fr>
15965 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
15966 on that of lib/error.c.
15968 2001-12-12 Akim Demaille <akim@epita.fr>
15970 Some hosts don't like `/' in includes.
15972 * src/system.h: Include libgettext.h without qualifying the path.
15973 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
15976 2001-12-11 Marc Autret <autret_m@epita.fr>
15978 * src/output.c (output_parser): Remove useless muscle.
15980 2001-12-11 Marc Autret <autret_m@epita.fr>
15982 * src/bison.simple: Remove #line just before %%epilogue. It
15983 is now handled in ...
15984 * src/reader.c (read_additionnal_code): Add the output of a
15985 #line for the epilogue.
15987 2001-12-10 Marc Autret <autret_m@epita.fr>
15989 * src/reader.c (copy_definition): Re-use CPP-outed code which
15990 replace precedent remove.
15991 * src/bison.simple: Remove #line before %%prologue because
15992 %%input-line is wrong at this time.
15994 2001-12-10 Marc Autret <autret_m@epita.fr>
15996 * src/reader.c (symbols_output): Clean up.
15997 * src/output.c (output_gram, output): Clean up.
15999 2001-12-10 Akim Demaille <akim@epita.fr>
16001 * src/lalr.c (initialize_lookaheads): New. Extracted from...
16002 * src/LR0.c (set_state_table): here.
16003 * src/lalr.c (lalr): Call it.
16005 2001-12-10 Akim Demaille <akim@epita.fr>
16007 * src/state.h (shifts): Remove the `number' member: shifts are
16008 attached to state, hence no longer need to be labelled with a
16011 2001-12-10 Akim Demaille <akim@epita.fr>
16013 Now that states have a complete set of members, the linked list of
16014 shifts is useless: just fill directly the state's shifts member.
16016 * src/state.h (shifts): Remove the `next' member.
16017 * src/LR0.c (first_state, last_state): Remove.
16018 Adjust the callers.
16019 (augment_automaton): Don't look for the shifts that must be added
16020 a shift on EOF: it is those of the state we looked for! But now,
16021 since shifts are attached, it is no longer needed to looking
16022 merely by its id: its number.
16024 2001-12-10 Akim Demaille <akim@epita.fr>
16026 * src/LR0.c (augment_automaton): Better variable locality.
16027 Remove an impossible branch: if there is a state corresponding to
16028 the start symbol being shifted, then there is shift for the start
16029 symbol from the initial state.
16031 2001-12-10 Akim Demaille <akim@epita.fr>
16033 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
16034 only when appropriate: when insert_start_shifting_state' is not
16036 * tests/regression.at (Rule Line Numbers): Adjust.
16038 2001-12-10 Akim Demaille <akim@epita.fr>
16040 * src/LR0.c (augment_automaton): Now that all states have shifts,
16041 merge the two cases addition shifts to the initial state.
16043 2001-12-10 Akim Demaille <akim@epita.fr>
16045 * src/lalr.c (set_state_table): Move to...
16047 * src/lalr.c (lalr): Don't call it...
16048 * src/LR0.c (generate_states): do it.
16049 * src/LR0.h (first_state): Remove, only the table is used.
16051 2001-12-10 Akim Demaille <akim@epita.fr>
16053 * src/LR0.h (first_shift, first_reduction): Remove.
16054 * src/lalr.c: Don't use first_shift: find shifts through the
16057 2001-12-10 Akim Demaille <akim@epita.fr>
16059 * src/LR0.c: Attach shifts to states as soon as they are
16061 * src/lalr.c (set_state_table): Instead of assigning shifts to
16062 state, just assert that the mapping was properly done.
16064 2001-12-10 Akim Demaille <akim@epita.fr>
16066 * src/LR0.c (insert_start_shift): Rename as...
16067 (insert_start_shifting_state): this.
16068 (insert_eof_shifting_state, insert_accepting_state): New.
16069 (augment_automaton): Adjust.
16070 Better locality of the variables.
16071 When looking if the start_symbol is shifted from the initial
16072 state, using `while (... symbol != start_symbol ...)' sounds
16073 better than `while (... symbol < start_symbol ...)': If fail
16074 to see how the order between symbols could be relevant!
16076 2001-12-10 Akim Demaille <akim@epita.fr>
16078 * src/getargs.h: Don't declare `spec_name_prefix' and
16079 `spec_file_prefix', declared by src/files.h.
16080 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
16081 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
16082 * src/output.c (prepare): Adjust.
16083 * src/reader.c (symbols_output): Likewise.
16084 * src/vmsgetargs.c: Vaguely adjust, but who cares?
16086 2001-12-10 Akim Demaille <akim@epita.fr>
16088 * src/muscle_tab.c (muscle_init): NULL is a better default than
16091 2001-12-10 Akim Demaille <akim@epita.fr>
16093 * src/reader.c (reader): Calling symbols_output once is enough.
16095 2001-12-10 Akim Demaille <akim@epita.fr>
16097 Now that states have a complete set of members, the linked list of
16098 reductions is useless: just fill directly the state's reductions
16101 * src/state.h (struct reductions): Remove member `number' and
16103 * src/LR0.c (first_reduction, last_reduction): Remove.
16104 (save_reductions): Don't link the new reductions, store them in
16106 * src/lalr.c (set_state_table): No need to attach reductions to
16107 states, it's already done.
16108 * src/output.c (output_actions): No longer free the shifts, then
16109 the reductions, then the states: free all the states and their
16112 2001-12-10 Akim Demaille <akim@epita.fr>
16114 * src/options.c (OPTN, DRTV, BOTH): New.
16115 (option_table): Use them.
16117 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
16118 the job of system.h.
16119 * src/options.c: Don't include stdio.h and xalloc.h for the same
16122 2001-12-10 Akim Demaille <akim@epita.fr>
16124 * src/output.c (output, prepare): Make sure the values of the
16125 muscles `action' and `prologue' are 0-terminated.
16127 2001-12-10 Akim Demaille <akim@epita.fr>
16129 Clean up GCC warnings.
16131 * src/reader.c (copy_action): `buf' is not used.
16132 (parse_skel_decl): Be static.
16133 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
16134 * src/options.h (create_long_option_table): Have a real prototype.
16135 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
16136 (hash_delete_at): Return const void *.
16137 Adjust casts to preserve the const.
16139 2001-12-10 Akim Demaille <akim@epita.fr>
16141 * configure.in: Require 2.52g.
16142 M4 is not needed, but AUTOM4TE is.
16143 * m4/m4.m4: Remove.
16144 * tests/Makefile.am: Adjust.
16146 2001-12-10 Akim Demaille <akim@epita.fr>
16148 One structure for states is enough, even though theoretically
16149 there are LR(0) states and LALR(1) states.
16151 * src/lalr.h (state_t): Remove.
16152 (state_table): Be state_t **, not state_t *.
16153 * src/state.h (core, CORE_ALLOC): Rename as...
16154 (state_t, STATE_ALLOC): this.
16155 Add the LALR(1) members: shifts, reductions, errs.
16156 * src/LR0.c (state_table): Rename as...
16157 (state_hash): this, to avoid name clashes with the global
16159 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
16160 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
16162 2001-12-10 Akim Demaille <akim@epita.fr>
16164 Bison dumps core on bash.y.
16165 Reported by Pascal Bart.
16167 * src/warshall.c (bitmatrix_print): New.
16169 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
16170 j must be the outer loop.
16171 * tests/regression.at (Broken Closure): New.
16173 2001-12-05 Akim Demaille <akim@epita.fr>
16175 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
16177 Reported by Peter Hamorsky.
16179 2001-12-05 Akim Demaille <akim@epita.fr>
16181 * src/conflicts.c (err_table): Remove.
16182 (resolve_sr_conflict): Adjust.
16183 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
16185 (state_t.reductions, state_t.shifts): this.
16187 2001-12-05 Akim Demaille <akim@epita.fr>
16189 * src/reduce.c (reduce_grammar_tables): No longer disable the
16190 removal of useless rules via CPP but via `if (0)', so that the
16191 compiler still check the code is valid.
16192 For instance, it should have noticed `rline' no longer exists: use
16193 the `line' member of rule_t.
16194 * src/gram.c (dummy, rline): Remove, unused.
16196 2001-12-05 Akim Demaille <akim@epita.fr>
16198 * src/output.c (pack_vector): Use assert, not berror.
16199 * src/main.c (berror): Remove, unused.
16201 2001-12-05 Akim Demaille <akim@epita.fr>
16203 New experimental feature: if --verbose --trace output all the
16204 items of a state, not only its kernel.
16206 * src/print.c (print_core): If `trace_flag', then invoke closure
16207 before outputting the items of the state (print_core is no longer
16208 a correct name them).
16209 (print_results): Invoke new_closure/free_closure if needed.
16211 2001-12-05 Akim Demaille <akim@epita.fr>
16213 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
16214 * src/closure.c, src/closure.h (itemsetsize): Rename as...
16215 (nitemset): for consistency with the rest of the project.
16217 2001-12-05 Akim Demaille <akim@epita.fr>
16219 * src/closure.c (print_closure): Improve.
16220 (closure): Use it for printing input and output.
16222 2001-12-05 Akim Demaille <akim@epita.fr>
16224 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
16225 indexed by nonterminals.
16227 2001-12-05 Akim Demaille <akim@epita.fr>
16229 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
16231 * src/warshall.h: Remove accidental duplication of the content.
16233 2001-12-05 Akim Demaille <akim@epita.fr>
16235 * src/closure.c (set_fderives): De-obfuscate.
16237 2001-12-05 Akim Demaille <akim@epita.fr>
16239 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
16241 2001-12-05 Akim Demaille <akim@epita.fr>
16243 * src/closure.c (set_firsts): De-obfuscate.
16245 2001-12-05 Akim Demaille <akim@epita.fr>
16247 * src/output.c (action_row): De-obfuscate
16248 using the good o' techniques: arrays not pointers, variable
16249 locality, BITISSET, RESETBIT etc.
16251 2001-12-05 Akim Demaille <akim@epita.fr>
16253 Pessimize the code to simplify it: from now on, all the states
16254 have a valid SHIFTS, which NSHIFTS is possibly 0.
16256 * src/LR0.c (shifts_new): Be global and move to..
16257 * src/state.c, src/state.h: here.
16258 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
16259 * src/print_graph: Adjust.
16261 2001-12-05 Akim Demaille <akim@epita.fr>
16263 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
16264 * src/conflicts.c: Use it.
16265 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
16266 incorrectly ``simplified''.
16268 2001-12-05 Akim Demaille <akim@epita.fr>
16270 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
16271 using the good o' techniques: arrays not pointers, variable
16272 locality, BITISSET, RESETBIT etc.
16274 2001-12-05 Akim Demaille <akim@epita.fr>
16276 * src/state.h (SHIFT_SYMBOL): New.
16277 * src/conflicts.c: Use it to deobfuscate.
16279 2001-12-05 Akim Demaille <akim@epita.fr>
16281 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
16282 (print_reductions): De-obfuscate using the good o' techniques:
16283 arrays not pointers, variable locality, BITISSET.
16285 2001-12-05 Akim Demaille <akim@epita.fr>
16287 * src/conflicts.c (print_reductions): Arrays, not pointers.
16290 2001-12-05 Akim Demaille <akim@epita.fr>
16292 * src/conflicts.c (print_reductions): Pessimize, but clarify.
16294 2001-12-05 Akim Demaille <akim@epita.fr>
16296 * src/conflicts.c (print_reductions): Improve variable locality.
16298 2001-12-05 Akim Demaille <akim@epita.fr>
16300 * src/conflicts.c (print_reductions): Pessimize, but clarify.
16302 2001-12-05 Akim Demaille <akim@epita.fr>
16304 * src/conflicts.c (print_reductions): Improve variable locality.
16306 2001-12-05 Akim Demaille <akim@epita.fr>
16308 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
16309 * src/lalr.c: Use them.
16311 2001-12-05 Akim Demaille <akim@epita.fr>
16313 * src/LR0.c (augment_automaton): Formatting changes.
16314 Better variable locality.
16316 2001-12-05 Akim Demaille <akim@epita.fr>
16318 * src/lalr.c (matrix_print): New.
16319 (transpose): Use it.
16320 Use arrays instead of pointers.
16322 2001-12-05 Akim Demaille <akim@epita.fr>
16324 * src/lalr.c (maxrhs): Move to...
16325 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
16326 * src/lalr.c (build_relations): Adjust.
16328 2001-12-05 Akim Demaille <akim@epita.fr>
16330 * src/lalr.c (transpose): Free the memory allocated to the
16331 argument, as it is replaced by the results by the unique caller.
16332 (build_relations): Merely invoke transpose: it handles the memory
16334 Improve variable locality.
16335 Avoid variables used as mere abbreviations.
16336 (compute_lookaheads): Use arrays instead of pointers.
16338 2001-12-05 Akim Demaille <akim@epita.fr>
16340 * src/lalr.c (initialize_F): Improve variable locality.
16341 Avoid variables used as mere abbreviations.
16343 2001-12-05 Akim Demaille <akim@epita.fr>
16345 * src/derives.c (print_derives): Display the ruleno.
16346 * src/lalr.c (initialize_F, transpose): Better variable locality
16347 to improve readability.
16348 Avoid variables used as mere abbreviations.
16350 2001-12-05 Akim Demaille <akim@epita.fr>
16352 * src/lalr.c (traverse): Use arrays instead of pointers.
16354 2001-12-05 Akim Demaille <akim@epita.fr>
16356 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
16357 the handling of squeue.
16358 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
16360 2001-12-05 Akim Demaille <akim@epita.fr>
16362 Because useless nonterminals are now kept alive (instead of being
16363 `destroyed'), we now sometimes examine them, and store information
16364 related to them. Hence we need to know their number, and adjust
16365 memory allocations.
16367 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
16369 * src/LR0.c (allocate_itemsets): The memory allocated to
16370 `symbol_count' was used for two different purpose: once to count
16371 the number of occurrences of each symbol, and later reassigned to
16372 `shift_symbol', containing the symbol that can be shifted from a
16374 Deobfuscate, i.e., allocate, use and free `symbol_count' here
16376 (new_itemsets): Allocate `shift_symbol' here.
16377 (allocate_itemsets): symbol_count includes useless nonterminals.
16378 Make room for them.
16379 (free_storage): Use `free', not `XFREE', for pointers that cannot
16382 2001-12-05 Akim Demaille <akim@epita.fr>
16384 * src/nullable.c (set_nullable): Deobfuscate the handling of
16386 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
16388 2001-12-05 Akim Demaille <akim@epita.fr>
16390 * src/gram.c, src/gram.h (ritem_print): New.
16391 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
16392 (This useless function was defined only to work around VMS linkers
16393 that can't handle compilation units with variables only).
16394 * src/reduce.c (dump_grammar): Use it to trace the construction of
16397 2001-12-04 Paul Eggert <eggert@twinsun.com>
16399 * src/bison.simple (union yyalloc): Change member names
16400 to be the same as the stack names.
16401 (yyparse): yyptr is now union yyalloc *, not char *.
16402 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
16403 and may generate better code on some machines.
16404 (yystpcpy): Use prototype if __STDC__ is defined, not just
16405 if __cplusplus is defined.
16407 2001-11-30 Akim Demaille <akim@epita.fr>
16409 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
16410 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
16411 Gettext doesn't compile cleanly, and dies with -Werror.
16412 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
16413 Include WARNING_CFLAGS here.
16414 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
16415 before being defined.
16417 2001-11-27 Paul Eggert <eggert@twinsun.com>
16419 * lib/quotearg.h (quotearg_n, quotearg_n_style):
16420 First arg is int, not unsigned.
16421 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
16422 (SIZE_MAX, UINT_MAX): New macros.
16423 (quotearg_n_options): Abort if N is negative.
16424 Avoid overflow check on hosts where size_t is 64 bits and int
16425 is 32 bits, as overflow is impossible there.
16426 Fix off-by-one typo that caused unnecessary reallocation.
16428 2001-11-29 Paul Eggert <eggert@twinsun.com>
16430 Name space cleanup in generated parser.
16432 * doc/bison.texinfo (Bison Parser): Discuss system headers
16433 and their effect on the user name space.
16435 * src/bison.simple:
16436 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
16437 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
16438 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
16440 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
16441 on user names when possible.
16443 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
16444 Simplify test for whather <alloca.h> exists.
16446 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
16448 (<stdio.h>): Include if YYDEBUG.
16450 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
16451 ! defined (yyoverflow) && ! defined (yymemcpy).
16453 (yymemcpy, yyparse): Rename local variables as needed so that
16454 they all begin with 'yy'.
16456 (yystrlen, yystpcpy): New functions.
16458 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
16461 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
16462 instead of relying on string.h functions. Use YYSTACK_ALLOC
16463 and YYSTACK_FREE instead of malloc and free.
16465 2001-11-30 Akim Demaille <akim@epita.fr>
16467 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
16468 before their first uses.
16469 (YYBISON, YYPURE): Move to the top of the output.
16471 2001-11-30 Akim Demaille <akim@epita.fr>
16473 * tests/reduce.at (Useless Nonterminals): Fix.
16475 2001-11-30 Akim Demaille <akim@epita.fr>
16477 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
16478 if body instead of `;' to pacify GCC's warnings.
16480 2001-11-30 Akim Demaille <akim@epita.fr>
16482 Instead of mapping the LHS of unused rules to -1, keep the LHS
16483 valid, but flag the rules as invalid.
16485 * src/gram.h (rule_t): `useful' is a new member.
16486 * src/print.c (print_grammar): Adjust.
16487 * src/derives.c (set_derives): Likewise.
16488 * src/reader.c (packgram, reduce_output): Likewise.
16489 * src/reduce.c (reduce_grammar_tables): Likewise.
16490 * tests/reduce.at (Underivable Rules, Useless Rules): New.
16492 2001-11-30 Akim Demaille <akim@epita.fr>
16494 * src/reduce.c (reduce_output): Formatting changes.
16495 * src/print.c (print_results, print_grammar): Likewise.
16496 * tests/regression.at (Rule Line Numbers)
16497 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
16499 2001-11-30 Akim Demaille <akim@epita.fr>
16501 * src/reduce.c (nonterminals_reduce): Instead of throwing away
16502 useless nonterminals, move them at the end of the symbol arrays.
16503 (reduce_output): Adjust.
16504 * tests/reduce.at (Useless Nonterminals): Adjust.
16506 2001-11-30 Akim Demaille <akim@epita.fr>
16508 * src/reduce.c: Various comment/formatting changes.
16509 (nonterminals_reduce): New, extracted from...
16510 (reduce_grammar_tables): here.
16511 (reduce_grammar): Call nonterminals_reduce.
16513 2001-11-29 Paul Eggert <eggert@twinsun.com>
16515 * src/bison.simple (YYSTACK_REALLOC): Remove.
16516 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
16517 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
16519 (union yyalloc): New type.
16520 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
16521 an arbitrary restriction on hosts where size_t is wider than int.
16523 (yyparse): Don't dump core if alloca or malloc fails; instead, report
16524 a parser stack overflow. Allocate just one block of memory for all
16525 three stacks, instead of allocating three blocks; this typically is
16526 faster and reduces fragmentation.
16528 Do not limit the number of items in the stack to a value that fits
16529 in 'int', as this is an arbitrary limit on hosts with 64-bit
16530 size_t and 32-bit int.
16532 2001-11-29 Marc Autret <autret_m@epita.fr>
16534 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
16535 of defining YYERROR_VERBOSE.
16536 [AT_DATA]: $4 is now out of C declarations in the prologue.
16538 2001-11-28 Marc Autret <autret_m@epita.fr>
16540 * src/reader.c (parse_dquoted_param): New.
16541 (parse_skel_decl): Use it.
16542 * src/lex.h: Add its prototype.
16543 * src/lex.c (literalchar): Become not static.
16545 2001-11-28 Marc Autret <autret_m@epita.fr>
16547 * src/output.h: And put its extern declaration here.
16548 * src/output.c (error_verbose): Define here.
16549 (prepare): Echo name modification.
16550 * src/getargs.h: Clean its extern declaration.
16551 * src/getargs.c (error_verbose_flag): Remove.
16552 (getargs): Remove case 'e'.
16553 * src/options.c (option_table): 'error-verbose' is now seen as simple
16557 * src/reader.c (read_declarations): Remove case tok_include.
16558 (parse_include_decl): Remove.
16559 * src/lex.h (token_t): Remove tok_include.
16560 * src/options.c (option_table): 'include' is now a simple command line
16563 2001-11-28 Marc Autret <autret_m@epita.fr>
16565 * src/bison.simple: Adjust muscle names.
16566 * src/muscle_tab.c (muscle_init): Also rename the muscles.
16567 * src/output.c (prepare): s/_/-/ for the muscles names.
16568 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
16570 2001-11-28 Marc Autret <autret_m@epita.fr>
16572 * src/bison.simple: Fix debug.
16573 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
16575 2001-11-28 Akim Demaille <akim@epita.fr>
16577 * src/LR0.c (shifts_new): New.
16578 (save_shifts, insert_start_shift, augment_automaton): Use it.
16580 2001-11-28 Akim Demaille <akim@epita.fr>
16582 * src/closure.c (closure): `b' and `ruleno' denote the same value:
16585 2001-11-28 Akim Demaille <akim@epita.fr>
16587 * src/closure.c (closure): Instead of looping over word in array
16588 then bits in words, loop over bits in array.
16590 2001-11-28 Akim Demaille <akim@epita.fr>
16592 * src/closure.c (closure): No longer optimize the special case
16593 where all the bits of `ruleset[r]' are set to 0, to make the code
16596 2001-11-28 Akim Demaille <akim@epita.fr>
16598 * src/closure.c (closure): `r' and `c' are new variables, used to
16599 de-obfuscate accesses to RULESET and CORE.
16601 2001-11-28 Akim Demaille <akim@epita.fr>
16603 * src/reduce.c (reduce_print): Use ngettext.
16604 (dump_grammar): Improve the trace accuracy.
16606 2001-11-28 Akim Demaille <akim@epita.fr>
16608 * src/reduce.c (dump_grammar): Don't translate trace messages.
16610 2001-11-28 Akim Demaille <akim@epita.fr>
16612 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
16613 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
16614 as all tags are free'ed afterwards.
16615 From Enrico Scholz.
16617 2001-11-27 Paul Eggert <eggert@twinsun.com>
16619 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
16620 use alloca when we didn't want to, and vice versa.
16622 2001-11-27 Marc Autret <autret_m@epita.fr>
16624 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
16626 * src/output.c (prepare): Remove its update.
16628 2001-11-27 Marc Autret <autret_m@epita.fr>
16630 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
16631 Use %error-verbose.
16633 2001-11-27 Marc Autret <autret_m@epita.fr>
16635 * src/bison.simple: Remove YYERROR_VERBOSE using.
16636 Use %%error_verbose.
16637 (yyparse): Likewise.
16638 * src/output.c (prepare): Give its final value.
16639 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
16640 * src/getargs.h: Add its extern declaration.
16641 * src/getargs.c (error_verbose_flag): New int.
16642 (getargs): Update to catch new case.
16643 * src/options.c (option_table): 'error-verbose' is a new option.
16644 (shortopts): Update.
16646 2001-11-27 Akim Demaille <akim@epita.fr>
16648 * src/system.h: Use intl/libgettext.h.
16649 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
16651 2001-11-27 Akim Demaille <akim@epita.fr>
16653 * tests/torture.at (Exploding the Stack Size with Malloc):
16654 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
16656 2001-11-27 Akim Demaille <akim@epita.fr>
16658 * src/files.c: Include error.h.
16659 Reported by Hans Aberg.
16661 2001-11-26 Marc Autret <autret_m@epita.fr>
16663 * src/reader.c (parse_include_decl): New, not yet implemented.
16664 (read_declarations): Add case tok_include.
16665 * src/getargs.h (include): Add its extern definition.
16666 * src/getargs.c (include): New const char *.
16667 (getargs): Add case '-I'.
16668 * src/options.c (option_table): Add include as command line and
16670 * src/lex.h (token_t): Add tok_include.
16672 2001-11-26 Akim Demaille <akim@epita.fr>
16674 * src/reader.c (readgram): Make sure rules for mid-rule actions
16675 have a lineno equal to that of their host rule.
16676 Reported by Hans Aberg.
16677 * tests/regression.at (Rule Line Numbers): New.
16679 2001-11-26 Akim Demaille <akim@epita.fr>
16681 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
16684 2001-11-26 Akim Demaille <akim@epita.fr>
16686 * src/complain.c, src/complain.h (error): Remove, provided by
16689 2001-11-26 Akim Demaille <akim@epita.fr>
16691 * src/reader.c (read_declarations): Don't abort on tok_illegal,
16692 issue an error message.
16693 * tests/regression.at (Invalid %directive): New.
16694 Reported by Hans Aberg.
16696 2001-11-26 Akim Demaille <akim@epita.fr>
16698 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
16699 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
16701 2001-11-26 Akim Demaille <akim@epita.fr>
16703 * src/conflicts.c (conflicts_print): Don't complain at all when
16704 there are no reduce/reduce conflicts, and as many shift/reduce
16705 conflicts as expected.
16706 * tests/regression.at (%expect right): Adjust.
16708 2001-11-23 Akim Demaille <akim@epita.fr>
16710 * lib/alloca.c: Update, from fileutils.
16712 2001-11-23 Akim Demaille <akim@epita.fr>
16714 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
16716 2001-11-23 Akim Demaille <akim@epita.fr>
16718 * src/system.h: Include alloca.h.
16719 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
16721 2001-11-23 Akim Demaille <akim@epita.fr>
16723 * src/print_graph.c (print_actions): Remove `rule', unused.
16724 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
16725 pacify GCC's signed < unsigned warnings.
16726 * src/closure.c (itemsetsize): Likewise.
16727 * src/reader.c (symbol_list_new): Static.
16729 2001-11-23 Akim Demaille <akim@epita.fr>
16731 Attaching lineno to buckets is stupid, since only one copy of each
16732 symbol is kept, only the line of the first occurrence is kept too.
16734 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
16735 * src/reader.c (rline_allocated): Remove, unused.
16736 (symbol_list): Have a `line' member.
16737 (symbol_list_new): New.
16738 (readgram): Use it.
16739 * src/print.c (print_grammar): Output the rule line numbers.
16740 * tests/regression.at (Solved SR Conflicts)
16741 (Unresolved SR Conflicts): Adjust.
16742 Reported by Hans Aberg.
16744 2001-11-22 Marc Autret <autret_m@epita.fr>
16746 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
16748 2001-11-22 Marc Autret <autret_m@epita.fr>
16750 * src/muscle_tab.c (muscle_init): Remove initialization of
16752 * src/output.c (output_master_parser): Do it here.
16754 2001-11-20 Akim Demaille <akim@epita.fr>
16757 * configure.in (ALL_LINGUAS): Adjust.
16758 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
16759 longer contains strings to translate.
16761 2001-11-19 Akim Demaille <akim@epita.fr>
16763 * src/conflicts.c (conflicts_print): Add a missing \n.
16765 2001-11-19 Akim Demaille <akim@epita.fr>
16767 * src/nullable.c (nullable_print): New.
16768 (set_nullable): Call it when tracing.
16769 Better locality of variables.
16771 2001-11-19 Akim Demaille <akim@epita.fr>
16773 * src/print.c (print_actions): Better locality of variables.
16775 2001-11-19 Akim Demaille <akim@epita.fr>
16777 * src/derives.c (print_derives): Fix and enrich.
16778 * src/closure.c (print_fderives): Likewise.
16780 2001-11-19 Akim Demaille <akim@epita.fr>
16782 * src/closure.c (itemsetend): Remove, replaced with...
16783 (itemsetsize): new.
16785 2001-11-19 Akim Demaille <akim@epita.fr>
16787 * src/LR0.c (kernel_end): Remove, replaced with...
16788 (kernel_size): new.
16790 2001-11-19 Akim Demaille <akim@epita.fr>
16792 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
16795 2001-11-19 Akim Demaille <akim@epita.fr>
16797 * src/closure.c (closure): Use arrays instead of pointers to clarify.
16799 2001-11-19 Akim Demaille <akim@epita.fr>
16801 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
16803 * src/LR0.c: Likewise.
16804 (allocate_itemsets): Use arrays instead of pointers to clarify.
16806 2001-11-19 Akim Demaille <akim@epita.fr>
16808 * src/getargs.c (statistics_flag): Replace with...
16810 (longopts): Accept --trace instead of --statistics.
16811 * src/getargs.h, src/options.c: Adjust.
16812 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
16813 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
16815 2001-11-19 Akim Demaille <akim@epita.fr>
16817 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
16818 pointers to clarify the code.
16819 (save_reductions, save_shifts): Factor common parts of alternatives.
16821 2001-11-19 Akim Demaille <akim@epita.fr>
16823 * src/LR0.c (new_state, get_state): Complete TRACE code.
16824 * src/closure.c: Include `reader.h' to get `tags', needed by the
16826 Rename the conditional DEBUG as TRACE.
16827 Output consistently TRACEs to stderr, not stdout.
16828 * src/derives.c: Likewise.
16829 * src/reduce.c: (inaccessable_symbols): Using if is better style
16831 Use `#if TRACE' instead of `#if 0' for tracing code.
16833 2001-11-19 Akim Demaille <akim@epita.fr>
16835 * src/system.h (LIST_FREE, shortcpy): New.
16836 * src/LR0.c: Use them.
16837 * src/output.c (free_itemsets, free_reductions, free_shifts):
16838 Remove, replaced by LIST_FREE.
16840 2001-11-19 Akim Demaille <akim@epita.fr>
16842 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
16843 (REDUCTIONS_ALLOC): New.
16844 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
16847 2001-11-19 Akim Demaille <akim@epita.fr>
16849 * src/LR0.c (new_state): Complete trace code.
16850 * src/nullable.c (set_nullable): Don't translate traces.
16852 2001-11-19 Akim Demaille <akim@epita.fr>
16854 * src/print_graph.c (print_core): Better locality of variables.
16855 * src/print.c (print_core): Likewise.
16857 2001-11-19 Akim Demaille <akim@epita.fr>
16859 * src/vcg.c: You do the output, so you are responsible of the
16860 handling of VCG syntax, in particular: use quotearg.
16861 * src/print_graph.c: Don't.
16862 (print_actions): Don't output the actions as part of the nodes,
16863 since that's the job of the edges.
16864 (print_state): Don't output by hand: fill the node description,
16865 and ask for its output.
16867 2001-11-19 Akim Demaille <akim@epita.fr>
16869 * src/bison.simple (yyparse): When verbosely reporting an error,
16870 no longer put additional quotes around token names.
16871 * tests/calc.at: Adjust.
16873 2001-11-19 Akim Demaille <akim@epita.fr>
16875 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
16876 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
16877 * src/output.c: Adjust.
16879 2001-11-19 Akim Demaille <akim@epita.fr>
16881 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
16883 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
16885 2001-11-19 Akim Demaille <akim@epita.fr>
16887 * src/gram.h (rule_t): New.
16889 (rrhs, rlhs): Remove, part of state_t.
16890 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
16891 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
16892 * src/reader.c, src/reduce.c: Adjust.
16894 2001-11-19 Akim Demaille <akim@epita.fr>
16896 * src/reader.c (symbols_output): New, extracted from...
16897 (packsymbols): Here.
16900 2001-11-19 Akim Demaille <akim@epita.fr>
16902 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
16903 (maxrhs): this new function.
16905 2001-11-19 Akim Demaille <akim@epita.fr>
16907 * src/lalr.c (F): New macro to access the variable F.
16910 2001-11-19 Akim Demaille <akim@epita.fr>
16912 * src/lalr.h (LA): New macro to access the variable LA.
16913 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16914 * src/lalr.c: Adjust.
16916 2001-11-19 Akim Demaille <akim@epita.fr>
16918 * src/lalr.c (initialize_LA): Only initialize LA. Let...
16919 (set_state_table): handle the `lookaheads' members.
16921 2001-11-19 Akim Demaille <akim@epita.fr>
16923 * src/lalr.h (lookaheads): Removed array, whose contents is now
16925 (state_t): this structure.
16926 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16929 2001-11-19 Akim Demaille <akim@epita.fr>
16931 * src/lalr.h (consistent): Removed array, whose contents is now
16933 (state_t): this structure.
16934 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16937 2001-11-19 Akim Demaille <akim@epita.fr>
16939 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
16940 contents are now members of...
16941 (state_t): this structure.
16942 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16945 2001-11-19 Akim Demaille <akim@epita.fr>
16947 * src/lalr.h (state_t): New.
16948 (state_table): Be a state_t * instead of a core **.
16949 (accessing_symbol): Remove, part of state_t.
16950 * src/lalr.c: Adjust.
16951 (set_accessing_symbol): Merge into...
16952 (set_state_table): this.
16953 * src/print_graph.c, src/conflicts.c: Adjust.
16955 2001-11-14 Akim Demaille <akim@epita.fr>
16957 * tests/calc.at, tests/output.at, tests/regression.at,
16958 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
16959 now the tests are run in private dirs, therefore AC_CLEANUP and
16960 family can be simplified to 0-ary.
16961 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
16962 use abs. path to find config.h.
16963 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
16964 stderr, there can be way too much random noise.
16965 Instead pass -Werror to GCC and rely on the exit status.
16966 Reported by Wolfram Wagner.
16968 2001-11-14 Akim Demaille <akim@epita.fr>
16970 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
16971 defined only if yyoverflow is defined, to avoid `warning: unused
16973 Reported by The Test Suite.
16975 2001-11-14 Akim Demaille <akim@epita.fr>
16977 * src/print.c: Include reduce.h.
16978 Reported by Hans Aberg.
16980 2001-11-14 Akim Demaille <akim@epita.fr>
16982 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
16983 Revert a previous patch: these are really const.
16984 * src/conflicts.c (conflict_report): Additional useless pair of
16985 braces to pacify GCC's warnings for `if () if () {} else {}'.
16986 * src/lex.c (parse_percent_token): Replace equal_offset with
16989 Be sure to strdup `arg' when used, since there is no reason for
16990 token_buffer not to change.
16992 2001-11-14 Akim Demaille <akim@epita.fr>
16994 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
16996 * src/main.c (main): Use them.
16997 Suggested by Hans Aberg.
16999 2001-11-12 Akim Demaille <akim@epita.fr>
17001 * src/system.h (ngettext): Now that we use ngettext, be sure to
17002 provide a default definition when NLS are not used.
17004 2001-11-12 Akim Demaille <akim@epita.fr>
17006 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
17007 Use @kbd to denote user input.
17008 (Language and Grammar): ANSIfy the example.
17009 Adjust its layout for info/notinfo.
17010 (Location Tracking Calc): Output error messages to stderr.
17011 Output locations in a more GNUtically correct way.
17012 Fix a couple of Englishos.
17013 Adjust @group/@end group pairs.
17015 2001-11-12 Akim Demaille <akim@epita.fr>
17017 %expect was not functioning at all.
17019 * src/conflicts.c (expected_conflicts): Set to -1.
17020 (conflict_report): Use ngettext.
17021 (conflicts_print): Check %expect and make its violation an error.
17022 * doc/bison.texinfo (Expect Decl): Adjust.
17023 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
17024 * tests/regression.at (%expect not enough, %expect right)
17025 (%expect too much): New.
17027 2001-11-12 Akim Demaille <akim@epita.fr>
17029 * tests/regression.at (Conflicts): Rename as...
17030 (Unresolved SR Conflicts): this.
17031 (Solved SR Conflicts): New.
17033 2001-11-12 Akim Demaille <akim@epita.fr>
17035 * src/reduce.c (print_results): Rename as...
17036 (reduce_output): This.
17037 Output to OUT, passed as argument, instead of output_obstack.
17038 (dump_grammar): Likewise.
17039 (reduce_free): New.
17041 (reduce_grammar): No longer call reduce_output, since...
17042 * src/print.c (print_results): do it.
17043 * src/main.c (main): Call reduce_free;
17045 2001-11-12 Akim Demaille <akim@epita.fr>
17047 * src/conflicts.c (print_reductions): Accept OUT as argument.
17048 Output to it, not to output_obstack.
17049 * src/print.c (print_actions): Adjust.
17051 2001-11-12 Akim Demaille <akim@epita.fr>
17053 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
17054 the result instead of using...
17055 (src_total, rrc_total, src_count, rrc_count): Remove.
17056 (any_conflicts): Remove.
17057 (print_conflicts): Split into...
17058 (conflicts_print, conflicts_output): New.
17059 * src/conflicts.h: Adjust.
17060 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
17061 * src/print.c (print_grammar): Issue `\n' between two rules.
17062 * tests/regression.at (Conflicts): New.
17063 Reported by Tom Lane.
17065 2001-11-12 Akim Demaille <akim@epita.fr>
17067 * tests/regression.at (Invalid input): Remove, duplicate with
17068 ``Invalid input: 1''.
17070 2001-11-12 Akim Demaille <akim@epita.fr>
17072 * tests/torture.at (AT_DATA_STACK_TORTURE)
17073 (Exploding the Stack Size with Alloca)
17074 (Exploding the Stack Size with Malloc): New.
17076 2001-11-12 Akim Demaille <akim@epita.fr>
17078 * src/bison.simple (YYSTACK_REALLOC): New.
17079 (yyparse) [!yyoverflow]: Use it and free the old stack.
17080 Reported by Per Allansson.
17082 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
17084 * src/bison.simple: Define type yystype instead of YYSTYPE, and
17085 define CPP macro, which substitute YYSTYPE by yystype.
17086 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
17087 with yyltype/YYLTYPE. This allows inclusion of the generated
17088 header within the parser if the compiler, such as GGC, accepts
17089 multiple equivalent #defines.
17092 2001-11-05 Akim Demaille <akim@epita.fr>
17094 * src/reader.c (symbols_output): New, extracted from...
17095 (packsymbols): here.
17098 2001-11-05 Akim Demaille <akim@epita.fr>
17100 * src/lex.c (parse_percent_token): s/quotearg/quote/.
17102 2001-11-05 Akim Demaille <akim@epita.fr>
17104 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
17107 2001-11-05 Akim Demaille <akim@epita.fr>
17109 * src/options.h (struct option_table_struct): set_flags is void*.
17110 * src/options.c (longopts): Support `--output' and `%output'.
17112 * src/lex.h (tok_setopt): Remove, replaced with...
17113 (tok_intopt, tok_stropt): these new guys.
17114 * src/lex.c (getopt.h): Not needed.
17115 (token_buffer, unlexed_token_buffer): Not const.
17116 (percent_table): Promote `-' over `_' in directive names.
17117 Active `%name-prefix', `file-prefix', and `output'.
17118 (parse_percent_token): Accept possible arguments to directives.
17119 Promote `-' over `_' in directive names.
17121 2001-11-04 Akim Demaille <akim@epita.fr>
17123 * doc/bison.texinfo (Decl Summary): Split the list into
17124 `directives for grammars' and `directives for bison'.
17126 Add description of `%name-prefix', `file-prefix', and `output'.
17127 Promote `-' over `_' in directive names.
17128 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
17129 Simplify the description of `--name-prefix'.
17130 Promote `-' over `_' in directive names.
17131 Promote `--output' over `--output-file'.
17132 Fix the description of `--defines'.
17133 * tests/output.at: Exercise %file-prefix and %output.
17135 2001-11-02 Akim Demaille <akim@epita.fr>
17137 * doc/refcard.tex: Update.
17139 2001-11-02 Akim Demaille <akim@epita.fr>
17141 * src/symtab.h (SUNDEF): New.
17142 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
17143 stand for `uninitialized', instead of 0.
17144 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
17145 * src/lex.c (lex): Adjust.
17147 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
17149 Let yylex return it instead of a plain 0.
17150 Reported by Dick Streefland.
17152 2001-11-02 Akim Demaille <akim@epita.fr>
17154 * tests/regression.at (Mixing %token styles): New test.
17156 2001-11-02 Akim Demaille <akim@epita.fr>
17158 * src/reader.c (parse_thong_decl): Formatting changes.
17159 (token_translations_init): New, extracted from...
17160 (packsymbols): Here.
17163 2001-11-01 Akim Demaille <akim@epita.fr>
17165 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
17166 Check that `9foo.y' produces correct cpp guards.
17167 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
17171 2001-11-01 Akim Demaille <akim@epita.fr>
17173 * tests/regression.at (Invalid input: 2): New.
17174 * src/lex.c (unlexed_token_buffer): New.
17175 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
17179 2001-11-01 Akim Demaille <akim@epita.fr>
17181 * tests/calc.at: Catch up with 1.30.
17182 * configure.in: Bump to 1.49a.
17183 Adjust to newer Autotest.
17185 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
17187 * src/conflicts.c: Move global variables rrc_total and src_total ...
17188 (print_conflicts): here.
17189 * src/output.c (output): Free global variable user_toknums.
17190 * src/lex.c (token_obstack): Become static.
17192 2001-10-18 Akim Demaille <akim@epita.fr>
17194 * tests/atlocal.in (GCC): Add.
17195 * tests/calc.at: s/m4_match/m4_bmatch/.
17196 s/m4_patsubst/m4_bpatsubst/.
17197 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
17198 * configure.in: AC_SUBST(GCC).
17200 2001-10-14 Marc Autret <autret_m@epita.fr>
17202 * src/options.c (create_long_option_table): Fix.
17204 2001-10-10 Akim Demaille <akim@epita.fr>
17206 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
17208 2001-10-04 Akim Demaille <akim@epita.fr>
17210 * src/reader.c (parse_union_decl): Push the caracters in
17211 union_obstack, not attrs_obstack.
17213 2001-10-04 Akim Demaille <akim@epita.fr>
17215 Merge in the branch 1.29.
17217 * src/reader.c (packsymbols): Use a temporary obstack for
17218 `%%tokendef', since output_stack is already used elsewhere.
17220 2001-10-02 Akim Demaille <akim@epita.fr>
17224 2001-10-02 Akim Demaille <akim@epita.fr>
17228 2001-10-02 Akim Demaille <akim@epita.fr>
17230 * tests/regression.at (Invalid CPP headers): New.
17231 From Alexander Belopolsky.
17232 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
17234 2001-10-02 Akim Demaille <akim@epita.fr>
17236 * tests/regression.at (Invalid input): New.
17237 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
17240 2001-10-02 Akim Demaille <akim@epita.fr>
17242 * tests/calc.at: Now that --debug works, the tests must be adjusted.
17244 2001-10-02 Akim Demaille <akim@epita.fr>
17246 * src/output.c (output_parser): Assert `skeleton'.
17247 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
17251 2001-10-01 Marc Autret <autret_m@epita.fr>
17253 * src/lex.h: Echo modifications.
17254 * src/lex.c (unlex): Parameter is now token_t.
17257 2001-10-01 Marc Autret <autret_m@epita.fr>
17259 * src/main.c: Include lex.h.
17262 2001-09-29 Akim Demaille <akim@epita.fr>
17264 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
17266 2001-09-28 Akim Demaille <akim@epita.fr>
17268 * tests/testsuite.at: Update to newer Autotest.
17269 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
17271 2001-09-27 Akim Demaille <akim@epita.fr>
17273 Position independent wrapper.
17275 * tests/bison: Remove.
17276 * tests/bison.in: New.
17277 * configure.in: Adjust.
17279 2001-09-27 Paul Eggert <eggert@twinsun.com>
17281 Port quotearg fixes from tar 1.13.24.
17283 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
17285 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
17286 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
17288 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
17289 * m4/mbrtowc.m4: New file.
17290 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
17291 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
17293 2001-09-27 Akim Demaille <akim@epita.fr>
17297 2001-09-27 Akim Demaille <akim@epita.fr>
17301 2001-09-25 Akim Demaille <akim@epita.fr>
17303 * src/system.h: Include `xalloc.h'.
17304 Remove it from the C files.
17305 * src/files.c (output_files): Free the obstacks.
17306 * src/lex.c (init_lex): Rename as...
17309 * src/main.c (main): Use it.
17311 2001-09-24 Marc Autret <autret_m@epita.fr>
17313 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
17314 to output informations in fout (FILE*).
17315 (open_graph, close_graph): Likewise.
17316 (output_graph, output_edge, output_node): Likewise.
17317 * src/vcg.h: Update function prototypes.
17318 * src/print_graph.c (print_graph): Open output graph file.
17319 (print_actions): Adjust.
17320 * src/files.h: Remove extern declaration.
17321 * src/files.c: Remove graph_obstack declaration.
17322 (open_files): Remove graph_obstack initialization.
17323 (output_files): Remove graph_obstack saving.
17325 2001-09-24 Marc Autret <autret_m@epita.fr>
17327 * src/files.c (compute_output_file_names): Fix.
17329 2001-09-24 Marc Autret <autret_m@epita.fr>,
17330 Akim Demaille <akim@epita.fr>
17332 * src/reader.c (reader): Remove call to free_symtab ().
17333 * src/main.c (main): Call it here.
17335 * src/conflicts.c (initialize_conflicts): Rename as...
17336 (solve_conflicts): this.
17337 * src/print.c (print_core, print_actions, print_state)
17338 (print_grammar): Dump to a file instead a `output_obstack'.
17339 (print_results): Dump `output_obstack', and then proceed with the
17341 * src/files.c (compute_output_file_names, close_files): New.
17342 (output_files): Adjust.
17343 * src/main.c (main): Adjust.
17345 2001-09-23 Marc Autret <autret_m@epita.fr>
17347 * src/files.c (compute_header_macro): Computes header macro name
17348 from spec_defines_file when given.
17350 2001-09-23 Marc Autret <autret_m@epita.fr>
17352 * src/files.c (output_files): Add default extensions.
17354 2001-09-22 Akim Demaille <akim@epita.fr>
17356 * src/conflicts.c (finalize_conflicts): Rename as...
17357 (free_conflicts): this.
17359 2001-09-22 Akim Demaille <akim@epita.fr>
17361 * src/gram.c (gram_free): Rename back as...
17363 (output_token_translations): Free `token_translations'.
17364 * src/symtab.c (free_symtab): Free the tag field.
17366 2001-09-22 Akim Demaille <akim@epita.fr>
17368 Remove `translations' as it is always set to true.
17370 * src/gram.h: Adjust.
17371 * src/reader.c (packsymbols, parse_token_decl): Adjust
17372 * src/print.c (print_grammar): Adjust.
17373 * src/output.c (output_token_translations): Adjust.
17374 * src/lex.c (lex): Adjust.
17375 * src/gram.c: Be sure the set pointers to NULL.
17376 (dummy): Rename as...
17379 2001-09-22 Akim Demaille <akim@epita.fr>
17381 * configure.in: Invoke AM_LIB_DMALLOC.
17382 * src/system.h: Use dmalloc.
17383 * src/LR0.c: Be sure to have pointers initialized to NULL.
17384 (allocate_itemsets): Allocate kernel_items only if needed.
17386 2001-09-22 Akim Demaille <akim@epita.fr>
17388 * configure.in: Bump to 1.29b.
17389 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
17390 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
17391 need xmalloc.c in calc.y.
17394 2001-09-21 Akim Demaille <akim@epita.fr>
17397 * Makefile.maint, config/config.guess, config/config.sub,
17398 * config/missing: Update from masters.
17399 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
17401 * configure.in (ALL_LINGUAS): Add `tr'.
17403 2001-09-21 Akim Demaille <akim@epita.fr>
17405 * tests/Makefile.am (package.m4): Move to...
17406 ($(srcdir)/$(TESTSUITE)): here.
17408 2001-09-20 Akim Demaille <akim@epita.fr>
17410 * src/complain.c: No longer try to be standalone: use system.h.
17411 Don't assume __STDC__ is defined to 1. Just test if it is defined.
17412 * src/complain.h: Likewise.
17413 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
17414 Remove the unused variable `n'.
17415 From Albert Chin-A-Young.
17417 2001-09-18 Marc Autret <autret_m@epita.fr>
17419 * doc/bison.1: Update.
17420 * doc/bison.texinfo (Bison Options): Update --defines and --graph
17422 (Option Cross Key): Update.
17425 2001-09-18 Marc Autret <autret_m@epita.fr>
17427 * tests/regression.at: New test (comment in %union).
17429 2001-09-18 Marc Autret <autret_m@epita.fr>
17431 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
17433 Reported by Keith Browne.
17435 2001-09-18 Marc Autret <autret_m@epita.fr>
17437 * tests/output.at: Add tests for --defines and --graph.
17439 2001-09-18 Marc Autret <autret_m@epita.fr>
17441 * tests/output.at: Removes tests of %{header,src}_extension features.
17443 2001-09-18 Akim Demaille <akim@epita.fr>
17445 * tests/Makefile.am (package.m4): New.
17446 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
17447 (_AT_CHECK_CALC_ERROR): Likewise.
17448 Factor the `, ' part of verbose error messages.
17450 2001-09-18 Marc Autret <autret_m@epita.fr>
17452 * src/getargs.c (longopts): Declare --defines and --graph as options
17453 with optional arguments.
17454 * src/files.h: Add extern declarations.
17455 * src/files.c (spec_graph_file, spec_defines_file): New.
17456 (output_files): Update.
17457 Remove CPP-outed code.
17459 2001-09-18 Marc Autret <autret_m@epita.fr>
17461 Turn off %{source,header}_extension feature.
17463 * src/files.c (compute_exts_from_gf): Update.
17464 (compute_exts_from_src): Update.
17465 (output_files): CPP-out useless code.
17466 * src/files.h: Remove {header,source}_extension extern declarations.
17467 * src/reader.c (parse_dquoted_param): CPP-out.
17468 (parse_header_extension_decl): Remove.
17469 (parse_source_extension_decl): Remove.
17470 (read_declarations): Remove cases tok_{hdrext,srcext}.
17471 * src/lex.c (percent_table): Remove {header,source}_extension entries.
17472 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
17474 2001-09-10 Akim Demaille <akim@epita.fr>
17476 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
17477 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
17478 (AT_CHECK_OUTPUT): this.
17479 Merely check ls' exit status, its output is useless.
17481 2001-09-10 Akim Demaille <akim@epita.fr>
17483 * tests/calc.at: Use m4_match.
17484 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
17486 2001-09-10 Marc Autret <autret_m@epita.fr>,
17487 Akim Demaille <akim@epita.fr>
17489 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
17491 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
17493 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
17494 * src/lex.h: Adjust prototype.
17495 (token_t): Add `tok_undef'.
17496 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
17497 (parse_percent_token): Now returns token_t.
17498 Add default statement in switch.
17499 (lex): Separate `c' as an input variable, from the token_t result
17501 (unlexed): Is a token_t.
17503 2001-09-10 Akim Demaille <akim@epita.fr>
17505 * configure.in: Bump to 1.29a.
17507 2001-09-07 Akim Demaille <akim@epita.fr>
17511 2001-08-30 Akim Demaille <akim@epita.fr>
17513 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
17514 * m4/atconfig.m4: Remove.
17515 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
17516 * tests/bison: New.
17517 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
17518 m4_if, m4_patsubst, and m4_regexp.
17519 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
17520 `input' file instead of echo.
17522 2001-08-29 Akim Demaille <akim@epita.fr>
17526 2001-08-29 Akim Demaille <akim@epita.fr>
17530 2001-08-29 Paul Eggert <eggert@twinsun.com>
17532 * src/bison.simple (yyparse): Don't take the address of an
17533 item before the start of an array, as that doesn't conform to
17536 2001-08-29 Robert Anisko <anisko_r@epita.fr>
17538 * doc/bison.texinfo (Location Tracking Calc): New node.
17540 2001-08-29 Paul Eggert <eggert@twinsun.com>
17542 * src/output.c (output): Do not define const, as this now
17543 causes more problems than it cures.
17545 2001-08-29 Akim Demaille <akim@epita.fr>
17547 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
17549 Be sure to tag the `detailmenu'.
17551 2001-08-29 Akim Demaille <akim@epita.fr>
17553 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
17554 download in a tmp dir.
17556 2001-08-28 Marc Autret <autret_m@epita.fr>
17558 * config/depcomp: New file.
17560 2001-08-28 Marc Autret <autret_m@epita.fr>
17562 * doc/bison.1 (mandoc): Adjust.
17563 From Juan Manuel Guerrero.
17565 2001-08-28 Marc Autret <autret_m@epita.fr>
17567 * src/print_graph.c (print_state): Fix.
17569 2001-08-27 Marc Autret <autret_m@epita.fr>
17571 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
17573 Echo modifications to the functions prototypes.
17574 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
17576 2001-08-27 Marc Autret <autret_m@epita.fr>
17578 * src/vcg.c: Include `xalloc.h'.
17579 (add_colorentry): New.
17580 (add_classname): New.
17581 (add_infoname): New.
17582 * src/vcg.h: Add new prototypes.
17584 2001-08-27 Akim Demaille <akim@epita.fr>
17586 * Makefile.maint: Sync. again with CVS Autoconf.
17588 2001-08-27 Akim Demaille <akim@epita.fr>
17590 * Makefile.maint: Formatting changes.
17591 (po-update, cvs-update, update): New targets.
17594 2001-08-27 Akim Demaille <akim@epita.fr>
17596 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17597 * Makefile.maint: Sync. with CVS Autoconf.
17599 2001-08-27 Marc Autret <autret_m@epita.fr>
17601 * src/vcg.h (struct infoname_s): New.
17602 (struct colorentry_s): New.
17603 (graph_s): New fields {vertical,horizontal}_order in structure.
17604 Add `infoname' field.
17605 Add `colorentry' field;
17606 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
17607 (G_HORIZONTAL_ORDER): New.
17609 (G_COLORENTRY): New.
17610 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
17611 Add output of `infoname'.
17612 Add output of `colorentry'.
17614 2001-08-27 Marc Autret <autret_m@epita.fr>
17616 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
17617 This one shadowed a global parameter.
17619 2001-08-24 Marc Autret <autret_m@epita.fr>
17621 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
17622 instead of `unsigned'.
17623 (print_state): Do not call obstack_object_size () in obstack_grow ()
17624 to avoid macro variables shadowing.
17626 2001-08-23 Marc Autret <autret_m@epita.fr>
17628 * src/lex.c (percent_table): Typo: s/naem/name/.
17630 Normalize new options declarations.
17632 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
17634 * tests/suite.at: Exercise %header_extension and %source_extension.
17636 2001-08-16 Marc Autret <autret_m@epita.fr>
17638 * src/reader.c (parse_dquoted_param): New.
17639 (parse_header_extension_decl): Use it.
17640 (parse_source_extension_decl): Likewise.
17642 2001-08-16 Marc Autret <autret_m@epita.fr>
17644 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
17645 (get_xxxx_str): Use assert () instead of complain ().
17646 Remove return invokations in default cases.
17647 (get_decision_str): Modify default behaviour. Remove second argument.
17648 Echo modifications on calls.
17649 (output_graph): Fix.
17651 2001-08-16 Marc Autret <autret_m@epita.fr>
17653 * src/getargs.c (usage): Update with ``-g, --graph''.
17655 2001-08-16 Marc Autret <autret_m@epita.fr>
17657 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
17658 (Option Cross Key): Likewise.
17659 * doc/bison.1: Update.
17661 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
17663 * src/output.c (output_master_parser): Don't finish action_obstack.
17664 (output_parser): Don't care about the muscle action, here.
17665 (prepare): Copy the action_obstack in the action muscle.
17666 (output): Free action_obstack.
17668 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
17670 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
17671 will contain `%union' declaration.
17672 (parse_union_decl): Delete #line directive output.
17673 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
17674 informations about %union.
17675 (parse_union_decl): Copy the union_obstack in the muscle stype.
17676 * src/bison.simple: Add new #line directive.
17677 Add typdef %%stype YYSTYPE.
17679 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
17681 * src/bison.simple: Add new `#line' directive.
17683 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
17685 * src/bison.simple: New `#line' directive.
17686 * src/output.c (output_parser): Support new dynamic muscle input_line.
17688 2001-09-22 Marc Autret <autret_m@epita.fr>
17690 * src/output.c (output_master_parser): New.
17691 (output_parser): Be more re-entrant.
17693 2001-09-21 Marc Autret <autret_m@epita.fr>
17695 * src/reader.c (copy_definition, parse_union_decl): Update and use
17697 (copy_action): Likewise.
17698 Use obstack_1grow ().
17699 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
17701 2001-09-21 Marc Autret <autret_m@epita.fr>
17703 * src/options.c (option_table): Adjust.
17704 * src/lex.c (parse_percent_token): Fix.
17706 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
17708 * src/options.c (symtab.h): Include it, need by lex.h.
17710 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
17712 * src/lex.c (parse_percent_token): Change type of variable `tx', which
17713 is now an option_table_struct*.
17714 (option_strcmp): New function option_strcmp.
17715 (parse_percent_token): Call option_strcmp.
17716 * src/getargs.c (xalloc.h, options.h): Include it.
17717 (getargs): Call create_long_option_table.
17718 (getargs): Free longopts at the end of the function.
17719 (shortopts): Move in options.c.
17720 * src/options.c (create_long_option_table): New function. Convert
17721 information from option_table to option structure.
17722 * src/reader.c (options.h): Include it.
17724 * src/Makefile.am: Adjust.
17725 * src/options.c (option_table): Create from longopts and percent_table.
17726 * src/getargs.c (longopts): Delete.
17727 * src/lex.c (struct percent_table_struct): Delete.
17728 (percent_table): Delete.
17729 (options.h): Include it.
17730 * src/options.c: Create.
17731 * src/options.h: Create.
17732 Declare enum opt_access_e.
17733 Define struct option_table_struct.
17735 2001-09-20 Marc Autret <autret_m@epita.fr>
17737 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
17740 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
17742 * src/bison.simple: s/%%filename/%%skeleton.
17743 * src/muscle_tab.c (getargs.h): Include it.
17744 (muscle_init): Insert new muscle skeleton.
17746 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
17748 * src/output.c (output_parser): Delete unused variable actions_dumped.
17750 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
17752 * src/output.c (output): Delete call to reader_output_yylsp.
17753 * src/reader.c (reader): Likewise.
17754 * src/reader.h: Delete declaration of reader_output_yylsp.
17756 2001-09-02 Marc Autret <autret_m@epita.fr>
17758 * src/reader.c: Include muscle_tab.h.
17759 (parse_union_decl): Update.
17760 (parse_macro_decl): Rename parse_muscle_decl.
17761 Update to use renamed functions and variable.
17762 (read_declarations, copy_action, read_additionnal_code, : Updated
17763 with correct variables and functions names.
17764 (packsymbols, reader): Likewise.
17766 * src/reader.h (muscle_obstack): Extern declaration update.
17768 * src/output.c: Include muscle_tab.h
17769 In all functions using macro_insert, change by using muscle_insert ().
17770 (macro_obstack): Rename muscle_obstack.
17771 Echo modifications in the whole file.
17772 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
17773 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
17774 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
17776 * src/muscle_tab.h: Update double inclusion macros.
17777 (macro_entry_s): Rename muscle_entry_s.
17780 * src/muscle_tab.c: Include muscle_tab.h.
17781 Rename macro_tabble to muscle_table.
17782 (mhash1, mhash2, mcmp): Use muscle_entry.
17783 (macro_init): Rename muscle_init. Update.
17784 (macro_insert): Rename muscle_insert. Update.
17785 (macro_find): Rename muscle_find. Update.
17787 * src/main.c: Include muscle_tab.h.
17788 (main): Call muscle_init ().
17789 * src/Makefile.am (bison_SOURCES): Echo modifications.
17791 2001-09-02 Marc Autret <autret_m@epita.fr>
17793 Now the files macro_tab.[ch] are named muscle_tab.[ch].
17795 * src/muscle_tab.c, src/muscle_tab.h: Add files.
17797 2001-09-02 Marc Autret <autret_m@epita.fr>
17799 * src/macrotab.c, src/macrotab.h: Remove.
17801 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
17803 * src/reader.c (copy_guard): Use muscle to specify the `#line'
17806 2001-09-01 Marc Autret <autret_m@epita.fr>
17808 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
17809 to an explicit value to activate the feature. We do it here.
17811 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17813 * src/output.c (prepare): Delete the `filename' muscule insertion.
17814 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
17815 (parse_union_decl): Likewise.
17816 * src/macrotab.c (macro_init): Initialize filename by infile.
17818 2001-08-31 Marc Autret <autret_m@epita.fr>
17820 * src/bison.simple (YYLSP_NEEDED): New definition.
17821 * src/output.c (prepare): Add macro insertion of `locations_flag'
17823 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17825 * src/output.c (prepare): Delete insertion of previous muscles,
17826 and insert the `prefix' muscles.
17827 * src/macrotab.c (macro_init): Likewise.
17828 (macro_init): Initialization prefix directive by `yy'.
17829 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17830 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
17831 yylval, yydebug, yyerror, yynerrs and yyparse.
17832 New directive `#define' to substitute yydebug, ... with option
17835 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17837 * src/main.c (main): Standardize.
17838 * src/output.c (output_table_data, output_parser): Likewise.
17839 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
17841 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
17843 * src/reader.c (read_additionnal_code): Rename %%user_code to
17845 * src/output.c (output): Rename %%declarations to %%prologue.
17846 * src/bison.simple: Echo modifications.
17848 2001-08-31 Marc Autret <autret_m@epita.fr>
17850 * src/reader.c (readgram): CleanUp.
17851 (output_token_defines): Likewise.
17852 (packsymbols): Likewise.
17853 (reader): Likewise.
17854 * src/output.c (output): CPP-out useless code.
17856 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17858 * src/reader.c (reader): Delete obsolete call to function
17859 output_trailers and output_headers.
17860 * src/output.h: Remove obsolete functions prototypes of output_headers
17861 and output_trailers.
17863 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
17865 * src/main.c: Include macrotab.h.
17866 * src/macrotab.h (macro_entry_s): Constify fields.
17867 Adjust functions prototypes.
17868 * src/macrotab.c (macro_insert): Constify key and value.
17869 (macro_find): Constify key.
17870 (macro_insert): Include 'xalloc.h'
17871 (macro_insert): Use XMALLOC.
17872 (macro_find): Constify return value.
17873 * src/output.c (output_table_data): Rename table to table_data.
17874 (output_parser): Constify macro_key, macro_value.
17876 2001-08-30 Marc Autret <autret_m@epita.fr>
17878 * src/reader.c (parse_skel_decl): New.
17879 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
17880 * src/lex.h (token_t): New token `tok_skel'.
17881 * src/lex.c (percent_table): Add skeleton option entry.
17884 2001-08-29 Marc Autret <autret_m@epita.fr>
17886 * src/bison.simple: Add %%user_code directive at the end.
17887 * src/reader.c (read_additionnal_code): New.
17889 * src/output.c (output_program): Remove.
17892 2001-08-28 Marc Autret <autret_m@epita.fr>
17894 * src/output.c (output_actions): Clean up.
17895 (output_gram): CPP-out useless code.
17896 * src/reader.c (reader): Clean up, CPP-out useless code.
17898 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
17900 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
17902 * src/bison.simple: Add `%%definitions'.
17904 2001-08-28 Marc Autret <autret_m@epita.fr>
17906 * config/depcomp: New file.
17908 2001-08-27 Paul Eggert <eggert@twinsun.com>
17910 * src/bison.simple (yyparse): Don't take the address of an
17911 item before the start of an array, as that doesn't conform to
17914 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
17916 * src/output.c (output): Remove the initialization of the macro
17917 obstack. It was done too late here.
17919 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
17921 (reader): Initialize the macro obstack here, since we need it to grow
17922 '%define' directives.
17924 * src/reader.h: Declare the macro obstack as extern.
17926 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
17928 * src/output.c (output_parser): Fix. Store single '%' characters in
17929 the output obstack instead of throwing them away.
17931 2001-08-27 Akim Demaille <akim@epita.fr>
17933 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17935 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17937 * lib/Makefile.am: Adjust.
17939 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17941 * src/bison.simple: Update and add '%%' directives.
17943 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17945 * src/reader.c (reader): Remove calls to 'output_headers' and
17946 'output_trailers'. Remove some C output.
17947 (readgram): Disable a piece of code that was writing a default
17948 definition for 'YYSTYPE'.
17949 (reader_output_yylsp): Remove.
17950 (packsymbols): Output token defintions to a macro.
17951 (copy_definition): Disable C output.
17953 * src/reader.c (parse_macro_decl): New function used to parse macro
17955 (copy_string2): Put the body of copy_string into this new function.
17956 Add a parameter to let the caller choose whether he wants to copy the
17957 string delimiters or not.
17958 (copy_string): Be a simple call to copy_string2 with the last argument
17960 (read_declarations): Add case for macro definition.
17961 (copy_identifier): New.
17962 (parse_macro_decl): Read macro identifiers using copy_identifier
17965 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17967 * src/output.c (prepare): Add prefixed names.
17968 (output_parser): Output semantic actions.
17969 (output_parser): Fix bug on '%%line' directives.
17971 * src/output.c (output_headers): Remove. The C code printed by this
17972 function should now be in the skeletons.
17973 (output_trailers): Remove.
17974 (output): Disable call to 'reader_output_yylsp'.
17975 (output_rule_data): Do not output tables to the table obstack.
17977 * src/output.c: Remove some C dedicated output.
17978 Improve the use of macro and output obstacks.
17979 (output_defines): Remove.
17981 * src/output.c (output_token_translations): Associate 'translate'
17982 table with a macro. No output to the table obstack.
17983 (output_gram): Same for 'rhs' and 'prhs'.
17984 (output_stos): Same for 'stos'.
17985 (output_rule_data): Same for 'r1' and 'r2'.
17986 (token_actions): Same for 'defact'.
17987 (goto_actions): Same for 'defgoto'.
17988 (output_base): Same for 'pact' and 'pgoto'.
17989 (output_table): Same for 'table'.
17990 (output_check): Same for 'check'.
17992 * src/output.c (output_table_data): New function.
17993 (output_short_table): Remove.
17994 (output_short_or_char_table): Remove.
17996 * src/output.c (output_parser): Replace most of the skeleton copy code
17997 with something new. Skeletons are now processed character by character
17998 rather than line by line, and Bison looks for '%%' macros. This is the
17999 first step in making Bison's output process (a lot) more flexible.
18000 (output_parser): Use the macro table.
18002 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
18004 * src/main.c (main): Initialize the macro table.
18006 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
18008 * src/lex.c (percent_table): Add tok_define.
18009 * src/lex.h: Add tok_define.
18011 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
18013 * src/macrotab.c: New file.
18014 * src/macrotab.h: New file.
18015 * src/Makefile.am: Update.
18017 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
18019 * lib/hash.c: New file.
18020 * lib/hash.h: New file.
18021 * lib/Makefile.am: Update.
18023 2001-08-15 Akim Demaille <akim@epita.fr>
18027 2001-08-15 Marc Autret <autret_m@epita.fr>
18029 * src/reader.c (readgram): Indent output macro YYSTYPE.
18030 (packsymbols): Likewise.
18031 (output_token_defines): Likewise.
18032 * src/files.c: Standardize.
18033 (compute_header_macro): New.
18034 (defines_obstack_save): New. Use compute_header_macro.
18035 (output_files): Update. Use defines_obstack_save.
18037 2001-08-15 Akim Demaille <akim@epita.fr>
18039 * doc/bison.texinfo (Table of Symbols): Document
18040 YYSTACK_USE_ALLOCA.
18042 2001-08-15 Akim Demaille <akim@epita.fr>
18044 * missing: Update from CVS Automake.
18045 * config/config.guess, config/config.sub, config/texinfo.tex:
18046 Update from gnu.org.
18048 2001-08-15 Akim Demaille <akim@epita.fr>
18050 * Makefile.maint: Sync with CVS Autoconf.
18052 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
18054 * doc/bison.texinfo: Include GNU Free Documentation License from
18056 * doc/fdl.texi: Add to package.
18058 2001-08-14 Marc Autret <autret_m@epita.fr>
18060 Turn on %{source,header}_extension features.
18062 * src/lex.c (percent_table): Un-CPP out header_extension and
18064 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
18065 (compute_exts_from_src): Remove conditions. It restores priorities
18068 2001-08-14 Marc Autret <autret_m@epita.fr>
18070 * src/files.c (compute_base_names): Add extensions computing when
18071 `--file-prefix' used.
18072 Standardize function calls.
18074 2001-08-13 Marc Autret <autret_m@epita.fr>
18076 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
18077 defining it (defined but null disables alloca).
18079 2001-08-13 Marc Autret <autret_m@epita.fr>
18081 * src/bison.simple (_yy_memcpy): CPP reformat.
18083 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
18085 * tests/atconfig.in (CPPFLAGS): Fix.
18087 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
18089 * doc/bison.texinfo: Include GNU General Public License from
18091 * doc/gpl.texi: Add to package.
18093 2001-08-10 Marc Autret <autret_m@epita.fr>
18095 * src/print_graph.h: Fix.
18096 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
18098 2001-08-10 Akim Demaille <akim@epita.fr>
18100 * src/system.h: Provide default declarations for stpcpy, strndup,
18103 2001-08-10 Robert Anisko <anisko_r@epita.fr>
18105 * doc/bison.texinfo (Locations): Update @$ stuff.
18107 2001-08-09 Robert Anisko <anisko_r@epita.fr>
18109 * src/bison.simple (YYLLOC_DEFAULT): Update.
18112 2001-08-08 Marc Autret <autret_m@epita.fr>
18114 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
18115 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
18116 Reported by Fabrice Bauzac.
18118 2001-08-08 Marc Autret <autret_m@epita.fr>
18120 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
18121 * src/vcg.c (output_node): Fix.
18122 * src/vcg.h: Cleanup.
18123 * src/print_graph.c: Add comments.
18124 (node_output_size): New global variable. Simplify the formatting of
18125 the VCG graph output.
18126 (print_actions): Unused code is now used. It notifies the final state
18127 and no action states in the VCG graph. It also give the reduce actions.
18128 The `shift and goto' edges are red and the `go to state' edges are
18130 Get the current node name and node_obstack by argument.
18131 (node_obstack): New variable.
18132 (print_state): Manage node_obstack.
18133 (print_core): Use node_obstack given by argument.
18134 A node is not only computed here but in print_actions also.
18135 (print_graph): CPP out useless code instead of commenting it.
18137 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
18139 * tests/atconfig.in (CPPFLAGS): Fix.
18141 2001-08-07 Akim Demaille <akim@epita.fr>
18143 * src/print_graph.c (quote): New.
18144 (print_core): Use it.
18146 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
18148 * src/vcg.c (complain.h): Include it.
18149 Unepitaize `return' invocations.
18150 [NDEBUG] (main): Remove.
18151 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
18152 * src/files.c (open_files): Initialize graph_obstack.
18153 * src/print_graph.c (print_actions): CPP out useless code.
18154 (print_core): Don't output the last `\n' in labels.
18156 * src/files.c (output_files): Output the VCG file.
18157 * src/main.c (main): Invoke print_graph ();
18159 2001-08-06 Marc Autret <autret_m@epita.fr>
18161 Automaton VCG graph output.
18162 Using option ``-g'' or long option ``--graph'', you can generate
18163 a gram_filename.vcg file containing a VCG description of the LALR (1)
18164 automaton of your grammar.
18166 * src/main.c: Call to print_graph() function.
18167 * src/getargs.h: Update.
18168 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
18169 (graph_flag): New flag.
18170 (longopts): Update.
18171 (getargs): Add case `g'.
18172 * src/files.c (graph_obstack): New obstack struct.
18173 (open_files): Initialize new obstack.
18174 (output_files): Saves graph_obstack if required.
18175 * src/files.h (graph_obstack): New extern declaration.
18176 * src/Makefile.am: Add new source files.
18178 2001-08-06 Marc Autret <autret_m@epita.fr>
18180 * src/print_graph.c, src/print_graph.h (graph): New.
18181 * src/vcg.h: New file.
18182 * src/vcg.c: New file, VCG graph handling.
18184 2001-08-06 Marc Autret <autret_m@epita.fr>
18186 Add of %source_extension and %header_extension which specify
18187 the source or/and the header output file extension.
18189 * src/files.c (compute_base_names): Remove initialisation of
18190 src_extension and header_extension.
18191 (compute_exts_from_gf): Update.
18192 (compute_exts_from_src): Update.
18193 (output_files): Update.
18194 * src/reader.c (parse_header_extension_decl): New.
18195 (parse_source_extension_decl): New.
18196 (read_declarations): New case statements for the new tokens.
18197 * src/lex.c (percent_table): Add entries for %source_extension
18198 and %header_extension.
18199 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
18201 2001-08-06 Marc Autret <autret_m@epita.fr>
18203 * configure.in: Bump to 1.28c.
18204 * doc/bison.texinfo: Texinfo thingies.
18206 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
18208 * tests/atconfig.in (CPPFLAGS): Add.
18209 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
18211 2001-08-03 Akim Demaille <akim@epita.fr>
18215 2001-08-03 Akim Demaille <akim@epita.fr>
18217 * tests/Makefile.am (check-local): Ship testsuite.
18218 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
18219 Include `string.h'.
18221 2001-08-03 Akim Demaille <akim@epita.fr>
18223 * configure.in: Try using -Wformat when compiling.
18225 2001-08-03 Akim Demaille <akim@epita.fr>
18227 * configure.in: Bump to 1.28b.
18229 2001-08-03 Akim Demaille <akim@epita.fr>
18231 * src/complain.c: Adjust strerror_r portability issues.
18233 2001-08-03 Akim Demaille <akim@epita.fr>
18237 2001-08-03 Akim Demaille <akim@epita.fr>
18239 * src/getargs.c, src/getarg.h (skeleton)): Constify.
18240 * src/lex.c (literalchar): Avoid name clashes on `buf'.
18241 * src/getargs.c: Include complain.h.
18242 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
18243 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
18245 2001-08-03 Akim Demaille <akim@epita.fr>
18247 * src/reader.c (readgram): Display hidden chars in error messages.
18249 2001-08-03 Akim Demaille <akim@epita.fr>
18251 Update to gettext 0.10.39.
18253 2001-08-03 Akim Demaille <akim@epita.fr>
18255 * lib/strspn.c: New.
18257 2001-08-01 Marc Autret <autret_m@epita.fr>
18259 * doc/bison.texinfo: Update.
18260 * doc/bison.1 (mandoc): Update.
18261 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
18262 * src/files.c: Support output files extensions computing.
18263 (src_extension): New static variable.
18264 (header_extension): New static variable.
18265 (tr): New function.
18266 (get_extension_index): New function, gets the index of an extension
18267 filename in a string.
18268 (compute_exts_from_gf): New function, computes extensions from the
18269 grammar file extension.
18270 (compute_exts_from_src): New functions, computes extensions from the
18271 C source file extension, file given by ``-o'' option.
18272 (compute_base_names): Update.
18273 (output_files): Update.
18275 2001-08-01 Robert Anisko <anisko_r@epita.fr>
18277 * doc/bison.texi: Document @$.
18278 (Locations): New section.
18280 2001-07-18 Akim Demaille <akim@epita.fr>
18282 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
18283 * config/prev-version.txt, config/move-if-change: New.
18284 * Makefile.am: Adjust.
18286 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
18288 * src/bison.simple (yyparse): Suppress warning `comparaison
18289 between signed and unsigned'.
18291 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
18293 * src/getargs.h (raw_flag): Remove.
18294 * src/getargs.c: Die on `-r'/`--raw'.
18295 * src/lex.c (parse_percent_token): Die on `%raw'.
18296 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
18297 * tests/calc.at: Suppress test with option `--raw'.
18299 2001-07-14 Akim Demaille <akim@epita.fr>
18302 * configure.in: Require Autoconf 2.50.
18303 Update to gettext 0.10.38.
18305 2001-03-16 Akim Demaille <akim@epita.fr>
18307 * doc/bison.texinfo: ANSIfy the examples.
18309 2001-03-16 Akim Demaille <akim@epita.fr>
18311 * getargs.c (skeleton): New variable.
18312 (longopts): --skeleton is a new option.
18313 (shortopts, getargs): -S is a new option.
18314 * getargs.h: Declare skeleton.
18315 * output.c (output_parser): Use it.
18317 2001-03-16 Akim Demaille <akim@epita.fr>
18319 * m4/strerror_r.m4: New.
18320 * m4/error.m4: Run AC_FUNC_STRERROR_R.
18321 * lib/error.h, lib/error.c: Update.
18323 2001-03-16 Akim Demaille <akim@epita.fr>
18325 * src/getargs.c (longopts): Clean up.
18327 2001-02-21 Akim Demaille <akim@epita.fr>
18329 * src/reader.c (gensym): `gensym_count' is your own.
18330 Use a static buf to create the symbol name, as token_buffer is no
18333 2001-02-08 Akim Demaille <akim@epita.fr>
18335 * src/conflicts.c (conflict_report): Be sure not to append to res
18336 between two calls, which could happen if both first sprintf were
18337 skipped, but not the first cp += strlen.
18339 2001-02-08 Akim Demaille <akim@epita.fr>
18341 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
18342 New, from fileutils 4.0.37.
18343 * configure.in: Require Autoconf 2.49c. I took some time before
18344 making this decision. This is the only way out for portability
18345 issues in Bison, it would mean way too much duplicate effort to
18346 import in Bison features implemented in 2.49c since 2.13.
18347 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
18349 2001-02-02 Akim Demaille <akim@epita.fr>
18351 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
18352 * lib/xalloc.h, lib/xmalloc.c: Update.
18354 2001-01-19 Akim Demaille <akim@epita.fr>
18356 Get rid of the ad hoc handling of token_buffer in the scanner: use
18359 * src/lex.c (token_obstack): New.
18360 (init_lex): Initialize it. No longer call...
18361 (grow_token_buffer): this. Remove it.
18362 Adjust all the places which used it to use the obstack.
18364 2001-01-19 Akim Demaille <akim@epita.fr>
18366 * src/lex.h: Rename all the tokens:
18367 s/\bENDFILE\b/tok_eof/g;
18368 s/\bIDENTIFIER\b/tok_identifier/g;
18370 Let them be enums, not #define, to ease debugging.
18371 Adjust all the code.
18373 2001-01-18 Akim Demaille <akim@epita.fr>
18375 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
18376 * src/lex.c (maxtoken, grow_token_buffer): Static.
18378 2001-01-18 Akim Demaille <akim@epita.fr>
18380 Since we now use obstacks, more % directives can be enabled.
18382 * src/lex.c (percent_table): Also accept `%yacc',
18383 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
18385 Handle the actions for `%semantic_parser' and `%pure_parser' here,
18386 instead of returning a token.
18387 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
18388 * src/reader.c (read_declarations): Adjust.
18389 * src/files.c (open_files): Don't call `compute_base_names', don't
18390 compute `attrsfile' since they depend upon data which might be
18391 *in* the input file now.
18392 (output_files): Do it here.
18393 * src/output.c (output_headers): Document the fact that this patch
18394 introduces a guaranteed SEGV for semantic parsers.
18395 * doc/bison.texinfo: Document them.
18396 * tests/suite.at: Exercise these %options.
18398 2000-12-20 Akim Demaille <akim@epita.fr>
18400 Also handle the output file (--verbose) with obstacks.
18402 * files.c (foutput): Remove.
18403 (output_obstack): New.
18404 Adjust all dependencies.
18405 * src/conflicts.c: Return a string.
18406 * src/system.h (obstack_grow_string): Rename as...
18407 (obstack_sgrow): this. Be ready to work with non literals.
18408 (obstack_fgrow4): New.
18410 2000-12-20 Akim Demaille <akim@epita.fr>
18412 * src/files.c (open_files): Fix the computation of short_base_name
18413 in the case of `-o foo.tab.c'.
18415 2000-12-20 Akim Demaille <akim@epita.fr>
18417 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
18418 (copy_dollar): Now that everything uses obstacks, get rid of the
18421 2000-12-20 Akim Demaille <akim@epita.fr>
18423 * src/files.c (open_files): Actually the `.output' file is based
18424 on the short_base_name, not base_name.
18425 * tests/suite.at (Checking output file names): Adjust.
18427 2000-12-20 Akim Demaille <akim@epita.fr>
18429 * src/bison.s1: Remove, we now use directly...
18430 * src/bison.simple: this.
18431 * src/Makefile.am: Use pkgdata instead of data.
18433 2000-12-20 Akim Demaille <akim@epita.fr>
18435 * src/files.c (guard_obstack): New.
18436 (open_files): Initialize it.
18437 (output_files): Dump it...
18438 * src/files.h: Export it.
18439 * src/reader.c (copy_guard): Use it.
18441 2000-12-19 Akim Demaille <akim@epita.fr>
18443 * src/files.c (outfile, defsfile, actfile): Removed as global
18445 (open_files): Don't compute them.
18446 (output_files): Adjust.
18447 (base_name, short_base_name): Be global.
18448 Adjust dependencies.
18450 2000-12-19 Akim Demaille <akim@epita.fr>
18452 * src/files.c (strsuffix): New.
18453 (stringappend): Be just like strcat but allocate.
18454 (base_names): Eve out from open_files.
18455 Try to simplify the rather hairy computation of base_name and
18457 (open_files): Use it.
18458 * tests/suite.at (Checking output file names): New test.
18460 2000-12-19 Akim Demaille <akim@epita.fr>
18462 * src/system.h (obstack_grow_literal_string): Rename as...
18463 (obstack_grow_string): this.
18464 * src/output.c (output_parser): Recognize `%% actions' instead of
18466 * src/bison.s1: s/$/%% actions/.
18467 * src/bison.hairy: Likewise.
18469 2000-12-19 Akim Demaille <akim@epita.fr>
18471 * src/output.c (output_parser): Compute the `#line' lines when
18473 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
18474 Suggested by Hans Aberg.
18476 2000-12-19 Akim Demaille <akim@epita.fr>
18478 Let the handling of the skeleton files be local to the procedures
18481 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
18483 (fparser, open_extra_files): Remove.
18484 (open_files, output_files): Don't take care of fparser.
18485 * src/files.h: Adjust.
18486 * src/output.c (output_parser): Open and close the file to the
18488 * src/reader.c (read_declarations): When %semantic_parser, open
18491 2000-12-19 Akim Demaille <akim@epita.fr>
18493 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
18494 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
18496 2000-12-19 Akim Demaille <akim@epita.fr>
18498 * src/files.c (open_files): Yipee! We no longer need all the code
18499 looking for `/tmp' since we have no tmp file.
18501 2000-12-19 Akim Demaille <akim@epita.fr>
18503 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
18505 * src/files.c (open_files): Less dependency on MSDOS etc.
18507 2000-12-14 Akim Demaille <akim@epita.fr>
18509 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
18510 Provide a default definition.
18511 Use it when executing the default @ action.
18512 * src/reader.c (reader_output_yylsp): No longer include
18513 `timestamp' and `text' in the default YYLTYPE.
18515 2000-12-12 Akim Demaille <akim@epita.fr>
18517 * src/reader.c (copy_definition, parse_union_decl, copy_action)
18518 (copy_guard): Quote the file names.
18519 Reported by Laurent Mascherpa.
18521 2000-12-12 Akim Demaille <akim@epita.fr>
18523 * src/output.c (output_headers, output_program, output): Be sure
18524 to escape special characters when outputting filenames.
18525 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
18526 (output_headers): Don't depend on them, Use ACTSTR.
18528 2000-11-17 Akim Demaille <akim@epita.fr>
18530 * lib/obstack.h: Formatting changes.
18531 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
18532 prevents type checking.
18533 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
18534 cast the value to (void *): assigning a `foo *' to a `void *'
18536 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
18537 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
18540 2000-11-17 Akim Demaille <akim@epita.fr>
18542 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
18544 (suite.m4, regression.m4, calc.m4): these.
18545 * tests/atgeneral.m4: Update from CVS Autoconf.
18547 2000-11-17 Akim Demaille <akim@epita.fr>
18549 * tests/regression.m4 (%union and --defines): New test,
18550 demonstrating a current bug in the obstack implementation.
18552 2000-11-17 Akim Demaille <akim@epita.fr>
18554 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
18556 Use them to declare the variables which are global or local to
18559 2000-11-17 Akim Demaille <akim@epita.fr>
18561 * acconfig.h: Remove, no longer used.
18563 2000-11-07 Akim Demaille <akim@epita.fr>
18565 * src: s/Copyright (C)/Copyright/g.
18567 2000-11-07 Akim Demaille <akim@epita.fr>
18569 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
18571 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
18573 2000-11-07 Akim Demaille <akim@epita.fr>
18575 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
18576 Merge in a single CPP if/else.
18578 2000-11-07 Akim Demaille <akim@epita.fr>
18580 * src/output.c (output): Remove useless variables.
18581 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
18582 argument `data' for consistency with the prototypes.
18583 Qualify it `const'.
18584 (obstack_copy, obstack_copy0): Rename the second argument as
18585 `address' for consistency. Qualify it `const'.
18586 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
18587 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
18588 `const' their input argument (`data' or `address').
18589 Adjust the corresponding macros to include `const' in casts.
18591 2000-11-03 Akim Demaille <akim@epita.fr>
18593 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
18594 s/PFILE1/BISON_HAIRY/.
18595 Adjust dependencies.
18597 2000-11-03 Akim Demaille <akim@epita.fr>
18599 For some reason, this was not applied.
18601 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
18602 `unlink': it's no longer used.
18604 2000-11-03 Akim Demaille <akim@epita.fr>
18606 * src/files.c (skeleton_find): New function, eved out of...
18607 (open_files, open_extra_files): here.
18609 2000-11-03 Akim Demaille <akim@epita.fr>
18611 Don't use `atexit'.
18613 * src/files.c (obstack_save): New function.
18614 (done): Rename as...
18615 (output_files): this.
18616 Use `obstack_save'.
18617 * src/main.c (main): Don't use `atexit' to register `done', since
18618 it no longer has to remove tmp files, just call `output_files'
18619 when there are no errors.
18621 2000-11-02 Akim Demaille <akim@epita.fr>
18623 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
18624 `unlink': it's no longer used.
18625 * src/files.h: Formatting changes.
18627 2000-11-02 Akim Demaille <akim@epita.fr>
18629 Remove the last uses of mktemp and unlink/delete.
18631 * src/files.c (fdefines, ftable): Removed.
18632 (defines_ostack, table_obstack): New.
18633 Adjust dependencies of the former into uses of the latter.
18634 * src/output.c (output_short_or_char_table, output_short_table):
18635 Convert to using obstacks.
18636 * src/reader.c (copy_comment2): Accept one FILE * and two
18638 (output_token_defines, reader_output_yylsp): Use obstacks.
18639 * src/system.h (obstack_fgrow3): New.
18640 * po/POTFILES.in: Adjust.
18642 2000-11-01 Akim Demaille <akim@epita.fr>
18644 Change each use of `fattrs' into a use of `attrs_obstack'.
18646 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
18647 * src/files.c (fattrs): Remove.
18648 (attrs_obstack): New.
18649 Adjust all dependencies.
18650 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
18652 2000-11-01 Akim Demaille <akim@epita.fr>
18654 Introduce obstacks.
18655 Change each use of `faction' into a use of `action_obstack'.
18657 * lib/obstack.h, lib/obstack.c: New files.
18658 * src/files.c (faction): Remove.
18659 (action_obstack): New.
18660 Adjust all dependencies.
18662 2000-10-20 Akim Demaille <akim@epita.fr>
18664 * lib/quote.h (PARAMS): New macro. Use it.
18666 2000-10-16 Akim Demaille <akim@epita.fr>
18668 * src/output.c (output_short_or_char_table): New function.
18669 (output_short_table, output_token_translations): Use it.
18670 (goto_actions): Use output_short_table.
18672 2000-10-16 Akim Demaille <akim@epita.fr>
18674 * src/symtab.c (bucket_new): New function.
18677 * src/output.c (output_short_table): New argument to display the
18678 comment associated with the table.
18679 Adjust dependencies.
18680 (output_gram): Use it.
18681 (output_rule_data): Nicer output layout for YYTNAME.
18683 2000-10-16 Akim Demaille <akim@epita.fr>
18685 * src/lex.c (read_typename): New function.
18687 * src/reader.c (copy_dollar): Likewise.
18689 2000-10-16 Akim Demaille <akim@epita.fr>
18691 * src/reader.c (copy_comment2): Expect the input stream to be on
18692 the `/' which is suspected to open a comment, instead of being
18693 called after `//' or `/*' was read.
18694 (copy_comment, copy_definition, parse_union_decl, copy_action)
18695 (copy_guard): Adjust.
18697 2000-10-16 Akim Demaille <akim@epita.fr>
18699 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
18700 `read_signed_integer'.
18702 2000-10-16 Akim Demaille <akim@epita.fr>
18704 * src/reader.c (copy_dollar): New function.
18705 (copy_guard, copy_action): Use it.
18707 2000-10-16 Akim Demaille <akim@epita.fr>
18709 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
18710 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
18711 New files, from Fileutils 4.0.27.
18712 * src/main.c (printable_version): Remove.
18713 * src/lex.c, src/reader.c: Use `quote'.
18715 2000-10-04 Akim Demaille <akim@epita.fr>
18717 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
18719 2000-10-04 Akim Demaille <akim@epita.fr>
18721 * doc/bison.texinfo: Various typos spotted by Neil Booth.
18723 2000-10-04 Akim Demaille <akim@epita.fr>
18725 When a literal string is used to define two different tokens,
18726 `bison -v' segfaults.
18727 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
18729 * tests/regression.m4: New file.
18730 Include the core of the sample provided by Piotr Gackiewicz.
18731 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
18734 2000-10-04 Akim Demaille <akim@epita.fr>
18736 * src/reader.c (parse_expect_decl): Keep `count' within the size
18740 2000-10-02 Paul Eggert <eggert@twinsun.com>
18742 * bison.s1 (yyparse): Assign the default value
18743 unconditionally, to avoid a GCC warning and make the parser a
18746 2000-10-02 Akim Demaille <akim@epita.fr>
18748 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
18751 2000-10-02 Akim Demaille <akim@epita.fr>
18753 * src/derives.c, src/print.c, src/reduce.c: To ease the
18754 translation, move some `\n' out of the translated strings.
18756 2000-10-02 Akim Demaille <akim@epita.fr>
18758 The location tracking mechanism is precious for parse error
18759 messages. Nevertheless, it is enabled only when `@n' is used in
18760 the grammar, which is a different issue (you can use it in error
18761 message, but not in the grammar per se). Therefore, there should
18762 be another means to enable it.
18764 * src/getargs.c (getargs): Support `--locations'.
18765 (usage): Report it.
18766 * src/getargs.h (locationsflag): Export it.
18767 * src/lex.c (percent_table): Support `%locations'.
18768 * src/reader.c (yylsp_needed): Remove this variable, now replaced
18769 with `locationsflag'.
18770 * doc/bison.texinfo: Document `--locations' and `%locations'.
18772 * tests/calc.m4: Test it.
18774 For regularity of the names, replace each
18775 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
18776 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
18777 In addition replace each `flag' with `_flag'.
18779 2000-10-02 Akim Demaille <akim@epita.fr>
18781 Also test parse error messages, including with YYERROR_VERBOSE.
18783 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
18785 Use it to check the computations.
18786 Use it to check `nonassoc' is honored.
18787 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
18788 `--yyerror-verbose'.
18789 (_AT_CHECK_CALC): Adjust to this option.
18790 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
18792 2000-10-02 Akim Demaille <akim@epita.fr>
18794 Test also `--verbose', `--defines' and `--name-prefix'. Testing
18795 the latter demonstrates a flaw in the handling of non debugging
18796 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
18797 was used in order to simplify:
18813 unfortunately this leads to a CPP conflict when
18814 `--name-prefix=foo' is used since it produces `#define yydebug
18817 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
18818 (YYDPRINTF): New macro.
18820 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
18822 Also test `--verbose', `--defines' and `--name-prefix'.
18824 2000-10-02 Akim Demaille <akim@epita.fr>
18826 Improve the readability of the produced parsers.
18828 * src/bison.s1: Formatting changes.
18829 Improve the comment related to the `$' mark.
18830 (yydefault): Don't fall through to `yyresume': `goto' there.
18831 * src/output.c (output_parser): When the `$' is met, skip the end
18833 New variable, `number_of_dollar_signs', to check there's exactly
18834 one `$' in the parser skeleton.
18836 2000-10-02 Akim Demaille <akim@epita.fr>
18838 * lib/xstrdup.c: New file, from the fileutils.
18839 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
18840 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
18841 instead of strlen + xmalloc + strcpy.
18842 * src/symtab.c (copys): Remove, use xstrdup instead.
18844 2000-10-02 Akim Demaille <akim@epita.fr>
18846 * src/gram.h (associativity): New enum type which replaces the
18847 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
18848 `right_assoc', `left_assoc' and `non_assoc'.
18849 Adjust all dependencies.
18850 * src/reader.c: Formatting changes.
18851 (LTYPESTR): Don't define it, use it as a literal in
18852 `reader_output_yylsp'.
18853 * src/symtab.h (symbol_class): New enum type which replaces the
18854 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
18855 `sunknown', `stoken and `snterm'.
18857 2000-10-02 Akim Demaille <akim@epita.fr>
18859 * src/getargs.c (fixed_outfiles): Rename as...
18860 (yaccflag): for consistency and accuracy.
18861 Adjust dependencies.
18863 2000-10-02 Akim Demaille <akim@epita.fr>
18865 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
18866 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
18867 difficult and introduced a lot of core dump. It turns out that
18868 Bison used an implementation of `xmalloc' based on `calloc', and
18869 at various places it does depend upon the initialization to 0. I
18870 have not tried to isolate the pertinent places, and all the former
18871 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
18872 someone should address this issue.
18874 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
18875 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
18877 Adjust dependencies.
18878 * src/warshall.h: New file.
18881 2000-10-02 Akim Demaille <akim@epita.fr>
18883 Various anti-`extern in *.c' changes.
18885 * src/system.h: Include `assert.h'.
18887 2000-10-02 Akim Demaille <akim@epita.fr>
18889 * src/state.h (nstates, final_state, first_state, first_shift)
18890 (first_reduction): Move their exportation from here...
18891 * src/LR0.h: to here.
18892 Adjust dependencies.
18893 * src/getargs.c (statisticsflag): New variable.
18894 Add support for `--statistics'.
18895 Adjust dependencies.
18897 Remove a lot of now useless `extern' statements in most files.
18899 2000-10-02 Akim Demaille <akim@epita.fr>
18901 * src/LR0.h: New file.
18904 2000-10-02 Akim Demaille <akim@epita.fr>
18906 * src/print.h: New file.
18908 * src/print.c: Formatting and ordering changes.
18909 (verbose, terse): Replace with...
18910 (print_results): this new function.
18911 Adjust dependencies.
18913 2000-10-02 Akim Demaille <akim@epita.fr>
18915 * src/conflicts.c (conflict_report): New function.
18916 (conflict_log, verbose_conflict_log): Replace with...
18917 (print_conflicts): this function.
18918 Adjust dependencies.
18919 * src/conflicts.h: New file.
18920 Propagate its inclusion.
18922 2000-10-02 Akim Demaille <akim@epita.fr>
18924 * src/nullable.h: New file.
18925 Propagate its inclusion.
18926 * src/nullable.c: Formatting changes.
18928 2000-10-02 Akim Demaille <akim@epita.fr>
18930 * src/reduce.h: New file.
18931 Propagate its inclusion.
18932 * src/reduce.c: Topological sort and other formatting changes.
18933 (bool, TRUE, FALSE): Move their definition to...
18934 * src/system.h: here.
18936 2000-10-02 Akim Demaille <akim@epita.fr>
18938 * src/files.c: Formatting changes.
18939 (tryopen, tryclose, openfiles): Rename as...
18940 (xfopen, xfclose, open_files): this.
18941 (stringappend): static.
18942 * src/files.h: Complete the list of exported symbols.
18945 2000-10-02 Akim Demaille <akim@epita.fr>
18947 * src/reader.h: New file.
18948 Propagate its use instead of tedious list of `extern' and
18950 * src/reader.c: Formatting changes, topological sort,
18953 2000-10-02 Akim Demaille <akim@epita.fr>
18955 * src/lex.h: Prototype `lex.c' exported functions.
18956 * src/reader.c: Adjust.
18957 * src/lex.c: Formatting changes.
18958 (safegetc): Rename as...
18961 2000-10-02 Akim Demaille <akim@epita.fr>
18963 * src/lalr.h: New file.
18964 Propagate its inclusion instead of prototypes and `extern'.
18965 * src/lalr.c: Formatting changes, topological sorting etc.
18967 2000-10-02 Akim Demaille <akim@epita.fr>
18969 * src/output.c (token_actions): Introduce a temporary array,
18970 YYDEFACT, that makes it possible for this function to use
18971 output_short_table.
18973 2000-10-02 Akim Demaille <akim@epita.fr>
18975 `user_toknums' is output as a `short[]' in `output.c', while it is
18976 defined as a `int[]' in `reader.c'. For consistency with the
18977 other output tables, `user_toknums' is now defined as a table of
18980 * src/reader.c (user_toknums): Be a short table instead of an int
18982 Adjust dependencies.
18984 Factor the short table outputs.
18986 * src/output.c (output_short_table): New function.
18987 * src/output.c (output_gram, output_stos, output_rule_data)
18988 (output_base, output_table, output_check): Use it.
18990 2000-10-02 Akim Demaille <akim@epita.fr>
18992 * src/output.c (output): Topological sort of the functions, in
18993 order to get rid of the `static' prototypes.
18994 No longer use `register'.
18995 * src/output.h: New file.
18996 Propagate its inclusion in files explicitly prototyping functions
18999 2000-09-21 Akim Demaille <akim@epita.fr>
19001 * src/atgeneral.m4: Update from Autoconf.
19003 2000-09-21 Akim Demaille <akim@epita.fr>
19005 * src/closure.h: New file.
19006 * src/closure.c: Formatting changes, topological sort over the
19007 functions, use of closure.h.
19008 (initialize_closure, finalize_closure): Rename as...
19009 (new_closure, free_closure): these. Adjust dependencies.
19010 * src/LR0.c: Formatting changes, topological sort, use of
19012 (initialize_states): Rename as...
19013 (new_states): this.
19014 * src/Makefile.am (noinst_HEADERS): Adjust.
19016 2000-09-20 Akim Demaille <akim@epita.fr>
19018 * src/acconfig.h: Don't protect config.h against multiple
19020 Don't define PARAMS.
19021 * src/system.h: Define PARAMS.
19022 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
19023 purpose of config.h. system.h must not try to fix wrong
19024 definitions in config.h.
19026 2000-09-20 Akim Demaille <akim@epita.fr>
19028 * src/derives.h: New file.
19029 * src/main.c, src/derives.h: Use it.
19030 Formatting changes.
19031 * src/Makefile.am (noinst_HEADERS): Adjust.
19033 2000-09-20 Akim Demaille <akim@epita.fr>
19035 * tests/atgeneral.m4: Update from Autoconf.
19036 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
19037 (AT_CHECK_CALC): New macros.
19038 Use these macros to test bison with options `', `--raw',
19039 `--debug', `--yacc', `--yacc --debug'.
19041 2000-09-19 Akim Demaille <akim@epita.fr>
19043 * src/output.c: Formatting changes.
19044 * src/machine.h: Remove, leaving its contents in...
19045 * src/system.h: here.
19047 Adjust all dependencies on stdio.h and machine.h.
19048 * src/getargs.h: New file.
19049 Let all `extern' declarations about getargs.c be replaced with
19050 inclusion of `getargs.h'.
19051 * src/Makefile.am (noinst_HEADERS): Adjust.
19053 * tests/calc.m4 (yyin): Be initialized in main, not on the global
19055 (yyerror): Returns void, not int.
19056 * doc/bison.texinfo: Formatting changes.
19058 2000-09-19 Akim Demaille <akim@epita.fr>
19060 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
19063 2000-09-18 Akim Demaille <akim@epita.fr>
19065 * configure.in: Append WARNING_CFLAGS to CFLAGS.
19066 * src/Makefile.am (INCLUDES): Don't.
19067 Be ready to fetch headers in lib/.
19069 2000-09-18 Akim Demaille <akim@epita.fr>
19071 * doc/bison.texinfo: Update the copyright.
19072 ANSIfy and GNUify the examples.
19073 Remove the old menu.
19075 2000-09-18 Akim Demaille <akim@epita.fr>
19077 First set of tests: use the `calc' example from the documentation.
19079 * src/bison.s1 (yyparse): Condition the code using `yytname' which
19080 is defined only when YYDEBUG is.
19081 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
19082 * src/files.c (tryopen, tryclose): Formatting changes.
19083 Move to the top and be static.
19084 * src/reader.c (read_signed_integer): Likewise.
19085 * tests/calc.m4: New file.
19086 * Makefile.am, suite.m4: Adjust.
19087 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
19089 2000-09-18 Akim Demaille <akim@epita.fr>
19091 Add support for an Autotest test suite for Bison.
19093 * m4/m4.m4, m4/atconfig.m4: New files.
19094 * m4/Makefile.am (EXTRA_DIST): Adjust.
19095 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
19097 * src/getargs.c: Display a more standard --version message.
19098 * src/reader.c (reader): Formatting changes.
19099 No longer depend upon VERSION_STRING.
19100 * configure.in: No longer use `dnl'.
19101 Set up the test suite and the new directory `tests/.
19102 (VERSION_STRING): Remove.
19104 2000-04-14 Akim Demaille <akim@epita.fr>
19106 * src/reader.c (copy_comment2): New function, same as former
19107 `copy_comment', but outputs into two FILE *.
19108 (copy_comment): Use it.
19109 (parse_union_decl): Use it.
19110 (get_type, parse_start_decl): Use the same `invalid' message.
19111 (parse_start_decl, parse_union_decl): Use the same `multiple'
19113 (parse_union_decl, copy_guard, copy_action): Use the same
19114 `unmatched' message.
19115 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
19117 2000-03-31 Akim Demaille <akim@epita.fr>
19119 * src/files.c (tryopen, tryclose): Move to the top.
19122 2000-03-31 Akim Demaille <akim@epita.fr>
19124 * src/main.c (main): Don't call `done', exit does it.
19126 2000-03-31 Akim Demaille <akim@epita.fr>
19128 * allocate.c: s/return (foo)/return foo/.
19129 * lalr.c: Likewise.
19131 * output.c: Likewise.
19132 * reader.c: Likewise.
19133 * symtab.c: Likewise.
19134 * vmsgetargs.c: Likewise.
19136 2000-03-31 Akim Demaille <akim@epita.fr>
19138 Clean up the error reporting functions.
19140 * src/report.c: New file.
19141 * src/report.h: Likewise.
19142 * src/Makefile.am: Adjust.
19143 * m4/error.m4: New file.
19144 * m4/Makefile.am: Adjust.
19145 * configure.in (jm_PREREQ_ERROR): Call it.
19146 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
19148 (fatal, fatals): Remove. All callers use complain.c::fatal.
19149 (warn, warni, warns, warnss, warnss): Remove. All callers use
19150 complain.c::complain.
19151 (toomany): Remove, use fatal instead.
19152 * src/files.c (done): No argument, use complain_message_count.
19153 * src/main.c (main): Register `done' to `atexit'.
19155 * src/getargs.c (usage): More `fputs', less `fprintf'.
19157 2000-03-28 Akim Demaille <akim@epita.fr>
19159 * lib/: New directory.
19160 * Makefile.am (SUBDIRS): Adjust.
19161 * configure.in: Adjust.
19162 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
19164 * src/alloca.c: Moved to lib/.
19165 * src/getopt.c: Likewise.
19166 * src/getopt1.c: Likewise.
19167 * src/getopt.h: Likewise.
19168 * src/ansi2knr.c: Likewise.
19169 * src/ansi2knr.1: Likewise.
19170 * src/Makefile.am: Adjust.
19171 * lib/Makefile.am: New file.
19173 2000-03-28 Akim Demaille <akim@epita.fr>
19175 * src/getargs.c (usage): Refresh the help message.
19177 2000-03-17 Akim Demaille <akim@epita.fr>
19179 * src/getopt1.c: Updated from textutils 2.0e
19180 * src/getopt.c: Likewise.
19181 * src/getopt.h: Likewise.
19183 2000-03-17 Akim Demaille <akim@epita.fr>
19185 * src/Makefile.am (bison.simple): Fix the awk program: quote only
19186 the file name, not the whole `#line LINE FILE'.
19188 2000-03-17 Akim Demaille <akim@epita.fr>
19190 On syntax errors, report the token on which we choked.
19192 * src/bison.s1 (yyparse): In the label yyerrlab, when
19193 YYERROR_VERBOSE, add yychar in msg.
19195 2000-03-17 Akim Demaille <akim@epita.fr>
19197 * src/reader.c (copy_at): New function.
19198 (copy_guard): Use it.
19199 (copy_action): Use it.
19201 2000-03-17 Akim Demaille <akim@epita.fr>
19203 Be kind to translators, save some useless translations.
19205 * src/main.c (banner): New function.
19206 (fatal_banner): Use it.
19207 (warn_banner): Use it.
19209 2000-03-17 Akim Demaille <akim@epita.fr>
19211 * src/reader.c (copy_definition): Use copy_string and
19212 copy_comment. Removed now unused `match', `ended',
19214 (copy_comment, copy_string): Moved, to be visible from
19217 2000-03-17 Akim Demaille <akim@epita.fr>
19219 * src/reader.c (copy_string): Declare `static inline'. No
19220 problems with inline, since it is checked by configure.
19221 (copy_comment): Likewise.
19223 2000-03-17 Akim Demaille <akim@epita.fr>
19225 * src/reader.c (packsymbols): Formatting changes.
19227 2000-03-17 Akim Demaille <akim@epita.fr>
19229 * src/reader.c (copy_comment): New function, factored out from:
19230 (copy_action): Use it. Removed now unused `match', `ended',
19232 (copy_guard): Likewise.
19234 2000-03-17 Akim Demaille <akim@epita.fr>
19236 * src/reader.c (copy_string): New function, factored out from:
19237 (copy_action): Use it.
19238 (copy_guard): Likewise.
19240 2000-03-17 Akim Demaille <akim@epita.fr>
19242 Change the handling of @s so that they behave exactly like $s.
19243 There is now a pseudo variable @$ (readble and writable), location
19244 of the lhs of the rule (by default ranging from the location of
19245 the first symbol of the rhs, to the location of the last symbol,
19246 or, if the rhs is empty, YYLLOC).
19248 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
19250 (yyparse): When providing a default semantic action, provide a
19251 default location action.
19252 (after the $): No longer change `*YYLSP', just stack YYLOC the
19253 same way you stack YYVAL.
19254 * src/reader.c (read_declarations): Use warns.
19255 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
19256 (copy_action, case '@'): Likewise.
19257 Use a standard error message, to save useless work from
19260 2000-03-17 Akim Demaille <akim@epita.fr>
19262 * src/bison.s1: Formatting and cosmetics changes.
19263 * src/reader.c: Likewise.
19264 Update the Copyright notice.
19266 2000-03-17 Akim Demaille <akim@epita.fr>
19268 * src/bison.s1 (#line): All set to `#line' only, since the
19269 Makefile now handles them.
19271 2000-03-16 Akim Demaille <akim@epita.fr>
19273 * src/output.c (output_rule_data): Output the documentation of
19274 some of the tables.
19275 (Copyright notice): Update.
19276 Formatting changes.
19278 2000-03-16 Akim Demaille <akim@epita.fr>
19280 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
19281 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
19282 One `#if YYDEBUG' remains, since it uses variables which are
19283 defined only if `YYDEBUG != 0'.
19285 2000-03-16 Akim Demaille <akim@epita.fr>
19287 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
19288 and related variables so that the similarities are highlighted.
19290 2000-03-16 Akim Demaille <akim@epita.fr>
19292 * src/bison.s1: Properly indent CPP directives.
19294 2000-03-16 Akim Demaille <akim@epita.fr>
19296 * src/bison.s1: Properly indent the `alloca' CPP section.
19298 2000-03-16 Akim Demaille <akim@epita.fr>
19300 Do not hard code values of directories in `configure.in'.
19301 Update the `configure' tool chain.
19303 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
19305 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
19306 (AC_OUTPUT): Add m4/Makefile.
19307 Bump to bison 1.28a, 1.29 has never been released.
19308 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
19309 handled via src/Makefile.am.
19310 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
19311 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
19313 * Makefile.am (SUBDIRS): Add m4.
19314 (ACLOCAL_AM_FLAGS): New variable.
19315 (AUTOMAKE_OPTIONS): Add check-news.
19316 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
19317 the proper line number and file name.
19318 (DEFS): Propagate the location of bison library files and of the
19320 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
19322 * acinclude.m4: Remove, replaced by the directory m4.
19323 * m4/Makefile.am (EXTRA_DIST): New variable.
19324 * m4/gettext.m4: New file, from the fileutils.
19325 * m4/lcmessage.m4: Likewise
19326 * m4/progtest.m4: Likewise.
19327 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
19329 2000-03-10 Akim Demaille <akim@epita.fr>
19332 Formatting changes of various comments.
19333 Respect the GNU coding standards at various places.
19334 Don't use `_()' when no translation is needed.
19336 1999-12-13 Jesse Thilo <jthilo@gnu.org>
19339 OS/2 honors TMPDIR environment variable.
19341 1999-12-13 Jesse Thilo <jthilo@gnu.org>
19343 * doc/bison.texinfo: Tweaked spelling and grammar.
19345 Removed reference to price of printed copy.
19346 Mention BISON_SIMPLE and BISON_HAIRY.
19348 1999-12-13 Jesse Thilo <jthilo@gnu.org>
19350 * configure.in, NEWS:
19351 Bison 1.29 released.
19353 1999-10-27 Jesse Thilo <jthilo@gnu.org>
19355 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
19356 Added reference card.
19358 1999-07-26 Jesse Thilo <jthilo@gnu.org>
19360 * po/ru.po: Added Russian translation.
19362 1999-07-26 Jesse Thilo <jthilo@gnu.org>
19364 * configure.in: Added Russian translation.
19366 1999-07-06 Jesse Thilo <jthilo@gnu.org>
19368 * configure.in, NEWS, README:
19369 Released version 1.28.
19371 1999-06-14 Jesse Thilo <jthilo@gnu.org>
19374 Squashed redefinition warning on some systems.
19376 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
19377 Have configure build version string instead of relying on ANSI string
19380 1999-06-14 Jesse Thilo <jthilo@gnu.org>
19382 * po/POTFILES.in: Got rid of version.c.
19384 1999-06-14 Jesse Thilo <jthilo@gnu.org>
19386 * acconfig.h, configure.in:
19387 Have configure build version string instead of relying on ANSI string
19390 1999-06-08 Jesse Thilo <jthilo@gnu.org>
19393 Dropped mention of `+' for long-named options.
19395 1999-05-30 Jesse Thilo <jthilo@gnu.org>
19397 * src/files.c: Added <unistd.h> for unlink().
19399 * src/Makefile.am, src/system.h:
19402 1999-05-30 Jesse Thilo <jthilo@gnu.org>
19404 * README: Added a FAQ list.
19406 * configure.in, acconfig.h:
19409 1999-05-30 Jesse Thilo <jthilo@gnu.org>
19411 * doc/FAQ, doc/Makefile.am:
19414 1999-05-19 Jesse Thilo <jthilo@gnu.org>
19416 * src/alloc.h, src/symtab.h, src/version.c:
19417 Protected inclusion of "config.h" with HAVE_CONFIG_H.
19419 1999-04-18 Jesse Thilo <jthilo@gnu.org>
19421 * src/.cvsignore, src/Makefile.am:
19422 Reorganized: sources in `src', documentation in `doc'.
19424 * src/lex.c (literalchar):
19425 fixed the code for escaping double quotes (thanks
19428 1999-04-18 Jesse Thilo <jthilo@gnu.org>
19430 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
19431 Adjusted paths to reflect directory reorganization.
19433 1999-04-18 Jesse Thilo <jthilo@gnu.org>
19435 * doc/.cvsignore, doc/Makefile.am:
19436 Reorganized: sources in `src', documentation in `doc'.
19438 1999-04-18 Jesse Thilo <jthilo@gnu.org>
19441 Updated AC_INIT file to reflect directory reorganization.
19443 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
19444 Reorganized: sources in `src', documentation in `doc'.
19446 1999-04-13 Jesse Thilo <jthilo@gnu.org>
19449 Don't declare calloc() and realloc() if not necessary.
19451 1999-04-13 Jesse Thilo <jthilo@gnu.org>
19453 * configure.in, acconfig.h, acinclude.m4:
19454 Don't declare calloc() and realloc() if not necessary.
19456 1999-03-23 Jesse Thilo <jthilo@gnu.org>
19458 * po/.cvsignore: Added i18n support.
19460 1999-03-23 Jesse Thilo <jthilo@gnu.org>
19462 * acconfig.h, configure.in, Makefile.am:
19463 Added i18n support.
19465 1999-03-22 Jesse Thilo <jthilo@gnu.org>
19467 * src/bison.s1: Fixed #line numbers.
19469 1999-03-15 Jesse Thilo <jthilo@gnu.org>
19471 * po/es.po, po/fr.po, po/nl.po, po/de.po:
19472 Added PO files from Translation Project.
19474 1999-03-03 Jesse Thilo <jthilo@gnu.org>
19477 Added support for non-ANSI compilers (ansi2knr).
19479 1999-02-16 Jesse Thilo <jthilo@gnu.org>
19481 * configure.in: Bumped version number to 1.27.
19484 Added `bison.simple' to list of files removed by `make distclean'.
19486 1999-02-12 Jesse Thilo <jthilo@gnu.org>
19488 * src/files.c, src/files.h:
19489 Defined locations of parser files in config.h instead of Makefile.
19491 1999-02-12 Jesse Thilo <jthilo@gnu.org>
19493 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
19494 Defined locations of parser files in config.h instead of Makefile.
19496 1999-02-09 Jesse Thilo <jthilo@gnu.org>
19499 Removed inappropriate use of $< macro.
19501 1999-02-05 Jesse Thilo <jthilo@gnu.org>
19503 * po/Makefile.in.in, po/POTFILES.in:
19504 Add `po' directory skeleton.
19506 1999-01-27 Jesse Thilo <jthilo@gnu.org>
19508 * README: Document help-bison list.
19510 * configure.in: Add check for mkstemp().
19512 1999-01-20 Jesse Thilo <jthilo@gnu.org>
19514 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
19515 Hush a few compiler warnings.
19518 Add tryclose(), which verifies that fclose was successful.
19519 Hush a couple of compiler warnings.
19521 1999-01-20 Jesse Thilo <jthilo@gnu.org>
19523 * Makefile.am, OChangeLog:
19524 ChangeLog is now automatically generated. Include the old version as
19527 1999-01-14 Jesse Thilo <jthilo@gnu.org>
19529 * 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:
19530 Update FSF address.
19532 1999-01-14 Jesse Thilo <jthilo@gnu.org>
19534 * doc/bison.texinfo: Fix formatting glitch.
19536 * doc/bison.texinfo: Update FSF address.
19538 1999-01-14 Jesse Thilo <jthilo@gnu.org>
19540 * acconfig.h: Update FSF address.
19542 1999-01-08 Jesse Thilo <jthilo@gnu.org>
19545 Don't define PACKAGE here, since config.h defines it.
19547 1998-12-30 Jesse Thilo <jthilo@gnu.org>
19549 * src/reader.c: Update copyright date.
19552 Ditch sprintf to statically-sized buffers in fatal/warn functions in
19553 favor of output directly to stderr (avoids buffer overruns).
19555 * src/reader.c: Some checks for premature EOF.
19557 * 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:
19558 Use prototypes if the compiler understands them.
19560 * src/files.c: Honor TMPDIR on Unix hosts.
19561 Use prototypes if the compiler understands them.
19564 Fix a couple of buffer overrun bugs.
19565 Use prototypes if the compiler understands them.
19567 * src/system.h: Include unistd.h and ctype.h.
19568 Use #ifdef instead of #if for NLS symbols.
19570 1998-12-30 Jesse Thilo <jthilo@gnu.org>
19572 * doc/bison.texinfo:
19573 Delete comment "consider using @set for edition number, etc..." since
19574 we now are doing so.
19576 1998-12-30 Jesse Thilo <jthilo@gnu.org>
19579 Use prototypes if the compiler understands them.
19581 * NEWS: Document 1.26 highlights.
19583 * Makefile.am: Require Automake 1.3 or later.
19586 Use prototypes if the compiler understands them.
19588 1998-12-29 Jesse Thilo <jthilo@gnu.org>
19591 Use VERSION symbol from automake for version number.
19593 1998-12-29 Jesse Thilo <jthilo@gnu.org>
19595 * acconfig.h, configure.in, version.cin:
19596 Use VERSION symbol from automake for version number.
19598 1998-11-28 Jesse Thilo <jthilo@gnu.org>
19601 Distribute original version of simple parser (bison.s1), not built
19602 version (bison.simple).
19604 1998-11-28 Jesse Thilo <jthilo@gnu.org>
19606 * doc/bison.texinfo: Add info dir entry.
19608 * doc/bison.texinfo:
19609 Let automake put version number into documentation.
19611 1998-11-26 Jesse Thilo <jthilo@gnu.org>
19613 * src/bison.cld, src/build.com, src/vmshlp.mar:
19614 Add non-RCS files from /gd/gnu/bison.
19616 1998-11-26 Jesse Thilo <jthilo@gnu.org>
19619 Document the BISON_HAIRY and BISON_SIMPLE variables.
19621 1998-11-25 Jesse Thilo <jthilo@gnu.org>
19623 * src/version.c: Build version.c automatically.
19626 Fix token numbering (used to start at 258, not 257).
19628 * src/system.h: Include config.h.
19630 * src/getargs.c: Update bug report address.
19632 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
19633 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
19635 1998-11-25 Jesse Thilo <jthilo@gnu.org>
19638 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
19640 * configure.in, version.cin:
19641 Build version.c automatically.
19643 * AUTHORS: Add AUTHORS file.
19645 * README: Update bug report address.
19648 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
19650 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
19651 Add automake stuff.
19653 1998-11-25 Jesse Thilo <jthilo@gnu.org>
19655 * doc/bison.texinfo: Clean up some formatting.
19657 1998-05-05 Richard Stallman <rms@gnu.org>
19659 * doc/bison.texinfo:
19660 Explain better why to make a pure parser.
19662 1998-01-05 Richard Stallman <rms@gnu.org>
19664 * src/files.c (openfiles):
19665 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
19666 find a temporary directory, if possible. Do not unlink files while
19669 1997-08-25 Richard Stallman <rms@gnu.org>
19671 * src/reader.c (stack_offset;):
19672 Change some warni to warns.
19674 * src/lex.c (literalchar): Use warns, not warni.
19676 1997-06-28 Richard Stallman <rms@gnu.org>
19678 * src/bison.s1: Add a Bison version comment.
19680 * src/main.c (fatal, warn, berror):
19683 1997-06-28 Richard Stallman <rms@gnu.org>
19685 * Makefile.in (bison_version): New variable.
19686 (dist): Use that variable.
19687 (bison.s1): Substitute the Bison version into bison.simple.
19689 * bison.simple: Add a Bison version comment.
19691 1997-06-18 Richard Stallman <rms@gnu.org>
19693 * src/main.c (fatal, warn, berror):
19694 Make error messages standard.
19695 (toomany): Improve error message text.
19697 * 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:
19698 new.h renamed to alloc.h.
19700 1997-06-18 Richard Stallman <rms@gnu.org>
19702 * Makefile.in: new.h renamed to alloc.h.
19704 1997-05-24 Richard Stallman <rms@gnu.org>
19706 * src/lex.c (literalchar):
19707 Fix the code for escaping \, " and '.
19709 (lex): Avoid trouble when there are many chars
19710 to discard in a char literal with just several chars in it.
19712 1997-05-17 Richard Stallman <rms@gnu.org>
19715 Use malloc, if using alloca is troublesome.
19716 (YYSTACK_USE_ALLOCA): New flag macro.
19717 Define it for some systems and compilers.
19718 (YYSTACK_ALLOC): New macro.
19719 (yyparse): Use YYSTACK_ALLOC to allocate stack.
19720 If it was malloc'd, free it.
19722 1997-05-17 Richard Stallman <rms@gnu.org>
19725 Use malloc, if using alloca is troublesome.
19726 (YYSTACK_USE_ALLOCA): New flag macro.
19727 Define it for some systems and compilers.
19728 (YYSTACK_ALLOC): New macro.
19729 (yyparse): Use YYSTACK_ALLOC to allocate stack.
19730 If it was malloc'd, free it.
19732 1997-04-23 Richard Stallman <rms@gnu.org>
19735 (alloca) [__hpux]: Always define as __builtin_alloca.
19737 1997-04-23 Richard Stallman <rms@gnu.org>
19740 (alloca) [__hpux]: Always define as __builtin_alloca.
19742 1997-04-22 Richard Stallman <rms@gnu.org>
19745 [__hpux]: Include alloca.h (right for HPUX 10)
19746 instead of declaring alloca (right for HPUX 9).
19748 * src/bison.s1 (__yy_memcpy):
19749 Declare arg `count' as unsigned int.
19750 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
19752 1997-04-22 Richard Stallman <rms@gnu.org>
19755 [__hpux]: Include alloca.h (right for HPUX 10)
19756 instead of declaring alloca (right for HPUX 9).
19758 * bison.simple (__yy_memcpy):
19759 Declare arg `count' as unsigned int.
19760 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
19762 1997-01-03 Richard Stallman <rms@gnu.org>
19764 * src/allocate.c: [__STDC__ or _MSC_VER]:
19765 Declare calloc and realloc to return void *.
19767 1997-01-02 Richard Stallman <rms@gnu.org>
19770 [_MSC_VER]: Include stdlib.h and process.h.
19771 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
19773 * src/main.c (main): Return FAILURE as a value.
19774 (printable_version): Declare arg as int, not char.
19776 1997-01-02 Richard Stallman <rms@gnu.org>
19778 * Makefile.in (dist):
19779 Explicitly check for symlinks, and copy them.
19781 1996-12-19 Richard Stallman <rms@gnu.org>
19784 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
19786 1996-12-18 Paul Eggert <eggert@gnu.org>
19788 * src/bison.s1 (yyparse):
19789 If __GNUC__ and YYPARSE_PARAM are both defined,
19790 declare yyparse to have a void * argument.
19792 1996-12-18 Paul Eggert <eggert@gnu.org>
19794 * bison.simple (yyparse):
19795 If __GNUC__ and YYPARSE_PARAM are both defined,
19796 declare yyparse to have a void * argument.
19798 1996-12-17 Richard Stallman <rms@gnu.org>
19800 * src/reduce.c (nbits): Add some casts.
19802 1996-08-12 Richard Stallman <rms@gnu.org>
19804 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
19806 1996-08-12 Richard Stallman <rms@gnu.org>
19808 * bison.simple: Test _MSDOS as well as _MSDOS_.
19810 1996-07-31 Richard Stallman <rms@gnu.org>
19813 [__sun && __i386]: Include alloca.h.
19815 1996-07-31 Richard Stallman <rms@gnu.org>
19818 [__sun && __i386]: Include alloca.h.
19820 1996-07-30 Richard Stallman <rms@gnu.org>
19822 * src/bison.s1: Comment change.
19824 * src/bison.s1: Test _MSDOS_, not MSDOS.
19826 1996-07-30 Richard Stallman <rms@gnu.org>
19828 * bison.simple: Comment change.
19830 * bison.simple: Test _MSDOS_, not MSDOS.
19832 1996-06-01 Richard Stallman <rms@gnu.org>
19834 * 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:
19835 Insert `_' macro around many string constants.
19838 Insert `_' macro around many string constants.
19840 (main): Call setlocale, bindtextdomain and textdomain.
19842 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
19843 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
19844 [ENABLE_NLS]: Include libintl.h.
19845 [ENABLE_NLS] (gettext): Define.
19846 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
19847 (N_, PACKAGE, LOCALEDIR): New macros.
19849 1996-06-01 Richard Stallman <rms@gnu.org>
19851 * POTFILES.in: New file.
19853 * Makefile.in (allocate.o):
19854 Define target explicitly.
19856 * Makefile.in (CFLAGS): Set to @CFLAGS@.
19857 (LDFLAGS): Set to @LDFLAGS@.
19858 (configure): Run autoconf only if preceding `cd' succeeds.
19859 (bison.s1): Redirect output to temporary file then move the
19860 temporary to the target, rather than redirecting directly to bison.s1.
19861 (clean): Remove config.status and config.log.
19862 (distclean): Don't remove config.status here.
19864 1996-05-12 Richard Stallman <rms@gnu.org>
19867 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19869 1996-05-12 Richard Stallman <rms@gnu.org>
19872 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19874 1996-05-11 Richard Stallman <rms@gnu.org>
19876 * src/bison.s1 (__yy_memcpy):
19877 Really reorder the args, as was supposedly done on Feb 14 1995.
19878 (yyparse): Calls changed accordingly.
19880 1996-05-11 Richard Stallman <rms@gnu.org>
19882 * Makefile.in (dist): Don't use $(srcdir).
19884 * bison.simple (__yy_memcpy):
19885 Really reorder the args, as was supposedly done on Feb 14 1995.
19886 (yyparse): Calls changed accordingly.
19888 1996-01-27 Richard Stallman <rms@gnu.org>
19890 * src/output.c (output_rule_data):
19891 Test YYERROR_VERBOSE in the conditional
19892 around the definition of ttyname.
19894 1995-12-29 Richard Stallman <rms@gnu.org>
19897 Fix line numbers in #line commands.
19899 1995-12-29 Richard Stallman <rms@gnu.org>
19902 Fix line numbers in #line commands.
19904 1995-12-27 Richard Stallman <rms@gnu.org>
19906 * src/bison.s1 (YYPARSE_PARAM_DECL):
19907 In C++, make it always null.
19908 (YYPARSE_PARAM_ARG): New macro.
19909 (yyparse): Use YYPARSE_PARAM_ARG.
19911 1995-12-27 Richard Stallman <rms@gnu.org>
19913 * bison.simple (YYPARSE_PARAM_DECL):
19914 In C++, make it always null.
19915 (YYPARSE_PARAM_ARG): New macro.
19916 (yyparse): Use YYPARSE_PARAM_ARG.
19918 1995-11-29 Richard Stallman <rms@gnu.org>
19920 * doc/bison.texinfo:
19921 Describe literal string tokens, %raw, %no_lines, %token_table.
19923 1995-11-29 Daniel Hagerty <hag@gnu.org>
19925 * doc/bison.texinfo: Fixed update date
19927 1995-10-16 Richard Stallman <rms@gnu.org>
19929 * src/version.c: Version 1.25.
19931 1995-10-16 Richard Stallman <rms@gnu.org>
19933 * NEWS: *** empty log message ***
19935 1995-10-16 Richard Stallman <rms@gnu.org>
19937 * doc/bison.1, doc/bison.rnh:
19940 1995-10-15 Richard Stallman <rms@gnu.org>
19942 * src/vmsgetargs.c, src/getargs.c:
19943 Added -n, -k, and -raw switches.
19944 (noparserflag, toknumflag, rawtoknumflag): New variables.
19946 * src/symtab.h (SALIAS):
19947 New #define for adding aliases to %token.
19948 (struct bucket): Added `alias' field.
19950 * src/reduce.c (reduce_grammar):
19951 Revise error message.
19952 (print_notices): Remove final `.' from error message.
19954 * src/reader.c (reader_output_yylsp):
19956 (readgram): Use `#if 0' around code that accepted %command
19957 inside grammar rules: The documentation doesn't allow it,
19958 and it will fail since the %command processors scan for the next %.
19959 (parse_token_decl): Extended the %token
19960 declaration to allow a multi-character symbol as an alias.
19961 (parse_thong_decl): New function.
19962 (read_declarations): Added %thong declarations.
19963 (read_declarations): Handle NOOP to deal with allowing
19964 % declarations as another means to specify the flags.
19965 (readgram): Allow %prec prior to semantics embedded in a rule.
19966 (skip_to_char, read_declarations, copy_definition)
19967 (parse_token_decl, parse_start_decl, parse_type_decl)
19968 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
19969 (get_type_name, copy_guard, copy_action, readgram)
19970 (get_type, packsymbols): Revised most error messages.
19971 Changed `fatal' to `warnxxx' to avoid aborting for error.
19972 Revised and use multiple warnxxx functions to avoid using VARARGS1.
19973 (read_declarations): Improve the error message for
19974 an invalid character. Do not abort.
19975 (read_declarations, copy_guard, copy_action): Use
19976 printable_version to avoid unprintable characters in printed output.
19977 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
19978 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
19979 Allow the type of a non-terminal can be given
19980 more than once, as long as all specifications give the same type.
19983 (output_headers, output_trailers, output, output_gram)
19984 (output_rule_data): Implement noparserflag variable.
19985 Implement toknumflag variable.
19986 (output): Call reader_output_yylsp to output LTYPESTR.
19988 * src/main.c (main):
19989 If reader sees an error, don't process the grammar.
19990 (fatals): Updated to not use VARARGS1.
19991 (printable_version, int_to_string, warn, warni, warns, warnss)
19992 (warnsss): New error reporting functions. Avoid abort for error.
19995 Added THONG and NOOP for alias processing.
19996 Added SETOPT for the new code that allows setting options with %flags.
19999 Include getopt.h. Add some extern decls.
20000 (safegetc): New function to deal with EOF gracefully.
20001 (literalchar); new function to deal with reading \ escapes.
20002 (lex): Use literalchar.
20003 (lex): Implemented "..." tokens.
20004 (literalchar, lex, parse_percent_token): Made tokenbuffer
20005 always contain the token. This includes growing the token
20006 buffer while reading an integer.
20007 (parse_percent_token): Replaced if-else statement with percent_table.
20008 (parse_percent_token): Added % declarations as another
20009 way to specify the flags -n, -l, and -r. Also added hooks for
20010 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
20011 major changes to files.c.
20012 (lex) Retain in the incoming stream a character following
20014 (skip_white_space, lex): Revised most error messages
20015 and changed fatal to warn to avoid aborting.
20016 (percent_table): Added %thong declarations.
20018 * src/gram.h: Comment changes.
20020 * src/files.c (openfiles, open_extra_files, done):
20022 and actfile file. Handle noparserflag. Both for -n switch.
20024 * src/conflicts.c (resolve_sr_conflict):
20025 Remove use of alloca.
20027 1995-06-01 Jim Meyering <meyering@gnu.org>
20029 * doc/bison.texinfo: *** empty log message ***
20031 1995-05-06 Richard Stallman <rms@gnu.org>
20033 * src/bison.s1: Comment change.
20035 1995-05-06 Richard Stallman <rms@gnu.org>
20037 * bison.simple: Comment change.
20039 1995-05-03 Richard Stallman <rms@gnu.org>
20041 * src/version.c: Version now 1.24.
20043 * src/bison.s1: Change distribution terms.
20045 * src/version.c: Version now 1.23.
20047 1995-05-03 Richard Stallman <rms@gnu.org>
20049 * doc/bison.texinfo:
20050 Rewrite "Conditions for Using Bison".
20051 Update version to 1.24.
20053 1995-05-03 Richard Stallman <rms@gnu.org>
20055 * bison.simple: Change distribution terms.
20057 1995-02-23 Richard Stallman <rms@gnu.org>
20059 * src/files.c: Test __VMS_POSIX as well as VMS.
20061 1995-02-14 Jim Meyering <meyering@gnu.org>
20063 * src/bison.s1 (__yy_memcpy):
20064 Renamed from __yy_bcopy to avoid
20065 confusion. Reverse FROM and TO arguments to be consistent with
20068 1995-02-14 Jim Meyering <meyering@gnu.org>
20070 * bison.simple (__yy_memcpy):
20071 Renamed from __yy_bcopy to avoid
20072 confusion. Reverse FROM and TO arguments to be consistent with
20075 1994-11-10 David J. MacKenzie <djm@gnu.org>
20081 * Makefile.in (DISTFILES): Include NEWS.
20083 * Makefile.in (DISTFILES):
20084 Include install-sh, not install.sh.
20086 * configure.in: Update to Autoconf v2 macro names.
20088 1994-10-05 David J. MacKenzie <djm@gnu.org>
20090 * Makefile.in: fix typo
20092 * Makefile.in (prefix, exec_prefix):
20093 Let configure set them.
20095 1994-09-28 David J. MacKenzie <djm@gnu.org>
20097 * Makefile.in: Set datadir to $(prefix)/share.
20099 1994-09-15 Richard Stallman <rms@gnu.org>
20102 Update copyright notice and GPL version.
20104 1994-09-15 Richard Stallman <rms@gnu.org>
20107 Update copyright notice and GPL version.
20109 1994-07-12 Richard Stallman <rms@gnu.org>
20111 * src/reduce.c, src/reader.c:
20114 1994-05-05 David J. MacKenzie <djm@gnu.org>
20116 * Makefile.in: entered into RCS
20118 1994-03-26 Richard Stallman <rms@gnu.org>
20120 * src/bison.s1: entered into RCS
20122 1994-03-26 Richard Stallman <rms@gnu.org>
20124 * bison.simple: entered into RCS
20126 1994-03-25 Richard Stallman <rms@gnu.org>
20128 * src/main.c: entered into RCS
20130 1994-03-24 Richard Stallman <rms@gnu.org>
20132 * src/conflicts.c: entered into RCS
20134 1994-01-02 Richard Stallman <rms@gnu.org>
20136 * Makefile.in: *** empty log message ***
20138 1993-11-21 Richard Stallman <rms@gnu.org>
20140 * src/bison.s1: *** empty log message ***
20142 1993-11-21 Richard Stallman <rms@gnu.org>
20144 * doc/bison.texinfo: entered into RCS
20146 * doc/bison.texinfo: *** empty log message ***
20148 1993-11-21 Richard Stallman <rms@gnu.org>
20150 * bison.simple: *** empty log message ***
20152 1993-10-25 David J. MacKenzie <djm@gnu.org>
20154 * doc/bison.texinfo: *** empty log message ***
20156 1993-10-19 Richard Stallman <rms@gnu.org>
20158 * src/bison.s1: *** empty log message ***
20160 1993-10-19 Richard Stallman <rms@gnu.org>
20162 * bison.simple: *** empty log message ***
20164 1993-10-14 Richard Stallman <rms@gnu.org>
20166 * src/bison.s1: *** empty log message ***
20168 1993-10-14 Richard Stallman <rms@gnu.org>
20170 * bison.simple: *** empty log message ***
20172 1993-09-14 David J. MacKenzie <djm@gnu.org>
20174 * doc/bison.texinfo: *** empty log message ***
20176 1993-09-13 Noah Friedman <friedman@gnu.org>
20178 * Makefile.in: *** empty log message ***
20180 1993-09-10 Richard Stallman <rms@gnu.org>
20182 * src/conflicts.c: *** empty log message ***
20184 * src/system.h: entered into RCS
20186 1993-09-10 Richard Stallman <rms@gnu.org>
20188 * doc/bison.1: entered into RCS
20190 1993-09-06 Noah Friedman <friedman@gnu.org>
20192 * src/version.c: entered into RCS
20194 1993-09-06 Noah Friedman <friedman@gnu.org>
20196 * Makefile.in: *** empty log message ***
20198 1993-07-30 David J. MacKenzie <djm@gnu.org>
20200 * Makefile.in: *** empty log message ***
20202 1993-07-24 Richard Stallman <rms@gnu.org>
20204 * src/bison.s1: *** empty log message ***
20206 1993-07-24 Richard Stallman <rms@gnu.org>
20208 * bison.simple: *** empty log message ***
20210 1993-07-08 David J. MacKenzie <djm@gnu.org>
20212 * Makefile.in: *** empty log message ***
20214 1993-07-04 Richard Stallman <rms@gnu.org>
20216 * src/bison.s1: *** empty log message ***
20218 1993-07-04 Richard Stallman <rms@gnu.org>
20220 * bison.simple: *** empty log message ***
20222 1993-06-26 David J. MacKenzie <djm@gnu.org>
20224 * src/getargs.c: entered into RCS
20226 1993-06-26 David J. MacKenzie <djm@gnu.org>
20228 * doc/bison.texinfo: *** empty log message ***
20230 * doc/bison.1: New file.
20232 1993-06-25 Richard Stallman <rms@gnu.org>
20234 * src/getargs.c: New file.
20236 1993-06-16 Richard Stallman <rms@gnu.org>
20238 * src/bison.s1: *** empty log message ***
20240 1993-06-16 Richard Stallman <rms@gnu.org>
20242 * bison.simple: *** empty log message ***
20244 1993-06-03 Richard Stallman <rms@gnu.org>
20246 * src/bison.s1: New file.
20248 1993-06-03 Richard Stallman <rms@gnu.org>
20250 * doc/bison.texinfo: *** empty log message ***
20252 1993-06-03 Richard Stallman <rms@gnu.org>
20254 * bison.simple: New file.
20256 1993-05-19 Richard Stallman <rms@gnu.org>
20258 * doc/bison.texinfo: New file.
20260 1993-05-07 Noah Friedman <friedman@gnu.org>
20262 * Makefile.in: *** empty log message ***
20264 1993-04-28 Noah Friedman <friedman@gnu.org>
20266 * src/reader.c: *** empty log message ***
20268 1993-04-23 Noah Friedman <friedman@gnu.org>
20270 * src/alloc.h: entered into RCS
20272 1993-04-20 David J. MacKenzie <djm@gnu.org>
20274 * src/version.c: *** empty log message ***
20276 * src/files.c, src/allocate.c:
20279 * src/reader.c: *** empty log message ***
20281 * src/lex.c: entered into RCS
20283 * src/conflicts.c: New file.
20285 * src/symtab.c: entered into RCS
20287 * src/alloc.h: New file.
20289 * src/LR0.c: entered into RCS
20291 1993-04-18 Noah Friedman <friedman@gnu.org>
20293 * src/reader.c: New file.
20295 * src/version.c: *** empty log message ***
20297 1993-04-18 Noah Friedman <friedman@gnu.org>
20299 * Makefile.in: *** empty log message ***
20301 1993-04-17 Noah Friedman <friedman@gnu.org>
20303 * Makefile.in: *** empty log message ***
20305 1993-04-15 Richard Stallman <rms@gnu.org>
20307 * src/main.c, src/files.c:
20310 1993-04-15 Noah Friedman <friedman@gnu.org>
20312 * configure.in: entered into RCS
20314 * configure.in: *** empty log message ***
20316 * configure.in: New file.
20318 1993-04-14 Richard Stallman <rms@gnu.org>
20320 * Makefile.in: New file.
20322 1993-04-13 Richard Stallman <rms@gnu.org>
20324 * src/version.c: New file.
20326 1993-03-25 Richard Stallman <rms@gnu.org>
20328 * src/output.c: entered into RCS
20330 1992-09-25 Richard Stallman <rms@gnu.org>
20332 * configure.bat: entered into RCS
20334 1992-06-22 Richard Stallman <rms@gnu.org>
20336 * src/vmsgetargs.c: entered into RCS
20338 1992-06-22 Richard Stallman <rms@gnu.org>
20340 * doc/bison.rnh: entered into RCS
20342 1992-04-20 David J. MacKenzie <djm@gnu.org>
20344 * README: entered into RCS
20346 1992-01-22 Richard Stallman <rms@gnu.org>
20348 * src/machine.h: entered into RCS
20350 1991-12-21 Richard Stallman <rms@gnu.org>
20352 * src/lalr.c, src/closure.c:
20355 1991-12-20 Richard Stallman <rms@gnu.org>
20357 * src/state.h: entered into RCS
20359 1991-12-18 Richard Stallman <rms@gnu.org>
20361 * src/print.c, src/nullable.c, src/derives.c:
20364 1991-11-03 David J. MacKenzie <djm@gnu.org>
20366 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
20369 1988-09-09 Richard Stallman <rms@gnu.org>
20371 * src/bison.hairy: entered into RCS
20373 1987-12-16 Richard Stallman <rms@gnu.org>
20375 * REFERENCES: entered into RCS
20380 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
20381 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
20382 Free Software Foundation, Inc.
20384 Copying and distribution of this file, with or without
20385 modification, are permitted provided the copyright notice and this
20386 notice are preserved.