1 2008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
3 * NEWS (2.3a+): Don't say %language is experimental. Mention Java and
4 say its interface is experimental.
5 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
7 (Bison Options): In the -L and --language entry, mention Java.
8 (Java Bison Interface): Say the interface is experimental.
9 * src/getargs.c (usage): Mention -L and --language.
11 * NEWS (2.3a+): Say the push parsing interface is experimental.
12 * doc/bison.texinfo (Push Decl): Likewise.
13 (Decl Summary): Likewise in the "%define api.push_pull" entry.
14 (Push Parser Function): Likewise.
15 (Pull Parser Function): Likewise.
16 (Parser Create Function): Likewise.
17 (Parser Delete Function): Likewise.
18 (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
19 yypull_parse, and yypush_parse entries.
21 * NEWS (2.3a+): Mention XML support, and say the schema is
23 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
24 * src/getargs.c (usage): Say the XML schema is experimental.
26 * NEWS (2.3a+): Say option instead of flag.
28 2008-02-21 Wojciech Polak <polak@gnu.org>
30 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
33 2008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
35 Fix impure push parser compile error reported by Bob Rossi at
36 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
37 * data/yacc.c: Clean up whitespace in the output a little.
38 (yypstate_allocated): Define for impure push parsers regardless of
39 whether the pull interface is also requested.
40 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
41 check impure push parsers without the pull interface.
43 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
44 yyerror takes arguments specified by %parse-param while yypstate_new
46 * doc/bison.texinfo (Parser Create Function): Document that
47 yypstate_new returns 0 for multiple impure parser instances.
48 * tests/push.at (Push Parsing: Multiple impure instances): Update
49 expected stderr output.
51 2008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
53 * runtime-po/POTFILES.in (push.c): Remove.
55 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
57 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
58 * data/push.c: Rename to...
59 * data/yacc.c: ... this, overwriting it.
60 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
61 `%push-pull-parser' -> `%define api.push_pull "both"'.
62 Remove old yacc.c tests, and update push.c tests to yacc.c.
64 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
66 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
67 `"%code top" blocks' instead of `%code "top" blocks'.
68 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
69 Clean up whitespace in the output a little.
71 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
73 Fix documentation problems reported by Tim Josling at
74 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
75 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
76 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
77 integers. Explain the effect of literal string aliases on error
78 messages. Copy token 0 documentation from the C++ skeleton
81 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
83 Accept a token number in a %left, %right, or %nonassoc for POSIX
84 conformance. Reported by Tim Josling at
85 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
86 * NEWS (2.3a+): Mention.
87 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
88 and code numbers are treated by precedence declarations.
89 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
91 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
93 (symbol.prec): New, just like symbol but allows INT.
94 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
96 * tests/regression.at (Token number in precedence declaration): New
99 2008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
101 DJGPP specific issues.
102 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
103 be changed. Copyright timestamp adjusted.
104 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
105 be changed. Copyright timestamp adjusted.
106 * djgpp/config.site: Copyright timestamp adjusted.
107 * djgpp/config_h.sed: Copyright timestamp adjusted.
108 * djgpp/djunpack.bat: Copyright timestamp adjusted.
109 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
110 filename translation list.
111 * djgpp/subpipe.c (init_subpipe): Check the environment variables
112 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
113 files shall be created. Before trying to use the temp dir where the
114 environment variable points to check that the dir really exists. If
115 not default to the cwd as temp dir. Copyright timestamp adjusted.
116 * djgpp/subpipe.h: Copyright timestamp adjusted.
117 * djgpp/testsuite.sed: Copyright timestamp adjusted.
119 2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
121 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
123 2008-01-09 Paul Eggert <eggert@cs.ucla.edu>
125 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
126 Problem reported by Claudio Saavedra in
127 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
129 2008-01-05 Wojciech Polak <polak@gnu.org>
131 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
132 document's title with the input grammar file name.
134 2007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
136 Automate regression testing of the XML/XSLT implementation. Discussed
138 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
139 * configure.ac (XSLTPROC): New substitution.
140 * Makefile.am (maintainer-xml-check): New phony target invoking...
141 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
142 invoking make maintainer-check with BISON_TEST_XML=1.
143 * tests/atlocal.in (XSLTPROC): New.
144 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
145 not to report reachable memory when Bison is expected to have a
146 non-zero exit status and (2) to compare XML/XSLT output with --graph
147 and --report=all output for every working grammar when
149 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
150 (AT_BISON_CHECK_XML): New.
151 (AT_QUELL_VALGRIND): New.
152 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
153 (AT_CHECK): ... don't redefine this since this was the old way to
155 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
156 AT_BISON_CHECK invocations.
157 * tests/c++.at: Likewise.
158 * tests/calc.at: Likewise.
159 * tests/conflicts.at: Likewise.
160 * tests/cxx-type.at: Likewise.
161 * tests/existing.at: Likewise.
162 * tests/glr-regression.at: Likewise.
163 * tests/headers.at: Likewise.
164 * tests/input.at: Likewise.
165 * tests/java.at: Likewise.
166 * tests/output.at: Likewise.
167 * tests/push.at: Likewise.
168 * tests/reduce.at: Likewise.
169 * tests/regression.at: Likewise.
170 * tests/sets.at: Likewise.
171 * tests/skeletons.at: Likewise.
172 * tests/synclines.at: Likewise.
173 * tests/torture.at: Likewise.
174 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
175 tends to hang xsltproc.
176 (Big horizontal): Likewise.
178 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
180 In XML output, remove redundant class attribute on symbol element.
181 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
182 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
183 look up a symbol to determine whether it's a nonterminal or terminal.
184 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
185 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
187 Add prec/assoc information to XML output.
188 * src/gram.c (grammar_rules_print_xml): For each rule that has a
189 %prec, add a percent_prec attribute.
190 * src/print-xml.c (print_grammar): For each terminal that has a
191 precedence or associativity, add a prec or assoc attribute.
193 (xml_puts): Use xml_indent.
194 (xml_printf): Use xml_indent.
195 * src/print-xml.h (xml_indent): Prototype.
197 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
198 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
200 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
202 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
203 (bison:ruleByNumber): ... this for clarity.
204 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
205 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
206 (xsl:template match="reduction"): Update.
207 (xsl:template match="item"): Update.
208 (xsl:template match="reduction"): Update.
210 In the XML output, don't print the list of rules where symbols appear.
211 Compute it in XSLT instead. Discussed at
212 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
213 * data/xslt/bison.xsl (bison:ruleByLhs): New.
214 (bison:ruleByRhs): New.
215 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
217 (xsl:template match="terminal/rule"): Remove.
218 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
220 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
222 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
223 bison:ruleByRhs and mode="number-link" for rule template.
224 (xsl:template match="terminal/rule"): Remove.
225 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
226 bison:ruleByRhs and mode="number-link" for rule template.
227 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
229 (xsl:template match="rule" mode="number-link"): ... this.
230 * src/print-xml.c (print_grammar): Don't print the list of rules.
232 2007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
234 Don't let --report affect XML output; always print all information.
236 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
237 * src/conflicts.c (log_resolution): Implement.
238 * src/print-xml.c (print_core): Implement.
239 (print_state): Implement.
240 (print_xml): Implement.
242 * NEWS (2.3a+): Fix quotes.
243 * src/parse-gram.y (prologue_declaration): For consistency with -v,
244 don't let %verbose clear the list specified by --report.
246 2007-11-26 Akim Demaille <akim@epita.fr>
248 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
250 2007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
252 In the XML output, list useless and unused symbols and rules with the
253 useful ones and add a "usefulness" attribute. Discussed starting at
254 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
255 * src/gram.c (grammar_rules_partial_print_xml): Remove.
256 (grammar_rules_print_xml): Print all rules instead of just those
257 useful in the grammar, and add a "usefulness" attribute.
258 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
259 * src/print-xml.c (print_rules_useless_in_parser): Remove.
260 (print_grammar): Print all nonterminals instead of just useful ones,
261 and add a "usefulness" attribute to nonterminals and terminals.
262 (print_xml): Don't print a separate "reductions" or
263 "rules-useless-in-parser" element.
264 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
265 (reduce_xml): Remove.
266 (reduce_token_unused_in_grammar): New.
267 (reduce_nonterminal_useless_in_grammar): New.
268 * src/reduce.h (reduce_xml): Remove prototype.
269 (reduce_token_unused_in_grammar): Add prototype.
270 (reduce_nonterminal_useless_in_grammar): Add prototype.
271 * data/xslt/xml2text.xsl: Update for XML changes.
272 * data/xslt/xml2xhtml.xsl: Update for XML changes.
273 * tests/reduce.at (Useless Terminals): Update output.
274 (Useless Rules): Update output.
275 (Reduced Automaton): Update output.
277 Say "Terminals unused in grammar" instead of "Unused terminals".
278 * NEWS (2.3a+): Update.
279 * doc/bison.texinfo (Understanding): Update example output.
280 * src/reduce.c (reduce_output): Implement.
281 * data/xslt/xml2text.xsl: Implement.
282 * data/xslt/xml2xhtml.xsl: Implement.
284 2007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
286 Accept --report-file=FILE to override the default `.output' filename.
287 * NEWS (2.3a+): Mention.
288 * doc/bison.texinfo (Bison Options): Add an entry.
289 * src/files.c (compute_output_file_names): Don't override
290 spec_verbose_file if already set.
291 * src/getargs.c (usage): Document --report-file.
292 (REPORT_FILE_OPTION): New anonymous enum member.
293 (long_options): Add entry for it.
294 (getargs): Add case for it setting spec_verbose_file.
296 * build-aux/cross-options.pl: Don't record a short option just because
298 * doc/.cvsignore: Add yacc.1.
300 2007-11-14 Akim Demaille <akim@epita.fr>
302 * doc/yacc.1.in: New.
303 * configure.ac, doc/Makefile.am: Adjust.
304 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
306 Use AC_SUBST for assignments too.
307 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
309 2007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
311 * src/gram.c: Remove comments that duplicate comments in gram.h.
313 When reporting useless rules and nonterminals, say "useless in grammar"
314 instead of "useless", and say "useless in parser" instead of "never
315 reduced". Discussed starting at
316 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
317 * NEWS (2.3a+): Mention this change.
318 * data/xslt/xml2text.xsl: Update output text and expected input XML
319 element names to match changes below.
320 * data/xslt/xml2xhtml.xsl: Likewise.
321 (xsl:template match="bison-xml-report"): Add missing entry in Table of
322 Contents: "Rules useless in parser due to conflicts".
323 * doc/bison.texinfo (Decl Summary): Reword a little.
324 (Understanding): Update example output for changes below.
325 * src/gram.c: (rule_useful_p): Rename to...
326 (rule_useful_in_grammar_p): ... this.
327 (rule_useless_p): Rename to...
328 (rule_useless_in_grammar_p): ... this.
329 (rule_never_reduced_p): Rename to...
330 (rule_useless_in_parser_p): ... this.
331 (grammar_rules_print): Update for renames.
332 (grammar_rules_print_xml): Update for renames.
333 (grammar_rules_never_reduced_report): Rename to...
334 (grammar_rules_useless_report): ... this since it is used for either
335 kind of useless rule.
336 * src/gram.h: Reword comments and update function names in prototypes.
337 * src/main.c (main): Say "rule useless in parser due to conflicts".
338 * src/print-xml.c (print_rules_never_reduced): Rename to...
339 (print_rules_useless_in_parser): ... this, and rename output XML
340 element "rules-never-reduced" to "rules-useless-in-parser".
341 (print_xml): Update for rename.
342 * src/print.c (print_results): Say "Rules useless in parser due to
344 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
345 (nonterminals_reduce): Say "nonterminal useless in grammar".
346 (reduce_output): Say "Nonterminals useless in grammar".
347 Say "Rules useless in grammar".
348 (reduce_xml): Rename output XML element "useless" to
349 "useless-in-grammar".
350 (reduce_print): Don't report the count of grammatically useless rules
351 as "rules never reduced" just because %yacc is specified.
352 In the correct report of this count, say nonterminal(s) and rule(s)
353 "useless in grammar".
354 * tests/conflicts.at (S/R in initial): Update expected output.
355 (Defaulted Conflicted Reduction): Likewise.
356 (Unreachable States After Conflict Resolution): Likewise.
357 * tests/existing.at (GNU pic Grammar): Likewise.
358 * tests/reduce.at (Useless Nonterminals): Likewise.
359 (Useless Rules): Likewise.
360 (Reduced Automaton): Likewise.
361 (Underivable Rules): Likewise.
362 (Empty Language): Likewise.
364 2007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
366 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
367 here document and before the EOF so that BSD's implementation of Bourne
368 shell doesn't parse the delimiter as part of the here document.
369 * doc/.cvsignore: Add cross-options.texi.
370 * src/getargs.c (usage): Add a blank line after the warning categories.
372 2007-11-08 Paolo Bonzini <bonzini@gnu.org>
374 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
376 2007-11-05 Akim Demaille <akim@epita.fr>
378 Remove Id: from bison.1.
379 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
380 (perl -0777 -pi -e 's/\.PP\nId): New.
381 (.x.1): Use it to ignore the version control revision.
383 2007-11-05 Akim Demaille <demaille@gostai.com>
385 * build-aux/Makefile.am: Ship cross-options.pl.
386 * doc/Makefile.am: Always refer to cross-options.texi with
388 (MAINTAINERCLEANFILES): Add it.
390 2007-11-04 Akim Demaille <demaille@gostai.com>
392 Generate the long/short option cross-table.
393 * build-aux/cross-options.pl: New.
394 * doc/Makefile.am (cross-options.texi): New.
395 * doc/bison.texinfo: Use it.
397 2007-11-04 Akim Demaille <demaille@gostai.com>
399 Generate bison.1 using help2man.
400 * doc/common.x, doc/bison.x: New.
401 * doc/Makefile.am (bison.1, .x.1): New.
402 The code is taken from autoconf-2.61/man/Makefile.am.
403 * configure.ac: Look for help2man.
405 2007-11-04 Akim Demaille <demaille@gostai.com>
408 * src/getargs.c (usage): Document -W, make it clear that -d,
409 -g and -x have optional arguments.
411 2007-11-04 Akim Demaille <demaille@gostai.com>
413 Find sha1sum when named gsha1sum.
414 * bootstrap (find_tool): New.
417 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
419 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
421 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
422 * NEWS (2.3a+): Mention.
423 * data/bison.m4 (b4_pure_if): Don't define it here.
424 * data/c.m4 (b4_identification): Depend on individual skeletons to
425 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
426 values of the %define variables api.pure or api.push_pull. Define
427 YYPURE, YYPUSH, and YYPULL accordingly.
428 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
429 glr.cc has already defined b4_pure_flag.
430 * data/push.c: Define b4_pure_if based on `%define api.pure'.
431 Remove YYPUSH and YYPULL since they're back in b4_identification again.
432 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
433 * doc/bison.texinfo (Pure Decl): Update.
435 (Decl Summary): Add api.pure to %define entry.
436 In %pure-parser entry, say it's deprecated and reference %define.
437 (Pure Calling): Update.
438 (Error Reporting): Update.
439 (C++ Scanner Interface): Update.
440 (How Can I Reset the Parser): Update.
441 (Table of Symbols): In %pure-parser entry, say it's deprecated and
443 * src/getargs.c (pure_parser): Remove global variable.
444 * src/getargs.h (pure_parser): Remove extern.
445 * src/output.c (prepare): Don't define pure_flag muscle.
446 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
447 wrapper around `%define api.pure'.
448 * tests/calc.at (Simple LALR Calculator): Update.
449 (Simple GLR Calculator): Update.
450 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
452 (GLR: Resolve ambiguity, pure, locations): Update.
453 (GLR: Merge conflicting parses, pure, no locations): Update.
454 (GLR: Merge conflicting parses, pure, locations): Update.
455 * tests/glr-regression.at (Uninitialized location when reporting
457 * tests/input.at (Unused %define api.pure): New test case.
458 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
459 AT_PURE_IF and AT_PURE_AND_LOC_IF.
460 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
462 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
464 %define push_pull -> %define api.push_pull. Discussed starting at
465 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
466 * data/push.c: Expect the new name.
467 * data/yacc.c: Likewise.
468 * doc/bison.texinfo (Push Decl): Update.
469 (Decl Summary): Update %define entry.
470 (Push Parser Function): Update.
471 (Pull Parser Function): Update.
472 (Parser Create Function): Update.
473 (Parser Delete Function): Update.
474 * tests/calc.at (Simple LALR Calculator): Update.
475 * tests/input.at (%define enum variables): Update.
476 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
477 (Push Parsing: Multiple impure instances): Update.
478 (Push Parsing: Unsupported Skeletons): Update.
479 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
480 (Exploding the Stack Size with Malloc): Update.
482 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
485 2007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
487 For the XML output's terminal element, rename @number to @token-number,
488 and add @symbol-number. In the nonterminal element, rename @number to
489 @symbol-number. Discussed starting at
490 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
491 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
493 (xsl:template match="nonterminal"): Likewise.
494 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
495 (xsl:template match="nonterminal"): Likewise.
496 * src/print-xml.c (print_grammar): Implement.
498 2007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
500 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
501 2007-10-11 change, the child elements here are items not rules.
502 (xsl:template match="item"): New.
503 (xsl:template match="rule"): Update for new reduced itemset.
504 (xsl:template match="point"): Remove.
505 (xsl:template match="empty"): For consistency with --graph, don't
506 output "/* empty */".
507 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
508 line-wrap, don't pass a negative value as first-line-length since this
509 won't work with the following changes.
510 (xsl:template name="line-wrap"): Simplify slightly.
511 (xsl:template name="ws-search"): Eliminate recursion.
512 * src/print_graph.c (print_core): Don't print a reduction's lookahead
513 set next to an item whose dot is not at the end of the RHS even if it
514 happens to be associated with the same rule.
516 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
518 Add %define lr.keep_unreachable_states.
519 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
520 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
521 * src/main.c (main): Implement it.
522 * tests/conflicts.at (Unreachable States After Conflict Resolution):
523 Extend to test it, and fix a typo.
525 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
527 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
528 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
529 the example .output text.
530 * tests/regression.at (Extra lookahead sets in report): Improve wording
533 2007-10-17 Wojciech Polak <polak@gnu.org>
535 * src/print-xml.c (print_grammar): Renamed
536 <terminal> and <nonterminal> attributes:
537 "type" to "number" and "symbol" to "name".
538 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
539 Use new attribute names.
540 (xsl:template match="nonterminal"): Likewise.
541 * data/xslt/xml2xhtml.xsl: Likewise.
543 2007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
545 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
546 (Option Cross Key): Likewise.
548 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
549 next to an item whose dot is not at the end of the RHS even if it
550 happens to be associated with the same rule.
551 * src/print.c (print_core): Likewise.
552 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
553 (Resolved SR Conflicts): Update output.
554 * tests/regression.at (Extra lookahead sets in report): New test case.
556 2007-10-11 Wojciech Polak <polak@gnu.org>
558 * src/print-xml.c (print_core): Remove item set
560 * data/xslt/bison.xsl (bison:ruleNumber): New key.
561 Improve processing time. Suggested by Joel E. Denny.
562 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
563 Write xsl:param "required" attribute as comment.
564 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
565 (xsl:template match="rule"): Support new reduced itemset.
566 (xsl:template match="point"): Remove.
567 * data/xslt/xml2xhtml.xsl: Likewise.
569 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
571 * src/getargs.c (version): Update copyright year.
573 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
575 Make xml2dot.xsl and --graph produce the same output.
576 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a ` '
577 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
579 (xsl:template name="output-node"): Use the new escape template instead
580 of the string-replace template directly.
581 (xsl:template name="output-edge"): Likewise.
582 (xsl:template name="escape"): New, escapes backslashes and newlines in
583 addition to quotation marks.
584 * src/graphviz.c (start_graph, output_node, output_edge): Add
585 whitespace to output for legibility.
587 Make xml2text.xsl and --report produce the same output, and remove the
588 XML "conflicts" element since a conflict summary is easily extracted
590 * data/xslt/bison.xsl: New.
591 (xsl:template match="state" mode="bison:count-conflicts): New.
592 * data/xslt/xml2text.xsl: Import bison.xsl.
593 (xsl:template match="bison-xml-report"): Instead of styling the
594 "conflicts" element, style the "automaton" element with mode
595 "conflicts". Unlike the former, the latter lists S/R and R/R
596 conflicts for a state on the same line.
597 (xsl:template match="conflicts"): Remove.
598 (xsl:template match="conflict"): Remove.
599 (xsl:template match="terminal"): Line-wrap the list of rules in which
600 the terminal is used.
601 (xsl:template match="nonterminal"): Likewise for nonterminals.
602 (xsl:template match="automaton" mode="conflicts"): New.
603 (xsl:template match="state" mode="conflicts"): New.
604 (xsl:template name="line-wrap"): New.
605 (xsl:template name="ws-search"): New.
606 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
607 (xsl:template match="bison-xml-report"): Instead of styling the
608 "conflicts" element, style the "automaton" element with mode
610 (xsl:template match="conflicts"): Remove.
611 (xsl:template match="conflict"): Remove.
612 (xsl:template match="automaton" mode="conflicts"): New.
613 (xsl:template match="state" mode="conflicts): New.
614 * src/conflicts.c (conflicts_output_xml): Remove.
615 * src/conflicts.h (conflicts_output_xml): Remove prototype.
616 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
617 * src/print.c (print_grammar): Consistently wrap at the 66th column so
618 the corresponding XSLT is easier. Also, never wrap between a word and
619 the comma that follows it.
621 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
623 Improve C++ namespace support. Discussed starting at
624 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
625 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
626 b4_namespace_close): New macros that interpret the %define variable
627 "namespace" so its value can contain "::" to indicate nested
629 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
631 * data/lalr1.cc (b4_namespace): Likewise.
632 * data/location.cc (b4_namespace): Likewise.
633 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
634 inside a new table in the general %define entry. Document `%define
635 namespace' there as well. Point the %name-prefix entry to it since it
636 explains it more completely in the case of C++.
637 (C++ Bison Interface): Mention `%define namespace' instead of
639 (Table of Symbols): Remove the `%define push_pull' entry. The %define
641 * tests/c++.at (Relative namespace references): New test case.
642 (Absolute namespace references): New test case.
643 (Syntactically invalid namespace references): New test case.
644 * tests/input.at (C++ namespace reference errors): New test case.
646 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
648 Add syncline support and location accessor to internal %define
650 * data/bison.m4 (b4_percent_define_get_loc): New.
651 (b4_percent_define_get_syncline): New.
652 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
653 (b4_percent_define_default): Record defining location as line 1 rather
654 than 0 for the sake of synchronizing #line's, and define
655 b4_percent_define_syncline(VARIABLE).
656 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
657 * src/muscle_tab.c (muscle_syncline_grow): New.
658 (muscle_code_grow): Use muscle_syncline_grow.
659 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
660 define b4_percent_define_syncline(VARIABLE).
661 (muscle_percent_define_get_loc): New.
662 (muscle_percent_define_get_syncline): New.
663 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
664 remove some unused variables.
665 (muscle_percent_define_default): Record defining location as line 1
666 rather than 0 for the sake of synchronizing #line's, and define
667 b4_percent_define_syncline(VARIABLE).
668 (muscle_percent_define_check_values): Use
669 muscle_percent_define_get_loc.
670 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
671 (muscle_percent_define_get_syncline): Prototype.
672 * tests/skeletons.at (%define Boolean variables: invalid skeleton
673 defaults): Update output for location change.
674 (Complaining during macro argument expansion): Extend to test
675 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
677 2007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
679 Fix some error-reporting macro bugs.
680 * data/bison.m4 (b4_cat): New.
681 (b4_error, b4_error_at): Use b4_cat to send error directives directly
682 to stdout so they don't become arguments to other macros. Update
683 comments and add examples.
684 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
686 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
687 after printing the error directive so that M4 doesn't report subsequent
688 problems that are induced by this problem.
689 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
690 instead of just in them. Recognize @\n in both places. Both expand to
691 the empty string. Needed by b4_cat.
692 * tests/skeletons.at (Complaining during macro argument expansion):
694 (Fatal errors make M4 exit immediately): New test case.
696 2007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
698 Implement --print-datadir.
699 * src/getargs.c (usage): Mention.
700 (PRINT_DATADIR_OPTION): New anonymous enum member.
701 (long_options): Add entry for it.
702 (getargs): Add case for it calling compute_pkgdatadir.
703 * src/output.c (output_skeleton): Encapsulate data directory
704 computation from here...
705 (prepare): ... and from here...
706 (compute_pkgdatadir): ... into this new function.
707 * src/output.h (compute_pkgdatadir): Prototype.
709 2007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
711 * src/print-xml.c (escape_bufs): New static global variable
713 (xml_escape_n): ... the static local variable buf here.
714 (print_xml): Free memory for escape_bufs.
715 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
717 2007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
719 Replace `%push-parser' and `%push-pull-parser' with
720 `%define push_pull "push"' and `%define push_pull "both"'.
721 `%define push_pull "pull"' is the default.
722 * doc/bison.texinfo (Push Decl, Push Parser Function,
723 Pull Parser Function, Parser Create Function, Parser Delete Function):
725 (Decl Summary, Table of Symbols): Replace %push-parser and
726 %push-pull-parser entries with a %define push_pull entry.
727 * data/bison.m4 (b4_percent_define_check_values): New macro.
728 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
730 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
732 * data/push.c: ... to here and compute them from the value of the
733 %define variable push_pull.
734 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
735 parsing requests here...
736 * data/yacc.c: ... hack this to switch to push.c any time
737 b4_use_push_pull_flag or the %define variable push_pull is set. This
738 will go away when we mv push.c yacc.c.
739 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
740 push parsing is not supported since unused %define variables are
742 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
743 * src/muscle_tab.h (muscle_percent_define_check_values): Update
744 comments for consistency with b4_percent_define_check_values.
745 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
747 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
749 (prologue_declaration): Remove %push-parser and %push-pull-parser
751 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
752 * tests/calc.at: Update declarations.
753 * tests/input.at (%define enum variables): New test case.
754 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
756 (Push Parsing: Multiple impure instances): Update declaration.
757 (Push Parsing: Unsupported Skeletons): New test case.
758 * tests/torture.at (Exploding the Stack Size with Alloca): Update
760 (Exploding the Stack Size with Malloc): Update declaration.
762 2007-09-24 Wojciech Polak <polak@gnu.org>
764 Add XSLT transformations.
766 * data/xslt/xml2dot.xsl: Transform XML into DOT.
767 * data/xslt/xml2text.xsl: Transform XML into plain text.
768 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
769 * data/Makefile.am (xsltdir): New variable.
770 (dist_xslt_DATA): Add xslt/*.xsl files.
772 2007-09-23 Paul Eggert <eggert@cs.ucla.edu>
774 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
775 Problem reported by Wojciech Polak.
776 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
777 (xml_printf): Undo change I made on 21 September; that is,
778 indent 2 spaces, not 1.
780 2007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
782 Pacify ./configure --enable-gcc-warnings.
783 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
784 `char const *' instead of `char *'.
785 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
786 local variable `sep'.
788 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
790 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
792 * src/print-xml.c: Prefer "const" after types; that's more consistent.
793 (xml_printf): Indent just 1 space for level.
794 (e_char, xlate_char): Remove.
795 (xml_escape_string): Rewrite to avoid undefined behavior (used
796 storage that was freed from the stack).
797 (xml_escape_n): Don't bother checking for subscript error.
799 2007-09-21 Wojciech Polak <polak@gnu.org>
801 Add Bison XML Automaton Report.
803 Add support for an -x option to generate an XML report.
804 It is not documented yet.
805 * src/print-xml.c: New file.
806 * src/print-xml.h: Likewise.
807 * lib/timevar.def (TV_XML): New var.
808 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
809 * src/conflicts.c: Include print-xml.h.
810 (solved_conflicts_xml_obstack): New var.
811 (log_resolution, conflicts_solve, conflicts_free):
812 Add support for XML report.
813 (conflicts_output_val): New function.
814 * src/conflicts.h (conflicts_output_val): New decl.
815 * src/files.c (spec_xml_file): New var.
816 (compute_output_file_names, output_file_names_free): Add XML support.
817 * src/files.h (spec_xml_file): New decl.
818 * src/getargs.c (xml_flag): New var.
819 (usage, short_options, long_options, getargs): Add XML support.
820 * src/getargs.h (xml_flag): New decl.
821 * src/gram.c: Include print-xml.h.
822 (rule_lhs_print_xml, rule_rhs_print_xml):
823 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
825 * src/gram.h: Declare external ones.
826 * src/main.c: Include print-xml.h.
827 (main): Add XML support.
828 * src/reduce.c: Include print-xml.h.
829 (reduce_xml): New function.
830 * src/reduce.h: Declare it.
831 * src/state.c: Include print-xml.h.
832 (state_new): Add XML support.
833 (state_rule_lookahead_tokens_print_xml): New function.
834 * src/state.h: Declare it.
835 (struct state): New member solved_conflicts_xml.
836 * src/symtab.c (symbol_class_get_string): New function.
837 * src/symtab.h: Declare it.
839 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
841 * GNUmakefile: Switch to coreutils's version.
842 * bootstrap: Likewise.
843 * Makefile.cfg: Adjust to new GNUmakefile.
844 * README-hacking: Likewise.
848 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
849 Bruno Haible <bruno@clisp.org>
851 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
852 and is a script that invokes bison. Tighten the code. Add comments.
854 2007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
856 Spell "boolean" as "Boolean". Reported by Akim Demaille.
857 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
858 * doc/bison.texinfo (Decl Summary): Fix.
859 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
860 * tests/input.at (Boolean %define variables): Update output.
861 * tests/skeletons.at (%define boolean variables: invalid skeleton
862 defaults): Rename to...
863 (%define Boolean variables: invalid skeleton defaults): ... this and
866 2007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
868 In impure push mode, don't allow more than one yypstate to be allocated
869 since multiple impure parsers would corrupt yynerrs.
870 * data/push.c (yypstate_allocated): New static global variable
872 (yypull_parse): If yypstate_new returns 0, don't report it as memory
873 exhaustion if yypstate_allocated is 1, but still return 2.
874 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
875 already 1. Otherwise, set it to 1.
876 (yypstate_delete): Set it to 0.
877 * tests/push.at (Push Parsing: Multiple impure instances): New test
880 2007-08-17 Bob Rossi <bob@brasko.net>
882 * doc/bison.texinfo (Push Decl): Document the push parser.
883 (Table of Symbols): Ditto.
885 (Decl Summary): Ditto.
886 (Multiple Parsers, Push Parser Function, Pull Parser Function,
887 Parser Create Function, Parser Delete Function):
888 Add new push parser symbols.
889 (Table of Symbols): Document push-parser, push-pull-parser,
890 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
892 2007-08-15 Paul Eggert <eggert@cs.ucla.edu>
895 * doc/gpl-3.0.texi: New file.
896 * doc/gpl.texi: Remove.
897 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
898 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
899 * README-hacking, TODO, bootstrap, bootstrap.conf:
900 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
901 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
902 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
903 * data/lalr1.cc, data/lalr1.java, data/location.cc:
904 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
905 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
906 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
907 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
908 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
909 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
910 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
911 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
912 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
913 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
914 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
915 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
916 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
917 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
918 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
919 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
920 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
921 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
922 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
923 * src/complain.c, src/complain.h, src/conflicts.c:
924 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
925 * src/files.h, src/flex-scanner.h, src/getargs.c:
926 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
927 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
928 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
929 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
930 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
931 * src/print.c, src/print.h, src/print_graph.c:
932 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
933 * src/reduce.h, src/relation.c, src/relation.h:
934 * src/revision.h, src/scan-code.h, src/scan-code.l:
935 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
936 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
937 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
938 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
939 * tests/Makefile.am, tests/actions.at, tests/c++.at:
940 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
941 * tests/existing.at, tests/glr-regression.at:
942 * tests/headers.at, tests/input.at, tests/java.at:
943 * tests/local.at, tests/output.at, tests/push.at:
944 * tests/reduce.at, tests/regression.at, tests/sets.at:
945 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
949 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
951 Get rid of broken %no-parser, -n, and --no-parser implementation and
953 * TODO: Don't mention them.
954 * doc/bison.1: Likewise.
955 * doc/bison.texinfo (Decl Summary): Likewise.
956 (Bison Options): Likewise.
957 (Option Cross Key): Likewise.
958 * src/getargs.c (no_parser_flag): Remove global variable.
959 (usage): Don't print description of -n and --no-parser.
960 (long_options): Remove --no-parser entry here.
961 (getargs): Remove -n case in the switch here.
962 * src/getargs.h (no_parser_flag): Remove extern.
963 * tests/regression.at (Web2c Actions): Remove comment that mentions
966 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
968 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
969 name user variables starting with `yy'. Just pass NULL instead of a
970 dummy local &yylval to yypush_parse.
971 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
974 2007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
976 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
977 true since it's then always used regardless of whether yyoverflow is
978 defined. Reported by Christian Burger at
979 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
980 * THANKS: Add Christian Burger.
982 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
983 node names: say "Decl Summary" not "Bison Declaration Summary".
985 2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
987 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
988 determine whether this function has already complained about an invalid
989 value for a %define boolean variable, don't check whether Bison has
990 ever examined the value. As written, the check was a tautology.
991 Instead, record and check for this complaint using a separate muscle.
993 2007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
995 Fix push parsing memory leak reported by Brandon Lucia at
996 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
997 * THANKS: Add Brandon Lucia.
998 * data/push.c (yypstate_delete): Free the stack if it was reallocated
999 but the parse never completed and thus freed it.
1000 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
1001 * tests/testsuite.at: Include push.at.
1002 * test/push.at: New.
1003 (Push Parsing: Memory Leak for Early Deletion): New test case.
1005 2007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
1007 Improve handling of multiple S/R conflicts in the same state and of S/R
1008 conflicts involving multiple reductions.
1009 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
1010 set for a state here or Bison will abort if it is reassigned on a
1011 later conflicted reduction in the same state.
1012 Similarly, don't finalize and assign the solved conflicts report here
1013 or it will be lost if it is reassigned on a later conflicted reduction
1015 (set_conflicts): Instead, assign them both here after all S/R conflicts
1016 in the state have been fully examined.
1017 * src/print.c (shift_set): Rename to...
1018 (no_reduce_set): ... this.
1019 (print_reductions): Update for rename, and add %nonassoc error action
1020 tokens to no_reduce_set so that, when printing the first remaining
1021 reduction on an error action token, the reduction is enclosed in
1023 (print_results): Update for rename.
1024 * tests/conflicts.at (Solved conflicts report for multiple reductions
1025 in a state): New test case.
1026 (%nonassoc error actions for multiple reductions in a state): New test
1029 * src/main.c (main): Don't depend on C99 features.
1031 2007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
1033 * build-aux/.cvsignore: Add compile.
1034 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
1037 2007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
1039 * bootstrap (slurp): Create target directories that don't exist.
1040 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
1042 2007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
1044 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
1046 * closure.c (closure): Likewise.
1047 * state.h (reductions): Comment sorting of rules.
1048 (state): Comment sorting of items.
1050 2007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
1052 Fix C++ test cases after recent Gnulib changes. Discussed starting at
1053 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
1054 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
1055 definition in order to avoid Gnulib headers since we don't use config.h
1057 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
1058 rather than AT_DATA so that config.h is included.
1060 2007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
1062 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
1063 instead of fprintf. Guard these functions with #if YYDEBUG instead of
1064 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
1065 and so that YYFPRINTF is guaranteed to be defined here.
1067 2007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
1069 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
1071 (muscle_percent_define_check_values): ... this more helpful function.
1072 Again, it's not used yet, but it will be.
1073 * src/muscle_tab.h: Likewise.
1075 Improve some comments in parser table construction.
1076 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
1077 (generate_states): Don't mention ruleset, which is internal to closure.
1078 * src/closure.c (closure): Explain sorting of core and itemset, which
1079 is required for this function to behave correctly.
1080 * src/closure.h (closure): Mention sorting.
1082 2007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
1084 * src/lalr.c (state_lookahead_tokens_count): For code readability,
1085 move the check for disabled transitions to an aver since conflict
1086 resolution hasn't happened yet.
1088 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
1089 labels a state as inconsistent just because it has error transitions.
1090 The original form of this check appeared in revision 1.1 of lalr.c,
1091 which was committed on 1991-12-21. Now (at least), changing the
1092 consistency label on such a state appears to have no useful effect in
1093 any of the places it is examined, which I enumerate below. The key
1094 point to understanding each item in this enumeration is that a state
1095 with an error transition is labelled consistent in the first place only
1096 if it has no rules, so the check cannot matter for states that have
1097 rules. (1) Labelling a state as inconsistent will cause set_conflicts
1098 to try to identify its conflicts, and a state must have *rules* to have
1099 conflicts. (2) Labelling a state as inconsistent will affect how
1100 action_row sets the default *rule* for the state. (3) Labelling a
1101 state as inconsistent will cause build_relations to add lookback edges
1102 to *rules* in that state.
1103 * src/state.h (struct state): Word the comment for member consistent
1106 2007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
1108 Don't depend on C99 features.
1109 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
1110 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
1111 * src/reader.c (check_and_convert_grammar): Fix for-loop.
1112 * src/state.c (state_mark_reachable_states): Fix for-loop.
1113 (state_remove_unreachable_states): Fix for-loop.
1115 Don't widen struct state with member reachable just to temporarily
1116 record reachability. Instead, use a local bitset.
1117 * src/state.h (struct state): Remove member.
1118 * src/state.c (state_new): Don't initialize it.
1119 (state_mark_reachable_states): Rename to...
1120 (state_record_reachable_states): ... this, and use bitset.
1121 (state_remove_unreachable_states): Use bitset.
1123 2007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
1125 * src/Makefile.am (yacc): Quote target action commands properly so
1126 that the yacc script isn't corrupt. Reported by Hans Aberg at
1127 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
1129 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
1130 the case of pure parsers. Reported by Frans Englich at
1131 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
1132 * THANKS: Add Frans Englich.
1134 * NEWS (2.3a+): In the %code entry, reference section `Bison
1135 Declaration Summary' from the manual now since the %code summary has
1137 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
1138 in the rules section must be terminated by semicolons.
1140 2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
1142 Extend the front-end API for %define variables to more completely
1143 mirror the back-end. This will be useful in the future.
1144 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
1145 Update comments to mention the new front-end counterparts of these
1147 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
1148 for muscle_string_decode and muscle_location_decode.
1149 (muscle_string_decode): New static function.
1150 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
1151 (muscle_percent_define_get, muscle_percent_define_ifdef): New
1153 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
1154 muscle_percent_define_get to mimic the b4_percent_define_flag_if
1155 implementation more closely.
1156 (muscle_percent_define_invalid_value): New function.
1157 * src/muscle_tab.h (muscle_percent_define_get,
1158 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
1161 2007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
1163 * NEWS (2.3a+): Mention yesterday's state-removal change.
1164 (2.3a): Remove the %language entry, which was added after 2.3a.
1165 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
1166 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
1167 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
1168 tests/existing.at: Update copyright date.
1170 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1172 If conflict resolution makes states unreachable, remove those states,
1173 report rules that are then unused, and don't report conflicts in those
1175 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
1176 New global function.
1177 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
1179 * src/main.c (main): After conflict resolution, remove the unreachable
1180 states and update all data structures that reference states by number.
1181 * src/state.c (state_new): Initialize each state's reachable member to
1183 (state_mark_reachable_states): New static function.
1184 (state_remove_unreachable_states): New global function.
1185 * src/state.h (struct state): Add member bool reachable.
1186 (state_remove_unreachable_states): Prototype.
1187 * tests/conflicts.at (Unreachable States After Conflict Resolution):
1189 * tests/existing.at (GNU pic Grammar): Update test case output now that
1190 an unused rule is discovered.
1192 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1194 Minor code cleanup in parser table construction.
1195 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
1196 (new_itemsets, save_reductions): Update for rename to nitemset.
1197 * src/closure.c (nritemset): Rename to...
1198 (nitemset): ... this since the "r" appears to meaningless and isn't
1199 used in the comments.
1200 (closure): Update for rename.
1201 * src/closure.h (nritemset): Update extern to...
1202 (nitemset): ... this.
1203 * src/lalr.c (LA): Fix a typo in comments.
1204 * src/print.c (print_core): Update for rename to nitemset.
1205 * src/print_graph.c (print_graph): Likewise.
1206 * src/state.h: Fix some typos in header comments.
1208 2007-04-04 Paul Eggert <eggert@cs.ucla.edu>
1210 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
1211 still sticks to ASCII. Sorry!
1213 * README-hacking: New file, taken mostly from coreutils, with changes
1214 for Bison. Contains much of the contents of:
1215 * README-cvs: Remove.
1216 * bootstrap: Sync from gnulib.
1217 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
1218 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
1220 2007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
1222 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
1224 (Java Differences): Fix some typos.
1225 * THANKS: Add Sebastian Setzer.
1227 2007-03-07 Paolo Bonzini <bonzini@gnu.org>
1229 * data/java.m4 (b4_single_class_if): Remove.
1230 (b4_abstract_if): Look at "%define abstract".
1232 (b4_union_name): Rename...
1233 (b4_yystype): ... to this. Map to "%define stype".
1234 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
1235 b4_maybe_throws): Fix quoting.
1236 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
1237 * data/lalr1.java (Lexer interface): Always define.
1238 (Lexer interface within parser class): Remove.
1239 (YYLexer class): New, used when "%code lexer" is present.
1240 (constructor): When "%code lexer" is used, pass %lex-param
1241 to the lexer constructor.
1242 (yylex, yyparse): Remove %lex-param from method invocations
1243 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
1245 * doc/bison.texinfo (Java Bison Interface): Mention "%define
1246 abstract". Rename "%define union_name" to "%define stype".
1247 Rename method names according to previous patch.
1248 (Java Scanner Interface): Describe "%code lexer" instead of
1249 "%pure-parser" and "%define single_class".
1250 (Java Differences): Mention "%code lexer".
1252 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
1253 Include scanner here, using macros from tests/local.at.
1254 (AT_DATA_CALC_Y): Remove final argument.
1255 (_AT_CHECK_JAVA_CALC): Likewise.
1256 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
1257 of %locations and %error-verbose.
1258 (main): Test with and without %lex-param.
1259 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
1260 (AT_BISON_OPTION_POPDEFS): Pop it.
1262 2007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1264 DJGPP spefic issue. Inhibit the use of disallowed characters for
1265 file name genertion on Win98, WinXP, etc. These are |<>":?*\
1266 and concern testsuite case 46.
1267 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
1268 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
1269 * djgpp/config.bat: Inhibit the use of disallowed characters.
1271 2007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1273 Miscellaneous %define and %code cleanup.
1274 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
1275 values are interpreted.
1276 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
1277 documentation a little more.
1278 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
1279 muscle_percent_define_insert, muscle_percent_code_grow): New
1281 * src/muscle_tab.h (muscle_percent_define_insert,
1282 muscle_percent_code_grow): Prototype.
1283 * src/parse-gram.y (prologue_declaration): Use
1284 muscle_percent_define_insert and muscle_percent_code_grow when parsing
1285 %define and %code directives.
1287 Make it easy to share %define boolean variables between the front-end
1288 and back-end. Though not used yet, this will be useful in the future.
1289 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
1290 Bison uses of names rather than just skeleton uses of names.
1291 (b4_percent_define_get, b4_percent_define_ifdef): Rename
1292 b4_percent_define_skeleton_variables(VARIABLE) to
1293 b4_percent_define_bison_variables(VARIABLE).
1294 (b4_percent_code_get, b4_percent_code_ifdef): Rename
1295 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
1296 b4_percent_code_bison_qualifiers(QUALIFIER).
1297 (b4_check_user_names_wrap): Update for renames.
1298 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
1299 muscle_percent_define_default): New functions mimicking
1300 b4_percent_define_flag_if and b4_percent_define_default.
1302 For %define variables, report locations for invalid values and
1304 * data/bison.m4 (b4_percent_define_flag_if): Read
1305 b4_percent_define_loc(VARIABLE) to report the location of an invalid
1307 (b4_percent_define_default): Save a special location in
1308 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
1309 must later be reported as invalid.
1310 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
1312 (muscle_percent_define_insert): Record the location of VARIABLE in
1313 muscle percent_define_loc(VARIABLE), and use it to report the previous
1314 location for a redefinition.
1315 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
1316 (muscle_percent_define_default): Update like b4_percent_define_default.
1317 (muscle_grow_user_name_list): Rename to...
1318 (muscle_user_name_list_grow): ... this for consistency and use
1319 muscle_location_grow.
1320 * src/muscle_tab.h (muscle_location_grow): Prototype.
1321 * tests/input.at (%define errors): Update expected output.
1322 * tests/skeletons.at (%define boolean variables: invalid skeleton
1323 defaults): New test case.
1325 2007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
1327 * src/print.c (lookahead_set, state_default_rule): Remove.
1328 (print_reductions): Replace state_default_rule invocation with
1329 equivalent use of yydefact, which was computed in token_actions in
1331 (print_results): Don't allocate lookahead_set.
1333 2007-02-27 Paolo Bonzini <bonzini@gnu.org>
1335 * data/lalr1.java: Prefix all private members with yy.
1337 2007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
1339 Use YYFPRINTF instead of fprintf where appropriate. Reported by
1340 Sebastien Fricker at
1341 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
1342 * THANKS: Add Sebastien Fricker.
1343 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
1344 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
1345 accept a variable number of arguments.
1347 2007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
1349 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
1351 2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1353 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
1354 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
1355 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
1357 2007-02-11 Paul Eggert <eggert@cs.ucla.edu>
1359 Undo my 2007-02-07 change, switching back to the c-strcase module
1360 introduced in the 2007-02-03 change. Bruno Haible reported that
1361 the 2007-02-07 change would be dangerous in Turkish if we add a
1362 language whose name contains "i", since "i" is not lowercase "I"
1364 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
1365 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
1366 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
1367 * m4/.cvsignore: Remove strcase.m4.
1368 * src/getargs.c: Revert 2007-02-07 change, as follows.
1369 Include c-strcase.h.
1370 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
1372 2007-02-11 Bruno Haible <bruno@clisp.org>
1374 Enable the Java related testsuite tests when the only Java compiler
1375 found is a gcj < 4.3. Discussed at
1376 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
1377 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
1379 2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
1381 * data/Makefile.am: Update copyright date.
1382 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
1383 yypstate_new returns NULL.
1384 (yypstate_new): Return NULL if malloc does.
1385 * src/reader.c (packgram): Move translation of rule actions from the
1386 beginning of packgram to...
1387 (check_and_convert_grammar): ... here right before packgram is invoked
1388 so it's easier to write more complete comments, and remove redundant
1391 2007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
1393 As in semantic actions, make @$ in %initial-action, %destructor, and
1394 %printer imply %locations.
1395 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
1397 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
1398 (@$ in %initial-action implies %locations,
1399 @$ in %destructor implies %locations,
1400 @$ in %printer implies %locations): ... these new test cases.
1402 2007-02-07 Paul Eggert <eggert@cs.ucla.edu>
1404 Undo most of the 2007-02-03 change, switching to the strcase module
1405 now that gnulib strcase has been fixed.
1406 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
1407 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
1408 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
1409 * m4/.cvsignore: Add strcase.m4.
1410 * src/getargs.c: Revert 2007-02-03 change, as follows.
1411 Don't include c-strcase.h.
1412 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
1413 strcasecmp has "unspecified behavior" outside the POSIX locale,
1414 but it works fine in practice if at least one argument is ASCII,
1415 as is the case in Bison.
1417 2007-02-07 Paolo Bonzini <bonzini@gnu.org>
1419 * tests/java.at: Skip tests if only one of javac/java is present.
1420 Reported by Joel E. Denny.
1421 * tests/atlocal.in: Adjust copyright years.
1423 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
1425 * data/lalr1.java (Stack): Work around old verifiers that disallow
1426 access to the private fields of an inner class, from the outer class.
1427 We can make Stack's fields public because user code doesn't have access
1428 to the instance of Stack used by parse(). Reported by Paul Eggert.
1430 2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
1432 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
1433 the right spot for these files?
1434 * bootstrap.conf (gnulib_modules): Add c-strcase.
1435 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
1437 * src/getargs.c: Include c-strcase.h.
1438 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
1439 to avoid unspecified behavior.
1441 2007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
1443 * doc/bison.texinfo (Decl Summary): Correct typo.
1445 2007-01-30 Paolo Bonzini <bonzini@gnu.org>
1447 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
1448 Complain if the value does not match empty, "true" or "false".
1449 * data/c++.m4: Adjust default definitions of %define variables.
1450 * data/java.m4: Adjust default definitions of %define variables.
1451 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
1453 * tests/input.at (Boolean %define variables): Test new behavior.
1455 2007-01-29 Paolo Bonzini <bonzini@gnu.org>
1457 * NEWS: Mention java.
1458 * TODO: Remove things that are done.
1459 * bootstrap.conf: Add javacomp-script and javaexec-script.
1460 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
1462 * data/Makefile.am: Add new files.
1463 * data/java-skel.m4: New.
1464 * data/java.m4: New.
1465 * data/lalr1.java: New.
1467 * doc/bison.texinfo: Put "A Complete C++ Example" under
1468 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
1469 under Other Languages.
1471 * src/getargs.c (valid_languages): Add Java.
1472 * src/getargs.h (struct bison_language): Update size of string fields.
1474 * tests/Makefile.am: Add java.at.
1475 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
1476 * tests/java.at: New.
1477 * tests/testsuite.at: Include it.
1479 2007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
1482 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
1483 at_directive_argv arguments so these no longer have to be global
1484 variables. Also, update the implementation for the following changes.
1485 (fail_for_at_directive_too_many_args,
1486 fail_for_at_directive_too_few_args): Add at_directive_name argument.
1487 (at_directive_name): Remove as at_directive_argv[0] will be used for
1489 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
1490 for the directive name.
1491 (at_directive_argc, at_directive_argv): Make these local within
1492 skel_lex instead of global.
1493 (INITIAL): Update directive start action for above changes.
1494 (SC_AT_DIRECTIVE_ARG): Rename to...
1495 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
1496 (SC_AT_DIRECTIVE_SKIP_WS): Update.
1497 (scan_skel): Move yylex_destroy to...
1498 (skel_scanner_free): ... here.
1499 * tests/skeletons.at (installed skeleton file name): Rename to...
1500 (installed skeleton file names): ... this.
1502 2007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
1504 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
1505 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
1506 Summary" not "Directives".
1507 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
1508 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
1509 since the former is now the more complete one.
1510 (Prologue Alternatives): Likewise and do the same for %defines.
1511 (Table of Symbols): Add summary of %code, add summary of %define, and
1512 move full %code documentation to...
1513 (Decl Summary): ... here for consistency with other entries in these
1515 Move %define entry in order to keep this list alphabetized.
1516 Reword %define entry a little to put less emphasis on the skeleton
1517 concept, which most users shouldn't have to think about.
1519 2007-01-26 Paul Eggert <eggert@cs.ucla.edu>
1521 Adjust to recent gnulib changes.
1522 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
1523 Add string.h, string_.h, unistd_.h, wchar_.h.
1524 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
1525 * src/system.h: Don't include <stpcpy.h>; this is now done by
1528 2007-01-23 Paolo Bonzini <bonzini@gnu.org>
1530 Simplify implementation of unqualified %code, implement macros for
1531 uniform treatment of boolean %define flags. Document %define.
1532 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
1533 b4_percent_code_ifdef): New.
1534 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
1535 * data/c++.m4: Define default value for global_tokens_and_yystype.
1536 * data/glr.cc: Likewise.
1537 * data/location.cc: Use b4_percent_define_flag_if.
1539 * doc/bison.texinfo (Decl Summary): Document %define.
1541 * src/parse-gram.y (Unqualified %code): Change muscle name to
1543 (content.opt): Default to empty.
1545 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
1547 Implement support for relative and absolute skeleton file names.
1548 Discussed starting at
1549 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
1550 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
1551 (Bison Options): Document in --skeleton entry.
1552 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
1553 full_skeleton can't necessarily hold all of pkgdatadir.
1554 If the specified skeleton file name contains a `/', don't prepend
1556 * src/parse-gram.y (prologue_declaration): If the specified skeleton
1557 file name contains a `/', prepend the grammar file directory.
1558 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
1559 * skeletons.at: New file.
1560 (relative skeleton file names): New test case.
1561 (installed skeleton file names): New test case.
1562 * tests/testsuite.at: Include skeletons.at.
1564 * bootstrap: Update copyright to 2007.
1566 2007-01-17 Paolo Bonzini <bonzini@gnu.org>
1568 * bootstrap: Remove occurrences of .#bootmp from the files.
1570 2007-01-17 Akim Demaille <akim@epita.fr>
1572 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
1574 Use per-type %printer.
1576 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
1578 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
1579 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1580 djgpp/config.site, src/files.c, src/files.h, src/main.c,
1581 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
1582 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
1583 tests/glr-regression.at, tests/input.at, tests/local.at,
1584 tests/output.at, tests/torture.at: Update copyright to 2007.
1586 2007-01-16 Akim Demaille <akim@epita.fr>
1588 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
1590 (Calc++ Scanner): Exit with failure if we can't open the input
1592 Accept "-" standing for stdin.
1593 (Calc++ Top Level): Print the result only if the parsing was
1596 2007-01-16 Akim Demaille <akim@epita.fr>
1598 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
1600 2007-01-15 Paolo Bonzini <bonzini@gnu.org>
1601 and Joel E. Denny <jdenny@ces.clemson.edu>
1603 Clean up %define and %code implementation in M4 some. Most
1604 importantly, rename all related macros to be in the b4_percent_define
1605 and b4_percent_code namespaces. Also, complete support for `.' in
1606 %define variable names and %code qualifiers.
1607 * data/bison.m4 (b4_check_user_names): Check for special
1608 "SKELETON-NAMESPACE(name)" macros instead of using two nested
1610 (b4_get_percent_define, b4_get_percent_code): Rename to...
1611 (b4_percent_define_get, b4_percent_code_get): ... these.
1612 Extend documentation with examples.
1613 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
1614 b4_percent_define_skeleton_variables and
1615 b4_percent_code_skeleton_qualifiers.
1616 Expect any value for the %define variable `foo' to be stored in the
1617 macro named `b4_percent_define(foo)'; expect any %code blocks for the
1618 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
1619 expect any unqualified %code blocks to be stored in a macro named
1620 `b4_percent_code_unqualified'.
1621 Use m4_indir so that %define variable names and %code qualifiers can
1622 contain `.', which is allowed by the grammar parser.
1623 (b4_percent_define_default): New macro to set a default value for a
1625 (m4_wrap): Update wrapped code, and fix some underquoting.
1626 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
1627 Expect grammar uses of %define variables and %code qualifiers to be
1628 defined in b4_percent_define_user_variables and
1629 b4_percent_code_user_qualifiers.
1630 * data/c++.m4: Use b4_percent_define_default rather than
1631 m4_define_default. Fix some underquoting. Skeleton usage of %define
1632 variable define_location_comparison now implies skeleton usage of
1633 %define variable filename_type.
1634 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1635 data/push.c, data/yacc.c: Update macro names.
1636 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
1639 2007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1641 DJGPP specific issues.
1643 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
1644 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
1646 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1648 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
1649 run parsers in all tests so that Valgrind is invoked during
1650 maintainer-check-valgrind.
1651 (Duplicate representation of merged trees): Free all semantic values.
1652 (Duplicated user destructor for lookahead): Likewise.
1654 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1656 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
1657 command-line prefix.
1658 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
1659 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
1660 miss Valgrind messages.
1661 (Exploding the Stack Size with Malloc): Likewise.
1663 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1665 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
1666 locals. Reported by Juan Manuel Guerrero at
1667 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
1668 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
1669 Fix some indentation also.
1670 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
1671 explaining this issue.
1673 2007-01-09 Paolo Bonzini <bonzini@gnu.org>
1674 and Joel E. Denny <jdenny@ces.clemson.edu>
1676 Simplify union and prologue handling, and escape union and lex/parse
1677 params with digraphs.
1678 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
1679 values to the empty string since these are no longer guaranteed
1680 initialized by the front-end.
1681 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
1682 braces around b4_user_stype since this is no longer done by the
1684 * src/files.c, src/files.h (pre_prologue_obstack,
1685 post_prologue_obstack): Remove.
1686 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
1687 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
1688 with digraphs. This fixes lex params and parse params.
1689 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
1690 * src/output.c (prepare): Remove muscle insertion of the prologues.
1691 (output): Remove freeing of pre_prologue_obstack and
1692 post_prologue_obstack.
1693 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
1694 than prologue_augment for prologue parsing so you don't need prologue
1696 (grammar_declaration): For %union RHS, use `braceless' instead of
1697 "{...}" so that braces are already stripped and code is escaped with
1699 * src/reader.c (prologue_augment): Remove.
1700 (reader): Remove initialization of pre_prologue_obstack and
1701 post_prologue_obstack.
1702 * src/reader.h (prologue_augment): Remove.
1704 * data/c.m4: Remove stray parenthesis.
1706 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1708 Remove quotes from variables names in %define directives and from
1709 qualifiers in %code directives, and restrict the characters that are
1710 allowed in them to M4-friendly ones. For %define, continue to support
1711 the quoted form as a deprecated feature. Discussed starting at
1712 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
1713 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
1715 * doc/bison.texinfo (Prologue Alternatives): Update.
1716 (Decl Summary): In %defines entry, update mention of `%code requires'
1717 and `%code provides'.
1718 (C++ Location Values): Update %define uses.
1719 (Calc++ Parser Interface): Likewise.
1720 (Calc++ Parser): Likewise, and update `%code requires' uses.
1721 (Table of Symbols): Update %code documentation.
1722 * src/parse-gram.y (prologue_declaration): For %define variables, use
1723 `variable' instead of `STRING'.
1724 (grammar_declaration): For %code qualifiers, use `ID' instead of
1726 (variable): New nonterminal that takes an `ID' or a `STRING'.
1727 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
1729 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
1730 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
1731 (%define errors): Update %define uses.
1733 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1735 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
1736 instead of muscle_insert for %define values so that M4-special
1737 characters are replaced with digraphs.
1738 * tests/input.at (%define errors): Extend to check weird values.
1740 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1742 Instead of having skeletons declare all valid %define variables and
1743 %code qualifiers, provide macros that retrieve the associated values
1744 and build these lists automatically. Thus Bison will now warn when a
1745 variable or qualifier is not used by the skeleton in the current
1746 invocation regardless of whether it might sometimes be used by that
1747 skeleton in other invocations. Also, move all %define value macros to
1748 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
1749 form, which is replaced by %code.
1750 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
1751 (b4_check_user_names): ... this, and change the series of valid name
1752 arguments to a single list argument for names used in the skeleton
1753 similar to the existing list argument for names used in the grammar.
1754 Warn instead of complaining.
1755 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
1756 values and %code code, to format %code code properly, and to build
1757 lists of all %define variables and %code qualifiers used in the
1758 skeleton: b4_skeleton_percent_define_variables and
1759 b4_skeleton_percent_code_qualifiers.
1760 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
1762 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
1763 the skeleton names lists can finish building first. In place of
1764 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
1765 expect the lists b4_user_percent_define_variables and
1766 b4_user_percent_code_qualifiers.
1767 * data/c++.m4: Where setting default values for b4_parser_class_name,
1768 b4_location_type, b4_filename_type, b4_namespace, and
1769 b4_define_location_comparison, update their names to the
1770 b4_percent_define_ namespace.
1771 * data/glr.c: Don't use b4_check_percent_define_variables and
1772 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
1773 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
1774 (b4_parser_class_name, b4_namespace): Define these using
1775 b4_get_percent_define for parser_class_name and namespace.
1776 * data/location.cc: Use b4_get_percent_define.
1777 * data/push.c: Don't use b4_check_percent_define_variables and
1778 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
1779 * data/yacc.c: Likewise, and don't call m4_exit in
1780 b4_use_push_for_pull_if or m4_wrap code will never execute.
1781 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
1783 (muscle_grow_user_name_list): ... this for consistency with the
1784 terminology used in bison.m4.
1785 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
1786 %define variable names, and rename muscle used_percent_define_variables
1787 to user_percent_define_variables.
1788 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
1789 user_percent_code_qualifiers.
1791 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
1792 {CODE} form is no longer accepted.
1793 * tests/input.at (Reject bad %code qualifiers): Rename to...
1794 (Reject unused %code qualifiers): ... this, and update test output.
1795 (%define error): Update test output.
1797 2007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
1799 Check for unrecognized %define variables similar to checking for
1800 unrecognized %code qualifiers. Check for redefined %define variables.
1801 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
1803 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
1804 (b4_check_percent_define_variables): New, also wraps it.
1805 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
1806 variables using b4_check_percent_define_variables.
1807 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
1808 all those exercised in the test suite and all those listed in the
1809 `Default values' section of c++.m4. Are there others?
1810 * data/push.c, data/yacc.c: Declare no valid %define variables.
1811 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
1812 similar to muscle_find, but it works even when the muscle stores a
1814 (muscle_grow_used_name_list): New function for constructing the used
1815 name list muscles that b4_check_for_unrecognized_names requires.
1816 * src/parse-gram.y (prologue_declaration): Warn if a variable is
1817 %define'd more than once. Define the b4_used_percent_define_variables
1818 muscle with muscle_grow_used_name_list.
1819 (grammar_declaration): Abbreviate %code code with
1820 muscle_grow_used_name_list.
1821 * tests/input.at (%define errors): New.
1823 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1825 Provide warn_at, complain_at, and fatal_at function callbacks to the
1826 skeletons, and use this for %code qualifier complaints.
1827 * data/bison.m4 (b4_error_at): New, invoked by...
1828 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
1829 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
1830 @fatal_at(...@) directives.
1831 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
1832 qualifiers in b4_used_percent_code_qualifiers and to use
1834 * src/location.c, src/location.h (boundary_set_from_string): New global
1836 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
1838 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
1839 to b4_used_percent_code_qualifiers.
1840 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
1842 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
1843 (lineno): Rename to...
1844 (out_lineno): ... this so I don't misunderstand it again.
1845 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
1846 here; these newlines are in the input but not the output file.
1847 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
1848 (at_directive_perform): ... this new static function, and add handling
1849 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
1851 * tests/input.at (Reject bad %code qualifiers): Update test output with
1852 locations and extend.
1854 * tests/output.at (Output file name: [, Output file name: ]): Remove
1855 bogus comment about these tests failing.
1857 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1859 Clean up b4_check_percent_code_qualifiers a little.
1860 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
1861 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
1862 documentation and add examples.
1863 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
1866 2007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
1868 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
1869 unreliable -- especially when they're hidden inside another macro.
1870 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
1871 data/c.m4: Remove m4_divert(-1).
1872 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1873 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
1874 m4_divert_push(0) and m4_divert_pop(0).
1875 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
1876 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
1877 pushed and popped by m4sugar, should be first on the stack.
1879 Provide warn, complain, and fatal function callbacks to the skeletons.
1880 This provides more flexibility than m4_fatal, improves the error
1881 message format, and captures messages for translation. Discussed
1883 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
1884 * data/bison.m4 (b4_error): New, invoked by...
1885 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
1886 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
1887 directives. Because these M4 macros might be called when the current
1888 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
1889 the previous removal of uses of m4_divert, which caused trouble.
1890 (b4_check_percent_code_qualifiers): Use b4_complain instead of
1891 m4_fatal to report unrecognized %code qualifiers.
1892 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
1893 push parser requests.
1894 * data/glr.c: Use b4_complain instead of m4_fatal to report
1895 non-deterministic push parser requests.
1896 Update @output usage to @output(...@) form.
1897 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
1898 report missing %defines. Update @output usage to @output(...@) form.
1899 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
1901 * src/main.c (main): Invoke skel_scanner_free.
1902 * src/scan-skel.h (skel_scanner_free): Prototype new function.
1903 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
1904 obstack_for_string from flex-scanner.h.
1905 (YY_DECL): Use to declare skel_lex static.
1906 (decode_at_digraphs): Remove; now handled in the new
1907 SC_AT_DIRECTIVE_ARG start condition.
1908 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
1910 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
1911 at_directive_argv): New static globals.
1912 (INITIAL): Use fail_for_invalid_at.
1913 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
1914 recognize the start of a generalized `@directive(...@)' form and
1916 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
1917 directive args (using the new obstack_for_string), to decode the
1918 contained @ diagraphs, and to perform the directive. It recognizes
1919 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
1921 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
1922 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
1924 (scan_skel): Initialize obstack_for_string on the first call.
1925 (skel_scanner_free): New function to free obstack_for_string.
1926 * tests/input.at (Reject bad %code qualifiers): Update test output.
1928 2007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
1930 Consolidate the 4 prologue alternative directives (%code, %requires,
1931 %provides, and %code-top) into a single %code directive with an
1932 optional qualifier field. Discussed at
1933 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
1934 * NEWS (2.3a+): Rewrite the existing entry for the prologue
1936 * doc/bison.texinfo (Prologue Alternatives): Update.
1937 (Decl Summary): Update to %code "requires" and %code "provides".
1938 (Calc++ Parser): Update to %code "requires".
1939 (Table of Symbols): Remove entries for %requires, %provides, and
1940 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
1941 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
1942 are replaced by b4_percent_code_provides and b4_percent_code_requires,
1943 which are skeleton-specific.
1944 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
1945 declare what %code qualifiers it supports and to complain if any other
1946 qualifiers were used in the grammar.
1947 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
1948 and b4_user_code([b4_percent_code_provides]) in place of
1949 b4_user_requires and b4_user_provides.
1950 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
1951 Add b4_user_code([b4_percent_code_top]) and
1952 b4_user_code([b4_percent_code]).
1953 Invoke b4_check_percent_code_qualifiers.
1954 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
1955 PERCENT_REQUIRES): Remove.
1956 (grammar_declaration): Remove RHS's for %code-top, %provides, and
1957 %requires. Rewrite the %code RHS as the unqualified form defining the
1958 muscle b4_percent_code. Add another RHS for the qualified %code form,
1959 which defines muscles of the form b4_percent_code_QUALIFIER and the
1960 b4_used_percent_code_qualifiers muscle.
1961 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
1962 PERCENT_REQUIRES): Remove.
1963 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
1964 %code "requires" and %code "provides".
1965 * tests/input.at (Reject bad %code qualifiers): New.
1967 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
1969 Use the new code_props interface for destructors and printers.
1970 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
1971 printer_location members, and change the type of the destructor and
1972 printer members to code_props.
1973 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
1974 symbol_printer_get, semantic_type_destructor_set,
1975 semantic_type_printer_set, default_tagged_destructor_set,
1976 default_tagless_destructor_set, default_tagged_printer_set,
1977 default_tagless_printer_set): Use code_props in arguments and return
1978 types in place of char const * and location.
1979 (symbol_destructor_location_get, symbol_printer_location_get): Remove
1980 since the locations are now contained in the return of
1981 symbol_destructor_get and symbol_printer_get.
1982 * src/output.c (symbol_destructors_output, symbol_printers_output):
1984 (symbol_code_props_output): ... this to eliminate duplicate code.
1985 (output_skeleton): Update to use symbol_code_props_output.
1986 * src/reader.c (symbol_should_be_used): Update use of
1987 symbol_destructor_get.
1988 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
1989 Update uses of the various _destructor_set and _printer_set functions.
1990 * src/symtab.c: (default_tagged_destructor_location,
1991 default_tagless_destructor_location, default_tagged_printer_location,
1992 default_tagless_printer_location): Remove since we...
1993 (default_tagged_destructor, default_tagless_destructor,
1994 default_tagged_printer, default_tagless_printer): ... change the type
1995 of these to code_props.
1996 (symbol_new, semantic_type_new, symbol_destructor_set,
1997 semantic_type_destructor_set, symbol_destructor_get,
1998 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
1999 symbol_check_alias_consistency, default_tagged_destructor_set,
2000 default_tagless_destructor_set, default_tagged_printer_set,
2001 default_tagless_printer_set): Update.
2002 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
2003 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
2005 (symbol_print): Use SYMBOL_CODE_PRINT.
2007 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
2009 Use the new code_props interface for rule actions.
2010 * src/symlist.h (symbol_list): Replace action, action_location, and
2011 used members with a code_props action_props member.
2012 * src/reader.c (symbol_should_be_used, grammar_rule_check,
2013 grammar_midrule_action, grammar_current_rule_merge_set,
2014 grammar_current_rule_symbol_append, packgram): Update.
2015 * src/scan-code.h (translate_rule_action): Remove, no longer used.
2016 * src/scan-code.l (handle_action_dollar): Update.
2017 (translate_rule_action): Remove, no longer used.
2018 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
2020 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
2022 Use the new code_props interface in parse-gram.y.
2023 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
2024 Update all uses of translate_* functions to use the new code_props
2025 interface and to use gram_scanner_last_string_free and
2026 code_scanner_last_string_free where possible.
2027 (grammar_declaration): symbol_list_destructor_set and
2028 symbol_list_printer_set now perform the translation, so don't do it
2029 here. Use gram_scanner_last_string_free where possible.
2030 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
2031 translate_code): Remove, no longer used.
2032 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
2033 symbol_list_printer_set): Perform code translation here rather than
2034 depending on the caller to do so.
2036 * src/symlist.h (struct symbol_list): Correct some documentation typos.
2037 * src/scan-gram.h (gram_last_string): Remove declaration.
2038 * src/scan-gram.l (last_string): Declare it static.
2040 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
2042 Encapsulate code properties and related functionality for the various
2043 destructors, printers, and actions into a code_props structure and
2044 interface. This patch merely implements code_props in scan-code.h and
2045 scan-code.l. Future patches will rewrite other modules to use it.
2046 Discussed starting at
2047 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
2048 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
2049 consistently initialize const structs that have an empty location
2051 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
2052 to ensure consistency.
2053 * src/scan-code.h (code_props): New structure.
2054 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
2055 function, macro, and const global variable for initializing a
2056 code_props with no code.
2057 (code_props_plain_init, code_props_symbol_action_init,
2058 code_props_rule_action_init, code_props_translate_code): The rest of
2059 the new code_props functional interface. Among other things, the init
2060 functions set the code_props kind field so that
2061 code_props_translate_code will know whether to behave like
2062 translate_symbol_action, translate_rule_action, or translate_code.
2063 These old translate functions must remain until all other modules are
2064 updated to use the new code_props interface.
2065 (code_scanner_last_string_free): New function similar to
2066 gram_scanner_last_string_free.
2067 (code_scanner_free): Add documentation.
2068 * src/scan-code.l: Implement the new interface.
2069 (code_lex): Make it static, add a code_props* argument, and remove the
2071 (last_string): New static global similar to the one in scan-gram.l.
2072 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
2074 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
2075 code_props since Bison may one day use this information for destructors
2077 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
2078 (handle_action_dollar): Use symbol_list_n_get and set used flag
2079 directly since symbol_list_n_used_set is removed.
2080 (translate_action): Add a code_props* argument and remove the rule,
2081 action, and location arguments. Pass the code_props* on to code_lex.
2082 (translate_rule_action, translate_symbol_action, translate_code):
2083 Rewrite as wrappers around the new code_props interface.
2084 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
2085 it would eventually need to break the encapsulation of code_props.
2087 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
2089 * etc/.cvsignore: New.
2091 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
2093 Add maintainer-push-check to run maintainer-check using push parsing in
2094 place of pull parsing where available.
2095 * Makefile.am (maintainer-push-check): New.
2096 * data/bison.m4 (b4_use_push_for_pull_if): New.
2097 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
2098 appropriately based on their existing values.
2099 (yypush_parse): Don't print push-parser-specific diagnostics if push
2100 parsing is being used in place of pull parsing.
2101 * data/yacc.c: If push parsing should replace pull parsing, redirect to
2103 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
2104 variable, and insert b4_use_push_for_pull_flag into muscles.
2105 * tests/Makefile.am (maintainer-push-check): New.
2107 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
2109 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
2110 (whether successful or failed) so that yypush_parse can be invoked
2111 again to start a new parse using the same yypstate.
2112 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
2113 check multiple yypull_parse invocations on the same yypstate. For pull
2114 mode, extend to check multiple yyparse invocations.
2115 (Exploding the Stack Size with Alloca): Extend to try with
2117 (Exploding the Stack Size with Malloc): Likewise.
2119 * tests/calc.at (Simple LALR Calculator): Don't specify
2120 %skeleton "push.c" since %push-pull-parser implies that now.
2121 * tests/headers.at (export YYLTYPE): Don't check for the push
2122 declarations. Otherwise, this test case can't be used to see if push
2123 mode can truly emulate pull mode.
2124 * tests/input.at (Torturing the Scanner): Likewise.
2125 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
2126 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
2127 AT_YACC_IF, which now includes the case of push mode since %skeleton
2128 need not be used for push mode. This will be more intuitive once
2129 push.c is renamed to yacc.c.
2131 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
2133 For push mode, convert yyparse from a macro to a function, invoke yylex
2134 instead of passing a yylexp argument to yypull_parse, and don't
2135 generate yypull_parse or yyparse unless %push-pull-parser is declared.
2136 Discussed starting at
2137 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
2138 * data/bison.m4 (b4_pull_if): New.
2139 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
2140 * data/push.c: Improve M4 quoting a little.
2141 (b4_generate_macro_args, b4_parenthesize): Remove.
2142 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
2143 any time a pull parser is requested.
2144 Don't #define this as a wrapper around yypull_parse. Instead, when
2145 both push and pull are requested, make it a function that does that
2147 (yypull_parse): If there's a b4_prefix, #define this to
2148 b4_prefix[pull_parse] when both push and pull are requested.
2149 Don't define this as a function unless both push and pull are
2151 Remove the yylexp argument and hard-code yylex invocation instead.
2152 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
2154 * src/getargs.c (pull_parser): New global initialized to true.
2155 * getargs.h (pull_parser): extern it.
2156 * src/output.c (prepare): Insert pull_flag muscle.
2157 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
2158 (prologue_declaration): Set both push_parser and pull_parser = true for
2159 %push-pull-parser. Set push_parser = true and pull_parser = false for
2161 * src/scan-gram.l: Don't accept %push_parser as an alternative to
2162 %push-parser since there's no backward-compatibility concern here.
2163 Scan %push-pull-parser.
2164 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
2165 instead of %push-parser.
2166 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
2167 prototype it in the module that calls yyparse.
2168 * tests/input.at (Torturing the Scanner): Likewise.
2169 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
2171 2006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
2173 Update etc/bench.pl. Optimize push mode a little (the yyn change
2174 deserves most of the credit).
2175 * Makefile.am (SUBDIRS): Add etc subdirectory.
2176 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
2177 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
2178 yytoken, yyval, and yyloc declarations to...
2179 (yyparse or yypush_parse): ... here to improve performance. For
2180 yypush_parse invocations after the first, be sure to assign yyn its old
2182 (yypstate_new): Don't bother initializing the yyresult field since the
2183 initial value isn't used.
2184 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
2185 remove the #define that, in push mode, set it to yyps->NAME.
2186 * etc/Makefile.am: New.
2187 * etc/bench.pl: Remove and build it instead from...
2188 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
2189 "tests/bison" from the build directory by default rather than just
2190 invoking "bison" from $PATH.
2191 (calc_grammar): Update push parser code: don't declare yylval globally,
2192 don't define yyparse_wrapper, and don't #define yyparse.
2193 (bench_grammar): Update to check all working combinations of yacc.c,
2194 push.c, impure, pure, pull, and push.
2196 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
2198 For push mode, add pull wrappers around yypush_parse.
2199 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
2200 (yypull_parse): New function wrapping yypush_parse.
2201 (yyparse): New #define wrapping yypull_parse.
2202 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
2204 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
2205 prototype yylex in the module that calls yyparse, and don't prototype
2206 yyparse there. Otherwise, the yyparse expansion won't compile.
2207 * tests/input.at (Torturing the Scanner): Likewise.
2209 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
2211 Enable push parsers to operate in impure mode. Thus, %push-parser no
2212 longer implies %pure-parser. The point of this change is to move
2213 towards being able to test the push parser code by running the entire
2214 test suite as if %push-parser had been declared.
2215 * data/push.c (yypush_parse): For impure mode, remove the
2216 yypushed_char, yypushed_val, and yypushed_loc arguments.
2217 Instead, declare these as local variables initialized to the global
2218 yychar, yylval, and yylloc.
2219 For the first yypush_parse invocation only, restore the initial values
2220 of these global variables when it's time to read a token since they
2221 have been overwritten.
2222 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
2224 * tests/calc.at (Simple LALR(1) Calculator): Always declare
2225 %pure-parser along with %push-parser since this test case was designed
2226 for pure push parsers.
2227 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
2228 (AT_YACC_OR_PUSH_IF): New.
2229 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
2230 add a note that it's still wrong for some cases (as it has been for a
2232 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
2233 %push-parser no longer implies %pure-parser.
2235 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2237 Remove some unnecessary differences between the pull parser code and
2238 the push parser code. This patch enables yynerrs in push mode.
2239 * data/push.c: Reformat M4 a little.
2240 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
2241 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
2242 because push mode is on. Instead, if pure mode is on, move yynerrs
2244 (b4_declare_parser_state_variables): ... here.
2245 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
2246 to yyps->NAME so it can be used in yypush_parse.
2247 (yypush_parse): Don't omit uses of yynerrs in push mode.
2249 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2251 Fix bug such that the first pushed token's value and location are
2252 sometimes overwritten (sometimes by %initial-action) before being used.
2253 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
2254 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
2255 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
2256 more closely mimic the pull parser logic.
2257 Don't copy the pushed token to yychar, yylval, and yylloc until it's
2258 time to read a token, which is after any initialization of yylval and
2260 (gottoken): Rename label to...
2261 (yyread_pushed_token): ... for clarity and to avoid infringing on the
2264 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2266 Rearrange initialization of the parser state variables so that the
2267 skeleton doesn't have to have a copy for pull mode and another for push
2268 mode. This patch also fixes at least a bug such that yylloc was not
2269 initialized (with b4_location_initial_line and
2270 b4_location_initial_column) upon calling yypush_parse. However, that
2271 initialization now overwrites the first token's location;
2272 %initial-action assigning @$ already did the same thing, and both bugs
2273 will be fixed in a later patch.
2274 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
2275 (b4_declare_parser_state_variables): Remove initialization of yytoken,
2276 yyss, yyvs, yyls, and yystacksize.
2277 (yypstate_new): Remove initialization of some yypstate fields: yystate,
2278 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
2280 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
2281 yyps->NAME so it can be used in yypush_parse.
2282 (yyparse or yypush_parse): For yypush_parse, don't print the
2283 "Starting parse" diagnostic for invocations after the first.
2284 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
2285 yypush_parse, only do it for the first invocation.
2286 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
2287 initialization to occur in yypush_parse but only on the first
2290 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2292 * data/push.c: Add CPP guards around push parser declarations in both
2293 the header and the code file.
2294 In the code file, move the push parser declarations to the same place
2295 they appear in the header file.
2296 Clean up the M4 some, especially the inconsistent underquoting in
2297 some b4_c_function_def and b4_c_function_decl uses.
2299 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2301 Encapsulate the push parser state variables into an M4 macro so the
2302 push skeleton doesn't have to list them again for pull mode's yyparse.
2303 For push mode, remove yypush_parse's local equivalents of these
2304 variables to eliminate unnecessary copying between the two sets at
2305 run-time. This patch also fixes at least a bug related to multiple
2306 %initial-action invocations in push mode.
2307 * data/push.c (b4_declare_parser_variables): Rename to...
2308 (b4_declare_scanner_communication_variables): ... this for clarity and
2310 (b4_declare_yyparse_variables): Remove and move its contents to the one
2311 spot where it was invoked.
2312 (b4_declare_parser_state_variables): New macro containing the parser
2313 state variables required by push mode.
2314 (struct yypstate): Replace all fields but yynew with
2315 b4_declare_parser_state_variables.
2316 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
2317 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
2318 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
2319 (yyparse or yypush_parse): For yyparse in pull mode, replace local
2320 parser state variable declarations with
2321 b4_declare_parser_state_variables.
2322 Don't initialize parser state variables when calling yypush_parse since
2323 yypstate_new already does that.
2324 Invoke the user's initial action only upon the first yypush_parse
2326 Remove all code that copies between the local parser state variables
2329 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2331 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
2332 prevent a name collision in a future patch where these names will
2333 sometimes be #define'd.
2334 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
2335 since it no longer has the same name as the existing argument.
2336 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
2338 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2339 and Joel E. Denny <jdenny@ces.clemson.edu>
2341 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
2342 that the argument is case-insensitive, and there's no `=' here.
2343 For the %skeleton entry, mention that %language is better.
2344 (Bison Options): Likewise for --language and --skeleton. Move the
2345 --skeleton entry so that the `Tuning the parser' section is sorted
2346 alphabetically on long options.
2347 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
2348 %language directive in detail here; cross-reference the %language
2349 documentation instead.
2350 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
2351 `%require "2.3b"' so that the example is always up-to-date.
2352 (Table of Symbols): Add entries for %language and %skeleton.
2353 * examples/extexi (normalize): Instead of replacing every %require
2354 argument with the current Bison version, just substitute for
2355 `@value{VERSION}'. This guarantees that we're testing what actually
2356 appears in the documentation.
2357 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
2358 rather than `@VERSION@'.
2360 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
2362 * NEWS: Reword the %language news a bit, and put it earlier.
2364 * src/getargs.c (skeleton_arg): Last arg is now location const *.
2365 Rewrite to simplify the logic.
2366 (language_argmatch): Likewise.
2367 (program_name): We now own this var.
2368 * src/getargs.h (struct bison_language): Use char[] rather than
2371 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
2373 * src/complain.c (program_name): Remove decl; no longer needed.
2374 * src/main.c (program_name): Remove; now belongs to getargs.
2376 2006-12-18 Paolo Bonzini <bonzini@gnu.org>
2378 * NEWS: Document %language.
2380 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
2382 * data/c-skel.m4, data/c++-skel.m4: New files.
2383 * data/glr.c: Complain on push parsers.
2385 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
2387 (Decl Summary): Document %language and %skeleton.
2388 (Command line): Document -L.
2390 * examples/extexi: Rewrite %require directive.
2391 * examples/calc++/Makefile.am: Pass VERSION to extexi.
2393 * src/files.c (compute_exts_from_gc): Look in language structure
2395 (compute_file_name_parts): Check whether .tab should be added.
2396 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
2397 (language, skeleton_arg, language_argmatch): New.
2398 (long_options): Add --language.
2399 (getargs): Use skeleton_arg, add -L/--language.
2400 * src/getargs.h: Include location.h.
2401 (struct bison_language, language, skeleton_arg, language_argmatch): New.
2402 * src/output.c (prepare): Pick default skeleton from struct language.
2403 Don't dispatch C skeletons here.
2404 * src/parse-gram.y (PERCENT_LANGUAGE): New.
2405 (prologue_declaration): Add "%language" rule, use skeleton_arg.
2406 * src/scan-gram.l ("%language"): New rule.
2408 * tests/calc.at: Test %skeleton and %language.
2409 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
2410 (AT_GLR_IF): Look for %skeleton "glr.cc".
2411 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
2412 (AT_YACC_IF): Reject %language.
2414 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
2416 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
2417 since it wasn't used; only the typedef name 'semantic_type' is needed.
2418 Also, omit trailing white space.
2420 * bootstrap: Sync from coreutils.
2421 (gnulib_extra_files): Add build-aux/announce.gen.
2422 (slurp): Adjust .gitignore files like .cvsignore files.
2423 * build-aux/announce-gen: Remove from CVS, since bootstrap
2426 2006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
2428 Make %push-parser imply %pure-parser. This fixes several bugs; see
2429 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
2430 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
2432 * data/push.c: Don't bother testing b4_push_if when deciding whether
2433 to expand b4_declare_parser_variables globally.
2434 (yypush_parse): Likewise in here.
2436 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
2437 (yy_reduce_print): Reformat M4 for readability.
2439 2006-12-15 Bob Rossi <bob@brasko.net>
2440 and Joel Denny <jdenny@ces.clemson.edu>
2442 * data/push.c (yypstate): Add typedef, and update all uses of
2443 struct yypstate to just yypstate.
2444 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
2446 2006-12-14 Bob Rossi <bob@brasko.net>
2448 * data/push.c (yypush_parse): Declare prototype regardless of
2451 2006-12-14 Bob Rossi <bob@brasko.net>
2453 * data/push.c (yyparse): Remove the prototype and the #define when in
2456 2006-12-13 Bob Rossi <bob@brasko.net>
2458 * data/push.c (yypstate_init): Rename to...
2459 (yypstate_new): ... this and use b4_c_function_def.
2460 (yypstate_delete): New.
2461 (yypush_parse): Change parameters yynval and yynlloc to be const.
2462 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
2463 yypstate_delete functions.
2465 2006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
2467 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
2468 strange test case titles. Reported by Bob Rossi.
2470 2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
2472 * TODO: Add pointer to Sylvain Schmitz's work on static detection
2473 of potential ambiguities in GLR grammers.
2475 2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
2477 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
2478 `bison ', use m4_index instead of m4_substr since chopping up a string
2479 containing M4-special characters causes problems here.
2481 Fix a couple of bugs related to special characters in user-specified
2482 file names, and make it easier for skeletons to compute output file
2483 names with the same file name prefix as Bison-computed output file
2485 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
2486 b4_parser_file_name and b4_spec_defines_file instead of
2487 @output_parser_name@ and @output_header_name@, which are now redundant.
2488 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
2489 b4_parser_file_name, b4_spec_defines_file, and the new
2490 @basename(FILENAME@) instead of @output_parser_name@ and
2491 @output_header_name@, which inappropriately escaped the file names as
2493 * src/files.c (all_but_ext): Remove static qualifier.
2494 (compute_output_file_names): Move `free (all_but_ext)' to...
2495 (output_file_names_free): ... here since all_but_ext is needed later.
2496 * src/files.h (all_but_ext): Extern.
2497 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
2498 exactly what MUSCLE_INSERT_STRING used to do.
2499 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
2500 characters are escaped properly.
2501 * src/output.c (prepare): Define muscle file_name_all_but_ext as
2503 For pkgdatadir muscle, maintain previous functionality by using
2504 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
2505 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
2506 digraphs would never be expanded. Hopefully no one has M4-special
2507 characters in his Bison installation path.
2508 * src/scan-skel.l: Don't parse @output_header_name@ and
2509 @output_parser_name@ anymore since they're now redundant.
2510 In @output, use decode_at_digraphs.
2511 Parse a new @basename command that invokes last_component.
2512 (decode_at_digraphs): New.
2513 (BASE_QPUTS): Remove unused.
2514 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
2515 (Output file name): New tests.
2517 2006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
2519 Warn about output files that are generated by the skeletons and that
2520 conflict with other output files.
2521 * data/glr.c: Don't generate the header file here when glr.cc does.
2522 * src/files.c (file_names, file_names_count): New static globals.
2523 (compute_output_file_names): Invoke output_file_name_check for files
2524 not generated by the skeletons and remove existing checks.
2525 (output_file_name_check): New function that warns about conflicting
2527 (output_file_names_free): Free file_names.
2528 * src/files.h (output_file_name_check): Declare.
2529 * src/scan-skel.l: Invoke output_file_name_check for files generated by
2531 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
2532 (Conflicting output files): New tests.
2534 2006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2536 * doc/bison.texinfo: Fix a couple of typos.
2538 2006-12-08 Bob Rossi <bob@brasko.net>
2540 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
2542 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
2544 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
2545 (yypush_parse): Rename yypvars argument to yyps and remove redundant
2547 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
2548 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
2550 2006-12-07 Bob Rossi <bob@brasko.net>
2551 and Joel Denny <jdenny@ces.clemson.edu>
2553 * data/push.c (yypvarsinit): Change return type from void* to struct
2554 yypvars*. No longer cast to void* on return.
2555 (struct yypvars): Remove yylen since it need not be remembered between
2556 yypushparse invocations.
2557 (yypushparse): Don't copy between yylen and pv->yylen.
2559 2006-12-05 Bob Rossi <bob@brasko.net>
2561 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
2562 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
2563 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
2564 (struct yypvars): Remove b4_declare_parser_variables.
2565 (yypvarsinit): Remove init code for removed variables.
2566 (global scope): Do not declare b4_declare_parser_variables if
2568 (yypushparse): Add b4_declare_parser_variables.
2569 Init new local variables, and remove init code for removed
2572 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
2573 and yyparse for other modes.
2574 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
2575 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
2576 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
2577 (AT_PURE_LEX_IF): True if pure or push parser.
2579 2006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
2581 Document Yacc prologue alternatives and default %destructor's and
2582 %printer's as experimental. Don't mention Java yet. Discussed at
2583 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
2584 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
2585 (2.3a): Annotate this entry to say the old forms of these features were
2587 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
2588 Table of Symbols): Say they're experimental. Comment out any mention
2589 of Java (we'll want this back eventually).
2591 2006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
2593 Support a file name argument to %defines. Deprecate `=' in
2594 %file-prefix, %name-prefix, and %output. Discussed at
2595 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
2596 * NEWS (2.3a+): Mention.
2597 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
2598 form of %defines, and remove `=' from entries for %file-prefix,
2599 %name-prefix, and %output.
2600 * src/parse-gram.y (prologue_declaration): Implement.
2601 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
2602 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
2603 all but one occurrence of %name-prefix.
2604 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
2605 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
2606 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
2607 occurrence of each of %file-prefix and %output. Add check for %defines
2609 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
2610 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
2611 Remove the `=' from %output.
2613 2006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
2615 Don't escape $ in test case titles since Autoconf 2.61 now does that
2617 * tests/actions.at (Default %printer and %destructor are not for error
2618 or $undefined): Here.
2619 (Default %printer and %destructor are not for $accept): Here.
2620 * tests/input.at (Invalid $n and @n): Here.
2622 2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
2624 Rename <!> to <>. Discussed starting at
2625 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
2626 * NEWS (2.3a+): Update.
2627 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
2629 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
2630 * src/scan-gram.l (INITIAL): Implement.
2631 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
2632 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
2634 * tests/actions.at (Default tagless %printer and %destructor,
2635 Default tagged and per-type %printer and %destructor,
2636 Default %printer and %destructor are not for error or $undefined,
2637 Default %printer and %destructor are not for $accept,
2638 Default %printer and %destructor for mid-rule values): Update.
2639 * tests/input.at (Default %printer and %destructor redeclared,
2640 Unused values with default %destructor): Update.
2642 2006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2644 Don't let %prec take a nonterminal.
2645 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
2647 * tests/input.at (%prec takes a token): New test checking that %prec
2648 won't take a nonterminal.
2650 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2652 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
2653 it was double-quoted.
2654 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
2655 grammar is maintained with Bison's highest standards.
2656 * src/getargs.c: Fix some typos in Doxygen comments.
2658 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2660 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
2661 later. Reported by Paul Eggert in
2662 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
2663 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
2664 * src/scan-code.l (translate_action): Don't bother invoking
2665 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
2666 (code_scanner_free): Instead of invoking
2667 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
2669 * src/scan-gram.l (gram_scanner_free): Likewise.
2670 * src/scan-skel.l (scan_skel): Likewise.
2672 2006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
2674 * src/files.c (tr): Change return type to void.
2675 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
2676 has been called previously for the same key.
2677 (muscle_find): Return storage instead of value so that
2678 --enable-gcc-warnings doesn't produce warnings that the return discards
2679 const. aver that the value and storage are the same since storage
2680 could potentially be NULL when value is not.
2681 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
2684 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
2686 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
2687 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
2688 us a slightly cleaner distribution, and also works.
2689 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
2692 2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
2693 and Paul Eggert <eggert@cs.ucla.edu>
2695 Don't let Bison leak memory except when it complains.
2696 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
2697 (spec_defines_file, dir_prefix): Now char *, not const char *,
2698 since they are freed.
2699 * src/files.c: Likewise.
2700 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
2702 (tr): Now operates in-place. All uses changed.
2703 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
2705 (compute_file_name_parts, compute_output_file_names): Don't store
2706 read-only data in variables that will be freed.
2707 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
2708 src_extension, and header_extension.
2709 (output_file_names_free): New public function to free
2710 spec_verbose_file, spec_graph_file, spec_defines_file,
2711 parser_file_name, and dir_prefix.
2712 * src/getargs.c (getargs): Don't store read-only data in variables that
2714 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
2715 (which previously existed but was unused), and quotearg_free.
2716 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
2717 * src/muscle_tab.c: Likewise.
2718 (muscle_entry): Make the value char const *,
2719 and add a new storage member that is char * and can be freed.
2720 (muscle_entry_free): New private function.
2721 (muscle_init): Use it instead of free.
2722 (muscle_insert, muscle_grow): Update and use new storage member.
2723 (muscle_code_grow): Free the string passed to muscle_grow
2724 since it's not needed anymore.
2725 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
2726 add a new `char *code' member.
2727 ("{...}"): Declare semantic type as code.
2728 * src/scan-code.h (translate_rule_action):
2729 (translate_symbol_action, translate_code, translate_action): Return
2730 `char const *' rather than `char *' since external code should not free
2732 * src/scan-code.l: Likewise.
2733 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
2734 which is "{...}" in the parser.
2735 * tests/Makefile.am (maintainer-check-valgrind): Set
2736 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
2738 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
2740 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
2741 expecting a non-zero exit status sets --leak-check=summary and
2742 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
2743 this case, and we don't want to hear about it.
2745 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
2747 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
2748 instead of from the template, to simplify configuration a bit.
2749 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
2750 and m4/wint_t.m4, as they are needed with the latest gnulib.
2752 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2754 Disable unset/unused mid-rule value warnings by default, and recognize
2755 --warnings=midrule-values to enable them. Discussed starting at
2756 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
2757 * NEWS (2.3a+): Mention.
2758 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
2759 warnings): Add entry for midrule-values subargument.
2760 * src/reader.c (symbol_should_be_used): Don't return true just because
2761 the value is a set/used mid-rule value unless
2762 --warnings=midrule-values was specified.
2763 * tests/input.at (Unused values, Unused values before symbol
2764 declarations): Run tests with and without --warnings=midrule-values.
2766 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
2767 than LIST_FREE directly.
2769 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2771 Finish implementing --warnings=error, which should not be implied by
2772 --warnings=all (or by its synonyms -W and --warnings without
2774 * src/complain.c (set_warning_issued): New function to report that
2775 warnings are being treated as errors and to record an error if so.
2777 (warn_at, warn): ... here.
2778 * src/getargs.c (warnings_args, warnings_types): Reorder so that
2779 "error - warnings are errors" does not appear above "all - all of the
2781 (getargs): For -W and --warnings without subarguments, don't let
2782 FLAGS_ARGMATCH set warnings_error in warnings_flag.
2783 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
2785 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2787 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
2788 empty subargument list. For example: `bison --warnings= parser.y'.
2790 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2792 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
2793 the parser header file so that gcc doesn't warn.
2795 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2797 Split the default %destructor/%printer into two kinds: <*> and <!>.
2798 Discussed starting at
2799 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
2800 * NEWS (2.3a+): Mention.
2801 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
2802 previous change today related to mid-rules.
2803 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
2804 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
2805 (TYPE_TAG_ANY): Add as <*>.
2806 (TYPE_TAG_NONE): Add as <!>.
2807 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
2809 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
2810 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
2811 * src/symlist.c (symbol_list_default_new): Split into tagged and
2813 (symbol_list_destructor_set, symbol_list_printer_set): Split
2814 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
2815 SYMLIST_DEFAULT_TAGLESS.
2816 * src/symlist.h: Update symbol_list_default*_new prototypes.
2817 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
2818 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
2819 * src/symtab.c (default_destructor, default_destructor_location,
2820 default_printer, default_printer_location): Split each into tagged and
2822 (symbol_destructor_get, symbol_destructor_location_get,
2823 symbol_printer_get, symbol_printer_location_get): Implement tagged
2824 default and tagless default cases.
2825 (default_destructor_set, default_printer_set): Split each into tagged
2826 and tagless versions.
2827 * src/symtab.h: Update prototypes.
2828 * tests/actions.at (Default %printer and %destructor): Rename to...
2829 (Default tagless %printer and %destructor): ... this, and extend.
2830 (Per-type %printer and %destructor): Rename to...
2831 (Default tagged and per-type %printer and %destructor): ... this, and
2833 (Default %printer and %destructor for user-defined end token): Extend.
2834 (Default %printer and %destructor are not for error or $undefined):
2836 (Default %printer and %destructor are not for $accept): Update.
2837 (Default %printer and %destructor for mid-rule values): Extend.
2838 * tests/input.at (Default %printer and %destructor redeclared): Extend.
2839 (Unused values with default %destructor): Extend.
2841 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2843 Don't apply the default %destructor/%printer to an unreferenced midrule
2845 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
2846 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
2847 like $@n instead of just @n so that the default %destructor/%printer
2848 logic doesn't see them as user-defined symbols.
2849 (symbol_is_dummy): Check for both forms of the name.
2850 * src/reader.c (packgram): Remove the `$' from each midrule symbol
2851 name for which the midrule value is referenced in any action.
2852 * tests/actions.at (Default %printer and %destructor for mid-rule
2854 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
2855 for change to dummy symbol names.
2857 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2859 Warn about unset midrule $$ if the corresponding $n is used.
2860 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
2862 (packgram): Before invoking grammar_rule_check on any rule, make sure
2863 all actions have already been scanned in order to set `used' flags.
2864 Otherwise, checking that a midrule's $$ is set will not always work
2865 properly because the midrule check must forward-reference the midrule's
2867 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
2870 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2872 More improvements to the documentation of the prologue alternatives:
2873 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
2875 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
2876 some text to clarify the relative importance of the new directives and
2877 to show how these directives may be viewed as code labels.
2879 2006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
2881 Similar to the recently removed %before-header, add %code-top as the
2882 alternative to the pre-prologue. Mentioned at
2883 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
2884 Also, let the prologue alternatives appear in the grammar section.
2885 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
2886 (prologue_declaration): Move the existing prologue alternatives to...
2887 (grammar_declaration): ... here and add %code-top.
2888 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
2890 Clean up and extend documentation for the prologue alternatives.
2891 * NEWS (2.3a+): Describe prologue alternatives.
2892 * doc/bison.texinfo (Prologue): Move discussion of prologue
2894 (Prologue Alternatives): ... this new section, and extend it to discuss
2895 all 4 directives in detail.
2896 (Table of Symbols): Clean up discussion of prologue alternatives and
2899 2006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2901 DJGPP specific issues.
2903 * djgpp/config.bat: config.hin has been moved to lib. Adjust
2904 config.bat accordingly.
2905 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
2906 * djgpp/config.site: Likewise.
2908 2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2910 Replace %*-header with %provides, %requires, %code. See discussion at
2911 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
2913 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
2914 (b4_user_start_header): Remove.
2915 * data/glr.c: Use new macros instead of b4_*start_header
2917 * data/glr.cc: Likewise.
2918 * data/lalr1.cc: Likewise.
2919 * data/push.c: Likewise.
2920 * data/yacc.c: Likewise.
2922 * doc/bison.texinfo: Remove %before-header, rename
2923 %{start,end,after}-header to %requires, %provides, %code.
2925 * src/parse-gram.y: Likewise (also rename token names accordingly).
2926 * src/scan-gram.l: Likewise.
2927 * tests/actions.at: Likewise.
2929 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
2931 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
2932 Problem reported by Joel E. Denny.
2934 2006-10-14 Jim Meyering <jim@meyering.net>
2936 (Sync from coreutils.)
2937 Work also when the working directory (with e.g. coreutils sources)
2938 is version controlled with git, rather than CVS.
2939 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
2941 In messages and comments, say e.g., "checked-out sources",
2942 rather than "CVS sources".
2943 (version_controlled_file): New function. Work for git as well as
2944 for CVS. Don't use grep's -q option.
2945 (slurp): Call it here, in place of CVS-specific code.
2947 2006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
2949 Fix testsuite for ./configure --enable-gcc-warnings:
2950 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
2951 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
2952 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
2953 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
2954 * test/regression.at (Diagnostic that expects two alternatives):
2957 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2959 * bootstrap.conf (gnulib_modules): Add config-h.
2960 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
2961 worry about HAVE_CONFIG_H.
2962 * lib/abitset.c: Likewise.
2963 * lib/bitset.c: Likewise.
2964 * lib/bitset_stats.c: Likewise.
2965 * lib/bitsetv-print.c: Likewise.
2966 * lib/bitsetv.c: Likewise.
2967 * lib/ebitset.c: Likewise.
2968 * lib/get-errno.c: Likewise.
2969 * lib/lbitset.c: Likewise.
2970 * lib/subpipe.c: Likewise.
2971 * lib/timevar.c: Likewise.
2972 * lib/vbitset.c: Likewise.
2973 * lib/bitset.c: Include "bitset.h" first, to test interface.
2974 * lib/bitset_stats.c: Include "bitset_stats.h" first.
2975 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
2976 * lib/bitsetv.c: Include "bitsetv.h" first.
2977 * lib/get-errno.c: Include "get-errno.h" first.
2978 * m4/.cvsignore: Add config-h.m4.
2979 * tests/actions.at (Default %printer and %destructor for ...):
2980 Adjust expected line numbers in output to reflect removal of #if
2981 HAVE_CONFIG_H lines.
2982 * tests/glr-regression.at (Missed %merge type warnings when ...):
2984 * tests/regression.at (Braced code in declaration in rules section):
2986 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
2987 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
2988 Include <config.h> unconditionally.
2990 * bootstrap: Sync from coreutils, as follows:
2992 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
2994 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
2995 variable was sometimes used without being initialized. This
2996 messed up the installation of the INSTALL file in some cases.
2998 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
3000 * bootstrap (usage, main program, symlink_to_gnulib): Add option
3001 --copy. Inspired by a suggestion from Bruno Haible.
3003 2006-10-03 Jim Meyering <jim@meyering.net>
3005 * bootstrap: Undo last change to this file, since now gnulib-tool
3006 sticks with the automake default in generating dependencies.
3008 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
3010 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
3011 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
3013 * doc/bison.1: Add copyright notice.
3015 * data/glr.c: Don't include <stdarg.h>; not used.
3017 * NEWS: The -g and --graph options now output graphs in Graphviz
3018 DOT format, not VCG format.
3019 * doc/bison.1: Likewise.
3020 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
3021 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
3023 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
3024 * TODO: Remove Graphviz entry.
3025 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
3026 remove vcg.c, vcg.h, vcg_defaults.h.
3027 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
3028 * src/graphviz.c, src/graphviz.h: New files.
3029 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
3030 * src/files.h: Make comment more generic.
3031 * src/main.c (main): Likewise.
3032 * src/print_graph.h: Likewise.
3033 * src/getargs.c (usage): Make usage description more generic.
3034 * src/print_graph.c: Include graphviz.h rather than vcg.h.
3035 (static_graph, fgraph): Remove. All uses changed to pass
3036 arguments instead of sharing a static var.
3037 (print_core, print_actions, print_state, print_graph):
3038 Output graphviz format rather than VCG format.
3039 * tests/.cvsignore: Remove *.vcg; add *.dot.
3040 * tests/output.at: Expect *.dot files, not *.vcg files.
3042 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
3043 accommodates the 2006-10-08 change.
3045 2006-10-11 Bob Rossi <bob@brasko.net>
3047 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
3048 (b4_yyssa, b4_yyerror_range): New macros.
3049 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
3050 (yypvarsinit): Remove init of removed fields.
3051 (yypushparse): Remove use of removed fields; use new macros instead.
3053 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
3055 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
3056 in a push parser. Reindent slightly to match yacc.c better.
3058 2006-10-11 Bob Rossi <bob@brasko.net>
3060 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
3062 (yypvarsinit, yypushparse): Remove init of removed fields.
3063 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
3065 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
3067 * THANKS: Add Paolo Bonzini and Bob Rossi.
3069 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
3071 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
3072 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
3073 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
3074 b4_define_user_cde and uses): Remove.
3075 (b4_comment, b4_prefix, b4_sync_start): New.
3076 * data/bison.m4: New file, with most of the content removed from c.m4.
3077 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
3078 * src/output.c (output_skeleton): Pass bison.m4.
3079 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
3082 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
3084 Fix test failure reported by Tom Lane in
3085 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
3086 and try to make such failures easier to catch in the future.
3087 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
3088 that's now the caller's responsibility.
3089 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
3090 Set yychar = YYEOF if it's negative.
3091 * tests/actions.at (yylex): Abort if asked to read past EOF.
3092 * tests/conflicts.at (yylex): Likewise.
3093 * tests/cxx-type.at (yylex): Likewise.
3094 * tests/glr-regression.at (yylex): Likewise.
3095 * tests/input.at (yylex): Likewise.
3096 * tests/regression.at (yylex): Likewise.
3097 * tests/torture.at (yylex): Likewise.
3099 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
3101 Fix problems with translating English-language diagnostics.
3102 * bootstrap: Fix bug introduced in recent bootstrap changes, with
3103 respect to bison-runtime pot generation. The YY_ stuff
3104 wasn't being captured.
3105 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
3106 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
3107 * runtime-po/POTFILES.in: Add data/push.c.
3109 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
3111 Merge bootstrap changes from coreutils.
3113 2006-09-28 Jim Meyering <jim@meyering.net>
3115 Automatically generated dependencies are important even
3116 when all of the sources in a directory come from gnulib.
3117 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
3118 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
3120 2006-09-23 Jim Meyering <jim@meyering.net>
3122 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
3124 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3126 * bootstrap: Add support for --force.
3127 (usage): New function. Describe usage less tersely.
3128 (CVS_only_file): New var.
3130 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
3132 * data/push.c (YYPUSH_MORE): Make it an enum instead.
3133 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
3134 Adjust white space and comments to match GNU style better.
3136 2006-09-20 Bob Rossi <bob@brasko.net>
3138 * data/push.c (yyresult_get): Remove function.
3139 (YYPUSH_MORE): Add #define.
3140 (yypushparse): Modify return value.
3142 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3144 * stamp-h.in: Remove; no longer needed.
3145 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
3146 Remove config.h, config.hin, intl (no longer created).
3147 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
3150 Sync bootstrap from coreutils, as follows:
3152 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
3154 * bootstrap (symlink_to_gnulib): New function.
3155 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
3156 to copies-of-gnulib.
3157 (cp_mark_as_generated, slurp, gnulib_files):
3158 Avoid making a copy if it's the same as the old version.
3159 (gnulib_files): Add support for this variable (used by Bison).
3161 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3163 * src/getargs.c (usage): Rework to use conventions similar to
3164 coreutils, to make translation a bit easier and the code a bit
3165 smaller. Problem reported by Tim Van Holder.
3167 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
3169 Use some of gnulib's new modules, taken from coreutils.
3171 * bootstrap: Sync from coreutils, except add support for gnulib_files.
3172 * bootstrap.conf: New file.
3173 (gnulib_modules): Add configmake, inttypes, unistd.
3174 (XGETTEXT_OPTIONS): Add complain, complain_at,
3175 fatal, fatal_at, warn, warn_at, unexpected_end.
3176 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
3177 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
3179 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
3181 (GNULIB_AUTOCONF_SNIPPET): Remove.
3182 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
3184 * lib/.cvsignore: Add inttypes_.h.
3185 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
3186 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
3187 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
3188 no-longer-necessary initializations.
3189 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
3190 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
3191 use the unistd module.
3192 * src/system.h: Likewise.
3193 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
3194 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
3195 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
3196 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
3197 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
3198 * src/system.h: Include inttypes.h unconditionally, now that we
3199 use the inttypes module. Don't bother to include stdint.h, since
3200 inttypes.h now does that for us.
3201 (LOCALEDIR): Remove, now that we use the configmake module.
3202 * src/getargs.c: Include configmake.h.
3203 * src/main.c: Likewise.
3204 * src/output.c: Likewise.
3205 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
3206 not from $abs_top_builddir, since config.h moved.
3209 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
3210 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
3212 * src/parse-gram.y (symbol_declaration): Don't put statements
3213 before declarations; it's not portable to C89.
3214 * src/scan-code.l (handle_action_at): Likewise.
3216 * src/scan-code.l: Always initialize braces_level; the old code
3217 left it uninitialized and therefore had undefined behavior.
3219 Don't attempt to redefine 'assert', since it runs afoul of
3220 systems where standard headers (mistakenly) include <assert.h>.
3221 Instead, define and use our own alternative, called 'aver'.
3222 * src/reader.c: Don't include assert.h, since we no longer
3224 * src/scan-code.l: Likewise.
3225 * src/system.h (assert): Remove, replacing with....
3226 (aver): New function, taking a bool arg. All uses changed.
3227 * src/tables.c (pack_vector): Ensure that aver arg is bool,
3228 not merely an integer.
3230 2006-09-15 Bob Rossi <bob@brasko.net>
3232 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
3233 * data/c.m4 (YYPUSH): New.
3234 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
3235 * src/getargs.c (push_parser): New var.
3236 * src/getargs.h (push_parser): New declaration.
3237 * src/output.c (prepare): Add macro insertion of `push_flag'.
3238 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
3239 (prologue_declaration): Parse %push-parser.
3240 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
3241 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
3242 list of removed lines from the traces observed.
3243 (AT_CHECK_CALC_LALR): Added push parser tests.
3245 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
3247 * NEWS: Version 2.3a.
3248 * configure.ac (AC_INIT): Likewise.
3250 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
3251 "#define YYSTYPE int" that caused "make maintainer-check" to fail
3252 due to header ordering dependencies. I don't know why the #define
3255 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
3256 runtime cost when YYDEBUG is not defined, and so that some tests
3257 that used to fail now work. Problem and initial suggestion by
3259 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
3260 * data/glr.cc (b4_parser_class_name):
3261 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
3262 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
3263 (yydebug_) [YYDEBUG]: New member.
3264 (yycdebug_): Now defined only if YYDEBUG.
3265 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
3266 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
3267 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
3269 (debug_stream, set_debug_stream, debug_level, set_debug_level):
3270 Define only if YYDEBUG.
3271 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
3273 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
3274 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
3275 AT_CHECK_CALC_GLR_CC that are working now.
3277 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3279 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
3280 We don't need them in glr.cc, and glr.c defines them.
3281 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
3282 assumes that defining it to anything is the same as defining
3283 it to 1. Problem reported by Paolo Bonzini.
3285 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
3287 * data/c.m4 (b4_null, b4_case): Define.
3288 * src/output.c (prepare_symbols): Use b4_null.
3289 (user_actions_output): Use b4_case.
3291 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
3293 * data/glr.c (b4_shared_declarations): Put start-header first,
3294 before any #includes that we generate, so that feature-test
3295 macros work. Problem reported by Michael Deutschmann in
3296 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
3297 * data/lalr1.cc: Likewise.
3298 * doc/bison.texinfo (Prologue): Document that feature-test macros
3299 should be defined before any Bison declarations.
3300 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
3301 that depend on location.hh after, not before, Bison decls, since
3302 we now include location.hh after the first user prologue.
3304 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
3305 Sander Brandenburg in
3306 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
3307 Also, fix minor white space and comment issues.
3308 (Prologue): Mention that it's better to define feature-test macros
3309 before Bison declarations. Problem reported by Michael Deutschmann.
3311 * README-cvs: Fix typo: "&" should be "&&". Problem reported
3313 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
3314 This adjusts to recent gnulib changes.
3316 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
3318 Finish implementation of per-type %destructor/%printer. Discussed
3320 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
3322 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
3323 * NEWS (2.3+): Add a description of this feature to the default
3324 %destructor/%printer description.
3325 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
3326 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
3327 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
3328 list node contains a semantic type.
3329 * src/symtab.c, src/symtab.h: Extend with a table that associates
3330 semantic types with their %destructor's and %printer's.
3331 (semantic_type_from_uniqstr, semantic_type_get,
3332 semantic_type_destructor_set, semantic_type_printer_set): New functions
3333 composing the public interface of that table.
3334 (symbol_destructor_get, symbol_destructor_location_get,
3335 symbol_printer_get, symbol_printer_location_get): If there's no
3336 per-symbol %destructor/%printer, look up the per-type before trying
3338 * tests/actions.at (Per-type %printer and %destructor): New test case.
3339 * tests/input.at (Default %printer and %destructor redeclared):
3340 Extend to check that multiple occurrences of %symbol-default in a
3341 single %destructor/%printer declaration is an error.
3342 (Per-type %printer and %destructor redeclared, Unused values with
3343 per-type %destructor): New test cases.
3345 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
3347 Require default %destructor/%printer to be declared using
3348 %symbol-default instead of an empty symbol list, and start working on
3349 new per-type %destructor/%printer. Discussed at
3350 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
3351 * NEWS (2.3+): Add %symbol-default to example.
3352 * bison.texinfo (Freeing Discarded Symbols): Likewise.
3353 (Table of Symbols): Add entry for %symbol-default.
3354 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
3355 (generic_symlist, generic_symlist_item): New nonterminals for creating
3356 a list in which each item is a symbol, semantic type, or
3358 (grammar_declaration): Use generic_symlist in %destructor and %printer
3359 declarations instead of symbols.1 or an empty list.
3360 (symbol_declaration, precedence_declaration, symbols.1): Update actions
3361 for changes to symbol_list.
3362 * src/reader.c: Update for changes to symbol_list.
3363 * src/scan-code.l: Likewise.
3364 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
3365 * src/symlist.c, src/symlist.h: Extend such that a list node may
3366 represent a semantic type or a %symbol-default in addition to just an
3367 ordinary symbol. Add switched functions for setting %destructor's and
3369 * tests/actions.at, tests/input.at: Add %symbol-default to all default
3370 %destructor/%printer declarations.
3372 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
3374 Whether the default %destructor/%printer applies to a particular symbol
3375 isn't a question of whether the user *declares* that symbol (in %token,
3376 for example). It's a question of whether the user by any means
3377 *defines* the symbol at all (by simply using a char token, for
3378 example). $end is defined by Bison whereas any other token with token
3379 number 0 is defined by the user. The error token is always defined by
3380 Bison regardless of whether the user declares it with %token, but we
3381 may one day let the user define error as a nonterminal instead.
3382 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
3383 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
3384 the meaning of "user-defined".
3385 * tests/actions.at (Default %printer and %destructor for user-declared
3386 end token): Rename to...
3387 (Default %printer and %destructor for user-defined end token): ...
3390 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
3391 computation of whether to apply the default, don't maintain a list of
3392 every Bison-defined symbol. Instead, just check for a first character
3393 of '$', which a user symbol cannot have, and check for the error token.
3395 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
3397 Don't apply the default %destructor or %printer to the error token,
3398 $undefined, or $accept. This change fits the general rule that the
3399 default %destructor and %printer are only for user-declared symbols,
3400 and it solves several difficulties that are described in the new test
3402 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
3403 * tests/actions.at (Default %printer and %destructor are not for error
3404 or $undefined, Default %printer and %destructor are not for $accept):
3407 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
3409 Allow %start after the first rule.
3410 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
3411 when parsing the first rule.
3412 (check_and_convert_grammar): Search for it here after all grammar
3413 declarations have been parsed. Skip midrules, which have dummy LHS
3415 * src/symtab.c (symbol_is_dummy): New function.
3416 * src/symtab.h (symbol_is_dummy): Declare it.
3417 * tests/input.at (%start after first rule): New test.
3419 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
3421 Redo some of the previous commit: add back the ability to use
3422 non-aliased/undeclared string literals since it might be useful to
3423 those declaring %token-table.
3424 * src/reader.c (check_and_convert_grammar): Undo changes in previous
3425 commit: don't worry about complaints from symbols_pack.
3426 * src/symtab.c (symbol_new, symbol_class_set,
3427 symbol_check_alias_consistency): Undo changes in previous commit: count
3428 each string literal as a new symbol and token, assign it a symbol
3429 number, and don't complain about non-aliased string literals.
3430 (symbols_pack): Since symbol_make_alias still does not decrement symbol
3431 and token counts but does still set aliased tokens to the same number,
3432 symbol_pack_processor now leaves empty slots in the symbols array.
3434 * tests/regression.at (Undeclared string literal): Remove test case
3435 added in previous commit since non-aliased string literals are allowed
3437 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
3438 remove unnecessary string literal declarations.
3439 * tests/sets.at (Firsts): Likewise.
3441 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
3443 Don't allow an undeclared string literal, but allow a string literal to
3444 be used before its declaration.
3445 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
3446 symbols_pack complained.
3447 * src/symtab.c (symbol_new): Don't count a string literal as a new
3449 (symbol_class_set): Don't count a string literal as a new token, and
3450 don't assign it a symbol number since symbol_make_alias does that.
3451 (symbol_make_alias): It's not necessary to decrement the symbol and
3452 token counts anymore. Don't assume that an alias declaration occurs
3453 before any uses of the identifier or string, and thus don't assert that
3454 one of them has the highest symbol number so far.
3455 (symbol_check_alias_consistency): Complain if there's a string literal
3456 that wasn't declared as an alias.
3457 (symbols_pack): Bail if symbol_check_alias_consistency failed since
3458 symbol_pack asserts that every token has been assigned a symbol number
3459 although undeclared string literals have not.
3460 * tests/regression.at (String alias declared after use, Undeclared
3461 string literal): New test cases.
3462 (Characters Escapes, Web2c Actions): Declare string literals as
3464 * tests/sets.at (Firsts): Likewise.
3466 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
3468 In the grammar scanner, STRING_FINISH unclosed constructs and return
3469 them to the parser in order to improve error messages.
3470 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
3471 SC_BRACED_CODE, SC_PROLOGUE): Implement.
3472 * tests/input.at (Unclosed constructs): New test case.
3473 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
3476 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
3479 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
3481 Handle string aliases for character tokens correctly.
3482 * src/symtab.c (symbol_user_token_number_set): If the token has an
3483 alias, check and set its alias's user token number instead of its own,
3484 which is set to indicate the alias. Previously, every occurrence of
3485 the character token in the grammar overwrote that alias indicator with
3487 * tests/input.at (String aliases for character tokens): New test.
3489 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
3491 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
3493 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
3495 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
3496 to prevent failures when building on older platforms.
3497 Check for autopoint failure.
3498 Set XGETTEXT_OPTIONS to values that check for C format strings,
3499 so that translators are warned about them (this also helps
3500 prevent core dumps).
3502 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
3503 function, since it simplifies our code a bit.
3505 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
3506 rather than -W, so we don't get bogus warnings about sign comparisons.
3507 Add -Wpointer-arith, since that warning is useful (it reports code
3508 that does not conform to C89 and that some compilers reject).
3509 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
3510 since it's no longer needed.
3512 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
3514 Clean up scanners a bit.
3515 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
3516 definitions so gcc won't warn when obstack_for_string is unused.
3517 * src/scan-code.l: config.h and system.h are already #include'd by
3518 scan-code-c.c, so get rid of them here.
3519 * src/scan-gram.l: Likewise.
3520 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
3521 definitions rather than duplicating the rest of it.
3522 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
3524 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
3526 Suppress signed/unsigned comparison warnings for yycheck.
3527 * data/c.m4 (b4_safest_int_type): New macro.
3528 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
3529 a signed int type, cast it to b4_safest_int_type first.
3530 * data/yacc.c: Likewise.
3531 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
3534 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3536 * doc/bison.texinfo: Fix some typos.
3538 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
3540 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
3541 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
3543 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
3544 the latest gnulib does this a different way.
3545 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
3546 translation was patched, so stop omitting it.
3548 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
3550 Enable declaration of default %printer/%destructor. Make the parser
3551 use these for all user-declared grammar symbols for which the user does
3552 not declare a specific %printer/%destructor. Thus, the parser uses it
3553 for token 0 if the user declares it but not if Bison generates it as
3554 $end. Discussed starting at
3555 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
3556 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
3558 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
3559 * NEWS (2.3+): Mention.
3560 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
3561 declare a %destructor for a mid-rule's semantic value. It's just
3562 impossible to declare one specific to it.
3563 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
3564 code. Describe default %destructor form.
3565 * src/parse-gram.y (grammar_declaration): Parse default
3566 %printer/%destructor declarations.
3567 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
3568 and symbol_destructor_location_get rather than accessing the destructor
3569 and destructor_location members of struct symbol.
3570 (symbol_printers_output): Likewise but for %printer's.
3571 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
3573 * src/symtab.c (default_destructor, default_destructor_location,
3574 default_printer, default_printer_location): New static global
3575 variables to record the default %destructor and %printer.
3576 (symbol_destructor_get, symbol_destructor_location_get,
3577 symbol_printer_get, symbol_printer_location_get): New functions to
3578 compute the appropriate %destructor and %printer for a symbol.
3579 (default_destructor_set, default_printer_set): New functions to set the
3580 default %destructor and %printer.
3581 * src/symtab.h: Prototype all those new functions.
3582 * tests/actions.at (Default %printer and %destructor): New test to
3583 check that the right %printer and %destructor are called, that they're
3584 not called for $end, and that $$ and @$ work correctly.
3585 (Default %printer and %destructor for user-declared end token): New
3586 test to check that the default %printer and %destructor are called for
3587 a user-declared end token.
3588 * tests/input.at (Default %printer and %destructor redeclared, Unused
3589 values with default %destructor): New tests to check related grammar
3590 warnings and errors.
3592 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
3594 Clean up handling of %destructor for the end token (token 0).
3595 Discussed starting at
3596 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
3598 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
3600 Make the skeletons consistent in how they pop the end token and invoke
3602 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
3603 state, which has token number 0, since this would invoke the
3604 %destructor for the end token.
3605 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
3606 until after shifting the end token, or else it won't be popped.
3607 * data/yacc.c (yyparse): Likewise.
3609 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
3610 it's the end token. Upon termination, destroy an unshifted lookahead
3611 even when it's the end token.
3612 * data/lalr1.cc (yy::parser::parse): Likewise.
3613 * data/yacc.c (yyparse): Likewise.
3615 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
3616 value warnings for the end token when the user gives the end token a
3619 * tests/actions.at (Printers and Destructors): Test all the above.
3621 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
3623 Update to latest gnulib and gettext versions.
3624 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
3626 (gnulib_files): Add m4/warning.m4. Don't worry about files
3627 overwritten by autopoint.
3628 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
3629 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
3631 Don't use autoreconf; instead, invoke autopoint etc. by hand,
3632 so that we can remove the intl files at a better time.
3633 (intl_files_to_remove): Remove aclocal.m4, since it gets
3634 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
3635 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
3636 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
3637 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
3638 Remove datarootdir hack; no longer needed.
3639 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
3640 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
3641 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
3643 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
3644 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
3646 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
3648 * bootstrap: Adjust to today's change to gnulib-tool by invoking
3649 it with --assume-autoconf='latest-stable'.
3651 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
3653 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
3654 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
3656 * src/muscle_tab.h (muscle_grow): Replace the header comments with
3657 those from muscle_tab.c since the old ones are misleading.
3659 2006-07-13 Akim Demaille <akim@epita.fr>
3661 Support %define "KEY" {VALUE}.
3662 * src/scan-code.h, src/scan-code.l (translate_action)
3663 (translate_rule_action, translate_symbol_action, translate_code):
3664 Return char *, not const char *.
3665 * src/parse-gram.y (declaration): Rename as...
3666 (prologue_declaration): this.
3667 (string_content): Remove this nonterminal, use STRING.
3668 (braceless, content, content.opt): New nonterminal.
3670 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
3672 * src/scan-gram.l (getargs.h): Don't include it.
3674 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
3676 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
3677 rather than a for-loop that declares a local bool variable. This
3678 should work around a compatibility problem with a Cray x1e C++
3679 compiler reported by Hung Nguyen in
3680 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
3681 The for-loop was introduced in the 2004-11-17 change but I don't
3682 know why it was needed.
3684 2006-07-12 Akim Demaille <akim@epita.fr>
3686 * data/c.m4: Comment changes.
3688 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
3690 * src/complain.c (error_message, ERROR_MESSAGE): New.
3692 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
3693 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
3695 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
3697 * NEWS: Instead of %union, you can define and use your own union type
3698 YYSTYPE if your grammar contains at least one <type> tag.
3699 Your YYSTYPE need not be a macro; it can be a typedef.
3700 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
3701 (Union Decl, Decl Summary): Document this.
3702 * data/glr.c (YYSTYPE): Implement this.
3703 * data/glr.cc (YYSTYPE): Likewise.
3704 * data/lalr1.cc (YYSTYPE): Likewise.
3705 * data/yacc.c (YYSTYPE): Likewise.
3706 * src/output.c (prepare): Output tag_seen_flag.
3707 * src/parse-gram.y (declaration, grammar_declaration):
3708 Use 'union_seen' rather than 'typed' to determine whether
3709 %union has been seen, since grammars can now be typed without
3711 (symbol_declaration, type.opt, symbol_def):
3712 Keep track of whether a tag has been seen.
3713 * src/reader.c (union_seen, tag_seen): New vars.
3715 * src/reader.h (union_seen, tag_seen, typed): Likewise.
3716 * src/scan-code.l (untyped_var_seen): New variable.
3717 (handle_action_dollar): Adjust to above changes.
3718 (handle_action_dollar, handle_action_at):
3719 Improve overflow checking for outlandish numbers.
3720 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
3721 avoid new diagnostics generated by above changes.
3722 * tests/regression.at (YYSTYPE typedef): Add test to check
3723 for type tags without %union.
3725 * src/symlist.c (symbol_list_length): Return int, not unsigned
3726 int, since callers expect int. This may need to get revisited
3727 once we have proper integer overflow checking.
3729 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
3730 object is now static.
3732 * src/getargs.c (flags_argmatch): Return void, not int,
3733 to pacify ./configure --enable-gcc-warnings.
3735 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
3736 since last_string is already defined to FLEX_PREFIX (last_string).
3738 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
3740 Implement --warnings/-W.
3741 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
3743 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
3745 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
3746 (warnings_args, warnings_types): New.
3747 (getargs, short_options, long_options): Accept -W/--warnings.
3748 Sort the options by alphabetical order, upper case letter right
3749 before its lower case.
3751 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
3753 Change %merge result type clash warnings to errors. Discussed at
3754 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
3755 * src/reader.c (record_merge_function_type): Use complain_at.
3756 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3757 declared later): Update test case results.
3759 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
3761 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
3762 to be in alphabetical order.
3763 (trace_args): Spelling fixes.
3765 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
3767 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
3768 so they don't collide with user-defined macros.
3769 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
3770 this was never guaranteed, and now that we're using gnulib stdint,
3771 which defines int_fast16_t to long int, the problem is exposed.
3773 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
3775 * data/c.m4 (b4_basename): Simplify a bit, since we don't
3776 need the full POSIX semantics (and weren't implementing them
3779 Adjust to Autoconf 2.60 and today's gnulib.
3780 * bootstrap (gnulib_modules): Add stdint.
3781 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
3782 no longer copies it.
3783 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
3784 since stdint needs the former and wcwidth (which is now required
3785 by mbswidth) needs the latter.
3786 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
3787 work around a compatibility glitch between gettext 0.14.6 and
3789 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
3790 Do not check for uintptr_t, since new stdint module does the right
3792 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
3793 Add stdint.h, stdint_.h, wcwidth.h.
3794 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
3795 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
3796 stdint.m4, wchar_t.m4, wcwidth.m4.
3797 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
3798 usual order for ../lib/*.h files.
3799 (file_name_split): Use last_component, not base_name, to adjust
3801 * src/parse-gram.h: Include <strverscmp.h> in the usual order
3802 for ../lib/*.h files.
3803 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
3804 Define unconditionally, since we now assume the stdint module.
3805 * src/scan-skel.l: Include <dirname.h>.
3806 (BASE_QPUTS): Use last_component, not base_name.
3807 * src/system.h: Include <unlocked-io.h> in the usual order
3808 for ../lib/*.h files. Include <stdint.h> unconditionally,
3809 since we now use the stdint module.
3810 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
3811 HAVE_UINTPTR_T, since we now use the stdint module.
3812 (base_name): Remove decl, since files now include <dirname.h>
3815 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
3817 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
3819 * data/yacc.c, data/glr.c, data/location.cc: Use them.
3820 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
3822 * tests/calc.at: Adjust.
3824 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
3826 * data/c.m4 (b4_basename): New.
3827 (b4_syncline): Also output the location of its invocation (from
3829 (b4_user_action, b4_define_user_action, b4_user_actions)
3830 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
3831 (b4_user_stype): New.
3832 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
3834 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3836 In the grammar file, the first column is 1 not 0 on the first line as
3837 on every other line.
3838 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
3839 * tests/input.at (Torturing the Scanner): Update output.
3841 * src/scan-gram.l (scanner_cursor): Declare it static.
3843 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3845 In warnings, say "previous declaration" rather than "first
3847 * src/symtab.c (redeclaration): Do that here.
3848 * src/reader.c (record_merge_function_type): In the case of a result
3849 type clash, report the previous declaration rather than the very first
3850 one in the grammar file.
3851 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3852 declared later): Add a third declaration to check this behavior.
3853 * tests/input.at (Incompatible Aliases): Update output.
3855 2006-06-27 Akim Demaille <akim@epita.fr>
3857 * doc/Doxyfile.in: New.
3858 * doc/Makefile.am: Use it.
3859 * src/lalr.h, src/symtab.h: Initial doxygenation.
3861 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3863 Don't miss %merge result type warnings just because the LHS types are
3864 declared after the %merge. This continues the effort of the previous
3866 * src/reader.c (get_merge_function): Don't set the merger type yet.
3867 (record_merge_function_type): New function for setting the merger type
3868 and checking for clashes.
3869 (grammar_current_rule_merge_set): Set the location of the %merge for
3871 (packgram): Invoke record_merge_function_type for each rule now that
3872 all symbol type declarations have been parsed.
3873 * src/reader.h (merger_list.type_declaration_location): New member
3874 storing the location of the first %merge from which the type for this
3875 merging function was derived.
3876 * src/symlist.h (symbol_list.merger_declaration_location): New member
3877 storing the location of a rule's %merge, if any.
3878 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3879 declared later): New test to catch the error fixed by the above patch.
3881 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3883 Get action warnings (grammar_rule_check) right even when symbol
3884 declarations appear after the rules. Discussed at
3885 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
3887 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
3888 Don't mistake the type of $$ in a midrule to be that of its parent
3890 * src/reader.c (grammar_current_rule_end): Don't invoke
3891 grammar_rule_check yet since not all symbol declarations may have been
3893 (grammar_midrule_action): Likewise.
3894 Don't record whether the midrule's $$ has been used yet since actions
3895 haven't been translated yet.
3896 Record the midrule's parent rule and its RHS index within the parent
3898 (grammar_current_rule_action_append): Don't translate the action yet
3899 since not all symbol declarations may have been parsed yet and, thus,
3900 warnings about types for $$, $n, @$, and @n can't be reported yet.
3901 (packgram): Translate the action and invoke grammar_rule_check now that
3902 all symbol declarations have been parsed.
3903 * src/scan-code.l (handle_action_dollar): Now that this is invoked
3904 after parsing the entire grammar file, the symbol list here in the case
3905 of a midrule is actually the midrule's empty RHS, so reference its
3906 parent rule's RHS where necessary.
3907 On the other hand, now that you can already know it's a midrule, you
3908 aren't forced to think $$ has the same type as its parent rule's $$.
3909 (handle_action_at): In the case of a midrule, reference the parent rule
3911 * src/symlist.c (symbol_list_new): Initialize new midrule-related
3913 (symbol_list_length): Now that this is invoked after all rules have
3914 been parsed, a NULL symbol (rather than a NULL symbol list node)
3915 terminates a rule. symbol_list_print already does this correctly.
3916 * src/symlist.h (symbol_list.midrule_parent_rule,
3917 symbol_list.midrule_parent_rhs_index): New members so that midrules can
3918 remember their relationships with their parents.
3919 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
3920 fixed by the above patch.
3921 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
3923 (Unused values): ... this old test case and...
3924 (Unused values before symbol declarations): ... this new test case.
3925 This one is the same as `Unused values' except that all symbol
3926 declarations appear after the rules in order to catch the rest of the
3927 errors fixed by the above patch.
3929 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3932 * src/reader.c (current_rule): Declare it static since it's no longer
3933 used outside this file.
3934 (grammar_current_rule_action_append): Remove redundant arguments from
3935 translate_rule_action invocation.
3936 * src/reader.h (current_rule): Remove this unused extern.
3937 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
3938 * src/scan-code.l (translate_rule_action): Likewise.
3940 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
3942 Clean up yesterday's patch.
3943 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
3945 * src/reader.c (grammar_current_rule_action_append): ... here for
3946 consistency with grammar_current_rule_symbol_append.
3947 * tests/regression.at (Braced code in declaration in rules section):
3948 Make yyerror and yylex static as usual.
3950 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
3952 Fix bug that mistakes braced code in a declaration in the rules section
3953 to be a rule action. Mentioned at
3954 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
3955 * src/scan-gram.l: Move midrule action detection from the start of the
3956 scanning of any braced code to...
3957 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
3958 action. For readability, use $2 and @2 rather than the equivalent
3960 * tests/regression.at (Braced code in declaration in rules section):
3961 New test to catch the error fixed by the above patch.
3963 Work on code readability some.
3964 * src/scan-code.l (current_rule): Get rid of this misleading and
3965 redundant declaration: it's actually extern'ed in reader.h.
3966 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
3967 translate_action): Add a rule argument and use it instead of the global
3969 (translate_rule_action): This already receives current_rule through an
3970 argument, so pass it on to translate_action instead of assigning
3971 current_rule to current_rule.
3972 (translate_symbol_action, translate_code): Pass rule = NULL to
3975 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
3977 Rename %before-definitions to %start-header and %after-definitions to
3978 %end-header. Don't use these declarations to separate pre-prologue
3979 blocks from post-prologue blocks. Add new order-independent
3980 declarations %before-header and %after-header as alternatives to the
3981 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
3982 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
3983 * NEWS (2.3+): Update for these changes.
3984 * data/glr.c (b4_before_definitions): Update to...
3985 (b4_start_header): ... this.
3986 (b4_after_definitions): Update to...
3987 (b4_end_header): ... this.
3988 * data/glr.cc: Likewise.
3989 * data/lalr1.cc: Likewise.
3990 * data/yacc.c: Likewise.
3991 * doc/bison.texinfo (The prologue): Update names, and replace remaining
3992 prologue blocks with %*-header declarations.
3993 (Calc++ Parser): Likewise.
3994 (Decl Summary): Update names.
3995 (Table of Symbols): Update description.
3996 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
3997 (PERCENT_END_HEADER): ... this.
3998 (PERCENT_BEFORE_DEFINITIONS): Update to...
3999 (PERCENT_START_HEADER): ... this.
4000 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
4001 (declaration): Update token names and m4 macro names.
4002 When parsing %end-header and %start-header, invoke translate_code
4003 before muscle_code_grow, and no longer set global booleans to remember
4004 whether these declarations have been seen.
4005 Parse new %after-header and %before-header.
4006 * src/reader.c (before_definitions, after_definitions): Remove.
4007 (prologue_augment): Accept a new bool argument to specify whether to
4008 augment the pre-prologue or post-prologue.
4009 * src/reader.h (before_definitions, after_definitions): Remove these
4011 (prologue_augment): Add new bool argument.
4012 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
4013 (PERCENT_END_HEADER): ... this.
4014 (PERCENT_BEFORE_DEFINITIONS): Update to...
4015 (PERCENT_START_HEADER): ... this.
4016 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
4017 * tests/actions.at (Printers and Destructors): Update names.
4019 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
4021 Add comparison operators for C++ location classes. Discussed at
4022 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
4023 * data/c++.m4 (b4_define_location_comparison): New boolean %define
4024 declaration indicating whether filename_type has an operator==. If
4025 filename_type is `std::string', it defaults to `1', `0' otherwise.
4026 * data/location.cc: Iff b4_define_location_comparison is `1', add
4027 operator== and operator!= for class position and for class location.
4030 * src/scan-action.l: Remove unused file.
4031 * src/symtab.c (symbol_printer_set): Use printer_location not
4032 destructor_location.
4033 * src/symtab.h (struct symbol): Replace incorrect source comment for
4035 * tests/input.at (Incompatible Aliases): Update output with correct
4038 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
4040 Don't put the pre-prologue in the header file. For the yacc.c code
4041 file and the glr.c header and code files, move the pre-prologue before
4042 the token definitions. Add new %before-definitions and
4043 %after-definitions to declare code that will go in both the header file
4044 and code file. Discussed at
4045 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
4046 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
4048 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
4049 * NEWS (2.3+): Describe these changes.
4050 * data/glr.c (b4_pre_prologue): Move from within to before...
4051 (b4_shared_declarations): ... this.
4052 Add new b4_before_definitions before b4_token_enums.
4053 Add new b4_after_definitions at the end.
4054 * data/glr.cc (b4_pre_prologue): Replace with...
4055 (b4_before_definitions): ... this in the header file.
4056 (b4_after_definitions): New near the end of the header file.
4057 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
4058 code file right before including the header file.
4059 (b4_before_definitions): New in the previous position of
4060 b4_pre_prologue in the header file.
4061 (b4_after_definitions): New near the end of the header file.
4062 * data/yacc.c: Clean up some m4 quoting especially in the header file.
4063 (b4_token_enums_defines): In the code file, move to right before
4064 YYSTYPE for consistency with the header file.
4065 (b4_before_definitions): New right before b4_token_enums_defines in
4066 both the header and code file.
4067 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
4068 header and code file.
4069 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
4070 of prologues for %union dependencies.
4071 (Decl Summary): In %defines description, mention the effect of
4072 %before-definitions and %after-definitions on the header file.
4073 (Calc++ Parser): Forward declare driver in a %before-definitions rather
4074 than in the pre-prologue so that make check succeeds.
4075 (Table of Symbols): Add entries for %before-definitions and
4077 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
4078 %before-definitions.
4079 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
4080 (declaration): Parse those declarations and append to
4081 b4_before_definitions and b4_after_definitions, respectively.
4082 * src/reader.c (before_definitions, after_definitions): New bools to
4083 track whether those declarations have been seen.
4084 (prologue_augment): Add to the post-prologue if %union,
4085 %before-definitions, or %after-definitions has been seen.
4086 * src/reader.h (before_definitions, after_definitions): New extern's.
4087 * src/scan-gram.l: Scan the new declarations.
4088 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
4089 prologue block in a %before-definitions or a %after-definitions based
4090 on whether the %union is declared.
4091 * tests/regression.at (Early token definitions with --yacc, Early token
4092 definitions without --yacc): Move tests for token definitions into the
4093 post-prologue since token names are no longer defined in the
4096 2006-06-20 Akim Demaille <akim@epita.fr>
4098 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
4099 (symbol_get): Use it.
4100 * src/parse-gram.y: Use it.
4102 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
4104 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
4105 build succeeds when configured with --enable-gcc-warnings.
4107 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
4109 * src/parse-gram.y (char_name): New function.
4110 (CHAR, STRING, string_content): For %printer, properly escape.
4111 (ID): Prefer fputs to fprintf.
4112 (id): Reindent to be consistent with other rules.
4113 Properly quote char.
4115 The Translation Project changed its way of publishing translations
4116 to maintainers. I haven't received any responses to my request
4117 for supporting the old way, or for documenting the new way. I
4118 have modified 'bootstrap' to use screen scraping
4119 (in this case, HTML scraping). This is unreliable and inelegant,
4120 but I don't see any better way. Yuck.
4121 * bootstrap (TP_URL, WGET_COMMAND): New vars.
4122 (get_translations): New function, which uses HTML scraping to
4123 deduce locations of latest translations.
4124 Use this function to grab both bison and bison-runtime .po files.
4125 Don't bother priming the pump for the runtime-po domain any more,
4126 as it's now translated better than bison is.
4128 2006-06-19 Akim Demaille <akim@epita.fr>
4130 * src/scan-gram.l: No longer "parse" things after `%union' until
4131 `{'. Rather, return a single "%union" token.
4132 No longer make symbols: return strings, and leave the conversion
4133 to symbols to the parser.
4134 (SC_PRE_CODE, token_type): Remove.
4135 * src/parse-gram.y (%union): New field `character'.
4138 (ID, ID_COLON): Now that the scanner no longer makes them
4139 identifiers, adjust all uses to invoke symbol_get.
4140 (id_colon): New, wraps the conversion from string to symbol.
4141 (%union): Accept a possible union_name.
4142 (symbol): Now can be a char.
4143 * data/c.m4 (b4_union_name): Leave a default value.
4144 * data/glr.c, data/yacc.c: Use it.
4146 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
4148 For associating token numbers with token names for "yacc.c", don't use
4149 #define statements unless `--yacc' is specified; always use enum
4150 yytokentype. Most important discussions start at:
4151 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
4152 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
4154 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
4155 * NEWS (2.3+): Mention.
4156 * data/c.m4 (b4_yacc_if): New.
4157 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
4159 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
4160 on token name definitions.
4161 * src/getargs.c (usage): Capitalize `Yacc' in English.
4162 * src/output.c (prepare): Define b4_yacc_flag.
4163 * tests/regression.at (Early token definitions): Test that tokens names
4164 are defined before the pre-prologue not just before the post-prologue.
4165 Remove this test case and copy to...
4166 (Early token definitions with --yacc): ... this to test #define's.
4167 (Early token definitions without --yacc): ... and this to test enums.
4169 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
4171 * NEWS: Reword the post-2.3 change to not be so optimistic about
4172 removing the old "look-ahead" spelling.
4173 Update previous look-ahead/lookahead change reports.
4174 * REFERENCES: look-ahead -> lookahead (since that's
4175 what he actually wrote).
4176 * doc/refcard.tex: look ahead -> lookahead,
4177 look-ahead -> lookahead
4179 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
4181 For consistency, use `lookahead' instead of `look-ahead' or
4182 `look_ahead'. Discussed starting at
4183 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
4185 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
4186 * NEWS: For the next release, note the change to `--report'.
4187 * TODO, doc/bison.1: Update English.
4188 * doc/bison.texinfo: Update English.
4189 (Understanding Your Parser, Bison Options): Document as
4190 `--report=lookahead' rather than `--report=look-ahead'.
4191 * src/conflicts.c: Update English in comments.
4192 (lookahead_set): Rename from look_ahead_set.
4193 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
4194 (resolve_sr_conflict): Rename local look_ahead_tokens to
4195 lookahead_tokens, and update other uses.
4196 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
4197 count_rr_conflicts, conflicts_free): Update uses.
4198 * src/getargs.c (report_args): Move "lookahead" before alternate
4200 (report_types): Update uses.
4201 (usage): For `--report' usage description, state `lookahead' spelling
4202 rather than `look-ahead'.
4203 * src/getargs.h (report.report_lookahead_tokens): Rename from
4204 report_look_ahead_tokens.
4205 * src/lalr.c: Update English in comments.
4206 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
4207 (state_lookahead_tokens_count): Rename from
4208 state_look_ahead_tokens_count.
4209 Rename local n_look_ahead_tokens to n_lookahead_tokens.
4210 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
4211 Rename local n_look_ahead_tokens to n_lookahead_tokens.
4213 Update English in output.
4214 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
4215 * src/print.c: Update English in comments.
4216 (lookahead_set): Rename from look_ahead_set.
4217 (print_reduction): Rename argument lookahead_token from
4219 (print_core, state_default_rule, print_reductions, print_results):
4221 * src/print_graph.c: Update English in comments.
4222 (print_core): Update uses.
4223 * src/state.c: Update English in comments.
4224 (reductions_new): Update uses.
4225 (state_rule_lookahead_tokens_print): Rename from
4226 state_rule_look_ahead_tokens_print, and update other uses.
4227 * src/state.h: Update English in comments.
4228 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
4229 (state_rule_lookahead_tokens_print): Rename from
4230 state_rule_look_ahead_tokens_print.
4231 * src/tables.c: Update English in comments.
4232 (conflict_row, action_row): Update uses.
4233 * tests/glr-regression.at
4234 (Incorrect lookahead during deterministic GLR,
4235 Incorrect lookahead during nondeterministic GLR): Rename
4236 print_look_ahead to print_lookahead.
4237 * tests/torture.at: Update English in comments.
4238 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
4239 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
4240 (Many lookahead tokens): Update uses.
4241 * data/glr.c: Update English in comments.
4242 * lalr1.cc: Likewise.
4244 * src/conflicts.h: Likewise.
4245 * src/lalr.h: Likewise.
4246 * src/main.c: Likewise.
4247 * src/output.c: Likewise.
4248 * src/parse-gram.c: Likewise.
4249 * src/tables.h: Likewise.
4250 * tests/calc.at: Likewise.
4252 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
4254 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
4256 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
4258 * TODO: Add request from Nelson H. F. Beebe to be able to install
4259 Bison without installing the yacc script.
4261 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
4263 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
4264 and yytext if they're already #define'd.
4265 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
4266 * src/scan-code-c.c: ... here.
4267 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
4270 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
4272 Get Bison to build again when configured with --enable-gcc-warnings.
4273 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
4275 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
4276 loc argument as it shadows a global.
4277 * src/scan-gram.l: Remove stray comma that prevents boundary_set
4280 * src/.cvsignore: Add scan-code.c.
4282 2006-06-07 Akim Demaille <akim@epita.fr>
4284 * src/scan-gram.l: Move the "add a trailing ; to actions" code
4286 * src/scan-code.l: here.
4287 * tests/input.at (Torturing the Scanner): Fix another location
4290 2006-06-07 Akim Demaille <akim@epita.fr>
4292 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
4294 2006-06-06 Akim Demaille <akim@epita.fr>
4296 Extract the parsing of user actions from the grammar scanner.
4297 As a consequence, the relation between the grammar scanner and
4298 parser is much simpler. We can also split "composite tokens" back
4300 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
4301 * src/scan-gram.l (add_column_width, adjust_location): Move to and
4303 * src/location.h, src/location.c (add_column_width)
4304 (location_compute): these.
4305 Fix the column count: the initial column is 0.
4306 (location_print): Be robust to ending column being 0.
4307 * src/location.h (boundary_set): New.
4308 * src/main.c: Adjust to scanner_free being renamed as
4310 * src/output.c: Include scan-code.h.
4311 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
4313 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
4314 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
4315 which is now, again, a separate token.
4316 Adjust all dependencies.
4317 Whereever actions with $ and @ are used, use translate_code.
4318 (action): Remove this nonterminal which is now useless.
4319 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
4320 (grammar_current_rule_action_append): Use translate_code.
4321 (packgram): Bound check ruleno, itemno, and rule_length.
4322 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
4323 (last_string, last_braced_code_loc, max_left_semantic_context)
4324 (scanner_initialize, scanner_free, scanner_last_string_free)
4325 (gram_out, gram_lineno, YY_DECL_): Move to...
4326 * src/scan-gram.h: this new file.
4327 (YY_DECL): Rename as...
4329 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
4330 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
4331 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
4332 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
4333 Move these declarations, and...
4334 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
4336 * src/flex-scanner.h: this new file.
4337 * src/scan-gram.l (rule_length, rule_length_overflow)
4338 (increment_rule_length): Remove.
4339 (last_braced_code_loc): Rename as...
4340 (gram_last_braced_code_loc): this.
4341 Adjust to the changes of the parser.
4342 Move all the handling of $ and @ into...
4343 * src/scan-code.l: here.
4344 * src/scan-gram.l (handle_dollar, handle_at): Remove.
4345 (handle_action_dollar, handle_action_at): Move to...
4346 * src/scan-code.l: here.
4347 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
4348 scan-code.h, scan-code-c.c, scan-gram.h.
4349 (EXTRA_bison_SOURCES): Add scan-code.l.
4350 (BUILT_SOURCES): Add scan-code.c.
4351 (yacc): Be robust to white spaces.
4353 * tests/conflicts.at, tests/input.at, tests/reduce.at,
4354 * tests/regression.at: Adjust the column numbers.
4355 * tests/regression.at: Adjust the error message.
4357 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
4359 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
4360 Use Akim's wording from
4361 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
4363 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
4365 Between Bison releases, manually append `+' to the previous Bison
4366 release number, and use that as a signal to automatically print the
4367 ChangeLog's CVS Id keyword from --version. Discussed starting at
4368 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
4369 * ChangeLog: Add Id header.
4370 * configure.ac (AC_INIT): Append `+' to `2.3'.
4371 * src/.cvsignore: Add revision.c.
4372 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
4373 (BUILT_SOURCES): Add revision.c.
4374 (revision.c): New target rule. This file defines a new global variable
4375 named revision. It initializes it with either the Id from ChangeLog
4376 or, if VERSION doesn't contain `+', with the empty string.
4377 * src/getargs.c (version): Print the value of revision.
4378 * src/revision.h: Extern revision.
4380 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
4382 * NEWS: Version 2.3.
4383 * configure.ac (AC_INIT): Likewise.
4385 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
4387 * data/glr.c (YYRECOVERING): Define to be a function-like macro
4388 with no arguments, not as an object-like macro. This is for
4389 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
4390 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
4391 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
4394 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
4396 * src/getargs.c (usage): Back out yesterday's modification of the
4397 --help output so that we don't have to wait for translation before
4400 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
4402 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
4403 Problem reported by Akim Demaille.
4405 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
4407 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
4409 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
4411 * data/yacc.c (yy_reduce_print): Omit trailing white space in
4412 generated source code. Problem reported by Frans Englich in
4413 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
4415 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
4417 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
4418 shell, not within 'make', so that 'make' by an ordinary builder
4419 (using GNU make) does not worry about configuring gzip. This also
4420 works around a bug reported independently by Keith Thompson and by
4421 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
4422 stderr rather than stdout, messing up the build logs.
4424 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
4426 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
4427 to make sure that YYID will never be unused. This fixes a 'make
4428 maintainer-check' failure caused by the recent changes to the 'Trivial
4429 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
4431 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
4433 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
4435 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
4436 state before an empty RHS is always resolved here. Only the location
4437 of that state is guaranteed to be resolved, and that's enough. This
4438 fixes the remaining bug reported by Derek M. Jones in
4439 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
4440 * tests/glr-regression.at (Uninitialized location when reporting
4441 ambiguity): Test the above case.
4442 Also, the embedded comments in this test case claim it checks the case
4443 of an empty RHS that has inherited the initial location. However, the
4444 corresponding LHS was already resolved, so yyresolveLocations didn't
4445 actually have reason to modify it. Fix this by forcing
4446 nondeterministic operation at the beginning of the parse.
4448 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
4450 * data/c.m4 (b4_yy_symbol_print_generate):
4451 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
4452 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
4453 of the bugs reported today by Derek M Jones in
4454 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
4455 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
4456 defined to be a type name without parens or brackets.
4457 (Location Type): Similarly for YYLTYPE.
4458 * tests/regression.at (Trivial grammars): Put in a test for this
4459 bug that will be caught by 'make maintainer-check' (though not,
4460 alas, by 'make check' unless your compiler is picky).
4462 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
4464 * NEWS: Version 2.2.
4465 * configure.ac (AC_INIT): Likewise.
4467 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
4469 * data/glr.c (yyreportTree): Make room in yystates for the state
4470 preceding the RHS. This fixes the segmentation fault reported by Derek
4472 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
4473 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
4474 to the user. Reported for yyreportTree by Derek M. Jones later in the
4476 * THANKS: Add Derek M. Jones.
4477 Update my email address.
4478 Fix typo in Steve Murphy's name.
4480 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
4482 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
4483 checking against YYLAST that caused the parser to miss a potential
4484 alternative in its diagnostic.
4485 Problem reported by Maria Jose Moron Fernandez in
4486 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
4487 * data/lalr1.cc (yysyntax_error_): Likewise.
4488 * data/yacc.c (yysyntax_error): Likewise.
4489 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
4490 tokens, in case we run into an older C compiler.
4491 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
4492 Use them to check for the off-by-one error fixed above.
4494 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
4495 YYSIZE_T, not size_t.
4496 * tests/regression.at (Trivial grammars): New test, to catch
4497 the error fixed by the above patch.
4499 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4501 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
4503 Reported by Steve Murphy.
4505 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4507 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
4508 * data/glr.cc: b4_location_flag is now b4_locations_flag.
4510 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4512 Implement --trace=m4.
4513 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
4514 * src/output.c (output_skeleton): When set, pass -dV to m4.
4516 Factor the handling of flags in m4.
4517 * src/output.c (prepare): Rename the muscle names debug, defines,
4518 error_verbose to debug_flag, defines_flag, error_verbose_flag.
4519 * data/c.m4: Adjust.
4520 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
4521 Use b4_define_flag_if to define other b4_FLAG_if macros.
4522 (b4_location_if): As a consequence, rename as...
4523 (b4_locations_if): this, for consistency.
4524 Adjust all the skeletons.
4526 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4528 * etc/bench.pm: Shorten bench names.
4530 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
4532 * src/output.h, src/output.c (error_verbose): Move to...
4533 * src/getargs.h, src/getargs.c: here.
4535 Adjust dependencies.
4537 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
4539 * data/c.m4 (b4_copyright): Put the special exception for Bison
4540 skeletons here, so we don't have to put it in each skeleton. All
4541 uses changed. Suggested by Akim Demaille. Also, wrap the
4542 copyright notice, in case it is longer than 80 columns. Replace
4543 comma by newline after title.
4545 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
4547 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
4548 incompatibility, not a bug. Mention that it wasn't fixed as of
4551 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
4553 * examples/extexi: Enforce the precedence of concatenation over
4555 Reported by Tommy Nordgren.
4557 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
4559 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
4560 with the member "token".
4561 Reported by Martin Nylin.
4563 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
4565 * data/glr.c: Switch to Bison 2.2 special-exception language in
4566 the copyright notice. Use more-regular format for titles and
4568 * data/glr.cc: Likewise.
4569 * data/location.cc: Likewise.
4570 * data/yacc.cc: Likewise.
4571 * doc/bison.texinfo (Conditions): Document this.
4572 * NEWS: likewise. Upgrade version to 2.2.
4574 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
4576 * data/glr.cc: Remove dead code.
4578 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
4580 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
4581 that variable and the line breaks the bootstrap. Problem reported
4582 by Juan M. Guerrero.
4584 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
4586 * doc/bison.texinfo (Multiple start-symbols): New.
4588 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
4590 * etc/README, etc/bench.pl: New.
4592 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
4594 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
4596 Reported by Mickael Labau.
4597 * tests/input.at (Torturing the Scanner): Test it.
4599 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
4601 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
4602 Problem reported by Bob Rossi.
4604 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
4606 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
4607 and didn't really work.
4608 For the index, use @ifnotinfo, not @iftex.
4609 Minor cleanups of spacing and terminology.
4611 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
4613 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
4614 of AT_NAME_PREFIX when %name-prefix is not used.
4616 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
4618 Apply --prefix to C++ skeletons too: they change the namespace.
4619 The test suite already exercize these cases.
4620 * data/c++.m4 (b4_namespace): New.
4621 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
4622 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
4623 * data/yacc.c, data/glr.c: Remove a useless `[]'.
4624 * doc/bison.texinfo: Document it.
4625 (Option Cross Key): Use @multitable in all formats. It looks
4626 nicer, even in TeX outputs.
4627 (Rules): Use the same code whatever the output type is.
4628 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
4629 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
4630 * tests/calc.at: Use it, instead of hard coding `yy'.
4632 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
4634 * TODO: Remove dead items.
4636 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
4638 * doc/FAQ: Remove, merged into...
4639 * doc/bison.texinfo (FAQ): this.
4640 * doc/Makefile.am (EXTRA_DIST): Adjust.
4642 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
4644 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
4646 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
4647 * doc/bison.texinfo (Calc++ Scanner): Use it.
4649 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
4651 Fix two nits reported by twlevo, plus one more that I discovered.
4653 * src/assoc.h (assoc_to_string): Give a name to the arg, as
4654 this is the usual Bison style.
4655 * src/location.h (location_print): Likewise.
4657 * src/reader.h (token_name): Likewise.
4659 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
4661 Fix some nits reported by twlevo.
4662 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
4663 and "POSIX". Use more-modern syntax for URLs. Mention C++
4664 and ask for Java. Don't hardwire OS version numbers. Add
4666 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
4667 * src/conflicts.c (solved_conflicts_obstack): Now static.
4669 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
4671 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
4672 page. Say "you can use it" not "you may use it" as on the web page;
4673 we're describing capabilities not granting permission.
4675 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
4677 * data/glr.c (yyresolveLocations): Rename local variables to avoid
4678 shadowing warnings. Use usual patter for iterating through RHS.
4679 * tests/glr-regression.at
4680 (Uninitialized location when reporting ambiguity):
4681 Modify yylex so that it uses its argument, rather than trying
4682 to rely on ARGSUSED (which doesn't work for gcc with warnings).
4683 const char -> char const.
4685 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
4686 Don't use tabs inside commands; it messes up 'ps'.
4687 Problem reported by twlevo.
4689 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
4691 * tests/glr-regression.at (Uninitialized location when reporting
4692 ambiguity): New test case.
4693 * data/glr.c (yyresolveLocations): New function, which uses
4695 (yyresolveValue): Invoke yyresolveLocations before reporting an
4697 * doc/bison.texinfo (Default Action for Locations): Note
4698 YYLLOC_DEFAULT's usage for ambiguity locations.
4699 (GLR Semantic Actions): Cross-reference those notes.
4701 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
4703 * tests/glr-regression.at (Leaked semantic values when reporting
4704 ambiguity): Remove unnecessary union and type declarations.
4705 (Leaked lookahead after nondeterministic parse syntax error): New test
4707 * data/glr.c (yyparse): Check for zero stacks remaining before
4708 attempting to shift the lookahead so that you don't lose it.
4710 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4712 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
4713 * tests/glr-regression.at (Leaked semantic values when reporting
4714 ambiguity): New test case.
4715 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
4716 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
4717 now unnecessary yystackp parameter.
4718 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
4719 destructors can be called.
4721 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
4722 in existing testcases.
4724 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4726 Don't leak semantic values for parent RHS when a user action cuts the
4727 parser, and clean up related code a bit.
4728 * tests/glr-regression.at (Leaked merged semantic value if user action
4729 cuts parse): Rename to...
4730 (Leaked semantic values if user action cuts parse): ... this. Add check
4731 for leaked parent RHS values.
4732 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
4733 between an unresolved state (non-empty chain of semantic options) and
4734 an incomplete one (signaled by an empty chain).
4735 (yyresolveStates): Document the interface. Move all manipulation of a
4736 successfully or unsuccessfully resolved yyGLRState to...
4737 (yyresolveValue): ... here so that yyresolveValue always leaves a
4738 yyGLRState with consistent data and thus is easier to understand.
4739 Remove the yyvalp and yylocp parameters since they are always just
4740 taken from the yys parameter. When reporting a discarded merged value
4741 in debugging output, note that it is incompletely merged. Document the
4743 (yyresolveAction): If resolving any of the RHS states fails, destroy
4744 them all rather than leaking them. Thus, as long as user actions are
4745 written to clean up the RHS correctly, yyresolveAction always cleans up
4746 the RHS of a semantic option. Document the interface.
4748 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
4750 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
4751 led to a segmentation fault in GNU Pascal. Problem reported
4754 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
4756 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
4757 mid-rule action inside a nonterminal symbol in order to declare a
4758 destructor for its semantic value.
4760 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
4762 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
4763 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
4764 __cplusplus && ! defined _STDLIB_H && !
4765 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
4766 defined free))]: Include <stdlib.h> rather than rolling our own
4767 declarations of malloc and free, to avoid problems with
4768 incompatible declarations (using 'throw') C++'s stdlib.h. This
4769 should fix Debian bug 340012
4770 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
4771 reported by Guillaume Melquiond.
4773 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
4775 * NEWS: Clarify symbols versus types in unused-value warnings.
4777 * configure.ac (AC_INIT): Bump version number.
4779 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
4781 * NEWS: Version 2.1a.
4782 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
4783 since C99 requires this.
4785 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
4787 * m4/c-working.m4: New file.
4788 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
4790 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
4792 * Makefile.maint: Merge from coreutils.
4794 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
4796 More portability fixes for problems summarized by Nelson H. F. Beebe.
4798 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
4799 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
4800 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
4801 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
4802 messes up because C++ code is compiled in 32-bit mode but linked
4805 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
4807 More portability fixes for problems summarized by Nelson H. F. Beebe.
4809 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
4810 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
4812 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
4813 nodist_PROGRAMS, since we don't need to actually compile the
4814 example if we're just doing a plain 'make'. This avoids bothering
4815 the installer unnecessarily about problems due to weird C++
4818 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
4820 More portability fixes for problems summarized by Nelson H. F. Beebe.
4822 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
4823 than #include "...", and compile with -I'.'. The old method was
4824 not portable, according to Posix and the C standard, and it does
4825 not work with Sun C 5.7, where previous #line directives affect
4826 the working directory used in later #include "..." directives.
4828 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4830 Various DJGGP specific issues in /djgpp
4832 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
4834 More portability fixes for problems summarized by Nelson H. F. Beebe.
4836 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
4837 '#include <map>' works and that you can apply ++ to iterators.
4839 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
4841 Work around portability problems summarized by Nelson H. F. Beebe in
4842 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
4844 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
4845 that '#include <string>' works.
4847 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
4848 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
4849 "warning: sorry: semantics of inline function static data `const
4850 unsigned char translate_table[262]' are wrong (you'll wind up with
4853 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
4854 or, xor to not_, and_, or_, and xor_, respectively. This works
4855 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
4856 random system header somewhere that includes the equivalent of
4859 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
4860 -E" works; it apparently doesn't work with PathScale EKO Compiler
4863 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
4865 During deterministic GLR operation, user actions should be able to
4866 influence the parse by changing yychar. To make this easier to fix and
4867 to make glr.c easier to evolve in general, don't maintain yytoken in
4868 parallel with yychar; just compute yytoken when needed.
4869 * tests/glr-regression.at (Incorrect lookahead during deterministic
4870 GLR): Check that setting yychar in a user action has the intended
4872 * data/glr.c (yyGLRStack): Remove yytokenp member.
4873 (yyclearin): Don't set *yytokenp.
4874 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
4875 yychar rather than *yytokenp to determine the current lookahead.
4876 Compute yytoken locally when needed.
4877 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
4880 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
4881 after `--report' documentation.
4883 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
4885 * src/parse-gram.y (grammar_declaration): Location of printer
4886 symbol is @1, not list->location. Bug reported by twlevo.
4887 * tests/input.at (Incompatible Aliases): Adjust to above change.
4889 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
4891 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
4892 all the test at once. This makes the output easier to read in the
4895 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
4896 got from <http://bro-ids.org/download.html>. The bug is that
4897 when two actions appeared in succession, the second one was
4898 scanned before the first one was added to the grammar rule
4899 as a midrule action. Bison then output the incorrect warning
4900 "parse.y:905.17-906.36: warning: unused value: $3".
4901 * src/parse-gram.y (BRACED_CODE, action): These are no longer
4902 associated with a value.
4903 (rhs): Don't invoke grammar_current_rule_action_append.
4904 (action): Invoke it here instead.
4905 * src/reader.c (grammar_midrule_action): Now extern.
4906 (grammar_current_rule_action_append): Don't invoke
4907 grammar_midrule_action; that is now the scanner's job.
4908 * src/reader.h (last_string, last_braced_code_loc):
4909 (grammar_midrule_action): New decls.
4910 * src/scan-gram.l (last_string): Now extern, sigh.
4911 (last_braced_code_loc): New extern variable.
4912 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
4913 rule already has an action.
4914 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
4915 * tests/input.at (AT_CHECK_UNUSED_VALUES):
4916 Add some tests to check that the above changes fixed the bug.
4918 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
4920 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
4921 All used changed. Check whether the symbol has a destructor,
4922 not whether it is typed.
4923 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
4924 that the values are still reported as unused. All line numbers
4927 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
4929 Work around a bug in bro 0.8, which underparenthesizes its
4930 definition of YYLLOC_DEFAULT.
4931 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
4933 * data/lalr1.cc: Likewise.
4934 * data/yacc.cc: Likewise.
4936 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
4938 Work around a bug in Pike 7.0, and give the Pike folks a
4939 better way to override the usual int widths.
4940 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
4941 user can override the types.
4942 (short): #undef, to work around a bug in Pike 7.0.
4943 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
4944 (union yyalloc.yyss): Use yytype_int16 rather than short.
4946 (yysigned_char): Remove.
4947 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
4948 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
4949 * tests/regression.at (Web2c Actions): Adjust to above changes.
4951 * src/reader.c (check_and_convert_grammar): New function.
4952 (reader): Close the input file even if something went wrong during
4953 parsing. Minor file descriptor leak reported by twlevo.
4955 * src/assoc.c (assoc_to_string): Use a default: abort (); case
4956 to pacify gcc -Wswitch-default.
4957 * src/scan-gram.l (adjust_location): Use a default: break; case
4958 to pacify gcc -Wswitch-default.
4959 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
4960 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
4961 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
4962 Move these decls to scan-skel.l, since they don't need to be
4964 * src/scan-skel.l: Accept the above decls.
4965 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
4968 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
4970 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
4971 since we don't want to insist on a version number at the start
4972 of the changelog every time.
4973 * Makefile.maint: Sync from coreutils a bit better.
4974 (sc_trailing_blank): Renamed from sc_trailing_space.
4976 (sc_no_if_have_config_h, sc_require_config_h):
4977 (sc_prohibit_assert_without_use): New rules.
4978 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
4979 (sc_dd_max_sym_length): Fix leading spaces in rule.
4980 (sc_system_h_headers): Prefix with @.
4981 (sc_useless_cpp_parens, m4-check): Output line numbers.
4982 (changelog-check): Allow version only in head.
4983 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
4984 satisfy new Makefile.maint rule.
4985 * data/glr.c: Likewise.
4986 * data/glr.cc: Likewise.
4987 * data/lalr1.cc: Likewise.
4988 * data/yacc.c: Likewise.
4989 * lib/ebitsetv.c: Likewise.
4990 * lib/lbitset.c: Likewise.
4991 * lib/subpipe.c: Likewise.
4992 * lib/timevar.c: Likewise.
4993 * src/system.h: Likewise.
4994 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
4995 * djgpp/Makefile.maint: Add copyright notice.
4996 * djgpp/README.in: Likewise.
4997 * djgpp/config.bat: Likewise.
4998 * djgpp/config.site: Likewise.
4999 * djgpp/config_h.sed: Likewise.
5000 * djgpp/djunpack.bat: Likewise.
5001 * djgpp/config.sed: Fix copyright notice to match standard format.
5002 * djgpp/subpipe.h: Likewise.
5003 * lib/bitsetv-print.c: Likewise.
5004 * lib/bitsetv.c: Likewise.
5005 * lib/subpipe.h: Likewise.
5006 * lib/timevar.c: Likewise.
5007 * lib/timevar.h: Likewise.
5008 * djgpp/subpipe.c: Use standard recipe for config.h.
5009 * lib/abitset.c: Likewise.
5010 * lib/bitset.c: Likewise.
5011 * lib/bitset_stats.c: Likewise.
5012 * lib/bitsetv-print.c: Likewise.
5013 * lib/bitsetv.c: Likewise.
5014 * lib/ebitsetv.c: Likewise.
5015 * lib/get-errno.c: Likewise.
5016 * lib/lbitset.c: Likewise.
5017 * lib/subpipe.c: Likewise.
5018 * lib/timevar.c: Likewise.
5019 * lib/vbitset.c: Likewise.
5020 * tests/local.at: Likewise.
5021 * src/scan-gram.l: Don't include verify.h, since system.h does
5023 * .x-sc_require_config_h: New file.
5024 * .x-sc_unmarked_diagnostics: New file.
5026 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
5028 Be a bit more systematic about using 'abort'.
5029 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
5030 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
5031 Put 'default: abort ();' before some other case, to satisfy older
5033 * lib/bitset_stats.c (bitset_stats_init): Likewise.
5034 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
5035 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
5036 * src/conflicts.c (resolve_sr_conflict): Likewise.
5037 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
5038 (get_decision_str, get_orientation_str, get_node_alignment_str):
5039 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
5040 (get_linestyle_str, get_arrowstyle_str): Likewise.
5041 * src/conflicts.c (resolve_sr_conflict):
5042 Use a default case rather than one for the one remaining enum
5043 value, to catch invalid enum values as well.
5044 * src/lalr.c (set_goto_map, map_goto):
5045 Prefer "assert (FOO);" to "if (!FOO) abort ();".
5046 * src/nullable.c (nullable_compute, token_definitions_output):
5048 * src/reader.c (packgram, reader): Likewise.
5049 * src/state.c (transitions_to, state_new, state_reduction_find):
5051 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
5052 (symbol_pack): Likewise.
5053 * src/tables.c (conflict_row, pack_vector): Likewise.
5054 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
5055 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
5056 * src/system.h: Don't include <assert.h>.
5057 (assert): New macro.
5059 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
5060 (Destructor Decl, Parser Function, Pure Calling):
5061 Describe rules for braces inside C code more carefully.
5063 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
5065 Fix some porting glitches found by Nelson H. F. Beebe.
5066 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
5067 compilers that don't understand that abort () does not return.
5068 * src/state.c (transitions_to): Likewise.
5069 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
5070 that '#include <cstdlib>' works.
5071 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
5072 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
5073 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
5074 for the benefit of some pre-C99 compilers.
5076 * bootstrap: Undo changes to gnulib files that autoreconf made.
5078 Minor fixups to get 'make maintainer-check' to work.
5079 * configure.ac: Don't use -Wnested-externs, as it's incompatible
5080 with the new verify.h implementation.
5081 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
5082 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
5083 * data/yacc.c (YYUSE): Likewise.
5084 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
5085 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
5086 * src/parse-gram.y (declaration): Don't pass a string constant
5087 to a function that expects char *, since GCC might complain
5088 about the constant value.
5089 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
5090 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
5091 before #defining them.
5092 * tests/glr-regression.at
5093 (Incorrectly initialized location for empty right-hand side in GLR):
5094 In yyerror, use the msg arg.
5095 (Corrupted semantic options if user action cuts parse):
5096 (Incorrect lookahead during deterministic GLR):
5097 (Incorrect lookahead during nondeterministic GLR):
5098 Don't name a local var 'index'; it shadows string.h's 'index'.
5100 2006-01-19 Akim Demaille <akim@epita.fr>
5102 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
5103 location, not just parts of it.
5105 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
5107 * NEWS: Document the fact that multiple %unions are now allowed.
5108 * doc/bison.texinfo (Union Decl): Likewise.
5109 * TODO: This feature is now implemented, so remove it from
5112 * Makefile.maint: Merge with coreutils Makefile.maint.
5113 (CVS_LIST): Use build-aux version if available.
5114 (VERSION_REGEXP): New macro.
5115 (syntax-check-rules): Add sc_no_if_have_config_h,
5116 sc_prohibit_assert_without_use, sc_require_config_h,
5117 sc_useless_cpp_parens.
5118 (sc_obsolete_symbols): Check for O_NDELAY.
5119 (sc_dd_max_sym_length): Track coreutils.
5120 (sc_unmarked_diagnostics): Look in all files, not just *.c.
5121 (sc_useless_cpp_parens): New rule.
5122 (news-date-check): Look for version or today's date.
5123 (changelog-check): Don't require version number near head.
5124 (copyright-check): Use current year instead of hardwiring 2005.
5125 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
5126 (announcement): Add --gpg-key-ID.
5128 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
5131 Avoid undefined behavior that addressed just before the start of an
5132 array. Problem reported by twlevo.
5133 * src/reader.c (packgram): Prepend a new sentinel before ritem.
5134 * src/lalr.c (build_relations): Rely on new sentinel.
5135 * src/gram.c (gram_free): Adjust to new sentinel.
5137 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
5139 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
5140 yylookaheadNeeds. All uses updated.
5141 (yysplitStack): Rename local yynewLookaheadStatuses to
5142 yynewLookaheadNeeds.
5143 * data/glr-regression.at (Incorrect lookahead during nondeterministic
5144 GLR): In comments, change `lookahead status' to `lookahead need'.
5146 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5148 * data/glr.c (yysplitStack): A little stylistic rewrite.
5150 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5152 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
5154 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
5156 * doc/bison.texinfo: Fix some typos.
5157 (GLR Semantic Actions): New subsection discussing special
5158 considerations because GLR semantic actions might be deferred.
5159 (Actions): Mention look-ahead usage of yylval.
5160 (Actions and Locations): Mention look-ahead usage of yylloc.
5161 (Special Features for Use in Actions): Add YYEOF entry and mention it
5162 in the yychar entry.
5163 In the yychar entry, remove mention of the local yychar case (pure
5164 parser) since this is irrelevant information when writing semantic
5165 actions and since it's already discussed in `Table of Symbols' where
5166 yychar is otherwise described as an external variable.
5167 In the yychar entry, don't call it the `current' look-ahead since it
5168 isn't when semantic actions are deferred.
5169 In the yychar and yyclearin entries, add note about deferred semantic
5171 Add yylloc and yylval entries discussing look-ahead usage.
5172 (Look-Ahead Tokens): When discussing yychar, don't call it the
5173 `current' look-ahead, and do mention yylval and yylloc.
5174 (Error Recovery): Cross-reference `Action Features' when mentioning
5176 (Table of Symbols): In the yychar entry, don't call it the `current'
5178 In the yylloc and yylval entries, mention look-ahead usage.
5180 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
5182 * tests/glr-regression.at: Update copyright year to 2006.
5184 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5186 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
5187 use during nondeterministic operation to track which stacks have
5188 actually needed the current lookahead.
5189 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
5190 Allocate, deallocate, resize, and otherwise shuffle space for
5191 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
5192 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
5193 appropriately during nondeterministic operation.
5194 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
5195 members to store the current lookahead to be used by the deferred
5197 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
5198 from which the RHS is taken. Set the lookahead members of the new
5199 yySemanticOption according to the lookahead status for stack yyk.
5200 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
5201 yyaddDeferredAction.
5202 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
5203 members of yySemanticOption before invoking yyuserAction, and then set
5204 them back to their current values afterward.
5205 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
5206 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
5207 * tests/glr-regression.at: Remove `.' from the ends of recent test case
5208 titles for consistency.
5209 (Leaked merged semantic value if user action cuts parse): In order to
5210 suppress lint warnings, use arguments in merge function, and assign
5211 char value < 128 in main.
5212 (Incorrect lookahead during deterministic GLR): New test case.
5213 (Incorrect lookahead during nondeterministic GLR): New test case.
5215 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5217 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
5218 !yyvaluep as signal that no semantic value is available to print.
5219 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
5220 to print a semantic value.
5222 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5224 * tests/glr-regression.at: For consistency with my newer test cases,
5227 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
5229 * data/glr.c (yyresolveValue): When merging semantic options, if at
5230 least one user action succeeds but a later one cuts the parse, then
5231 destroy the semantic value before returning rather than leaking it.
5232 (yyresolveStates): If a user action cuts the parse and thus
5233 yyresolveValue fails, ignore the (unset) semantic value rather than
5234 corrupting the yyGLRState, and empty the semantic options list since
5235 the user actions should have called all necessary destructors.
5236 Simplify code with YYCHK.
5237 * tests/glr-regression.at (Corrupted semantic options if user action
5238 cuts parse): New test case.
5239 (Undesirable destructors if user action cuts parse): New test case.
5240 Before applying any of this patch, this test case never actually failed
5241 for me... but only because the corrupted semantic options usually
5243 (Leaked merged semantic value if user action cuts parse): New test
5246 2006-01-05 Akim Demaille <akim@epita.fr>
5248 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
5250 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
5252 * data/c.m4 (b4_c_modern): New macro, with a new provision for
5253 _MSC_VER. Problem reported by Cenzato Marco.
5254 (b4_c_function_def): Use it.
5255 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
5257 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
5258 than rolling our own.
5260 2006-01-04 Akim Demaille <akim@epita.fr>
5262 Also warn about non-used mid-rule values.
5263 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
5265 (symbol_list_new): Adjust.
5266 * src/reader.c (symbol_typed_p): New.
5267 (grammar_rule_check): Use it.
5268 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
5270 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
5272 * tests/actions.at (Exotic Dollars): Adjust.
5274 2006-01-04 Akim Demaille <akim@epita.fr>
5276 * src/reader.c (grammar_midrule_action): If $$ is set in a
5277 mid-rule, move the `used' bit to its lhs.
5278 * tests/input.at (Unused values): New.
5279 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
5281 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
5283 * doc/bison.texinfo (Bison Options): Say more accurately what
5285 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
5286 about declarations in the grammar when in Yacc mode, as POSIX does
5287 not require a diagnostic when the grammar uses extensions.
5289 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
5291 Warn about dubious constructions like "%token T T".
5293 * src/symtab.h (struct symbol.declared): New member.
5294 * src/symtab.c (symbol_new): Initialize it to false.
5295 (symbol_class_set): New arg DECLARING, specifying whether
5296 this is a declaration that we want to warn about, if there
5297 is more than one of them. All uses changed.
5299 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
5300 Allow multiple %union directives, whose contents concatenate.
5301 * src/parse-gram.y (grammar_declaration): Likewise.
5302 Use muscle_code_grow, so that we don't need stype_line any more.
5305 * src/muscle_tab.c (muscle_grow): Fix comment.
5307 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
5308 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
5309 Update copyright year to 2006.
5311 2006-01-03 Akim Demaille <akim@epita.fr>
5313 Have glr.cc pass (some of) the calc.at tests.
5314 * data/glr.cc (b4_parse_param_orig): New.
5315 (b4_parse_param): Improve its definition, and bound it more
5316 clearly in the skeleton.
5317 (b4_epilogue): Append, instead of prepending, in order to keep
5319 Simplify the generation of auxiliary functions: locations and
5320 purity are mandated.
5321 (b4_global_tokens_and_yystype): Honor it.
5322 * data/location.cc (c++.m4): Don't include it.
5323 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
5325 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
5327 Be sure to initialize the first position's filename.
5328 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
5330 (AT_CHECK_CALC_GLR_CC): New.
5331 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
5333 2006-01-02 Akim Demaille <akim@epita.fr>
5335 * src/output.c (output_skeleton): Don't hard wire the inclusion of
5337 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
5338 * data/glr.cc: Do not include stack.hh.
5340 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
5342 * data/glr.c: Reformat whitespace with tabs.
5343 (b4_lpure_formals): Remove this unused m4 macro.
5344 * tests/cxx-type.at: Reformat whitespace with tabs.
5345 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
5346 since it's a member. Rename type to isNterm for clarity.
5348 2005-12-29 Akim <akim@sulaco.local>
5350 Let glr.cc catch up with symbol_value_print.
5351 * data/glr.cc (b4_yysymprint_generate): Replace by...
5352 (b4_yy_symbol_print_generate): this.
5353 (yy_symbol_print, yy_symbol_value_print): Declare them.
5355 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
5357 * src/location.h (boundary): Note that a line or column equal
5358 to INT_MAX indicates an overflow.
5359 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
5360 (rule_length_overflow, increment_rule_length, add_column_width):
5362 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
5363 (<SC_BRACED_CODE>"}"):
5364 Use increment_rule_length rather than incrementing it by hand.
5365 (adjust_location, handle_syncline): Diagnose overflow.
5366 (handle_action_dollar, handle_action_at):
5367 Fix bug with monstrosities like $-2147483648.
5368 Remove now-unnecessary checks.
5369 (scan_integer): Verify assumptions and remove now-unnecessary checks.
5370 (convert_ucn_to_byte): Verify assumptions.
5371 (handle_syncline): New arg LOC. All callers changed.
5372 Don't store through a value derived from char const * pointer.
5374 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
5377 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
5379 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
5380 Remove unnecessary forward static decls.
5382 2005-12-27 Akim Demaille <akim@epita.fr>
5384 * src/reader.c (grammar_current_rule_check): Also check that $$
5386 Take the rule to check as argument, hence rename as...
5387 (grammar_rule_check): this.
5388 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
5390 (grammar_rule_begin, grammar_rule_end): these, for consistency.
5391 (grammar_midrule_action, grammar_symbol_append): Now static.
5392 * tests/torture.at (input): Don't rely on the default action
5393 being always performed.
5394 * tests/calc.at: "Set" $$ even when the action is "cut" with
5396 * tests/actions.at (Exotic Dollars): Instead of using unused
5397 values, check that the warning is issued.
5399 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
5401 * NEWS: Improve wording for unused-value warnings.
5403 2005-12-22 Akim Demaille <akim@epita.fr>
5405 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
5406 (b4_yysymprint_generate): Rename as...
5407 (b4_yy_symbol_print_generate): this.
5408 Generate yy_symbol_print instead of yysymprint.
5409 Generate also yy_symbol_value_print, and use it.
5411 2005-12-22 Akim Demaille <akim@epita.fr>
5413 * NEWS: Warn about unused values.
5414 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
5416 (symbol_list_n_get, symbol_list_n_used_set): New.
5417 (symbol_list_n_type_name_get): Use symbol_list_n_get.
5418 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
5419 * src/reader.c (grammar_current_rule_check): Check that values are
5421 * src/symtab.c (symbol_print): Accept 0.
5422 * tests/existing.at: Remove the type information.
5424 Remove useless actions (beware of mid-rule actions: perl -000
5425 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
5426 * tests/actions.at (Exotic Dollars): Use unused values.
5427 * tests/calc.at: Likewise.
5428 * tests/glr-regression.at (No users destructors if stack 0 deleted):
5431 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
5434 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
5436 Undo 2005-12-01 tentative license wording change. The wording is
5437 still being reviewed by the lawyers, and we don't want to wait for
5438 them before publishing a test release. For now, revert to the
5440 * NEWS: Undo 2005-12-01 change.
5441 * data/glr.c: Revert to previous license wording.
5442 * data/glr.cc: Likewise.
5443 * data/lalr1.cc: Likewise.
5444 * data/location.cc: Likewise.
5445 * data/yacc.c: Likewise.
5447 * NEWS: Reword %destructor vs YYABORT etc.
5448 * data/glr.c: Use American spacing, for consistency.
5449 * data/glr.cc: Likewise.
5450 * data/lalr1.cc: Likewise.
5451 * data/yacc.c: Likewise.
5452 * data/yacc.c: Reformat comments slightly.
5453 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
5454 for consistency. Fix some spelling errors and reword recently-included
5456 * tests/cxx-type.at: Cast results of malloc, for C++.
5458 2005-12-21 Joel E. Denny <address@hidden>
5460 * tests/cxx-type.at: Construct a tree, count the parents of shared
5461 nodes, and free each node once and only once. Previously, the memory
5462 for semantic values was leaked instead.
5464 2005-12-21 Joel E. Denny <address@hidden>
5466 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
5467 (yylval, yylloc): If pure, #define to yystackp->yyval and
5468 yystackp->yyloc similar to yychar and yynerrs.
5469 (yyparse): If pure, remove local yylval and yylloc. Add local
5470 yystackp to accommodate pure definitions of yylval and yylloc.
5471 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
5472 yylvalp and yyllocp to &yylval and &yylloc.
5473 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
5474 namespace. Previously, nerrs and char were missing, but lval and lloc
5476 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
5477 yylvalp and yyllocp parameters since, if pure, these are now always
5478 accessible through yystackp. If not pure, they are still accessible
5480 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
5481 `if (YYID (N))' to pacify lint.
5483 2005-12-21 Akim Demaille <akim@epita.fr>
5485 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
5486 destroy the RHS symbols of a rule.
5487 * data/yacc.c (yylen): Initialize to 0.
5488 Keep its value to the number of items to possibly shift.
5489 In particular, a regular successful parse that ends on YYFINAL by
5490 a (internal) YYACCEPT must not have yylen != 0.
5491 (yyerrorlab, yyreturn): Pop the RHS.
5492 Reorder a bit to emphasize the `shifting' bits of code.
5493 (YYPOPSTACK): Now accept a number of items to pop.
5494 * data/lalr1.cc: Likewise.
5495 * data/glr.c: Formatting changes.
5496 Use goto instead of fall through.
5497 * doc/bison.texinfo (Destructor Decl): Complete.
5499 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5501 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
5502 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
5503 * djgpp/config.bat: Replace every occurence of the file name
5504 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
5505 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
5506 * djgpp/config.sed: Replace every occurence of the file name
5507 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
5508 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
5509 * djgpp/djunpack.bat: DJGPP specific file.
5510 * djgpp/fnchange.lst: DJGPP specific file.
5511 * djgpp/README.in: Add new information about how to unpack the bison
5512 source on MSDOS and other systems which have 8.3 file name restrictions
5513 using djunpack.bat and fnchange.lst.
5515 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
5517 * bootstrap (build_cvs_prefix): Remove; unused.
5518 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
5519 when getting gnulib.
5521 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
5523 * data/glr.c: Reorder typedef declarations for structs to match order
5524 of struct declarations.
5525 Rename yystack everywhere to yystackp except in yyparse where it's not
5527 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
5529 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
5530 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
5531 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
5534 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
5536 * tests/sets.at (Accept): Fix typos in regular expression used to
5537 sed out the final state number.
5539 Work around portability problem on Solaris 10: flex-generated
5540 files include <stdio.h> before <config.h>, which messes up
5541 because the latter defines __EXTENSIONS__. Address the problem
5542 by creating two new little files that include <config.h> first,
5543 then include the flex-generated files. Rewrite everyone else
5544 to include <config.h> first, as well.
5545 * lib/timevar.c: Always include "config.h".
5546 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
5547 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
5548 (EXTRA_bison_SOURCES): New macro.
5549 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
5550 * src/system.h: Don't include config.h.
5551 * src/LR0.c: Include <config.h> first.
5552 * src/assoc.c: Likewise.
5553 * src/closure.c: Likewise.
5554 * src/complain.c: Likewise.
5555 * src/conflicts.c: Likewise.
5556 * src/derives.c: Likewise.
5557 * src/files.c: Likewise.
5558 * src/getargs.c: Likewise.
5559 * src/gram.c: Likewise.
5560 * src/lalr.c: Likewise.
5561 * src/location.c: Likewise.
5562 * src/main.c: Likewise.
5563 * src/muscle_tab.c: Likewise.
5564 * src/nullable.c: Likewise.
5565 * src/output.c: Likewise.
5566 * src/parse-gram.y: Likewise.
5567 * src/print.c: Likewise.
5568 * src/print_graph.c: Likewise.
5569 * src/reader.c: Likewise.
5570 * src/reduce.c: Likewise.
5571 * src/relation.c: Likewise.
5572 * src/state.c: Likewise.
5573 * src/symlist.c: Likewise.
5574 * src/symtab.c: Likewise.
5575 * src/tables.c: Likewise.
5576 * src/uniqstr.c: Likewise.
5577 * src/vcg.c: Likewise.
5579 * src/parse-gram.y: Fix minor problems uncovered by lint.
5580 (current_lhs, current_lhs_location): Now static.
5581 (current_assoc): Remove unused variable.
5583 Cleanups so that Bison-generated parsers have less lint.
5584 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
5585 Prepend /*ARGSUSED*/, for lint's sake.
5586 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
5587 definition if 'lint' is defined.
5588 (YYID): New macro (or function, if lint).
5589 All uses of /*CONSTCOND*/0 replaced by YYID(0).
5590 * data/yacc.c: Likewise.
5591 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
5592 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
5593 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
5595 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
5596 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
5597 Use YYID(0) rather than 0, for lint.
5598 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
5599 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
5601 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
5603 * tests/glr-regression.at
5604 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
5605 Close memory leak reported by twlevo.
5607 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
5609 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
5611 (yyparse): Iterate another stack in order to call user destructors.
5612 * tests/glr-regression.at (No users destructors if stack 0 deleted):
5614 (Duplicated user destructor for lookahead): This test now is expected
5617 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
5619 * NEWS: Document the following change.
5620 * data/yacc.c: Say "parser skeleton" rather than "file", since
5621 it's no longer just a file.
5622 * data/glr.c: Grant a special exception for C GLR parsers, that
5623 reads like the already-existing exception for C LALR(1) parsers.
5624 * data/glr.cc: Likewise.
5625 * data/lalr1.cc: Likewise.
5626 * data/location.cc: Likewise.
5627 * data/yacc.c: Reword the "written by" statement to clarify that
5628 it was the parser skeleton, not the entire output file.
5629 * data/glr.c: Written by Paul Hilfinger.
5630 * data/glr.cc: Written by Akim Demaille.
5631 * data/lalr1.cc: Likewise.
5633 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
5635 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
5636 Fix typos in previous change that broke 'make check'.
5637 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
5639 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
5640 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
5641 We can revert this once things settle down.
5643 * src/conflicts.c (conflicts_print): Don't print file name twice
5644 when %expect fails because there were no conflicts.
5645 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
5647 * tests/conflicts.at (%expect not enough, %expect too much):
5648 (%expect with reduce conflicts): Adjust to new behavior.
5650 2005-11-18 Akim Demaille <akim@epita.fr>
5652 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
5654 * NEWS: Document this.
5655 * doc/bison.texinfo (Expect Decl): Likewise.
5657 2005-11-16 Akim Demaille <akim@epita.fr>
5659 Generalize the display of semantic values and locations in traces.
5660 * data/glr.c (yy_reduce_print): Fix indices (again).
5661 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
5663 * data/lalr1.cc (yyreduce_print): Rename as...
5664 (yy_reduce_print): this.
5665 Display values and locations.
5666 * data/yacc.c (yy_reduce_print): Likewise.
5667 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
5668 (yysymprint): Move higher to be visible from yy_reduce_print).
5670 * tests/calc.at: Adjust the expected length of the traces.
5672 2005-11-14 Akim Demaille <akim@epita.fr>
5674 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
5675 from 1 to N, while values and location start at 0.
5676 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
5678 2005-11-14 Akim Demaille <akim@epita.fr>
5680 * data/glr.c (yy_reduce_print): Fix the $ number.
5682 2005-11-14 Akim Demaille <akim@epita.fr>
5684 "Use" parse parameters.
5685 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
5686 * data/glr.c, data/glr.cc: Use them.
5687 * data/glr.c (YYUSE): Have a C++ definition that supports
5690 2005-11-14 Akim Demaille <akim@epita.fr>
5692 * data/glr.c (yyexpandGLRStack): Declare only if defined.
5694 2005-11-14 Akim Demaille <akim@epita.fr>
5697 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5699 2005-11-12 Akim Demaille <akim@epita.fr>
5701 Let position and location be PODs.
5702 * data/location.cc (position::initialize, location::initialize): New.
5703 (position::position, location::location): Define only if
5704 b4_location_constructors is defined.
5705 * data/lalr1.cc (b4_location_constructors): Define it for backward
5707 * doc/bison.texinfo (Initial Action Decl): Use initialize.
5709 2005-11-12 Akim Demaille <akim@epita.fr>
5711 * data/lalr1.cc: Move the body of the ctor and dtor into the
5712 parser file (instead of the header).
5713 Wrap the implementations in a "namespace yy".
5715 2005-11-12 Akim Demaille <akim@epita.fr>
5717 Have glr.c include its header file when created.
5718 * data/glr.c (b4_shared_declarations): New.
5719 Output them verbatim in the parser if !%defines, otherwise
5720 output then in the header file, and include it instead.
5722 2005-11-11 Akim Demaille <akim@epita.fr>
5724 * data/glr.c: Comment changes.
5726 2005-11-11 Akim Demaille <akim@epita.fr>
5728 When yydebug, report semantic and location values for reductions.
5729 * data/glr.c (yy_reduce_print): Report the semantic values and the
5731 (YY_REDUCE_PRINT): Adjust.
5732 (yyglrReduce): Use them.
5733 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
5734 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
5735 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
5738 2005-11-10 Akim Demaille <akim@epita.fr>
5740 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
5741 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
5742 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
5744 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
5746 * m4/cxx.m4, examples/Makefile.am: Don't build
5747 examples/calc++ if no C++ compiler is available. (trivial change)
5749 2005-11-09 Akim Demaille <akim@epita.fr>
5751 * src/scan-skel.l: Use a couple of asserts.
5753 2005-11-03 Akim Demaille <akim@epita.fr>
5755 In some (weird) cases, the final state number is incorrect.
5756 Reported by Alexandre Duret-Lutz.
5757 * src/LR0.c (state_list_append): Remove the computation of
5759 (save_reductions): Do it here.
5760 (get_state): Alpha conversion.
5761 (generate_states): Use a for loop.
5762 * src/gram.h (item_number_is_rule_number)
5763 (item_number_is_symbol_number): New.
5764 * src/state.c: Use assert.
5765 * src/system.h: Include assert.h.
5766 * tests/sets.at (Accept): New.
5768 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5770 * data/glr.c (yyfill): Adjust comment.
5771 (yyresolveAction): Initialize default location properly
5772 for empty right-hand sides.
5773 (yydoAction): Ditto.
5774 Add comment explaining apparently dead code.
5775 * tests/glr-regression.at
5776 (Incorrectly initialized location for empty right-hand side in GLR):
5779 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
5781 * bootstrap (cleanup_gnulib): New function. Use it to clean up
5782 gnulib when interrupted. This fixes some race conditions and
5783 works around some portability problems (one noted by Paul
5786 2005-10-22 Akim <akim@epita.fr>
5788 * Makefile.cfg: Adjust to config -> build-aux.
5791 2005-10-21 Akim Demaille <akim@epita.fr>
5793 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
5795 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
5796 * data/yacc.c (b4_Pure_if): Rename as...
5797 (b4_yacc_pure_if): this.
5798 (YY_SYMBOL_PRINT, yyparse): Adjust.
5799 * doc/bison.texinfo: Formatting changes.
5801 2005-10-21 Akim Demaille <akim@epita.fr>
5803 Finish the transition config -> build-aux.
5804 * configure.ac, Makefile.am: Use build-aux.
5805 * config/prev-version, config/announce-gen, config/Makefile.am:
5807 * build-aux/prev-version, build-aux/announce-gen,
5808 * build-aux/Makefile.am: here.
5810 2005-10-14 Akim Demaille <akim@epita.fr>
5812 * examples/calc++/test: Use set -x only when VERBOSE.
5814 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
5816 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
5817 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
5819 2005-10-13 Akim Demaille <akim@epita.fr>
5821 * src/scan-skel.l: Output the base name parts of the parser and
5823 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
5825 Use this to exercise C++ outputs in subdirs.
5826 Reported by Oleg Smolsky.
5828 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
5830 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
5831 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
5832 Problem reported by John P. Hartmann.
5833 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
5836 2005-10-12 Akim Demaille <akim@epita.fr>
5838 * src/parse-gram.y (version_check): Exit 63 to please missing
5839 (stands for "version mismatch).
5840 * tests/input.at, doc/bison.texinfo: Adjust.
5842 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
5844 Work around portability problems with Visual Age C compiler
5845 (xlc and xlC_r) reported by John P. Hartmann.
5846 * data/location.cc (initial_column, initial_line): Remove.
5847 All uses replaced by 0 and 1.
5848 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
5849 that xlc complains about.
5850 * src/scan-skel.l (skel_wrap): Likewise.
5851 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
5853 * data/yacc.c (YYMODERN_C): New macro, which also looks at
5854 __STDC_VERSION__. Use it everywhere instead of looking at
5855 __STDC__ and __cplusplus.
5857 2005-10-10 Akim Demaille <akim@epita.fr>
5859 * examples/calc++/test: Be quiet unless VERBOSE.
5861 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
5863 * data/c.m4 (yydestruct, yysymprint):
5864 Use YYUSE instead of casting to void.
5865 * data/glr.c (YYUSE): New macro.
5866 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
5867 Use it instead of rolling our own.
5868 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
5870 Use /*CONSTCOND*/ to suppress lint warnings.
5871 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
5872 (YY_STACK_PRINT): Use 'false' not '0'.
5874 (yysymprint_, yydestruct_): Use it instead of rolling our own.
5875 * data/yacc.c (YYUSE): New macro.
5876 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
5877 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
5878 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
5881 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
5882 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
5884 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
5886 Undo the parts of the unlocked-I/O change that substituted
5887 putc or puts for printf. This might hurt performance a bit,
5888 but some people prefer the printf style.
5889 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
5890 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
5891 All uses replaced by YYFPRINTF and YYDPRINTF.
5892 * data/yacc.c: Likewise.
5893 * lib/bitset.c (bitset_print): Likewise.
5894 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
5896 * lib/lbitset.c (debug_lbitset): Likewise.
5897 * src/closure.c (print_firsts, print_fderives): Likewise.
5898 * src/gram.c (grammar_dump): Likewise.
5899 * src/lalr.c (look_ahead_tokens_print): Likewise.
5900 * src/output.c (escaped_output): Likewise.
5901 (user_actions_output): Break apart two printfs.
5902 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
5903 * src/reduce.c (reduce_print): Likewise.
5904 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
5905 * src/system.h: Include unlocked-io.h rathe than stdio.h.
5907 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
5908 Use assignments rather than casts-to-void to suppress
5909 unused-variable warnings. This pacifies 'lint'.
5910 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
5911 unused-variable warnings.
5913 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5915 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
5917 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
5919 Use unlocked I/O for a minor performance improvement on hosts like
5920 GNU/Linux and Solaris that support unlocked I/O. The basic idea
5921 is to use the gnlib unlocked-io module, and to prefer putc and
5922 puts to printf when either will work (since the latter doesn't
5923 come in an unlocked flavor).
5924 * bootstrap (gnulib_modules): Add unlocked-io.
5925 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
5926 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
5927 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
5928 and similarly for puts and putc and printf.
5929 * data/yacc.c: Likewise.
5930 * lib/bitset.c (bitset_print): Likewise.
5931 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
5932 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
5934 * lib/lbitset.c (debug_lbitset): Likewise.
5935 * src/closure.c (print_firsts, print_fderives): Likewise.
5936 * src/gram.c (grammar_dump): Likewise.
5937 * src/lalr.c (look_ahead_tokens_print): Likewise.
5938 * src/output.c (escaped_output): Likewise.
5939 (user_actions_output): Coalesce two printfs.
5940 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
5941 * src/reduce.c (reduce_print): Likewise.
5942 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
5943 * src/system.h: Include unlocked-io.h rather than stdio.h.
5945 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
5946 this confuses xgettext.
5948 2005-10-02 Akim Demaille <akim@epita.fr>
5950 * bootstrap (gnulib_modules): Add strverscmp.
5951 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
5952 * m4/.cvsignore: Add strverscmp.m4.
5953 * src/parse-gram.y (%require): New token, new rule.
5954 (version_check): New.
5955 * src/scan-gram.l (%require): Adjust.
5956 * tests/input.at (AT_REQUIRE): New.
5958 * doc/bison.texinfo (Require Decl): New.
5959 (Calc++ Parser): Use %require.
5961 2005-10-02 Akim Demaille <akim@epita.fr>
5963 * data/location.cc: New.
5965 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
5966 Akim Demaille <akim@epita.fr>
5968 Make sure -odir/foo.cc creates dir/location.hh etc.
5969 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
5970 (spec_file_prefix, spec_verbose_file, spec_graph_file)
5971 (spec_defines_file): Now const.
5973 (short_base_name): Remove.
5974 * src/files.c: Adjust.
5975 (dirname.h): Include.
5976 (base_name): Don't prototype it.
5977 (finput): Remove, duplicates gram_in.
5978 (full_base_name, short_base_name): Replace by...
5979 (all_but_ext, all_but_tab_ext): these.
5980 (compute_base_names): Rename as...
5981 (compute_file_name_parts): this.
5982 Update to compute the new variables, including dir_prefix.
5983 Adjust dependencies.
5984 * src/output.c (prepare): Output them.
5985 * src/reader.c: Adjust to use gram_in, not finput.
5986 * src/scan-skel.l (@dir_prefix@): New.
5988 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5990 * lib/subpipe.c: New function end_of_output_subpipe() added
5991 to allow support for non-posix systems. This is a no-op function
5994 * lib/subpipe.h: New function end_of_output_subpipe() added
5995 to allow support for non-posix systems. This is a no-op function
5998 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
5999 handle the lack of pipe/fork functionality on non-posix systems.
6001 * djgpp/Makefile.maint: DJGPP specific file.
6003 * djgpp/README.in: DJGPP specific file.
6005 * djgpp/config.bat: DJGPP specific configuration file.
6007 * djgpp/config.sed: DJGPP specific configuration file.
6009 * djgpp/config.site: DJGPP specific configuration file.
6011 * djgpp/config_h.sed: DJGPP specific configuration file.
6013 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
6015 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
6017 2005-10-02 Akim Demaille <akim@epita.fr>
6019 * data/location.cc: New, extract from...
6020 * data/lalr1.cc: here.
6021 (location.hh): Include it after the user prologue, in case the
6022 filename type is defined by the user.
6023 Forward declation location and position before the pre-prologue.
6024 (yyresult_): Rename as...
6025 (yyresult): this, it's a local variable, not an attribute.
6026 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
6028 2005-10-01 Akim Demaille <akim@epita.fr>
6030 * examples/extexi: Restore the #line generation.
6032 2005-09-30 Akim Demaille <akim@epita.fr>,
6033 Alexandre Duret-Lutz <adl@gnu.org>
6035 Move the token type and YYSTYPE in the parser class.
6036 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
6037 (parser::token): New, from the moved free definition of tokens.
6038 (parser::semantic_value): Now a full definition instead of an
6039 indirection to YYSTYPE.
6040 (b4_post_prologue): No longer included in the header file, but
6041 in the implementation file.
6042 * doc/bison.texi (C+ Language Interface): Update.
6043 * src/parse-gram.y: Support unary %define.
6044 * tests/actions.at: Define global_tokens_and_yystype for backward
6045 compatibility until we update the tests.
6046 * tests/calc.at: Idem.
6047 (first_line, first_column, last_line, last_column): Define for lalr1.cc
6048 to simplify the code.
6050 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
6052 Port to SunOS 4.1.4, which lacks strtoul and strerror.
6053 Ah, the good old days! Problem reported by Peter Klein.
6054 * bootstrap (gnulib_modules): Add strerror, strtoul.
6055 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
6056 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
6058 2005-09-29 Akim Demaille <akim@epita.fr>
6060 * data/c.m4 (b4_error_verbose_if): New.
6061 * data/lalr1.cc: Use it.
6062 (YYERROR_VERBOSE_IF): Remove.
6063 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
6064 parser members, replaced by...
6065 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
6067 (yysyntax_error_): Takes the state number as argument.
6068 (yyreduce_print_): Use the argument yyrule, not the former
6071 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
6073 * bootstrap (gnulib_modules): Add verify.
6074 * lib/.cvsignore: Add verify.h.
6075 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
6076 * src/system.h (verify): Remove.
6077 Include verify.h instead.
6078 * src/tables.c (tables_generate): Use new API for 'verify'.
6080 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
6082 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
6083 local variables whose names begin with 'yy'.
6084 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
6085 Trivial changes from Joel E. Denny.
6087 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
6089 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
6090 don't use alloca any more.
6092 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
6093 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
6094 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
6095 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
6096 to match yacc.c, to test more hosts.
6098 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
6100 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
6101 doesn't affect behavior.
6102 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
6104 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
6105 This works a bit better with glibc, if user code has already included
6107 * doc/bison.texinfo (Bison Parser): Document that users can't
6108 arbitrarily use malloc and free for other purposes. Document
6109 that <alloca.h> and <malloc.h> might be included.
6110 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
6111 user must declare alloca.
6113 * HACKING (release): Forwarn the Translation Project about
6116 2005-09-20 Akim Demaille <akim@epita.fr>
6118 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
6120 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
6122 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
6123 (YYSTACK_ALLOC_MAXIMUM): Use it.
6124 (yysyntax_error): New function.
6125 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
6126 multiple syntax errors are reported, and alloca is being used.
6127 Instead, reallocate buffers twice as big each time, so that
6128 we waste at most half the allocated memory. Start with a small
6129 (128-byte) buffer that will suffice in most cases anyway.
6130 Use yysyntax_error to do most of the work.
6132 * doc/bison.texinfo (Error Reporting, Table of Symbols):
6133 yynerrs is the number of errors reported, not the number of
6136 * tests/glr-regression.at (Duplicated user destructor for lookahead):
6137 Mark it as expected to fail.
6138 Cast result of malloc; problem reported by twlevo@xs4all.nl.
6139 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
6140 Don't start user-code symbols with "yy", to avoid name space problems.
6142 2005-09-19 Akim Demaille <akim@epita.fr>
6144 Remove the traits, failed experiment.
6145 It never proved useful, and anyway because of the current
6146 definition, it was not possible to have several specialization of
6147 this traits, making it useless.
6148 * data/lalr1.cc (yy:traits): Remove.
6149 Inline its definitions in the parser class.
6151 2005-09-19 Akim Demaille <akim@epita.fr>
6153 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
6154 least Mac OSX with a /usr/local install of gettext.
6156 2005-09-19 Akim Demaille <akim@epita.fr>
6158 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
6159 and yytoken for similarity with the other skeletons.
6161 2005-09-19 Akim Demaille <akim@epita.fr>
6163 * NEWS, configure.ac: update version number to 2.1a.
6165 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
6167 * NEWS: Version 2.1.
6169 * NEWS: Remove notice of yytname change, since it was never in an
6171 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
6173 * src/output.c (prepare): Likewise.
6174 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
6175 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
6176 is not defined. This is an awful hack, but it's enough for now.
6177 All callers changed.
6178 * tests/glr-regression-at (make_value): Args are const pointers now,
6179 to avoid GCC warning.
6180 (Duplicated user destructor for lookahead): New test. Currently
6181 skipped. It fails on my host but I'm not sure it'll always fail.
6183 2005-09-16 Akim Demaille <akim@epita.fr>
6185 * src/symtab.h (struct symbol): Declare the printer and destructor
6186 as const, to avoid accidental calls to free.
6187 (symbol_destructor_set, symbol_printer_set): Adjust.
6188 * src/symtab.c: Adjust.
6190 2005-09-16 Akim Demaille <akim@epita.fr>
6192 * data/c.m4 (b4_token_enums): New.
6193 (b4_token_defines): Rename as...
6194 (b4_token_enums_defines): this.
6195 (b4_token_defines): New, output only the #defines.
6196 * data/yacc.c, data/glr.c: Adjust.
6197 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
6198 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
6201 2005-09-16 Akim Demaille <akim@epita.fr>
6203 * data/lalr1.cc (yylex_): Remove, inline its code.
6204 (yyreport_syntax_error_): Remove, replaced by...
6205 (yysyntax_error_): this which returns a string and leaves to the
6206 caller the call to the users' error function.
6207 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
6208 Move from members of the parser object...
6209 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
6210 to local variables of the parse function.
6212 2005-09-16 Akim Demaille <akim@epita.fr>
6214 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
6215 since it's in Bison's name space.
6217 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
6219 * data/glr.c (yyresolveValue): Add default case to pacify
6220 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
6222 * NEWS: Document when yyparse started to return 2.
6223 * doc/bison.texinfo (Parser Function): Document when yyparse
6226 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
6227 (b4_filename_type): Renamed back from b4_file_name_type. All uses
6229 (class position): file_name -> filename (reverting). All uses changed.
6231 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
6233 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
6234 do anything if $@ exists. This reverts part of the 2005-07-07
6237 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
6239 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
6240 contains obsolete information and isn't worth distributing as a
6241 separate file anyway.
6242 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
6243 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
6244 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
6245 (yyparse): Abort if user code uses longjmp to throw an unexpected
6248 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
6250 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
6251 Suggested by twlevo@xs4all.nl.
6253 * data/glr.c (YYCHK1): Do not assume YYE is in range.
6254 This avoids a diagnostic from gcc -Wswitch-enum.
6255 Problem reported by twlevo@xs4all.nl.
6257 * doc/bison.texinfo: Don't use "filename", as per GNU coding
6258 standards. Use "file name" or "file" or "name", depending on
6260 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
6261 not to hack/foo.tab.c.
6262 (Calc++ Top Level): 2nd arg of main is not const.
6263 * data/glr.c: b4_filename -> b4_file_name.
6264 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
6266 (class position): filename -> file_name. All uses changed.
6267 * data/yacc.c: b4_filename -> b4_file_name.
6268 * lib/bitset.h: filename -> file_name in local vars.
6269 * lib/bitset_stats.c: Likewise.
6270 * src/files.c: Likewise.
6271 * src/scan-skel.l ("@output ".*\n): Likewise.
6272 * src/files.c (file_name_split): Renamed from filename_split.
6273 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
6275 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
6277 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
6278 to accommodate latest gnulib.
6280 * tests/glr-regression.at (Duplicate representation of merged trees):
6281 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
6283 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
6286 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
6288 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
6289 All uses changed. Invoke user destructor after an error during a
6290 split parse (trivial change from Joel E. Denny).
6292 * tests/glr-regression.at
6293 (User destructor after an error during a split parse): New test case.
6294 Problem reported by Joel E. Denny in:
6295 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
6297 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
6299 * README-cvs: Give URLs for recommended tools.
6300 Mention Gzip version problem, and bootstrapping issues.
6301 Remove troubleshooting section, as it's somewhat obsolete.
6303 * bootstrap (no_cache): New var, to accommodate different wget
6304 variants. Use it instead of '-C off'. Problem reported by
6307 * data/glr.c (yydestroyStackItem): New function.
6308 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
6309 debugging information. Problem reported by Joel E. Denny.
6311 2005-08-25 Akim Demaille <akim@epita.fr>
6313 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
6315 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
6317 * data/glr.c (yyrecoverSyntaxError, yyreturn):
6318 Don't invoke destructor on unresolved entries.
6319 * tests/glr-regression.at
6320 (User destructor for unresolved GLR semantic value): New test case.
6321 Problem reported by Joel E. Denny in:
6322 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
6324 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
6326 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
6328 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
6329 lib-prefix.m4, po.m4.
6331 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
6332 in yydestruct diagnostic, since it might not be an error.
6333 Problem reported by Joel Denny near end of
6334 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6335 * data/lalr1.cc (yyerturn): Likewise.
6336 * data/yacc.c (yyreturn): Likewise.
6337 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
6339 * src/files.c: Remove obsolete FIXME comment.
6341 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
6342 with the other templates, and to fix bogus run-on messages such
6343 as the one reported at the end of
6344 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6345 All callers changed to avoid the newline.
6346 (yyprocessOneStack): Output two lines rather than one, to accommodate
6347 the above change. This changes the debug output format slightly.
6349 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
6350 reported by Joel E. Denny in
6351 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
6353 * tests/glr-regression.at (Duplicate representation of merged trees):
6354 New test, from Joel E. Denny in:
6355 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
6356 * THANKS: Add Joel E. Denny.
6358 * configure.ac (AC_INIT): Bump to 2.0c.
6360 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
6362 * NEWS: Version 2.0b.
6364 * Makefile.am (SUBDIRS): Put examples before tests, so that
6365 "make check" doesn't finish with "All 1 tests passed".
6367 * tests/regression.at (Token definitions): Don't rely on
6368 AT_PARSER_CHECK for data that contains backslashes. It currently
6369 uses 'echo', and 'echo' isn't portable if its argument contains
6370 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
6371 that the byte '\0xff' is not printable in the C locale; it is,
6372 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
6373 not printable, so use '\0x81' to test.
6375 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
6376 version of GCC, since the macro is used with non-GCC compilers.
6378 Fix core dump reported by Pablo De Napoli in
6379 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
6380 * tests/regression.at (Invalid inputs with {}): New test.
6381 * src/parse-gram.y (token_name): Translate type before using
6384 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
6385 the user's name space. All uses changed to __attribute__
6387 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
6388 Add __attribute__ ((__noreturn__)).
6390 * etc/clcommit: Remove. We weren't using it, and it failed
6391 "make maintainer-distcheck".
6392 * Makefile.maint: Merge from coreutils.
6393 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
6394 (syntax-check-rules): Change list of rules as described below.
6395 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
6396 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
6397 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
6398 (sc_trailing_space): New rules.
6399 (sc_xalloc_h_in_src): Remove.
6400 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
6401 (sc_space_tab, sc_error_exit_success, sc_changelog):
6402 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
6403 (makefile-check, po-check, author_mark_check):
6404 (makefile_path_separator_check, copyright-check):
6405 Use grep -n, to make it easier to find violations.
6406 Use CVS_LIST and CVS_LIST_EXCEPT.
6407 (header_regexp, h_re): Remove.
6409 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
6410 (my-distcheck): Use more-modern GCC flags.
6411 (signatures, %.asc): Remove.
6412 (rel-files, announcement): Remove signatures.
6413 Restore old updating code, even though we don't use it, so
6414 that we're the same as coreutils.
6415 (alpha, beta, major): Depend on news-date-check.
6416 Make the upload commands.
6418 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
6419 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
6420 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
6421 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
6422 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
6423 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
6424 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
6425 * tests/sets.at: Likewise.
6427 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
6428 we comment out the Autoconf version number.
6429 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
6430 it's error-prone and "make maintainer-distcheck" rejects it.
6432 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
6433 Indent calls to "error" to pacify "make maintainer-distcheck",
6434 when the calls are not intended to be translated.
6435 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
6437 * src/Makefile.am (DEFS): Use +=, to pacify
6438 "make maintainer-distcheck".
6439 (bison_SOURCES): Add scan-skel.h.
6440 (sc_tight_scope): New rule, from coreutils.
6442 * src/files.c (src_extension, header_extension):
6443 Now static, not extern.
6444 * src/getargs.c (short_options): Likewise.
6445 * src/muscle_tab.c (muscle_table): Likewise.
6446 * src/parse-gram.y (current_class, current_type, current_prec):
6448 * src/reader.c (grammar_end, previous_rule_end): Likewise.
6449 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
6450 * src/main.c (main): Cast bindtextdomain and textdomain calls to
6451 void, to avoid warning when NLS is disabled.
6452 * src/output.c: Include scan-skel.h.
6453 (scan_skel): Remove decl, since scan-skel.h does this.
6455 Indent calls to "error" to pacify "make maintainer-distcheck".
6456 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
6457 * src/reader.h (gram_end, gram_lineno): New decls to pacify
6458 "make maintainer-distcheck".
6459 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
6460 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
6461 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
6462 (skel_lex_destroy, scan_skel): Move these decls to...
6463 * src/scan-skel.h: New file.
6464 * src/uniqstr.c (uniqstr_assert):
6465 Indent calls to "error" to pacify "make maintainer-distcheck".
6467 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
6470 * tests/torture.at: Revamp to avoid misuse of atoi that
6471 "make maintainer-distcheck" complained about.
6473 * examples/extexi (message): Don't print a message more than once,
6474 and omit line-number decoration that makes Emacs compile think
6475 that informative messages are worth worrying about.
6477 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
6479 * configure.ac: Update version number.
6481 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
6483 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
6484 autogenerated by the maintainer.
6485 * examples/calc++/.cvsignore: Add *.yy.
6487 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
6488 * lib/bitset_stats.c (bitset_stats_init): Likewise.
6489 * lib/bitsetv.c (bitsetv_alloc): Likewise.
6491 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
6493 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
6494 from maintainer-distcheck about casting the argument of 'free'.
6496 * NEWS: Mention recent yytname changes.
6497 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
6499 * bootstrap: For translations that have not yet been upgraded to
6500 the new runtime-po domain, prime the pump by extracting the
6501 relevant strings from the obsolete translations. This code can be
6502 removed once the bison-runtime domain has been translated by each
6505 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
6506 now that token names are already quoted.
6508 Fix problem reported by Anthony Heading.
6509 * data/glr.c (YYTOKEN_TABLE): New macro.
6510 (yytname): Define if YYTOKEN_TABLE.
6511 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
6512 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
6513 (YYERROR_VERBOSE): Define the same way the other skeletons do.
6514 * src/output.c (prepare_symbols): Output token_table_flag.
6516 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
6518 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
6519 again if the first call fails.
6521 * data/glr.c (yytnamerr): New function.
6522 (yyreportSyntaxError): Use it to dequote most string literals.
6523 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
6524 with other skeletons. All uses changed.
6525 (yytnameerr_): New function.
6526 (yyreport_syntax_error): Use it to dequote most string literals.
6527 * data/yacc.c (yytnamerr): New function.
6528 (yyerrlab): Use it to decode most string literals.
6529 * doc/bison.texinfo (Decl Summary, Calling Convention):
6530 Clarify quoting convention of yytname.
6531 * src/output.c (prepare_symbols): Quote all names. This undoes
6532 the 2005-04-17 change, which is now accomplished (mostly) via
6533 changes in the parsers as described above.
6534 * tests/regression.at (Token definitions, Web2c Actions):
6535 Undo most 2005-04-17 change here, too.
6537 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
6539 Fix more problems reported by twlevo@xs4all.nl.
6540 * tests/cxx-type.at: Don't pipe output of ./types through sed to
6541 remove trailing spaces. This loses the exit status of ./types,
6542 and isn't needed since ./types shouldn't be emitting trailing
6544 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
6545 as the stack isn't valid in that case.
6547 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
6548 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
6549 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
6550 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
6552 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
6553 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
6554 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
6557 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
6558 overly-picky compilers that reject 'char *foo = "bar";'.
6560 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
6561 to FILE * parameter, not to stderr. This fixes a typo introduced
6562 in the 2005-07-12 change.
6564 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
6565 warnings from GCC 4.
6567 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
6568 (yyglrShiftDefer, yysplitStack):
6569 Remove unused parameters b4_pure_formals. All uses changed.
6570 (yyglrShift): Remove unused parameters b4_user_formals.
6572 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
6574 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
6576 Destructor cleanups and regularization among the three skeletons.
6577 * NEWS: Document the behavior changes.
6578 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
6579 stack before failing, as the cleanup code will do it for us now.
6580 * data/lalr1.cc (yyerrlab): Likewise.
6581 * data/glr.c (yyparse): Pop everything off the stack before
6582 freeing it, so that destructors get called properly.
6583 * data/lalr1.cc (yyreturn): Likewise.
6584 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
6585 This is more consistent.
6586 * doc/bison.texinfo (Destructor Decl): Mention more reasons
6587 why destructors might be called. 1.875 -> 2.1.
6588 (Destructor Decl, Decl Summary, Table of Symbols):
6589 Some English-language cleanups for %destructor.
6590 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
6591 Add output line for destructor of start symbol.
6592 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
6593 because of that same extra output line.
6595 * NEWS: Document minor wording changes in diagnostics of
6596 Bison-generated parsers.
6597 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
6598 Remove unused formals. All uses changed.
6599 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
6600 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
6601 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
6602 Rename yyoverflowab to yyexhaustedlab.
6603 When memory exhaustion occurs during syntax-error reporting,
6604 report it separately rather than in a single diagnostic; this
6606 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
6607 (Memory Exhausted): Renamed from Parser Stack Overflow.
6608 Revamp wording slightly to prefer "memory exhaustion".
6609 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
6611 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
6613 Add i18n support to the GLR skeleton. Partially fix the C++
6614 skeleton; a C++ expert needs to finish this. Remove debugging
6615 msgids; there's little point to having them translated, since they
6616 can be understood only by someone who can read the
6617 (English-language) source code.
6619 Generate runtime-po/bison-runtime.pot automatically, so that we
6620 don't have to worry about garbage getting in that file. We'll
6621 make sure after the next official release that old msgids don't
6623 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
6625 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
6627 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
6628 Fix typos in explanations of the runtime file.
6629 * bootstrap: Change gettext keyword from YYI18N to YY_.
6630 Use standard Makefile.in.in in runtime-po, since we'll arrange
6631 for backward-compatible bison-runtime.po files in a different way.
6632 * data/glr.c (YY_): New macro, from yacc.c.
6633 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
6634 Translate messages intended for users.
6635 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
6636 the wording in the other skeletons. We don't know that the memory
6638 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
6639 Use same method that yacc.c uses.
6640 Don't translate debugging messages.
6641 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
6642 it doesn't work (yet), and requires C++ expertise to fix.
6643 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
6644 Move defn to a more logical place, to be consistent with other
6646 Don't translate debugging messages.
6647 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
6648 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
6649 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
6650 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
6652 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
6653 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
6655 * tests/glr-regression.at (Badly Collapsed GLR States):
6657 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
6658 yylex should return 0 at EOF rather than aborting.
6660 Improve tests for stack overflow in GLR parser.
6661 Problem reported by twlevo@xs4all.nl.
6662 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
6664 (yyStackOverflow): Just longjmp, but with value 2 so that caller
6665 can handle the problem.
6666 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
6667 (yyparse): New local variable yyresult to record the result.
6668 Use result of setjmp to set it, rather than storing itinto
6670 (yyDone): Remove label.
6671 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
6672 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
6673 if YYABORT is used).
6674 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
6675 yyparse status; put status > 1 into diagnostic.
6676 Check that status==2 works.
6677 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
6678 Use exit status 3 for failure to open (which shouldn't happen).
6680 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
6682 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
6683 1 on syntax error; just let yyparse do its thing.
6684 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
6685 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
6686 (Exploding the Stack Size with Alloca):
6687 (Exploding the Stack Size with Malloc):
6688 Expect exit status 2, not 1, since the parser is supposed to blow
6689 its stack. Problem reported by twlevo@xs4all.nl.
6691 * data/glr.c (yyparse): Don't assume that the initial calls
6692 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
6693 Print a stack-overflow message and fail instead.
6694 Initialize the line-number information before creating the stack,
6695 so that the stack-overflow message can report line zero safely.
6697 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
6699 Fix problems reported by twlevo@xs4all.nl.
6700 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
6701 (yyuserMerge): Provide a default case if b4_mergers is empty.
6702 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
6703 * tests/glr-regression.at
6704 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
6705 Add casts to pacify C++ compilers.
6706 * tests/glr-regression.at (Improper merging of GLR delayed action
6707 sets): Declare yylex before using it.
6708 * tests/Makefile.am (maintainer-check-g++): Fix a stray
6709 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
6710 test for valgrind; valgrind is independent of g++.
6711 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
6712 for compatibility with POSIX 1003.1-2001 (if running coreutils).
6713 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
6714 Use a destructor, so that we can expand the stack. Change
6715 YYSTYPE to char * so that we can free it. Cast result of malloc.
6717 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
6719 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
6720 a valgrind failure. Problem reported by twlevo@xs4all.nl.
6722 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
6724 * PACKAGING: New file, suggested by Bruno Haible and taken from
6725 similar wording in gettext's PACKAGING file.
6726 * NEWS: Mention PACKAGING.
6727 * Makefile.am (EXTRA_DIST): Add PACKAGING.
6729 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
6731 * NEWS: Document recent i18n improvements.
6732 * bootstrap: Get runtime translations into runtime-po.
6733 Create runtime-po files automatically, if possible.
6734 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
6735 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
6736 does not infringe on the user's name space.
6737 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
6738 * doc/bison.texinfo (Internationalization): Revamp the English
6739 and Texinfo syntax a bit, to try to make it clearer.
6740 (Bison Options, Option Cross Key): Mention --print-localedir.
6741 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
6742 YYENABLE_NLS. Quote a bit more.
6743 * runtime-po/.cvsignore: New file.
6744 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
6745 * runtime-po/Rules-quot: Remove; now created by bootstrap.
6746 * runtime-po/quot.sed: Likewise.
6747 * runtime-po/boldquot.sed: Likewise.
6748 * runtime-po/en@quot.header: Likewise.
6749 * runtime-po/en@boldquot.header: Likewise.
6750 * runtime-po/insert-header.sin: Likewise.
6751 * runtime-po/remove-potcdate.sin: Likewise.
6752 * runtime-po/Makevars: Likewise.
6753 * runtime-po/LINGUAS: Likewise.
6754 * runtime-po/de.po: Likewise; we will rely on the translation project
6755 to maintain this, so "bootstrap" should get it.
6756 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
6758 * src/main.c (main): Bind the bison-runtime domain, too.
6760 2005-07-12 Bruno Haible <bruno@clisp.org>
6762 * data/yacc.c: Include <libintl.h> when NLS is enabled.
6763 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
6764 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
6765 * runtime-po: New directory.
6766 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
6767 $(DOMAIN).pot-update rule, so that old messages are never dropped.
6768 * runtime-po/Rules-quot: New file, copied from po/.
6769 * runtime-po/quot.sed: Likewise.
6770 * runtime-po/boldquot.sed: Likewise.
6771 * runtime-po/en@quot.header: Likewise.
6772 * runtime-po/en@boldquot.header: Likewise.
6773 * runtime-po/insert-header.sin: Likewise.
6774 * runtime-po/remove-potcdate.sin: Likewise.
6775 * runtime-po/Makevars: New file.
6776 * runtime-po/POTFILES.in: New file.
6777 * runtime-po/LINGUAS: New file.
6778 * runtime-po/bison-runtime.pot: New file.
6779 * runtime-po/de.po: New file.
6780 * m4/bison.m4: New file.
6781 * Makefile.am (SUBDIRS): Add runtime-po.
6782 (aclocaldir, aclocal_DATA): New variables.
6783 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
6785 * src/getargs.c (usage): Document --print-localedir option.
6786 (PRINT_LOCALEDIR_OPTION): New enum item.
6787 (long_options): Add --print-localedir option.
6788 (getargs): Handle --print-localedir option.
6789 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
6790 (Internationalization): New section.
6792 2005-07-12 Akim Demaille <akim@epita.fr>
6794 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
6795 for consistency with the rest of the code.
6796 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
6799 2005-07-12 Akim Demaille <akim@epita.fr>
6801 * src/parse-gram.y: Use %printer instead of YYPRINT.
6803 2005-07-12 Akim Demaille <akim@epita.fr>
6805 * src/symtab.h, src/symtab.c (symbol_print): New.
6806 * src/symlist.h, src/symlist.c (symbol_list_print): New.
6807 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
6809 2005-07-12 Akim Demaille <akim@epita.fr>
6811 * data/glr.c (b4_syncline): Fix (swap) the definitions of
6812 b4_at_dollar and b4_dollar_dollar.
6814 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
6816 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
6817 and Pennello's paper.
6819 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
6821 * data/yacc.c (yyparse): Undo previous patch. Instead,
6822 set yylsp[0] and yyvsp[0] only if the initial action
6823 sets yylloc and yylval, respectively.
6825 * data/yacc.c (yyparse): In the initial action, set
6826 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
6827 This avoids the use of undefined variables if the initial
6828 action does not set yylloc and/or yylval.
6830 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
6832 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
6833 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
6834 Remove from CVS. These files are automatically generated.
6835 * examples/extexi: Clarify that this file is now part of Bison,
6836 not GNU M4, and that it works with any POSIX-compatible Awk.
6837 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
6838 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
6839 so that we also get calc++-parser.yy. Geneate it.
6840 Use $(AWK), not gawk, since any conforming Awk will do.
6841 Put comment before action, since older 'make' can't handle comment
6843 $(BUILT_SOURCES): List all built sources, not just some of them.
6844 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
6845 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
6846 $($(calc_sources_generated)): Remove unnecessary test for existence
6847 of target. (This had a shell syntax error anyway; a stray "x".)
6848 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
6850 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
6852 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
6853 implied by the other modules.
6855 2005-07-06 Akim Demaille <akim@epita.fr>
6857 Bind examples/calc++ to the package.
6858 * examples/calc++/Makefile: Remove, replaced by...
6859 * examples/calc++/Makefile.am: ... this new file.
6860 * examples/calc++/test: Remove input.
6861 * examples/calc++/compile: Remove.
6862 * examples/Makefile.am: New.
6863 * configure.ac, Makefile.am: Adjust.
6864 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
6866 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
6868 * data/glr.c (yyFail): Drastically simplify; since the format argument
6869 never had any % directives, we can simply pass it to yyerror.
6870 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
6871 be modified later, as that is the usual style in glr.c.
6872 Problems reported by Paul Hilfinger.
6874 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
6875 and size overflow errors.
6876 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
6877 in case the user prolog sets feature-test macros like _GNU_SOURCE.
6878 (YYSIZEMAX): New macro.
6879 (yystpcpy): New function, taken from yacc.c.
6880 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
6881 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
6882 so that we don't have to maintain their signatures.
6883 (yyFail): Check for buffer overflow, by using vsnprintf rather
6884 than vsprintf. Allocate a bigger buffer if possible.
6885 Report an error if buffer allocation fails.
6886 (yyStackOverflow): New function.
6887 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
6888 the initialization was successful. It might fail if storage was
6890 (yyexpandGLRStack): Add more checks for storage allocation failure.
6891 Use yyStackOverflow to report failures.
6892 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
6893 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
6894 Don't assume stack number fits in int.
6895 (yysplitStack): Check for storage allocation failure.
6896 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
6897 can print diagnostics on storage allocation failure. All callers
6899 (yyresolveValue): Use yybool for boolean.
6900 (yyreportSyntaxError): Check for size-calculation overflow.
6901 This code is taken from yacc.c.
6902 (yyparse): Check for storage allocation errors when allocating
6905 2005-07-05 Akim Demaille <akim@epita.fr>
6907 Extract calc++ from the documentation.
6908 * doc/bison.texinfo (Calc++): Add the extraction marks.
6909 * examples/extexi: New, from the aborted GNU Programming 2E.
6910 Separate the different paragraph of a file with empty lines.
6911 * examples/Makefile: Use it to extract the whole calc++ example.
6913 2005-06-24 Akim Demaille <akim@epita.fr>
6915 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
6918 2005-06-22 Akim Demaille <akim@epita.fr>
6920 * doc/bison.texinfo (C++ Language Interface): First stab.
6921 (C++ Parsers): Remove.
6923 2005-06-22 Akim Demaille <akim@epita.fr>
6925 * data/lalr1.cc (yylex_): Honor %lex-param.
6927 2005-06-22 Akim Demaille <akim@epita.fr>
6929 Start a set of simple examples.
6930 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
6931 * examples/calc++/calc++-driver.hh,
6932 * examples/calc++/calc++-parser.yy,
6933 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
6934 * examples/calc++/compile, examples/calc++/test: New.
6936 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
6938 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
6939 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
6940 which stems from the 2005-05-27 patch.
6942 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
6944 * data/glr.c: Modify treatment of unused parameters to permit use
6945 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
6947 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
6949 Fix infringement on user name space reported by Janos Zoltan Szabo.
6950 * data/yacc.c (yyparse): strlen -> yystrlen.
6952 2005-05-30 Akim Demaille <akim@epita.fr>
6954 * data/lalr1.cc (_): New.
6955 Translate the various messages.
6957 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
6959 Fix infringement on user name space reported by Bruno Haible.
6960 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
6961 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
6962 the user's name space.
6963 (alloca): Include <stdlib.h> to get it, if it's not built in.
6964 (YYMALLOC, YYFREE): Define only if needed.
6965 (malloc, free): Declare, but only if needed, as this infringes on
6966 the user name space.
6968 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
6970 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
6971 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
6973 * lib/ebitset.c (min, max): Undef before defining.
6974 * lib/vbitset.c (min, max): Likewise.
6975 * lib/subpipe.c (create_subpipe): Save local variables in case
6976 vfork clobbers them.
6978 2005-05-24 Bruno Haible <bruno@clisp.org>
6980 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
6981 error message syntax used by gcc-4.0.
6983 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
6985 * README: Mention m4 1.4.3. Remove obsolete advice about
6986 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
6988 * bootstrap: Remove workaround for problem I encountered with
6989 gettext 0.14.1; it seems to be fixed now.
6991 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
6993 * NEWS: Version 2.0a.
6995 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
6996 the previous change.
6998 Various maintainer cleanups.
6999 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
7000 conftest*, for benefit of CVS commands run at the same time as
7001 "configure". Add build-aux, since "bootstrap" now creates it and
7003 * Makefile.cfg (move_if_change): Remove.
7004 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
7005 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
7006 (po_repo, do-po-update, po-update, wget_files, get-targets):
7007 (config.guess-url_prefix, config.sub-url_prefix):
7008 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
7009 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
7010 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
7012 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
7013 this is now the recommended name.
7014 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
7015 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
7016 ylwrap. These files now go into build-aux.
7017 * config/move-if-change: Remove.
7018 * config/prev-version.txt: Bump from 1.75 to 2.0.
7020 * bootstrap: Add stdio-safer, unistd-safer modules.
7021 Remove m4/glibc2.m4 (introduced by latest gnulib, but
7023 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
7024 fopen-safer.c, stdio-safer.h, unistd-safer.h.
7025 * lib/subpipe.c: Include "unistd-safer.h".
7026 (create_subpipe): Make sure all the newly-created
7027 file descriptors are > 2, so that diagnostics don't
7028 get sent down them (which might cause Bison to hang, in theory).
7029 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
7030 * src/files.c (xfopen): Use fopen_safer, not fopen.
7032 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
7033 yesterday's yacc.c fix.
7035 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
7037 * data/glr.c, data/lalr1.cc: Update copyright date.
7039 Fix a destructor bug reported by Wolfgang Spraul in
7040 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
7041 * data/yacc.c (yyabortlab): Don't call destructor, and
7042 don't set yychar to EMPTY.
7043 (yyoverflowlab): Don't call destructor.
7044 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
7045 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
7046 since we no longer output the message "discarding lookahead token
7049 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
7051 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
7052 fix a small glitch in debugging output.
7053 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
7054 after YY_SYMBOL_PRINT where needed.
7056 (struct yyGLRState): Add some comments.
7057 (struct yySemanticOption): Add some comments.
7058 (union yyGLRStackItem): Add comment.
7060 (yymergeOptionSets): Correct this to properly perform the union,
7061 avoiding infinite reported by Michael Rosien.
7064 * tests/glr-regression.at: Add test for GLR merging error reported
7067 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
7069 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
7070 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
7071 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
7072 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
7073 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
7074 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
7075 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
7076 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
7077 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
7078 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
7079 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
7080 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
7081 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
7082 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
7083 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
7084 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
7085 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
7086 src/derives.h, src/files.c, src/files.h, src/getargs.c,
7087 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
7088 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
7089 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
7090 src/output.h, src/parse-gram.c, src/parse-gram.h,
7091 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
7092 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
7093 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
7094 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
7095 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
7096 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
7097 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
7098 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
7099 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
7100 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
7101 tests/reduce.at, tests/regression.at, tests/sets.at,
7102 tests/synclines.at, tests/testsuite.at, tests/torture.at:
7103 Update FSF postal mail address.
7105 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
7107 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
7108 Problem reported by Ralf Menzel.
7110 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
7112 * tests/actions.at: Test that stack overflow invokes destructors.
7113 From Marcus Holland-Moritz.
7114 * data/yacc.c (yyerrlab): Move the code that destroys the stack
7116 (yyreturn): to here. That way, destructors are called properly
7117 even if the stack overflows, or the user calls YYACCEPT or
7118 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
7119 (yyoverflowlab): Destroy the lookahead.
7121 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
7123 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
7125 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
7127 * NEWS: Bison-generated C parsers no longer quote literal strings
7128 associated with tokens.
7129 * src/output.c (prepare_symbols): Don't escape strings,
7130 since users don't want to see C escapes.
7131 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
7133 * tests/input.at (Torturing the Scanner): Likewise.
7134 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
7136 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
7138 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
7139 the data size is known to be too small and we can't increase it.
7140 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
7142 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
7144 * src/parse-gram.y: Include quotearg.h.
7145 (string_as_id): Quote $1 before using it as a key, since the
7146 lexer no longer quotes it for us.
7147 (string_content): Don't strip quotes, since lexer no longer
7149 * src/scan-gram.l: Include quotearg.h.
7151 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
7152 a key, since the rest of the lexer doesn't quote it.
7153 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
7154 * tests/regression.at (Token definitions): Check for backslashes
7157 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
7158 (YYSIZE_T): Define to unsigned long int when using an older compiler.
7159 (yyparse): Revamp code to generate long syntax error message, to
7160 make it easier to translate, and to avoid problems with arithmetic
7161 overflow. Change "virtual memory" to "memory" in diagnostic, since
7162 we don't know whether the memory is virtual.
7164 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
7166 * NEWS: Bison-generated C parsers now use the _ macro to
7168 * data/yacc.c (_) [!defined _]: New macro.
7169 All English strings wrapped inside this macro.
7170 * doc/bison.texinfo (Bison Parser): Document _.
7171 * po/POTFILES.in: Include src/parse-gram.c, since it now
7172 includes translateable strings that parse-gram.y doesn't.
7174 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
7176 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
7177 reverting the 2004-10-11 change to this function.
7178 (symbol_check_alias_consistency): Don't call symbol_type_set
7179 if the type name is already correct.
7180 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
7182 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
7184 * tests/regression.at (Token definitions): Don't use a token named
7185 c, as that generates a "#define c ..." that runs afoul of buggy
7186 stdlib.h that uses the identifier c as a member of struct
7187 drand48_data. Problem reported by Horst Wente.
7189 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
7191 * bootstrap: Change translation URL from
7192 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
7193 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
7194 redirection glitches. Problem reported by twlevo@xs4all.nl.
7196 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
7198 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
7199 after operands; POSIX says this isn't portable for the c99 command.
7201 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
7203 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
7204 immediately if a data overrun has occurred; this may help us track
7205 down what may be a spurious failure on MacOS.
7207 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
7209 Respond to problems reported by twlevo@xs4all.nl.
7211 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
7213 * src/vcg.h: Comment fix.
7214 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
7215 (G_CMAX): Change to -1 instead of INT_MAX.
7217 * data/yacc.c (yyparse): Omit spaces before #line.
7219 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
7221 * src/tables.c (state_number_to_vector_number): Put it inside an
7222 "#if 0", since it's not currently used. Problem reported by
7225 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
7227 * src/output.c (escaped_output): Renamed from
7228 escaped_file_name_output, since we now use it for symbol tags as
7229 well. All uses changed.
7230 (symbol_destructors_output, symbol_printers_output):
7231 Escape symbol tags too.
7232 Problem reported by Matyas Forstner in
7233 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
7235 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
7237 * src/output.c (user_actions_output, token_definitions_output,
7238 symbol_destructors_output, symbol_printers_output): Likewise.
7239 * src/reader.c (prologue_augment): Likewise.
7240 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
7242 * src/vcg.c (output_edge): Don't quote linestyle arg.
7243 Problem reported by twlevo@xs4all.nl.
7245 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
7247 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
7248 example, reported by Derek M Jones. Also, make the example even
7249 more outrageous, to better illustrate how bad the problem is.
7251 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
7253 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
7254 putsym. Typo reported by Sebastian Piping.
7256 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
7258 * doc/bison.texinfo (Language and Grammar): some -> same
7259 (Epilogue): int he -> in the
7260 Typos reported by Sebastian Piping via Justin Pence.
7262 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
7264 * tests/glr-regression.at (Improper handling of embedded actions
7265 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
7266 embedded actions and $-N in GLR parsers", work around an Autoconf bug
7267 with dollar signs in test names.
7268 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
7269 for a similar reason.
7271 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
7273 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
7274 wants to redefine G_VIEW.
7276 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
7278 * src/vcg.c (get_view_str): Remove case for normal_view.
7279 Problem reported by twlevo@xs4all.nl.
7281 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
7283 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
7284 Problem reported by twlevo@xs4all.nl.
7286 * doc/bison.texinfo: Change @dircategory from "GNU programming
7287 tools" to "Software development". Requested by Richard Stallman
7290 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
7292 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
7293 Problem reported by twlevo@xs4all.nl.
7295 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
7297 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
7298 keyword; it's not needed with modern compilers, and it doesn't
7299 affect correctness with older compilers. Suggested by
7302 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
7304 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
7305 gcc -Wswitch-default.
7306 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
7307 * data/yacc.c (yyparse): Likewise.
7309 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
7311 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
7312 already. Let config.h define any nonstandard values.
7314 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
7316 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
7317 for the benefit of slower hosts. Problem reported by
7320 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
7322 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
7323 being defined and not used.
7324 * data/lalr1.cc (yyparse): Likewise.
7325 Use "if (false)" rather than "if (0)".
7327 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
7329 * TODO: Mention that we should allow NUL bytes in tokens.
7331 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
7333 * src/scan-skel.l (<<EOF>>): Don't close standard output.
7334 Problem reported by Hans Aberg.
7336 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
7338 * src/getargs.c (version): Happy new year; update overall
7339 program copyright date from 2004 to 2005.
7341 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
7342 Problem reported by Hans Aberg.
7343 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
7344 (Output file names.): Add a test for the case when standard output
7347 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
7349 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
7350 to fix an oversight in the Bison 2.0 manual.
7352 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
7354 * NEWS: Version 2.0. Reformat the existing news items since
7355 1.875, so that related items are grouped together.
7356 * configure.ac (AC_INIT): Bump version to 2.0.
7357 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
7359 * tests/torture.at (Exploding the Stack Size with Alloca): Set
7360 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
7361 otherwise, we're not testing alloca. Unfortunately there's no
7362 simple way to consult HAVE_ALLOCA here.
7364 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
7367 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
7368 hand. This avoids a warning about comparing int to size_t when
7369 GCC warnings are enabled.
7371 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
7373 * NEWS: Bison-generated parsers no longer default to using the
7374 alloca function (when available) to extend the parser stack, due
7375 to widespread problems in unchecked stack-overflow detection.
7376 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
7377 responsibility to set it to a positive value. This lets the user
7378 specify a value that is not a preprocessor constant.
7379 * data/yacc.c (YYMAXDEPTH): Likewise.
7380 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
7381 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
7382 to be a compile-time constant. However, explain the constraints on it.
7383 Also, explain the constraints on YYINITDEPTH.
7384 (Table of Symbols): Explain that alloca is no longer the default.
7385 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
7388 * doc/bison.texinfo (Location Default Action): Mention that n must
7389 be zero when k is zero. Suggested by Frank Heckenbach.
7391 2004-12-22 Akim Demaille <akim@epita.fr>
7393 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
7394 (parser::state_type, parser::semantic_type, parser::location_type):
7395 Private, not public.
7396 (parser::parse): Return ints, not bool.
7397 Returning a bool introduces a problem: 0 corresponds to false, and
7398 it seems weird to return false on success. Returning true changes
7399 the conventions for yyparse.
7400 Alternatively we could return void and send an exception.
7401 There is no clear consensus (yet?).
7402 (state_stack, semantic_stack, location_stack): Rename as...
7403 (state_stack_type, semantic_stack_type, location_stack_type): these.
7404 Private, not public.
7405 * tests/c++.at: New.
7406 * tests/testsuite.at, tests/Makefile.am: Adjust.
7408 2004-12-21 Akim Demaille <akim@epita.fr>
7410 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
7412 2004-12-21 Akim Demaille <akim@epita.fr>
7414 Don't impose std::string for filenames.
7416 * data/lalr1.cc (b4_filename_type): New.
7417 (position::filename): Use it.
7418 (parser.hh): Move the inclusion of stack.hh and location.hh below
7419 the user code, so that needed headers for the filename type can be
7421 Forward declare them before the user code.
7422 * tests/Makefile.am (check-local, installcheck-local): Pass
7423 TESTSUITEFLAGS to the TESTSUITE.
7425 2004-12-20 Akim Demaille <akim@epita.fr>
7427 Use more STL like names: my_class instead of MyClass.
7429 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
7430 (SemanticStack, SemanticType, StateStack, StateType)
7431 (TokenNumberType, Stack, Slice, Traits, Parser::location)
7432 (Parser::value): Rename as...
7433 (location_stack, location_type, rhs_number_type, semantic_stack)
7434 (semantic_type, state_stack, state_type, token_number_type, stack)
7435 (slice, traits, parser::yylloc, parser::yylval): these.
7437 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
7439 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
7441 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
7442 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
7444 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
7446 Remove uses of 'short int' and 'unsigned short int'. This raises
7447 some arbitrary limits. It uses more memory but nowadays that's
7448 not much of an issue.
7450 This change does not affect the generated parsers; that's a different
7451 task, as some users will want to conserve memory there.
7453 Ideally we should use size_t to represent all object counts, and
7454 something like ptrdiff_t to represent signed differences of object
7455 counts; but that will require more code-cleanup than I have the
7456 time to do right now.
7458 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
7459 Use size_t, not int or short int, to count objects.
7460 * src/closure.c (nritemset, closure): Likewise.
7461 * src/closure.h (nritemset, closure): Likewise.
7462 * src/nullable.c (nullable_compute): Likewise.
7463 * src/print.c (print_core): Likewise.
7464 * src/print_graph.c (print_core): Likewise.
7465 * src/state.c (state_compare, state_hash): Likewise.
7466 * src/state.h (struct state): Likewise.
7467 * src/tables.c (default_goto, goto_actions): Likewise.
7469 * src/gram.h (rule_number, rule): Use int, not short int.
7470 * src/output.c (prepare_rules): Likewise.
7471 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
7472 errs, reductions): Likewise.
7473 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
7475 * src/tables.c (vector_number, tally, action_number,
7476 ACTION_NUMBER_MINIMUM): Likewise.
7477 * src/output.c (muscle_insert_short_int_table): Remove.
7479 2004-12-17 Akim Demaille <akim@epita.fr>
7481 * data/lalr1.cc: Extensive Doxygenation.
7482 (error_): Rename as...
7483 (error): this, since it is visible to the user.
7485 (Parser::message): Now an automatic variable from...
7486 (Parser::yyreport_syntax_error_): here.
7487 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
7489 * tests/input.at: Escape $.
7491 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
7493 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
7494 Parenthesize rhs to avoid obscure problems with mistakes like
7495 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
7496 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
7497 b4_rhs_location): Likewise.
7498 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
7499 b4_rhs_location): Likewise.
7501 2004-12-16 Akim Demaille <akim@epita.fr>
7503 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
7504 yacc.c: be sure to stay within yycheck_.
7505 * tests/actions.at: Re-enable C++ tests.
7507 2004-12-16 Akim Demaille <akim@epita.fr>
7509 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
7512 2004-12-16 Akim Demaille <akim@epita.fr>
7514 Use #define to handle the %name-prefix.
7516 * data/glr.c, data/yacc.c: Comment changes.
7517 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
7518 so that one can refer to yylex in the parser file, and have it
7519 renamed, as is the case with other skeletons.
7521 2004-12-16 Akim Demaille <akim@epita.fr>
7523 Move lalr1.cc internals into yy*.
7525 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
7526 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
7527 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
7528 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
7529 (empty_, final_, terror_, errcode_, ntokens_)
7530 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
7531 (looka_, ilooka_, error_range_, nerrs_):
7533 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
7534 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
7535 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
7536 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
7537 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
7538 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
7539 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
7540 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
7543 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
7545 Fix some problems reported by twlevo at xs4all.
7546 * src/symtab.c (symbol_new): Report an error if the input grammar
7547 contains too many symbols. This is better than calling abort() later.
7548 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
7549 (struct node, struct graph):
7550 Rename member expand to stretch. All uses changed.
7551 (struct graph): Remove member layoutalgorithm. All uses removed.
7552 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
7553 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
7555 (N_STRETCH): Rename from N_EXPAND. All uses changed.
7557 2004-12-15 Akim Demaille <akim@epita.fr>
7559 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
7560 Add more Doxygen comments.
7561 (symprint_, stack_print_, reduce_print_, destruct_, pop)
7562 (report_syntax_error_, translate_): Rename as...
7563 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
7564 (yypop_, yyreport_syntax_error_, yytranslate_): this.
7566 2004-12-15 Akim Demaille <akim@epita.fr>
7568 * data/lalr1.cc (lex_): Rename as...
7570 Move the trace here.
7571 Take the %name-prefix into account.
7572 Reported by Alexandre Duret-Lutz.
7574 2004-12-15 Akim Demaille <akim@epita.fr>
7576 Simplify the C++ parser constructor.
7578 * data/lalr1.cc (debug_): Rename as...
7579 (yydebug_): so that the parser's internals are always in the yy*
7582 (b4_parse_param_decl): Remove the leading comma as it is now only
7583 called as unique argument list.
7584 (Parser::Parser): Remove the constructor accepting a location and
7585 an initial debugging level.
7586 Remove from the other ctor the argument for the debugging level.
7587 (debug_level_type, debug_level, set_debug_level): New.
7589 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
7592 2004-12-15 Akim Demaille <akim@epita.fr>
7594 Remove b4_root related material: failure experiment
7595 (which goal was to allow to derive from a class).
7597 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
7598 definitions and uses.
7600 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
7602 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
7603 not 2, since it's not portable to subtract 1 from the start of an
7604 array. The new item 0 is never set or used. All uses changed.
7606 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
7607 the default definition of YYLLOC_DEFAULT. Problem reported
7608 by Frank Heckenbach.
7610 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
7612 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
7613 the normal case and one for the error case. Just use the
7614 first one uniformly. Problem reported by Frank Heckenbach.
7615 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
7616 use exactly the same macro in both places.
7617 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
7618 so that the normal-case YYRHSLOC works for the error case too.
7620 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
7621 (YYLLOC_DEFAULT): Use the same macro as glr.c.
7622 * doc/bison.texinfo (Location Default Action): Don't claim that
7623 we have an array of locations. Use the same macro for both glr
7624 and lalr parsers. Mention YYRHSLOC. Mention what happens when
7627 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
7629 * HACKING: Update email addresses to send announcements to.
7631 * configure.ac (AC_INIT): Bump version to 1.875f.
7633 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
7635 * NEWS: Version 1.875e.
7636 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
7638 * src/scan-skel.l: Include "complain.h", for "fatal".
7640 * src/relation.h (relation_print, relation_digraph):
7641 Relation sizes are of type relation_node, not size_t (this is
7642 merely a doc fix, since the two types are equivalent).
7643 (relation_transpose): Relation sizes are of type relation_node,
7645 * src/relation.c: Likewise.
7646 (top, infinity): Now of type relation_node, not int.
7647 (traverse, relation_transpose): Use relation_node, not int.
7649 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
7650 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
7651 (yyparse): Remove unused local introduced in 2004-10-25 patch.
7653 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
7654 specifying whether the test should be skipped. Use it tp
7655 specify that the [%defines %skeleton "lalr1.cc"] tests currently
7656 fail on some hosts, and should be skipped.
7658 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
7660 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
7661 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
7662 unless otherwise specified below.
7664 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
7665 to allocate kernel_base, kernel_items, kernel_size, since
7666 they needn't be initialized to 0.
7667 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
7668 * src/closure.c (new_closure): Likewise, for itemset.
7669 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
7670 * src/lalr.c (set_goto_map): Likewise, for temp_map.
7671 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
7672 (build_relations): Likewise for edge, states1, includes.
7673 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
7674 * src/reader.c (packgram): Likewise, for ritem, rules.
7675 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
7676 * src/relation.c (relation_digraph): Likewise for VERTICES.
7677 (relation_transpose): Likewise for new_R, end_R.
7678 * src/symtab.c (symbols_token_translations_init): Likewise for
7680 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
7681 (token_actions): Likewise for yydefact, actrow, conflrow,
7683 (save_column): Likewise for froms[symno], tos[symno].
7684 (goto_actions): Likewise for state_count.
7685 (pack_table): Likewise for base, pos, check.
7686 (tables_generate): Likewise for width.
7688 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
7689 for initial core. Just have a separate core, so we needn't worry
7690 about whether kernel_size and kernel_base are initialized.
7692 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
7693 kernel_size, kernel_items): Remove unnecessary initialization.
7694 * src/conflicts.c (conflicts): Likewise.
7695 * src/derives.c (derives): Likewise.
7696 * src/muscle_tablc (muscle_insert): Likewise.
7697 * src/relation.c (relation_digraph): Likewise.
7698 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
7699 conflrow, conflict_table, conflict_list, table, check):
7702 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
7703 This is because all callers pass unsigned int.
7704 * src/closure.h (new_closure): Likewise.
7706 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
7707 (build_relations): Initialize includes[i] in all cases.
7708 * src/reader.c (packgram): Always initialize rules[ruleno].prec
7709 and rules[ruleno].precsym. Initialize members in order.
7710 * src/relation.c (relation_transpose): Always initialize new_R[i]
7712 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
7714 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
7715 conflict_list[0] was always 0, but now it isn't initialized.
7717 * src/table.c (table_grow): When conflict_table grew, the grown
7718 area wasn't cleared. Fix this.
7720 * lib/.cvsignore: Add strdup.c, strdup.h.
7721 * m4/.cvsignore: Add strdup.m4.
7723 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
7725 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
7726 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
7727 GOTO_NUMBER_MAXIMUM, since we occasionally compute
7728 ngotos + 1 without checking for overflow.
7729 (build_relations): Use END_NODE, not -1, to denote end of edges.
7730 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
7731 build_relations): Use goto_number, not int, for goto numbers.
7732 * src/tables.c (save_column, default_goto): Likewise.
7734 2004-11-23 Akim Demaille <akim@epita.fr>
7736 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
7737 of #defining from yystype.
7738 Don't typedef yystype, C++ does not need it.
7739 This lets it possible to forward declare it as union.
7741 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
7743 * bootstrap (gnulib_modules): Add extensions.
7744 Problem reported by Jim Meyering.
7746 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
7748 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
7749 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
7750 src/system.h, src/tables.c: XFREE -> free, to accommodate
7751 recent change to gnulib xalloc.h.
7752 Problem reported by Jim Meyering.
7754 2004-11-17 Akim Demaille <akim@epita.fr>
7756 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
7758 2004-11-17 Akim Demaille <akim@epita.fr>,
7759 Alexandre Duret-Lutz <adl@gnu.org>
7761 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
7764 Use it instead of cdebug_.
7765 (Parser::debug_stream, Parser::set_debug_stream): New.
7766 (Parser::symprint_): Define cdebug_ for temporary backward
7768 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
7771 2004-11-17 Akim Demaille <akim@epita.fr>
7773 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
7774 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
7775 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
7776 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
7778 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
7780 * data/glr.c (yyloc_default): Remove; not used.
7781 Problem reported by Frank Heckenbach.
7783 2004-10-25 Akim Demaille <akim@epita.fr>
7785 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
7786 Introduce another definition to address simple location arrays.
7787 (yyGLRStack): New member: yyerror_range.
7788 (yyrecoverSyntaxError, yyparse): Update it.
7789 (yyrecoverSyntaxError): Use it when shifting the error token to
7790 have an accurate range, equivalent to the one computed by both
7791 yacc.c and lalr1.cc.
7792 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
7793 that column numbers start at column 0, as per GNU Coding
7794 Standards, the others tests, and the doc.
7795 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
7796 Adjust to the above change (first column is 0).
7797 And adjust the location of the "<error>", now covering the whole
7800 2004-10-22 Akim Demaille <akim@epita.fr>
7801 and Paul Eggert <eggert@cs.ucla.edu>
7803 Remove some arbitrary limits on goto numbers and relations.
7804 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
7805 initial values, since they're never used.
7806 (set_goto_map): ngotos is now unsigned, so test for overflow
7807 by seeing whether it wraps around to zero.
7808 * src/lalr.h (goto_number): Now size_t, not short int.
7809 (GOTO_NUMBER_MAXIMUM): Remove.
7810 * src/relation.c (relation_print, traverse, relation_transpose):
7811 Check for END_NODE rather than looking at sign.
7812 * src/relation.h (END_NODE): New macro.
7813 (relation_node): Now size_t, not short int.
7815 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
7817 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
7818 keyword, not an identifier. Problem reported by Baron Schwartz in
7819 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
7821 2004-10-11 Akim Demaille <akim@epita.fr>
7823 * src/symtab.c (symbol_check_alias_consistency): Also check
7824 type names, destructors, and printers.
7825 Reported by Alexandre Duret-Lutz.
7826 Recode the handling of associativity and precedence in terms
7827 of symbol_precedence_set.
7828 Accept no redeclaration at all, not even equal to the previous
7830 (redeclaration): New.
7831 Use it to factor redeclaration complaints.
7832 (symbol_make_alias): Don't set the type of the alias, let
7833 symbol_check_alias_consistency do it as for other features.
7834 * src/symtab.h (symbol): Add new member prec_location, and
7836 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
7837 * tests/input.at (Incompatible Aliases): New.
7839 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
7841 .cvsignore fixes to accommodate gnulib changes,
7842 and the practice of naming build directories "_build".
7843 * .cvsignore: Add "_*". Sort.
7844 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
7845 * m4/.cvsignore: Add "*_gl.m4".
7847 2004-10-06 Akim Demaille <akim@epita.fr>
7849 * src/parse-gram.y (add_param): Fix the truncation of trailing
7852 2004-10-05 Akim Demaille <akim@epita.fr>
7854 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
7855 whether the reducion was empty or not. This leaves room to
7856 improve the use of YYLLOC_DEFAULT in such a case.
7857 lalr1.cc is still experimental, so changing this is acceptable.
7858 And finally, there are probably not many users who changed the
7859 handling of locations in GLR, so changing is admissible too.
7861 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
7862 empty reduction, set @$ to an empty location ending the previously
7864 Adjust uses to make sure the code is triggered on empty
7866 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
7867 expected output: empty reductions have empty locations.
7869 2004-09-29 Akim Demaille <akim@epita.fr>
7871 * data/lalr1.cc: Move towards a more standard C++ coding style
7872 for templates: Class < T > -> Class<T>.
7874 2004-09-29 Akim Demaille <akim@epita.fr>
7876 * data/lalr1.cc: Reinstall the former ctor, for sake of
7877 compatibility, but warn it will be removed.
7878 Move towards a more standard C++ coding style (i.e., type *var ->
7881 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
7883 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
7884 since it's less likely to work if NULs are involved in the future.
7886 2004-09-27 Akim Demaille <akim@epita.fr>
7888 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
7890 2004-09-27 Akim Demaille <akim@epita.fr>
7892 * data/lalr1.cc (b4_parse_param_decl_1): New.
7893 (b4_parse_param_decl): Use it to have different names between attribute
7895 (b4_cc_constructor_call): Likewise.
7897 2004-09-24 Akim Demaille <akim@epita.fr>
7899 * src/parse-gram.y (add_param): Strip the leading and trailing
7900 blanks from a formal argument declaration.
7901 (YY_LOCATION_PRINT): New.
7903 2004-09-24 Akim Demaille <akim@epita.fr>
7905 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
7908 2004-09-24 Akim Demaille <akim@epita.fr>
7910 * doc/bison.texinfo (Table of Symbols): Sort.
7912 2004-09-21 Akim Demaille <akim@epita.fr>
7914 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
7915 the useless parentheses.
7916 Suggested by Paul Eggert.
7918 2004-09-20 Akim Demaille <akim@epita.fr>
7920 Let the initial-action act on the look-ahead, and use it for the
7921 "initial push" (corresponding to an hypothetical beginning-of-file).
7922 And let lalr1.cc honor %initial-action.
7924 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
7926 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
7927 (Parser::Parser): Remove the ctor that used to initialize it.
7928 (Parser::parse): Like in the other skeletons, issue the "starting
7929 parse" message before any action.
7930 Honor %initial-action.
7931 Initialize the stacks with the lookahead.
7932 * data/yacc.c: Let $$ and @$ in %initial-action designate the
7934 Push them in the stacks.
7935 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
7937 2004-09-20 Akim Demaille <akim@epita.fr>
7939 * doc/bison.texinfo (Initial Action Decl): New.
7941 2004-09-20 Akim Demaille <akim@epita.fr>
7943 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
7944 clearer criterion to define it.
7945 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
7946 When reducing on an empty RHS, use the latest stacked location as
7948 yylloc is not always available.
7949 * data/glr.c: Likewise.
7950 Also, honor initial-actions.
7952 2004-09-20 Akim Demaille <akim@epita.fr>
7954 * data/yacc.c (YY_LOCATION_PRINT): New.
7955 Define when we know YYLTYPE's structure, i.e., when the default
7956 YYLLOC_DEFAULT is used.
7957 * data/c.m4 (b4_yysymprint_generate): Use it.
7958 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
7959 value of the result.
7960 (error_start_): Replace with...
7961 (error_range_): this location array.
7962 This allows to replace code relying on the implementation of
7963 locations by portable code.
7964 * data/yacc.c (yylerrsp): Replace with...
7965 (yyerror_range): this.
7966 Every time a token is popped, update yyerror_range[0], to have an
7967 accurate location for the error token.
7968 * data/glr.c (YY_LOCATION_PRINT): New.
7969 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
7970 deference a pointer.
7971 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
7972 report the location in %printers.
7974 * src/scan-skel.l: Instead of abort, report error messages to ease
7975 understanding skeleton scanning failures.
7977 2004-09-16 Akim Demaille <akim@epita.fr>
7979 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
7980 (iterator, const_iterator): these, to be more in the C++ spirit.
7981 Also, return reverse iterators so that when displaying the stack
7982 we display its bottom first.
7983 (Parser::stack_print_, Parser::reduce_print_): Match the messages
7985 We should probably use vector here though.
7987 2004-09-16 Akim Demaille <akim@epita.fr>
7989 Have more complete shift traces.
7991 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
7992 to report Shifts instead of ad hoc YYDPRINTF invocations,
7993 including for the error token.
7994 * data/lalr1.cc (symprint_): Output the location.
7995 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
7996 output the location within the %printer.
7997 Activate GLR tests, at least to make sure they compile properly.
7998 They still don't pass though.
7999 * tests/calc.at: Adjust expect verbose output, since now "Entering
8000 state..." is on a different line than the "Shifting" message.
8002 2004-09-08 Akim Demaille <akim@epita.fr>
8004 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
8005 Bison directive from the Bison file to the invocation of this
8006 macro, so that these directives are passed to
8007 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
8008 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
8009 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
8010 the extra Bison directives instead of the whole series.
8011 Change the grammar so that there are recoverable errors, and
8012 unrecoverable errors. Now we can have the parser give up before
8013 consuming the whole input. As a result we now can observe that
8014 the lookahead is freed when needed.
8015 Change the parser source to parse argv[1] instead of a hard coded
8017 Simplify yylex, and give a value and location to EOF.
8018 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
8019 passed directives already coded in the file.
8020 Add some tests to check the location of "error".
8021 For some tests, the C++ parser is correct, and not yacc.c.
8022 For other tests, they provide different, but unsatisfying, values,
8023 so keep the C++ value so that at least one parser is "correct"
8024 according to the test suite.
8025 (Actions after errors): Remove, this is subsumed by the
8026 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
8028 2004-09-06 Akim Demaille <akim@epita.fr>
8030 * data/lalr1.cc: Adjust the indentation of the labels.
8034 2004-09-06 Akim Demaille <akim@epita.fr>
8036 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
8037 argument, an informative message.
8038 Call YY_SYMBOL_PRINT.
8039 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
8040 * data/lalr1.cc (destruct_): Likewise.
8041 In addition, no longer depend on b4_yysymprint_generate and
8042 b4_yydestruct_generate to generate these functions, do it "by
8045 2004-09-03 Akim Demaille <akim@epita.fr>
8047 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
8048 invoked, yydestruct the lookahead.
8049 * tests/calc.at (Calculator $1): Update the expected lengths of
8050 traces: there is an added line for the discarded lookahead.
8051 * doc/bison.texinfo (Destructor Decl): Some rewording.
8052 Define "discarded" symbols.
8054 2004-09-02 Akim Demaille <akim@epita.fr>
8056 * data/lalr1.cc (translate_, destruct_): No reason to be static.
8058 2004-09-02 Akim Demaille <akim@epita.fr>
8060 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
8061 (YYDSYMPRINTF): Rename as...
8062 (YY_SYMBOL_PRINT): this.
8063 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
8065 Use it instead of direct symprint_ calls.
8066 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
8069 2004-09-02 Akim Demaille <akim@epita.fr>
8071 * data/lalr1.cc (b4_yysymprint_generate): New.
8072 (symprint_): New member function, defined when YYDEBUG.
8073 Use it consistently instead of token/nterm debugging output by
8075 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
8076 %printer calls to use cdebug_ when using lalr1.cc.
8078 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
8080 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
8081 with #ifdef YYDEBUG.
8083 2004-08-26 Akim Demaille <akim@epita.fr>
8085 * doc/bison.texinfo (Implementing Loops): Rename as...
8086 (Implementing Gotos/Loops): this.
8088 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
8090 Adjust to latest gnulib.
8091 * bootstrap (gnulib_modules): Add xalloc-die.
8092 Set LC_ALL=C so that file names sort consistently.
8093 Prefer the gnulib copies of gettext.m4, glibc21.m4,
8094 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
8095 uintmax_t.m4, ulonglong.m4.
8096 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
8097 po.m4 since we are now using _gl.m4 instead.
8099 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
8101 * src/scan-action.l: Remove. Scanning of semantic actions is
8102 handled in scan-gram.l.
8104 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
8106 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
8108 * src/location.h (struct): The file member is a uniqstr.
8109 (equal_boundaries): Use UNIQSTR_EQ for comparison.
8111 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
8113 Fix bug with non-%union parsers that have printers or destructors,
8114 which led to a Bison core dump. Reported by Peter Fales in
8115 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
8117 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
8118 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
8119 not to our own type.
8120 * src/output.c (symbol_destructors_output, symbol_printers_output):
8121 Don't assume %union.
8122 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
8123 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
8124 UNION-FLAG. All callers changed.
8125 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
8126 Use type char, not unsigned int, when declaring an array of char;
8127 this lets us remove a cast.
8128 (Printers and Destructors): Add non-%union test cases.
8130 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
8132 * doc/bison.texinfo: Minor editorial changes, mostly to the new
8133 GLR writeups. E.g., avoid frenchspacing and the future tense,
8134 change "lookahead" to "look-ahead", and change "wrt" to "with
8137 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8139 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
8140 New sections, split off from the GLR Parsers section. Put the new
8141 Simple GLR Parser near the start of the GLR section, for clarity.
8142 Rewrite connective text.
8144 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
8146 * doc/bison.texinfo (Simple GLR Parsers): New section.
8148 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
8150 * NEWS, TODO, doc/bison.texinfo:
8151 Use "look-ahead" instead of "lookahead", to be consistent.
8152 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
8153 while we're fixing "look-ahead".
8154 * src/conflicts.c (shift_set): Renamed from shiftset.
8155 (look_ahead_set): Renamed from lookaheadset.
8156 * src/print.c: Likewise.
8157 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
8158 name for "lookahead".
8159 (report_types, usage): Likewise.
8160 * src/getargs.h (report_look_ahead_tokens): Renamed from
8162 * src/lalr.c (compute_look_ahead_tokens): Renamed from
8164 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
8165 (look_ahead_tokens_print): Renamed from lookaheads_print.
8166 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
8167 state_rule_lookaheads_print.
8168 * src/state.h: Likewise.
8169 (reductions.look_ahead_tokens): Renamed from lookaheads.
8170 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
8171 AT_DATA_LOOKAHEADS_GRAMMAR.
8173 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
8175 * README: Update location of patched M4 distribution.
8177 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
8179 Don't assume the C++ compiler takes the same arguments as the C compiler
8181 * configure.ac (O0CXXFLAGS): New var.
8182 * tests/atlocal.in (CXXFLAGS): Use it.
8184 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
8186 Fix some "make check" problems with C++ reported by
8187 Albert Chin-A-Young for Tru64 C++ in this thread:
8188 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
8190 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
8191 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
8192 Output to a .cc file for C++, not to a .c file.
8193 * tests/calc.at (AT_CHECK_CALC): Likewise.
8194 * tests/regression.at (AT_CHECK_DANCER): Likewise.
8195 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
8197 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
8199 * tests/calc.at, tests/actions.at: Workaround for SGI
8200 C++ compiler. (trivial change)
8202 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
8204 Spent a few hours checking out which prerequisite versions the
8205 current sources actually require. I went all the way back to
8206 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
8207 a seemingly endless set of combinations of versions more recent
8208 than that. The bottom line is that the current sources require
8209 fairly recent versions of the build tools, and it'll be some work
8211 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
8212 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
8213 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
8214 Add comments explaining why those particular versions are
8217 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
8218 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
8219 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
8221 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
8222 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
8224 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
8226 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
8227 0.11.5. Suggested by Bruno Haible.
8228 * bootstrap: Remove gettext version checking.
8230 * doc/bison.texinfo (Decl Summary): Also mention that %union
8231 can depend on prerequisite types. Problem reported by Tim
8234 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
8236 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
8237 * README-alpha: Don't tell people not to package this.
8239 * bootstrap: Don't assume $(...) works; use `...` instead.
8240 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
8243 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
8244 put into the -d output file, and mention what to do if YYSTYPE is
8247 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
8249 Undo change made earlier today: it caused autopoint to not bring
8250 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
8253 * bootstrap: Check that gettext version matches what's in
8254 configure.ac. Warn users to ignore robots.txt ERROR 404.
8255 * bootstrap: Undo today's earlier change (logged below).
8256 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
8258 The gettext version checking is causing more trouble than it's
8259 curing; remove it. Problem reported by Paul Hilfinger.
8261 * bootstrap: Issue a warning that one can expect a message
8262 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
8263 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
8265 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
8267 Ensure that the C++ compiler used for testing actually works on a
8268 simple test program; if not, skip the C++-related tests. Problem
8269 reported by Vin Shelton in:
8270 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
8272 * m4/cxx.m4: New file.
8273 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
8274 * tests/atlocal.in (BISON_CXX_WORKS): Add.
8275 * tests/local.at (AT_COMPILE_CXX): Use it.
8277 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
8279 * data/glr.c (yylloc): Output this macro even if locations are not
8280 being generated, as the GLR parser needs it even in that case.
8281 Problem reported by Troy A. Johnson
8282 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
8284 * configure.ac (AC_INIT): Update to 1.875e.
8286 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
8288 * NEWS: Version 1.875d.
8289 * configure.ac (AC_INIT): Likewise.
8290 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
8292 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
8293 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
8294 lalr1.cc runs afoul of the first, and the last two are no longer
8295 supported by GCC 3.4.0.
8296 * README: Mention GNU m4 1.4 or later; mention m4 patches.
8297 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
8299 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
8301 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
8302 unsigned int, for compatibility with latest gnulib hash module.
8303 * src/state.c (state_hash, state_hasher): Likewise.
8304 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
8305 * src/uniqstr.c (hash_uniqstr): Likewise.
8307 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
8309 * NEWS: Unescaped newlines are no longer allowed in char & strings.
8311 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
8312 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
8313 character and string literals.
8314 (unexpected_end): New function.
8315 (unexpected_eof): Use it.
8316 (unexpected_newline): New function.
8317 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
8320 * NEWS: Document %expect-rr.
8322 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
8323 Fix typo by replacing $1 with $option.
8324 Remove more 'intl'-related files.
8325 Don't DEFUN AM_INTL_SUBDIR twice.
8327 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
8328 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
8330 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
8331 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
8332 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
8333 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
8334 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
8335 * src/.cvsignore: Add *.output.
8337 * src/parse-gram.y: Put copyright notice inside %{ %} so it
8338 gets copied to the output file.
8340 2004-04-28 Paul Eggert <eggert@twinsun.com>
8342 Get files from the gnulib and po repositories, instead of relying
8343 on them being in our CVS. Upgrade to latest versions of gnulib
8346 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
8347 * bootstrap: Bootstrap from gnulib and po repositories.
8348 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
8349 * README-cvs: Document these changes. Remove version numbers from
8350 mentions of build tools, since they change so often. Mention Flex.
8352 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
8353 (gl_USE_SYSTEM_EXTENSIONS): Add.
8354 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
8355 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
8357 (AC_ISC_POSIX): Remove; we no longer support this
8358 ancient OS, as it gets in the way of latest Autoconf & gnulib.
8359 (AC_HEADER_STDC): Remove: we now assume C89 or better.
8360 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
8361 Do not check for C89 headers, except for locale.h which is used
8362 by the Yacc library and must port to K&R hosts.
8363 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
8364 Do not check for C89 functions, except for setlocale which is
8365 used by the Yacc library.
8366 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
8367 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
8368 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
8369 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
8370 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
8371 AM_GNU_GETTEXT): Remove; now done by:
8372 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
8373 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
8376 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
8377 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
8378 Define to empty, as gnulib.mk will do the rest for us.
8379 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
8381 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
8382 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
8384 * src/files.c: Include gnulib's xstrndup.h.
8386 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
8387 (REALLOC): Use xnrealloc, for likewise.
8388 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
8389 (strnlen, memrchr): Remove decls; functions no longer used.
8392 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
8393 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
8394 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
8395 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
8396 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
8397 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
8398 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
8399 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
8400 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
8401 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
8402 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
8403 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
8404 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
8405 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
8406 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
8407 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
8408 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
8409 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
8410 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
8411 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
8412 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
8413 Remove, as these files are now generated automatically
8414 by bootstrap or automake.
8416 * po/ChangeLog: Remove: all but one entry was a duplicate
8417 of this file, and I moved that 2000-11-02 entry here.
8419 * config/.cvsignore: Add Makefile, depcomp, install-sh.
8420 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
8421 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
8422 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
8423 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
8424 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
8425 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
8426 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
8427 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
8428 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
8429 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
8431 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
8432 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
8433 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
8434 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
8435 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
8436 * src/.cvsignore: Remove *_.c.
8439 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
8440 support it. (The latest stable gzip doesn't.)
8442 2004-04-27 Paul Eggert <eggert@twinsun.com>
8444 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
8445 case, as stos_ is now used by destructors due to the 2004-02-09
8448 Remove more K&R C support.
8449 * lib/libiberty.y (PARAMS): Remove. All uses removed.
8450 * lib/subpipe.c (errno): Remove decl.
8451 Include <stdlib.h> unconditionally.
8452 (EXIT_FAILURE): Remove macro.
8453 * src/complain.c (vfprintf, strerror): Remove.
8454 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
8456 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
8457 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
8458 (strchr, strspn, memchr): Remove decls.
8459 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
8460 unconditionally. Do not declare perror.
8461 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
8464 * src/complain.c (_): Remove useless defn, as system.h defines this.
8466 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
8467 with latest obstack.h.
8468 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
8469 to procedure types, as obstack.h now does that for us.
8470 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
8472 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
8473 so that this include file can stand alone.
8474 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
8475 does this now. Include subpipe.h first after config.h, to
8476 test whether it can stand alone.
8478 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
8479 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
8482 * tests/synclines.at (%union synch line): Put a dummy member in
8483 the union, because empty unions aren't allowed in C. Caught
8486 2004-04-13 Jim Meyering <jim@meyering.net>
8488 * src/conflicts.c (conflicts_print): Correct format string typo:
8489 use `%%' to produce literal `%'. (trivial change)
8491 2004-03-30 Paul Eggert <eggert@twinsun.com>
8493 * src/getargs.c (version): Update copyright year to 2004.
8495 * data/c.m4 (b4_int_type): Use 'short int' rather than
8496 'short', and similarly for 'long', 'unsigned', etc.
8497 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
8498 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
8499 yy_yypstack, yydumpstack): Likewise.
8500 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
8501 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
8503 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
8504 yy_stack_print, yyparse): Likewise.
8505 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
8506 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
8507 * lib/bitset.c (bitset_print): Likewise.
8508 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
8509 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
8510 * lib/bitsetv.c (bitsetv_dump): Likewise.
8511 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
8512 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
8514 * src/LR0.c (allocate_itemsets): Likewise.
8515 * src/gram.h (rule_number, rule): Likewise.
8516 * src/lalr.h (goto_number): Likewise.
8517 * src/nullable.c (nullable_compute): Likewise.
8518 * src/output.c (prepare_rules): Likewise.
8519 * src/relation.c (relation_print, relation_digraph): Likewise.
8520 * src/relation.h (relation_node): Likewise.
8521 * src/state.h (state_number, transitions, errs, reductions,
8522 struct state): Likewise.
8523 * src/symtab.h (symbol_number, struct symbol): Likewise.
8524 * src/tables.c (vector_number, tally, action_number,
8525 default_goto, goto_actions): Likewise.
8526 * tests/existing.at (GNU Cim Grammar): Likewise.
8527 * tests/regression.at (Web2c Actions): Likewise.
8529 * src/output.c (muscle_insert_short_int_table): Renamed from
8530 muscle_insert_short_table. All uses changed.
8532 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8534 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
8535 (declaration): Replace expected_conflicts with expected_sr_conflicts.
8536 Add %expect-rr rule.
8538 * src/scan-gram.l: Recognize %expect-rr.
8540 * src/conflicts.h (expected_sr_conflicts): Rename from
8542 (expected_rr_conflicts): Declare.
8544 * src/conflicts.c (expected_sr_conflicts): Rename from
8546 (expected_rr_conflicts): Define.
8547 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
8549 Use expected_sr_conflicts in place of expected_conflicts.
8550 Warn if expected_rr_conflicts used in non-GLR parser.
8552 * doc/bison.texinfo: Add documentation for %expect-rr.
8554 2004-03-08 Paul Eggert <eggert@gnu.org>
8556 Add support for hex token numbers. Suggested by Odd Arild Olsen in
8557 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
8559 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
8561 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
8562 * src/scan-gram.l (scan_integer): New function.
8564 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
8565 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
8566 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
8567 Say "long int", not "long", for uniformity with GNU style.
8569 2004-02-25 Paul Eggert <eggert@twinsun.com>
8571 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
8572 compilers. This fixes a problem with Intel's C++ compiler being
8573 chatty, reported by Guido Trentalancia in
8574 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
8576 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
8578 Support %destructor and merge error locations in lalr1.cc.
8580 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
8581 (Parser::stos_): Define unconditionally.
8582 (Parser::destruct_): New method. Generate its body with
8583 b4_yydestruct_generate.
8584 (Parser::error_start_): New attribute.
8585 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
8586 token which are discarded.
8587 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
8588 error_start_ when erroneous token are discarded.
8589 (Parser::parse) <yyerrlab1>: Compute the location of the error
8590 token so that it covers all the discarded tokens.
8591 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
8592 it can be called with `%skeleton "lalr1.cc"', and do that.
8594 2004-02-02 Paul Eggert <eggert@twinsun.com>
8596 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
8597 $(top_srcdir)/lib and ../lib. This fixes a bug reported
8598 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
8599 There's no need to mention top_builddir since Automake does that
8601 (INCLUDES): Remove, as Automake says it's obsolescent.
8602 Contents migrated into AM_CPPFLAGS as described above.
8603 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
8605 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8607 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
8608 (yyreportSyntaxError): Handle case where lookahead token is
8611 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8613 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
8614 resulting parsers are compilable with C++.
8616 2003-12-23 Paul Eggert <eggert@twinsun.com>
8618 * config/depcomp, config/install-sh: Sync with Automake 1.8.
8619 * src/output.c (output_skeleton): Rename local var.
8620 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
8621 Bison tokens, as this runs afoul of the 2003-10-07 change that
8622 disallowed NUL bytes in character constants or string literals.
8624 * tests/local.at: Require Autoconf 2.59's Autotest.
8625 * tests/testsuite.at: Don't include local.at, since we now assume
8626 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
8628 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
8629 multiple inclusion warnings.
8631 2003-12-02 Akim Demaille <akim@epita.fr>
8633 * doc/bison.texinfo (How Can I Reset the Parser): More about start
8637 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
8639 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
8641 2003-10-07 Paul Eggert <eggert@twinsun.com>
8643 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
8644 if testsuite doesn't exist.
8646 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
8647 literals, unfortunately.
8648 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
8649 Complain about NUL bytes in character constants or string literals.
8651 2003-10-05 Paul Eggert <eggert@twinsun.com>
8653 * NEWS: Don't document %no-default-prec, as it's still
8655 * doc/bison.texinfo: Document %no-default-prec only if
8656 the defaultprec flag is set. Normally it's not.
8658 2003-10-04 Paul Eggert <eggert@twinsun.com>
8660 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
8661 non-modifiable lvalue, instead of a modifiable one.
8662 * doc/bison.texinfo (Actions): Document that $$ can
8663 be assigned to. Do not claim that $$ and $N are
8664 array element references: user code should not rely on this.
8666 2003-10-01 Paul Eggert <eggert@twinsun.com>
8668 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
8669 (grammar_declaration): Use it.
8670 * src/scan-gram.l: New token %no-default-prec.
8671 * tests/conflicts.at: Revamp tests to use %no-default-prec.
8672 * NEWS, doc/bison.texinfo: Document the above.
8674 2003-10-01 Akim Demaille <akim@epita.fr>
8676 VCG no longer supports long_straight_phase.
8678 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
8679 * src/print_graph.c (print_graph): Adjust.
8681 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
8682 and Paul Eggert <eggert@twinsun.com>
8684 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
8685 Table of Symbols): Document %default-prec.
8686 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
8687 (grammar_declaration): Set default_prec on %default-prec.
8688 * src/scan-gram.l (%default-prec): New token.
8689 * src/reader.h (default_prec): New flag.
8690 * src/reader.c: Likewise.
8691 (packgram): Handle it.
8692 * tests/conflicts.at (%default-prec without %prec,
8693 %default-prec with %prec, %default-prec 1): New tests.
8695 2003-09-30 Paul Eggert <eggert@twinsun.com>
8697 * tests/testsuite.at: Include local.at, not input.at, fixing
8698 a typo in the 2003-08-25 patch.
8700 2003-08-27 Akim Demaille <akim@epita.fr>
8702 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
8705 2003-08-26 Akim Demaille <akim@epita.fr>
8707 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
8708 "<\#" to avoid magic from Gnus when posting parts of this script.
8710 2003-08-26 Akim Demaille <akim@epita.fr>
8712 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
8713 (Parser::parse): here.
8714 Adjust: nerrs and errstatus is now replaced by...
8715 (Parser::nerrs_, Parser::errstatus_): New.
8717 2003-08-25 Akim Demaille <akim@epita.fr>
8719 * config/announce-gen, Makefile.cfg: New.
8720 * Makefile.am: Adjust.
8721 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
8722 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
8724 2003-08-25 Akim Demaille <akim@epita.fr>
8726 When reducing initial empty rules, Bison parser read an initial
8727 location that is not defined. This results in garbage, and that
8728 affects Bison's own parser. Therefore we need (i) to extend Bison
8729 to support a means to initialize this location, and (ii) to use
8730 this CVS Bison to fix CVS Bison's parser.
8732 * src/reader.h, reader.c (epilogue_augment): Remove, replace
8734 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
8735 * src/parse-gram.y: Adjust.
8736 (%initial-action): New.
8737 (%error-verbose): Since we require CVS Bison, there is no reason
8739 * src/scan-gram.l: Adjust.
8740 * src/Makefile.am (YACC): New, to make sure we use our own parser.
8741 * data/yacc.c (yyparse): Use b4_initial_action.
8743 2003-08-25 Akim Demaille <akim@epita.fr>
8745 * doc/bison.texinfo: Don't promote stdout for error messages.
8747 2003-08-25 Akim Demaille <akim@epita.fr>
8749 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
8750 From Alexandre Duret-Lutz.
8752 2003-08-25 Akim Demaille <akim@epita.fr>
8756 2003-08-25 Akim Demaille <akim@epita.fr>
8758 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
8761 2003-08-25 Akim Demaille <akim@epita.fr>
8763 * data/lalr1.cc (Parser::reduce_print_): New.
8766 2003-08-25 Akim Demaille <akim@epita.fr>
8768 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
8769 error recovery loops. This patch is based on
8770 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
8771 Also, augment the similarity between lalr1.cc and yacc.c.
8772 Note: the locations of error recovery rules are not correct yet.
8774 * data/lalr1.cc: Comment changes to augment the similarity between
8775 lalr1.cc and yacc.c.
8776 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
8777 (yyerrlab1): Remove, but where it used to be (now the bottom part of
8778 yyerrlab), when hitting EOF, pop the whole stack here instead of
8779 merely falling thru the default error handling mechanism.
8780 (yyerrorlab): New label, with the old contents of YYERROR,
8781 plus the following change: pop the stack of rhs corresponding
8782 to the production that invoked YYERROR. That is how Yacc
8783 behaves (required by POSIX).
8784 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
8787 2003-08-25 Akim Demaille <akim@epita.fr>
8789 Tune local.at so that people can "autom4te -l autotest calc.at -o
8790 calc" for instance, to extract a sub test suite.
8792 * tests/testsuite.at: Move the initialization, Autotest version
8793 requirement, and AT_TESTED invocation into...
8794 * tests/local.at: here.
8795 * tests/testsuite.at: Include it for compatibility with Autoconf
8797 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
8800 2003-08-04 Paul Eggert <eggert@twinsun.com>
8802 Rework code slightly to avoid gcc -Wtraditional warnings.
8803 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
8804 The returned value is now stored in *YY0. All callers changed.
8805 * src/output.c (merge_output): Adjust to the above change.
8807 2003-07-26 Paul Eggert <eggert@twinsun.com>
8809 * data/glr.c (YYASSERT): New macro.
8810 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
8811 yyresolveStates, yyprocessOneStack):
8812 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
8813 Derived from a suggestion by Frank Heckenbach.
8815 2003-07-25 Paul Eggert <eggert@twinsun.com>
8817 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
8818 for portability to K&R C (after ansi2knr, presumably). See
8819 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
8820 by Frank Heckenbach, though I have omitted the structure-initialization
8821 part of his glr-knr.diff patch since I recall that the Portable
8822 C Compiler didn't require that change.
8824 Let the user specify how to allocate and free memory.
8825 Derived from a suggestion by Frank Heckenbach in
8826 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
8827 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
8828 All uses of free, malloc, realloc changed to use these macros,
8829 and unnecessary casts removed.
8830 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
8832 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
8834 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
8835 use s.empty() rather than s == "" to test for empty string; see
8836 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
8839 2003-06-25 Akim Demaille <akim@epita.fr>
8841 * config/depcomp, config/install-sh: Update from masters.
8843 2003-06-20 Paul Eggert <eggert@twinsun.com>
8845 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
8846 and return properly parenthesized result.
8847 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
8848 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
8849 Remove unnecessary parentheses from uses.
8850 * doc/bison.texinfo (Location Default Action): Describe the
8851 conventions for parentheses.
8853 2003-06-19 Paul Eggert <eggert@twinsun.com>
8855 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
8856 yyreportTree): Do not assume that size_t is the same width as int,
8857 when printing sizes. Print sizes using an unsigned format.
8858 Problem reported by Frank Heckenbach in
8859 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
8861 Port to Forte Developer 7 C compiler.
8862 * data/glr.c (struct YYLTYPE): If locations are not being used,
8863 declare a single dummy member, as empty structs do not conform
8865 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
8866 the Forte Developer 7 C compiler complains that end-of-loop
8867 code is not reached.
8869 2003-06-17 Paul Eggert <eggert@twinsun.com>
8871 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
8872 avoid warnings from picky compilers about redefinition of PARAMS.
8874 2003-06-17 Paul Eggert <eggert@twinsun.com>
8878 * NEWS: Document 1.875b.
8880 * lib/bbitset.h: Do not include config.h; that's the includer's job.
8881 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
8882 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
8883 Don't use 'index' in comments, as it's a builtin fn on some hosts.
8884 * lib/bitset_stats.c: Include gettext.h unconditionally, as
8885 per recent gettext manual's suggestion.
8886 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
8887 Use prototypes, not old-style definitions.
8888 * lib/lbitset.c (lbitset_unused_clear): Likewise.
8889 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
8890 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
8891 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
8892 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
8893 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
8894 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
8895 vbitset_or_and_cmp, vbitset_copy): Likewise.
8897 * lib/libiberty.h: Do not include config.h; that's the includer's job.
8898 Do not include <stdlib.h>.
8899 (PARAMS): Define unconditionally for C89.
8900 (ATTRIBUTE_NORETURN): Remove.
8901 (ATTRIBUTE_UNUSED): Define unconditionally.
8903 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
8904 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8905 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
8906 * lib/vbitset.c, lib/vbitset.h: New files.
8907 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
8908 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
8911 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
8912 `How Can I Reset @code{yyparse}', since texinfo does not allow
8913 arbitrary @ in node names.
8915 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
8916 shouldn't be needed according to the gettext 0.12.1 documentation
8917 but which seem to be needed anyway: codeset.m4 glibc21.m4
8918 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8919 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
8920 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
8922 * lib/.cvsignore: Add stdbool.h.
8923 * m4/.cvsignore: Add nls.m4, po.m4.
8925 Upgrade to CVS gnulib.
8926 * stdbool_.h: File renamed from stdbool.h.in.
8927 * configure.ac (AM_STDBOOL_H): Invoke this instead of
8929 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
8930 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
8931 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
8932 (MOSTLYCLEANFILES): New var.
8933 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
8934 (stdbool.h): New rule.
8935 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
8936 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
8937 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
8938 m4/quote.m4: Upgrade to today's gnulib.
8940 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
8941 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
8942 the tests right now.
8943 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
8944 yyerror are declared before use; C99 requires this.
8946 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8948 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
8950 (yyrecoverSyntaxError): Correct the logic for setting and testing
8952 Correct comment on handling EOF.
8953 Allow states with only a default reduction, rather than failing
8954 (I can't quite reconstruct why these were not allowed before).
8956 Fixes to avoid problem that $-N rules in GLR parsers can cause
8957 buffer overruns, corrupting state.
8959 * src/output.c (prepare_rules): Output max_left_semantic_context
8961 * src/reader.h (max_left_semantic_context): New variable declaration.
8962 * src/scan-gram.l (max_left_semantic_context): Define.
8963 (handle_action_dollar): Update max_left_semantic_context.
8964 * data/glr.c (YYMAXLEFT): New definition.
8965 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
8966 (yyresolveAction): Ditto.
8968 Fixes to problems with location handling in GLR parsers reported by
8969 Frank Heckenbach (2003/06/05).
8971 * data/glr.c (YYLTYPE): Make trivial if locations not used.
8972 (YYRHSLOC): Add parentheses, and define only if locations used.
8973 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
8975 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
8976 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8978 * tests/cxx-type.at: Exercise location information; update tests
8979 to differentiate output with and without locations.
8980 Remove forward declarations of yylex and yyerror---caused errors
8981 because default YYLTYPE not yet defined.
8982 Change semantic actions to compute strings, rather than printing
8983 them directly (to test proper passing of semantics values). Change
8984 output to prefix notation and update test data and expected results.
8985 (yylex): Track locations.
8986 (stmtMerge): Return value rather than printing, and include arguments
8989 2003-06-03 Paul Eggert <eggert@twinsun.com>
8991 Avoid warnings generated by GCC 2.95.4 when Bison is
8992 configured with --enable-gcc-warnings.
8993 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
8994 yy::]b4_parser_class_name[::translate_,
8995 yy::Stack::operator[] (unsigned),
8996 yy::Stack::operator[] (unsigned) const,
8997 yy::Slice::operator[] (unsigned),
8998 yy::Slice::operator[] (unsigned) const):
8999 Rename local vars to avoid warnings.
9000 * tests/glr-regression.at (Improper handling of embedded actions
9001 and $-N in GLR parsers): Remove unused local variable from yylex.
9002 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
9003 (void) as arg when not pure, since we now assume C89 when building
9004 Bison. Pacify GCC by using parameter.
9006 2003-06-02 Paul Eggert <eggert@twinsun.com>
9008 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
9009 yy::Location::lines, yy::Location::columns): Rename arguments
9010 to avoid shadowing; this removes a warning generated by GCC 3.3.
9012 2003-06-01 Paul Eggert <eggert@twinsun.com>
9014 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
9015 to g++, as GCC 3.3 complains if you do it.
9016 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
9017 everything that WARNING_CFLAGS has, except omit warnings
9018 not suitable for C++.
9019 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
9020 * tests/atlocal.in (CXXFLAGS): New var.
9021 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
9023 Fix a GLR parser bug I reported in February; see
9024 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
9025 The problem was that GLR parsers did not conform to the C standard,
9026 because actions like { $1 = $2 + $3; } expanded to expressions
9027 that invoked YYFILL in separate subexpressions, and YYFILL assigned
9028 to a local variable. The C standard says that expressions
9029 like (var = f ()) + (var = f ()) have undefined behavior.
9030 Another problem was that GCC sometimes issues warnings that
9031 yyfill and its parameters are unused.
9033 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
9035 (yyfill): New function.
9037 (yyuserAction): Change type of yynormal to bool, so that it matches
9038 the new yyfill signature. Mark it as possibly unused.
9041 Follow up on a bug I reported in February, where a Bison-generated
9042 parser can loop. Provide a test case and a fix for yacc.c. I
9043 don't have a fix for lalr1.cc or for glr.c, unfortunately.
9044 The original bug report is in:
9045 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
9047 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
9048 macro's size was becoming unwieldy.
9049 (yyerrlab): Do not discard an empty lookahead symbol, as this
9050 might destroy garbage.
9051 (yyerrorlab): New label, with the old contents of YYERROR,
9052 plus the following change: pop the stack of rhs corresponding
9053 to the production that invoked YYERROR. That is how Yacc
9054 behaves, and POSIX requires this behavior.
9055 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
9056 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
9057 Define 'alarm' to do nothing if unistd.h is not available.
9058 Add a new rule "exp: '-' error;" to test the above change to
9059 data/yacc.c. Use 'alarm' to abort any test taking longer than
9060 10 seconds, as it's probably looping.
9061 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
9062 Also, the new yacc.c generates two fewer diagnostics for an
9065 2003-05-24 Paul Eggert <eggert@twinsun.com>
9067 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
9068 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
9069 This fixes a problem reported by John Bowman when the Compaq/HP
9070 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
9072 * data/yacc.c (union yyalloc): Likewise.
9073 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
9075 Switch from 'int' to 'bool' where that makes sense.
9077 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
9078 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
9079 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
9080 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
9081 Return or accept bool, not int. All callers changed.
9082 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
9083 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
9084 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
9085 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
9086 bitset_or_and_cmp_): Likewise.
9087 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
9088 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
9089 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
9090 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
9091 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
9092 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
9093 bitset_stats_or_and_cmp): Likewise.
9094 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
9095 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
9096 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
9097 ebitset_xor_cmp): Likewise.
9098 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
9099 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
9100 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
9101 lbitset_xor_cmp): Likewise.
9102 * lib/bbitset.h: Include <stdbool.h>.
9103 (struct bitset_vtable): The following members now return bool, not
9104 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
9105 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
9107 * src/conflicts.c (count_rr_conflicts): Likewise.
9108 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
9110 * lib/ebitset.c (ebitset_obstack_init): Likewise.
9111 * lib/lbitset.c (lbitset_obstack_init): Likewise.
9112 * src/getargs.c (debug_flag, defines_flag, locations_flag,
9113 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
9114 graph_flag): Likewise.
9115 * src/getargs.h (debug_flag, defines_flag, locations_flag,
9116 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
9117 graph_flag): Likewise.
9118 * src/output.c (error_verbose): Likewise.
9119 * src/output.h (error_verbose): Likewise.
9120 * src/reader.c (start_flag, typed): Likewise.
9121 * src/reader.h (typed): Likewise.
9122 * src/getargs.c (LOCATIONS_OPTION): New constant.
9123 (long_options, getargs): Use it.
9124 * src/lalr.c (build_relations): Use bool, not int.
9125 * src/nullable.c (nullable_compute): Likewise.
9126 * src/print.c (print_reductions): Likewise.
9127 * src/tables.c (action_row, pack_vector): Likewise.
9128 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
9129 * src/output.c (prepare): Use it.
9130 * src/output.c (token_definitions_output,
9131 symbol_destructors_output, symbol_destructors_output): Use string,
9132 not boolean integer, to keep track of whether to output separator.
9133 * src/print_graph.c (print_core): Likewise.
9134 * src/state.c (state_rule_lookaheads_print): Likewise.
9136 * config/install-sh: Sync from automake 1.7.5.
9138 2003-05-14 Paul Eggert <eggert@twinsun.com>
9140 * src/parse-gram.y (rules_or_grammar_declaration): Require a
9141 semicolon after a grammar declaration, in the interest of possible
9142 future changes to the Bison input language.
9143 Do not allow a stray semicolon at the start of the grammar.
9144 (rhses.1): Allow one or more semicolons after any rule, including
9145 just before "|" as required by POSIX.
9146 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
9149 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
9151 %parse-param support for lalr1.cc.
9153 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
9154 b4_cc_constructor_calls, b4_cc_constructor_call,
9155 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
9157 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
9158 parse-param arguments.
9159 (yy::b4_parser_class_name): Declare instance variables to
9160 hold parse-param arguments.
9161 * tests/calc.at: s/value/semantic_value/ because value clashes
9162 with a member of yy::b4_parser_class_name. Adjust C++ code
9163 to handle %parse-param. Enable %parse-param test in C++.
9165 2003-05-12 Paul Eggert <eggert@twinsun.com>
9167 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
9168 English a bit. Fix fclose typo. Change "const char" to "char
9169 const", and use ANSI C rather than K&R for "main". Suggest
9170 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
9171 and suggest yy_switch_to_buffer.
9173 2003-05-05 Paul Eggert <eggert@twinsun.com>
9175 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
9176 C89. This avoids a diagnostic on compilers that define __STDC__
9177 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
9178 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
9180 2003-05-03 Paul Eggert <eggert@twinsun.com>
9182 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
9183 Do not overrun array bounds.
9184 This should fix a bug reported today by Olatunji Oluwabukunmi in
9185 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
9187 2003-04-29 Akim Demaille <akim@epita.fr>
9189 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
9190 * src/getargs.c, src/getargs.h: here, as bool, not int.
9191 (nondeterministic_parser): New.
9192 * src/parse-gram.y, src/scan-gram.l: Support
9193 %nondeterministic-parser.
9194 * src/output.c (prepare): Use nondeterministic_parser instead
9195 of glr_parser where appropriate.
9196 * src/tables.c (conflict_row, action_row, save_row)
9197 (token_actions, token_actions, pack_vector): Ditto.
9199 2003-04-29 Akim Demaille <akim@epita.fr>
9201 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
9203 2003-04-29 Akim Demaille <akim@epita.fr>
9205 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
9206 with %pure-parser and %locations to exercise the patch from Yakov
9209 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
9211 * data/yacc.c: (b4_lex_param): Corrected for the case where
9212 %lex-param is provided and %pure-parser isn't.
9214 2003-04-27 Paul Eggert <eggert@twinsun.com>
9216 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
9217 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
9218 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
9219 if it is not defined.
9220 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
9222 2003-04-26 Paul Eggert <eggert@twinsun.com>
9224 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
9225 Declare to be of type suitable for the ninf value itself, not of
9226 type suitable for the corresponding table, since the latter might
9227 be unsigned but the ninf value might be negative. This fixes a
9228 bug reported by Alexandre Duret-Lutz in
9229 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
9231 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
9232 invokes it. We shouldn't invoke it twice because it will attempt
9233 to put error.o in the archive twice. This fixes a glitch reported
9234 by Martin Mokrejs in
9235 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
9237 2003-04-21 Paul Eggert <eggert@twinsun.com>
9239 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
9242 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
9244 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
9245 Fix obvious typo that results in uncompilable GLR parsers
9246 when both %pure-parser and %locations are used. (trivial change)
9248 2003-04-17 Paul Eggert <eggert@twinsun.com>
9250 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
9251 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
9252 Do not insert the expected token via unput, as this runs afoul
9253 of a POSIX-compatibility bug in flex 2.5.31.
9254 All uses changed to BEGIN the parent state,
9255 since we no longer insert the expected token via unput.
9256 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
9257 that is no longer emitted after the above change.
9259 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
9260 the first one. This change is from Paul Hilfinger, and it fixes
9261 regression reported by Werner Lemberg in
9262 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
9264 (resolve_sr_conflict): Don't invoke state_errs_set
9265 unless one or more tokens have been explicitly made errors.
9266 Otherwise, the above change causes Bison to abort.
9268 * tests/existing.at (GNU pic Grammar): New test case, taken from
9271 2003-03-31 Akim Demaille <akim@epita.fr>
9273 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
9275 2003-03-31 Akim Demaille <akim@epita.fr>
9277 * src/output.c (prepare_symbols): Avoid trailing spaces in the
9280 2003-03-31 Akim Demaille <akim@epita.fr>
9282 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
9283 From Paul Hilfinger.
9285 2003-03-29 Akim Demaille <akim@epita.fr>
9287 * m4/error.m4: Do not put under dynamic conditions some code which
9288 expansion is under static control.
9290 2003-03-29 Akim Demaille <akim@epita.fr>
9292 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
9294 2003-03-29 Akim Demaille <akim@epita.fr>
9296 * doc/bison.texinfo (Strings are Destroyed): New.
9298 2003-03-13 Paul Eggert <eggert@twinsun.com>
9300 * .cvsignore: Add configure.lineno.
9301 * src/.cvsignore: Add yacc.
9302 * tests/.cvsignore: Add testsuite.log.
9303 * doc/fdl.texi: Sync with latest FSF version.
9305 2003-03-12 Paul Eggert <eggert@twinsun.com>
9307 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
9308 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
9309 cursor, instead of leaving it undefined. This fixes a bug
9310 reported by Tim Van Holder in
9311 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
9312 * tests/input.at (Torturing the Scanner): Test the scanner on
9313 an empty input file, which was Tim Van Holder's test case.
9315 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
9316 <sys/resource.h> can be included, include sys/time.h and
9317 sys/times.h first, if available. This works around the SunOS
9318 4.1.4 porting bug reported by Bruce Becker in
9319 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
9321 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
9322 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
9325 Merge changes from gnulib. This was prompted because the CVS
9326 snapshot didn't build on Solaris 7 due to strnlen problems.
9328 These changes need to be merged back into gnulib:
9329 * lib/hash.c: Include <stdbool.h> unconditionally.
9330 * m4/onceonly.m4 (m4_quote): New macro.
9331 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
9332 Quote AC_FOREACH variable-expansions properly.
9333 The 2003-01-03 obstack.h change also needs merging.
9334 {end of changes requiring merging}
9336 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
9337 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
9338 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
9339 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
9340 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
9341 New files, imported from gnulib.
9342 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
9345 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
9346 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
9349 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
9351 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
9352 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
9353 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
9354 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
9355 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
9356 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
9357 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
9358 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
9359 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
9360 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
9361 (jm_PREREQ_ARGMATCH): Remove.
9362 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
9363 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
9365 * src/system.h: Include <stdbool.h> unconditionally.
9367 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
9368 assuming at least C89 in the bitset code for some time now.
9370 2003-03-03 Akim Demaille <akim@epita.fr>
9374 2003-03-02 Akim Demaille <akim@epita.fr>
9376 * doc/bison.texinfo (Table of Symbols): Reactivate the
9377 documentation for %lex-param, and %parse-param.
9379 2003-03-02 Akim Demaille <akim@epita.fr>
9381 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
9382 generate verbose error messages.
9383 Use the number of tokens as an upper bound in yytname, as it
9384 cannot be a non terminal.
9386 2003-03-02 Akim Demaille <akim@epita.fr>
9388 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
9391 2003-03-02 Akim Demaille <akim@epita.fr>
9393 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
9394 Use them to exercise yycheck overrun.
9395 Based on Andrew Suffield's grammar.
9397 2003-03-02 Akim Demaille <akim@epita.fr>
9399 Create tests/local.at for Bison generic testing macros.
9401 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
9402 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
9404 * tests/calc.at (AT_CHECK_CALC): Adjust.
9405 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
9406 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
9407 * tests/local.at: here.
9408 (AT_COMPILE_CXX): Tags the tests using it as c++.
9409 Ignore the test if CXX is not functional.
9411 2003-03-01 Paul Eggert <eggert@twinsun.com>
9413 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
9414 not loc->end, since loc->end might contain garbage and this leads
9415 to undefined behavior on some platforms.
9416 (id_loc, token_start): Use (IF_LINTed) initial values that do not
9417 depend on *loc, so that the reader doesn't give the the false
9418 impression that *loc is initialized.
9419 (<INITIAL>"%%"): Do not bother setting code_start, since its value
9420 does not survive the return.
9422 2003-03-01 Akim Demaille <akim@epita.fr>
9424 * src/scan-gram.l (code_start): Always initialize it when entering
9425 into yylex, as SC_EPILOGUE is activated *before* the corresponding
9426 yylex invocation. An alternative would be making it static, but
9427 then it starts with the second %%'s beginning, instead of its end.
9429 2003-02-28 Paul Eggert <eggert@twinsun.com>
9431 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
9432 around a UnixWare 7.1.1 porting bug reported by John Hughes in
9433 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
9435 2003-02-26 Paul Eggert <eggert@twinsun.com>
9437 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
9438 Remove Sequent/Pyramid discussion (nobody uses them any more).
9439 Merge VMS and MS-DOS discussion; these ports may well be dead
9440 but let's keep mentioning them for now. Put <> around email
9441 addresses. Add copyright notice.
9443 2003-02-24 Paul Eggert <eggert@twinsun.com>
9445 * data/glr.c (yy_reduce_print): yylineno -> yylno,
9446 to avoid collision with flex use of yylineno.
9447 Problem reported by Bruce Lilly in
9448 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
9449 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
9450 * data/yacc.c (yy_reduce_print): Likewise.
9452 * config/depcomp: Sync with Automake 1.7.3.
9454 2003-02-21 Akim Demaille <akim@epita.fr>
9456 * data/lalr1.cc: Use temporary variables instead of casts to
9457 change integer types.
9458 Suggested by Paul Eggert.
9460 2003-02-21 Akim Demaille <akim@epita.fr>
9462 * doc/bison.texinfo: Use "location" consistently to refer to @n,
9463 to avoid confusions with lalr1.cc's notion of Position.
9464 Suggested by Paul Eggert.
9466 2003-02-20 Akim Demaille <akim@epita.fr>
9468 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
9469 before initial_columns.
9470 (location.hh): Use consistent variable names when defining the
9472 Use "last" so that we subtract from Positions, not from unsigned.
9474 2003-02-20 Akim Demaille <akim@epita.fr>
9476 * data/lalr1.cc (position.hh): New subfile, including the extended
9477 and Doxygen'ed documentation of class Position.
9478 (location.hh): Use it.
9479 Document a` la Doxygen.
9480 With the help of Benoit Perrot.
9482 2003-02-20 Akim Demaille <akim@epita.fr>
9484 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
9486 Redefine AT_YYERROR_SEES_LOC_IF using it.
9487 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
9489 Don't use the location in yy::Parser::error_ and
9490 yy::Parser::print_ when not %locations.
9491 Activate more lalr1.cc tests.
9493 2003-02-19 Akim Demaille <akim@epita.fr>
9495 * data/lalr1.cc: When displaying a line number, be sure to make it
9498 2003-02-19 Akim Demaille <akim@epita.fr>
9500 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
9502 (YYABORT, YYACCEPT, YYERROR): New.
9503 * tests/calc.at: Renable the lalr1.cc test.
9505 2003-02-19 Akim Demaille <akim@epita.fr>
9507 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
9508 error recovery, mixing with/without pops and discarding of the
9511 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
9513 2003-02-17 Paul Eggert <eggert@twinsun.com>
9515 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
9516 * tests/testsuite.at (AT_COMPILE): Use them.
9517 This fixes the testsuite problem reported by Robert Lentz in
9518 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
9520 2003-02-12 Paul Eggert <eggert@twinsun.com>
9522 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
9523 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
9524 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
9525 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
9526 Check for malloc failure, for consistency with yacc.c.
9527 (yytname_size): Remove, for consistency with yacc.c.
9529 The bug still remains in data/lalr1.cc, as I didn't have time
9532 2003-02-06 Akim Demaille <akim@epita.fr>
9534 * configure.ac (GXX): Rename as...
9535 (CXX): this, to keep the original Autoconf semantics.
9537 * data/lalr1.cc: Fix b4_copyright invocations.
9538 If YYDEBUG is not defined, don't depend upon name_ being defined.
9539 (location.hh): Include string and iostream.
9540 (Position::filename): New member.
9541 (Position::Position ()): New.
9542 (operator<< (Position)): New.
9543 (operator- (Position, int)): New.
9544 (Location::first, Location::last): Rename as...
9545 (Location::begin, Location::end): these, to mock the conventional
9547 (operator<< (Location)): New.
9548 * tests/atlocal.in (CXX): New.
9549 * tests/testsuite.at (AT_COMPILE_CXX): New.
9550 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
9551 locations in a more synthetic way.
9552 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
9554 Adjust the C locations to match those from Emacs: first column is
9556 Change all the expected results.
9557 Conform to the GCS: simplify the locations when applicable.
9558 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
9559 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
9560 these CPP macros with the m4 macros new defined by...
9561 (AT_CHECK_PUSHDEFS): this, i.e.:
9562 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
9563 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
9565 (AT_CHECK_POPDEFS): Undefine them.
9566 (AT_CHECK_CALC_LALR1_CC): New.
9567 Use it for the first lalr1.cc test.
9569 2003-02-04 Akim Demaille <akim@epita.fr>
9571 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
9572 Location as is defined.
9574 2003-02-04 Akim Demaille <akim@epita.fr>
9576 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
9577 name_ being defined.
9579 2003-02-03 Paul Eggert <eggert@twinsun.com>
9581 * src/gram.h (start_symbol): Remove unused decl.
9583 Use more-consistent naming conventions for local vars.
9585 * src/derives.c (derives_compute): Change type of local var from
9587 * src/gram.c (grammar_rules_partial_print): Likewise.
9588 * src/print.c (print_core): Likewise.
9589 * src/reduce.c (reduce_grammar_tables): Likewise.
9591 * src/gram.c (grammar_dump): Change name of item_number *
9592 local var from r to rp.
9593 * src/nullable.c (nullable_compute): Likewise.
9595 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
9597 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
9598 for symbol or symbol_number var.
9599 * src/reader.c (grammar_start_symbol_set): Likewise.
9600 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
9602 * src/state.c (transitions_to): Likewise.
9603 * src/state.h: Likewise.
9604 * src/tables.c (symbol_number_to_vector_number): Likewise.
9606 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
9609 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
9612 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
9615 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
9616 Use str, not s, for char * var. Use ch, not c, for character var.
9617 Use size for size var.
9619 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
9621 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
9623 * src/uniqstr.h: Likewise.
9625 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
9626 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
9627 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
9628 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
9629 param to have same name as that of enum, so that we don't use
9630 "s" to stand for a non-state.
9632 2003-02-02 Akim Demaille <akim@epita.fr>
9634 * src/scan-skel.l: Scan more than one inert character per yylex
9637 2003-02-01 Paul Eggert <eggert@twinsun.com>
9641 * po/LINGUAS: Add ms.
9643 2003-01-30 Akim Demaille <akim@epita.fr>
9645 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
9647 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9649 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
9652 Changes in response to error report by S. Eken: GLR mode does not
9653 handle negative $ indices or $ indices in embedded rules correctly.
9654 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
9656 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
9657 (b4_rhs_location): Ditto.
9658 (yyfill): New function to copy from stack tree into array
9660 (yyuserAction): Modify to allow incremental move of semantic values
9661 to rhs array when in GLR mode.
9662 Define YYFILL to use in user-defined actions to fill semantic array
9664 Remove dummy use of yystack, as there is now a guaranteed use.
9665 (yydoAction): Modify to allow incremental move of semantic values
9666 to rhs array when in GLR mode.
9667 (yyresolveAction): Ditto.
9668 (yyglrShiftDefer): Update comment.
9669 (yyresolveStates): Use X == NULL for pointers, not !X.
9670 (yyglrReduce): Ditto.
9673 * tests/glr-regr1.at: Rename to ...
9674 * tests/glr-regression.at: Add new regression test for the problems
9675 described above (adapted from S. Eken).
9676 Update copyright notice.
9677 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
9678 * tests/Makefile.am: Ditto.
9680 2003-01-28 Paul Eggert <eggert@twinsun.com>
9682 * data/lalr1.cc: Do not use @output_header_name@ unless
9683 b4_defines_flag is set. This fixes two bugs reported by
9685 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
9686 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
9688 2003-01-21 Paul Eggert <eggert@twinsun.com>
9690 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
9691 we don't need to worry about yyerrlab1 being reported as an
9692 "unused label" by non-GCC C compilers. The downside is that if
9693 locations are used then a couple of statements are duplicated each
9694 time YYERROR is invoked, but the upside is that the warnings
9696 (yyerrlab1): Move code to YERROR.
9697 (yyerrlab2): Remove. Change uses back to yyerrlab1.
9698 This reverts some of the 2002-12-27 change.
9700 2003-01-17 Paul Eggert <eggert@twinsun.com>
9702 * src/output.c (symbol_printers_output): Fix typo that led
9703 to core dump. Problem reported by Antonio Rus in
9704 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
9706 2003-01-13 Akim Demaille <akim@epita.fr>,
9707 Quoc Peyrot <chojin@lrde.epita.fr>,
9708 Robert Anisko <anisko_r@lrde.epita.fr>
9710 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
9711 when the stacks contain one element, as the loop would otherwise
9712 free the last state, and then use the top state (the one we just
9713 popped). This means that the initial elements will not be freed
9714 explicitly, as is the case in yacc.c; it is not a problem, as
9715 these elements have fake values.
9717 2003-01-11 Paul Eggert <eggert@twinsun.com>
9719 * NEWS: %expect-violations are now just warnings, reverting
9720 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
9721 bootstrapping problem reported by Matthias Klose; see
9722 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
9723 * src/conflicts.c (conflicts_print): Likewise.
9724 * tests/conflicts.at (%expect not enough, %expect too much,
9725 %expect with reduce conflicts): Likewise.
9726 * doc/bison.texinfo (Expect Decl): Document this. Also mention
9727 that the warning is enabled if the number of conflicts changes
9728 (not necessarily increases).
9730 * src/getargs.c (version): Update copyright year.
9732 2003-01-09 Akim Demaille <akim@epita.fr>
9734 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
9736 2003-01-08 Paul Eggert <eggert@twinsun.com>
9738 * Makefile.maint (WGETFLAGS):
9739 New macro, containing "-C off" to disable proxy caches.
9740 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
9741 (rel-check): Use $(WGET) instead of wget.
9743 2003-01-06 Paul Eggert <eggert@twinsun.com>
9745 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
9746 the GLR paper of Scott, Johnstone and Hussain.
9748 2003-01-04 Paul Eggert <eggert@twinsun.com>
9750 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
9751 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
9752 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
9753 (EXTRA_LIBRARIES): New var, for liby.a.
9754 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
9755 (EXTRA_SCRIPTS): New var, for yacc.
9757 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
9758 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
9759 Problem reported by Nelson H. F. Beebe.
9761 2003-01-03 Paul Eggert <eggert@twinsun.com>
9763 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
9764 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
9765 when compiling Bison 1.875's `bitset bset = obstack_alloc
9766 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
9768 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
9769 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
9770 grow to a huge size with typical invocation.
9772 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
9773 Use the pattern recommended by Autoconf 2.57, except also protect
9774 against double-definition.
9775 * src/system.h: Likewise.
9776 Portability issues reported by Nelson H. F. Beebe.
9778 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
9779 All uses changed. Provide a definition in both C and C++.
9780 (yytrue, yyfalse): Define even if defined (__cplusplus).
9782 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
9783 Reported by Nelson H. F. Beebe.
9785 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
9787 2003-01-02 Paul Eggert <eggert@twinsun.com>
9789 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
9790 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
9791 Bug reported by Nelson H. F. Beebe.
9793 2003-01-01 Paul Eggert <eggert@twinsun.com>
9797 2002-12-30 Paul Eggert <eggert@twinsun.com>
9799 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
9801 (<INITIAL>","): Here. This causes stray "," to be treated
9804 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
9805 last brace in braced code when not in Yacc mode, for compatibility
9806 with Bison 1.35. This resurrects the 2001-12-15 patch to
9809 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
9810 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
9812 2002-12-28 Paul Eggert <eggert@twinsun.com>
9814 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
9815 that of SYM's type. This fixes Debian bug 168069, reported by
9818 2002-12-28 Paul Eggert <eggert@twinsun.com>
9822 Switch back to the Yacc style of conflict reports, undoing some
9823 of the 2002-07-30 change.
9824 * doc/bison.texinfo (Understanding): Use Yacc style for
9825 conflict reports. Also, use new way of locating rules.
9826 * src/conflicts.c (conflict_report):
9827 Renamed from conflict_report_yacc, removing the old
9828 'conflict_report'. Translate the entire conflict report at once,
9829 so that we don't assume that "," has the same interpretation in
9831 (conflicts_output): Use Yacc-style conflict report for each state,
9832 instead of our more-complicated style.
9833 (conflicts_print): Use Yacc-style conflict report, except print
9834 the input file name when not emulating Yacc.
9835 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
9836 Conflicted Reduction, %expect not enough, %expect too much,
9837 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
9838 * tests/existing.at (GNU Cim Grammar): Likewise.
9839 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
9841 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
9842 fatal): Don't invoke fflush; it's not needed and it might even be
9843 harmful for stdout, as stdout might not be open.
9844 * src/reduce.c (reduce_print): Likewise.
9846 2002-12-27 Paul Eggert <eggert@twinsun.com>
9848 Fix a bug where error locations were not being recorded correctly.
9849 This problem was originally reported by Paul Hilfinger in
9850 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
9852 * data/yacc.c (yyparse): New local var yylerrsp, to record the
9853 top of the location stack's error locations.
9854 (yyerrlab): Set it. When discarding a token, push its location
9855 onto yylerrsp so that we don't lose track of the error's end.
9856 (yyerrlab1): Now is only the target of YYERROR, so that we can
9857 properly record the location of the action that failed. For GCC
9858 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
9859 GCC warning about yyerrlab1 being unused if YYERROR is unused.
9860 (yyerrlab2): New label, which yyerrlab now falls through to.
9861 Compute the error's location by applying YYLLOC_DEFAULT to
9862 the locations of all the symbols that went into the error.
9863 * doc/bison.texinfo (Location Default Action): Mention that
9864 YYLLOC_DEFAULT is also invoked for syntax errors.
9865 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
9866 Error locations include the locations of all the tokens that were
9867 discarded, not just the last token.
9869 2002-12-26 Paul Eggert <eggert@twinsun.com>
9871 * src/files.c: Include quote.h.
9872 (compute_output_file_names): Warn if we detect conflicting
9873 outputs to the same file. This should catch the misunderstanding
9874 exemplified by Debian Bug 165349, reported by Bruce Stephens..
9876 * src/conflicts.c (conflicts_print): If the user specifies
9877 "%expect N", report an error if there are any reduce/reduce
9878 conflicts. This is what the manual says should happen.
9879 This fixes Debian bug 130890, reported by Anthony DeRobertis.
9880 * tests/conflicts.at (%expect with reduce conflicts): New test.
9882 Don't use m4_include on relative file names, as it doesn't work as
9883 desired if there happens to be a file with that name under ".".
9885 * m4sugar/version.m4: Remove; it was included but it wasn't used.
9886 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
9887 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
9888 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
9889 * src/output.c (output_skeleton): Use full path names when
9890 specifying a file to include; don't rely on include path, as
9891 it's unreliable when the working file contains a file with
9894 2002-12-25 Paul Eggert <eggert@twinsun.com>
9896 Remove obsolete references to bison.simple and bison.hairy.
9897 Problem mentioned by Aubin Mahe in
9898 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
9899 * data/glr.c: Comment fix.
9900 * doc/bison.1: Remove references. Also, mention "yacc".
9902 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
9905 * src/parse-gram.y (declaration): Use enum "report_states" rather
9906 than its numeric value 1.
9908 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
9909 opening a new one. This fixes Debian bug 165349, reported by
9912 2002-12-24 Paul Eggert <eggert@twinsun.com>
9916 * Makefile.maint (cvs-update): Don't assume that the shell
9917 supports $(...), as Solaris sh doesn't.
9919 * src/parse-gram.y (lloc_default): Remove test for empty
9920 nonterminals at the end, since it didn't change the result.
9922 2002-12-24 Paul Eggert <eggert@twinsun.com>
9924 If the user does not define YYSTYPE as a macro, Bison now declares it
9925 using typedef instead of defining it as a macro. POSIX requires this.
9926 For consistency, YYLTYPE is also declared instead of defined.
9928 %union directives can now have a tag before the `{', e.g., the
9929 directive `%union foo {...}' now generates the C code
9930 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
9931 The default union tag is `YYSTYPE', for compatibility with Solaris 9
9932 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
9933 instead of `yyltype'.
9935 `yystype' and `yyltype' are now obsolescent macros instead of being
9936 typedefs or tags; they are no longer documented and will be
9937 withdrawn in a future release.
9939 * data/glr.c (b4_location_type): Remove.
9940 (YYSTYPE): Renamed from yystype.
9941 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
9942 (struct YYLTYPE): Renamed from struct yyltype.
9943 (YYLTYPE): Renamed from yyltype.
9944 (yyltype, yystype): New (and obsolescent) macros,
9945 for backward compatibility.
9946 * data/yacc.c: Likewise.
9948 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
9949 does not specify a union tag. This is for compatibility with
9952 * src/parse-gram.y (add_param): 2nd arg is now char * not char
9953 const *, since it is now modified by stripping surrounding { }.
9954 (current_braced_code): Remove.
9955 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
9956 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
9957 trailing " {...}". Now of type <chars>.
9958 (grammar_declaration): Adjust to bundled tokens.
9959 (code_content): Remove; stripping is now done by add_param.
9960 (print_token_value): Print contents of bundled tokens.
9961 (token_name): New function.
9963 * src/reader.h (braced_code, current_braced_code): Remove.
9964 (token_name): New decl.
9966 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
9967 token_type, not braced_code code_kind. All uses changed.
9968 (SC_PRE_CODE): New state, for scanning after a keyword that
9969 has (or usually has) an immediately-following braced code.
9970 (token_type): New local var, to keep track of which token type
9971 to return when scanning braced code.
9972 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
9973 <INITIAL>"%parse-param", <INITIAL>"%printer",
9974 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
9975 instead of returning a token type immediately.
9976 (<INITIAL>"{"): Set token type.
9977 (<SC_BRACED_CODE>"}"): Use it.
9978 (handle_action_dollar, handle_action_at): Now returns bool
9979 indicating success. Fail if ! current_rule; this prevents a core dump.
9980 (handle_symbol_code_dollar, handle_symbol_code_at):
9981 Remove; merge body into caller.
9982 (handle_dollar, handle_at): Complain in invalid contexts.
9984 * NEWS, doc/bison.texinfo: Document the above.
9985 * NEWS: Fix years and program names in copyright notice.
9987 2002-12-17 Paul Eggert <eggert@twinsun.com>
9989 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
9990 Reporting, Table of Symbols): Omit mentions of %lex-param and
9991 %parse-param from the documentation for now.
9993 2002-12-15 Paul Eggert <eggert@twinsun.com>
9995 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
9996 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
9997 lookahead symbol, and which sets yychar in parser actions) and it
9998 disagreed with the Bison documentation. Bug
9999 reported by Andrew Walrond.
10001 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
10002 as the caller now does that.
10003 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
10004 (YYEMPTY): Parenthesize right hand side, since others use it.
10005 (yyparse): Don't assume that our generated code is the only code
10008 2002-12-13 Paul Eggert <eggert@twinsun.com>
10012 POSIX requires a "yacc" command.
10013 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
10014 (MOSTLYCLEANFILES): Add yacc.
10016 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
10017 as an alias for bison y.
10019 * po/LINGUAS: Add da.
10021 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
10022 problem with latest <getopt.h>.
10023 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
10025 * doc/fdl.texi: Upgrade to 1.2.
10026 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
10027 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
10028 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
10030 * config/install-sh: Sync with autotools.
10032 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
10033 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
10034 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
10035 locations are requested.
10036 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
10037 locations are requested.
10039 2002-12-12 Paul Eggert <eggert@twinsun.com>
10041 Remove unportable casts and storage allocation tricks.
10042 While we're at it, remove almost all casts, since they
10043 usually aren't needed and are a sign of trouble.
10045 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
10047 * src/derives.c (derives_compute): Do not subtract NTOKENS from
10048 the pointer DSET returned by malloc; this isn't portable.
10049 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
10050 Similarly for DERIVES.
10051 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
10052 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
10053 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
10055 * src/derives.c (derives_compute): Do not bother invoking
10056 int_of_rule_number, since rule numbers are integers.
10058 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
10059 rather than XMALLOC (char, N).
10061 * src/files.c (filename_split): Rewrite to avoid cast.
10063 * src/gram.h (symbol_number_as_item_number,
10064 item_number_as_symbol_number, rule_number_as_item_number,
10065 item_number_as_rule_number):
10066 Now inline functions rather than macros, to avoid casts.
10067 * src/state.h (state_number_as_int): Likewise.
10068 * src/tables.c (state_number_to_vector_number,
10069 symbol_number_to_vector_number): Likewise.
10071 * src/gram.h (int_of_rule_number): Remove; no longer used.
10073 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
10074 since the resulting storage is always stored into.
10076 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
10079 * src/muscle_tab.c (muscle_m4_output):
10080 Now inline. Return bool, not int.
10081 * src/state.c (state_compare): Likewise.
10082 * src/symtab.c (symbol_check_defined,
10083 symbol_check_alias_consistency, symbol_pack, symbol_translation,
10084 hash_compare_symbol, hash_symbol):
10086 * src/uniqstr.c (uniqstr_print): Likewise.
10087 * src/muscle_tab.c (muscle_m4_output_processor):
10088 New function, to avoid casts.
10089 * src/state.c (state_comparator, stage_hasher): Likewise.
10090 * src/symtab.c (symbol_check_defined_processor,
10091 symbol_check_alias_consistency_processor, symbol_pack_processor,
10092 symbol_translation_processor, hash_symbol_comparator,
10093 hash_symbol_hasher): Likewise.
10094 * src/uniqstr.c (uniqstr_print_processor): Likewise.
10095 * src/muscle_tab.c (muscles_m4_output):
10096 Use new functions instead of casting old functions unportably.
10097 * src/state.c (state_hash_new): Likewise.
10098 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
10099 symbols_token_translations_init):
10101 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
10103 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
10104 var instead of casting to long, to avoid casts.
10105 (prepare_states): Use MALLOC rather than alloca, so that we don't
10106 have to worry about alloca.
10107 * src/state.c (state_hash_lookup): Likewise.
10109 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
10110 local var instead of casting to unsigned char, to avoid casts.
10112 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
10113 STATE_ALLOC): Remove.
10114 (transitions_new, errs_new, reductions_new, state_new): Use malloc
10115 rather than calloc, and use offsetof to avoid allocating slightly
10117 (state_new): Initialize all members.
10119 * src/state.c (state_hash): Use unsigned accumulator, not signed.
10121 * src/symtab.c (symbol_free): Remove; unused.
10122 (symbol_get): Remove cast in lhs of assignment.
10123 (symbols_do): Now static. Accept generic arguments, not
10124 hashing-related ones.
10126 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
10127 (symbol_processor): Remove.
10128 (symbols_do): Remove decl; now static.
10130 * src/system.h (alloca): Remove; decl no longer needed.
10131 (<stddef.h>): Include, for offsetof.
10132 (<inttypes.>, <stdint.h>): Include if available.
10133 (uintptr_t): New type, if system lacks it.
10134 (CALLOC, MALLOC, REALLOC): New macros.
10135 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
10138 * src/tables.c (table_size): Now int, to pacify GCC.
10139 (table_grow, table_ninf_remap): Use signed table size.
10140 (save_row): Don't bother initializing locals when not needed.
10141 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
10142 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
10144 * src/vcg.h: Correct misspellings.
10146 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
10149 * src/getargs.c (getargs): Don't assume EOF == -1.
10151 2002-12-09 Paul Eggert <eggert@twinsun.com>
10153 Change identifier spellings to avoid collisions with names
10154 that are reserved by POSIX.
10156 Don't use names ending in _t, since POSIX reserves them.
10157 For consistency, remove _e and _s endings -- they're weren't
10158 needed to remove ambiguity. All uses changed.
10159 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
10160 turn was just renamed from struniq_t.
10161 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
10162 which in turn was just renamed from struniq_processor_t.
10163 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
10164 in turn was renamed from hash_compare_struniq_t.
10165 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
10166 (state_list): Renamed from state_list_t.
10167 * src/assoc.h (assoc): Renamed from assoc_t.
10168 * src/conflicts.c (enum conflict_resolution): Renamed from
10169 enum conflict_resolution_e.
10170 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
10171 (rule_list): Renamed from rule_list_t.
10172 * src/getargs.h (enum trace): Renamed from enum trace_e.
10173 (enum report): Renamed from enum report_e.
10174 * src/gram.h (item_number): Renamed from item_number_t.
10175 (rule_number): Renamed from rule_number_t.
10176 (struct rule_s): Remove the "rule_s" part; not used.
10177 (rule): Renamed from rule_t.
10178 (rule_filter): Renamed from rule_filter_t.
10179 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
10180 (goto_list): Renamed from goto_list_t.
10181 * src/lalr.h (goto_number): Renamed from goto_number_t.
10182 * src/location.h (location): Renamed from location_t.
10183 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
10184 and moved here from:
10185 * src/muscle_tab.h (muscle_entry_t): here.
10186 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
10187 (rule_list): Renamed from rule_list_t.
10188 * src/print_graph.c (static_graph): Renamed from graph.
10189 * src/reader.h (braced_code): Renamed from braced_code_t.
10190 Remove brace_code_e tag.
10191 * src/relation.h (relation_node): Renamed from relation_node_t.
10192 (relation_nodes): Renamed from relation_nodes_t.
10193 (relation): Renamed from relation_t.
10194 * src/state.h (state_number): Renamed from state_number_t.
10195 (struct state): Renamed from struct state_s.
10196 (state): Renamed from state_t.
10197 (transitions): Renamed from transitions_t. Unused (and
10198 misspelled) transtion_s tag removed.
10199 (errs): Renamed from errs_t. Unused errs_s tag removed.
10200 (reductions): Renamed from reductions_t. Unused tag
10201 reductions_s removed.
10202 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
10203 (struct symbol_list): Renamed from struct symbol_list_s.
10204 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
10205 (struct symbol): Renamed from struct symbol_s.
10206 (symbol): Renamed from symbol_t.
10207 * src/tables.c (vector_number): Renamed from vector_number_t.
10208 (action_number): Renamed from action_t.
10209 * src/tables.h (base_number): Renamed from base_t.
10210 * src/vcg.h (enum color): Renamed from enum color_e.
10211 (enum textmode): Renamed from enum textmode_e.
10212 (enum shape): Renamed from enum shape_e.
10213 (struct colorentry): Renamed from struct colorentry_s.
10214 (struct classname): Renamed from struct classname_s.
10215 (struct infoname): Renamed from struct infoname_s.
10216 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
10217 (enum decision): Renamed from enum decision_e.
10218 (enum orientation): Renamed from enum orientation_e.
10219 (enum alignment): Renamed from enum alignment_e.
10220 (enum arrow_mode): Renamed from enum arrow_mode_e.
10221 (enum crossing_type): Renamed from enum crossing_type_e.
10222 (enum view): Renamed from enum view_e.
10223 (struct node): Renamed from struct node_s.
10224 (node): Renamed from node_t.
10225 (enum linestyle): Renamed from enum linestyle_e.
10226 (enum arrowstyle): Renamed from enum arrowstyle_e.
10227 (struct edge): Renamed from struct edge.
10228 (edge): Renamed from edge_t.
10229 (struct graph): Renamed from struct graph_s.
10230 (graph): Renamed from graph_t.
10231 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
10232 Rename value_t -> value.
10233 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
10234 value_t_as_yystype -> value_as_yystype.
10236 Don't include <errno.h> in the mainstream code, since it
10237 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
10238 * lib/get-errno.c, lib/get-errno.h: New files.
10239 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
10241 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
10242 * src/output.c (output_skeleton): Likewise.
10243 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
10245 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
10247 (handle_action_dollar, handle_action_at): Likewise.
10248 * src/system.h: Do not include <errno.h>.
10249 (TAB_EXT): Renamed from EXT_TAB.
10250 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
10252 Avoid str[a-z]*, since <string.h> reserves that name space.
10253 Change all instances of "struniq" in names to "uniqstr", and
10254 likewise for "STRUNIQ" and "UNIQSTR".
10255 * src/uniqstr.c: Renamed from src/struniq.c.
10256 * src/uniqstr.h: Renamed from src/struniq.h.
10257 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
10258 * src/files.c (strsuffix): Remove; unused.
10259 (concat2): Renamed from stringappend. Now static.
10260 * src/files.h (strsuffix, stringappend): Remove; unused.
10261 * src/parse-gram.y (<chars>): Renamed from <string>.
10262 (<uniqstr>): Renamed from <struniq>.
10263 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
10264 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
10265 (struct graph_s.expand): Renamed from struct graph_s.stretch.
10266 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
10267 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
10268 (N_EXPAND): Renamed from N_STRETCH.
10270 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
10271 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
10272 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
10274 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
10275 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
10276 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
10277 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
10278 (BASE_MAXIMUM): Renamed from BASE_MAX.
10279 (BASE_MINIMUM): Renamed from BASE_MIN.
10280 (ACTION_MAX): Remove; unused.
10281 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
10282 Unnecessary casts removed from above defines.
10285 Fix misspelling in names.
10286 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
10287 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
10291 * lib/timevar.c (timevar_report): Renamed from time_report,
10292 for consistency with other names.
10293 * lib/timevar.h (timevar_report): New decl.
10294 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
10297 Sort include-file uses.
10299 Reorder all include files under src to be in the order "system.h".
10300 then the ../lib include files in angle brackets (alphabetized),
10301 then the . include files in double-quotes (alphabetized). Fix
10302 dependency breakages encountered in this process, as follows:
10303 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
10304 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
10305 * src/state.h: Include "symtab.h".
10307 2002-12-08 Paul Eggert <eggert@twinsun.com>
10309 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
10310 since this causes problems when __file__ contains character
10311 sequences like "@" that are treated specially by src/scan-skel.l.
10312 Instead, just use the file's basename. This fixes the bug
10313 reported by Martin Mokrejs in
10314 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
10316 2002-12-06 Paul Eggert <eggert@twinsun.com>
10318 Add support for rules that do not have trailing semicolons, as
10319 POSIX requires. Improve the quality of locations in Bison
10322 * src/location.c: Include <quotearg.h>.
10323 (empty_location): Now const.
10324 (location_print): New function. Follow the recommendation of the
10325 GNU Coding Standards for locations that span file boundaries.
10326 * src/location.h: Do not include <quotearg.h>; no longer needed.
10327 (boundary): New type.
10328 (location_t): Use it. This allows locations to span file boundaries.
10329 All member uses changed: file -> start.file or end.file (as needed),
10330 first_line -> start.line, first_column -> start.column,
10331 last_line -> end.line, last_column -> end.column.
10332 (equal_boundaries): New function.
10333 (LOCATION_RESET, LOCATION_STEP): Remove.
10334 (LOCATION_PRINT): Remove. All callers changed to use location_print.
10335 (empty_location): Now const.
10336 (location_print): New decl.
10337 * src/parse-gram.y (lloc_default): New function, which handles
10338 empty locations more accurately.
10339 (YYLLOC_DEFAULT): Use it.
10340 (%token COLON): Remove.
10341 (%token ID_COLON): New token.
10343 (declarations, rules): Remove trailing semicolon.
10344 (declaration, rules_or_grammar_declaration):
10345 Allow empty (";") declaration.
10346 (symbol_def): Remove empty actions; no longer needed.
10347 (rules_or_grammar_declaration): Remove trailing semicolon.
10348 (semi_colon.opt): Remove.
10349 * src/reader.h: Include location.h.
10350 (scanner_cursor): New decl.
10351 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
10353 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
10355 (STEP): Remove. No longer needed, now that adjust_location does
10356 the work. All uses removed.
10357 (scanner_cursor): New var.
10358 (adjust_location): Renamed from extend_location. It now sets
10359 *loc and adjusts the scanner cursor. All uses changed.
10360 Don't bother testing for CR.
10361 (handle_syncline): Remove location arg; now updates scanner cursor.
10362 All callers changed.
10363 (unexpected_end_of_file): Now accepts start boundary of token or
10364 comment, not location. All callers changed. Update scanner cursor,
10366 (SC_AFTER_IDENTIFIER): New state.
10367 (context_state): Renamed from c_context. All uses changed.
10368 (id_loc, code_start, token_start): New local vars.
10369 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
10370 processing of Yacc white space and equivalents here.
10371 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
10372 instead of returning ID immediately, since we need to search for
10373 a subsequent colon.
10374 (<INITIAL>"'", "\""): Save token_start.
10375 (<INITIAL>"%{", "{", "%%"): Save code_start.
10376 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
10377 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
10378 BEGIN context_state at end, not INITIAL.
10379 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
10380 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
10381 Return correct token start.
10382 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
10383 the start of a character, string or multiline comment is found.
10384 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
10385 Reduction): Adjust reported locations to match the more-precise
10386 results now expected.
10387 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
10388 * tests/reduce.at (Useless Rules, Reduced Automaton,
10389 Underivable Rules): Likewise.
10390 * tests/regression.at (Invalid inputs): No longer `expecting ";"
10391 or "|"' now that so many other tokens are allowed by the new grammar.
10393 * src/complain.h (current_file): Remove duplicate decl;
10394 current_file is now owned by files.h.
10395 * src/complain.c, src/scan-gram.l: Include files.h.
10397 2002-12-06 Paul Eggert <eggert@twinsun.com>
10399 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
10400 promotes to int; it might be unsigned int.
10401 * data/yacc.c (yy_reduce_print): Likewise.
10403 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
10404 be #defined in the prologue, not in the Bison declarations.
10405 This fixes Debian Bug 102878, reported by Shaul Karl.
10407 2002-12-02 Paul Eggert <eggert@twinsun.com>
10409 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
10410 * lib/strtoul.c: New file, from gnulib.
10411 This fixes a porting bug reported by Peter Klein in
10412 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
10414 2002-11-30 Paul Eggert <eggert@twinsun.com>
10416 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
10417 and put only a forward declaration in the prologue. This is for
10418 consistency with the other scanner helper functions.
10420 Type clashes now generate warnings, not errors, since it
10421 appears that POSIX may allow some grammars with type clashes.
10422 * src/reader.c (grammar_current_rule_check): Warn about
10423 type clashes instead of complaining.
10424 * tests/input.at (Type Clashes): Expect warnings, not complaints.
10426 Add Yacc library, since POSIX requires it.
10427 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
10428 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
10429 * lib/main.c, lib/yyerror.c: New files.
10431 gram_error can be static; it need not be extern.
10432 * src/reader.h (gram_error): Remove decl.
10433 * src/parse-gram.y (gram_error): Now static. Add static decl.
10434 (print_token_value): Omit parameter names from forward decl,
10437 2002-11-29 Paul Eggert <eggert@twinsun.com>
10439 * doc/bison.texinfo: Emphasize that yylex and yyerror must
10440 be declared before being used. E.g., one should typically
10441 declare them in the prologue. Use GNU coding style in examples.
10442 Put "const" consistently after the type it modifies. Mention
10443 that C99 supports "inline". Mention that yyerror traditionally
10446 %parse-param and %lex-param now take just one argument, the
10447 declaration; the argument name is deduced from the declaration.
10449 * doc/bison.texinfo (Parser Function, Pure Calling, Error
10450 Reporting, Table of Symbols): Document this.
10451 * src/parse-gram.y (add_param): New function.
10453 (declaration): Implement new rule for %parse-param and %lex-param.
10454 * src/scan-gram.l: "," now elicits a warning, rather than being
10455 a token; this is more compatible with byacc.
10456 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
10458 2002-11-27 Paul Eggert <eggert@twinsun.com>
10460 Rename identifiers to avoid real and potential collisions.
10462 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
10463 to avoid collision with lex macro described by Bruce Lilly in
10464 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
10465 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
10466 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
10467 * src/parse-gram.y (print_token_value): Renamed from yyprint.
10469 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
10470 The name "yycontrol" violates the name space rules, and this stuff
10471 wasn't being used anyway.
10472 (input): Remove action; this stuff wasn't being used.
10473 (gram_error): Rename local variable yylloc -> loc.
10474 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
10475 (YY_DECL): Don't use "yy" at start of local variables.
10476 All uses changed, e.g., yylloc -> loc.
10477 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
10478 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
10479 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
10480 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
10482 * src/parse-gram.y (gram_error): loc is now const *.
10483 * src/reader.h (gram_error): Likewise.
10485 2002-11-24 Paul Eggert <eggert@twinsun.com>
10489 * tests/actions.at (Actions after errors): Use an output format
10490 more similar to that of the Printers and Destructors test.
10491 Test the position of the ';' token too.
10492 (Printers and Destructors): Likewise.
10493 (Printers and Destructors: %glr-parser): Remove for now, to avoid
10494 unnecessarily alarming people when the test fails.
10496 * data/yacc.c (yyerrlab1): Move this label down, so that the
10497 parser does not discard the lookahead token if the user code
10498 invokes YYERROR. This change is required for POSIX conformance.
10500 * lib/error.c: Sync with gnulib.
10502 2002-11-22 Paul Eggert <eggert@twinsun.com>
10504 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
10505 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
10506 * lib/xmalloc.c: Likewise.
10508 2002-11-20 Paul Eggert <eggert@twinsun.com>
10510 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
10512 2002-11-20 Paul Eggert <eggert@twinsun.com>
10514 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
10515 should use `if (! x) abort ();' rather than `assert (x);', and
10516 anyway it's one less thing to worry about configuring.
10518 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
10519 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
10520 and replace all instances of assert with abort.
10521 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
10522 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
10524 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
10525 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
10526 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
10527 hash_find_entry, hash_rehash, hash_insert): Likewise.
10528 * src/conflicts.c (resolve_sr_conflict): Likewise.
10529 * src/lalr.c (set_goto_map, map_goto): Likewise.
10530 * src/nullable.c (nullable_compute): Likewise.
10531 * src/output.c (prepare_rules, token_definitions_output): Likewise.
10532 * src/reader.c (packgram, reader): Likewise.
10533 * src/state.c (state_new, state_free, state_transitions_set,
10534 state_reduction_find): Likewise.
10535 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
10536 symbol_pack): Likewise.
10537 * src/tables.c (conflict_row, pack_vector): Likewise.
10538 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
10539 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
10540 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
10541 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
10543 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
10544 (ARGMATCH_CONSTRAINT): New macro.
10545 (ARGMATCH_ASSERT): Use it.
10547 * src/system.h (verify): New macro.
10548 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
10549 rather than assert.
10550 * src/tables.c (tables_generate): Likewise.
10552 * src/struniq.c (struniq_assert): Now returns void, and aborts
10553 if the assertion is false.
10554 (struniq_assert_p): Remove.
10555 * src/struniq.h: Likewise.
10557 2002-11-18 Paul Eggert <eggert@twinsun.com>
10559 * data/glr.c (yygetLRActions): Replace `yyindex' with
10560 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
10561 This fixes the regression with Sun ONE Studio 7 cc that I reported in
10562 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
10564 2002-11-18 Akim Demaille <akim@epita.fr>
10566 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
10568 From Tim Van Holder.
10570 2002-11-17 Paul Eggert <eggert@twinsun.com>
10572 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
10573 to "SyntaxError" for consistency with my 2002-11-15 change.
10575 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
10576 not define to {}, since this breaks the common use of `YYDPRINTF
10577 ((...));' if a single statement is desired (e.g. before `else').
10578 Work around GCC warnings by surrounding corresponding calls with
10580 (yyhasResolvedValue): Remove unused function.
10581 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
10583 (yyreportSyntaxError): Renamed from yyreportParseError.
10584 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
10586 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
10587 extern when possible. Remove unused initializations.
10589 2002-11-16 Akim Demaille <akim@epita.fr>
10591 Augment the similarity between GLR and LALR traces.
10593 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
10594 (YY_REDUCE_PRINT): New.
10595 (yyparse): Use them.
10596 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
10598 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
10599 state reached after the reduction/recovery, since...
10600 (yyparse, yyprocessOneStack): Report the state we are entering in.
10602 2002-11-16 Akim Demaille <akim@epita.fr>
10604 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
10605 Add support for --trace=skeleton.
10606 * src/scan-skel.l: %option debug.
10607 Scan strings of non-@ or \n instead of character by character.
10608 (scan_skel): Handle trace_skeleton.
10610 (@output_parser_name@, @output_header_name@): ``Restore'' their
10611 support (used to be M4 macros).
10612 * data/yacc.c: Quote larger chunks, a la glr.c.
10613 * data/lalr1.cc: Likewise.
10614 The header guards are no longer available, so use some other
10615 string than `YYLSP_NEEDED'.
10617 2002-11-16 Akim Demaille <akim@epita.fr>
10619 Make the ``Printers and Destructors'' test more verbose, taking
10620 `yacc.c''s behavior as (possibly wrong) reference.
10622 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
10623 instead of fprint on stdout.
10624 Set and report the last_line of the symbols.
10625 Consistently display values and locations.
10627 2002-11-16 Paul Eggert <eggert@twinsun.com>
10629 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
10631 2002-11-15 Paul Eggert <eggert@twinsun.com>
10633 * tests/actions.at (Actions after errors): New test case.
10635 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
10636 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
10637 tests/action.at, tests/calc.at, tests/conflicts.at,
10638 tests/cxx-type.at, tests/regression.at:
10639 "parse error" -> "syntax error" for POSIX compatibility.
10640 "parsing stack overflow..." -> "parser stack overflow" so
10641 that code matches Bison documentation.
10643 2002-11-15 Akim Demaille <akim@epita.fr>
10645 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
10646 take two BRACED_CODE, not two string_content.
10647 Free the scanner's obstack when we are done.
10648 (code_content): New.
10649 * tests/calc.at: Adjust.
10650 * doc/bison.texinfo: Adjust.
10651 Also, make sure to include the `,' for these declarations.
10653 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
10655 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
10656 definition; avoids potential autoreconf problems.
10658 2002-11-15 Akim Demaille <akim@epita.fr>
10660 Always check the value returned by yyparse.
10662 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
10663 returned by yyparse.
10664 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
10666 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
10667 returned by yyparse.
10669 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10671 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
10674 2002-11-14 Paul Eggert <eggert@twinsun.com>
10676 * src/output.c (output_skeleton): Call xfopen instead of
10677 duplicating xfopen's body.
10679 Fix bugs reported by Nelson H. F. Beebe in
10680 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
10682 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
10683 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
10684 Group compiler. Instead, use "$CC -E bar.c". Include the .h
10685 file twice in the grammar, as an extra check.
10687 * tests/input.at (Torturing the Scanner): Surround the
10688 backslash-newline tests with "#if 0", to make it less likely that
10689 we'll run into compiler bugs. Bring back solitary \ inside
10690 comment, but add a closing comment to work around HP C bug. Don't
10691 test backslash-newline in C character constant.
10693 2002-11-14 Akim Demaille <akim@epita.fr>
10695 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
10696 status of the compiler.
10697 Calling `exit 1' is no longer needed.
10698 Reported by Nelson H. F. Beebe.
10700 2002-11-14 Akim Demaille <akim@epita.fr>
10702 * tests/atlocal.in (CPPFLAGS): We have config.h.
10703 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
10705 * tests/actions.at, tests/calc.at, tests/conflicts.at,
10706 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
10707 * tests/regression.at, tests/torture.at: Use them for all the
10708 grammars that are to be compiled.
10709 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
10710 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
10711 * doc/bison.texinfo (GLR Parsers): Document `inline'.
10713 2002-11-14 Akim Demaille <akim@epita.fr>
10715 * doc/bison.texinfo: Various formatting changes (alignments in
10716 samples, additional @group/@end group, GCS in samples.
10717 Use @deffn instead of simple @table to define the directives,
10718 macros, variables etc.
10720 2002-11-13 Paul Eggert <eggert@twinsun.com>
10722 Fix some bugs reported by Albert Chin-A-Young in
10723 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
10725 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
10726 -o c"; the HP C compiler chatters during compilation.
10727 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
10728 * tests/headers.at (export YYLTYPE): Likewise.
10730 * tests/input.at (Torturing the Scanner): Remove lines containing
10731 solitary backslashes, as they tickle a bug in the HP C compiler.
10733 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
10734 comments, since they're not portable. Use GNU coding style.
10736 2002-11-13 Akim Demaille <akim@epita.fr>
10738 * data/yacc.c: Leave bigger chunks of quoted text.
10739 (YYDSYMPRINTF): New.
10740 Use it to report symbol activities.
10741 * data/glr.c (YYDSYMPRINTF): New.
10744 2002-11-12 Paul Eggert <eggert@twinsun.com>
10748 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
10749 (yyglrReduce): Return yyok, not 0.
10750 This should avoid the enumerated-type warnings reported
10751 by Nelson H. F. Beebe in
10752 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
10754 * lib/bbitset.h (BITSET_INLINE): Remove.
10755 * lib/bitset.h [! BITSET_INLINE]: Remove.
10756 (bitset_set, bitset_reset, bitset_test): Rename local vars
10757 to avoid shadowing warnings by GCC.
10759 * data/glr.c (inline): Remove #define. It's the user's
10760 responsibility to #define it away, just like 'const'.
10761 This fixes one of the bugs reported by Nelson H. F. Beebe in
10762 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
10764 * Makefile.maint (po-check): Scan .l and .y files instead of the
10765 .c and the .h files that they generate. This fixes the bug
10766 reported by Tim Van Holder in:
10767 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
10768 Look for N_ as well as for _. Try to avoid matching #define for
10770 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
10771 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
10772 * src/scan-gram.l: Revamp regular expressions so that " and '
10773 do not confuse xgettext.
10775 * src/struniq.h (struniq_new): Do not declare the return type
10776 to be 'const'; this violates the C standard.
10777 * src/struniq.c (struniq_new): Likewise.
10779 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
10781 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
10782 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
10785 2002-11-12 Akim Demaille <akim@epita.fr>
10787 * Makefile.maint: Sync with Autoconf:
10788 (local_updates): New.
10790 2002-11-12 Akim Demaille <akim@epita.fr>
10792 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
10794 2002-11-12 Akim Demaille <akim@epita.fr>
10796 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
10799 2002-11-12 Akim Demaille <akim@epita.fr>
10801 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
10804 2002-11-12 Akim Demaille <akim@epita.fr>
10806 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
10807 Use it to test the GLR parser.
10809 2002-11-12 Akim Demaille <akim@epita.fr>
10811 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
10813 * data/glr.c (yystos): New.
10814 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
10815 (YYDSYMPRINT): New.
10816 (yyval): Don't define it, it is handled via M4.
10817 (yyrecoverParseError): Free verbosely the discarded symbols.
10818 * data/yacc.c (yysymprint): Remove, rather...
10819 (b4_yysymprint_generate): invoke.
10820 * data/c.m4 (b4_yysymprint_generate): New.
10821 Accept pointers as arguments, as opposed to the version from
10823 (b4_yydestruct_generate): Likewise.
10824 * tests/cations.at (Printers and Destructors): Use Bison directives
10825 instead of CPP macros.
10826 Don't rely on internal details.
10828 2002-11-12 Akim Demaille <akim@epita.fr>
10830 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
10831 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
10832 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
10833 it against YYEMPTY and so forth), work on yytoken (i.e., set
10834 it to YYEMPTY etc.).
10835 (yydestruct): Replace with a b4_yydestruct_generate invocation.
10836 (b4_symbol_actions): Remove.
10837 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
10838 for 0, end-of-input.
10840 2002-11-12 Akim Demaille <akim@epita.fr>
10842 * doc/bison.texinfo (Destructor Decl): New.
10844 2002-11-12 Akim Demaille <akim@epita.fr>
10846 * src/tables.c (tables_generate): Use free for pointers that
10847 cannot be NULL, not XFREE.
10848 (pack_vector): Use assert, not fatal, for bound violations.
10849 * src/state.c (state_new): Likewise.
10850 * src/reader.c (reader): Likewise.
10851 * src/lalr.c (set_goto_map): Likewise.
10852 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
10855 2002-11-12 Akim Demaille <akim@epita.fr>
10857 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
10859 * src/scan-gram.l (last_string): Is global to the file, not to
10861 * src/parse-gram.y (input): Don't append the epilogue here,
10862 (epilogue.opt): do it here, and free the scanner's obstack.
10863 * src/reader.c (epilogue_set): Rename as...
10864 (epilogue_augment): this.
10865 * data/c.m4 (b4_epilogue): Defaults to empty.
10867 2002-11-12 Akim Demaille <akim@epita.fr>
10869 * src/getargs.c (long_options): Remove duplicates.
10870 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
10872 * doc/bison.rnh: Remove.
10873 * doc/bison.texinfo (VMS Invocation): Remove.
10875 2002-11-12 Akim Demaille <akim@epita.fr>
10877 * src/struniq.h, src/struniq.c (struniq_t): Is const.
10878 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
10880 Use struniq for symbols.
10882 * src/symtab.h (symbol_t): The tag member is a struniq.
10883 (symbol_type_set): Adjust.
10884 * src/symtab.c (symbol_new): Takes a struniq.
10885 (symbol_free): Don't free the tag member.
10886 (hash_compare_symbol_t, hash_symbol_t): Rename as...
10887 (hash_compare_symbol, hash_symbol): these.
10888 Use the fact that tags as struniqs.
10889 (symbol_get): Use struniq_new.
10890 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
10892 * src/reader.h (merger_list, grammar_currentmerge_set): The name
10893 and type members are struniqs.
10894 * src/reader.c (get_merge_function)
10895 (grammar_current_rule_merge_set): Adjust.
10896 (TYPE, current_type): Are struniq.
10898 Use struniq for file names.
10900 * src/files.h, src/files.c (infile): Split into...
10901 (grammar_file, current_file): these.
10902 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
10903 * src/reduce.c (reduce_print): Likewise.
10904 * src/getargs.c (getargs): Likewise.
10905 * src/complain.h, src/complain.c: Likewise.
10906 * src/main.c (main): Call struniqs_new early enough to use it for
10908 Don't free the input file name.
10910 2002-11-12 Akim Demaille <akim@epita.fr>
10912 * src/symtab.c (symbol_free): Remove dead deactivated code:
10913 type_name are properly removed.
10914 Don't use XFREE to free items that cannot be NULL.
10915 * src/struniq.h, src/struniq.c: New.
10916 * src/main.c (main): Initialize/free struniqs.
10917 * src/parse-gram.y (%union): Add astruniq member.
10919 * src/scan-gram.l (<{tag}>): Return a struniq.
10920 Free the obstack bit that used to store it.
10921 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
10923 2002-11-11 Paul Eggert <eggert@twinsun.com>
10925 Revamp to fix many (but not all) of the C- and M4-related quoting
10926 problems. Among other things, this fixes the Bison bug reported
10927 by Jan Hubicka when processing the Bash grammar; see:
10928 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
10930 Use new @ escapes consistently. Represent brackets with @{ and @}
10931 rather than @<:@ and @:>@, since this works a bit better with dumb
10932 editors like vi. Represent @ with @@, since @ is now consistently
10933 an escape. Use @oline@ and @ofile@ rather than __oline__ and
10934 __ofile__, to avoid unexpected expansions. Similarly, use @output
10935 rather than #output.
10937 * data/c.m4 (b4_copyright): Omit file name from comment, since
10938 the file name could contain "*/".
10939 (b4_synclines_flag): Don't quote the 2nd argument; it should already
10940 be quoted. All uses changed.
10942 * data/glr.c: Use new @ escapes consistently.
10943 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
10944 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
10945 Remove, since they couldn't handle arbitrary characters in file
10947 * data/lalr1.cc: Likewise.
10948 * data/yacc.c: Likewise.
10950 * src/files.c (output_infix): Remove; all uses removed.
10951 * src/files.h: Likewise.
10953 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
10954 mishandled funny characters in file names, and anyway it isn't
10956 * data/yacc.c: Likewise.
10957 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
10959 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
10960 * data/yacc.c: Likewise.
10962 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
10964 (muscle_init): Quote filename as a C string.
10965 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
10966 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
10967 * src/output.c (escaped_file_name_output): New function.
10968 (prepare_symbols): Quote tokens for M4.
10969 (prepare): Don't insert output_infix, output_prefix,
10970 output_parser_name, output_header_name; this is now down by scan-skel.
10971 Insert skeleton as a C string.
10973 * src/output.c (user_actions_output, symbol_destructors_output,
10974 symbol_printers_output): Quote filenames for C and M4.
10975 * src/reader.c (prologue_augment, epilogue_set): Likewise.
10977 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
10978 escapes other than \\ and \'; this simplifies the code.
10979 (<SC_STRING>): Likewise, for \\ and \".
10980 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
10981 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
10982 Use new escapes @{ and @} for [ and ].
10984 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
10985 them with auto vars.
10986 Switch to new escape scheme, where @ is the escape character uniformly.
10987 Abort if a stray escape character is found. Avoid unbounded input
10988 buffer when parsing non-escaped text.
10990 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
10991 __oline__, #output, $@, and @{ do not have unintended meanings.
10993 2002-11-09 Paul Eggert <eggert@twinsun.com>
10995 Fix the test failure due to GCC warnings described in
10996 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
10997 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
10998 evaluate to 0 if it's impossible for NINF to be in the respective
11000 (yygetLRActions, yyrecoverParseError): Use them.
11002 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
11003 counted in the token inserted at end of file. Now takes
11004 location_t *, not location_t, so that the location can be
11005 adjusted. All uses changed.
11007 * tests/regression.at (Invalid inputs): Adjust wording in
11008 diagnostic to match the new behavior.
11010 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
11011 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
11012 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
11013 abort ();'. This reduces the runtime of the "Many lookaheads"
11014 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
11017 2002-11-07 Paul Eggert <eggert@twinsun.com>
11019 * src/parse-gram.y (CHARACTER): Remove unused token.
11022 * src/scan-gram.l: Remove stack option. We no longer use the
11023 stack, since the stack was never deeper than 1; instead, use the
11024 new auto var c_context to record the stacked value.
11026 Remove nounput option. At an unexpected end of file, we now unput
11027 the minimal input necessary to end cleanly; this simplifies the
11030 Avoid unbounded token sizes where this is easy.
11032 (unexpected_end_of_file): New function.
11033 Use it to systematize the error message on unexpected EOF.
11034 (last-string): Now auto, not static.
11035 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
11036 (scanner_last_string_free): Remove; not used.
11037 (percent_percent_count): Move decl to just before use.
11038 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
11039 not the (never otherwised-used) CHARACTER.
11041 2002-11-07 Akim Demaille <akim@epita.fr>
11043 Let yyerror always receive the msg as last argument, so that
11044 yyerror can be variadic.
11046 * data/yacc.c (b4_yyerror_args): New.
11047 Use it when calling yyerror.
11048 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
11049 Use it when calling yyerror.
11050 * doc/bison.texinfo (Error Reporting): Adjust.
11051 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
11052 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
11054 2002-11-06 Akim Demaille <akim@epita.fr>
11056 #line should have quoted strings.
11057 Ideally, this should be done by m4_quotearg.
11059 * src/scan-skel.l: Include quotearg.h.
11061 * src/output.c (symbol_printers_output)
11062 (symbol_destructors_output): Quote the file name.
11064 2002-11-06 Akim Demaille <akim@epita.fr>
11066 * tests/regression.at (Invalid inputs): Adjust to the recent
11069 2002-11-06 Akim Demaille <akim@epita.fr>
11071 Restore --no-lines.
11072 Reported by Jim Kent.
11074 * data/c.m4 (b4_syncline): New.
11075 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
11076 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
11077 * src/output.c (user_actions_output): Likewise.
11078 (prepare): Define 'b4_synclines_flag'.
11079 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
11081 2002-11-06 Akim Demaille <akim@epita.fr>
11083 * src/main.c (main): Free `infile'.
11084 * src/scan-gram.l (handle_syncline): New.
11086 * src/output.c (user_actions_output, symbol_destructors_output)
11087 (symbol_printers_output): Use the location's file name, not
11089 * src/reader.c (prologue_augment, epilogue_set): Likewise.
11091 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11093 * src/tables.c (matching_state): Don't allow states to match if
11094 either has GLR conflict entries.
11096 2002-11-05 Paul Eggert <eggert@twinsun.com>
11098 * src/scan-gram.l: Use more accurate diagnostics, e.g.
11099 "integer out of range" rather than "invalid value".
11100 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
11103 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
11104 Also, remove one static variable in the scanner.
11106 * src/scan-gram.l (braces_level): Now auto, not static.
11107 Initialize to zero if the compiler is being picky.
11108 (INITIAL): Clear braces_level instead of incrementing it.
11109 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
11110 as POSIX 1003.1-2001 requires.
11111 * src/system.h (IF_LINT): New macro, taken from coreutils.
11112 * configure.ac: Define "lint" if --enable-gcc-warnings.
11114 2002-11-05 Akim Demaille <akim@epita.fr>
11116 * src/scan-gram.l: When it starts with `%', complain about the
11117 whole directive, not just that `invalid character: %'.
11119 2002-11-04 Akim Demaille <akim@epita.fr>
11121 * Makefile.maint: Update from Autoconf.
11122 (update, cvs-update, po-update, do-po-update): New.
11124 2002-11-04 Akim Demaille <akim@epita.fr>
11126 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
11128 Have yyerror `use' its arguments.
11129 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
11130 returns true when location & yacc & pure & parse-param.
11131 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
11133 2002-11-04 Akim Demaille <akim@epita.fr>
11135 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
11137 * src/scan-gram.l: Use [\'] instead of ['] to pacify
11140 Use quote, not quote_n since LOCATION_PRINT no longer uses the
11143 2002-11-03 Paul Eggert <eggert@twinsun.com>
11145 * src/reader.c (get_merge_function, grammar_current_rule_check):
11146 Use consistent diagnostics for reporting type name clashes.
11147 Quote the types with <>, for consistency with Yacc.
11148 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
11150 2002-11-03 Akim Demaille <akim@epita.fr>
11152 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
11154 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
11155 (b4_parse_param): Remove.
11156 Use b4_identification.
11157 Propagate b4_pure_args where needed to pass them to yyerror.
11158 * data/glr.m4 (b4_parse_param): Remove.
11159 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
11160 (b4_lpure_formals): New.
11161 Use b4_identification.
11162 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
11163 b4_user_formals and b4_user_args.
11164 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
11165 (yyreportAmbiguity): When using a pure parser, also need
11166 the location, and the parse-params.
11168 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
11169 When using a pure parser, also need the parse-params.
11171 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
11172 (%pure-parser + %parse-param) LALR and GLR parsers.
11173 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
11174 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
11175 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
11176 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
11177 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
11178 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
11179 * doc/bison.texinfo: Untabify the whole file.
11180 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
11181 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
11182 (Error Reporting): Adjust to these new directives.
11183 Document %error-verbose, deprecate YYERROR_VERBOSE.
11185 2002-11-03 Akim Demaille <akim@epita.fr>
11187 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
11188 AT_CHECK_CALC_GLR invocations to use % directives, instead of
11189 command line options.
11190 * tests/cxx-type.at: Formatting changes.
11192 2002-11-03 Paul Eggert <eggert@twinsun.com>
11194 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
11195 to count columns correctly, and to check for invalid inputs.
11197 Use mbsnwidth to count columns correctly. Account for tabs, too.
11198 Include mbswidth.h.
11199 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
11200 (extend_location): New function.
11201 (YY_LINES): Remove.
11203 Handle CRLF in C code rather than in Lex code.
11204 (YY_INPUT): New macro.
11205 (no_cr_read): New function.
11207 Scan UCNs, even though we don't fully handle them yet.
11208 (convert_ucn_to_byte): New function.
11210 Handle backslash-newline correctly in C code.
11211 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
11212 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
11214 (tag, splice): New EREs. Do not allow NUL or newline in tags.
11215 Use {splice} wherever C allows backslash-newline.
11216 YY_STEP after space, newline, vertical-tab.
11217 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
11219 (letter, id): Don't assume ASCII; e.g., spell out a-z.
11221 ({int}, handle_action_dollar, handle_action_at): Check for integer
11224 (YY_STEP): Omit trailing semicolon, so that it's more like C.
11226 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
11227 as well as \000. Check for UCHAR_MAX, not 255.
11228 Allow \x with an arbitrary positive number of digits, as in C.
11229 Check for overflow here.
11230 Allow \? and UCNs, for compatibility with C.
11232 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
11233 with quote slot used by complain_at.
11235 * tests/input.at: Add tests for backslash-newline, m4 quotes
11236 in symbols, long literals, and funny escapes in strings.
11238 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
11239 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
11240 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
11241 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
11242 * m4/mbswidth.m4: New file, from GNU coreutils.
11244 * doc/bison.texinfo (Grammar Outline): Document // comments.
11245 (Symbols): Document that trigraphs have no special meaning in Bison,
11246 nor is backslash-newline allowed.
11247 (Actions): Document that trigraphs have no special meaning.
11249 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
11252 2002-11-02 Paul Eggert <eggert@twinsun.com>
11254 * src/reader.c: Don't include quote.h; not needed.
11255 (get_merge_function): Reword warning to be consistent with
11256 type clash diagnostic in grammar_current_rule_check.
11258 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
11259 bug in trigraph handling.
11261 * src/output.c (prepare_symbols): When printing token names,
11262 escape "[" as "@<:@" and likewise for "]".
11264 * src/system.h (errno): Remove declaration, as we are now
11265 assuming C89 or better, and C89 guarantees errno.
11267 2002-10-30 Paul Eggert <eggert@twinsun.com>
11269 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
11270 Check for close failures.
11271 * src/files.h (xfclose): Return void, not int, since it always
11273 * src/files.c (xfclose): Likewise. Report I/O error if ferror
11275 * src/output.c (output_skeleton): Use xfclose rather than fclose
11276 and ferror. xfclose now checks ferror.
11278 * data/glr.c (YYLEFTMOST_STATE): Remove.
11279 (yyreportTree): Use a stack-based leftmost state. This avoids
11280 our continuing battles with bogus warnings about initializers.
11282 2002-10-30 Akim Demaille <akim@epita.fr>
11284 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
11287 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11289 * tests/glr-regr1.at: New test for reported regressions.
11290 * tests/testsuite.at: Add glr-regr1.at test.
11291 * tests/Makefile.am: Add glr-regr1.at test.
11293 2002-10-24 Paul Eggert <eggert@twinsun.com>
11297 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
11298 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
11299 we use malloc. Don't assume 'A' through 'Z' are contiguous.
11300 Don't assume strdup exists; POSIX says its an XSI extension.
11301 Check for buffer overflow on input.
11303 2002-10-24 Akim Demaille <akim@epita.fr>
11305 * src/output.c (output_skeleton): Don't disable M4sugar comments
11306 too soon: it results in comments being expanded.
11307 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
11310 2002-10-24 Akim Demaille <akim@epita.fr>
11312 * data/yacc.c (m4_int_type): New.
11313 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
11314 char' as only yacc.c wants K&R portability.
11315 * data/glr.c (yysigned_char): Remove.
11316 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
11317 Reported by Quoc Peyrot.
11319 2002-10-23 Paul Eggert <eggert@twinsun.com>
11321 * src/main.c (main): With --trace=time, report times even if a
11322 non-fatal error occurs. Formerly, the times were reported in some
11323 such cases but not in others.
11324 * src/reader.c (reader): Just return if a complaint has been issued,
11325 instead of exiting, so that 'main' can report times.
11327 2002-10-22 Akim Demaille <akim@epita.fr>
11329 * src/system.h: Include sys/types.
11330 Reported by Bert Deknuydt.
11332 2002-10-23 Paul Eggert <eggert@twinsun.com>
11334 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
11335 Suggested by Art Haas.
11337 2002-10-22 Paul Eggert <eggert@twinsun.com>
11339 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
11340 decl; not needed any more.
11341 * src/main.c (main): Use return to exit, undoing yesterday's change.
11342 The last OS that we could find where this wouldn't work is
11343 SunOS 3.5, and that's too old to worry about now.
11345 * data/glr.c (struct yyltype): Define members even when not
11346 doing locations. This is more consistent with yacc.c, and it
11347 works around the following bug reports:
11348 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
11349 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
11351 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
11352 @acronym consistently. Standardize on "Yacc" instead of "YACC",
11353 "Algol" instead of "ALGOL". Give a bit more history about BNF.
11355 2002-10-22 Akim Demaille <akim@epita.fr>
11357 * data/README: New.
11359 2002-10-21 Paul Eggert <eggert@twinsun.com>
11361 Be consistent about 'bool'; the old code used an enum in one
11362 module and an int in another, and this violates the C standard.
11363 * m4/stdbool.m4: New file, from coreutils 4.5.3.
11364 * configure.ac (AC_HEADER_STDBOOL): Add.
11365 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
11366 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
11367 * src/symtab.c (hash_compare_symbol_t): Likewise.
11368 * src/system.h (bool, false, true): Use a definition consistent
11369 with ../lib/hash.c. All uses changed.
11371 * src/complain.c (warning_issued): Renamed from warn_message_count,
11372 so that we needn't worry about integer overflow (!).
11373 Now of type bool. All uses changed.
11374 (complaint_issued): Renamed from complain_message_count; likewise.
11376 * src/main.c (main): Use exit to exit with failure.
11378 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
11379 rather than 1 and 0.
11380 * src/main.c (main): Likewise.
11381 * src/getargs.c (getargs): Likewise.
11382 * src/reader.c (reader): Likewise.
11384 * src/getarg.c (getargs): Remove duplicate code for
11385 "Try `bison --help'".
11387 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
11388 What was that "2" for?
11390 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
11391 * src/getargs.c (usage): Likewise.
11393 * src/getargs.c (getargs): When there are too few operands, report
11394 the last one. When there are too many, report the first extra
11395 one. This is how diffutils does it.
11397 2002-10-20 Paul Eggert <eggert@twinsun.com>
11399 Remove K&R vestiges.
11400 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
11401 * src/complain.c (VA_START): Remove. Assume prototypes.
11402 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
11403 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
11404 fatal): Assume prototypes.
11405 * src/complain.h: Assume prototypes.
11406 * src/system.h (PARAMS): Remove.
11407 Include <limits.h> unconditionally, since it's guaranteeed even
11408 for a freestanding C89 compiler.
11409 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
11410 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
11412 2002-10-20 Akim Demaille <akim@epita.fr>
11414 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
11415 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
11416 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
11417 (yyresolveStates, yyresolveAction, yyresolveStack)
11418 (yyprocessOneStack): Use them.
11419 (yy_reduce_print): New.
11420 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
11422 2002-10-20 Akim Demaille <akim@epita.fr>
11424 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
11425 arguments and output `void'.
11426 (b4_c_function): Rename as...
11427 (b4_c_function_def): this.
11428 (b4_c_function_decl, b4_c_ansi_function_def)
11429 (b4_c_ansi_function_decl): New.
11430 Change the interpretation of the arguments: before `int, foo', now
11432 * data/yacc.c (yyparse): Prototype and define thanks to these.
11433 Adjust b4_c_function_def uses.
11434 * data/glr.c (yyparse): Likewise, but ANSI only.
11436 2002-10-20 Akim Demaille <akim@epita.fr>
11438 * src/output.c (prepare): Move the definition of `tokens_number',
11439 `nterms_number', `undef_token_number', `user_token_number_max'
11441 (prepare_tokens): Here.
11442 (prepare_tokens): Rename as...
11443 (prepare_symbols): this.
11444 (prepare): Move the definition of `rules_number' to...
11445 (prepare_rules): here.
11446 (prepare): Move the definition of `last', `final_state_number',
11447 `states_number' to...
11448 (prepare_states): here.
11449 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
11451 2002-10-20 Akim Demaille <akim@epita.fr>
11453 * src/tables.h, src/tables.c, src/output.c: Comment changes.
11455 2002-10-20 Akim Demaille <akim@epita.fr>
11457 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
11460 2002-10-20 Akim Demaille <akim@epita.fr>
11462 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
11463 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
11465 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
11467 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
11468 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
11471 2002-10-19 Paul Eggert <eggert@twinsun.com>
11473 Do not create a temporary file, as that involves security and
11474 cleanup headaches. Instead, use a pair of pipes.
11475 Derived from a suggestion by Florian Krohm.
11476 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
11477 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
11478 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
11479 (BISON_PREREQ_SUBPIPE): Add.
11480 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
11481 Add subpipe.h, subpipe.c.
11482 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
11483 * po/POTFILES.in: Add lib/subpipe.c.
11484 * src/output.c: Include "subpipe.h".
11485 (m4_invoke): Remove decl.
11486 (scan_skel): New decl.
11487 (output_skeleton): Use pipe rather than temporary file for m4 input.
11488 Check that m4sugar.m4 is readable, to avoid deadlock.
11489 Check for pipe I/O error.
11490 * src/scan-skel.l (readpipe): Remove decl.
11491 (scan_skel): New function, to be used in place of m4_invoke.
11492 Read from stream rather than file.
11494 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
11495 float, as this generates a warning on Solaris 8 + GCC 3.2 with
11496 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
11497 this generates a more-accurate value anyway.
11499 * lib/timevar.c (timervar_accumulate): Rename locals to
11500 avoid confusion with similarly-named more-global.
11501 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
11503 * src/output.c (prepare): Use xstrdup to convert char const *
11504 to char *, to avoid GCC warning.
11506 2002-10-19 Akim Demaille <akim@epita.fr>
11508 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
11509 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
11510 Use them to have `calc.y' ready for %pure-parser.
11511 * data/yacc.c (YYLEX): Pass a yylex return type to
11512 b4_c_function_call.
11514 2002-10-19 Akim Demaille <akim@epita.fr>
11516 Prototype support of %lex-param and %parse-param.
11518 * src/parse-gram.y: Add the definition of the %lex-param and
11519 %parse-param tokens, plus their rules.
11520 Drop the `_' version of %glr-parser.
11522 * src/scan-gram.l (INITIAL): Scan them.
11523 * src/muscle_tab.c: Comment changes.
11524 (muscle_insert, muscle_find): Rename `pair' as `probe'.
11525 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
11526 (muscle_entry_s): The `value' member is no longer const.
11527 Adjust all dependencies.
11528 * src/muscle_tab.c (muscle_init): Adjust: use
11529 MUSCLE_INSERT_STRING.
11530 Initialize the obstack earlier.
11531 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
11532 (muscle_pair_list_grow): New.
11533 * data/c.m4 (b4_c_function_call, b4_c_args): New.
11534 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
11535 * tests/calc.at: Use %locations, not --locations.
11536 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
11538 2002-10-19 Akim Demaille <akim@epita.fr>
11540 * src/getargs.c (usage): Take status as argument and exit
11542 Report the traditional `Try ... --help' message when status != 0.
11543 (usage, version): Don't take a FILE * as arg, it is pointless.
11544 (getargs): When there is an incorrect number of arguments, make it
11545 an error, and report it GNUlically thanks to `usage ()'.
11547 2002-10-18 Paul Eggert <eggert@twinsun.com>
11549 * data/glr.c (yyreportParseError): Don't assume that sprintf
11550 yields the length of the printed string, as this is not true
11551 on SunOS 4.1.4. Reported by Peter Klein.
11553 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
11554 * tests/conflicts.at (%nonassoc and eof): Likewise.
11555 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
11557 2002-10-17 Akim Demaille <akim@epita.fr>
11559 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
11560 * src/getargs.c (trace_types, trace_args): Adjust.
11561 * src/reader.c (grammar_current_rule_prec_set)
11562 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
11563 Standardize error messages.
11564 And s/@prec/%prec/!
11565 (reader): Use trace_flag to enable scanner/parser debugging,
11566 instead of an adhoc scheme.
11567 * src/scan-gram.l: Remove trailing debugging code.
11569 2002-10-16 Paul Eggert <eggert@twinsun.com>
11571 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
11574 * NEWS: Officially drop support for building Bison with K&R C,
11575 since it didn't work anyway and it's not worth worrying about.
11576 * Makefile.maint (wget_files): Remove ansi2knr.c.
11577 (ansi2knr.c-url_prefix): Remove.
11578 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
11579 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
11580 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
11582 2002-10-15 Paul Eggert <eggert@twinsun.com>
11584 Stop using the "enum_" trick for K&R-style function definitions;
11585 it confused me, and I was the author! Instead, assume that people
11586 who want to use K&R C compilers (when using these modules in GCC,
11587 perhaps?) will run ansi2knr.
11589 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
11590 All uses of "enum_" changed to "enum ".
11591 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
11592 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
11594 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
11595 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
11596 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
11597 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
11598 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
11599 abitset_not, abitset_ones, abitset_or, abitset_or_and,
11600 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
11601 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
11602 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
11603 Use function prototypes; this removes the need for declaring
11604 static functions simply to provide their prototypes.
11605 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
11606 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
11607 bitset_count_, bitset_create, bitset_dump, bitset_first,
11608 bitset_free, bitset_init, bitset_last, bitset_next,
11609 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
11610 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
11611 bitset_print, bitset_release_memory, bitset_toggle_,
11612 bitset_type_choose, bitset_type_get, bitset_type_name_get,
11613 debug_bitset): Likewise.
11614 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
11615 * lib/bitset_stats.c (bitset_log_histogram_print,
11616 bitset_percent_histogram_print, bitset_stats_and,
11617 bitset_stats_and_cmp, bitset_stats_and_or,
11618 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
11619 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
11620 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
11621 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
11622 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
11623 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
11624 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
11625 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
11626 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
11627 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
11628 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
11629 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
11630 bitset_stats_zero): Likewise.
11631 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
11632 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
11633 bitsetv_dump, debug_bitsetv): Likewise.
11634 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
11635 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
11636 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
11637 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
11638 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
11639 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
11640 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
11641 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
11642 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
11643 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
11644 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
11646 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
11647 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
11648 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
11649 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
11650 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
11651 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
11652 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
11653 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
11654 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
11655 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
11656 lbitset_xor_cmp, lbitset_zero): Likewise.
11658 2002-10-14 Akim Demaille <akim@epita.fr>
11662 2002-10-14 Akim Demaille <akim@epita.fr>
11664 * tests/Makefile.am (maintainer-check-posix): New.
11666 2002-10-14 Akim Demaille <akim@epita.fr>
11668 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
11671 2002-10-14 Akim Demaille <akim@epita.fr>
11673 * src/tables.c (table_ninf_remap): base -> tab.
11674 Reported by Matt Rosing.
11676 2002-10-14 Paul Eggert <eggert@twinsun.com>
11678 * tests/action.at, tests/calc.at, tests/conflicts.at,
11679 tests/cxx-type.at, tests/headers.at, tests/input.at,
11680 tests/regression.at, tests/synclines.at, tests/torture.at:
11681 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
11682 so that the tests still work even if POSIXLY_CORRECT is set.
11683 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
11685 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
11686 for portability to K&R hosts. Fix typo: signed char is guaranteed
11687 only to 127, not to 128.
11688 * data/glr.c (yysigned_char): New type.
11689 * data/yacc.c (yysigned_char): Likewise.
11690 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
11692 2002-10-13 Paul Eggert <eggert@twinsun.com>
11694 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
11695 true due to limited range of data type" warning from GCC.
11697 * data/c.m4 (b4_token_defines): Protect against double-inclusion
11698 by wrapping enum yytokentype's definition inside #ifndef
11699 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
11701 2002-10-13 Akim Demaille <akim@epita.fr>
11703 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
11704 Un yy- yyrhs to avoid the name clash with the global YYRHS.
11706 2002-10-13 Akim Demaille <akim@epita.fr>
11708 * Makefile.maint: Update from Autoconf 2.54.
11709 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
11711 2002-10-13 Akim Demaille <akim@epita.fr>
11713 * src/print.c (print_state): Separate the list of solved conflicts
11714 from the other items.
11715 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
11717 2002-10-13 Akim Demaille <akim@epita.fr>
11719 Let nondeterministic skeletons be usable with deterministic
11722 With the patch, GAWK compiled by GCC without -O2 passes its test
11723 suite using a GLR parser driven by LALR tables. It fails with -O2
11724 because `struct stat' gives two different answers on my machine:
11725 88 (definition of an auto var) and later 96 (memset on this var).
11726 Hence the stack is badly corrumpted. The headers inclusion is to
11727 blame: if I move the awk.h inclusion before GLR's system header
11728 inclusion, the two struct stat have the same size.
11730 * src/tables.c (pack_table): Always create conflict_table.
11731 (token_actions): Always create conflict_list.
11732 * data/glr.c (YYFLAG): Remove, unused.
11734 2002-10-13 Akim Demaille <akim@epita.fr>
11736 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
11738 (VALGRIND, GXX): New.
11739 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
11740 * tests/bison.in: Run $PREBISON a pre-command.
11741 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
11742 (maintainer-check-g++): New.
11743 * Makefile.am (maintainer-check): New.
11745 2002-10-13 Akim Demaille <akim@epita.fr>
11747 * data/glr.c: Formatting changes.
11748 Tweak some trace messages to match yacc.c's.
11750 2002-10-13 Akim Demaille <akim@epita.fr>
11752 GLR parsers sometimes raise parse errors instead of performing the
11754 Reported by Charles-Henry de Boysson.
11756 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
11757 check the length of the traces when %glr.
11758 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
11760 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
11762 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
11763 (yyltype): Remove the yy prefix from the member names.
11764 (yytable): Complete its comment.
11765 (yygetLRActions): Map error action number from YYTABLE from
11767 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
11768 (which was a bug: it should have been YYTABEL_NINF, and yet it was
11769 not satisfying as we could compare an YYACTION computed from
11770 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
11771 only value for error actions.
11772 (yyreportParseError): In verbose parse error messages, don't issue
11773 `error' in the list of expected tokens.
11774 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
11775 next action to perform to match glr.c's decoding.
11776 (yytable): Complete its comment.
11778 2002-10-13 Paul Eggert <eggert@twinsun.com>
11780 Fix problem reported by Henrik Grubbstroem in
11781 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
11782 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
11783 because the Bison parser reads the second action before reducing
11785 * src/scan-gram.l (rule_length): New static var.
11786 Use it to keep track of the rule length in the scanner, since
11787 we can't expect the parser to be in lock-step sync with the scanner.
11788 (handle_action_dollar, handle_action_at): Use this var.
11789 * tests/actions.at (Exotic Dollars): Test for the problem.
11791 2002-10-12 Paul Eggert <eggert@twinsun.com>
11793 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
11794 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
11795 Include <sys/time.h> when checking for clock_t and struct tms.
11796 Use same include order as source.
11797 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
11798 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
11800 * lib/timevar.c: Update copyright date and clarify comments.
11801 (get_time) [IN_GCC]: Keep the GCC version for reference.
11803 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
11804 GCC version as of today, then merge Bison's changes.
11805 Change "GCC" to "Bison" in copyright notice. timevar.def's
11806 author is Akim, so change that too.
11808 * src/reader.c (grammar_current_rule_check):
11809 Don't worry about the default action if $$ is untyped.
11810 Prevents bogus warnings reported by Jim Gifford in
11811 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
11813 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
11814 * data/glr.c, data/lalr1.cc, data/yacc.c:
11815 Output token definitions before the first part of user declarations.
11816 Fixes compatibility problem reported by Jim Gifford for kbd in
11817 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
11819 2002-10-11 Paul Eggert <eggert@twinsun.com>
11821 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
11822 (yyparse): here. This undoes some of the 2002-07-25 change.
11823 Compatibility problem reported by Ralf S. Engelschall with
11824 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
11826 2002-10-11 Akim Demaille <akim@epita.fr>
11828 * tests/regression.at Characters Escapes): New.
11829 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
11831 Reported by Jan Nieuwenhuizen.
11833 2002-10-11 Akim Demaille <akim@epita.fr>
11837 2002-10-10 Paul Eggert <eggert@twinsun.com>
11839 Portability fixes for bitsets; this also avoids several GCC
11842 * lib/abitset.c: Include <stddef.h>, for offsetof.
11843 * lib/lbitset.c: Likewise.
11845 * lib/abitset.c (abitset_bytes): Return a size that is aligned
11846 properly for vectors of objects. Do not assume that adding a
11847 header size to a multiple of a word size yields a value that is
11848 properly aligned for the whole union.
11849 * lib/bitsetv.c (bitsetv_alloc): Likewise.
11851 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
11852 unique names for structures.
11853 * lib/ebitset.c (ebitset_bytes): Likewise.
11854 * lib/lbitset.c (lbitset_bytes): Likewise.
11856 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
11857 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
11858 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
11859 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
11860 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
11861 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
11862 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
11863 to improve the type-checking that GCC can do.
11864 * lib/bitset.c (bitset_op4_cmp): Likewise.
11865 * lib/bitset_stats.c (bitset_stats_count,
11866 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
11867 bitset_stats_copy, bitset_stats_disjoint_p,
11868 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
11869 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
11870 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
11871 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
11872 bitset_stats_and_or_cmp, bitset_stats_andn_or,
11873 bitset_stats_andn_or_cmp, bitset_stats_or_and,
11874 bitset_stats_or_and_cmp): Likewise.
11875 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
11876 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
11877 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
11878 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
11880 * lib/abitset.h: Include bitset.h, not bbitset.h.
11881 * lib/ebitset.h: Likewise.
11882 * lib/lbitset.h: Likewise.
11884 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
11885 All instances of parameters of type enum bitset_opts are now of
11886 type enum_bitset_opts, to conform to the C Standard, and similarly
11887 for enum_bitset_type.
11888 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
11889 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
11891 Do not use "struct bitset_struct" to mean different things in
11892 different modules. Not only is this confusing, it violates
11893 the C Standard, which requires that structure types in different
11894 modules must be compatible if one is to be passed to the other.
11895 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
11896 All instances of "struct bitset_struct *" replaced with "bitset".
11897 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
11898 (union bitset_union, struct abitset_struct, struct ebitset_struct,
11899 struct lbitset_struct, struct bitset_stats_struct): New types.
11900 All uses of struct bitset_struct changed to union bitset_union,
11902 * lib/abitset.c (struct abitset_struct, abitset,
11903 struct bitset_struct): Remove.
11904 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
11905 struct bitset_struct): Remove.
11906 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
11907 bitset_struct): Remove.
11908 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
11911 Do not call a function of type T using a call that assumes the
11912 function is of a different type U. Standard C requires that a
11913 function must be called with a type that is compatible with its
11915 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11917 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11919 * lib/ebitset.c (PFV): Remove.
11920 * lib/lbitset.c (PFV): Likewise.
11921 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
11922 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
11924 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
11925 (ebitset_vtable): Use them.
11926 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
11927 lbitset_xor): New functions.
11928 (lbitset_vtable): Use them.
11930 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
11933 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
11935 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
11936 Use offsetof, for simplicity.
11938 2002-10-06 Paul Eggert <eggert@twinsun.com>
11940 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
11941 the same width as int. This reapplies a hunk of the 2002-08-12 patch
11942 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
11943 which was inadvertently undone by the 2002-09-30 patch.
11944 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
11945 the same width as int.
11947 2002-10-04 Paul Eggert <eggert@twinsun.com>
11951 * configure.ac (AC_INIT), NEWS: Increment version number.
11953 * doc/bison.texinfo: Minor spelling, grammar, and white space
11955 (Symbols): Mention that any negative value returned from yylex
11956 signifies end-of-input. Warn about negative chars. Mention
11957 the portable Standard C character set.
11959 The GNU coding standard says CFLAGS and YFLAGS are reserved
11960 for the installer to set.
11961 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
11962 * src/Makefile.am (AM_CFLAGS): Likewise.
11963 (AM_YFLAGS): Renamed from YFLAGS.
11965 Fix some MAX and MIN problems.
11966 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
11967 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
11968 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
11969 * src/reader.c (reader): Use it.
11971 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
11972 POSIX 1003.1-2001 has removed fgrep.
11974 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11976 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
11977 interpreted as signed.
11978 * lib/ebitset.c (ebitset_list): Fix bug.
11980 2002-10-01 Paul Eggert <eggert@twinsun.com>
11982 More fixes for 64-bit hosts and large bitsets.
11984 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
11985 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
11986 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
11987 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
11988 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
11989 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
11990 bitset_count_): Likewise.
11991 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
11992 bitset_first, bitset_last): Likewise.
11993 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
11994 bitset_stats_list_reverse, bitset_stats_size,
11995 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
11997 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11998 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
11999 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
12000 bitsetv_reflexive_transitive_closure): Likewise.
12001 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
12002 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
12004 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
12007 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
12008 Use size_t, not unsigned int, to count bytes.
12009 * lib/abitset.h (abitset_bytes): Likewise.
12010 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
12012 * lib/bitset.h (bitset_bytes): Likewise.
12013 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
12014 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
12015 * lib/bitsetv.c (bitsetv_alloc): Likewise.
12016 * lib/ebitset.c (ebitset_bytes): Likewise.
12017 * lib/ebitset.h (ebitset_bytes): Likewise.
12018 * lib/lbitset.c (lbitset_bytes): Likewise.
12019 * lib/lbitset.h (lbitset_bytes): Likewise.
12021 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
12022 abitset_subset_p, abitset_disjoint_p, abitset_and,
12023 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
12024 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
12025 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
12026 abitset_or_and, abitset_or_and_cmp):
12027 Use bitset_windex instead of unsigned int.
12028 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
12029 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
12030 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
12031 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
12033 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
12035 * lib/bitset.c (bitset_print):
12036 Use proper printf formats for widths of integer types.
12037 * lib/bitset_stats.c (bitset_percent_histogram_print,
12038 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
12039 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
12040 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
12041 * lib/lbitset.c (lbitset_bytes): Likewise.
12043 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
12044 BITSET_SIZE_MAX): New macros.
12045 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
12046 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
12047 to BITSET_WINDEX_MAX.
12049 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
12050 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
12051 since we now return the bitset_bindex type (not int).
12053 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
12054 when computing sizes.
12055 * lib/ebitset.c (ebitset_elts_grow): Likewise.
12057 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
12058 and avoid cast to unsigned.
12060 2002-09-30 Akim Demaille <akim@epita.fr>
12062 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
12063 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
12064 Updates from Michael Hayes.
12066 2002-09-30 Art Haas <ahaas@neosoft.com>
12068 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
12070 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
12073 2002-09-27 Akim Demaille <akim@epita.fr>
12077 2002-09-27 Akim Demaille <akim@epita.fr>
12079 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
12080 (Because of AC_LIBSOURCE).
12082 2002-09-27 Akim Demaille <akim@epita.fr>
12084 Playing with Autoscan.
12086 * configure.ac: Remove the old LIBOBJ tweaks.
12087 (AC_REPLACE_FUNCS): Add strrchr and strtol.
12088 * lib/strrchr.c: New.
12089 * lib/strtol.c: New, from the Coreutils 4.5.1.
12091 2002-09-27 Akim Demaille <akim@epita.fr>
12093 Playing with Autoscan.
12095 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
12096 * lib/Makefile.am (libbison_a_SOURCES): No longer include
12097 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
12098 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
12101 2002-09-24 Akim Demaille <akim@epita.fr>
12103 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
12104 (Frequently Asked Questions, Parser Stack Overflow): New.
12106 2002-09-13 Akim Demaille <akim@epita.fr>
12108 Playing with autoscan.
12110 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
12111 * src/files.c (skeleton_find): Remove, unused.
12112 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
12113 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
12115 2002-09-13 Akim Demaille <akim@epita.fr>
12117 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
12118 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
12120 2002-09-13 Akim Demaille <akim@epita.fr>
12122 * configure.ac: Require 2.54.
12123 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
12124 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
12125 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
12126 Remove, provided by Autoconf macros.
12128 2002-09-12 Akim Demaille <akim@epita.fr>
12130 * m4/prereq.m4: Update, from Coreutils 4.5.1.
12132 2002-09-12 Akim Demaille <akim@epita.fr>
12134 * m4/prereq.m4: Update, from Fileutils 4.1.5.
12135 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
12136 Reported by Martin Mokrejs.
12138 2002-09-10 Akim Demaille <akim@epita.fr>
12140 * src/parse-gram.y: Associate a human readable string to each
12142 * tests/regression.at (Invalid inputs): Adjust.
12144 2002-09-10 Gary V. Vaughan <gary@gnu.org>
12146 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
12147 with an Autoconf-2.5x style configure.ac.
12149 2002-09-06 Paul Eggert <eggert@twinsun.com>
12151 * doc/bison.texinfo (Conditions): Make explicit that the GPL
12152 exception applies only to yacc.c. This is a modification of a
12153 patch originally suggested by Akim Demaille.
12155 2002-09-06 Akim Demaille <akim@epita.fr>
12157 * data/c.m4 (b4_copyright): Move the GPL exception comment from
12159 * data/yacc.c: here.
12161 * data/lalr1.cc (struct yyltype): Don't define it, since we use
12163 (b4_ltype): Default to yy::Location from location.hh.
12165 2002-09-04 Jim Meyering <jim@meyering.net>
12167 * data/yacc.c: Guard the declaration of yytoknum also with
12168 `#ifdef YYPRINT', so it is declared only when used.
12170 2002-09-04 Akim Demaille <akim@epita.fr>
12172 * configure.in: Rename as...
12173 * configure.ac: this.
12176 2002-09-04 Akim Demaille <akim@epita.fr>
12178 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
12179 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
12180 translate maintainer only messages.
12182 2002-08-12 Paul Eggert <eggert@twinsun.com>
12186 * Makefile.am (SUBDIRS): Remove intl.
12187 (DISTCLEANFILES): Remove.
12188 * NEWS: Mention that GNU M4 is now required. Clarify what is
12189 meant by "larger grammars". Mention the pt_BR translation.
12190 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
12191 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
12192 Bump version from 0.11.2 to 0.11.5.
12193 (BISON_PREREQ_STAGE): Remove.
12194 (AM_GNU_GETTEXT): Use external gettext.
12195 (AC_OUTPUT): Remove intl/Makefile.
12197 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
12199 * data/glr.c: Include string.h, for strlen.
12200 (yyreportParseError): Use size_t for yysize.
12201 (yy_yypstack): No longer nested inside yypstates, as nested
12202 functions are not portable. Do not assume size_t is the
12204 (yypstates): Do not assume that ptrdiff_t is the same width
12205 as int, and similarly for yyposn and YYINDEX.
12207 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
12209 * lib/Makefile.am (INCLUDES): Do not include from the intl
12210 directory, which has been removed.
12211 * src/Makefile.am (INCLUDES): Likewise.
12213 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
12214 (bitsets_sources, additional_bitsets_sources, timevars_sources):
12217 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
12218 * tests/Makefile.am (EXTRA_DIST): Likewise.
12220 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
12221 Do not assume that bitset_windex is the same width as unsigned.
12223 * lib/abitset.c (abitset_unused_clear): Do not assume that
12224 bitset_word is the same width as int.
12225 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
12226 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
12227 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
12228 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
12229 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
12231 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
12232 portability to one's complement hosts!).
12233 * lib/ebitset.c (ebitset_op1): Likewise.
12234 * lib/lbitset.c (lbitset_op1): Likewise.
12236 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
12237 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
12238 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
12239 Sync with fileutils.
12240 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
12241 lib/gettext.h: Sync with diffutils.
12243 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
12244 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
12246 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
12247 PROTOTYPES to check for prototypes, and "defined __STDC__" to
12250 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
12251 size_t; the old version tried to do this but casted improperly.
12252 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
12253 (bitset_test): Now returns int, not unsigned long.
12255 * lib/bitset_stats.c: Include "gettext.h".
12257 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
12258 name locals "index", as it generates unnecessary warnings on some
12259 hosts that have an "index" function.
12261 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
12262 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
12263 they need translation.
12264 * src/LR0.c (state_list_append, new_itemsets, get_state,
12265 append_states, generate_states): Likewise.
12266 * src/assoc.c (assoc_to_string): Likewise.
12267 * src/closure.c (print_closure, set_firsts, closure): Likewise.
12268 * src/gram.c (grammar_dump): Likewise.
12269 * src/injections.c (injections_compute): Likewise.
12270 * src/lalr.c (lookaheads_print): Likewise.
12271 * src/relation.c (relation_transpose): Likewise.
12272 * src/scan-gram.l: Likewise.
12273 * src/tables.c (table_grow, pack_vector): Likewise.
12275 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
12276 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
12277 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
12278 * m4/mbstate_t.m4: Sync with fileutils.
12279 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
12281 * po/LINGUAS: Add pt_BR.
12282 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
12283 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
12285 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
12287 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
12289 * src/complain.c (strerror_r): Remove decl; not needed.
12290 (strerror): Use same pattern as ../lib/error.c.
12292 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
12294 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
12296 * src/main.c (main): Cast result of bindtextdomain and textdomain
12297 to void, to avoid a GCC warning when --disable-nls is in effect.
12299 * src/scan-gram.l: Use strings rather than escapes when possible,
12300 to minimize the number of warnings from xgettext.
12301 (handle_action_dollar, handle_action_at): Don't use isdigit,
12302 as it mishandles negative chars and it may not work as expected
12303 outside the C locale.
12305 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
12306 this is a GCC extension and is not portable to other compilers.
12308 * src/system.h (alloca): Use same pattern as ../lib/error.c.
12309 Do not include <ctype.h>; no longer needed.
12310 Do not include <malloc.h>; no longer needed (and generates
12311 warnings on OpenBSD 3.0).
12313 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
12316 * tests/regression.at: Do not use 'cc -c input.c -o input';
12317 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
12319 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
12320 exit status as failure, not just exit status 1. Sun C exits
12321 with status 2 sometimes.
12323 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
12324 Use it for the two large tests.
12326 2002-08-02 Akim Demaille <akim@epita.fr>
12328 * src/conflicts.c (conflicts_output): Don't output rules never
12329 reduced here, since anyway that computation doesn't work.
12330 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
12331 (rule_useless_p, rule_never_reduced_p): New.
12332 (grammar_rules_partial_print): Use a filter instead of a range.
12333 Display the title only if needed.
12334 (grammar_rules_print): Adjust.
12335 (grammar_rules_never_reduced_report): New.
12336 * src/tables.c (action_row): Move the computation of rules never
12338 (token_actions): here.
12339 * src/main.c (main): Make the parser before making the report, so
12340 that rules never reduced are computed.
12341 Call grammar_rules_never_reduced_report.
12342 * src/print.c (print_results): Report rules never reduced.
12343 * tests/conflicts.at, tests/reduce.at: Adjust.
12345 2002-08-01 Akim Demaille <akim@epita.fr>
12347 Instead of attaching lookaheads and duplicating the rules being
12348 reduced by a state, attach the lookaheads to the reductions.
12350 * src/state.h (state_t): Remove the `lookaheads',
12351 `lookaheads_rule' member.
12352 (reductions_t): Add a `lookaheads' member.
12353 Use a regular array for the `rules'.
12354 * src/state.c (reductions_new): Initialize the lookaheads member
12356 (state_rule_lookaheads_print): Adjust.
12357 * src/state.h, src/state.c (state_reductions_find): New.
12358 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
12359 (count_rr_conflicts): Adjust.
12360 * src/lalr.c (LArule): Remove.
12361 (add_lookback_edge): Adjust.
12362 (state_lookaheads_count): New.
12363 (states_lookaheads_initialize): Merge into...
12364 (initialize_LA): this.
12365 (lalr_free): Adjust.
12366 * src/main.c (main): Don't free nullable and derives too early: it
12367 is used by --verbose.
12368 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
12370 2002-08-01 Akim Demaille <akim@epita.fr>
12372 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
12374 (set_derives, free_derives): Rename as...
12375 (derives_compute, derives_free): this.
12376 Adjust all dependencies.
12377 * src/nullable.c (set_nullable, free_nullable): Rename as...
12378 (nullable_compute, nullable_free): these.
12379 (rule_list_t): Store rule_t *, not rule_number_t.
12380 * src/state.c (state_rule_lookaheads_print): Directly compare rule
12381 pointers, instead of their numbers.
12382 * src/main.c (main): Call nullable_free, and derives_free earlier,
12383 as they were lo longer used.
12385 2002-08-01 Akim Demaille <akim@epita.fr>
12387 * lib/timevar.c (get_time): Include children time.
12388 * src/lalr.h (LA, LArule): Don't export them: used with the
12390 * src/lalr.c (LA, LArule): Static.
12391 * src/lalr.h, src/lalr.c (lalr_free): New.
12392 * src/main.c (main): Call it.
12393 * src/tables.c (pack_vector): Check whether loc is >= to the
12395 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
12396 (tables_generate): do it, since that's also it which allocates
12398 Don't free LA and LArule, main does.
12400 2002-07-31 Akim Demaille <akim@epita.fr>
12402 Separate parser tables computation and output.
12404 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
12405 (conflict_list, conflict_list_cnt, table, check, table_ninf)
12406 (yydefgoto, yydefact, high): Move to...
12407 * src/tables.h, src/tables.c: here.
12408 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
12409 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
12410 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
12411 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
12412 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
12413 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
12414 (action_row, save_row, token_actions, save_column, default_goto)
12415 (goto_actions, sort_actions, matching_state, pack_vector)
12416 (table_ninf_remap, pack_table, prepare_actions): Move to...
12417 * src/tables.c: here.
12418 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
12419 * src/output.c (token_actions, output_base, output_conflicts)
12420 (output_check): Merge into...
12421 (prepare_actions): this.
12422 (actions_output): Rename as...
12423 (user_actions_output): this.
12424 * src/main.c (main): Call tables_generate and tables_free.
12426 2002-07-31 Akim Demaille <akim@epita.fr>
12428 Steal GCC's --time-report support.
12430 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
12431 stolen/adjusted from GCC.
12432 * m4/stage.m4: Remove time related checks.
12433 * m4/timevar.m4: New.
12434 * configure.in: Adjust.
12435 * src/system.h: Adjust to using timevar.h.
12436 * src/getargs.h, src/getargs.c: Support trace_time for
12438 * src/main.c (stage): Remove.
12439 (main): Replace `stage' invocations with timevar calls.
12440 * src/output.c: Insert pertinent timevar calls.
12442 2002-07-31 Akim Demaille <akim@epita.fr>
12444 Let --trace have arguments.
12446 * src/getargs.h (enum trace_e): New.
12447 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
12448 (long_options, short_options): --trace/-T takes an optional
12450 Change all the uses of trace_flag to reflect the new flags.
12451 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
12453 Strengthen `stage' portability.
12455 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
12456 * configure.in: Use it.
12457 Don't check for malloc.h and sys/times.h.
12458 * src/system.h: Include them when appropriate.
12459 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
12460 times and struct tms are available.
12462 2002-07-30 Akim Demaille <akim@epita.fr>
12464 In verbose parse error message, don't report `error' as an
12466 * tests/actions.at (Printers and Destructors): Adjust.
12467 * tests/calc.at (Calculator $1): Adjust.
12468 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
12469 error message, do not report the parser accepts the error token in
12472 2002-07-30 Akim Demaille <akim@epita.fr>
12474 Normalize conflict related messages.
12476 * src/complain.h, src/complain.c (warn, complain): New.
12477 * src/conflicts.c (conflicts_print): Use them.
12478 (conflict_report_yacc): New, extracted from...
12479 (conflicts_print): here.
12480 * tests/conflicts.at, tests/existing.at: Adjust.
12482 2002-07-30 Akim Demaille <akim@epita.fr>
12484 Report rules which are never reduced by the parser: those hidden
12487 * src/LR0.c (save_reductions): Don't make the final state too
12488 different: save its reduction (accept) instead of having a state
12489 without any action (no shift or goto, no reduce).
12490 Note: the final state is now a ``regular'' state, i.e., the
12491 parsers now contain `reduce 0' as default reduction.
12492 Nevertheless, since they decide to `accept' when yystate =
12493 final_state, they still will not reduce rule 0.
12494 * src/print.c (print_actions, print_reduction): Adjust.
12495 * src/output.c (action_row): Track reduced rules.
12496 (token_actions): Report rules never reduced.
12497 * tests/conflicts.at, tests/regression.at: Adjust.
12499 2002-07-30 Akim Demaille <akim@epita.fr>
12501 `stage' was accidently included in a previous patch.
12502 Initiate its autoconfiscation.
12504 * configure.in: Look for malloc.h and sys/times.h.
12505 * src/main.c (stage): Adjust.
12506 Report only when trace_flag.
12508 2002-07-29 Akim Demaille <akim@epita.fr>
12510 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
12512 (errs_t): symbol_t*, not symbol_number_t.
12513 (reductions_t): rule_t*, not rule_number_t.
12514 (FOR_EACH_SHIFT): New.
12515 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
12516 * src/print.c, src/print_graph.c: Adjust.
12518 2002-07-29 Akim Demaille <akim@epita.fr>
12520 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
12522 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
12523 (endtoken, accept): these.
12524 * src/reader.c (reader): Set endtoken's default tag to "$end".
12525 Set undeftoken's tag to "$undefined" instead of "$undefined.".
12526 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
12529 2002-07-29 Akim Demaille <akim@epita.fr>
12531 * src/reduce.c (reduce_grammar): When the language is empty,
12532 complain about the start symbol, not the axiom.
12534 * tests/reduce.at (Empty Language): New.
12536 2002-07-26 Akim Demaille <akim@epita.fr>
12538 * src/reader.h, src/reader.c (gram_error): ... can't get
12539 yycontrol without making too strong assumptions on the parser
12541 * src/output.c (prepare_tokens): Use the real 0th value of
12542 token_translations instead of `0'.
12543 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
12545 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
12546 for the time being: %locations ought to provide it to yyerror.
12548 2002-07-25 Akim Demaille <akim@epita.fr>
12550 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
12551 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
12552 * tests/regression.at (Web2c Actions): Adjust.
12554 2002-07-25 Akim Demaille <akim@epita.fr>
12556 Stop storing rules from 1 to nrules + 1.
12558 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
12559 * src/nullable.c, src/output.c, src/print.c, src/reader.c
12560 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
12561 Iterate from 0 to nrules.
12562 Use rule_number_as_item_number and item_number_as_rule_number.
12563 Adjust to `derive' now containing possibly 0.
12564 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
12565 Handle the `- 1' part in rule numbers from/to item numbers.
12566 * src/conflicts.c (log_resolution): Fix the message which reversed
12568 * src/output.c (action_row): Initialize default_rule to -1.
12569 (token_actions): Adjust.
12570 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
12572 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
12574 2002-07-25 Akim Demaille <akim@epita.fr>
12576 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
12577 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
12578 (b4_c_knr_arg_decl): New.
12579 * data/yacc.c: Use it to define yysymprint, yydestruct, and
12580 yyreport_parse_error.
12582 2002-07-25 Akim Demaille <akim@epita.fr>
12584 * data/yacc.c (yyreport_parse_error): New, extracted from...
12586 (yydestruct, yysymprint): Move above yyparse.
12589 2002-07-25 Akim Demaille <akim@epita.fr>
12591 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
12593 (b4_sint_type, b4_uint_type): these.
12594 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
12595 * tests/regression.at (Web2c Actions): Adjust.
12597 2002-07-25 Akim Demaille <akim@epita.fr>
12599 * src/gram.h (TIEM_NUMBER_MAX): New.
12600 (item_number_of_rule_number, rule_number_of_item_number): Rename
12602 (rule_number_as_item_number, item_number_as_rule_number): these.
12603 Adjust dependencies.
12604 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
12605 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
12606 (symbol_number_to_vector_number): New.
12607 (order): Of vector_number_t* type.
12608 (base_t, BASE_MAX, BASE_MIN): New.
12609 (froms, tos, width, pos, check): Of base_t type.
12610 (action_number_t, ACTION_MIN, ACTION_MAX): New.
12611 (actrow): Of action_number_t type.
12612 (conflrow): Of unsigned int type.
12613 (table_ninf, base_ninf): New.
12614 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
12615 (muscle_insert_int_table, muscle_insert_base_table)
12616 (muscle_insert_rule_number_table): New.
12617 (prepare_tokens): Output `toknum' as int_table.
12618 (action_row): Returns a rule_number_t.
12619 Use ACTION_MIN, not SHRT_MIN.
12620 (token_actions): yydefact is rule_number_t*.
12621 (table_ninf_remap): New.
12622 (pack_table): Use it for `base' and `table'.
12623 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
12625 (YYPACT_NINF, YYTABLE_NINF): these.
12626 (yypact, yytable): Compute their types instead of hard-coded
12628 * tests/regression.at (Web2c Actions): Adjust.
12630 2002-07-19 Akim Demaille <akim@epita.fr>
12632 * src/scan-gram.l (id): Can start with an underscore.
12634 2002-07-16 Akim Demaille <akim@epita.fr>
12636 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
12637 Adjust all former `associativity' dependencies.
12638 * src/symtab.c (symbol_new): Default associativity is `undef', not
12640 (symbol_check_alias_consistence): Adjust.
12642 2002-07-09 Akim Demaille <akim@epita.fr>
12644 * doc/bison.texinfo: Properly set the ``header'' part.
12645 Use @dircategory ``GNU programming tools'' as per Texinfo's
12649 2002-07-09 Akim Demaille <akim@epita.fr>
12651 * lib/quotearg.h: Protect against multiple inclusions.
12652 * src/location.h (location_t): Add a `file' member.
12653 (LOCATION_RESET, LOCATION_PRINT): Adjust.
12654 * src/complain.c (warn_at, complain_at, fatal_at): Drop
12655 `error_one_per_line' support.
12657 2002-07-09 Akim Demaille <akim@epita.fr>
12659 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
12660 * src/reader.c (lineno): Remove.
12661 Adjust all dependencies.
12662 (get_merge_function): Take a location and use complain_at.
12663 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
12664 * tests/regression.at (Invalid inputs, Mixing %token styles):
12667 2002-07-09 Akim Demaille <akim@epita.fr>
12669 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
12670 recovery rule, and forbid extensions when --yacc.
12671 (gram_error): Use complain_at.
12672 * src/reader.c (reader): Exit if there were parse errors.
12674 2002-07-09 Akim Demaille <akim@epita.fr>
12676 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
12677 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
12678 Reported by R Blake <blakers@mac.com>.
12680 2002-07-09 Akim Demaille <akim@epita.fr>
12682 * data/yacc.c: Output the copyright notive in the header.
12684 2002-07-03 Akim Demaille <akim@epita.fr>
12686 * src/output.c (froms, tos): Are state_number_t.
12687 (save_column): sp, sp1, and sp2 are state_number_t.
12688 (prepare): Rename `final' as `final_state_number', `nnts' as
12689 `nterms_number', `nrules' as `rules_number', `nstates' as
12690 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
12692 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
12693 * data/lalr1.cc (nsym_): Remove, unused.
12695 2002-07-03 Akim Demaille <akim@epita.fr>
12697 * src/lalr.h, src/lalr.c (goto_number_t): New.
12698 * src/lalr.c (goto_list_t): New.
12700 * src/nullable.c (rule_list_t): New.
12702 * src/types.h: Remove.
12704 2002-07-03 Akim Demaille <akim@epita.fr>
12706 * src/closure.c (print_fderives): Use rule_rhs_print.
12707 * src/derives.c (print_derives): Use rule_rhs_print.
12708 (rule_list_t): New, replaces `shorts'.
12709 (set_derives): Add comments.
12710 * tests/sets.at (Nullable, Firsts): Adjust.
12712 2002-07-03 Akim Demaille <akim@epita.fr>
12714 * src/output.c (prepare_actions): Free `tally' and `width'.
12715 (prepare_actions): Allocate and free `order'.
12716 * src/symtab.c (symbols_free): Free `symbols'.
12717 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
12718 * src/output.c (m4_invoke): Move to...
12719 * src/scan-skel.l: here.
12720 (<<EOF>>): Close yyout, and free its name.
12722 2002-07-03 Akim Demaille <akim@epita.fr>
12724 Fix some memory leaks, and fix a bug: state 0 was examined twice.
12726 * src/LR0.c (new_state): Merge into...
12727 (state_list_append): this.
12728 (new_states): Merge into...
12729 (generate_states): here.
12730 (set_states): Don't ensure a proper `errs' state member here, do it...
12731 * src/conflicts.c (conflicts_solve): here.
12732 * src/state.h, src/state.c: Comment changes.
12733 (state_t): Rename member `shifts' as `transitions'.
12734 Adjust all dependencies.
12735 (errs_new): For consistency, also take the values as argument.
12736 (errs_dup): Remove.
12737 (state_errs_set): New.
12738 (state_reductions_set, state_transitions_set): Assert that no
12739 previous value was assigned.
12741 (states_free): Use it.
12742 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
12743 temporary storage: use `errs' and `nerrs' as elsewhere.
12744 (set_conflicts): Allocate and free this `errs'.
12746 2002-07-02 Akim Demaille <akim@epita.fr>
12748 * lib/libiberty.h: New.
12749 * lib: Update the bitset implementation from upstream.
12750 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
12751 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
12752 * src/main.c: Adjust bitset stats calls.
12754 2002-07-01 Paul Eggert <eggert@twinsun.com>
12756 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
12757 char, so that negative chars don't collide with $.
12759 2002-06-30 Akim Demaille <akim@epita.fr>
12761 Have the GLR tests be `warning' checked, and fix the warnings.
12763 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
12764 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
12765 (yyremoveDeletes): `yyi' and `yyj' are size_t.
12766 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
12767 (yyaddDeferredAction): static.
12768 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
12769 (yyreportParseError): yyprefix is const.
12770 yytokenp is used only when verbose.
12771 (yy__GNUC__): Replace with __GNUC__.
12772 (yypdumpstack): yyi is size_t.
12773 (yypreference): Un-yy local variables and arguments, to avoid
12774 clashes with `yyr1'. Anyway, we are not in the user name space.
12775 (yytname_size): be an int, as is compared with ints.
12776 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
12778 * tests/cxx-gram.at: Use quotation to protect $1.
12779 Use AT_COMPILE to enable warnings hunts.
12780 Prototype yylex and yyerror.
12782 Include `string.h', not `strings.h'.
12783 Produce and prototype stmtMerge only when used.
12784 yylex takes a location.
12786 2002-06-30 Akim Demaille <akim@epita.fr>
12788 We spend a lot of time in quotearg, in particular when --verbose.
12790 * src/symtab.c (symbol_get): Store a quoted version of the key.
12791 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
12792 Adjust all callers.
12794 2002-06-30 Akim Demaille <akim@epita.fr>
12796 * src/state.h (reductions_t): Rename member `nreds' as num.
12797 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
12798 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
12800 2002-06-30 Akim Demaille <akim@epita.fr>
12802 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
12803 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
12804 (shifts_to): Rename as...
12805 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
12806 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
12807 (TRANSITION_IS_DISABLED, transitions_to): these.
12809 2002-06-30 Akim Demaille <akim@epita.fr>
12811 * src/print.c (print_shifts, print_gotos): Merge into...
12812 (print_transitions): this.
12813 (print_transitions, print_errs, print_reductions): Align the
12814 lookaheads columns.
12815 (print_core, print_transitions, print_errs, print_state,
12816 print_grammar): Output empty lines separator before, not after.
12817 (state_default_rule_compute): Rename as...
12818 (state_default_rule): this.
12819 * tests/conflicts.at (Defaulted Conflicted Reduction),
12820 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
12821 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
12823 2002-06-30 Akim Demaille <akim@epita.fr>
12825 Display items as we display rules.
12827 * src/gram.h, src/gram.c (rule_lhs_print): New.
12828 * src/gram.c (grammar_rules_partial_print): Use it.
12829 * src/print.c (print_core): Likewise.
12830 * tests/conflicts.at (Defaulted Conflicted Reduction),
12831 (Unresolved SR Conflicts): Adjust.
12832 (Unresolved SR Conflicts): Adjust and rename as...
12833 (Resolved SR Conflicts): this, as was meant.
12834 * tests/regression.at (Web2c Report): Adjust.
12836 2002-06-30 Akim Demaille <akim@epita.fr>
12838 * src/print.c (state_default_rule_compute): New, extracted from...
12839 (print_reductions): here.
12840 Pessimize, but clarify the code.
12841 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
12843 2002-06-30 Akim Demaille <akim@epita.fr>
12845 * src/output.c (action_row): Let default_rule be always a rule
12848 2002-06-30 Akim Demaille <akim@epita.fr>
12850 * src/closure.c (print_firsts, print_fderives, closure):
12851 Use BITSET_EXECUTE.
12852 * src/lalr.c (lookaheads_print): Likewise.
12853 * src/state.c (state_rule_lookaheads_print): Likewise.
12854 * src/print_graph.c (print_core): Likewise.
12855 * src/print.c (print_reductions): Likewise.
12856 * src/output.c (action_row): Likewise.
12857 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
12859 2002-06-30 Akim Demaille <akim@epita.fr>
12861 * src/print_graph.c: Use report_flag.
12863 2002-06-30 Akim Demaille <akim@epita.fr>
12865 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
12867 * src/relation.h, src/relation.c (traverse, relation_digraph)
12868 (relation_print, relation_transpose): New.
12870 2002-06-30 Akim Demaille <akim@epita.fr>
12872 * src/state.h, src/state.c (shifts_to): New.
12873 * src/lalr.c (build_relations): Use it.
12875 2002-06-30 Akim Demaille <akim@epita.fr>
12877 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
12878 (item_number_of_rule_number, rule_number_of_item_number): New.
12879 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
12880 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
12881 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
12882 Propagate their use.
12883 Much remains to be done, in particular wrt `shorts' from types.h.
12885 2002-06-30 Akim Demaille <akim@epita.fr>
12887 * src/symtab.c (symbol_new): Initialize the `printer' member.
12889 2002-06-30 Akim Demaille <akim@epita.fr>
12891 * src/LR0.c (save_reductions): Remove, replaced by...
12892 * src/state.h, src/state.c (state_reductions_set): New.
12893 (reductions, errs): Rename as...
12894 (reductions_t, errs_t): these.
12895 Adjust all dependencies.
12897 2002-06-30 Akim Demaille <akim@epita.fr>
12899 * src/LR0.c (state_list_t, state_list_append): New.
12900 (first_state, last_state): Now symbol_list_t.
12901 (this_state): Remove.
12902 (new_itemsets, append_states, save_reductions): Take a state_t as
12904 (set_states, generate_states): Adjust.
12905 (save_shifts): Remove, replaced by...
12906 * src/state.h, src/state.c (state_shifts_set): New.
12907 (shifts): Rename as...
12909 Adjust all dependencies.
12910 * src/state.h (state_t): Remove the `next' member.
12912 2002-06-30 Akim Demaille <akim@epita.fr>
12914 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
12917 2002-06-30 Akim Demaille <akim@epita.fr>
12919 Use hash.h for the state hash table.
12921 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
12922 (allocate_storage): Use state_hash_new.
12923 (free_storage): Use state_hash_free.
12924 (new_state, get_state): Adjust.
12925 * src/lalr.h, src/lalr.c (states): Move to...
12926 * src/states.h (state_t): Remove the `link' member, no longer
12928 * src/states.h, src/states.c: here.
12929 (state_hash_new, state_hash_free, state_hash_lookup)
12930 (state_hash_insert, states_free): New.
12931 * src/states.c (state_table, state_compare, state_hash): New.
12932 * src/output.c (output_actions): Do not free states now, since we
12933 still need to know the final_state number in `prepare', called
12934 afterwards. Do it...
12935 * src/main.c (main): here: call states_free after `output'.
12937 2002-06-30 Akim Demaille <akim@epita.fr>
12939 * src/state.h, src/state.c (state_new): New, extracted from...
12940 * src/LR0.c (new_state): here.
12941 * src/state.h (STATE_ALLOC): Move to...
12942 * src/state.c: here.
12943 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
12944 * src/state.h, src/state.c: here.
12946 2002-06-30 Akim Demaille <akim@epita.fr>
12948 * src/reader.c (gensym): Rename as...
12949 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
12950 (getsym): Rename as...
12951 (symbol_get): this.
12953 2002-06-30 Akim Demaille <akim@epita.fr>
12955 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
12956 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
12957 * src/output.c, src/print.c, src/print_graph.c: Propagate.
12958 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
12960 2002-06-30 Akim Demaille <akim@epita.fr>
12962 Make the test suite pass with warnings checked.
12964 * tests/actions.at (Printers and Destructors): Improve.
12965 Avoid unsigned vs. signed issues.
12966 * tests/calc.at: Don't exercise the scanner here, do it...
12967 * tests/input.at (Torturing the Scanner): here.
12969 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12971 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
12972 reorganize first lines parallel to yacc.c.
12974 2002-06-28 Akim Demaille <akim@epita.fr>
12976 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
12977 (b4_token_enum, b4_token_defines): New, factored from...
12978 * data/lalr1.cc, data/yacc.c, glr.c: here.
12980 2002-06-28 Akim Demaille <akim@epita.fr>
12982 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
12984 * src/output.c (merger_output): static.
12986 2002-06-28 Akim Demaille <akim@epita.fr>
12988 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
12989 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
12991 * src/output.c (save_row): Initialize all the variables to pacify GCC.
12993 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12995 Accumulated changelog for new GLR parsing features.
12997 * src/conflicts.c (count_total_conflicts): Change name to
12998 conflicts_total_count.
12999 * src/conflicts.h: Ditto.
13000 * src/output.c (token_actions): Use the new name.
13001 (output_conflicts): Change conflp => conflict_list_heads, and
13002 confl => conflict_list for better readability.
13003 * data/glr.c: Use the new names.
13004 * NEWS: Add self to GLR announcement.
13006 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
13008 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
13011 * data/bison.glr: Change name to glr.c
13012 * data/glr.c: Renamed from bison.glr.
13013 * data/Makefile.am: Add glr.c
13017 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
13018 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
13020 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13022 * data/bison.glr: Be sure to restore the
13023 current #line when returning to the skeleton contents after having
13024 exposed the input file's #line.
13026 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13028 * data/bison.glr: Bring up to date with changes to bison.simple.
13030 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13032 * data/bison.glr: Correct definitions that use b4_prefix.
13033 Various reformatting.
13034 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
13035 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
13036 yytokenp argument; now part of stack.
13037 (yychar): Define to behave as documented.
13038 (yyclearin): Ditto.
13040 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13042 * src/reader.h: Add declaration for free_merger_functions.
13044 * src/reader.c (merge_functions): New variable.
13045 (get_merge_function): New function.
13046 (free_merger_functions): New function.
13047 (readgram): Check for %prec that is not followed by a symbol.
13048 Handle %dprec and %merge declarations.
13049 (packgram): Initialize dprec and merger fields in rules array.
13051 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
13052 conflict_list_cnt, conflict_list_free): New variables.
13053 (table_grow): Also grow conflict_table.
13054 (prepare_rules): Output dprec and merger tables.
13055 (conflict_row): New function.
13056 (action_row): Output conflict lists for GLR parser. Don't use
13057 default reduction in conflicted states for GLR parser so that there
13058 are spaces for the conflict lists.
13059 (save_row): Also save conflict information.
13060 (token_actions): Allocate conflict list.
13061 (merger_output): New function.
13062 (pack_vector): Pack conflict table, too.
13063 (output_conflicts): New function to output yyconflp and yyconfl.
13064 (output_check): Allocate conflict_tos.
13065 (output_actions): Output conflict tables, also.
13066 (output_skeleton): Output b4_mergers definition.
13067 (prepare): Output b4_max_rhs_length definition.
13068 Use 'bison.glr' as default skeleton for GLR parsers.
13070 * src/gram.c (glr_parser): New flag.
13071 (grammar_free): Call free_merger_functions.
13073 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
13074 all pairs of conflicting reductions, rather than just all tokens
13075 causing conflicts. Needed to size conflict tables.
13076 (conflicts_output): Modify call to count_rr_conflicts for new
13078 (conflicts_print): Ditto.
13079 (count_total_conflicts): New function.
13081 * src/reader.h (merger_list): New type.
13082 (merge_functions): New variable.
13084 * src/lex.h (tok_dprec, tok_merge): New token types.
13086 * src/gram.h (rule_s): Add dprec and merger fields.
13087 (glr_parser): New flag.
13089 * src/conflicts.h (count_total_conflicts): New function.
13091 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
13093 * doc/bison.texinfo (Generalized LR Parsing): New section.
13094 (GLR Parsers): New section.
13095 (Language and Grammar): Mention GLR parsing.
13096 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
13097 Correct typo ("tge" -> "the").
13099 * data/bison.glr: New skeleton for GLR parsing.
13101 * tests/cxx-gram.at: New tests for GLR parsing.
13103 * tests/testsuite.at: Include cxx-gram.at.
13105 * tests/Makefile.am: Add cxx-gram.at.
13107 * src/parse-gram.y:
13109 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
13111 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
13113 2002-06-27 Akim Demaille <akim@epita.fr>
13115 * src/options.h, src/options.c: Remove.
13116 * src/getargs.c (short_options, long_options): New.
13118 2002-06-27 Akim Demaille <akim@epita.fr>
13120 * data/bison.simple, data/bison.c++: Rename as...
13121 * data/yacc.c, data/lalr1.cc: these.
13122 * doc/bison.texinfo (Environment Variables): Remove.
13124 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
13126 * src/getargs.c (report_argmatch): Initialize strtok().
13128 2002-06-20 Akim Demaille <akim@epita.fr>
13130 * data/bison.simple (b4_symbol_actions): New, replaces...
13131 (b4_symbol_destructor, b4_symbol_printer): these.
13132 (yysymprint): Be sure to call YYPRINT only for tokens, and using
13133 user token numbers.
13135 2002-06-20 Akim Demaille <akim@epita.fr>
13137 * data/bison.simple (yydestructor): Rename as...
13138 (yydestruct): this.
13140 2002-06-20 Akim Demaille <akim@epita.fr>
13142 * src/symtab.h, src/symtab.c (symbol_type_set)
13143 (symbol_destructor_set, symbol_precedence_set): The location is
13145 Adjust all callers.
13147 2002-06-20 Akim Demaille <akim@epita.fr>
13149 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
13151 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
13153 * src/symtab.h, src/symtab.c (symbol_class_set)
13154 (symbol_user_token_number_set): Likewise.
13155 Adjust all callers.
13156 Promote complain_at.
13157 * tests/input.at (Type Clashes): Adjust.
13159 2002-06-20 Akim Demaille <akim@epita.fr>
13161 * data/bison.simple (YYLEX): Fix the declaration when
13164 2002-06-20 Akim Demaille <akim@epita.fr>
13166 * data/bison.simple (yysymprint): Don't print the token number,
13168 * tests/actions.at (Destructors): Rename as...
13169 (Printers and Destructors): this.
13170 Also exercise %printer.
13172 2002-06-20 Akim Demaille <akim@epita.fr>
13174 * data/bison.simple (YYDSYMPRINT): New.
13175 Use it to remove many of the #if YYDEBUG/if (yydebug).
13177 2002-06-20 Akim Demaille <akim@epita.fr>
13179 * src/symtab.h, src/symtab.c (symbol_t): printer and
13180 printer_location are new members.
13181 (symbol_printer_set): New.
13182 * src/parse-gram.y (PERCENT_PRINTER): New token.
13183 Handle its associated rule.
13184 * src/scan-gram.l: Adjust.
13185 (handle_destructor_at, handle_destructor_dollar): Rename as...
13186 (handle_symbol_code_at, handle_symbol_code_dollar): these.
13187 * src/output.c (symbol_printers_output): New.
13188 (output_skeleton): Call it.
13189 * data/bison.simple (yysymprint): New. Cannot be named yyprint
13190 since there are already many grammar files with a user `yyprint'.
13191 Replace the calls to YYPRINT to calls to yysymprint.
13192 * tests/calc.at: Adjust.
13193 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
13194 taking advantage of parser very internal details (stack size!).
13196 2002-06-20 Akim Demaille <akim@epita.fr>
13198 * src/scan-gram.l: Complete the scanner with the missing patterns
13200 Use `quote' and `symbol_tag_get' where appropriate.
13202 2002-06-19 Akim Demaille <akim@epita.fr>
13204 * tests/actions.at (Destructors): Augment to test locations.
13205 * data/bison.simple (yydestructor): Pass it the current location
13206 if locations are enabled.
13207 Prototype only when __STDC__ or C++.
13208 Change the argument names to move into the yy name space: there is
13211 2002-06-19 Akim Demaille <akim@epita.fr>
13213 * data/bison.simple (b4_pure_if): New.
13214 Use it instead of #ifdef YYPURE.
13216 2002-06-19 Akim Demaille <akim@epita.fr>
13218 * data/bison.simple (b4_location_if): New.
13219 Use it instead of #ifdef YYLSP_NEEDED.
13221 2002-06-19 Akim Demaille <akim@epita.fr>
13223 Prepare @$ in %destructor, but currently don't bind it in the
13224 skeleton, as %location use is not cleaned up yet.
13226 * src/scan-gram.l (handle_dollar, handle_destructor_at)
13227 (handle_action_at): New.
13228 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
13229 a braced_code_t and a location as additional arguments.
13230 (handle_destructor_dollar): Instead of requiring `b4_eval', just
13231 unquote one when outputting `b4_dollar_dollar'.
13233 * data/bison.simple (b4_eval): Remove.
13234 (b4_symbol_destructor): Adjust.
13235 * tests/input.at (Invalid @n): Adjust.
13237 2002-06-19 Zack Weinberg <zack@codesourcery.com>
13239 * doc/bison.texinfo: Document ability to have multiple
13242 2002-06-18 Akim Demaille <akim@epita.fr>
13244 * src/files.c (compute_base_names): When computing the output file
13245 names from the input file name, strip the directory part.
13247 2002-06-18 Akim Demaille <akim@epita.fr>
13249 * data/bison.simple.new: Comment changes.
13250 Reported by Andreas Schwab.
13252 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
13254 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
13255 there are no `label `yyoverflowlab' defined but not used' warnings
13256 when yyoverflow is defined.
13258 2002-06-18 Akim Demaille <akim@epita.fr>
13260 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
13262 (symbol_destructor_set): Adjust.
13263 * src/output.c (symbol_destructors_output): Output the destructor
13265 Output the symbol name.
13266 * data/bison.simple (b4_symbol_destructor): Adjust.
13268 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
13269 and Akim Demaille <akim@epita.fr>
13271 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
13272 what's left on the stack when the error recovery hits EOF.
13273 * tests/actions.at (Destructors): Complete to exercise this case.
13275 2002-06-17 Akim Demaille <akim@epita.fr>
13277 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
13278 arguments is really empty, not only equal to `[]'.
13279 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
13281 (symbol_destructor_set): New.
13282 * src/output.c (symbol_destructors_output): New.
13283 * src/reader.h (brace_code_t, current_braced_code): New.
13284 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
13285 (handle_dollar): Rename as...
13286 (handle_action_dollar): this.
13287 (handle_destructor_dollar): New.
13288 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
13289 (grammar_declaration): Use it.
13290 * data/bison.simple (yystos): Is always defined.
13291 (yydestructor): New.
13292 * tests/actions.at (Destructors): New.
13293 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
13295 2002-06-17 Akim Demaille <akim@epita.fr>
13297 * src/symlist.h, src/symlist.c (symbol_list_length): New.
13298 * src/scan-gram.l (handle_dollar, handle_at): Compute the
13299 rule_length only when needed.
13300 * src/output.c (actions_output, token_definitions_output): Output
13302 * src/symtab.c: Don't access directly to the symbol tag, use
13304 * src/parse-gram.y: Use symbol_list_free.
13306 2002-06-17 Akim Demaille <akim@epita.fr>
13308 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
13309 (symbol_list_prepend, get_type_name): Move to...
13310 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
13311 (symbol_list_prepend, symbol_list_n_type_name_get): here.
13312 Adjust all callers.
13313 (symbol_list_free): New.
13314 * src/scan-gram.l (handle_dollar): Takes a location.
13315 * tests/input.at (Invalid $n): Adjust.
13317 2002-06-17 Akim Demaille <akim@epita.fr>
13319 * src/reader.h, src/reader.c (symbol_list_new): Export it.
13320 (symbol_list_prepend): New.
13321 * src/parse-gram.y (%union): `list' is a new member.
13322 (symbols.1): New, replaces...
13323 (terms_to_prec.1, nterms_to_type.1): these.
13324 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
13325 Take a location as additional argument.
13326 Adjust all callers.
13328 2002-06-15 Akim Demaille <akim@epita.fr>
13330 * src/parse-gram.y: Move %token in the declaration section so that
13331 we don't depend upon CVS Bison.
13333 2002-06-15 Akim Demaille <akim@epita.fr>
13335 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
13336 * src/print.c (print_core): Use it.
13338 2002-06-15 Akim Demaille <akim@epita.fr>
13340 * src/conflicts.c (log_resolution): Accept the rule involved in
13341 the sr conflicts instead of the lookahead number that points to
13343 (flush_reduce): Accept the current lookahead vector as argument,
13344 instead of the index in LA.
13345 (resolve_sr_conflict): Accept the current number of lookahead
13346 bitset to consider for the STATE, instead of the index in LA.
13347 (set_conflicts): Adjust.
13348 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
13350 2002-06-15 Akim Demaille <akim@epita.fr>
13352 * src/state.h (state_t): Replace the `lookaheadsp' member, a
13353 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
13354 Adjust all dependencies.
13355 * src/lalr.c (initialize_lookaheads): Split into...
13356 (states_lookaheads_count, states_lookaheads_initialize): these.
13359 2002-06-15 Akim Demaille <akim@epita.fr>
13361 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
13363 (grammar_rules_print): here.
13364 * src/reduce.c (reduce_output): Use it.
13365 * tests/reduce.at (Useless Rules, Reduced Automaton)
13366 (Underivable Rules): Adjust.
13368 2002-06-15 Akim Demaille <akim@epita.fr>
13370 Copy BYacc's nice way to report the grammar.
13372 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
13374 Don't print the rules' location, it is confusing and useless.
13375 (rule_print): Use grammar_rhs_print.
13376 * src/print.c (print_grammar): Use grammar_rules_print.
13378 2002-06-15 Akim Demaille <akim@epita.fr>
13380 Complete and rationalize `useless thing' warnings.
13382 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
13383 (symbol_tag_print): New.
13384 Use them everywhere in place of accessing directly the tag member.
13385 * src/gram.h, src/gram.c (rule_print): New.
13386 Use it where a rule used to be printed `by hand'.
13387 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
13388 (reduce_grammar_tables): Report the useless rules.
13389 (reduce_print): Useless things are a warning, not an error.
13391 * tests/reduce.at (Useless Nonterminals, Useless Rules):
13392 (Reduced Automaton, Underivable Rules): Adjust.
13393 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
13394 * tests/conflicts.at (Unresolved SR Conflicts)
13395 (Solved SR Conflicts): Adjust.
13397 2002-06-15 Akim Demaille <akim@epita.fr>
13399 Let symbols have a location.
13401 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
13403 Adjust all callers.
13404 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
13405 Use location_t, not int.
13406 * src/symtab.c (symbol_check_defined): Take advantage of the
13408 * tests/regression.at (Invalid inputs): Adjust.
13410 2002-06-15 Akim Demaille <akim@epita.fr>
13412 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
13413 (input): Don't try to initialize yylloc here, do it in the
13415 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
13416 * src/gram.h (rule_t): Change line and action_line into location
13417 and action_location, of location_t type.
13418 Adjust all dependencies.
13419 * src/location.h, src/location.c (empty_location): New.
13420 * src/reader.h, src/reader.c (grammar_start_symbol_set)
13421 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
13422 (grammar_current_rule_symbol_append)
13423 (grammar_current_rule_action_append): Expect a location as argument.
13424 * src/reader.c (grammar_midrule_action): Adjust to attach an
13425 action's location as dummy symbol location.
13426 * src/symtab.h, src/symtab.c (startsymbol_location): New.
13427 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
13430 2002-06-14 Akim Demaille <akim@epita.fr>
13432 Grammar declarations may be found in the grammar section.
13434 * src/parse-gram.y (rules_or_grammar_declaration): New.
13435 (declarations): Each declaration may end with a semicolon, not
13437 (grammar_declaration): `"%union"'.
13438 (grammar): Branch to rules_or_grammar_declaration.
13440 2002-06-14 Akim Demaille <akim@epita.fr>
13442 * src/main.c (main): Invoke scanner_free.
13444 2002-06-14 Akim Demaille <akim@epita.fr>
13446 * src/output.c (m4_invoke): Extracted from...
13447 (output_skeleton): here.
13450 2002-06-14 Akim Demaille <akim@epita.fr>
13452 * src/parse-gram.y (directives, directive, gram)
13453 (grammar_directives, precedence_directives, precedence_directive):
13455 (declarations, declaration, grammar, grammar_declaration)
13456 (precedence_declaration, precedence_declarator): these.
13457 (symbol_declaration): New.
13459 2002-06-14 Akim Demaille <akim@epita.fr>
13461 * src/files.c (action_obstack): Remove, unused.
13462 (output_obstack): Remove it, and all its dependencies, as it is no
13464 * src/reader.c (epilogue_set): Build the epilogue in the
13466 * src/output.h, src/output.c (muscle_obstack): Move to...
13467 * src/muscle_tab.h, src/muscle_tab.h: here.
13468 (muscle_init): Initialize muscle_obstack.
13469 (muscle_free): New.
13470 * src/main.c (main): Call it.
13472 2002-06-14 Akim Demaille <akim@epita.fr>
13474 * src/location.h: New, extracted from...
13475 * src/reader.h: here.
13476 * src/Makefile.am (noinst_HEADERS): Merge into
13477 (bison_SOURCES): this.
13479 * src/parse-gram.y: Use location_t instead of Bison's.
13480 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
13481 Use location_t instead of ints.
13483 2002-06-14 Akim Demaille <akim@epita.fr>
13485 * data/bison.simple, data/bison.c++: Be sure to restore the
13486 current #line when returning to the skeleton contents after having
13487 exposed the input file's #line.
13489 2002-06-12 Akim Demaille <akim@epita.fr>
13491 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
13493 * tests/actions.at (Exotic Dollars): New.
13495 2002-06-12 Akim Demaille <akim@epita.fr>
13497 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
13499 * tests/input.at (Torturing the Scanner): New.
13501 2002-06-11 Akim Demaille <akim@epita.fr>
13503 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
13504 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
13505 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
13506 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
13507 * src/reader.c (reader): Use it.
13509 2002-06-11 Akim Demaille <akim@epita.fr>
13511 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
13512 Adjust all callers.
13513 (scanner_last_string_free): New.
13515 2002-06-11 Akim Demaille <akim@epita.fr>
13517 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
13518 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
13519 (last_string, YY_OBS_FREE): New.
13520 Use them when returning an ID.
13522 2002-06-11 Akim Demaille <akim@epita.fr>
13524 Have Bison grammars parsed by a Bison grammar.
13526 * src/reader.c, src/reader.h (prologue_augment): New.
13527 * src/reader.c (copy_definition): Remove.
13529 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
13530 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
13531 (grammar_current_rule_prec_set, grammar_current_rule_check)
13532 (grammar_current_rule_symbol_append)
13533 (grammar_current_rule_action_append): Export.
13534 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
13535 (symbol_list_action_append): Remove.
13536 Hook the routines from reader.
13537 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
13538 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
13540 * src/reader.c (read_declarations): Remove, unused.
13542 * src/parse-gram.y: Handle the epilogue.
13543 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
13544 (grammar_start_symbol_set): this.
13545 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
13546 * src/reader.c (readgram): Remove, unused.
13547 (reader): Adjust to insert eoftoken and axiom where appropriate.
13549 * src/reader.c (copy_dollar): Replace with...
13550 * src/scan-gram.h (handle_dollar): this.
13551 * src/parse-gram.y: Remove `%thong'.
13553 * src/reader.c (copy_at): Replace with...
13554 * src/scan-gram.h (handle_at): this.
13556 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
13559 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
13562 * src/reader.h, src/reader.c (grammar_rule_end): New.
13564 * src/parse.y (current_type, current_class): New.
13565 Implement `%nterm', `%token' support.
13566 Merge `%term' into `%token'.
13567 (string_as_id): New.
13568 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
13571 * src/parse-gram.y: Be sure to handle properly the beginning of
13574 * src/parse-gram.y: Handle %type.
13575 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
13577 * src/parse-gram.y: More directives support.
13578 * src/options.c: No longer handle source directives.
13580 * src/parse-gram.y: Fix %output.
13582 * src/parse-gram.y: Handle %union.
13583 Use the prologue locations.
13584 * src/reader.c (parse_union_decl): Remove.
13586 * src/reader.h, src/reader.c (epilogue_set): New.
13587 * src/parse-gram.y: Use it.
13589 * data/bison.simple, data/bison.c++: b4_stype is now either not
13590 defined, then default to int, or to the contents of %union,
13591 without `union' itself.
13593 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
13595 * src/output.c (actions_output): Don't output braces, as they are
13596 already handled by the scanner.
13598 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
13599 characters to themselves.
13601 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
13602 that the epilogue has a proper #line.
13604 * src/parse-gram.y: Handle precedence/associativity.
13606 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
13608 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
13609 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
13610 at all to define terminals that cannot be emitted.
13612 * src/scan-gram.l: Escape M4 characters.
13614 * src/scan-gram.l: Working properly with escapes in user
13615 strings/characters.
13617 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
13618 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
13620 Use more modest sizes, as for the time being the parser does not
13621 release memory, and therefore the process swallows a huge amount
13624 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
13625 stricter %token grammar.
13627 * src/symtab.h (associativity): Add `undef_assoc'.
13628 (symbol_precedence_set): Do nothing when passed an undef_assoc.
13629 * src/symtab.c (symbol_check_alias_consistence): Adjust.
13631 * tests/regression.at (Invalid %directive): Remove, as it is now
13633 (Invalid inputs): Adjust to the new error messages.
13634 (Token definitions): The new grammar doesn't allow too many
13637 * src/lex.h, src/lex.c: Remove.
13638 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
13639 (copy_character, copy_string2, copy_string, copy_identifier)
13640 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
13641 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
13642 (parse_action): Remove.
13643 * po/POTFILES.in: Adjust.
13645 2002-06-11 Akim Demaille <akim@epita.fr>
13647 * src/reader.c (parse_action): Don't store directly into the
13648 rule's action member: return the action as a string.
13649 Don't require `rule_length' as an argument: compute it.
13650 (grammar_current_rule_symbol_append)
13651 (grammar_current_rule_action_append): New, eved out from
13653 Remove `action_flag', `rulelength', unused now.
13655 2002-06-11 Akim Demaille <akim@epita.fr>
13657 * src/reader.c (grammar_current_rule_prec_set).
13658 (grammar_current_rule_check): New, eved out from...
13660 Remove `xaction', `first_rhs': useless.
13661 * tests/input.at (Type clashes): New.
13662 * tests/existing.at (GNU Cim Grammar): Adjust.
13664 2002-06-11 Akim Demaille <akim@epita.fr>
13666 * src/reader.c (grammar_midrule_action): New, Eved out from
13669 2002-06-11 Akim Demaille <akim@epita.fr>
13671 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
13673 (readgram): Use them as replacement of inlined code, crule and
13676 2002-06-11 Akim Demaille <akim@epita.fr>
13678 * src/reader.c (grammar_end, grammar_symbol_append): New.
13679 (readgram): Use them.
13680 Make the use of `p' as local as possible.
13682 2002-06-10 Akim Demaille <akim@epita.fr>
13684 GCJ's parser requires the tokens to be defined before the prologue.
13686 * data/bison.simple: Output the token definition before the user's
13688 * tests/regression.at (Braces parsing, Duplicate string)
13689 (Mixing %token styles): Check the output from bison.
13690 (Early token definitions): New.
13692 2002-06-10 Akim Demaille <akim@epita.fr>
13694 * src/symtab.c (symbol_user_token_number_set): Don't complain when
13695 assigning twice the same user number to a token, so that we can
13697 * src/lex.c (lex): here.
13698 Also use `symbol_class_set' instead of hand written code.
13699 * src/reader.c (parse_assoc_decl): Likewise.
13701 2002-06-10 Akim Demaille <akim@epita.fr>
13703 * src/symtab.c, src/symtab.c (symbol_class_set)
13704 (symbol_user_token_number_set): New.
13705 * src/reader.c (parse_token_decl): Use them.
13706 Use a switch instead of ifs.
13707 Use a single argument.
13709 2002-06-10 Akim Demaille <akim@epita.fr>
13711 Remove `%thong' support as it is undocumented, unused, duplicates
13712 `%token's job, and creates useless e-mail traffic with people who
13713 want to know what it is, why it is undocumented, unused, and
13714 duplicates `%token's job.
13716 * src/reader.c (parse_thong_decl): Remove.
13717 * src/options.c (option_table): Remove "thong".
13718 * src/lex.h (tok_thong): Remove.
13720 2002-06-10 Akim Demaille <akim@epita.fr>
13722 * src/symtab.c, src/symtab.c (symbol_type_set)
13723 (symbol_precedence_set): New.
13724 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
13725 (value_components_used): Remove, unused.
13727 2002-06-09 Akim Demaille <akim@epita.fr>
13729 Move symbols handling code out of the reader.
13731 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
13732 (axiom): Move to...
13733 * src/symtab.h, src/symtab.c: here.
13735 * src/gram.c (start_symbol): Remove: use startsymbol->number.
13736 * src/reader.c (startval): Rename as...
13737 * src/symtab.h, src/symtab.c (startsymbol): this.
13738 * src/reader.c: Adjust.
13740 * src/reader.c (symbol_check_defined, symbol_make_alias)
13741 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
13742 (token_translations_init)
13744 * src/symtab.c: here.
13745 * src/reader.c (packsymbols): Move to...
13746 * src/symtab.h, src/symtab.c (symbols_pack): here.
13747 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
13750 2002-06-03 Akim Demaille <akim@epita.fr>
13752 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
13755 2002-06-03 Akim Demaille <akim@epita.fr>
13757 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
13758 structs with non literals.
13759 * src/scan-skel.l: never-interactive.
13760 * src/conflicts.c (enum conflict_resolution_e): No trailing
13762 * src/getargs.c (usage): Split long literal strings.
13763 Reported by Hans Aberg.
13765 2002-05-28 Akim Demaille <akim@epita.fr>
13767 * data/bison.c++: Use C++ ostreams.
13768 (cdebug_): New member.
13770 2002-05-28 Akim Demaille <akim@epita.fr>
13772 * src/output.c (output_skeleton): Be sure to allocate enough room
13773 for `/' _and_ for `\0' in full_skeleton.
13775 2002-05-28 Akim Demaille <akim@epita.fr>
13777 * data/bison.c++: Catch up with bison.simple:
13778 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13779 and Paul Eggert <eggert@twinsun.com>: `error' handing.
13780 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
13781 and popping traces.
13783 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13785 * src/output.c (output_skeleton): Put an explicit path in front of
13786 the skeleton file name, rather than relying on the -I directory,
13787 to partially alleviate effects of having a skeleton file lying around
13788 in the current directory.
13790 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13792 * src/conflicts.c (log_resolution): Correct typo:
13793 obstack_printf should be obstack_fgrow1.
13795 2002-05-26 Akim Demaille <akim@epita.fr>
13797 * src/state.h (state_t): `solved_conflicts' is a new member.
13798 * src/LR0.c (new_state): Set it to 0.
13799 * src/conflicts.h, src/conflicts.c (print_conflicts)
13800 (free_conflicts, solve_conflicts): Rename as...
13801 (conflicts_print, conflicts_free, conflicts_solve): these.
13803 * src/conflicts.c (enum conflict_resolution_e)
13804 (solved_conflicts_obstack): New, used by...
13805 (log_resolution): this.
13806 Adjust to attach the conflict resolution to each state.
13807 Complete the description with the precedence/associativity
13809 (resolve_sr_conflict): Adjust.
13810 * src/print.c (print_state): Output its solved_conflicts.
13811 * tests/conflicts.at (Unresolved SR Conflicts)
13812 (Solved SR Conflicts): Exercise --report=all.
13814 2002-05-26 Akim Demaille <akim@epita.fr>
13816 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
13817 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
13818 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
13819 (token_number_t, item_number_as_token_number)
13820 (token_number_as_item_number, muscle_insert_token_number_table):
13822 (symbol_number_t, item_number_as_symbol_number)
13823 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
13824 these, since it is more appropriate.
13826 2002-05-26 Akim Demaille <akim@epita.fr>
13828 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
13830 * data/bison.simple (yystos) [YYDEBUG]: New.
13831 (yyparse) [YYDEBUG]: Display the symbols which are popped during
13833 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
13835 2002-05-25 Akim Demaille <akim@epita.fr>
13837 * doc/bison.texinfo (Debugging): Split into...
13838 (Tracing): this new section, its former contents, and...
13839 (Understanding): this new section.
13840 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
13842 (report_flag): this.
13843 Adjust all dependencies.
13844 (report_args, report_types, report_argmatch): New.
13845 (usage, getargs): Report/support -r, --report.
13847 (struct option_table_struct): Rename as..,
13848 (struct option_table_s): this.
13849 Rename the `set_flag' member to `flag' to match with getopt_long's
13851 * src/options.c (option_table): Split verbose into an entry for
13852 %verbose, and another for --verbose.
13853 Support --report/-r, so remove -r from the obsolete --raw.
13854 * src/print.c: Attach full item sets and lookaheads reports to
13855 report_flag instead of trace_flag.
13856 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
13858 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13859 and Paul Eggert <eggert@twinsun.com>
13861 * data/bison.simple (yyparse): Correct error handling to conform to
13862 POSIX and yacc. Specifically, after syntax error is discovered,
13863 do not reduce further before shifting the error token.
13864 Clean up the code a bit by removing the labels yyerrdefault,
13865 yyerrhandle, yyerrpop.
13866 * NEWS: Document the above.
13868 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13870 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
13871 type; it isn't always big enough, since it doesn't necessarily
13872 include non-terminals.
13873 (yytranslate): Expand definition of yy_token_number_type, so that
13874 the latter can be removed.
13875 (yy_token_number_type): Remove, only one use.
13876 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
13877 don't use TokenNumberType as element type.
13879 * tests/regression.at: Modify expected output to agree with change
13880 to yyr1 and yytranslate.
13882 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
13884 * src/reader.c (parse_action): Use copy_character instead of
13887 2002-05-13 Akim Demaille <akim@epita.fr>
13889 * tests/regression.at (Token definitions): Prototype yylex and
13892 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13894 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
13895 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
13897 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
13899 2002-05-07 Akim Demaille <akim@epita.fr>
13901 * tests/synclines.at: Be sure to prototype yylex and yyerror to
13902 avoid GCC warnings.
13904 2002-05-07 Akim Demaille <akim@epita.fr>
13908 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
13909 over the RHS of each rule.
13910 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
13911 * src/state.h (state_t): Member `nitems' is unsigned short.
13912 * src/LR0.c (get_state): Adjust.
13913 * src/reader.c (packgram): Likewise.
13914 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
13916 (muscle_insert_int_table): Remove, unused.
13917 (prepare_rules): Remove `max'.
13919 2002-05-06 Akim Demaille <akim@epita.fr>
13921 * src/closure.c (print_firsts): Display of the symbol tags.
13922 (bitmatrix_print): Move to...
13923 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
13925 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
13927 2002-05-06 Akim Demaille <akim@epita.fr>
13929 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
13932 2002-05-06 Akim Demaille <akim@epita.fr>
13934 * src/LR0.c (new_state, get_state): Instead of using the global
13935 `kernel_size' and `kernel_base', have two new arguments:
13936 `core_size' and `core'.
13939 2002-05-06 Akim Demaille <akim@epita.fr>
13941 * src/reader.c (packgram): No longer end `ritem' with a 0
13942 sentinel: it is not used.
13944 2002-05-05 Akim Demaille <akim@epita.fr>
13946 New experimental feature: display the lookaheads in the report and
13949 * src/print (print_core): When --trace-flag, display the rules
13951 * src/print_graph.c (print_core): Likewise.
13952 Swap the arguments.
13955 2002-05-05 Akim Demaille <akim@epita.fr>
13957 * tests/torture.at (Many lookaheads): New test.
13959 2002-05-05 Akim Demaille <akim@epita.fr>
13961 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
13962 (GENERATE_MUSCLE_INSERT_TABLE): this.
13963 (output_int_table, output_unsigned_int_table, output_short_table)
13964 (output_token_number_table, output_item_number_table): Replace with...
13965 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
13966 (muscle_insert_short_table, muscle_insert_token_number_table)
13967 (muscle_insert_item_number_table): these.
13968 Adjust all callers.
13969 (prepare_tokens): Don't free `translations', since...
13970 * src/reader.h, src/reader.c (grammar_free): do it.
13972 * src/gram.h, src/gram.c (grammar_free): here.
13973 * data/bison.simple, data/bison.c++: b4_token_number_max is now
13976 2002-05-05 Akim Demaille <akim@epita.fr>
13978 * src/output.c (output_unsigned_int_table): New.
13979 (prepare_rules): `i' is unsigned.
13980 `prhs', `rline', `r2' are unsigned int.
13981 Rename muscle `rhs_number_max' as `rhs_max'.
13982 Output muscles `prhs_max', `rline_max', and `r2_max'.
13984 * data/bison.simple, data/bison.c++: Adjust to use these muscles
13985 to compute types instead of constant types.
13986 * tests/regression.at (Web2c Actions): Adjust.
13988 2002-05-04 Akim Demaille <akim@epita.fr>
13990 * src/symtab.h (SALIAS, SUNDEF): Rename as...
13991 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
13992 Adjust dependencies.
13993 * src/output.c (token_definitions_output): Be sure not to output a
13994 `#define 'a'' when fed with `%token 'a' "a"'.
13995 * tests/regression.at (Token definitions): New.
13997 2002-05-03 Paul Eggert <eggert@twinsun.com>
13999 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
14002 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
14004 * Makefile.am (SUBDIRS): Remove intl.
14005 (EXTRA_DIST): Add config/config.rpath.
14007 2002-05-03 Akim Demaille <akim@epita.fr>
14009 * data/bison.simple (m4_if): Don't output empty enums.
14010 And actually, output valid enum definitions :(.
14012 2002-05-03 Akim Demaille <akim@epita.fr>
14014 * configure.bat: Remove, completely obsolete.
14015 * Makefile.am (EXTRA_DIST): Adjust.
14016 Don't distribute config.rpath...
14017 * config/Makefile.am (EXTRA_DIST): Do it.
14019 2002-05-03 Akim Demaille <akim@epita.fr>
14021 * configure.in (GETTEXT_VERSION): New.
14022 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
14024 2002-05-03 Akim Demaille <akim@epita.fr>
14026 * data/bison.simple (b4_token_enum): New.
14027 (b4_token_defines): Use it to output tokens both as #define and
14029 Suggested by Paul Eggert.
14030 * src/output.c (token_definitions_output): Don't output spurious
14033 2002-05-03 Akim Demaille <akim@epita.fr>
14035 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
14037 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
14039 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
14040 Update the stack class, give a try to deque as the default container.
14042 2002-05-02 Akim Demaille <akim@epita.fr>
14044 * data/bison.simple (yyparse): Do not implement @$ = @1.
14045 (YYLLOC_DEFAULT): Adjust to do it.
14046 * doc/bison.texinfo (Location Default Action): Fix.
14048 2002-05-02 Akim Demaille <akim@epita.fr>
14050 * src/reader.c (parse_braces): Merge into...
14051 (parse_action): this.
14053 2002-05-02 Akim Demaille <akim@epita.fr>
14055 * configure.in (ALL_LINGUAS): Remove.
14056 * po/LINGUAS, hr.po: New.
14058 2002-05-02 Akim Demaille <akim@epita.fr>
14060 Remove the so called hairy (semantic) parsers.
14062 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
14063 * src/gram.h, src/gram.c (semantic_parser): Remove.
14064 (rule_t): Remove the guard and guard_line members.
14065 * src/lex.h (token_t): remove tok_guard.
14066 * src/options.c (option_table): Remove %guard and %semantic_parser
14068 * src/output.c, src/output.h (guards_output): Remove.
14070 (token_definitions_output): Don't output the `T'
14072 (output_skeleton): Don't output the guards.
14073 * src/files.c, src/files.c (attrsfile): Remove.
14074 * src/reader.c (symbol_list): Remove the guard and guard_line
14076 Adjust dependencies.
14077 (parse_guard): Remove.
14078 * data/bison.hairy: Remove.
14079 * doc/bison.texinfo (Environment Variables): Remove occurrences of
14082 2002-05-02 Akim Demaille <akim@epita.fr>
14084 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
14085 (parse_guard): Rename the formal argument `stack_offset' as
14086 `rule_length', which is more readable.
14088 (copy_at, copy_dollar): Instead of outputting the hard coded
14089 values of $$, $n and so forth, output invocation to b4_lhs_value,
14090 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
14091 Note: this patch partially drops `semantic-parser' support: it
14092 always does `rule_length - n', where semantic parsers ought to
14094 * data/bison.simple, data/bison.c++ (b4_lhs_value)
14095 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
14097 2002-05-02 Akim Demaille <akim@epita.fr>
14099 * configure.in (AC_INIT): Bump to 1.49b.
14100 (AM_INIT_AUTOMAKE): Short invocation.
14102 2002-05-02 Akim Demaille <akim@epita.fr>
14106 2002-05-01 Akim Demaille <akim@epita.fr>
14108 * src/skeleton.h: Remove.
14110 2002-05-01 Akim Demaille <akim@epita.fr>
14112 * src/skeleton.h: Fix the #endif.
14113 Reported by Magnus Fromreide.
14115 2002-04-26 Paul Eggert <eggert@twinsun.com>
14117 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
14118 Define if we define YYSTYPE and YYLTYPE, respectively.
14119 (YYCOPY): Fix [] quoting problem in the non-GCC case.
14121 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
14123 * src/scan-skel.l: Postprocess quadrigraphs.
14125 * src/reader.c (copy_character): New function, used to output
14126 single characters while replacing `[' and `]' with quadrigraphs, to
14127 avoid troubles with M4 quotes.
14128 (copy_comment): Output characters with copy_character.
14129 (read_additionnal_code): Likewise.
14130 (copy_string2): Likewise.
14131 (copy_definition): Likewise.
14133 * tests/calc.at: Exercise M4 quoting.
14135 2002-04-25 Akim Demaille <akim@epita.fr>
14137 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
14138 between `!' and the command.
14139 Reported by Paul Eggert.
14141 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
14143 * tests/calc.at: Exercise prologue splitting.
14145 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
14146 `b4_post_prologue' instead of `b4_prologue'.
14148 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
14150 (output): Free pre_prologue_obstack and post_prologue_obstack.
14151 * src/files.h, src/files.c (attrs_obstack): Remove.
14152 (pre_prologue_obstack, post_prologue_obstack): New.
14153 * src/reader.c (copy_definition): Add a parameter to specify the
14154 obstack to fill, instead of using attrs_obstack unconditionally.
14155 (read_declarations): Pass pre_prologue_obstack to copy_definition if
14156 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
14158 2002-04-23 Paul Eggert <eggert@twinsun.com>
14160 * data/bison.simple: Remove unnecessary commentary and white
14161 space differences from 1_29-branch.
14162 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
14164 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
14165 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
14166 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
14167 constructors or destructors.
14169 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
14171 2002-04-23 Akim Demaille <akim@epita.fr>
14173 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
14174 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
14175 location with columns.
14176 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
14177 All reported by Paul Eggert.
14179 2002-04-22 Akim Demaille <akim@epita.fr>
14181 * src/reduce.c (dump_grammar): Move to...
14182 * src/gram.h, src/gram.c (grammar_dump): here.
14183 Be sure to separate long item numbers.
14184 Don't read the members of a rule's prec if its nil.
14186 2002-04-22 Akim Demaille <akim@epita.fr>
14188 * src/output.c (table_size, table_grow): New.
14189 (MAXTABLE): Remove, replace uses with table_size.
14190 (pack_vector): Instead of dying when the table is too big, grow it.
14192 2002-04-22 Akim Demaille <akim@epita.fr>
14194 * data/bison.simple (yyr1): Its type is that of a token number.
14195 * data/bison.c++ (r1_): Likewise.
14196 * tests/regression.at (Web2c Actions): Adjust.
14198 2002-04-22 Akim Demaille <akim@epita.fr>
14200 * src/reader.c (token_translations_init): 256 is now the default
14201 value for the error token, i.e., it will be assigned another
14202 number if the user assigned 256 to one of her tokens.
14203 (reader): Don't force 256 to error.
14204 * doc/bison.texinfo (Symbols): Adjust.
14205 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
14206 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
14207 etc. instead of 10, 20, 30 (which was used to `jump' over error
14208 (256) and undefined (2)).
14210 2002-04-22 Akim Demaille <akim@epita.fr>
14212 Propagate more token_number_t.
14214 * src/gram.h (token_number_as_item_number)
14215 (item_number_as_token_number): New.
14216 * src/output.c (GENERATE_OUTPUT_TABLE): New.
14217 Use it to create output_item_number_table and
14218 output_token_number_table.
14219 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
14220 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
14221 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
14222 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
14224 2002-04-22 Akim Demaille <akim@epita.fr>
14226 * src/output.h, src/output.c (get_lines_number): Remove.
14228 2002-04-19 Akim Demaille <akim@epita.fr>
14230 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
14232 (Debugging): More details about enabling the debugging features.
14233 (Table of Symbols): Describe $$, $n, @$, and @n.
14234 Suggested by Tim Josling.
14236 2002-04-19 Akim Demaille <akim@epita.fr>
14238 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
14240 2002-04-10 Akim Demaille <akim@epita.fr>
14242 * src/system.h: Rely on HAVE_LIMITS_H.
14243 Suggested by Paul Eggert.
14245 2002-04-09 Akim Demaille <akim@epita.fr>
14247 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
14248 full stderr, and strip it according to the bison options, instead
14249 of composing the error message from different bits.
14250 This makes it easier to check for several error messages.
14251 Adjust all the invocations.
14252 Add an invocation exercising the error token.
14253 Add an invocation demonstrating a stupid error message.
14254 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
14256 Error message are for stderr, not stdout.
14258 2002-04-09 Akim Demaille <akim@epita.fr>
14260 * src/gram.h, src/gram.c (error_token_number): Remove, use
14262 * src/reader.c (reader): Don't specify the user token number (2)
14263 for $undefined, as it uselessly prevents using it.
14264 * src/gram.h (token_number_t): Move to...
14265 * src/symtab.h: here.
14266 (state_t.number): Is a token_number_t.
14267 * src/print.c, src/reader.c: Use undeftoken->number instead of
14269 (Even though this 2 is not the same as above: the number of the
14270 undeftoken remains being 2, it is its user token number which
14272 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
14273 `user_token_number_max'.
14274 Output `undef_token_number'.
14275 * data/bison.simple, data/bison.c++: Use them.
14276 Be sure to map invalid yylex return values to
14277 `undef_token_number'. This saves us from gratuitous SEGV.
14279 * tests/conflicts.at (Solved SR Conflicts)
14280 (Unresolved SR Conflicts): Adjust.
14281 * tests/regression.at (Web2c Actions): Adjust.
14283 2002-04-08 Akim Demaille <akim@epita.fr>
14285 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
14287 Remove the duplicate `typedefs'.
14288 (RhsNumberType): Fix the declaration and various other typos.
14290 * data/bison.simple: Use __ofile__.
14291 * src/scan-skel.l: Handle __ofile__.
14293 2002-04-08 Akim Demaille <akim@epita.fr>
14295 * src/gram.h (item_number_t): New, the type of item numbers in
14296 RITEM. Note that it must be able to code symbol numbers as
14297 positive number, and the negation of rule numbers as negative
14299 Adjust all dependencies (pretty many).
14300 * src/reduce.c (rule): Remove this `short *' pointer: use
14302 * src/system.h (MINSHORT, MAXSHORT): Remove.
14303 Include `limits.h'.
14304 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
14305 (shortcpy): Remove.
14306 (MAXTABLE): Move to...
14307 * src/output.c (MAXTABLE): here.
14308 (prepare_rules): Use output_int_table to output rhs.
14309 * data/bison.simple, data/bison.c++: Adjust.
14310 * tests/torture.at (Big triangle): Move the limit from 254 to
14312 * tests/regression.at (Web2c Actions): Ajust.
14314 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
14315 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
14316 passes, but produces negative #line number, once fixed, GCC is
14317 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
14319 * src/state.h (state_h): Code input lines on ints, not shorts.
14321 2002-04-08 Akim Demaille <akim@epita.fr>
14323 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
14324 and then the grammar.
14326 2002-04-08 Akim Demaille <akim@epita.fr>
14328 * src/system.h: No longer using strndup.
14330 2002-04-07 Akim Demaille <akim@epita.fr>
14332 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
14333 * src/output.c (output_table_data): Return the longest number.
14334 (prepare_tokens): Output `token_number_max').
14335 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
14337 Use them to define yy_token_number_type/TokenNumberType.
14338 Use this type for yytranslate.
14339 * tests/torture.at (Big triangle): Push the limit from 124 to
14341 * tests/regression.at (Web2c Actions): Adjust.
14343 2002-04-07 Akim Demaille <akim@epita.fr>
14345 * tests/torture.at (Big triangle): New.
14346 (GNU AWK Grammar, GNU Cim Grammar): Move to...
14347 * tests/existing.at: here.
14349 2002-04-07 Akim Demaille <akim@epita.fr>
14351 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
14353 Adjust dependencies.
14355 2002-04-07 Akim Demaille <akim@epita.fr>
14357 * src/reader.c: Normalize increments to prefix form.
14359 2002-04-07 Akim Demaille <akim@epita.fr>
14361 * src/reader.c, symtab.c: Remove debugging code.
14363 2002-04-07 Akim Demaille <akim@epita.fr>
14365 Rename all the `bucket's as `symbol_t'.
14367 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
14368 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
14369 * src/symtab.c, src/symtab.h (bucket): Rename as...
14371 (symbol_list_new, bucket_check_defined, bucket_make_alias)
14372 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
14373 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
14374 (buckets_new, buckets_free, buckets_do): Rename as...
14375 (symbol_list_new, symbol_check_defined, symbol_make_alias)
14376 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
14377 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
14378 (symbols_new, symbols_free, symbols_do): these.
14380 2002-04-07 Akim Demaille <akim@epita.fr>
14382 Use lib/hash for the symbol table.
14384 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
14386 * src/lex.c (lex): Set the `number' member of new terminals.
14387 * src/reader.c (bucket_check_defined, bucket_make_alias)
14388 (bucket_check_alias_consistence, bucket_translation): New.
14389 (reader, grammar_free, readgram, token_translations_init)
14390 (packsymbols): Adjust.
14391 (reader): Number the predefined tokens.
14392 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
14393 for predefined tokens.
14394 * src/symtab.h (bucket): Remove all the hash table related
14396 * src/symtab.c (symtab): Replace by...
14397 (bucket_table): this.
14398 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
14399 (buckets_new, buckets_do): New.
14401 2002-04-07 Akim Demaille <akim@epita.fr>
14403 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
14404 (start_symbol, max_user_token_number, semantic_parser)
14405 (error_token_number): Initialize.
14406 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
14409 (errtoken, eoftoken, undeftoken, axiom): Extern.
14411 2002-04-07 Akim Demaille <akim@epita.fr>
14413 * src/gram.h (rule_s): prec and precsym are now pointers
14414 to the bucket giving the priority/associativity.
14415 Member `associativity' removed: useless.
14416 * src/reduce.c, src/conflicts.c: Adjust.
14418 2002-04-07 Akim Demaille <akim@epita.fr>
14420 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
14421 Properly escape the symbols' TAG when outputting them.
14423 2002-04-07 Akim Demaille <akim@epita.fr>
14425 * src/lalr.h (LA): Is a bitsetv, not bitset*.
14427 2002-04-07 Akim Demaille <akim@epita.fr>
14429 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
14430 (LArule): this, which is an array to rule_t*.
14431 * src/print.c, src/conflicts.c: Adjust.
14433 2002-04-07 Akim Demaille <akim@epita.fr>
14435 * src/gram.h (rule_t): Rename `number' as `user_number'.
14436 `number' is a new member.
14437 Adjust dependencies.
14438 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
14440 2002-04-07 Akim Demaille <akim@epita.fr>
14442 As a result of the previous patch, it is no longer needed
14443 to reorder ritem itself.
14445 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
14447 2002-04-07 Akim Demaille <akim@epita.fr>
14449 Be sure never to walk through RITEMS, but use only data related to
14450 the rules themselves. RITEMS should be banished.
14452 * src/output.c (output_token_translations): Rename as...
14453 (prepare_tokens): this.
14454 In addition to `translate', prepare the muscles `tname' and
14455 `toknum', which were handled by...
14456 (output_rule_data): this.
14457 Remove, and move the remainder of its outputs into...
14458 (prepare_rules): this new routines, which also merges content from
14459 (output_gram): this.
14460 (prepare_rules): Be sure never to walk through RITEMS.
14461 (output_stos): Rename as...
14462 (prepare_stos): this.
14463 (output): Always invoke prepare_states, after all, just don't use it
14464 in the output if you don't need it.
14466 2002-04-07 Akim Demaille <akim@epita.fr>
14468 * src/LR0.c (new_state): Display `nstates' as the name of the
14469 newly created state.
14470 Adjust to initialize first_state and last_state if needed.
14471 Be sure to distinguish the initial from the final state.
14472 (new_states): Create the itemset of the initial state, and use
14474 * src/closure.c (closure): Now that the initial state has its
14475 items properly set, there is no need for a special case when
14476 creating `ruleset'.
14478 As a result, now the rule 0, reducing to $axiom, is visible in the
14479 outputs. Adjust the test suite.
14481 * tests/conflicts.at (Solved SR Conflicts)
14482 (Unresolved SR Conflicts): Adjust.
14483 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
14484 * tests/conflicts.at (S/R in initial): New.
14486 2002-04-07 Akim Demaille <akim@epita.fr>
14488 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
14489 the RHS of the rules.
14490 * src/output.c (output_gram): Likewise.
14492 2002-04-07 Akim Demaille <akim@epita.fr>
14494 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
14496 Adjust all dependencies.
14497 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
14498 `number' of the buckets too.
14499 * src/gram.h: Include `symtab.h'.
14500 (associativity): Move to...
14501 * src/symtab.h: here.
14502 No longer include `gram.h'.
14504 2002-04-07 Akim Demaille <akim@epita.fr>
14506 * src/gram.h, src/gram.c (rules_rhs_length): New.
14507 (ritem_longest_rhs): Use it.
14508 * src/gram.h (rule_t): `number' is a new member.
14509 * src/reader.c (packgram): Set it.
14510 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
14511 the end of `rules', and count them out of `nrules'.
14512 (reduce_output, dump_grammar): Adjust.
14513 * src/print.c (print_grammar): It is no longer needed to check for
14514 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
14515 * tests/reduce.at (Reduced Automaton): New test.
14517 2002-04-07 Akim Demaille <akim@epita.fr>
14519 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
14520 lacking `+ 1' to nrules, Bison reported as useless a token if it
14521 was used solely to set the precedence of the last rule...
14523 2002-04-07 Akim Demaille <akim@epita.fr>
14525 * data/bison.c++, data/bison.simple: Don't output the current file
14526 name in #line, to avoid useless diffs between two identical
14527 outputs under different names.
14529 2002-04-07 Akim Demaille <akim@epita.fr>
14531 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
14532 Normalize loops to using `< nrules + 1', not `<= nrules'.
14534 2002-04-07 Akim Demaille <akim@epita.fr>
14538 2002-04-07 Akim Demaille <akim@epita.fr>
14540 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
14541 bucket.value as bucket.number.
14543 2002-04-07 Akim Demaille <akim@epita.fr>
14545 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
14546 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
14547 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
14548 RHS, instead of being an index in RITEMS.
14550 2002-04-04 Paul Eggert <eggert@twinsun.com>
14552 * doc/bison.texinfo: Update copyright date.
14553 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
14554 (Symbols): Warn about running Bison in one character set,
14555 but compiling and/or running in an incompatible one.
14556 Warn about character code 256, too.
14558 2002-04-03 Paul Eggert <eggert@twinsun.com>
14560 * src/bison.data (YYSTACK_ALLOC): Depend on whether
14561 YYERROR_VERBOSE is nonzero, not whether it is defined.
14563 Merge changes from bison-1_29-branch.
14565 2002-03-20 Paul Eggert <eggert@twinsun.com>
14567 Merge fixes from Debian bison_1.34-1.diff.
14569 * configure.in (AC_PREREQ): 2.53.
14571 2002-03-20 Akim Demaille <akim@epita.fr>
14573 * src/conflicts.c (log_resolution): Argument `resolution' is const.
14575 2002-03-19 Paul Eggert <eggert@twinsun.com>
14577 * src/bison.simple (YYCOPY): New macro.
14578 (YYSTACK_RELOCATE): Use it.
14579 Remove Type arg; no longer needed. All callers changed.
14580 (yymemcpy): Remove; no longer needed.
14582 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
14583 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14585 2002-03-19 Akim Demaille <akim@epita.fr>
14587 Test and fix the #line outputs.
14589 * tests/atlocal.at (GCC): New.
14590 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
14591 (Prologue synch line, %union synch line, Postprologue synch line)
14592 (Action synch line, Epilogue synch line): New tests.
14593 * src/reader.c (parse_union_decl): Define the muscle stype_line.
14594 * data/bison.simple, data/bison.c++: Use it.
14596 2002-03-19 Akim Demaille <akim@epita.fr>
14598 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
14599 (Solved SR Conflicts, %expect not enough, %expect right)
14600 (%expect too much): Move to...
14601 * tests/conflicts.at: this new file.
14603 2002-03-19 Akim Demaille <akim@epita.fr>
14605 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
14606 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
14607 that we can move to enums for instance.
14608 * src/output.c (token_definitions_output): Output a list of
14609 `token-name, token-number' instead of the #define.
14610 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
14612 2002-03-14 Akim Demaille <akim@epita.fr>
14614 Use Gettext 0.11.1.
14616 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
14618 * data/bison.c++: Make the user able to add members to the generated
14619 parser by subclassing.
14621 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
14623 * src/reader.c (read_additionnal_code): `c' should be an integer, not
14625 Reported by Nicolas Tisserand and Nicolas Burrus.
14627 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
14629 * src/reader.c: Warn about lacking semi-colons, do not complain.
14631 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
14633 * data/bison.c++: Remove a debug line.
14635 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
14637 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
14638 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
14639 provide a default implementation.
14641 2002-03-04 Akim Demaille <akim@epita.fr>
14643 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
14644 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
14645 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
14646 * tests/semantic.at (Parsing Guards): Similarly.
14647 * src/reader.at (readgram): Complain if the last rule is not ended
14650 2002-03-04 Akim Demaille <akim@epita.fr>
14652 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
14653 * src/closure.c: here.
14654 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
14656 * src/warshall.h, src/warshall.c: Remove.
14657 * tests/sets.at (Broken Closure): Adjust.
14659 2002-03-04 Akim Demaille <akim@epita.fr>
14661 * src/output.c (output_skeleton): tempdir is const.
14662 bytes_read is unused.
14664 2002-03-04 Akim Demaille <akim@epita.fr>
14666 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
14667 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
14669 From Michael Hayes.
14671 2002-03-04 Akim Demaille <akim@epita.fr>
14673 * src/closure.c (closure): `r' is unused.
14675 2002-03-04 Akim Demaille <akim@epita.fr>
14677 * tests/sets.at (Broken Closure): Add the ending `;'.
14678 * src/reader.at (readgram): Complain if a rule is not ended with a
14681 2002-03-04 Akim Demaille <akim@epita.fr>
14683 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
14684 (count_sr_conflicts): Use bitset_count.
14685 * src/reduce.c (inaccessable_symbols): Ditto.
14686 (bits_size): Remove.
14687 * src/warshall.h, src/warshall.c: Convert to bitsetv.
14689 2002-03-04 Akim Demaille <akim@epita.fr>
14691 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
14692 * src/reduce.c: Remove the `bitset_zero's following the
14693 `bitset_create's, as now it is performed by the latter.
14695 2002-03-04 Akim Demaille <akim@epita.fr>
14697 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
14698 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
14699 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
14700 latest sources from Michael.
14702 2002-03-04 Akim Demaille <akim@epita.fr>
14704 * src/output.c (output): Don't free the grammar.
14705 * src/reader.c (grammar_free): New.
14706 * src/main.c (main): Call it and don't free symtab here.
14708 2002-03-04 Akim Demaille <akim@epita.fr>
14710 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
14712 Reported by Benoit Perrot.
14714 2002-03-04 Akim Demaille <akim@epita.fr>
14716 Use bitset operations when possible, not loops over bits.
14718 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
14720 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
14721 * src/reduce.c (useless_nonterminals): Formatting changes.
14722 * src/warshall.c (TC): Use bitset_or.
14724 2002-03-04 Akim Demaille <akim@epita.fr>
14726 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
14727 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
14730 2002-03-04 Akim Demaille <akim@epita.fr>
14732 * src/lalr.c (F): Now a bitset*.
14733 Adjust all dependencies.
14735 2002-03-04 Akim Demaille <akim@epita.fr>
14737 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
14738 Adjust all dependencies.
14740 2002-03-04 Akim Demaille <akim@epita.fr>
14742 * src/L0.c, src/LR0.h (nstates): Be size_t.
14743 Adjust comparisons (signed vs unsigned).
14744 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
14746 Adjust all dependencies.
14748 2002-03-04 Akim Demaille <akim@epita.fr>
14750 * src/closure.c (firsts): Now, also a bitset.
14751 Adjust all dependencies.
14752 (varsetsize): Remove, now unused.
14753 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
14755 2002-03-04 Akim Demaille <akim@epita.fr>
14757 * src/print.c: Convert to use bitset.h, not hand coded iterations
14760 2002-03-04 Akim Demaille <akim@epita.fr>
14762 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
14764 2002-03-04 Akim Demaille <akim@epita.fr>
14766 * src/closure.c (ruleset): Be a bitset.
14767 (rulesetsize): Remove.
14769 2002-03-04 Akim Demaille <akim@epita.fr>
14771 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
14772 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
14773 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
14774 * src/closure.c (fderives): Be an array of bitsets.
14776 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
14778 * data/bison.c++: Merge the two generated headers. Insert a copyright
14779 notice in each output file.
14781 2002-02-28 Akim Demaille <akim@epita.fr>
14783 * data/bison.c++: Copy the prologue of bison.simple to fetch
14784 useful M4 definitions, such as b4_header_guard.
14786 2002-02-25 Akim Demaille <akim@epita.fr>
14788 * src/getargs.c (version): Give the name of the authors, and use a
14789 translator friendly scheme for the bgr
14792 2002-02-25 Akim Demaille <akim@epita.fr>
14794 * src/output.c (header_output): Remove, now handled completely via
14797 2002-02-25 Akim Demaille <akim@epita.fr>
14799 * m4/m4.m4: New, from CVS Autoconf.
14800 * configure.in: Invoke it.
14801 * src/output.c (output_skeleton): Use its result instead of the
14804 2002-02-25 Akim Demaille <akim@epita.fr>
14806 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
14808 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
14809 * src/output.c (output_skeleton): Use mkstemp to create a real
14811 Move the filling of `skeleton' and its muscle to...
14813 (output): Move the definition of the prologue muscle to...
14815 * src/system.h (DEFAULT_TMPDIR): New.
14817 2002-02-14 Paul Eggert <eggert@twinsun.com>
14819 Remove the support for C++ namespace cleanliness; it was
14820 causing more problems than it was curing, since it didn't work
14821 properly on some nonstandard C++ compilers. This can wait
14822 for a proper C++ parser.
14824 * NEWS: Document this.
14825 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
14826 of C++, as it's treated like C now.
14827 * src/bison.simple (YYSTD): Remove.
14828 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
14829 Treat C++ just like Standard C instead of trying to support
14830 namespace cleanliness.
14832 2002-02-14 Akim Demaille <akim@epita.fr>
14834 * tests/regression.at (else): Adjust to Andreas' change.
14836 2002-02-14 Akim Demaille <akim@epita.fr>
14838 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
14840 2002-02-13 Andreas Schwab <schwab@suse.de>
14842 * src/output.c (output_rule_data): Don't output NULL, it might
14843 not be defined yet.
14845 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
14847 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
14848 (Copyright notice): Update.
14850 2002-02-11 Akim Demaille <akim@epita.fr>
14852 * tests/regression.at (%nonassoc and eof): Don't include
14853 nonportable headers.
14855 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
14857 * data/bison.c++: Correct error recovery. Make the user able to
14858 initialize the starting location.
14860 2002-02-07 Akim Demaille <akim@epita.fr>
14862 * tests/input.at: New.
14864 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14866 * data/bison.c++: Replace some direct m4 expansions by constants. Be
14867 more consistent when naming methods and variables. Put preprocessor
14868 directives around tables only needed for debugging.
14870 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14872 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
14874 (yy::b4_name::parse): Use print_.
14876 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14878 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
14880 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
14882 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
14884 (yy::b4_name::parse): Build verbose error messages, and use error_.
14886 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
14888 * data/bison.c++: Fix m4 quoting in comments.
14890 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
14892 * data/bison.c++: Adjust the parser code. Fix some muscles that were
14893 not expanded by m4.
14895 2002-02-05 Akim Demaille <akim@epita.fr>
14897 * data/bison.c++: Adjust to the M4 back end.
14898 More is certainly needed.
14900 2002-02-05 Akim Demaille <akim@epita.fr>
14902 Give a try to M4 as a back end.
14904 * lib/readpipe.c: New, from wdiff.
14905 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
14907 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
14908 specific values. Now it is m4 that performs the lookup.
14909 * src/parse-skel.y: Remove.
14910 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
14911 * src/output.c (actions_output, guards_output)
14912 (token_definitions_output): No longer keeps track of the output
14913 line number, hence remove the second argument.
14914 (guards_output): Check against the guard member of a rule, not the
14917 (output_skeleton): Don't look for the skeleton location, let m4 do
14919 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
14921 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
14922 (prepare): Given that for the time being changesyntax is not
14923 usable in M4, rename the muscles using `-' to `_'.
14924 Define `defines_flag', `output_parser_name' and `output_header_name'.
14925 * src/output.h (actions_output, guards_output)
14926 (token_definitions_output): Adjust prototypes.
14927 * src/scan-skel.l: Instead of scanning the skeletons, it now
14928 processes the output of m4: `__oline__' and `#output'.
14929 * data/bison.simple: Adjust to be used by M4(sugar).
14930 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
14932 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
14933 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
14934 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
14935 shamelessly stolen from CVS Autoconf.
14937 2002-02-05 Akim Demaille <akim@epita.fr>
14939 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
14940 * configure.in: Check for the declarations of free and malloc.
14941 * src/muscle_tab.c: Adjust.
14943 2002-02-05 Akim Demaille <akim@epita.fr>
14945 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
14946 which have no values.
14948 2002-02-05 Akim Demaille <akim@epita.fr>
14950 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
14953 2002-01-29 Paul Eggert <eggert@twinsun.com>
14955 * src/bison.simple (YYSIZE_T): Do not define merely because
14956 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
14957 On some platforms, <alloca.h> does not declare YYSTD (size_t).
14959 2002-01-27 Akim Demaille <akim@epita.fr>
14961 Fix `%nonassoc and eof'.
14963 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
14964 which were not properly copied! Replace
14965 memcpy (res->errs, src->errs, src->nerrs);
14967 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
14969 * tests/regression.at (%nonassoc and eof): Adjust to newest
14970 Autotest: `.' is not in the PATH.
14972 2002-01-27 Akim Demaille <akim@epita.fr>
14974 * tests/sets.at (AT_EXTRACT_SETS): New.
14975 (Nullable): Use it.
14978 2002-01-26 Akim Demaille <akim@epita.fr>
14980 * tests/actions.at, tests/calc.at, tests/headers.at,
14981 * tests/torture.at: Adjust to the newest Autotest which no longer
14982 forces `.' in the PATH.
14984 2002-01-25 Akim Demaille <akim@epita.fr>
14986 * tests/regression.at (%nonassoc and eof): New.
14987 Suggested by Robert Anisko.
14989 2002-01-24 Akim Demaille <akim@epita.fr>
14991 Bison dumps core when trying to complain about broken input files.
14992 Reported by Cris van Pelt.
14994 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
14995 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
14997 (Invalid inputs): Strengthen: exercise parse_percent_token.
14999 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
15001 * src/Makefile.am: Add bison.c++.
15002 * src/bison.c++: New skeleton.
15004 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
15008 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
15010 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
15012 2002-01-20 Marc Autret <marc@gnu.org>
15014 * src/files.c (compute_output_file_names): Fix
15016 2002-01-20 Marc Autret <marc@gnu.org>
15018 * tests/output.at: New test.
15019 * src/files.c (compute_base_names): Don't map extensions when
15020 the YACC flag is set, use defaults.
15021 Reported by Evgeny Stambulchik.
15023 2002-01-20 Marc Autret <marc@gnu.org>
15025 * src/system.h: Need to define __attribute__ away for non-GCC
15026 compilers as well (i.e., the vendor C compiler).
15027 Suggested by Albert Chin-A-Young.
15029 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
15031 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
15032 canonical definition.
15033 * src/system.h: Use the canonical definition for PARAMS (avoids
15034 a conflict with the macro from lib/hash.h).
15036 2002-01-11 Akim Demaille <akim@epita.fr>
15038 * configure.in: Use AC_FUNC_STRNLEN.
15039 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
15041 2002-01-09 Akim Demaille <akim@epita.fr>
15043 * src/files.c, src/files.h (output_infix): New.
15044 (tab_extension): Remove.
15045 (compute_base_names): Compute the former, drop the latter.
15046 * src/output.c (prepare): Insert the muscles `output-infix', and
15048 * src/parse-skel.y (string, string.1): New.
15049 (section.header): Use it.
15050 (section.yacc): Remove.
15051 (prefix): Remove too.
15052 * src/scan-skel.l: Adjust.
15053 * src/bison.simple, src/bison.hairy: Adjust.
15055 2002-01-09 Akim Demaille <akim@epita.fr>
15057 * configure.in (WERROR_CFLAGS): Compute it.
15058 * src/Makefile.am (CFLAGS): Pass it.
15059 * tests/atlocal.in (CFLAGS): Idem.
15060 * src/files.c: Fix a few warnings.
15061 (get_extension_index): Remove, unused.
15063 2002-01-08 Akim Demaille <akim@epita.fr>
15065 * src/getargs.c (AS_FILE_NAME): New.
15066 (getargs): Use it to convert DOSish file names.
15067 * src/files.c (base_name): Rename as full_base_name to avoid
15068 clashes with `base_name ()'.
15069 (filename_split): New.
15070 (compute_base_names): N-th rewrite, using filename_split.
15072 2002-01-08 Akim Demaille <akim@epita.fr>
15074 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
15075 New, stolen from the Fileutils 4.1.
15076 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
15077 * configure.in: Check for the presence of memrchr, and of its
15080 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
15082 * lib/hash.h (__P): Added definition for this macro.
15083 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
15084 BUILT_SOURCES, to ensure they are generated first.
15085 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
15086 %error-verbose to allow bootstrapping with bison 1.30x.
15088 2002-01-06 Akim Demaille <akim@epita.fr>
15090 * src/reader.c (parse_braces): Don't fetch the next char, the
15091 convention is to fetch on entry.
15092 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
15093 'switch' without a following semicolon.
15094 * tests/regression.at (braces parsing): New.
15096 2002-01-06 Akim Demaille <akim@epita.fr>
15098 Bison is dead wrong in its RR conflict reports.
15100 * tests/torture.at (GNU Cim Grammar): New.
15101 * src/conflicts.c (count_rr_conflicts): Fix.
15103 2002-01-06 Akim Demaille <akim@epita.fr>
15105 Creating package.m4 from configure.ac causes too many problems.
15107 * tests/Makefile.am (package.m4): Create it by hand,
15108 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
15110 2002-01-06 Akim Demaille <akim@epita.fr>
15112 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
15115 2002-01-04 Paul Eggert <eggert@twinsun.com>
15117 * doc/bison.texinfo (Debugging):
15118 Remove YYSTDERR; it's no longer defined or used.
15119 Also, s/cstdio.h/cstdio/.
15121 2002-01-03 Akim Demaille <akim@epita.fr>
15123 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
15125 2002-01-03 Akim Demaille <akim@epita.fr>
15127 * src/parse-skel.y (process_skeleton): Don't bind the parser's
15128 tracing code to --trace, wait for a better --trace option, with
15131 2002-01-03 Akim Demaille <akim@epita.fr>
15133 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
15134 The ISO C++ standard is extremely clear about it: stderr is
15135 considered a macro, not a regular symbol (see table 94 `Header
15136 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
15137 Therefore std:: does not apply to it. It still does with fprintf.
15138 Also, s/cstdio.h/cstdio/.
15140 2002-01-03 Akim Demaille <akim@epita.fr>
15142 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
15143 for non system headers.
15145 2002-01-02 Akim Demaille <akim@epita.fr>
15147 Equip the skeleton chain with location tracking, runtime trace,
15148 pure parser and scanner.
15150 * src/parse-skel.y: Request a pure parser, locations, and prefix
15152 (%union): Having several members with the same type does not help
15153 type mismatches, simplify.
15154 (YYPRINT, yyprint): New.
15155 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
15156 (skel_error): this.
15158 * src/scan-skel.l: Adjust to these changes.
15159 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
15160 (LOCATION_PRINT, skel_control_t): New.
15162 2001-12-30 Akim Demaille <akim@epita.fr>
15164 * src/parse-skel.y: Get rid of the shift/reduce conflict:
15165 replace `gb' with BLANKS.
15166 * src/scan-skel.l: Adjust.
15168 2001-12-30 Akim Demaille <akim@epita.fr>
15170 * src/system.h: We don't need nor want bcopy.
15171 Throw away MS-DOS crap: we don't need getpid.
15172 * configure.in: We don't need strndup. It was even causing
15173 problems: because Flex includes the headers *before* us,
15174 _GNU_SOURCE is not defined by config.h, and therefore strndup was
15176 * lib/xstrndup.c: New.
15177 * src/scan-skel.l: Use it.
15178 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
15179 * src/parse-skel.y: Use %directives instead of #defines.
15181 2001-12-30 Akim Demaille <akim@epita.fr>
15183 * src/skeleton.h: New.
15184 * src/output.c (output_parser, output_master_parser): Remove, dead
15186 * src/output.h (get_lines_number, actions_output, guards_output)
15187 (token_definitions_output): Prototype them.
15188 * src/parse-skel.y: Add the license notice.
15189 Include output.h and skeleton.h.
15190 (process_skeleton): Returns void, and takes a single parameter.
15191 * src/scan-skel.l: Add the license notice.
15192 Include skeleton.h.
15193 Don't use %option yylineno: it seems that then Flex imagines
15194 REJECT has been used, and therefore it won't reallocate its
15195 buffers (which makes no other sense to me than a bug). It results
15196 in warnings for `unused: yy_flex_realloc'.
15198 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
15200 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
15201 (MUSCLE_INSERT_PREFIX): ...to there.
15202 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
15203 (MUSCLE_INSERT_PREFIX): Move from here...
15205 * src/bison.hairy: Add a section directive. Put braces around muscle
15206 names. This parser skeleton is still broken, but Bison should not
15207 choke on a bad muscle 'syntax'.
15208 * src/bison.simple: Add a section directive. Put braces around muscle
15211 * src/files.h (strsuffix, stringappend): Add declarations.
15212 (tab_extension): Add declaration.
15213 (short_base_name): Add declaration.
15215 * src/files.c (strsuffix, stringappend): No longer static. These
15216 functions are used in the skeleton parser.
15217 (tab_extension): New.
15218 (compute_base_names): Use the computations done in this function
15219 to guess if the generated parsers should have '.tab' in their
15221 (short_base_name): No longer static.
15223 * src/output.c (output_skeleton): New.
15224 (output): Disable call to output_master_parser, and give a try to
15225 a new skeleton handling system.
15226 (guards_output, actions_output): No longer static.
15227 (token_definitions_output, get_lines_number): No longer static.
15229 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
15231 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
15234 * src/parse-skel.y: New file.
15235 * src/scan-skel.l: New file.
15237 2001-12-29 Akim Demaille <akim@epita.fr>
15239 %name-prefix is broken.
15241 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
15242 Adjust all dependencies.
15243 * tests/headers.at (export YYLTYPE): Strengthen this test: use
15246 Renaming yylval but not yylloc is not consistent. Now we do.
15248 * src/bison.simple: Prefix yylloc if used.
15249 * doc/bison.texinfo (Decl Summary): Document that.
15251 2001-12-29 Akim Demaille <akim@epita.fr>
15253 * doc/bison.texinfo: Promote `%long-directive' over
15255 Remove all references to fixed-output-files, yacc is enough.
15257 2001-12-29 Akim Demaille <akim@epita.fr>
15259 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
15260 user prologue. These are defaults.
15261 * tests/actions.at (Mid-rule actions): Make sure the user can
15262 define YYDEBUG and YYERROR_VERBOSE.
15264 2001-12-29 Akim Demaille <akim@epita.fr>
15266 * src/output.c (header_output): Don't forget to export YYLTYPE and
15268 * tests/headers.at (export YYLTYPE): New, make sure it does.
15269 * tests/regression.at (%union and --defines, Invalid CPP headers):
15271 * tests/headers.at: here.
15273 2001-12-29 Akim Demaille <akim@epita.fr>
15275 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
15277 2001-12-29 Akim Demaille <akim@epita.fr>
15279 * tests/actions.at (Mid-rule actions): Output on a single line
15280 instead of several.
15282 2001-12-29 Akim Demaille <akim@epita.fr>
15284 * doc/bison.texinfo: Formatting changes.
15286 2001-12-29 Akim Demaille <akim@epita.fr>
15288 Don't store the token defs in a muscle, just be ready to output it
15289 on command. Now possible via `symbols'. Fixes a memory leak.
15291 * src/output.c (token_definitions_output): New.
15292 (output_parser, header_output): Use it.
15293 * src/reader.c (symbols_save): Remove.
15295 2001-12-29 Akim Demaille <akim@epita.fr>
15297 * src/bison.simple: Do not provide a default for YYSTYPE and
15298 YYLTYPE before the user's prologue. Otherwise it's hardly... a
15301 2001-12-29 Akim Demaille <akim@epita.fr>
15303 Mid-rule actions are simply... ignored!
15305 * src/reader.c (readgram): Be sure to attach mid-rule actions to
15306 the empty-rule associated to the dummy symbol, not to the host
15308 * tests/actions.at (Mid-rule actions): New.
15310 2001-12-29 Akim Demaille <akim@epita.fr>
15314 * src/reader.c (reader): Free grammar.
15316 2001-12-29 Akim Demaille <akim@epita.fr>
15320 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
15321 since it allocates it for each state, although only one is needed.
15322 (allocate_storage): Do it here.
15324 2001-12-29 Akim Demaille <akim@epita.fr>
15326 * src/options.h, src/options.c (create_long_option_table): Rename
15328 (long_option_table_new): this, with a clearer prototype.
15329 (percent_table): Remove, unused,
15330 * src/getargs.c (getargs): Adjust.
15332 2001-12-29 Akim Demaille <akim@epita.fr>
15334 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
15335 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
15338 2001-12-29 Akim Demaille <akim@epita.fr>
15340 * src/lalr.c (build_relations): Rename `states' as `states1'.
15341 Sorry, I don't understand exactly what it is, no better name...
15343 2001-12-29 Akim Demaille <akim@epita.fr>
15345 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
15346 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
15347 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
15350 2001-12-29 Akim Demaille <akim@epita.fr>
15352 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
15355 2001-12-29 Akim Demaille <akim@epita.fr>
15357 * src/reader.c, src/reader.h (user_toknums): Remove.
15358 Adjust all users to use symbols[i]->user_token_number.
15360 2001-12-29 Akim Demaille <akim@epita.fr>
15362 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
15363 Adjust all users to use symbols[i]->prec or ->assoc.
15365 2001-12-29 Akim Demaille <akim@epita.fr>
15367 * src/reader.c, src/reader.h (tags): Remove.
15368 Adjust all users to use symbols[i]->tag.
15370 2001-12-29 Akim Demaille <akim@epita.fr>
15372 * src/gram.h, src/gram.c (symbols): New, similar to state_table
15374 * src/reader.c (packsymbols): Fill this table.
15376 * src/conflicts.c (resolve_sr_conflict): Adjust.
15377 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
15379 Use symbols[i]->tag instead of tags[i].
15381 2001-12-29 Akim Demaille <akim@epita.fr>
15383 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
15384 In addition, put a comment in there, to replace...
15385 * tests/regression.at (%union and C comments): Remove.
15387 2001-12-29 Akim Demaille <akim@epita.fr>
15389 * tests/regression.at (Web2c Actions): Blindly move the actual
15390 output as expected output. The contents *seem* right to me, but I
15391 can't pretend reading perfectly parser tables... Nonetheless, all
15392 the other tests pass correctly, the table look OK, even though the
15393 presence of `$axiom' is to be noted: AFAICS it is useless (but
15396 2001-12-29 Akim Demaille <akim@epita.fr>
15398 * src/reader.c (readgram): Don't add the rule 0 if there were no
15399 rules read. In other words, add it _after_ having performed
15400 grammar sanity checks.
15401 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
15403 2001-12-29 Akim Demaille <akim@epita.fr>
15405 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
15406 visible, and some states have now a different number.
15408 2001-12-29 Akim Demaille <akim@epita.fr>
15410 * src/reader.c (readgram): Bind the initial rule's lineno to that
15412 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
15413 (Solved SR Conflicts): Adjust rule 0's line number.
15415 2001-12-29 Akim Demaille <akim@epita.fr>
15417 Fix the `GAWK Grammar' failure.
15419 * src/LR0.c (final_state): Initialize to -1 so that we do compute
15420 the reductions of the first state which was mistakenly confused
15421 with the final state because precisely final_state was initialized
15423 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
15424 now noticed by Bison.
15425 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
15426 have a reduction on $default.
15428 2001-12-29 Akim Demaille <akim@epita.fr>
15430 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
15432 * src/closure.c (print_closure): Likewise.
15433 * src/derives.c (print_derives): Likewise.
15434 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
15437 2001-12-29 Akim Demaille <akim@epita.fr>
15439 * src/lalr.c (lookaheads_print): New.
15440 (lalr): Call it when --trace-flag.
15441 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
15444 2001-12-29 Akim Demaille <akim@epita.fr>
15446 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
15447 when walking through ritem, even via rule->rhs.
15448 * src/reduce.c (dump_grammar, useful_production, reduce_output)
15449 (useful_production, useless_nonterminals): Likewise.
15450 (reduce_grammar_tables): Likewise, plus update nritems.
15451 * src/nullable.c (set_nullable): Likewise.
15452 * src/lalr.c (build_relations): Likewise.
15453 * tests/sets.at (Nullable): Adjust.
15454 Fortunately, now, the $axiom is no longer nullable.
15456 2001-12-29 Akim Demaille <akim@epita.fr>
15458 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
15460 * src/gram.c (ritem_longest_rhs): Likewise.
15461 * src/reduce.c (nonterminals_reduce): Likewise.
15462 * src/print_graph.c (print_graph): Likewise.
15463 * src/output.c (output_rule_data): Likewise.
15464 * src/nullable.c (set_nullable): Likewise.
15466 2001-12-29 Akim Demaille <akim@epita.fr>
15468 * src/output.c: Comment changes.
15470 2001-12-27 Paul Eggert <eggert@twinsun.com>
15472 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
15473 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
15474 Sparc, as they were causing more porting problems than the
15475 (minor) performance improvement was worth.
15477 Also, catch up with 1.31's YYSTD.
15479 2001-12-27 Akim Demaille <akim@epita.fr>
15481 * src/output.c (output_gram): Rely on nritems, not the
15482 0-sentinel. See below.
15483 Use -1 as separator, not 0.
15484 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
15485 Rely on -1 as separator in yyrhs, instead of 0.
15486 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
15487 twice `Now at end of input', therefore there are two lines less to
15490 2001-12-27 Akim Demaille <akim@epita.fr>
15492 * tests/regression.at (Unresolved SR Conflicts):
15493 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
15496 2001-12-27 Akim Demaille <akim@epita.fr>
15498 * src/LR0.c (new_state): Recognize the final state by the fact it
15499 is reached by eoftoken.
15500 (insert_start_shifting_state, insert_eof_shifting_state)
15501 (insert_accepting_state, augment_automaton): Remove, since now
15502 these states are automatically computed from the initial state.
15503 (generate_states): Adjust.
15504 * src/print.c: When reporting a rule number to the user, substract
15505 1, so that the axiom rule is rule 0, and the first user rule is 1.
15506 * src/reduce.c: Likewise.
15507 * src/print_graph.c (print_core): For the time being, just as for
15508 the report, depend upon --trace-flags to dump the full set of
15510 * src/reader.c (readgram): Once the grammar read, insert the rule
15511 0: `$axiom: START-SYMBOL $'.
15512 * tests/set.at: Adjust: rule 0 is now displayed, and since the
15513 number of the states has changed (the final state is no longer
15514 necessarily the last), catch up.
15516 2001-12-27 Akim Demaille <akim@epita.fr>
15518 Try to make the use of the eoftoken valid. Given that its value
15519 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
15520 is used instead of > 0 where appropriate, (ii), depend upon nritems
15521 instead of the 0-sentinel.
15523 * src/gram.h, src/gram.c (nritems): New.
15524 Expected to be duplication of nitems, but for the time being...
15525 * src/reader.c (packgram): Assert nritems and nitems are equal.
15526 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
15527 * src/closure.c (print_closure, print_fderives): Likewise.
15528 * src/gram.c (ritem_print): Likewise.
15529 * src/print.c (print_core, print_grammar): Likewise.
15530 * src/print_graph.c: Likewise.
15532 2001-12-27 Akim Demaille <akim@epita.fr>
15534 * src/main.c (main): If there are complains after grammar
15535 reductions, then output the report anyway if requested, then die.
15536 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
15537 * src/reader.c (eoftoken): New.
15538 (parse_token_decl): If the token being defined has value `0', it
15540 (packsymbols): No longer hack `tags' to insert `$' by hand.
15541 Be sure to preserve the value of the eoftoken.
15542 (reader): Make sure eoftoken is defined.
15543 Initialize nsyms to 0: now eoftoken is created just like the others.
15544 * src/print.c (print_grammar): Don't special case the eof token.
15545 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
15546 lie anyway, albeit pleasant.
15547 * tests/calc.at: Exercise error messages with eoftoken.
15548 Change the grammar so that empty input is invalid.
15549 Adjust expectations.
15550 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
15552 2001-12-27 Akim Demaille <akim@epita.fr>
15554 * configure.in: Check the protos of strchr ans strspn.
15555 Replace strchr if needed.
15556 * src/system.h: Provide the protos of strchr, strspn and memchr if
15558 * lib/strchr.c: New.
15559 * src/reader.c (symbols_save): Use strchr.
15561 2001-12-27 Akim Demaille <akim@epita.fr>
15563 * src/print.c, src/print_graph.c (escape): New.
15564 Use it to quote the TAGS outputs.
15565 * src/print_graph.c (print_state): Now errors are in red, and
15566 reductions in green.
15567 Prefer high to wide: output the state number on a line of its own.
15569 2001-12-27 Akim Demaille <akim@epita.fr>
15571 * src/state.h, src/state.c (reductions_new): New.
15572 * src/LR0.c (set_state_table): Let all the states have a
15573 `reductions', even if reduced to 0.
15574 (save_reductions): Adjust.
15575 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
15576 * src/print.c (print_reductions, print_actions): Adjust.
15577 * src/output.c (action_row): Adjust.
15579 2001-12-27 Akim Demaille <akim@epita.fr>
15581 * src/state.h, src/state.c (errs_new, errs_dup): New.
15582 * src/LR0.c (set_state_table): Let all the states have an errs,
15583 even if reduced to 0.
15584 * src/print.c (print_errs, print_reductions): Adjust.
15585 * src/output.c (output_actions, action_row): Adjust.
15586 * src/conflicts.c (resolve_sr_conflict): Adjust.
15588 2001-12-27 Akim Demaille <akim@epita.fr>
15590 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
15592 2001-12-27 Akim Demaille <akim@epita.fr>
15594 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
15595 * src/print.c: here.
15596 (lookaheadset, shiftset): New, used as additional storage by
15598 (print_results): Adjust.
15599 (print_shifts, print_gotos, print_errs): New, extracted from...
15600 (print_actions): here.
15601 * src/print_graph.c (print_actions): Remove dead code.
15603 2001-12-27 Akim Demaille <akim@epita.fr>
15605 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
15608 2001-12-27 Akim Demaille <akim@epita.fr>
15610 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
15611 (build_relations): Adjust.
15613 2001-12-27 Akim Demaille <akim@epita.fr>
15615 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
15618 2001-12-27 Akim Demaille <akim@epita.fr>
15620 * src/reader.c (packgram): Catch nitems overflows.
15622 2001-12-27 Akim Demaille <akim@epita.fr>
15624 * src/files.c, src/files.h (guard_obstack): Remove.
15625 * src/output.c (output): Adjust.
15626 * src/reader.c (parse_braces): New, factoring...
15627 (copy_action, copy_guard): these two which are renamed as...
15628 (parse_action, parse_guard): these.
15629 As a voluntary consequence, using braces around guards is now
15632 2001-12-27 Akim Demaille <akim@epita.fr>
15634 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
15635 * src/reader.c (symbol_list): `guard' and `guard_line' are new
15637 (symbol_list_new): Adjust.
15638 (copy_action): action_line is the first line, not the last.
15639 (copy_guard): Just as for actions, store the `action' only, not
15640 the switch/case/break flesh.
15641 Don't parse the user action that might follow the guard, let...
15642 (readgram): do it, i.e., now, there can be an action after a
15644 In other words the guard is just explicitly optional.
15645 (packgram): Adjust.
15646 * src/output.c (guards_output): New.
15647 (output_parser): Call it when needed.
15648 (output): Also free the guard and attrs obstacks.
15649 * src/files.c, src/files.h (obstack_save): Remove.
15650 (output_files): Remove.
15651 As a result, if one needs the former `.act' file, using an
15652 appropriate skeleton which requires actions and guards is now
15654 * src/main.c (main): Adjust.
15655 * tests/semantic.at: New.
15656 * tests/regression.at: Use `input.y' as input file name.
15657 Avoid 8+3 problems by requiring input.c when the test needs the
15660 2001-12-27 Akim Demaille <akim@epita.fr>
15662 * src/reader.c (symbol_list_new): Be sure to initialize all the
15665 2001-12-27 Akim Demaille <akim@epita.fr>
15667 All the hacks using a final pseudo state are now useless.
15669 * src/LR0.c (set_state_table): state_table holds exactly nstates.
15670 * src/lalr.c (nLA): New.
15671 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
15672 instead of lookaheadsp from the pseudo state (nstate + 1).
15674 2001-12-27 Akim Demaille <akim@epita.fr>
15676 * src/output.c (action_row, token_actions): Use a state_t instead
15677 of a integer, and nlookaheads instead of the following state's
15680 2001-12-27 Akim Demaille <akim@epita.fr>
15682 * src/conflicts.c (log_resolution, flush_shift)
15683 (resolve_sr_conflict, set_conflicts, solve_conflicts)
15684 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
15685 (conflicts_print, print_reductions): Use a state_t instead of an
15686 integer when referring to a state.
15687 As much as possible, depend upon nlookaheads, instead of the
15688 `lookaheadsp' member of the following state (since lookaheads of
15689 successive states are successive, the difference between state n + 1
15690 and n served as the number of lookaheads for state n).
15691 * src/lalr.c (add_lookback_edge): Likewise.
15692 * src/print.c (print_core, print_actions, print_state)
15693 (print_results): Likewise.
15694 * src/print_graph.c (print_core, print_actions, print_state)
15695 (print_graph): Likewise.
15696 * src/conflicts.h: Adjust.
15698 2001-12-27 Akim Demaille <akim@epita.fr>
15700 * src/bison.hairy: Formatting/comment changes.
15702 Remove `register' indications.
15703 Add plenty of `static'.
15705 2001-12-27 Akim Demaille <akim@epita.fr>
15707 * src/output.c (prepare): Drop the muscle `ntbase' which
15708 duplicates ntokens.
15709 * src/bison.simple: Formatting/comment changes.
15710 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
15711 is an undocumented synonym.
15713 2001-12-22 Akim Demaille <akim@epita.fr>
15715 * src/output.c (output_table_data): Change the prototype to use
15716 `int' for array ranges: some invocations do pass an int, not a
15718 Reported by Wayne Green.
15720 2001-12-22 Akim Demaille <akim@epita.fr>
15722 Some actions of web2c.y are improperly triggered.
15723 Reported by Mike Castle.
15725 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
15726 * tests/regression.at (Web2c): Rename as...
15727 (Web2c Report): this.
15728 (Web2c Actions): New.
15730 2001-12-22 Akim Demaille <akim@epita.fr>
15732 Reductions in web2c.y are improperly reported.
15733 Reported by Mike Castle.
15735 * src/conflicts.c (print_reductions): Fix.
15736 * tests/regression.at (Web2c): New.
15738 2001-12-18 Akim Demaille <akim@epita.fr>
15740 Some host fail on `assert (!"foo")', which expands to
15741 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
15742 Reported by Nelson Beebee.
15744 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
15745 `#define it_succeeded 0' and `assert (it_succeeded)'.
15747 2001-12-17 Marc Autret <autret_m@epita.fr>
15749 * src/bison.simple: Don't hard code the skeleton line and filename.
15750 * src/output.c (output_parser): Rename 'line' as 'output_line'.
15751 New line counter 'skeleton_line' (skeleton-line muscle).
15753 2001-12-17 Paul Eggert <eggert@twinsun.com>
15755 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
15756 YYDEBUG must be defined to a nonzero value.
15758 * src/bison.simple (yytname): Do not assume that the user defines
15759 YYDEBUG to a properly parenthesized expression.
15761 2001-12-17 Akim Demaille <akim@epita.fr>
15763 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
15764 nlookaheads is a new member.
15766 * src/lalr.h (nlookaheads): Remove this orphan declaration.
15767 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
15770 2001-12-17 Akim Demaille <akim@epita.fr>
15772 * src/files.h, src/files.c (open_files, close_files): Remove.
15773 * src/main.c (main): Don't open/close files, nor invoke lex_free,
15775 * src/reader.c (reader): Do it.
15777 2001-12-17 Akim Demaille <akim@epita.fr>
15779 * src/conflicts.c (print_reductions): Formatting changes.
15781 2001-12-17 Akim Demaille <akim@epita.fr>
15783 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
15784 (flush_reduce): New.
15785 (resolve_sr_conflict): Adjust.
15787 2001-12-17 Akim Demaille <akim@epita.fr>
15789 * src/output.c (output_obstack): Be static and rename as...
15790 (format_obstack): this, to avoid any confusion with files.c's
15792 * src/reader.h (muscle_obstack): Move to...
15793 * src/output.h: here, since it's defined in output.c.
15795 2001-12-17 Akim Demaille <akim@epita.fr>
15797 * src/output.c (action_row, save_column, default_goto)
15798 (sort_actions, matching_state, pack_vector): Better variable
15801 2001-12-17 Akim Demaille <akim@epita.fr>
15803 * src/output.c: Various formatting changes.
15805 2001-12-17 Akim Demaille <akim@epita.fr>
15807 * src/files.c (output_files): Free the output_obstack.
15808 * src/main.c (main): Call print and print_graph conditionally.
15809 * src/print.c (print): Work unconditionally.
15810 * src/print_graph.c (print_graph): Work unconditionally.
15811 * src/conflicts.c (log_resolution): Output only if verbose_flag.
15813 2001-12-16 Marc Autret <autret_m@epita.fr>
15815 * src/output.c (actions_output): Fix. When we use %no-lines,
15816 there is one less line per action.
15818 2001-12-16 Marc Autret <autret_m@epita.fr>
15820 * src/bison.simple: Remove a useless #line directive.
15821 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
15822 * src/output.c (get_lines_number): New.
15823 (output_parser): Adjust, now takes care about the lines of a
15825 Fix line numbering.
15826 (actions_output): Computes the number of lines taken by actions.
15827 (output_master_parser): Insert new skeleton which is the name of
15828 the output parser file name.
15830 2001-12-15 Marc Autret <autret_m@epita.fr>
15832 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
15834 2001-12-15 Marc Autret <autret_m@epita.fr>
15836 * src/output.c (output_gram): Keep track of the hairy one.
15838 2001-12-15 Akim Demaille <akim@epita.fr>
15840 Make `make distcheck' work.
15842 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
15843 system.h which uses libgettext.h.
15845 2001-12-15 Akim Demaille <akim@epita.fr>
15847 * src/nullable.c (set_nullable): Useless rules must be skipped,
15848 otherwise, since we range over their symbols, we might look at a
15849 nonterminal which no longer ``exists'', i.e., it is not counted in
15850 `nvars', hence we overflow our arrays.
15852 2001-12-15 Akim Demaille <akim@epita.fr>
15854 The header can also be produced directly, without any obstack!
15857 * src/files.c, src/files.h (defines_obstack): Remove.
15858 (compute_header_macro): Global.
15859 (defines_obstack_save): Remove.
15860 * src/reader.c (parse_union_decl): No longer output to
15861 defines_obstack: its content can be found in the `stype' muscle
15863 (output_token_translations): Merge into...
15864 (symbols_output): this.
15866 (symbols_save): this.
15868 * src/output.c (header_output): New.
15871 2001-12-15 Akim Demaille <akim@epita.fr>
15873 * src/reader.c (parse_union_decl): Instead of handling two obstack
15874 simultaneously, use one to define the `stype' muscle, and use the
15875 value of the latter to fill defines_obstack.
15876 (copy_comment): Remove.
15877 (copy_comment2): Work for a single obstack.
15879 (copy_comment): this.
15881 2001-12-15 Akim Demaille <akim@epita.fr>
15883 * src/lex.c, src/lex.h (xgetc): No longer static.
15884 * src/reader.c (parse_union_decl): Revamp.
15886 2001-12-15 Akim Demaille <akim@epita.fr>
15888 Still making progress in separating Bison into (i) input, (ii)
15889 process, (iii) output: now we can directly output the parser file
15890 without using table_obstack at all.
15892 * src/files.c, src/files.h (table_obstack): Bye bye.
15893 (parser_file_name): New.
15894 * src/files.c (compute_output_file_names): Compute it.
15895 * src/output.c (actions_output, output_parser)
15896 (output_master_parser): To a file instead of an obstack.
15898 2001-12-15 Akim Demaille <akim@epita.fr>
15900 Attach actions to rules, instead of pre-outputting them to
15903 * src/gram.h (rule_t): action and action_line are new members.
15904 * src/reader.c (symbol_list): Likewise.
15905 (copy_action): Save the actions within the rule.
15906 (packgram): Save them in rule_table.
15907 * src/output.c (actions_output): New.
15908 (output_parser): Use it on `%%actions'.
15909 (output_rule_data): Don't free rule_table.
15911 (prepare): Don't save the `action' muscle.
15912 * src/bison.simple: s/%%action/%%actions/.
15914 2001-12-15 Akim Demaille <akim@epita.fr>
15916 * src/reader.c (copy_action): When --yacc, don't append a `;'
15917 to the user action: let it fail if lacking.
15918 Suggested by Arnold Robbins and Tom Tromey.
15920 2001-12-14 Akim Demaille <akim@epita.fr>
15922 * src/lex.c (literalchar): Simply return the char you decoded, non
15923 longer mess around with obstacks and int pointers.
15924 Adjust all callers.
15926 2001-12-14 Akim Demaille <akim@epita.fr>
15928 * src/lex.c (literalchar): Don't escape the special characters,
15929 just decode them, and keep them as char (before, eol was output as
15930 the 2 char string `\n' etc.).
15931 * src/output.c (output_rule_data): Use quotearg to output the
15934 2001-12-13 Paul Eggert <eggert@twinsun.com>
15936 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
15937 Do not infringe on the global user namespace when using C++.
15938 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
15939 All uses of `fprintf' and `stderr' changed.
15941 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
15943 2001-12-13 Akim Demaille <akim@epita.fr>
15945 The computation of nullable is broken: it doesn't handle empty
15948 * tests/torture.at (GNU AWK Grammar): New.
15949 * tests/sets.at (Nullable): New.
15950 * src/nullable.c (set_nullable): Instead of blindly looping over
15951 `ritems', loop over the rules, and then over their rhs's.
15953 Work around Autotest bugs.
15955 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
15956 frame, because Autotest understand lines starting with a `+' as
15957 traces from the shell. Then, they are not processed properly.
15958 Admittedly an Autotest bug, but we don't have time to wait for
15959 Autotest to catch up.
15960 * tests/regression.at (Broken Closure): Adjust to the new table
15963 * tests/sets.at: here.
15965 2001-12-13 Akim Demaille <akim@epita.fr>
15967 * src/closure.c (closure): Use nrules instead of playing tricks
15968 with BITS_PER_WORD.
15970 2001-12-13 Akim Demaille <akim@epita.fr>
15972 * src/print.c (print_actions): Output the handling of `$' as the
15973 traces do: shifting the token EOF. Before EOF was treated as a
15975 * tests/regression.at: Adjust some tests.
15976 * src/print_graph.c (print_core): Complete the set of items via
15977 closure. The next-to-final and final states are still unsatisfying,
15978 but that's to be addressed elsewhere.
15979 No longer output the rule numbers, but do output the state number.
15980 A single loop for the shifts + gotos is enough, but picked a
15981 distinct color for each.
15982 (print_graph): Initialize and finalize closure.
15984 2001-12-13 Akim Demaille <akim@epita.fr>
15986 * src/reader.c (readgram): Remove dead code, an strip useless
15988 (get_type): Remove, unused.
15990 2001-12-12 Akim Demaille <akim@epita.fr>
15992 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
15993 on that of lib/error.c.
15995 2001-12-12 Akim Demaille <akim@epita.fr>
15997 Some hosts don't like `/' in includes.
15999 * src/system.h: Include libgettext.h without qualifying the path.
16000 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
16003 2001-12-11 Marc Autret <autret_m@epita.fr>
16005 * src/output.c (output_parser): Remove useless muscle.
16007 2001-12-11 Marc Autret <autret_m@epita.fr>
16009 * src/bison.simple: Remove #line just before %%epilogue. It
16010 is now handled in ...
16011 * src/reader.c (read_additionnal_code): Add the output of a
16012 #line for the epilogue.
16014 2001-12-10 Marc Autret <autret_m@epita.fr>
16016 * src/reader.c (copy_definition): Re-use CPP-outed code which
16017 replace precedent remove.
16018 * src/bison.simple: Remove #line before %%prologue because
16019 %%input-line is wrong at this time.
16021 2001-12-10 Marc Autret <autret_m@epita.fr>
16023 * src/reader.c (symbols_output): Clean up.
16024 * src/output.c (output_gram, output): Clean up.
16026 2001-12-10 Akim Demaille <akim@epita.fr>
16028 * src/lalr.c (initialize_lookaheads): New. Extracted from...
16029 * src/LR0.c (set_state_table): here.
16030 * src/lalr.c (lalr): Call it.
16032 2001-12-10 Akim Demaille <akim@epita.fr>
16034 * src/state.h (shifts): Remove the `number' member: shifts are
16035 attached to state, hence no longer need to be labelled with a
16038 2001-12-10 Akim Demaille <akim@epita.fr>
16040 Now that states have a complete set of members, the linked list of
16041 shifts is useless: just fill directly the state's shifts member.
16043 * src/state.h (shifts): Remove the `next' member.
16044 * src/LR0.c (first_state, last_state): Remove.
16045 Adjust the callers.
16046 (augment_automaton): Don't look for the shifts that must be added
16047 a shift on EOF: it is those of the state we looked for! But now,
16048 since shifts are attached, it is no longer needed to looking
16049 merely by its id: its number.
16051 2001-12-10 Akim Demaille <akim@epita.fr>
16053 * src/LR0.c (augment_automaton): Better variable locality.
16054 Remove an impossible branch: if there is a state corresponding to
16055 the start symbol being shifted, then there is shift for the start
16056 symbol from the initial state.
16058 2001-12-10 Akim Demaille <akim@epita.fr>
16060 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
16061 only when appropriate: when insert_start_shifting_state' is not
16063 * tests/regression.at (Rule Line Numbers): Adjust.
16065 2001-12-10 Akim Demaille <akim@epita.fr>
16067 * src/LR0.c (augment_automaton): Now that all states have shifts,
16068 merge the two cases addition shifts to the initial state.
16070 2001-12-10 Akim Demaille <akim@epita.fr>
16072 * src/lalr.c (set_state_table): Move to...
16074 * src/lalr.c (lalr): Don't call it...
16075 * src/LR0.c (generate_states): do it.
16076 * src/LR0.h (first_state): Remove, only the table is used.
16078 2001-12-10 Akim Demaille <akim@epita.fr>
16080 * src/LR0.h (first_shift, first_reduction): Remove.
16081 * src/lalr.c: Don't use first_shift: find shifts through the
16084 2001-12-10 Akim Demaille <akim@epita.fr>
16086 * src/LR0.c: Attach shifts to states as soon as they are
16088 * src/lalr.c (set_state_table): Instead of assigning shifts to
16089 state, just assert that the mapping was properly done.
16091 2001-12-10 Akim Demaille <akim@epita.fr>
16093 * src/LR0.c (insert_start_shift): Rename as...
16094 (insert_start_shifting_state): this.
16095 (insert_eof_shifting_state, insert_accepting_state): New.
16096 (augment_automaton): Adjust.
16097 Better locality of the variables.
16098 When looking if the start_symbol is shifted from the initial
16099 state, using `while (... symbol != start_symbol ...)' sounds
16100 better than `while (... symbol < start_symbol ...)': If fail
16101 to see how the order between symbols could be relevant!
16103 2001-12-10 Akim Demaille <akim@epita.fr>
16105 * src/getargs.h: Don't declare `spec_name_prefix' and
16106 `spec_file_prefix', declared by src/files.h.
16107 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
16108 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
16109 * src/output.c (prepare): Adjust.
16110 * src/reader.c (symbols_output): Likewise.
16111 * src/vmsgetargs.c: Vaguely adjust, but who cares?
16113 2001-12-10 Akim Demaille <akim@epita.fr>
16115 * src/muscle_tab.c (muscle_init): NULL is a better default than
16118 2001-12-10 Akim Demaille <akim@epita.fr>
16120 * src/reader.c (reader): Calling symbols_output once is enough.
16122 2001-12-10 Akim Demaille <akim@epita.fr>
16124 Now that states have a complete set of members, the linked list of
16125 reductions is useless: just fill directly the state's reductions
16128 * src/state.h (struct reductions): Remove member `number' and
16130 * src/LR0.c (first_reduction, last_reduction): Remove.
16131 (save_reductions): Don't link the new reductions, store them in
16133 * src/lalr.c (set_state_table): No need to attach reductions to
16134 states, it's already done.
16135 * src/output.c (output_actions): No longer free the shifts, then
16136 the reductions, then the states: free all the states and their
16139 2001-12-10 Akim Demaille <akim@epita.fr>
16141 * src/options.c (OPTN, DRTV, BOTH): New.
16142 (option_table): Use them.
16144 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
16145 the job of system.h.
16146 * src/options.c: Don't include stdio.h and xalloc.h for the same
16149 2001-12-10 Akim Demaille <akim@epita.fr>
16151 * src/output.c (output, prepare): Make sure the values of the
16152 muscles `action' and `prologue' are 0-terminated.
16154 2001-12-10 Akim Demaille <akim@epita.fr>
16156 Clean up GCC warnings.
16158 * src/reader.c (copy_action): `buf' is not used.
16159 (parse_skel_decl): Be static.
16160 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
16161 * src/options.h (create_long_option_table): Have a real prototype.
16162 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
16163 (hash_delete_at): Return const void *.
16164 Adjust casts to preserve the const.
16166 2001-12-10 Akim Demaille <akim@epita.fr>
16168 * configure.in: Require 2.52g.
16169 M4 is not needed, but AUTOM4TE is.
16170 * m4/m4.m4: Remove.
16171 * tests/Makefile.am: Adjust.
16173 2001-12-10 Akim Demaille <akim@epita.fr>
16175 One structure for states is enough, even though theoretically
16176 there are LR(0) states and LALR(1) states.
16178 * src/lalr.h (state_t): Remove.
16179 (state_table): Be state_t **, not state_t *.
16180 * src/state.h (core, CORE_ALLOC): Rename as...
16181 (state_t, STATE_ALLOC): this.
16182 Add the LALR(1) members: shifts, reductions, errs.
16183 * src/LR0.c (state_table): Rename as...
16184 (state_hash): this, to avoid name clashes with the global
16186 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
16187 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
16189 2001-12-10 Akim Demaille <akim@epita.fr>
16191 Bison dumps core on bash.y.
16192 Reported by Pascal Bart.
16194 * src/warshall.c (bitmatrix_print): New.
16196 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
16197 j must be the outer loop.
16198 * tests/regression.at (Broken Closure): New.
16200 2001-12-05 Akim Demaille <akim@epita.fr>
16202 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
16204 Reported by Peter Hamorsky.
16206 2001-12-05 Akim Demaille <akim@epita.fr>
16208 * src/conflicts.c (err_table): Remove.
16209 (resolve_sr_conflict): Adjust.
16210 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
16212 (state_t.reductions, state_t.shifts): this.
16214 2001-12-05 Akim Demaille <akim@epita.fr>
16216 * src/reduce.c (reduce_grammar_tables): No longer disable the
16217 removal of useless rules via CPP but via `if (0)', so that the
16218 compiler still check the code is valid.
16219 For instance, it should have noticed `rline' no longer exists: use
16220 the `line' member of rule_t.
16221 * src/gram.c (dummy, rline): Remove, unused.
16223 2001-12-05 Akim Demaille <akim@epita.fr>
16225 * src/output.c (pack_vector): Use assert, not berror.
16226 * src/main.c (berror): Remove, unused.
16228 2001-12-05 Akim Demaille <akim@epita.fr>
16230 New experimental feature: if --verbose --trace output all the
16231 items of a state, not only its kernel.
16233 * src/print.c (print_core): If `trace_flag', then invoke closure
16234 before outputting the items of the state (print_core is no longer
16235 a correct name them).
16236 (print_results): Invoke new_closure/free_closure if needed.
16238 2001-12-05 Akim Demaille <akim@epita.fr>
16240 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
16241 * src/closure.c, src/closure.h (itemsetsize): Rename as...
16242 (nitemset): for consistency with the rest of the project.
16244 2001-12-05 Akim Demaille <akim@epita.fr>
16246 * src/closure.c (print_closure): Improve.
16247 (closure): Use it for printing input and output.
16249 2001-12-05 Akim Demaille <akim@epita.fr>
16251 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
16252 indexed by nonterminals.
16254 2001-12-05 Akim Demaille <akim@epita.fr>
16256 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
16258 * src/warshall.h: Remove accidental duplication of the content.
16260 2001-12-05 Akim Demaille <akim@epita.fr>
16262 * src/closure.c (set_fderives): De-obfuscate.
16264 2001-12-05 Akim Demaille <akim@epita.fr>
16266 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
16268 2001-12-05 Akim Demaille <akim@epita.fr>
16270 * src/closure.c (set_firsts): De-obfuscate.
16272 2001-12-05 Akim Demaille <akim@epita.fr>
16274 * src/output.c (action_row): De-obfuscate
16275 using the good o' techniques: arrays not pointers, variable
16276 locality, BITISSET, RESETBIT etc.
16278 2001-12-05 Akim Demaille <akim@epita.fr>
16280 Pessimize the code to simplify it: from now on, all the states
16281 have a valid SHIFTS, which NSHIFTS is possibly 0.
16283 * src/LR0.c (shifts_new): Be global and move to..
16284 * src/state.c, src/state.h: here.
16285 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
16286 * src/print_graph: Adjust.
16288 2001-12-05 Akim Demaille <akim@epita.fr>
16290 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
16291 * src/conflicts.c: Use it.
16292 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
16293 incorrectly ``simplified''.
16295 2001-12-05 Akim Demaille <akim@epita.fr>
16297 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
16298 using the good o' techniques: arrays not pointers, variable
16299 locality, BITISSET, RESETBIT etc.
16301 2001-12-05 Akim Demaille <akim@epita.fr>
16303 * src/state.h (SHIFT_SYMBOL): New.
16304 * src/conflicts.c: Use it to deobfuscate.
16306 2001-12-05 Akim Demaille <akim@epita.fr>
16308 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
16309 (print_reductions): De-obfuscate using the good o' techniques:
16310 arrays not pointers, variable locality, BITISSET.
16312 2001-12-05 Akim Demaille <akim@epita.fr>
16314 * src/conflicts.c (print_reductions): Arrays, not pointers.
16317 2001-12-05 Akim Demaille <akim@epita.fr>
16319 * src/conflicts.c (print_reductions): Pessimize, but clarify.
16321 2001-12-05 Akim Demaille <akim@epita.fr>
16323 * src/conflicts.c (print_reductions): Improve variable locality.
16325 2001-12-05 Akim Demaille <akim@epita.fr>
16327 * src/conflicts.c (print_reductions): Pessimize, but clarify.
16329 2001-12-05 Akim Demaille <akim@epita.fr>
16331 * src/conflicts.c (print_reductions): Improve variable locality.
16333 2001-12-05 Akim Demaille <akim@epita.fr>
16335 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
16336 * src/lalr.c: Use them.
16338 2001-12-05 Akim Demaille <akim@epita.fr>
16340 * src/LR0.c (augment_automaton): Formatting changes.
16341 Better variable locality.
16343 2001-12-05 Akim Demaille <akim@epita.fr>
16345 * src/lalr.c (matrix_print): New.
16346 (transpose): Use it.
16347 Use arrays instead of pointers.
16349 2001-12-05 Akim Demaille <akim@epita.fr>
16351 * src/lalr.c (maxrhs): Move to...
16352 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
16353 * src/lalr.c (build_relations): Adjust.
16355 2001-12-05 Akim Demaille <akim@epita.fr>
16357 * src/lalr.c (transpose): Free the memory allocated to the
16358 argument, as it is replaced by the results by the unique caller.
16359 (build_relations): Merely invoke transpose: it handles the memory
16361 Improve variable locality.
16362 Avoid variables used as mere abbreviations.
16363 (compute_lookaheads): Use arrays instead of pointers.
16365 2001-12-05 Akim Demaille <akim@epita.fr>
16367 * src/lalr.c (initialize_F): Improve variable locality.
16368 Avoid variables used as mere abbreviations.
16370 2001-12-05 Akim Demaille <akim@epita.fr>
16372 * src/derives.c (print_derives): Display the ruleno.
16373 * src/lalr.c (initialize_F, transpose): Better variable locality
16374 to improve readability.
16375 Avoid variables used as mere abbreviations.
16377 2001-12-05 Akim Demaille <akim@epita.fr>
16379 * src/lalr.c (traverse): Use arrays instead of pointers.
16381 2001-12-05 Akim Demaille <akim@epita.fr>
16383 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
16384 the handling of squeue.
16385 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
16387 2001-12-05 Akim Demaille <akim@epita.fr>
16389 Because useless nonterminals are now kept alive (instead of being
16390 `destroyed'), we now sometimes examine them, and store information
16391 related to them. Hence we need to know their number, and adjust
16392 memory allocations.
16394 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
16396 * src/LR0.c (allocate_itemsets): The memory allocated to
16397 `symbol_count' was used for two different purpose: once to count
16398 the number of occurrences of each symbol, and later reassigned to
16399 `shift_symbol', containing the symbol that can be shifted from a
16401 Deobfuscate, i.e., allocate, use and free `symbol_count' here
16403 (new_itemsets): Allocate `shift_symbol' here.
16404 (allocate_itemsets): symbol_count includes useless nonterminals.
16405 Make room for them.
16406 (free_storage): Use `free', not `XFREE', for pointers that cannot
16409 2001-12-05 Akim Demaille <akim@epita.fr>
16411 * src/nullable.c (set_nullable): Deobfuscate the handling of
16413 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
16415 2001-12-05 Akim Demaille <akim@epita.fr>
16417 * src/gram.c, src/gram.h (ritem_print): New.
16418 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
16419 (This useless function was defined only to work around VMS linkers
16420 that can't handle compilation units with variables only).
16421 * src/reduce.c (dump_grammar): Use it to trace the construction of
16424 2001-12-04 Paul Eggert <eggert@twinsun.com>
16426 * src/bison.simple (union yyalloc): Change member names
16427 to be the same as the stack names.
16428 (yyparse): yyptr is now union yyalloc *, not char *.
16429 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
16430 and may generate better code on some machines.
16431 (yystpcpy): Use prototype if __STDC__ is defined, not just
16432 if __cplusplus is defined.
16434 2001-11-30 Akim Demaille <akim@epita.fr>
16436 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
16437 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
16438 Gettext doesn't compile cleanly, and dies with -Werror.
16439 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
16440 Include WARNING_CFLAGS here.
16441 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
16442 before being defined.
16444 2001-11-27 Paul Eggert <eggert@twinsun.com>
16446 * lib/quotearg.h (quotearg_n, quotearg_n_style):
16447 First arg is int, not unsigned.
16448 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
16449 (SIZE_MAX, UINT_MAX): New macros.
16450 (quotearg_n_options): Abort if N is negative.
16451 Avoid overflow check on hosts where size_t is 64 bits and int
16452 is 32 bits, as overflow is impossible there.
16453 Fix off-by-one typo that caused unnecessary reallocation.
16455 2001-11-29 Paul Eggert <eggert@twinsun.com>
16457 Name space cleanup in generated parser.
16459 * doc/bison.texinfo (Bison Parser): Discuss system headers
16460 and their effect on the user name space.
16462 * src/bison.simple:
16463 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
16464 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
16465 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
16467 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
16468 on user names when possible.
16470 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
16471 Simplify test for whather <alloca.h> exists.
16473 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
16475 (<stdio.h>): Include if YYDEBUG.
16477 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
16478 ! defined (yyoverflow) && ! defined (yymemcpy).
16480 (yymemcpy, yyparse): Rename local variables as needed so that
16481 they all begin with 'yy'.
16483 (yystrlen, yystpcpy): New functions.
16485 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
16488 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
16489 instead of relying on string.h functions. Use YYSTACK_ALLOC
16490 and YYSTACK_FREE instead of malloc and free.
16492 2001-11-30 Akim Demaille <akim@epita.fr>
16494 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
16495 before their first uses.
16496 (YYBISON, YYPURE): Move to the top of the output.
16498 2001-11-30 Akim Demaille <akim@epita.fr>
16500 * tests/reduce.at (Useless Nonterminals): Fix.
16502 2001-11-30 Akim Demaille <akim@epita.fr>
16504 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
16505 if body instead of `;' to pacify GCC's warnings.
16507 2001-11-30 Akim Demaille <akim@epita.fr>
16509 Instead of mapping the LHS of unused rules to -1, keep the LHS
16510 valid, but flag the rules as invalid.
16512 * src/gram.h (rule_t): `useful' is a new member.
16513 * src/print.c (print_grammar): Adjust.
16514 * src/derives.c (set_derives): Likewise.
16515 * src/reader.c (packgram, reduce_output): Likewise.
16516 * src/reduce.c (reduce_grammar_tables): Likewise.
16517 * tests/reduce.at (Underivable Rules, Useless Rules): New.
16519 2001-11-30 Akim Demaille <akim@epita.fr>
16521 * src/reduce.c (reduce_output): Formatting changes.
16522 * src/print.c (print_results, print_grammar): Likewise.
16523 * tests/regression.at (Rule Line Numbers)
16524 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
16526 2001-11-30 Akim Demaille <akim@epita.fr>
16528 * src/reduce.c (nonterminals_reduce): Instead of throwing away
16529 useless nonterminals, move them at the end of the symbol arrays.
16530 (reduce_output): Adjust.
16531 * tests/reduce.at (Useless Nonterminals): Adjust.
16533 2001-11-30 Akim Demaille <akim@epita.fr>
16535 * src/reduce.c: Various comment/formatting changes.
16536 (nonterminals_reduce): New, extracted from...
16537 (reduce_grammar_tables): here.
16538 (reduce_grammar): Call nonterminals_reduce.
16540 2001-11-29 Paul Eggert <eggert@twinsun.com>
16542 * src/bison.simple (YYSTACK_REALLOC): Remove.
16543 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
16544 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
16546 (union yyalloc): New type.
16547 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
16548 an arbitrary restriction on hosts where size_t is wider than int.
16550 (yyparse): Don't dump core if alloca or malloc fails; instead, report
16551 a parser stack overflow. Allocate just one block of memory for all
16552 three stacks, instead of allocating three blocks; this typically is
16553 faster and reduces fragmentation.
16555 Do not limit the number of items in the stack to a value that fits
16556 in 'int', as this is an arbitrary limit on hosts with 64-bit
16557 size_t and 32-bit int.
16559 2001-11-29 Marc Autret <autret_m@epita.fr>
16561 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
16562 of defining YYERROR_VERBOSE.
16563 [AT_DATA]: $4 is now out of C declarations in the prologue.
16565 2001-11-28 Marc Autret <autret_m@epita.fr>
16567 * src/reader.c (parse_dquoted_param): New.
16568 (parse_skel_decl): Use it.
16569 * src/lex.h: Add its prototype.
16570 * src/lex.c (literalchar): Become not static.
16572 2001-11-28 Marc Autret <autret_m@epita.fr>
16574 * src/output.h: And put its extern declaration here.
16575 * src/output.c (error_verbose): Define here.
16576 (prepare): Echo name modification.
16577 * src/getargs.h: Clean its extern declaration.
16578 * src/getargs.c (error_verbose_flag): Remove.
16579 (getargs): Remove case 'e'.
16580 * src/options.c (option_table): 'error-verbose' is now seen as simple
16584 * src/reader.c (read_declarations): Remove case tok_include.
16585 (parse_include_decl): Remove.
16586 * src/lex.h (token_t): Remove tok_include.
16587 * src/options.c (option_table): 'include' is now a simple command line
16590 2001-11-28 Marc Autret <autret_m@epita.fr>
16592 * src/bison.simple: Adjust muscle names.
16593 * src/muscle_tab.c (muscle_init): Also rename the muscles.
16594 * src/output.c (prepare): s/_/-/ for the muscles names.
16595 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
16597 2001-11-28 Marc Autret <autret_m@epita.fr>
16599 * src/bison.simple: Fix debug.
16600 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
16602 2001-11-28 Akim Demaille <akim@epita.fr>
16604 * src/LR0.c (shifts_new): New.
16605 (save_shifts, insert_start_shift, augment_automaton): Use it.
16607 2001-11-28 Akim Demaille <akim@epita.fr>
16609 * src/closure.c (closure): `b' and `ruleno' denote the same value:
16612 2001-11-28 Akim Demaille <akim@epita.fr>
16614 * src/closure.c (closure): Instead of looping over word in array
16615 then bits in words, loop over bits in array.
16617 2001-11-28 Akim Demaille <akim@epita.fr>
16619 * src/closure.c (closure): No longer optimize the special case
16620 where all the bits of `ruleset[r]' are set to 0, to make the code
16623 2001-11-28 Akim Demaille <akim@epita.fr>
16625 * src/closure.c (closure): `r' and `c' are new variables, used to
16626 de-obfuscate accesses to RULESET and CORE.
16628 2001-11-28 Akim Demaille <akim@epita.fr>
16630 * src/reduce.c (reduce_print): Use ngettext.
16631 (dump_grammar): Improve the trace accuracy.
16633 2001-11-28 Akim Demaille <akim@epita.fr>
16635 * src/reduce.c (dump_grammar): Don't translate trace messages.
16637 2001-11-28 Akim Demaille <akim@epita.fr>
16639 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
16640 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
16641 as all tags are free'ed afterwards.
16642 From Enrico Scholz.
16644 2001-11-27 Paul Eggert <eggert@twinsun.com>
16646 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
16647 use alloca when we didn't want to, and vice versa.
16649 2001-11-27 Marc Autret <autret_m@epita.fr>
16651 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
16653 * src/output.c (prepare): Remove its update.
16655 2001-11-27 Marc Autret <autret_m@epita.fr>
16657 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
16658 Use %error-verbose.
16660 2001-11-27 Marc Autret <autret_m@epita.fr>
16662 * src/bison.simple: Remove YYERROR_VERBOSE using.
16663 Use %%error_verbose.
16664 (yyparse): Likewise.
16665 * src/output.c (prepare): Give its final value.
16666 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
16667 * src/getargs.h: Add its extern declaration.
16668 * src/getargs.c (error_verbose_flag): New int.
16669 (getargs): Update to catch new case.
16670 * src/options.c (option_table): 'error-verbose' is a new option.
16671 (shortopts): Update.
16673 2001-11-27 Akim Demaille <akim@epita.fr>
16675 * src/system.h: Use intl/libgettext.h.
16676 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
16678 2001-11-27 Akim Demaille <akim@epita.fr>
16680 * tests/torture.at (Exploding the Stack Size with Malloc):
16681 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
16683 2001-11-27 Akim Demaille <akim@epita.fr>
16685 * src/files.c: Include error.h.
16686 Reported by Hans Aberg.
16688 2001-11-26 Marc Autret <autret_m@epita.fr>
16690 * src/reader.c (parse_include_decl): New, not yet implemented.
16691 (read_declarations): Add case tok_include.
16692 * src/getargs.h (include): Add its extern definition.
16693 * src/getargs.c (include): New const char *.
16694 (getargs): Add case '-I'.
16695 * src/options.c (option_table): Add include as command line and
16697 * src/lex.h (token_t): Add tok_include.
16699 2001-11-26 Akim Demaille <akim@epita.fr>
16701 * src/reader.c (readgram): Make sure rules for mid-rule actions
16702 have a lineno equal to that of their host rule.
16703 Reported by Hans Aberg.
16704 * tests/regression.at (Rule Line Numbers): New.
16706 2001-11-26 Akim Demaille <akim@epita.fr>
16708 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
16711 2001-11-26 Akim Demaille <akim@epita.fr>
16713 * src/complain.c, src/complain.h (error): Remove, provided by
16716 2001-11-26 Akim Demaille <akim@epita.fr>
16718 * src/reader.c (read_declarations): Don't abort on tok_illegal,
16719 issue an error message.
16720 * tests/regression.at (Invalid %directive): New.
16721 Reported by Hans Aberg.
16723 2001-11-26 Akim Demaille <akim@epita.fr>
16725 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
16726 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
16728 2001-11-26 Akim Demaille <akim@epita.fr>
16730 * src/conflicts.c (conflicts_print): Don't complain at all when
16731 there are no reduce/reduce conflicts, and as many shift/reduce
16732 conflicts as expected.
16733 * tests/regression.at (%expect right): Adjust.
16735 2001-11-23 Akim Demaille <akim@epita.fr>
16737 * lib/alloca.c: Update, from fileutils.
16739 2001-11-23 Akim Demaille <akim@epita.fr>
16741 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
16743 2001-11-23 Akim Demaille <akim@epita.fr>
16745 * src/system.h: Include alloca.h.
16746 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
16748 2001-11-23 Akim Demaille <akim@epita.fr>
16750 * src/print_graph.c (print_actions): Remove `rule', unused.
16751 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
16752 pacify GCC's signed < unsigned warnings.
16753 * src/closure.c (itemsetsize): Likewise.
16754 * src/reader.c (symbol_list_new): Static.
16756 2001-11-23 Akim Demaille <akim@epita.fr>
16758 Attaching lineno to buckets is stupid, since only one copy of each
16759 symbol is kept, only the line of the first occurrence is kept too.
16761 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
16762 * src/reader.c (rline_allocated): Remove, unused.
16763 (symbol_list): Have a `line' member.
16764 (symbol_list_new): New.
16765 (readgram): Use it.
16766 * src/print.c (print_grammar): Output the rule line numbers.
16767 * tests/regression.at (Solved SR Conflicts)
16768 (Unresolved SR Conflicts): Adjust.
16769 Reported by Hans Aberg.
16771 2001-11-22 Marc Autret <autret_m@epita.fr>
16773 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
16775 2001-11-22 Marc Autret <autret_m@epita.fr>
16777 * src/muscle_tab.c (muscle_init): Remove initialization of
16779 * src/output.c (output_master_parser): Do it here.
16781 2001-11-20 Akim Demaille <akim@epita.fr>
16784 * configure.in (ALL_LINGUAS): Adjust.
16785 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
16786 longer contains strings to translate.
16788 2001-11-19 Akim Demaille <akim@epita.fr>
16790 * src/conflicts.c (conflicts_print): Add a missing \n.
16792 2001-11-19 Akim Demaille <akim@epita.fr>
16794 * src/nullable.c (nullable_print): New.
16795 (set_nullable): Call it when tracing.
16796 Better locality of variables.
16798 2001-11-19 Akim Demaille <akim@epita.fr>
16800 * src/print.c (print_actions): Better locality of variables.
16802 2001-11-19 Akim Demaille <akim@epita.fr>
16804 * src/derives.c (print_derives): Fix and enrich.
16805 * src/closure.c (print_fderives): Likewise.
16807 2001-11-19 Akim Demaille <akim@epita.fr>
16809 * src/closure.c (itemsetend): Remove, replaced with...
16810 (itemsetsize): new.
16812 2001-11-19 Akim Demaille <akim@epita.fr>
16814 * src/LR0.c (kernel_end): Remove, replaced with...
16815 (kernel_size): new.
16817 2001-11-19 Akim Demaille <akim@epita.fr>
16819 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
16822 2001-11-19 Akim Demaille <akim@epita.fr>
16824 * src/closure.c (closure): Use arrays instead of pointers to clarify.
16826 2001-11-19 Akim Demaille <akim@epita.fr>
16828 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
16830 * src/LR0.c: Likewise.
16831 (allocate_itemsets): Use arrays instead of pointers to clarify.
16833 2001-11-19 Akim Demaille <akim@epita.fr>
16835 * src/getargs.c (statistics_flag): Replace with...
16837 (longopts): Accept --trace instead of --statistics.
16838 * src/getargs.h, src/options.c: Adjust.
16839 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
16840 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
16842 2001-11-19 Akim Demaille <akim@epita.fr>
16844 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
16845 pointers to clarify the code.
16846 (save_reductions, save_shifts): Factor common parts of alternatives.
16848 2001-11-19 Akim Demaille <akim@epita.fr>
16850 * src/LR0.c (new_state, get_state): Complete TRACE code.
16851 * src/closure.c: Include `reader.h' to get `tags', needed by the
16853 Rename the conditional DEBUG as TRACE.
16854 Output consistently TRACEs to stderr, not stdout.
16855 * src/derives.c: Likewise.
16856 * src/reduce.c: (inaccessable_symbols): Using if is better style
16858 Use `#if TRACE' instead of `#if 0' for tracing code.
16860 2001-11-19 Akim Demaille <akim@epita.fr>
16862 * src/system.h (LIST_FREE, shortcpy): New.
16863 * src/LR0.c: Use them.
16864 * src/output.c (free_itemsets, free_reductions, free_shifts):
16865 Remove, replaced by LIST_FREE.
16867 2001-11-19 Akim Demaille <akim@epita.fr>
16869 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
16870 (REDUCTIONS_ALLOC): New.
16871 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
16874 2001-11-19 Akim Demaille <akim@epita.fr>
16876 * src/LR0.c (new_state): Complete trace code.
16877 * src/nullable.c (set_nullable): Don't translate traces.
16879 2001-11-19 Akim Demaille <akim@epita.fr>
16881 * src/print_graph.c (print_core): Better locality of variables.
16882 * src/print.c (print_core): Likewise.
16884 2001-11-19 Akim Demaille <akim@epita.fr>
16886 * src/vcg.c: You do the output, so you are responsible of the
16887 handling of VCG syntax, in particular: use quotearg.
16888 * src/print_graph.c: Don't.
16889 (print_actions): Don't output the actions as part of the nodes,
16890 since that's the job of the edges.
16891 (print_state): Don't output by hand: fill the node description,
16892 and ask for its output.
16894 2001-11-19 Akim Demaille <akim@epita.fr>
16896 * src/bison.simple (yyparse): When verbosely reporting an error,
16897 no longer put additional quotes around token names.
16898 * tests/calc.at: Adjust.
16900 2001-11-19 Akim Demaille <akim@epita.fr>
16902 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
16903 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
16904 * src/output.c: Adjust.
16906 2001-11-19 Akim Demaille <akim@epita.fr>
16908 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
16910 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
16912 2001-11-19 Akim Demaille <akim@epita.fr>
16914 * src/gram.h (rule_t): New.
16916 (rrhs, rlhs): Remove, part of state_t.
16917 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
16918 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
16919 * src/reader.c, src/reduce.c: Adjust.
16921 2001-11-19 Akim Demaille <akim@epita.fr>
16923 * src/reader.c (symbols_output): New, extracted from...
16924 (packsymbols): Here.
16927 2001-11-19 Akim Demaille <akim@epita.fr>
16929 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
16930 (maxrhs): this new function.
16932 2001-11-19 Akim Demaille <akim@epita.fr>
16934 * src/lalr.c (F): New macro to access the variable F.
16937 2001-11-19 Akim Demaille <akim@epita.fr>
16939 * src/lalr.h (LA): New macro to access the variable LA.
16940 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16941 * src/lalr.c: Adjust.
16943 2001-11-19 Akim Demaille <akim@epita.fr>
16945 * src/lalr.c (initialize_LA): Only initialize LA. Let...
16946 (set_state_table): handle the `lookaheads' members.
16948 2001-11-19 Akim Demaille <akim@epita.fr>
16950 * src/lalr.h (lookaheads): Removed array, whose contents is now
16952 (state_t): this structure.
16953 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16956 2001-11-19 Akim Demaille <akim@epita.fr>
16958 * src/lalr.h (consistent): Removed array, whose contents is now
16960 (state_t): this structure.
16961 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16964 2001-11-19 Akim Demaille <akim@epita.fr>
16966 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
16967 contents are now members of...
16968 (state_t): this structure.
16969 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16972 2001-11-19 Akim Demaille <akim@epita.fr>
16974 * src/lalr.h (state_t): New.
16975 (state_table): Be a state_t * instead of a core **.
16976 (accessing_symbol): Remove, part of state_t.
16977 * src/lalr.c: Adjust.
16978 (set_accessing_symbol): Merge into...
16979 (set_state_table): this.
16980 * src/print_graph.c, src/conflicts.c: Adjust.
16982 2001-11-14 Akim Demaille <akim@epita.fr>
16984 * tests/calc.at, tests/output.at, tests/regression.at,
16985 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
16986 now the tests are run in private dirs, therefore AC_CLEANUP and
16987 family can be simplified to 0-ary.
16988 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
16989 use abs. path to find config.h.
16990 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
16991 stderr, there can be way too much random noise.
16992 Instead pass -Werror to GCC and rely on the exit status.
16993 Reported by Wolfram Wagner.
16995 2001-11-14 Akim Demaille <akim@epita.fr>
16997 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
16998 defined only if yyoverflow is defined, to avoid `warning: unused
17000 Reported by The Test Suite.
17002 2001-11-14 Akim Demaille <akim@epita.fr>
17004 * src/print.c: Include reduce.h.
17005 Reported by Hans Aberg.
17007 2001-11-14 Akim Demaille <akim@epita.fr>
17009 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
17010 Revert a previous patch: these are really const.
17011 * src/conflicts.c (conflict_report): Additional useless pair of
17012 braces to pacify GCC's warnings for `if () if () {} else {}'.
17013 * src/lex.c (parse_percent_token): Replace equal_offset with
17016 Be sure to strdup `arg' when used, since there is no reason for
17017 token_buffer not to change.
17019 2001-11-14 Akim Demaille <akim@epita.fr>
17021 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
17023 * src/main.c (main): Use them.
17024 Suggested by Hans Aberg.
17026 2001-11-12 Akim Demaille <akim@epita.fr>
17028 * src/system.h (ngettext): Now that we use ngettext, be sure to
17029 provide a default definition when NLS are not used.
17031 2001-11-12 Akim Demaille <akim@epita.fr>
17033 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
17034 Use @kbd to denote user input.
17035 (Language and Grammar): ANSIfy the example.
17036 Adjust its layout for info/notinfo.
17037 (Location Tracking Calc): Output error messages to stderr.
17038 Output locations in a more GNUtically correct way.
17039 Fix a couple of Englishos.
17040 Adjust @group/@end group pairs.
17042 2001-11-12 Akim Demaille <akim@epita.fr>
17044 %expect was not functioning at all.
17046 * src/conflicts.c (expected_conflicts): Set to -1.
17047 (conflict_report): Use ngettext.
17048 (conflicts_print): Check %expect and make its violation an error.
17049 * doc/bison.texinfo (Expect Decl): Adjust.
17050 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
17051 * tests/regression.at (%expect not enough, %expect right)
17052 (%expect too much): New.
17054 2001-11-12 Akim Demaille <akim@epita.fr>
17056 * tests/regression.at (Conflicts): Rename as...
17057 (Unresolved SR Conflicts): this.
17058 (Solved SR Conflicts): New.
17060 2001-11-12 Akim Demaille <akim@epita.fr>
17062 * src/reduce.c (print_results): Rename as...
17063 (reduce_output): This.
17064 Output to OUT, passed as argument, instead of output_obstack.
17065 (dump_grammar): Likewise.
17066 (reduce_free): New.
17068 (reduce_grammar): No longer call reduce_output, since...
17069 * src/print.c (print_results): do it.
17070 * src/main.c (main): Call reduce_free;
17072 2001-11-12 Akim Demaille <akim@epita.fr>
17074 * src/conflicts.c (print_reductions): Accept OUT as argument.
17075 Output to it, not to output_obstack.
17076 * src/print.c (print_actions): Adjust.
17078 2001-11-12 Akim Demaille <akim@epita.fr>
17080 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
17081 the result instead of using...
17082 (src_total, rrc_total, src_count, rrc_count): Remove.
17083 (any_conflicts): Remove.
17084 (print_conflicts): Split into...
17085 (conflicts_print, conflicts_output): New.
17086 * src/conflicts.h: Adjust.
17087 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
17088 * src/print.c (print_grammar): Issue `\n' between two rules.
17089 * tests/regression.at (Conflicts): New.
17090 Reported by Tom Lane.
17092 2001-11-12 Akim Demaille <akim@epita.fr>
17094 * tests/regression.at (Invalid input): Remove, duplicate with
17095 ``Invalid input: 1''.
17097 2001-11-12 Akim Demaille <akim@epita.fr>
17099 * tests/torture.at (AT_DATA_STACK_TORTURE)
17100 (Exploding the Stack Size with Alloca)
17101 (Exploding the Stack Size with Malloc): New.
17103 2001-11-12 Akim Demaille <akim@epita.fr>
17105 * src/bison.simple (YYSTACK_REALLOC): New.
17106 (yyparse) [!yyoverflow]: Use it and free the old stack.
17107 Reported by Per Allansson.
17109 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
17111 * src/bison.simple: Define type yystype instead of YYSTYPE, and
17112 define CPP macro, which substitute YYSTYPE by yystype.
17113 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
17114 with yyltype/YYLTYPE. This allows inclusion of the generated
17115 header within the parser if the compiler, such as GGC, accepts
17116 multiple equivalent #defines.
17119 2001-11-05 Akim Demaille <akim@epita.fr>
17121 * src/reader.c (symbols_output): New, extracted from...
17122 (packsymbols): here.
17125 2001-11-05 Akim Demaille <akim@epita.fr>
17127 * src/lex.c (parse_percent_token): s/quotearg/quote/.
17129 2001-11-05 Akim Demaille <akim@epita.fr>
17131 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
17134 2001-11-05 Akim Demaille <akim@epita.fr>
17136 * src/options.h (struct option_table_struct): set_flags is void*.
17137 * src/options.c (longopts): Support `--output' and `%output'.
17139 * src/lex.h (tok_setopt): Remove, replaced with...
17140 (tok_intopt, tok_stropt): these new guys.
17141 * src/lex.c (getopt.h): Not needed.
17142 (token_buffer, unlexed_token_buffer): Not const.
17143 (percent_table): Promote `-' over `_' in directive names.
17144 Active `%name-prefix', `file-prefix', and `output'.
17145 (parse_percent_token): Accept possible arguments to directives.
17146 Promote `-' over `_' in directive names.
17148 2001-11-04 Akim Demaille <akim@epita.fr>
17150 * doc/bison.texinfo (Decl Summary): Split the list into
17151 `directives for grammars' and `directives for bison'.
17153 Add description of `%name-prefix', `file-prefix', and `output'.
17154 Promote `-' over `_' in directive names.
17155 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
17156 Simplify the description of `--name-prefix'.
17157 Promote `-' over `_' in directive names.
17158 Promote `--output' over `--output-file'.
17159 Fix the description of `--defines'.
17160 * tests/output.at: Exercise %file-prefix and %output.
17162 2001-11-02 Akim Demaille <akim@epita.fr>
17164 * doc/refcard.tex: Update.
17166 2001-11-02 Akim Demaille <akim@epita.fr>
17168 * src/symtab.h (SUNDEF): New.
17169 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
17170 stand for `uninitialized', instead of 0.
17171 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
17172 * src/lex.c (lex): Adjust.
17174 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
17176 Let yylex return it instead of a plain 0.
17177 Reported by Dick Streefland.
17179 2001-11-02 Akim Demaille <akim@epita.fr>
17181 * tests/regression.at (Mixing %token styles): New test.
17183 2001-11-02 Akim Demaille <akim@epita.fr>
17185 * src/reader.c (parse_thong_decl): Formatting changes.
17186 (token_translations_init): New, extracted from...
17187 (packsymbols): Here.
17190 2001-11-01 Akim Demaille <akim@epita.fr>
17192 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
17193 Check that `9foo.y' produces correct cpp guards.
17194 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
17198 2001-11-01 Akim Demaille <akim@epita.fr>
17200 * tests/regression.at (Invalid input: 2): New.
17201 * src/lex.c (unlexed_token_buffer): New.
17202 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
17206 2001-11-01 Akim Demaille <akim@epita.fr>
17208 * tests/calc.at: Catch up with 1.30.
17209 * configure.in: Bump to 1.49a.
17210 Adjust to newer Autotest.
17212 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
17214 * src/conflicts.c: Move global variables rrc_total and src_total ...
17215 (print_conflicts): here.
17216 * src/output.c (output): Free global variable user_toknums.
17217 * src/lex.c (token_obstack): Become static.
17219 2001-10-18 Akim Demaille <akim@epita.fr>
17221 * tests/atlocal.in (GCC): Add.
17222 * tests/calc.at: s/m4_match/m4_bmatch/.
17223 s/m4_patsubst/m4_bpatsubst/.
17224 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
17225 * configure.in: AC_SUBST(GCC).
17227 2001-10-14 Marc Autret <autret_m@epita.fr>
17229 * src/options.c (create_long_option_table): Fix.
17231 2001-10-10 Akim Demaille <akim@epita.fr>
17233 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
17235 2001-10-04 Akim Demaille <akim@epita.fr>
17237 * src/reader.c (parse_union_decl): Push the caracters in
17238 union_obstack, not attrs_obstack.
17240 2001-10-04 Akim Demaille <akim@epita.fr>
17242 Merge in the branch 1.29.
17244 * src/reader.c (packsymbols): Use a temporary obstack for
17245 `%%tokendef', since output_stack is already used elsewhere.
17247 2001-10-02 Akim Demaille <akim@epita.fr>
17251 2001-10-02 Akim Demaille <akim@epita.fr>
17255 2001-10-02 Akim Demaille <akim@epita.fr>
17257 * tests/regression.at (Invalid CPP headers): New.
17258 From Alexander Belopolsky.
17259 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
17261 2001-10-02 Akim Demaille <akim@epita.fr>
17263 * tests/regression.at (Invalid input): New.
17264 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
17267 2001-10-02 Akim Demaille <akim@epita.fr>
17269 * tests/calc.at: Now that --debug works, the tests must be adjusted.
17271 2001-10-02 Akim Demaille <akim@epita.fr>
17273 * src/output.c (output_parser): Assert `skeleton'.
17274 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
17278 2001-10-01 Marc Autret <autret_m@epita.fr>
17280 * src/lex.h: Echo modifications.
17281 * src/lex.c (unlex): Parameter is now token_t.
17284 2001-10-01 Marc Autret <autret_m@epita.fr>
17286 * src/main.c: Include lex.h.
17289 2001-09-29 Akim Demaille <akim@epita.fr>
17291 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
17293 2001-09-28 Akim Demaille <akim@epita.fr>
17295 * tests/testsuite.at: Update to newer Autotest.
17296 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
17298 2001-09-27 Akim Demaille <akim@epita.fr>
17300 Position independent wrapper.
17302 * tests/bison: Remove.
17303 * tests/bison.in: New.
17304 * configure.in: Adjust.
17306 2001-09-27 Paul Eggert <eggert@twinsun.com>
17308 Port quotearg fixes from tar 1.13.24.
17310 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
17312 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
17313 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
17315 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
17316 * m4/mbrtowc.m4: New file.
17317 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
17318 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
17320 2001-09-27 Akim Demaille <akim@epita.fr>
17324 2001-09-27 Akim Demaille <akim@epita.fr>
17328 2001-09-25 Akim Demaille <akim@epita.fr>
17330 * src/system.h: Include `xalloc.h'.
17331 Remove it from the C files.
17332 * src/files.c (output_files): Free the obstacks.
17333 * src/lex.c (init_lex): Rename as...
17336 * src/main.c (main): Use it.
17338 2001-09-24 Marc Autret <autret_m@epita.fr>
17340 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
17341 to output informations in fout (FILE*).
17342 (open_graph, close_graph): Likewise.
17343 (output_graph, output_edge, output_node): Likewise.
17344 * src/vcg.h: Update function prototypes.
17345 * src/print_graph.c (print_graph): Open output graph file.
17346 (print_actions): Adjust.
17347 * src/files.h: Remove extern declaration.
17348 * src/files.c: Remove graph_obstack declaration.
17349 (open_files): Remove graph_obstack initialization.
17350 (output_files): Remove graph_obstack saving.
17352 2001-09-24 Marc Autret <autret_m@epita.fr>
17354 * src/files.c (compute_output_file_names): Fix.
17356 2001-09-24 Marc Autret <autret_m@epita.fr>,
17357 Akim Demaille <akim@epita.fr>
17359 * src/reader.c (reader): Remove call to free_symtab ().
17360 * src/main.c (main): Call it here.
17362 * src/conflicts.c (initialize_conflicts): Rename as...
17363 (solve_conflicts): this.
17364 * src/print.c (print_core, print_actions, print_state)
17365 (print_grammar): Dump to a file instead a `output_obstack'.
17366 (print_results): Dump `output_obstack', and then proceed with the
17368 * src/files.c (compute_output_file_names, close_files): New.
17369 (output_files): Adjust.
17370 * src/main.c (main): Adjust.
17372 2001-09-23 Marc Autret <autret_m@epita.fr>
17374 * src/files.c (compute_header_macro): Computes header macro name
17375 from spec_defines_file when given.
17377 2001-09-23 Marc Autret <autret_m@epita.fr>
17379 * src/files.c (output_files): Add default extensions.
17381 2001-09-22 Akim Demaille <akim@epita.fr>
17383 * src/conflicts.c (finalize_conflicts): Rename as...
17384 (free_conflicts): this.
17386 2001-09-22 Akim Demaille <akim@epita.fr>
17388 * src/gram.c (gram_free): Rename back as...
17390 (output_token_translations): Free `token_translations'.
17391 * src/symtab.c (free_symtab): Free the tag field.
17393 2001-09-22 Akim Demaille <akim@epita.fr>
17395 Remove `translations' as it is always set to true.
17397 * src/gram.h: Adjust.
17398 * src/reader.c (packsymbols, parse_token_decl): Adjust
17399 * src/print.c (print_grammar): Adjust.
17400 * src/output.c (output_token_translations): Adjust.
17401 * src/lex.c (lex): Adjust.
17402 * src/gram.c: Be sure the set pointers to NULL.
17403 (dummy): Rename as...
17406 2001-09-22 Akim Demaille <akim@epita.fr>
17408 * configure.in: Invoke AM_LIB_DMALLOC.
17409 * src/system.h: Use dmalloc.
17410 * src/LR0.c: Be sure to have pointers initialized to NULL.
17411 (allocate_itemsets): Allocate kernel_items only if needed.
17413 2001-09-22 Akim Demaille <akim@epita.fr>
17415 * configure.in: Bump to 1.29b.
17416 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
17417 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
17418 need xmalloc.c in calc.y.
17421 2001-09-21 Akim Demaille <akim@epita.fr>
17424 * Makefile.maint, config/config.guess, config/config.sub,
17425 * config/missing: Update from masters.
17426 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
17428 * configure.in (ALL_LINGUAS): Add `tr'.
17430 2001-09-21 Akim Demaille <akim@epita.fr>
17432 * tests/Makefile.am (package.m4): Move to...
17433 ($(srcdir)/$(TESTSUITE)): here.
17435 2001-09-20 Akim Demaille <akim@epita.fr>
17437 * src/complain.c: No longer try to be standalone: use system.h.
17438 Don't assume __STDC__ is defined to 1. Just test if it is defined.
17439 * src/complain.h: Likewise.
17440 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
17441 Remove the unused variable `n'.
17442 From Albert Chin-A-Young.
17444 2001-09-18 Marc Autret <autret_m@epita.fr>
17446 * doc/bison.1: Update.
17447 * doc/bison.texinfo (Bison Options): Update --defines and --graph
17449 (Option Cross Key): Update.
17452 2001-09-18 Marc Autret <autret_m@epita.fr>
17454 * tests/regression.at: New test (comment in %union).
17456 2001-09-18 Marc Autret <autret_m@epita.fr>
17458 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
17460 Reported by Keith Browne.
17462 2001-09-18 Marc Autret <autret_m@epita.fr>
17464 * tests/output.at: Add tests for --defines and --graph.
17466 2001-09-18 Marc Autret <autret_m@epita.fr>
17468 * tests/output.at: Removes tests of %{header,src}_extension features.
17470 2001-09-18 Akim Demaille <akim@epita.fr>
17472 * tests/Makefile.am (package.m4): New.
17473 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
17474 (_AT_CHECK_CALC_ERROR): Likewise.
17475 Factor the `, ' part of verbose error messages.
17477 2001-09-18 Marc Autret <autret_m@epita.fr>
17479 * src/getargs.c (longopts): Declare --defines and --graph as options
17480 with optional arguments.
17481 * src/files.h: Add extern declarations.
17482 * src/files.c (spec_graph_file, spec_defines_file): New.
17483 (output_files): Update.
17484 Remove CPP-outed code.
17486 2001-09-18 Marc Autret <autret_m@epita.fr>
17488 Turn off %{source,header}_extension feature.
17490 * src/files.c (compute_exts_from_gf): Update.
17491 (compute_exts_from_src): Update.
17492 (output_files): CPP-out useless code.
17493 * src/files.h: Remove {header,source}_extension extern declarations.
17494 * src/reader.c (parse_dquoted_param): CPP-out.
17495 (parse_header_extension_decl): Remove.
17496 (parse_source_extension_decl): Remove.
17497 (read_declarations): Remove cases tok_{hdrext,srcext}.
17498 * src/lex.c (percent_table): Remove {header,source}_extension entries.
17499 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
17501 2001-09-10 Akim Demaille <akim@epita.fr>
17503 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
17504 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
17505 (AT_CHECK_OUTPUT): this.
17506 Merely check ls' exit status, its output is useless.
17508 2001-09-10 Akim Demaille <akim@epita.fr>
17510 * tests/calc.at: Use m4_match.
17511 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
17513 2001-09-10 Marc Autret <autret_m@epita.fr>,
17514 Akim Demaille <akim@epita.fr>
17516 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
17518 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
17520 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
17521 * src/lex.h: Adjust prototype.
17522 (token_t): Add `tok_undef'.
17523 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
17524 (parse_percent_token): Now returns token_t.
17525 Add default statement in switch.
17526 (lex): Separate `c' as an input variable, from the token_t result
17528 (unlexed): Is a token_t.
17530 2001-09-10 Akim Demaille <akim@epita.fr>
17532 * configure.in: Bump to 1.29a.
17534 2001-09-07 Akim Demaille <akim@epita.fr>
17538 2001-08-30 Akim Demaille <akim@epita.fr>
17540 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
17541 * m4/atconfig.m4: Remove.
17542 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
17543 * tests/bison: New.
17544 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
17545 m4_if, m4_patsubst, and m4_regexp.
17546 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
17547 `input' file instead of echo.
17549 2001-08-29 Akim Demaille <akim@epita.fr>
17553 2001-08-29 Akim Demaille <akim@epita.fr>
17557 2001-08-29 Paul Eggert <eggert@twinsun.com>
17559 * src/bison.simple (yyparse): Don't take the address of an
17560 item before the start of an array, as that doesn't conform to
17563 2001-08-29 Robert Anisko <anisko_r@epita.fr>
17565 * doc/bison.texinfo (Location Tracking Calc): New node.
17567 2001-08-29 Paul Eggert <eggert@twinsun.com>
17569 * src/output.c (output): Do not define const, as this now
17570 causes more problems than it cures.
17572 2001-08-29 Akim Demaille <akim@epita.fr>
17574 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
17576 Be sure to tag the `detailmenu'.
17578 2001-08-29 Akim Demaille <akim@epita.fr>
17580 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
17581 download in a tmp dir.
17583 2001-08-28 Marc Autret <autret_m@epita.fr>
17585 * config/depcomp: New file.
17587 2001-08-28 Marc Autret <autret_m@epita.fr>
17589 * doc/bison.1 (mandoc): Adjust.
17590 From Juan Manuel Guerrero.
17592 2001-08-28 Marc Autret <autret_m@epita.fr>
17594 * src/print_graph.c (print_state): Fix.
17596 2001-08-27 Marc Autret <autret_m@epita.fr>
17598 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
17600 Echo modifications to the functions prototypes.
17601 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
17603 2001-08-27 Marc Autret <autret_m@epita.fr>
17605 * src/vcg.c: Include `xalloc.h'.
17606 (add_colorentry): New.
17607 (add_classname): New.
17608 (add_infoname): New.
17609 * src/vcg.h: Add new prototypes.
17611 2001-08-27 Akim Demaille <akim@epita.fr>
17613 * Makefile.maint: Sync. again with CVS Autoconf.
17615 2001-08-27 Akim Demaille <akim@epita.fr>
17617 * Makefile.maint: Formatting changes.
17618 (po-update, cvs-update, update): New targets.
17621 2001-08-27 Akim Demaille <akim@epita.fr>
17623 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17624 * Makefile.maint: Sync. with CVS Autoconf.
17626 2001-08-27 Marc Autret <autret_m@epita.fr>
17628 * src/vcg.h (struct infoname_s): New.
17629 (struct colorentry_s): New.
17630 (graph_s): New fields {vertical,horizontal}_order in structure.
17631 Add `infoname' field.
17632 Add `colorentry' field;
17633 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
17634 (G_HORIZONTAL_ORDER): New.
17636 (G_COLORENTRY): New.
17637 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
17638 Add output of `infoname'.
17639 Add output of `colorentry'.
17641 2001-08-27 Marc Autret <autret_m@epita.fr>
17643 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
17644 This one shadowed a global parameter.
17646 2001-08-24 Marc Autret <autret_m@epita.fr>
17648 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
17649 instead of `unsigned'.
17650 (print_state): Do not call obstack_object_size () in obstack_grow ()
17651 to avoid macro variables shadowing.
17653 2001-08-23 Marc Autret <autret_m@epita.fr>
17655 * src/lex.c (percent_table): Typo: s/naem/name/.
17657 Normalize new options declarations.
17659 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
17661 * tests/suite.at: Exercise %header_extension and %source_extension.
17663 2001-08-16 Marc Autret <autret_m@epita.fr>
17665 * src/reader.c (parse_dquoted_param): New.
17666 (parse_header_extension_decl): Use it.
17667 (parse_source_extension_decl): Likewise.
17669 2001-08-16 Marc Autret <autret_m@epita.fr>
17671 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
17672 (get_xxxx_str): Use assert () instead of complain ().
17673 Remove return invokations in default cases.
17674 (get_decision_str): Modify default behaviour. Remove second argument.
17675 Echo modifications on calls.
17676 (output_graph): Fix.
17678 2001-08-16 Marc Autret <autret_m@epita.fr>
17680 * src/getargs.c (usage): Update with ``-g, --graph''.
17682 2001-08-16 Marc Autret <autret_m@epita.fr>
17684 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
17685 (Option Cross Key): Likewise.
17686 * doc/bison.1: Update.
17688 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
17690 * src/output.c (output_master_parser): Don't finish action_obstack.
17691 (output_parser): Don't care about the muscle action, here.
17692 (prepare): Copy the action_obstack in the action muscle.
17693 (output): Free action_obstack.
17695 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
17697 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
17698 will contain `%union' declaration.
17699 (parse_union_decl): Delete #line directive output.
17700 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
17701 informations about %union.
17702 (parse_union_decl): Copy the union_obstack in the muscle stype.
17703 * src/bison.simple: Add new #line directive.
17704 Add typdef %%stype YYSTYPE.
17706 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
17708 * src/bison.simple: Add new `#line' directive.
17710 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
17712 * src/bison.simple: New `#line' directive.
17713 * src/output.c (output_parser): Support new dynamic muscle input_line.
17715 2001-09-22 Marc Autret <autret_m@epita.fr>
17717 * src/output.c (output_master_parser): New.
17718 (output_parser): Be more re-entrant.
17720 2001-09-21 Marc Autret <autret_m@epita.fr>
17722 * src/reader.c (copy_definition, parse_union_decl): Update and use
17724 (copy_action): Likewise.
17725 Use obstack_1grow ().
17726 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
17728 2001-09-21 Marc Autret <autret_m@epita.fr>
17730 * src/options.c (option_table): Adjust.
17731 * src/lex.c (parse_percent_token): Fix.
17733 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
17735 * src/options.c (symtab.h): Include it, need by lex.h.
17737 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
17739 * src/lex.c (parse_percent_token): Change type of variable `tx', which
17740 is now an option_table_struct*.
17741 (option_strcmp): New function option_strcmp.
17742 (parse_percent_token): Call option_strcmp.
17743 * src/getargs.c (xalloc.h, options.h): Include it.
17744 (getargs): Call create_long_option_table.
17745 (getargs): Free longopts at the end of the function.
17746 (shortopts): Move in options.c.
17747 * src/options.c (create_long_option_table): New function. Convert
17748 information from option_table to option structure.
17749 * src/reader.c (options.h): Include it.
17751 * src/Makefile.am: Adjust.
17752 * src/options.c (option_table): Create from longopts and percent_table.
17753 * src/getargs.c (longopts): Delete.
17754 * src/lex.c (struct percent_table_struct): Delete.
17755 (percent_table): Delete.
17756 (options.h): Include it.
17757 * src/options.c: Create.
17758 * src/options.h: Create.
17759 Declare enum opt_access_e.
17760 Define struct option_table_struct.
17762 2001-09-20 Marc Autret <autret_m@epita.fr>
17764 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
17767 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
17769 * src/bison.simple: s/%%filename/%%skeleton.
17770 * src/muscle_tab.c (getargs.h): Include it.
17771 (muscle_init): Insert new muscle skeleton.
17773 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
17775 * src/output.c (output_parser): Delete unused variable actions_dumped.
17777 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
17779 * src/output.c (output): Delete call to reader_output_yylsp.
17780 * src/reader.c (reader): Likewise.
17781 * src/reader.h: Delete declaration of reader_output_yylsp.
17783 2001-09-02 Marc Autret <autret_m@epita.fr>
17785 * src/reader.c: Include muscle_tab.h.
17786 (parse_union_decl): Update.
17787 (parse_macro_decl): Rename parse_muscle_decl.
17788 Update to use renamed functions and variable.
17789 (read_declarations, copy_action, read_additionnal_code, : Updated
17790 with correct variables and functions names.
17791 (packsymbols, reader): Likewise.
17793 * src/reader.h (muscle_obstack): Extern declaration update.
17795 * src/output.c: Include muscle_tab.h
17796 In all functions using macro_insert, change by using muscle_insert ().
17797 (macro_obstack): Rename muscle_obstack.
17798 Echo modifications in the whole file.
17799 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
17800 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
17801 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
17803 * src/muscle_tab.h: Update double inclusion macros.
17804 (macro_entry_s): Rename muscle_entry_s.
17807 * src/muscle_tab.c: Include muscle_tab.h.
17808 Rename macro_tabble to muscle_table.
17809 (mhash1, mhash2, mcmp): Use muscle_entry.
17810 (macro_init): Rename muscle_init. Update.
17811 (macro_insert): Rename muscle_insert. Update.
17812 (macro_find): Rename muscle_find. Update.
17814 * src/main.c: Include muscle_tab.h.
17815 (main): Call muscle_init ().
17816 * src/Makefile.am (bison_SOURCES): Echo modifications.
17818 2001-09-02 Marc Autret <autret_m@epita.fr>
17820 Now the files macro_tab.[ch] are named muscle_tab.[ch].
17822 * src/muscle_tab.c, src/muscle_tab.h: Add files.
17824 2001-09-02 Marc Autret <autret_m@epita.fr>
17826 * src/macrotab.c, src/macrotab.h: Remove.
17828 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
17830 * src/reader.c (copy_guard): Use muscle to specify the `#line'
17833 2001-09-01 Marc Autret <autret_m@epita.fr>
17835 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
17836 to an explicit value to activate the feature. We do it here.
17838 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17840 * src/output.c (prepare): Delete the `filename' muscule insertion.
17841 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
17842 (parse_union_decl): Likewise.
17843 * src/macrotab.c (macro_init): Initialize filename by infile.
17845 2001-08-31 Marc Autret <autret_m@epita.fr>
17847 * src/bison.simple (YYLSP_NEEDED): New definition.
17848 * src/output.c (prepare): Add macro insertion of `locations_flag'
17850 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17852 * src/output.c (prepare): Delete insertion of previous muscles,
17853 and insert the `prefix' muscles.
17854 * src/macrotab.c (macro_init): Likewise.
17855 (macro_init): Initialization prefix directive by `yy'.
17856 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17857 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
17858 yylval, yydebug, yyerror, yynerrs and yyparse.
17859 New directive `#define' to substitute yydebug, ... with option
17862 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17864 * src/main.c (main): Standardize.
17865 * src/output.c (output_table_data, output_parser): Likewise.
17866 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
17868 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
17870 * src/reader.c (read_additionnal_code): Rename %%user_code to
17872 * src/output.c (output): Rename %%declarations to %%prologue.
17873 * src/bison.simple: Echo modifications.
17875 2001-08-31 Marc Autret <autret_m@epita.fr>
17877 * src/reader.c (readgram): CleanUp.
17878 (output_token_defines): Likewise.
17879 (packsymbols): Likewise.
17880 (reader): Likewise.
17881 * src/output.c (output): CPP-out useless code.
17883 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
17885 * src/reader.c (reader): Delete obsolete call to function
17886 output_trailers and output_headers.
17887 * src/output.h: Remove obsolete functions prototypes of output_headers
17888 and output_trailers.
17890 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
17892 * src/main.c: Include macrotab.h.
17893 * src/macrotab.h (macro_entry_s): Constify fields.
17894 Adjust functions prototypes.
17895 * src/macrotab.c (macro_insert): Constify key and value.
17896 (macro_find): Constify key.
17897 (macro_insert): Include 'xalloc.h'
17898 (macro_insert): Use XMALLOC.
17899 (macro_find): Constify return value.
17900 * src/output.c (output_table_data): Rename table to table_data.
17901 (output_parser): Constify macro_key, macro_value.
17903 2001-08-30 Marc Autret <autret_m@epita.fr>
17905 * src/reader.c (parse_skel_decl): New.
17906 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
17907 * src/lex.h (token_t): New token `tok_skel'.
17908 * src/lex.c (percent_table): Add skeleton option entry.
17911 2001-08-29 Marc Autret <autret_m@epita.fr>
17913 * src/bison.simple: Add %%user_code directive at the end.
17914 * src/reader.c (read_additionnal_code): New.
17916 * src/output.c (output_program): Remove.
17919 2001-08-28 Marc Autret <autret_m@epita.fr>
17921 * src/output.c (output_actions): Clean up.
17922 (output_gram): CPP-out useless code.
17923 * src/reader.c (reader): Clean up, CPP-out useless code.
17925 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
17927 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
17929 * src/bison.simple: Add `%%definitions'.
17931 2001-08-28 Marc Autret <autret_m@epita.fr>
17933 * config/depcomp: New file.
17935 2001-08-27 Paul Eggert <eggert@twinsun.com>
17937 * src/bison.simple (yyparse): Don't take the address of an
17938 item before the start of an array, as that doesn't conform to
17941 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
17943 * src/output.c (output): Remove the initialization of the macro
17944 obstack. It was done too late here.
17946 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
17948 (reader): Initialize the macro obstack here, since we need it to grow
17949 '%define' directives.
17951 * src/reader.h: Declare the macro obstack as extern.
17953 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
17955 * src/output.c (output_parser): Fix. Store single '%' characters in
17956 the output obstack instead of throwing them away.
17958 2001-08-27 Akim Demaille <akim@epita.fr>
17960 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17962 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17964 * lib/Makefile.am: Adjust.
17966 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17968 * src/bison.simple: Update and add '%%' directives.
17970 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17972 * src/reader.c (reader): Remove calls to 'output_headers' and
17973 'output_trailers'. Remove some C output.
17974 (readgram): Disable a piece of code that was writing a default
17975 definition for 'YYSTYPE'.
17976 (reader_output_yylsp): Remove.
17977 (packsymbols): Output token defintions to a macro.
17978 (copy_definition): Disable C output.
17980 * src/reader.c (parse_macro_decl): New function used to parse macro
17982 (copy_string2): Put the body of copy_string into this new function.
17983 Add a parameter to let the caller choose whether he wants to copy the
17984 string delimiters or not.
17985 (copy_string): Be a simple call to copy_string2 with the last argument
17987 (read_declarations): Add case for macro definition.
17988 (copy_identifier): New.
17989 (parse_macro_decl): Read macro identifiers using copy_identifier
17992 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
17994 * src/output.c (prepare): Add prefixed names.
17995 (output_parser): Output semantic actions.
17996 (output_parser): Fix bug on '%%line' directives.
17998 * src/output.c (output_headers): Remove. The C code printed by this
17999 function should now be in the skeletons.
18000 (output_trailers): Remove.
18001 (output): Disable call to 'reader_output_yylsp'.
18002 (output_rule_data): Do not output tables to the table obstack.
18004 * src/output.c: Remove some C dedicated output.
18005 Improve the use of macro and output obstacks.
18006 (output_defines): Remove.
18008 * src/output.c (output_token_translations): Associate 'translate'
18009 table with a macro. No output to the table obstack.
18010 (output_gram): Same for 'rhs' and 'prhs'.
18011 (output_stos): Same for 'stos'.
18012 (output_rule_data): Same for 'r1' and 'r2'.
18013 (token_actions): Same for 'defact'.
18014 (goto_actions): Same for 'defgoto'.
18015 (output_base): Same for 'pact' and 'pgoto'.
18016 (output_table): Same for 'table'.
18017 (output_check): Same for 'check'.
18019 * src/output.c (output_table_data): New function.
18020 (output_short_table): Remove.
18021 (output_short_or_char_table): Remove.
18023 * src/output.c (output_parser): Replace most of the skeleton copy code
18024 with something new. Skeletons are now processed character by character
18025 rather than line by line, and Bison looks for '%%' macros. This is the
18026 first step in making Bison's output process (a lot) more flexible.
18027 (output_parser): Use the macro table.
18029 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
18031 * src/main.c (main): Initialize the macro table.
18033 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
18035 * src/lex.c (percent_table): Add tok_define.
18036 * src/lex.h: Add tok_define.
18038 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
18040 * src/macrotab.c: New file.
18041 * src/macrotab.h: New file.
18042 * src/Makefile.am: Update.
18044 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
18046 * lib/hash.c: New file.
18047 * lib/hash.h: New file.
18048 * lib/Makefile.am: Update.
18050 2001-08-15 Akim Demaille <akim@epita.fr>
18054 2001-08-15 Marc Autret <autret_m@epita.fr>
18056 * src/reader.c (readgram): Indent output macro YYSTYPE.
18057 (packsymbols): Likewise.
18058 (output_token_defines): Likewise.
18059 * src/files.c: Standardize.
18060 (compute_header_macro): New.
18061 (defines_obstack_save): New. Use compute_header_macro.
18062 (output_files): Update. Use defines_obstack_save.
18064 2001-08-15 Akim Demaille <akim@epita.fr>
18066 * doc/bison.texinfo (Table of Symbols): Document
18067 YYSTACK_USE_ALLOCA.
18069 2001-08-15 Akim Demaille <akim@epita.fr>
18071 * missing: Update from CVS Automake.
18072 * config/config.guess, config/config.sub, config/texinfo.tex:
18073 Update from gnu.org.
18075 2001-08-15 Akim Demaille <akim@epita.fr>
18077 * Makefile.maint: Sync with CVS Autoconf.
18079 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
18081 * doc/bison.texinfo: Include GNU Free Documentation License from
18083 * doc/fdl.texi: Add to package.
18085 2001-08-14 Marc Autret <autret_m@epita.fr>
18087 Turn on %{source,header}_extension features.
18089 * src/lex.c (percent_table): Un-CPP out header_extension and
18091 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
18092 (compute_exts_from_src): Remove conditions. It restores priorities
18095 2001-08-14 Marc Autret <autret_m@epita.fr>
18097 * src/files.c (compute_base_names): Add extensions computing when
18098 `--file-prefix' used.
18099 Standardize function calls.
18101 2001-08-13 Marc Autret <autret_m@epita.fr>
18103 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
18104 defining it (defined but null disables alloca).
18106 2001-08-13 Marc Autret <autret_m@epita.fr>
18108 * src/bison.simple (_yy_memcpy): CPP reformat.
18110 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
18112 * tests/atconfig.in (CPPFLAGS): Fix.
18114 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
18116 * doc/bison.texinfo: Include GNU General Public License from
18118 * doc/gpl.texi: Add to package.
18120 2001-08-10 Marc Autret <autret_m@epita.fr>
18122 * src/print_graph.h: Fix.
18123 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
18125 2001-08-10 Akim Demaille <akim@epita.fr>
18127 * src/system.h: Provide default declarations for stpcpy, strndup,
18130 2001-08-10 Robert Anisko <anisko_r@epita.fr>
18132 * doc/bison.texinfo (Locations): Update @$ stuff.
18134 2001-08-09 Robert Anisko <anisko_r@epita.fr>
18136 * src/bison.simple (YYLLOC_DEFAULT): Update.
18139 2001-08-08 Marc Autret <autret_m@epita.fr>
18141 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
18142 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
18143 Reported by Fabrice Bauzac.
18145 2001-08-08 Marc Autret <autret_m@epita.fr>
18147 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
18148 * src/vcg.c (output_node): Fix.
18149 * src/vcg.h: Cleanup.
18150 * src/print_graph.c: Add comments.
18151 (node_output_size): New global variable. Simplify the formatting of
18152 the VCG graph output.
18153 (print_actions): Unused code is now used. It notifies the final state
18154 and no action states in the VCG graph. It also give the reduce actions.
18155 The `shift and goto' edges are red and the `go to state' edges are
18157 Get the current node name and node_obstack by argument.
18158 (node_obstack): New variable.
18159 (print_state): Manage node_obstack.
18160 (print_core): Use node_obstack given by argument.
18161 A node is not only computed here but in print_actions also.
18162 (print_graph): CPP out useless code instead of commenting it.
18164 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
18166 * tests/atconfig.in (CPPFLAGS): Fix.
18168 2001-08-07 Akim Demaille <akim@epita.fr>
18170 * src/print_graph.c (quote): New.
18171 (print_core): Use it.
18173 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
18175 * src/vcg.c (complain.h): Include it.
18176 Unepitaize `return' invocations.
18177 [NDEBUG] (main): Remove.
18178 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
18179 * src/files.c (open_files): Initialize graph_obstack.
18180 * src/print_graph.c (print_actions): CPP out useless code.
18181 (print_core): Don't output the last `\n' in labels.
18183 * src/files.c (output_files): Output the VCG file.
18184 * src/main.c (main): Invoke print_graph ();
18186 2001-08-06 Marc Autret <autret_m@epita.fr>
18188 Automaton VCG graph output.
18189 Using option ``-g'' or long option ``--graph'', you can generate
18190 a gram_filename.vcg file containing a VCG description of the LALR (1)
18191 automaton of your grammar.
18193 * src/main.c: Call to print_graph() function.
18194 * src/getargs.h: Update.
18195 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
18196 (graph_flag): New flag.
18197 (longopts): Update.
18198 (getargs): Add case `g'.
18199 * src/files.c (graph_obstack): New obstack struct.
18200 (open_files): Initialize new obstack.
18201 (output_files): Saves graph_obstack if required.
18202 * src/files.h (graph_obstack): New extern declaration.
18203 * src/Makefile.am: Add new source files.
18205 2001-08-06 Marc Autret <autret_m@epita.fr>
18207 * src/print_graph.c, src/print_graph.h (graph): New.
18208 * src/vcg.h: New file.
18209 * src/vcg.c: New file, VCG graph handling.
18211 2001-08-06 Marc Autret <autret_m@epita.fr>
18213 Add of %source_extension and %header_extension which specify
18214 the source or/and the header output file extension.
18216 * src/files.c (compute_base_names): Remove initialisation of
18217 src_extension and header_extension.
18218 (compute_exts_from_gf): Update.
18219 (compute_exts_from_src): Update.
18220 (output_files): Update.
18221 * src/reader.c (parse_header_extension_decl): New.
18222 (parse_source_extension_decl): New.
18223 (read_declarations): New case statements for the new tokens.
18224 * src/lex.c (percent_table): Add entries for %source_extension
18225 and %header_extension.
18226 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
18228 2001-08-06 Marc Autret <autret_m@epita.fr>
18230 * configure.in: Bump to 1.28c.
18231 * doc/bison.texinfo: Texinfo thingies.
18233 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
18235 * tests/atconfig.in (CPPFLAGS): Add.
18236 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
18238 2001-08-03 Akim Demaille <akim@epita.fr>
18242 2001-08-03 Akim Demaille <akim@epita.fr>
18244 * tests/Makefile.am (check-local): Ship testsuite.
18245 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
18246 Include `string.h'.
18248 2001-08-03 Akim Demaille <akim@epita.fr>
18250 * configure.in: Try using -Wformat when compiling.
18252 2001-08-03 Akim Demaille <akim@epita.fr>
18254 * configure.in: Bump to 1.28b.
18256 2001-08-03 Akim Demaille <akim@epita.fr>
18258 * src/complain.c: Adjust strerror_r portability issues.
18260 2001-08-03 Akim Demaille <akim@epita.fr>
18264 2001-08-03 Akim Demaille <akim@epita.fr>
18266 * src/getargs.c, src/getarg.h (skeleton)): Constify.
18267 * src/lex.c (literalchar): Avoid name clashes on `buf'.
18268 * src/getargs.c: Include complain.h.
18269 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
18270 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
18272 2001-08-03 Akim Demaille <akim@epita.fr>
18274 * src/reader.c (readgram): Display hidden chars in error messages.
18276 2001-08-03 Akim Demaille <akim@epita.fr>
18278 Update to gettext 0.10.39.
18280 2001-08-03 Akim Demaille <akim@epita.fr>
18282 * lib/strspn.c: New.
18284 2001-08-01 Marc Autret <autret_m@epita.fr>
18286 * doc/bison.texinfo: Update.
18287 * doc/bison.1 (mandoc): Update.
18288 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
18289 * src/files.c: Support output files extensions computing.
18290 (src_extension): New static variable.
18291 (header_extension): New static variable.
18292 (tr): New function.
18293 (get_extension_index): New function, gets the index of an extension
18294 filename in a string.
18295 (compute_exts_from_gf): New function, computes extensions from the
18296 grammar file extension.
18297 (compute_exts_from_src): New functions, computes extensions from the
18298 C source file extension, file given by ``-o'' option.
18299 (compute_base_names): Update.
18300 (output_files): Update.
18302 2001-08-01 Robert Anisko <anisko_r@epita.fr>
18304 * doc/bison.texi: Document @$.
18305 (Locations): New section.
18307 2001-07-18 Akim Demaille <akim@epita.fr>
18309 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
18310 * config/prev-version.txt, config/move-if-change: New.
18311 * Makefile.am: Adjust.
18313 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
18315 * src/bison.simple (yyparse): Suppress warning `comparaison
18316 between signed and unsigned'.
18318 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
18320 * src/getargs.h (raw_flag): Remove.
18321 * src/getargs.c: Die on `-r'/`--raw'.
18322 * src/lex.c (parse_percent_token): Die on `%raw'.
18323 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
18324 * tests/calc.at: Suppress test with option `--raw'.
18326 2001-07-14 Akim Demaille <akim@epita.fr>
18329 * configure.in: Require Autoconf 2.50.
18330 Update to gettext 0.10.38.
18332 2001-03-16 Akim Demaille <akim@epita.fr>
18334 * doc/bison.texinfo: ANSIfy the examples.
18336 2001-03-16 Akim Demaille <akim@epita.fr>
18338 * getargs.c (skeleton): New variable.
18339 (longopts): --skeleton is a new option.
18340 (shortopts, getargs): -S is a new option.
18341 * getargs.h: Declare skeleton.
18342 * output.c (output_parser): Use it.
18344 2001-03-16 Akim Demaille <akim@epita.fr>
18346 * m4/strerror_r.m4: New.
18347 * m4/error.m4: Run AC_FUNC_STRERROR_R.
18348 * lib/error.h, lib/error.c: Update.
18350 2001-03-16 Akim Demaille <akim@epita.fr>
18352 * src/getargs.c (longopts): Clean up.
18354 2001-02-21 Akim Demaille <akim@epita.fr>
18356 * src/reader.c (gensym): `gensym_count' is your own.
18357 Use a static buf to create the symbol name, as token_buffer is no
18360 2001-02-08 Akim Demaille <akim@epita.fr>
18362 * src/conflicts.c (conflict_report): Be sure not to append to res
18363 between two calls, which could happen if both first sprintf were
18364 skipped, but not the first cp += strlen.
18366 2001-02-08 Akim Demaille <akim@epita.fr>
18368 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
18369 New, from fileutils 4.0.37.
18370 * configure.in: Require Autoconf 2.49c. I took some time before
18371 making this decision. This is the only way out for portability
18372 issues in Bison, it would mean way too much duplicate effort to
18373 import in Bison features implemented in 2.49c since 2.13.
18374 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
18376 2001-02-02 Akim Demaille <akim@epita.fr>
18378 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
18379 * lib/xalloc.h, lib/xmalloc.c: Update.
18381 2001-01-19 Akim Demaille <akim@epita.fr>
18383 Get rid of the ad hoc handling of token_buffer in the scanner: use
18386 * src/lex.c (token_obstack): New.
18387 (init_lex): Initialize it. No longer call...
18388 (grow_token_buffer): this. Remove it.
18389 Adjust all the places which used it to use the obstack.
18391 2001-01-19 Akim Demaille <akim@epita.fr>
18393 * src/lex.h: Rename all the tokens:
18394 s/\bENDFILE\b/tok_eof/g;
18395 s/\bIDENTIFIER\b/tok_identifier/g;
18397 Let them be enums, not #define, to ease debugging.
18398 Adjust all the code.
18400 2001-01-18 Akim Demaille <akim@epita.fr>
18402 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
18403 * src/lex.c (maxtoken, grow_token_buffer): Static.
18405 2001-01-18 Akim Demaille <akim@epita.fr>
18407 Since we now use obstacks, more % directives can be enabled.
18409 * src/lex.c (percent_table): Also accept `%yacc',
18410 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
18412 Handle the actions for `%semantic_parser' and `%pure_parser' here,
18413 instead of returning a token.
18414 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
18415 * src/reader.c (read_declarations): Adjust.
18416 * src/files.c (open_files): Don't call `compute_base_names', don't
18417 compute `attrsfile' since they depend upon data which might be
18418 *in* the input file now.
18419 (output_files): Do it here.
18420 * src/output.c (output_headers): Document the fact that this patch
18421 introduces a guaranteed SEGV for semantic parsers.
18422 * doc/bison.texinfo: Document them.
18423 * tests/suite.at: Exercise these %options.
18425 2000-12-20 Akim Demaille <akim@epita.fr>
18427 Also handle the output file (--verbose) with obstacks.
18429 * files.c (foutput): Remove.
18430 (output_obstack): New.
18431 Adjust all dependencies.
18432 * src/conflicts.c: Return a string.
18433 * src/system.h (obstack_grow_string): Rename as...
18434 (obstack_sgrow): this. Be ready to work with non literals.
18435 (obstack_fgrow4): New.
18437 2000-12-20 Akim Demaille <akim@epita.fr>
18439 * src/files.c (open_files): Fix the computation of short_base_name
18440 in the case of `-o foo.tab.c'.
18442 2000-12-20 Akim Demaille <akim@epita.fr>
18444 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
18445 (copy_dollar): Now that everything uses obstacks, get rid of the
18448 2000-12-20 Akim Demaille <akim@epita.fr>
18450 * src/files.c (open_files): Actually the `.output' file is based
18451 on the short_base_name, not base_name.
18452 * tests/suite.at (Checking output file names): Adjust.
18454 2000-12-20 Akim Demaille <akim@epita.fr>
18456 * src/bison.s1: Remove, we now use directly...
18457 * src/bison.simple: this.
18458 * src/Makefile.am: Use pkgdata instead of data.
18460 2000-12-20 Akim Demaille <akim@epita.fr>
18462 * src/files.c (guard_obstack): New.
18463 (open_files): Initialize it.
18464 (output_files): Dump it...
18465 * src/files.h: Export it.
18466 * src/reader.c (copy_guard): Use it.
18468 2000-12-19 Akim Demaille <akim@epita.fr>
18470 * src/files.c (outfile, defsfile, actfile): Removed as global
18472 (open_files): Don't compute them.
18473 (output_files): Adjust.
18474 (base_name, short_base_name): Be global.
18475 Adjust dependencies.
18477 2000-12-19 Akim Demaille <akim@epita.fr>
18479 * src/files.c (strsuffix): New.
18480 (stringappend): Be just like strcat but allocate.
18481 (base_names): Eve out from open_files.
18482 Try to simplify the rather hairy computation of base_name and
18484 (open_files): Use it.
18485 * tests/suite.at (Checking output file names): New test.
18487 2000-12-19 Akim Demaille <akim@epita.fr>
18489 * src/system.h (obstack_grow_literal_string): Rename as...
18490 (obstack_grow_string): this.
18491 * src/output.c (output_parser): Recognize `%% actions' instead of
18493 * src/bison.s1: s/$/%% actions/.
18494 * src/bison.hairy: Likewise.
18496 2000-12-19 Akim Demaille <akim@epita.fr>
18498 * src/output.c (output_parser): Compute the `#line' lines when
18500 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
18501 Suggested by Hans Aberg.
18503 2000-12-19 Akim Demaille <akim@epita.fr>
18505 Let the handling of the skeleton files be local to the procedures
18508 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
18510 (fparser, open_extra_files): Remove.
18511 (open_files, output_files): Don't take care of fparser.
18512 * src/files.h: Adjust.
18513 * src/output.c (output_parser): Open and close the file to the
18515 * src/reader.c (read_declarations): When %semantic_parser, open
18518 2000-12-19 Akim Demaille <akim@epita.fr>
18520 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
18521 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
18523 2000-12-19 Akim Demaille <akim@epita.fr>
18525 * src/files.c (open_files): Yipee! We no longer need all the code
18526 looking for `/tmp' since we have no tmp file.
18528 2000-12-19 Akim Demaille <akim@epita.fr>
18530 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
18532 * src/files.c (open_files): Less dependency on MSDOS etc.
18534 2000-12-14 Akim Demaille <akim@epita.fr>
18536 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
18537 Provide a default definition.
18538 Use it when executing the default @ action.
18539 * src/reader.c (reader_output_yylsp): No longer include
18540 `timestamp' and `text' in the default YYLTYPE.
18542 2000-12-12 Akim Demaille <akim@epita.fr>
18544 * src/reader.c (copy_definition, parse_union_decl, copy_action)
18545 (copy_guard): Quote the file names.
18546 Reported by Laurent Mascherpa.
18548 2000-12-12 Akim Demaille <akim@epita.fr>
18550 * src/output.c (output_headers, output_program, output): Be sure
18551 to escape special characters when outputting filenames.
18552 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
18553 (output_headers): Don't depend on them, Use ACTSTR.
18555 2000-11-17 Akim Demaille <akim@epita.fr>
18557 * lib/obstack.h: Formatting changes.
18558 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
18559 prevents type checking.
18560 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
18561 cast the value to (void *): assigning a `foo *' to a `void *'
18563 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
18564 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
18567 2000-11-17 Akim Demaille <akim@epita.fr>
18569 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
18571 (suite.m4, regression.m4, calc.m4): these.
18572 * tests/atgeneral.m4: Update from CVS Autoconf.
18574 2000-11-17 Akim Demaille <akim@epita.fr>
18576 * tests/regression.m4 (%union and --defines): New test,
18577 demonstrating a current bug in the obstack implementation.
18579 2000-11-17 Akim Demaille <akim@epita.fr>
18581 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
18583 Use them to declare the variables which are global or local to
18586 2000-11-17 Akim Demaille <akim@epita.fr>
18588 * acconfig.h: Remove, no longer used.
18590 2000-11-07 Akim Demaille <akim@epita.fr>
18592 * src: s/Copyright (C)/Copyright/g.
18594 2000-11-07 Akim Demaille <akim@epita.fr>
18596 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
18598 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
18600 2000-11-07 Akim Demaille <akim@epita.fr>
18602 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
18603 Merge in a single CPP if/else.
18605 2000-11-07 Akim Demaille <akim@epita.fr>
18607 * src/output.c (output): Remove useless variables.
18608 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
18609 argument `data' for consistency with the prototypes.
18610 Qualify it `const'.
18611 (obstack_copy, obstack_copy0): Rename the second argument as
18612 `address' for consistency. Qualify it `const'.
18613 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
18614 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
18615 `const' their input argument (`data' or `address').
18616 Adjust the corresponding macros to include `const' in casts.
18618 2000-11-03 Akim Demaille <akim@epita.fr>
18620 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
18621 s/PFILE1/BISON_HAIRY/.
18622 Adjust dependencies.
18624 2000-11-03 Akim Demaille <akim@epita.fr>
18626 For some reason, this was not applied.
18628 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
18629 `unlink': it's no longer used.
18631 2000-11-03 Akim Demaille <akim@epita.fr>
18633 * src/files.c (skeleton_find): New function, eved out of...
18634 (open_files, open_extra_files): here.
18636 2000-11-03 Akim Demaille <akim@epita.fr>
18638 Don't use `atexit'.
18640 * src/files.c (obstack_save): New function.
18641 (done): Rename as...
18642 (output_files): this.
18643 Use `obstack_save'.
18644 * src/main.c (main): Don't use `atexit' to register `done', since
18645 it no longer has to remove tmp files, just call `output_files'
18646 when there are no errors.
18648 2000-11-02 Akim Demaille <akim@epita.fr>
18650 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
18651 `unlink': it's no longer used.
18652 * src/files.h: Formatting changes.
18654 2000-11-02 Akim Demaille <akim@epita.fr>
18656 Remove the last uses of mktemp and unlink/delete.
18658 * src/files.c (fdefines, ftable): Removed.
18659 (defines_ostack, table_obstack): New.
18660 Adjust dependencies of the former into uses of the latter.
18661 * src/output.c (output_short_or_char_table, output_short_table):
18662 Convert to using obstacks.
18663 * src/reader.c (copy_comment2): Accept one FILE * and two
18665 (output_token_defines, reader_output_yylsp): Use obstacks.
18666 * src/system.h (obstack_fgrow3): New.
18667 * po/POTFILES.in: Adjust.
18669 2000-11-01 Akim Demaille <akim@epita.fr>
18671 Change each use of `fattrs' into a use of `attrs_obstack'.
18673 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
18674 * src/files.c (fattrs): Remove.
18675 (attrs_obstack): New.
18676 Adjust all dependencies.
18677 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
18679 2000-11-01 Akim Demaille <akim@epita.fr>
18681 Introduce obstacks.
18682 Change each use of `faction' into a use of `action_obstack'.
18684 * lib/obstack.h, lib/obstack.c: New files.
18685 * src/files.c (faction): Remove.
18686 (action_obstack): New.
18687 Adjust all dependencies.
18689 2000-10-20 Akim Demaille <akim@epita.fr>
18691 * lib/quote.h (PARAMS): New macro. Use it.
18693 2000-10-16 Akim Demaille <akim@epita.fr>
18695 * src/output.c (output_short_or_char_table): New function.
18696 (output_short_table, output_token_translations): Use it.
18697 (goto_actions): Use output_short_table.
18699 2000-10-16 Akim Demaille <akim@epita.fr>
18701 * src/symtab.c (bucket_new): New function.
18704 * src/output.c (output_short_table): New argument to display the
18705 comment associated with the table.
18706 Adjust dependencies.
18707 (output_gram): Use it.
18708 (output_rule_data): Nicer output layout for YYTNAME.
18710 2000-10-16 Akim Demaille <akim@epita.fr>
18712 * src/lex.c (read_typename): New function.
18714 * src/reader.c (copy_dollar): Likewise.
18716 2000-10-16 Akim Demaille <akim@epita.fr>
18718 * src/reader.c (copy_comment2): Expect the input stream to be on
18719 the `/' which is suspected to open a comment, instead of being
18720 called after `//' or `/*' was read.
18721 (copy_comment, copy_definition, parse_union_decl, copy_action)
18722 (copy_guard): Adjust.
18724 2000-10-16 Akim Demaille <akim@epita.fr>
18726 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
18727 `read_signed_integer'.
18729 2000-10-16 Akim Demaille <akim@epita.fr>
18731 * src/reader.c (copy_dollar): New function.
18732 (copy_guard, copy_action): Use it.
18734 2000-10-16 Akim Demaille <akim@epita.fr>
18736 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
18737 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
18738 New files, from Fileutils 4.0.27.
18739 * src/main.c (printable_version): Remove.
18740 * src/lex.c, src/reader.c: Use `quote'.
18742 2000-10-04 Akim Demaille <akim@epita.fr>
18744 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
18746 2000-10-04 Akim Demaille <akim@epita.fr>
18748 * doc/bison.texinfo: Various typos spotted by Neil Booth.
18750 2000-10-04 Akim Demaille <akim@epita.fr>
18752 When a literal string is used to define two different tokens,
18753 `bison -v' segfaults.
18754 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
18756 * tests/regression.m4: New file.
18757 Include the core of the sample provided by Piotr Gackiewicz.
18758 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
18761 2000-10-04 Akim Demaille <akim@epita.fr>
18763 * src/reader.c (parse_expect_decl): Keep `count' within the size
18767 2000-10-02 Paul Eggert <eggert@twinsun.com>
18769 * bison.s1 (yyparse): Assign the default value
18770 unconditionally, to avoid a GCC warning and make the parser a
18773 2000-10-02 Akim Demaille <akim@epita.fr>
18775 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
18778 2000-10-02 Akim Demaille <akim@epita.fr>
18780 * src/derives.c, src/print.c, src/reduce.c: To ease the
18781 translation, move some `\n' out of the translated strings.
18783 2000-10-02 Akim Demaille <akim@epita.fr>
18785 The location tracking mechanism is precious for parse error
18786 messages. Nevertheless, it is enabled only when `@n' is used in
18787 the grammar, which is a different issue (you can use it in error
18788 message, but not in the grammar per se). Therefore, there should
18789 be another means to enable it.
18791 * src/getargs.c (getargs): Support `--locations'.
18792 (usage): Report it.
18793 * src/getargs.h (locationsflag): Export it.
18794 * src/lex.c (percent_table): Support `%locations'.
18795 * src/reader.c (yylsp_needed): Remove this variable, now replaced
18796 with `locationsflag'.
18797 * doc/bison.texinfo: Document `--locations' and `%locations'.
18799 * tests/calc.m4: Test it.
18801 For regularity of the names, replace each
18802 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
18803 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
18804 In addition replace each `flag' with `_flag'.
18806 2000-10-02 Akim Demaille <akim@epita.fr>
18808 Also test parse error messages, including with YYERROR_VERBOSE.
18810 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
18812 Use it to check the computations.
18813 Use it to check `nonassoc' is honored.
18814 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
18815 `--yyerror-verbose'.
18816 (_AT_CHECK_CALC): Adjust to this option.
18817 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
18819 2000-10-02 Akim Demaille <akim@epita.fr>
18821 Test also `--verbose', `--defines' and `--name-prefix'. Testing
18822 the latter demonstrates a flaw in the handling of non debugging
18823 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
18824 was used in order to simplify:
18840 unfortunately this leads to a CPP conflict when
18841 `--name-prefix=foo' is used since it produces `#define yydebug
18844 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
18845 (YYDPRINTF): New macro.
18847 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
18849 Also test `--verbose', `--defines' and `--name-prefix'.
18851 2000-10-02 Akim Demaille <akim@epita.fr>
18853 Improve the readability of the produced parsers.
18855 * src/bison.s1: Formatting changes.
18856 Improve the comment related to the `$' mark.
18857 (yydefault): Don't fall through to `yyresume': `goto' there.
18858 * src/output.c (output_parser): When the `$' is met, skip the end
18860 New variable, `number_of_dollar_signs', to check there's exactly
18861 one `$' in the parser skeleton.
18863 2000-10-02 Akim Demaille <akim@epita.fr>
18865 * lib/xstrdup.c: New file, from the fileutils.
18866 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
18867 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
18868 instead of strlen + xmalloc + strcpy.
18869 * src/symtab.c (copys): Remove, use xstrdup instead.
18871 2000-10-02 Akim Demaille <akim@epita.fr>
18873 * src/gram.h (associativity): New enum type which replaces the
18874 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
18875 `right_assoc', `left_assoc' and `non_assoc'.
18876 Adjust all dependencies.
18877 * src/reader.c: Formatting changes.
18878 (LTYPESTR): Don't define it, use it as a literal in
18879 `reader_output_yylsp'.
18880 * src/symtab.h (symbol_class): New enum type which replaces the
18881 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
18882 `sunknown', `stoken and `snterm'.
18884 2000-10-02 Akim Demaille <akim@epita.fr>
18886 * src/getargs.c (fixed_outfiles): Rename as...
18887 (yaccflag): for consistency and accuracy.
18888 Adjust dependencies.
18890 2000-10-02 Akim Demaille <akim@epita.fr>
18892 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
18893 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
18894 difficult and introduced a lot of core dump. It turns out that
18895 Bison used an implementation of `xmalloc' based on `calloc', and
18896 at various places it does depend upon the initialization to 0. I
18897 have not tried to isolate the pertinent places, and all the former
18898 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
18899 someone should address this issue.
18901 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
18902 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
18904 Adjust dependencies.
18905 * src/warshall.h: New file.
18908 2000-10-02 Akim Demaille <akim@epita.fr>
18910 Various anti-`extern in *.c' changes.
18912 * src/system.h: Include `assert.h'.
18914 2000-10-02 Akim Demaille <akim@epita.fr>
18916 * src/state.h (nstates, final_state, first_state, first_shift)
18917 (first_reduction): Move their exportation from here...
18918 * src/LR0.h: to here.
18919 Adjust dependencies.
18920 * src/getargs.c (statisticsflag): New variable.
18921 Add support for `--statistics'.
18922 Adjust dependencies.
18924 Remove a lot of now useless `extern' statements in most files.
18926 2000-10-02 Akim Demaille <akim@epita.fr>
18928 * src/LR0.h: New file.
18931 2000-10-02 Akim Demaille <akim@epita.fr>
18933 * src/print.h: New file.
18935 * src/print.c: Formatting and ordering changes.
18936 (verbose, terse): Replace with...
18937 (print_results): this new function.
18938 Adjust dependencies.
18940 2000-10-02 Akim Demaille <akim@epita.fr>
18942 * src/conflicts.c (conflict_report): New function.
18943 (conflict_log, verbose_conflict_log): Replace with...
18944 (print_conflicts): this function.
18945 Adjust dependencies.
18946 * src/conflicts.h: New file.
18947 Propagate its inclusion.
18949 2000-10-02 Akim Demaille <akim@epita.fr>
18951 * src/nullable.h: New file.
18952 Propagate its inclusion.
18953 * src/nullable.c: Formatting changes.
18955 2000-10-02 Akim Demaille <akim@epita.fr>
18957 * src/reduce.h: New file.
18958 Propagate its inclusion.
18959 * src/reduce.c: Topological sort and other formatting changes.
18960 (bool, TRUE, FALSE): Move their definition to...
18961 * src/system.h: here.
18963 2000-10-02 Akim Demaille <akim@epita.fr>
18965 * src/files.c: Formatting changes.
18966 (tryopen, tryclose, openfiles): Rename as...
18967 (xfopen, xfclose, open_files): this.
18968 (stringappend): static.
18969 * src/files.h: Complete the list of exported symbols.
18972 2000-10-02 Akim Demaille <akim@epita.fr>
18974 * src/reader.h: New file.
18975 Propagate its use instead of tedious list of `extern' and
18977 * src/reader.c: Formatting changes, topological sort,
18980 2000-10-02 Akim Demaille <akim@epita.fr>
18982 * src/lex.h: Prototype `lex.c' exported functions.
18983 * src/reader.c: Adjust.
18984 * src/lex.c: Formatting changes.
18985 (safegetc): Rename as...
18988 2000-10-02 Akim Demaille <akim@epita.fr>
18990 * src/lalr.h: New file.
18991 Propagate its inclusion instead of prototypes and `extern'.
18992 * src/lalr.c: Formatting changes, topological sorting etc.
18994 2000-10-02 Akim Demaille <akim@epita.fr>
18996 * src/output.c (token_actions): Introduce a temporary array,
18997 YYDEFACT, that makes it possible for this function to use
18998 output_short_table.
19000 2000-10-02 Akim Demaille <akim@epita.fr>
19002 `user_toknums' is output as a `short[]' in `output.c', while it is
19003 defined as a `int[]' in `reader.c'. For consistency with the
19004 other output tables, `user_toknums' is now defined as a table of
19007 * src/reader.c (user_toknums): Be a short table instead of an int
19009 Adjust dependencies.
19011 Factor the short table outputs.
19013 * src/output.c (output_short_table): New function.
19014 * src/output.c (output_gram, output_stos, output_rule_data)
19015 (output_base, output_table, output_check): Use it.
19017 2000-10-02 Akim Demaille <akim@epita.fr>
19019 * src/output.c (output): Topological sort of the functions, in
19020 order to get rid of the `static' prototypes.
19021 No longer use `register'.
19022 * src/output.h: New file.
19023 Propagate its inclusion in files explicitly prototyping functions
19026 2000-09-21 Akim Demaille <akim@epita.fr>
19028 * src/atgeneral.m4: Update from Autoconf.
19030 2000-09-21 Akim Demaille <akim@epita.fr>
19032 * src/closure.h: New file.
19033 * src/closure.c: Formatting changes, topological sort over the
19034 functions, use of closure.h.
19035 (initialize_closure, finalize_closure): Rename as...
19036 (new_closure, free_closure): these. Adjust dependencies.
19037 * src/LR0.c: Formatting changes, topological sort, use of
19039 (initialize_states): Rename as...
19040 (new_states): this.
19041 * src/Makefile.am (noinst_HEADERS): Adjust.
19043 2000-09-20 Akim Demaille <akim@epita.fr>
19045 * src/acconfig.h: Don't protect config.h against multiple
19047 Don't define PARAMS.
19048 * src/system.h: Define PARAMS.
19049 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
19050 purpose of config.h. system.h must not try to fix wrong
19051 definitions in config.h.
19053 2000-09-20 Akim Demaille <akim@epita.fr>
19055 * src/derives.h: New file.
19056 * src/main.c, src/derives.h: Use it.
19057 Formatting changes.
19058 * src/Makefile.am (noinst_HEADERS): Adjust.
19060 2000-09-20 Akim Demaille <akim@epita.fr>
19062 * tests/atgeneral.m4: Update from Autoconf.
19063 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
19064 (AT_CHECK_CALC): New macros.
19065 Use these macros to test bison with options `', `--raw',
19066 `--debug', `--yacc', `--yacc --debug'.
19068 2000-09-19 Akim Demaille <akim@epita.fr>
19070 * src/output.c: Formatting changes.
19071 * src/machine.h: Remove, leaving its contents in...
19072 * src/system.h: here.
19074 Adjust all dependencies on stdio.h and machine.h.
19075 * src/getargs.h: New file.
19076 Let all `extern' declarations about getargs.c be replaced with
19077 inclusion of `getargs.h'.
19078 * src/Makefile.am (noinst_HEADERS): Adjust.
19080 * tests/calc.m4 (yyin): Be initialized in main, not on the global
19082 (yyerror): Returns void, not int.
19083 * doc/bison.texinfo: Formatting changes.
19085 2000-09-19 Akim Demaille <akim@epita.fr>
19087 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
19090 2000-09-18 Akim Demaille <akim@epita.fr>
19092 * configure.in: Append WARNING_CFLAGS to CFLAGS.
19093 * src/Makefile.am (INCLUDES): Don't.
19094 Be ready to fetch headers in lib/.
19096 2000-09-18 Akim Demaille <akim@epita.fr>
19098 * doc/bison.texinfo: Update the copyright.
19099 ANSIfy and GNUify the examples.
19100 Remove the old menu.
19102 2000-09-18 Akim Demaille <akim@epita.fr>
19104 First set of tests: use the `calc' example from the documentation.
19106 * src/bison.s1 (yyparse): Condition the code using `yytname' which
19107 is defined only when YYDEBUG is.
19108 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
19109 * src/files.c (tryopen, tryclose): Formatting changes.
19110 Move to the top and be static.
19111 * src/reader.c (read_signed_integer): Likewise.
19112 * tests/calc.m4: New file.
19113 * Makefile.am, suite.m4: Adjust.
19114 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
19116 2000-09-18 Akim Demaille <akim@epita.fr>
19118 Add support for an Autotest test suite for Bison.
19120 * m4/m4.m4, m4/atconfig.m4: New files.
19121 * m4/Makefile.am (EXTRA_DIST): Adjust.
19122 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
19124 * src/getargs.c: Display a more standard --version message.
19125 * src/reader.c (reader): Formatting changes.
19126 No longer depend upon VERSION_STRING.
19127 * configure.in: No longer use `dnl'.
19128 Set up the test suite and the new directory `tests/.
19129 (VERSION_STRING): Remove.
19131 2000-04-14 Akim Demaille <akim@epita.fr>
19133 * src/reader.c (copy_comment2): New function, same as former
19134 `copy_comment', but outputs into two FILE *.
19135 (copy_comment): Use it.
19136 (parse_union_decl): Use it.
19137 (get_type, parse_start_decl): Use the same `invalid' message.
19138 (parse_start_decl, parse_union_decl): Use the same `multiple'
19140 (parse_union_decl, copy_guard, copy_action): Use the same
19141 `unmatched' message.
19142 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
19144 2000-03-31 Akim Demaille <akim@epita.fr>
19146 * src/files.c (tryopen, tryclose): Move to the top.
19149 2000-03-31 Akim Demaille <akim@epita.fr>
19151 * src/main.c (main): Don't call `done', exit does it.
19153 2000-03-31 Akim Demaille <akim@epita.fr>
19155 * allocate.c: s/return (foo)/return foo/.
19156 * lalr.c: Likewise.
19158 * output.c: Likewise.
19159 * reader.c: Likewise.
19160 * symtab.c: Likewise.
19161 * vmsgetargs.c: Likewise.
19163 2000-03-31 Akim Demaille <akim@epita.fr>
19165 Clean up the error reporting functions.
19167 * src/report.c: New file.
19168 * src/report.h: Likewise.
19169 * src/Makefile.am: Adjust.
19170 * m4/error.m4: New file.
19171 * m4/Makefile.am: Adjust.
19172 * configure.in (jm_PREREQ_ERROR): Call it.
19173 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
19175 (fatal, fatals): Remove. All callers use complain.c::fatal.
19176 (warn, warni, warns, warnss, warnss): Remove. All callers use
19177 complain.c::complain.
19178 (toomany): Remove, use fatal instead.
19179 * src/files.c (done): No argument, use complain_message_count.
19180 * src/main.c (main): Register `done' to `atexit'.
19182 * src/getargs.c (usage): More `fputs', less `fprintf'.
19184 2000-03-28 Akim Demaille <akim@epita.fr>
19186 * lib/: New directory.
19187 * Makefile.am (SUBDIRS): Adjust.
19188 * configure.in: Adjust.
19189 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
19191 * src/alloca.c: Moved to lib/.
19192 * src/getopt.c: Likewise.
19193 * src/getopt1.c: Likewise.
19194 * src/getopt.h: Likewise.
19195 * src/ansi2knr.c: Likewise.
19196 * src/ansi2knr.1: Likewise.
19197 * src/Makefile.am: Adjust.
19198 * lib/Makefile.am: New file.
19200 2000-03-28 Akim Demaille <akim@epita.fr>
19202 * src/getargs.c (usage): Refresh the help message.
19204 2000-03-17 Akim Demaille <akim@epita.fr>
19206 * src/getopt1.c: Updated from textutils 2.0e
19207 * src/getopt.c: Likewise.
19208 * src/getopt.h: Likewise.
19210 2000-03-17 Akim Demaille <akim@epita.fr>
19212 * src/Makefile.am (bison.simple): Fix the awk program: quote only
19213 the file name, not the whole `#line LINE FILE'.
19215 2000-03-17 Akim Demaille <akim@epita.fr>
19217 On syntax errors, report the token on which we choked.
19219 * src/bison.s1 (yyparse): In the label yyerrlab, when
19220 YYERROR_VERBOSE, add yychar in msg.
19222 2000-03-17 Akim Demaille <akim@epita.fr>
19224 * src/reader.c (copy_at): New function.
19225 (copy_guard): Use it.
19226 (copy_action): Use it.
19228 2000-03-17 Akim Demaille <akim@epita.fr>
19230 Be kind to translators, save some useless translations.
19232 * src/main.c (banner): New function.
19233 (fatal_banner): Use it.
19234 (warn_banner): Use it.
19236 2000-03-17 Akim Demaille <akim@epita.fr>
19238 * src/reader.c (copy_definition): Use copy_string and
19239 copy_comment. Removed now unused `match', `ended',
19241 (copy_comment, copy_string): Moved, to be visible from
19244 2000-03-17 Akim Demaille <akim@epita.fr>
19246 * src/reader.c (copy_string): Declare `static inline'. No
19247 problems with inline, since it is checked by configure.
19248 (copy_comment): Likewise.
19250 2000-03-17 Akim Demaille <akim@epita.fr>
19252 * src/reader.c (packsymbols): Formatting changes.
19254 2000-03-17 Akim Demaille <akim@epita.fr>
19256 * src/reader.c (copy_comment): New function, factored out from:
19257 (copy_action): Use it. Removed now unused `match', `ended',
19259 (copy_guard): Likewise.
19261 2000-03-17 Akim Demaille <akim@epita.fr>
19263 * src/reader.c (copy_string): New function, factored out from:
19264 (copy_action): Use it.
19265 (copy_guard): Likewise.
19267 2000-03-17 Akim Demaille <akim@epita.fr>
19269 Change the handling of @s so that they behave exactly like $s.
19270 There is now a pseudo variable @$ (readble and writable), location
19271 of the lhs of the rule (by default ranging from the location of
19272 the first symbol of the rhs, to the location of the last symbol,
19273 or, if the rhs is empty, YYLLOC).
19275 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
19277 (yyparse): When providing a default semantic action, provide a
19278 default location action.
19279 (after the $): No longer change `*YYLSP', just stack YYLOC the
19280 same way you stack YYVAL.
19281 * src/reader.c (read_declarations): Use warns.
19282 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
19283 (copy_action, case '@'): Likewise.
19284 Use a standard error message, to save useless work from
19287 2000-03-17 Akim Demaille <akim@epita.fr>
19289 * src/bison.s1: Formatting and cosmetics changes.
19290 * src/reader.c: Likewise.
19291 Update the Copyright notice.
19293 2000-03-17 Akim Demaille <akim@epita.fr>
19295 * src/bison.s1 (#line): All set to `#line' only, since the
19296 Makefile now handles them.
19298 2000-03-16 Akim Demaille <akim@epita.fr>
19300 * src/output.c (output_rule_data): Output the documentation of
19301 some of the tables.
19302 (Copyright notice): Update.
19303 Formatting changes.
19305 2000-03-16 Akim Demaille <akim@epita.fr>
19307 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
19308 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
19309 One `#if YYDEBUG' remains, since it uses variables which are
19310 defined only if `YYDEBUG != 0'.
19312 2000-03-16 Akim Demaille <akim@epita.fr>
19314 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
19315 and related variables so that the similarities are highlighted.
19317 2000-03-16 Akim Demaille <akim@epita.fr>
19319 * src/bison.s1: Properly indent CPP directives.
19321 2000-03-16 Akim Demaille <akim@epita.fr>
19323 * src/bison.s1: Properly indent the `alloca' CPP section.
19325 2000-03-16 Akim Demaille <akim@epita.fr>
19327 Do not hard code values of directories in `configure.in'.
19328 Update the `configure' tool chain.
19330 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
19332 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
19333 (AC_OUTPUT): Add m4/Makefile.
19334 Bump to bison 1.28a, 1.29 has never been released.
19335 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
19336 handled via src/Makefile.am.
19337 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
19338 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
19340 * Makefile.am (SUBDIRS): Add m4.
19341 (ACLOCAL_AM_FLAGS): New variable.
19342 (AUTOMAKE_OPTIONS): Add check-news.
19343 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
19344 the proper line number and file name.
19345 (DEFS): Propagate the location of bison library files and of the
19347 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
19349 * acinclude.m4: Remove, replaced by the directory m4.
19350 * m4/Makefile.am (EXTRA_DIST): New variable.
19351 * m4/gettext.m4: New file, from the fileutils.
19352 * m4/lcmessage.m4: Likewise
19353 * m4/progtest.m4: Likewise.
19354 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
19356 2000-03-10 Akim Demaille <akim@epita.fr>
19359 Formatting changes of various comments.
19360 Respect the GNU coding standards at various places.
19361 Don't use `_()' when no translation is needed.
19363 1999-12-13 Jesse Thilo <jthilo@gnu.org>
19366 OS/2 honors TMPDIR environment variable.
19368 1999-12-13 Jesse Thilo <jthilo@gnu.org>
19370 * doc/bison.texinfo: Tweaked spelling and grammar.
19372 Removed reference to price of printed copy.
19373 Mention BISON_SIMPLE and BISON_HAIRY.
19375 1999-12-13 Jesse Thilo <jthilo@gnu.org>
19377 * configure.in, NEWS:
19378 Bison 1.29 released.
19380 1999-10-27 Jesse Thilo <jthilo@gnu.org>
19382 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
19383 Added reference card.
19385 1999-07-26 Jesse Thilo <jthilo@gnu.org>
19387 * po/ru.po: Added Russian translation.
19389 1999-07-26 Jesse Thilo <jthilo@gnu.org>
19391 * configure.in: Added Russian translation.
19393 1999-07-06 Jesse Thilo <jthilo@gnu.org>
19395 * configure.in, NEWS, README:
19396 Released version 1.28.
19398 1999-06-14 Jesse Thilo <jthilo@gnu.org>
19401 Squashed redefinition warning on some systems.
19403 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
19404 Have configure build version string instead of relying on ANSI string
19407 1999-06-14 Jesse Thilo <jthilo@gnu.org>
19409 * po/POTFILES.in: Got rid of version.c.
19411 1999-06-14 Jesse Thilo <jthilo@gnu.org>
19413 * acconfig.h, configure.in:
19414 Have configure build version string instead of relying on ANSI string
19417 1999-06-08 Jesse Thilo <jthilo@gnu.org>
19420 Dropped mention of `+' for long-named options.
19422 1999-05-30 Jesse Thilo <jthilo@gnu.org>
19424 * src/files.c: Added <unistd.h> for unlink().
19426 * src/Makefile.am, src/system.h:
19429 1999-05-30 Jesse Thilo <jthilo@gnu.org>
19431 * README: Added a FAQ list.
19433 * configure.in, acconfig.h:
19436 1999-05-30 Jesse Thilo <jthilo@gnu.org>
19438 * doc/FAQ, doc/Makefile.am:
19441 1999-05-19 Jesse Thilo <jthilo@gnu.org>
19443 * src/alloc.h, src/symtab.h, src/version.c:
19444 Protected inclusion of "config.h" with HAVE_CONFIG_H.
19446 1999-04-18 Jesse Thilo <jthilo@gnu.org>
19448 * src/.cvsignore, src/Makefile.am:
19449 Reorganized: sources in `src', documentation in `doc'.
19451 * src/lex.c (literalchar):
19452 fixed the code for escaping double quotes (thanks
19455 1999-04-18 Jesse Thilo <jthilo@gnu.org>
19457 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
19458 Adjusted paths to reflect directory reorganization.
19460 1999-04-18 Jesse Thilo <jthilo@gnu.org>
19462 * doc/.cvsignore, doc/Makefile.am:
19463 Reorganized: sources in `src', documentation in `doc'.
19465 1999-04-18 Jesse Thilo <jthilo@gnu.org>
19468 Updated AC_INIT file to reflect directory reorganization.
19470 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
19471 Reorganized: sources in `src', documentation in `doc'.
19473 1999-04-13 Jesse Thilo <jthilo@gnu.org>
19476 Don't declare calloc() and realloc() if not necessary.
19478 1999-04-13 Jesse Thilo <jthilo@gnu.org>
19480 * configure.in, acconfig.h, acinclude.m4:
19481 Don't declare calloc() and realloc() if not necessary.
19483 1999-03-23 Jesse Thilo <jthilo@gnu.org>
19485 * po/.cvsignore: Added i18n support.
19487 1999-03-23 Jesse Thilo <jthilo@gnu.org>
19489 * acconfig.h, configure.in, Makefile.am:
19490 Added i18n support.
19492 1999-03-22 Jesse Thilo <jthilo@gnu.org>
19494 * src/bison.s1: Fixed #line numbers.
19496 1999-03-15 Jesse Thilo <jthilo@gnu.org>
19498 * po/es.po, po/fr.po, po/nl.po, po/de.po:
19499 Added PO files from Translation Project.
19501 1999-03-03 Jesse Thilo <jthilo@gnu.org>
19504 Added support for non-ANSI compilers (ansi2knr).
19506 1999-02-16 Jesse Thilo <jthilo@gnu.org>
19508 * configure.in: Bumped version number to 1.27.
19511 Added `bison.simple' to list of files removed by `make distclean'.
19513 1999-02-12 Jesse Thilo <jthilo@gnu.org>
19515 * src/files.c, src/files.h:
19516 Defined locations of parser files in config.h instead of Makefile.
19518 1999-02-12 Jesse Thilo <jthilo@gnu.org>
19520 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
19521 Defined locations of parser files in config.h instead of Makefile.
19523 1999-02-09 Jesse Thilo <jthilo@gnu.org>
19526 Removed inappropriate use of $< macro.
19528 1999-02-05 Jesse Thilo <jthilo@gnu.org>
19530 * po/Makefile.in.in, po/POTFILES.in:
19531 Add `po' directory skeleton.
19533 1999-01-27 Jesse Thilo <jthilo@gnu.org>
19535 * README: Document help-bison list.
19537 * configure.in: Add check for mkstemp().
19539 1999-01-20 Jesse Thilo <jthilo@gnu.org>
19541 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
19542 Hush a few compiler warnings.
19545 Add tryclose(), which verifies that fclose was successful.
19546 Hush a couple of compiler warnings.
19548 1999-01-20 Jesse Thilo <jthilo@gnu.org>
19550 * Makefile.am, OChangeLog:
19551 ChangeLog is now automatically generated. Include the old version as
19554 1999-01-14 Jesse Thilo <jthilo@gnu.org>
19556 * 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:
19557 Update FSF address.
19559 1999-01-14 Jesse Thilo <jthilo@gnu.org>
19561 * doc/bison.texinfo: Fix formatting glitch.
19563 * doc/bison.texinfo: Update FSF address.
19565 1999-01-14 Jesse Thilo <jthilo@gnu.org>
19567 * acconfig.h: Update FSF address.
19569 1999-01-08 Jesse Thilo <jthilo@gnu.org>
19572 Don't define PACKAGE here, since config.h defines it.
19574 1998-12-30 Jesse Thilo <jthilo@gnu.org>
19576 * src/reader.c: Update copyright date.
19579 Ditch sprintf to statically-sized buffers in fatal/warn functions in
19580 favor of output directly to stderr (avoids buffer overruns).
19582 * src/reader.c: Some checks for premature EOF.
19584 * 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:
19585 Use prototypes if the compiler understands them.
19587 * src/files.c: Honor TMPDIR on Unix hosts.
19588 Use prototypes if the compiler understands them.
19591 Fix a couple of buffer overrun bugs.
19592 Use prototypes if the compiler understands them.
19594 * src/system.h: Include unistd.h and ctype.h.
19595 Use #ifdef instead of #if for NLS symbols.
19597 1998-12-30 Jesse Thilo <jthilo@gnu.org>
19599 * doc/bison.texinfo:
19600 Delete comment "consider using @set for edition number, etc..." since
19601 we now are doing so.
19603 1998-12-30 Jesse Thilo <jthilo@gnu.org>
19606 Use prototypes if the compiler understands them.
19608 * NEWS: Document 1.26 highlights.
19610 * Makefile.am: Require Automake 1.3 or later.
19613 Use prototypes if the compiler understands them.
19615 1998-12-29 Jesse Thilo <jthilo@gnu.org>
19618 Use VERSION symbol from automake for version number.
19620 1998-12-29 Jesse Thilo <jthilo@gnu.org>
19622 * acconfig.h, configure.in, version.cin:
19623 Use VERSION symbol from automake for version number.
19625 1998-11-28 Jesse Thilo <jthilo@gnu.org>
19628 Distribute original version of simple parser (bison.s1), not built
19629 version (bison.simple).
19631 1998-11-28 Jesse Thilo <jthilo@gnu.org>
19633 * doc/bison.texinfo: Add info dir entry.
19635 * doc/bison.texinfo:
19636 Let automake put version number into documentation.
19638 1998-11-26 Jesse Thilo <jthilo@gnu.org>
19640 * src/bison.cld, src/build.com, src/vmshlp.mar:
19641 Add non-RCS files from /gd/gnu/bison.
19643 1998-11-26 Jesse Thilo <jthilo@gnu.org>
19646 Document the BISON_HAIRY and BISON_SIMPLE variables.
19648 1998-11-25 Jesse Thilo <jthilo@gnu.org>
19650 * src/version.c: Build version.c automatically.
19653 Fix token numbering (used to start at 258, not 257).
19655 * src/system.h: Include config.h.
19657 * src/getargs.c: Update bug report address.
19659 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
19660 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
19662 1998-11-25 Jesse Thilo <jthilo@gnu.org>
19665 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
19667 * configure.in, version.cin:
19668 Build version.c automatically.
19670 * AUTHORS: Add AUTHORS file.
19672 * README: Update bug report address.
19675 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
19677 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
19678 Add automake stuff.
19680 1998-11-25 Jesse Thilo <jthilo@gnu.org>
19682 * doc/bison.texinfo: Clean up some formatting.
19684 1998-05-05 Richard Stallman <rms@gnu.org>
19686 * doc/bison.texinfo:
19687 Explain better why to make a pure parser.
19689 1998-01-05 Richard Stallman <rms@gnu.org>
19691 * src/files.c (openfiles):
19692 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
19693 find a temporary directory, if possible. Do not unlink files while
19696 1997-08-25 Richard Stallman <rms@gnu.org>
19698 * src/reader.c (stack_offset;):
19699 Change some warni to warns.
19701 * src/lex.c (literalchar): Use warns, not warni.
19703 1997-06-28 Richard Stallman <rms@gnu.org>
19705 * src/bison.s1: Add a Bison version comment.
19707 * src/main.c (fatal, warn, berror):
19710 1997-06-28 Richard Stallman <rms@gnu.org>
19712 * Makefile.in (bison_version): New variable.
19713 (dist): Use that variable.
19714 (bison.s1): Substitute the Bison version into bison.simple.
19716 * bison.simple: Add a Bison version comment.
19718 1997-06-18 Richard Stallman <rms@gnu.org>
19720 * src/main.c (fatal, warn, berror):
19721 Make error messages standard.
19722 (toomany): Improve error message text.
19724 * 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:
19725 new.h renamed to alloc.h.
19727 1997-06-18 Richard Stallman <rms@gnu.org>
19729 * Makefile.in: new.h renamed to alloc.h.
19731 1997-05-24 Richard Stallman <rms@gnu.org>
19733 * src/lex.c (literalchar):
19734 Fix the code for escaping \, " and '.
19736 (lex): Avoid trouble when there are many chars
19737 to discard in a char literal with just several chars in it.
19739 1997-05-17 Richard Stallman <rms@gnu.org>
19742 Use malloc, if using alloca is troublesome.
19743 (YYSTACK_USE_ALLOCA): New flag macro.
19744 Define it for some systems and compilers.
19745 (YYSTACK_ALLOC): New macro.
19746 (yyparse): Use YYSTACK_ALLOC to allocate stack.
19747 If it was malloc'd, free it.
19749 1997-05-17 Richard Stallman <rms@gnu.org>
19752 Use malloc, if using alloca is troublesome.
19753 (YYSTACK_USE_ALLOCA): New flag macro.
19754 Define it for some systems and compilers.
19755 (YYSTACK_ALLOC): New macro.
19756 (yyparse): Use YYSTACK_ALLOC to allocate stack.
19757 If it was malloc'd, free it.
19759 1997-04-23 Richard Stallman <rms@gnu.org>
19762 (alloca) [__hpux]: Always define as __builtin_alloca.
19764 1997-04-23 Richard Stallman <rms@gnu.org>
19767 (alloca) [__hpux]: Always define as __builtin_alloca.
19769 1997-04-22 Richard Stallman <rms@gnu.org>
19772 [__hpux]: Include alloca.h (right for HPUX 10)
19773 instead of declaring alloca (right for HPUX 9).
19775 * src/bison.s1 (__yy_memcpy):
19776 Declare arg `count' as unsigned int.
19777 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
19779 1997-04-22 Richard Stallman <rms@gnu.org>
19782 [__hpux]: Include alloca.h (right for HPUX 10)
19783 instead of declaring alloca (right for HPUX 9).
19785 * bison.simple (__yy_memcpy):
19786 Declare arg `count' as unsigned int.
19787 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
19789 1997-01-03 Richard Stallman <rms@gnu.org>
19791 * src/allocate.c: [__STDC__ or _MSC_VER]:
19792 Declare calloc and realloc to return void *.
19794 1997-01-02 Richard Stallman <rms@gnu.org>
19797 [_MSC_VER]: Include stdlib.h and process.h.
19798 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
19800 * src/main.c (main): Return FAILURE as a value.
19801 (printable_version): Declare arg as int, not char.
19803 1997-01-02 Richard Stallman <rms@gnu.org>
19805 * Makefile.in (dist):
19806 Explicitly check for symlinks, and copy them.
19808 1996-12-19 Richard Stallman <rms@gnu.org>
19811 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
19813 1996-12-18 Paul Eggert <eggert@gnu.org>
19815 * src/bison.s1 (yyparse):
19816 If __GNUC__ and YYPARSE_PARAM are both defined,
19817 declare yyparse to have a void * argument.
19819 1996-12-18 Paul Eggert <eggert@gnu.org>
19821 * bison.simple (yyparse):
19822 If __GNUC__ and YYPARSE_PARAM are both defined,
19823 declare yyparse to have a void * argument.
19825 1996-12-17 Richard Stallman <rms@gnu.org>
19827 * src/reduce.c (nbits): Add some casts.
19829 1996-08-12 Richard Stallman <rms@gnu.org>
19831 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
19833 1996-08-12 Richard Stallman <rms@gnu.org>
19835 * bison.simple: Test _MSDOS as well as _MSDOS_.
19837 1996-07-31 Richard Stallman <rms@gnu.org>
19840 [__sun && __i386]: Include alloca.h.
19842 1996-07-31 Richard Stallman <rms@gnu.org>
19845 [__sun && __i386]: Include alloca.h.
19847 1996-07-30 Richard Stallman <rms@gnu.org>
19849 * src/bison.s1: Comment change.
19851 * src/bison.s1: Test _MSDOS_, not MSDOS.
19853 1996-07-30 Richard Stallman <rms@gnu.org>
19855 * bison.simple: Comment change.
19857 * bison.simple: Test _MSDOS_, not MSDOS.
19859 1996-06-01 Richard Stallman <rms@gnu.org>
19861 * 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:
19862 Insert `_' macro around many string constants.
19865 Insert `_' macro around many string constants.
19867 (main): Call setlocale, bindtextdomain and textdomain.
19869 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
19870 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
19871 [ENABLE_NLS]: Include libintl.h.
19872 [ENABLE_NLS] (gettext): Define.
19873 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
19874 (N_, PACKAGE, LOCALEDIR): New macros.
19876 1996-06-01 Richard Stallman <rms@gnu.org>
19878 * POTFILES.in: New file.
19880 * Makefile.in (allocate.o):
19881 Define target explicitly.
19883 * Makefile.in (CFLAGS): Set to @CFLAGS@.
19884 (LDFLAGS): Set to @LDFLAGS@.
19885 (configure): Run autoconf only if preceding `cd' succeeds.
19886 (bison.s1): Redirect output to temporary file then move the
19887 temporary to the target, rather than redirecting directly to bison.s1.
19888 (clean): Remove config.status and config.log.
19889 (distclean): Don't remove config.status here.
19891 1996-05-12 Richard Stallman <rms@gnu.org>
19894 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19896 1996-05-12 Richard Stallman <rms@gnu.org>
19899 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19901 1996-05-11 Richard Stallman <rms@gnu.org>
19903 * src/bison.s1 (__yy_memcpy):
19904 Really reorder the args, as was supposedly done on Feb 14 1995.
19905 (yyparse): Calls changed accordingly.
19907 1996-05-11 Richard Stallman <rms@gnu.org>
19909 * Makefile.in (dist): Don't use $(srcdir).
19911 * bison.simple (__yy_memcpy):
19912 Really reorder the args, as was supposedly done on Feb 14 1995.
19913 (yyparse): Calls changed accordingly.
19915 1996-01-27 Richard Stallman <rms@gnu.org>
19917 * src/output.c (output_rule_data):
19918 Test YYERROR_VERBOSE in the conditional
19919 around the definition of ttyname.
19921 1995-12-29 Richard Stallman <rms@gnu.org>
19924 Fix line numbers in #line commands.
19926 1995-12-29 Richard Stallman <rms@gnu.org>
19929 Fix line numbers in #line commands.
19931 1995-12-27 Richard Stallman <rms@gnu.org>
19933 * src/bison.s1 (YYPARSE_PARAM_DECL):
19934 In C++, make it always null.
19935 (YYPARSE_PARAM_ARG): New macro.
19936 (yyparse): Use YYPARSE_PARAM_ARG.
19938 1995-12-27 Richard Stallman <rms@gnu.org>
19940 * bison.simple (YYPARSE_PARAM_DECL):
19941 In C++, make it always null.
19942 (YYPARSE_PARAM_ARG): New macro.
19943 (yyparse): Use YYPARSE_PARAM_ARG.
19945 1995-11-29 Richard Stallman <rms@gnu.org>
19947 * doc/bison.texinfo:
19948 Describe literal string tokens, %raw, %no_lines, %token_table.
19950 1995-11-29 Daniel Hagerty <hag@gnu.org>
19952 * doc/bison.texinfo: Fixed update date
19954 1995-10-16 Richard Stallman <rms@gnu.org>
19956 * src/version.c: Version 1.25.
19958 1995-10-16 Richard Stallman <rms@gnu.org>
19960 * NEWS: *** empty log message ***
19962 1995-10-16 Richard Stallman <rms@gnu.org>
19964 * doc/bison.1, doc/bison.rnh:
19967 1995-10-15 Richard Stallman <rms@gnu.org>
19969 * src/vmsgetargs.c, src/getargs.c:
19970 Added -n, -k, and -raw switches.
19971 (noparserflag, toknumflag, rawtoknumflag): New variables.
19973 * src/symtab.h (SALIAS):
19974 New #define for adding aliases to %token.
19975 (struct bucket): Added `alias' field.
19977 * src/reduce.c (reduce_grammar):
19978 Revise error message.
19979 (print_notices): Remove final `.' from error message.
19981 * src/reader.c (reader_output_yylsp):
19983 (readgram): Use `#if 0' around code that accepted %command
19984 inside grammar rules: The documentation doesn't allow it,
19985 and it will fail since the %command processors scan for the next %.
19986 (parse_token_decl): Extended the %token
19987 declaration to allow a multi-character symbol as an alias.
19988 (parse_thong_decl): New function.
19989 (read_declarations): Added %thong declarations.
19990 (read_declarations): Handle NOOP to deal with allowing
19991 % declarations as another means to specify the flags.
19992 (readgram): Allow %prec prior to semantics embedded in a rule.
19993 (skip_to_char, read_declarations, copy_definition)
19994 (parse_token_decl, parse_start_decl, parse_type_decl)
19995 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
19996 (get_type_name, copy_guard, copy_action, readgram)
19997 (get_type, packsymbols): Revised most error messages.
19998 Changed `fatal' to `warnxxx' to avoid aborting for error.
19999 Revised and use multiple warnxxx functions to avoid using VARARGS1.
20000 (read_declarations): Improve the error message for
20001 an invalid character. Do not abort.
20002 (read_declarations, copy_guard, copy_action): Use
20003 printable_version to avoid unprintable characters in printed output.
20004 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
20005 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
20006 Allow the type of a non-terminal can be given
20007 more than once, as long as all specifications give the same type.
20010 (output_headers, output_trailers, output, output_gram)
20011 (output_rule_data): Implement noparserflag variable.
20012 Implement toknumflag variable.
20013 (output): Call reader_output_yylsp to output LTYPESTR.
20015 * src/main.c (main):
20016 If reader sees an error, don't process the grammar.
20017 (fatals): Updated to not use VARARGS1.
20018 (printable_version, int_to_string, warn, warni, warns, warnss)
20019 (warnsss): New error reporting functions. Avoid abort for error.
20022 Added THONG and NOOP for alias processing.
20023 Added SETOPT for the new code that allows setting options with %flags.
20026 Include getopt.h. Add some extern decls.
20027 (safegetc): New function to deal with EOF gracefully.
20028 (literalchar); new function to deal with reading \ escapes.
20029 (lex): Use literalchar.
20030 (lex): Implemented "..." tokens.
20031 (literalchar, lex, parse_percent_token): Made tokenbuffer
20032 always contain the token. This includes growing the token
20033 buffer while reading an integer.
20034 (parse_percent_token): Replaced if-else statement with percent_table.
20035 (parse_percent_token): Added % declarations as another
20036 way to specify the flags -n, -l, and -r. Also added hooks for
20037 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
20038 major changes to files.c.
20039 (lex) Retain in the incoming stream a character following
20041 (skip_white_space, lex): Revised most error messages
20042 and changed fatal to warn to avoid aborting.
20043 (percent_table): Added %thong declarations.
20045 * src/gram.h: Comment changes.
20047 * src/files.c (openfiles, open_extra_files, done):
20049 and actfile file. Handle noparserflag. Both for -n switch.
20051 * src/conflicts.c (resolve_sr_conflict):
20052 Remove use of alloca.
20054 1995-06-01 Jim Meyering <meyering@gnu.org>
20056 * doc/bison.texinfo: *** empty log message ***
20058 1995-05-06 Richard Stallman <rms@gnu.org>
20060 * src/bison.s1: Comment change.
20062 1995-05-06 Richard Stallman <rms@gnu.org>
20064 * bison.simple: Comment change.
20066 1995-05-03 Richard Stallman <rms@gnu.org>
20068 * src/version.c: Version now 1.24.
20070 * src/bison.s1: Change distribution terms.
20072 * src/version.c: Version now 1.23.
20074 1995-05-03 Richard Stallman <rms@gnu.org>
20076 * doc/bison.texinfo:
20077 Rewrite "Conditions for Using Bison".
20078 Update version to 1.24.
20080 1995-05-03 Richard Stallman <rms@gnu.org>
20082 * bison.simple: Change distribution terms.
20084 1995-02-23 Richard Stallman <rms@gnu.org>
20086 * src/files.c: Test __VMS_POSIX as well as VMS.
20088 1995-02-14 Jim Meyering <meyering@gnu.org>
20090 * src/bison.s1 (__yy_memcpy):
20091 Renamed from __yy_bcopy to avoid
20092 confusion. Reverse FROM and TO arguments to be consistent with
20095 1995-02-14 Jim Meyering <meyering@gnu.org>
20097 * bison.simple (__yy_memcpy):
20098 Renamed from __yy_bcopy to avoid
20099 confusion. Reverse FROM and TO arguments to be consistent with
20102 1994-11-10 David J. MacKenzie <djm@gnu.org>
20108 * Makefile.in (DISTFILES): Include NEWS.
20110 * Makefile.in (DISTFILES):
20111 Include install-sh, not install.sh.
20113 * configure.in: Update to Autoconf v2 macro names.
20115 1994-10-05 David J. MacKenzie <djm@gnu.org>
20117 * Makefile.in: fix typo
20119 * Makefile.in (prefix, exec_prefix):
20120 Let configure set them.
20122 1994-09-28 David J. MacKenzie <djm@gnu.org>
20124 * Makefile.in: Set datadir to $(prefix)/share.
20126 1994-09-15 Richard Stallman <rms@gnu.org>
20129 Update copyright notice and GPL version.
20131 1994-09-15 Richard Stallman <rms@gnu.org>
20134 Update copyright notice and GPL version.
20136 1994-07-12 Richard Stallman <rms@gnu.org>
20138 * src/reduce.c, src/reader.c:
20141 1994-05-05 David J. MacKenzie <djm@gnu.org>
20143 * Makefile.in: entered into RCS
20145 1994-03-26 Richard Stallman <rms@gnu.org>
20147 * src/bison.s1: entered into RCS
20149 1994-03-26 Richard Stallman <rms@gnu.org>
20151 * bison.simple: entered into RCS
20153 1994-03-25 Richard Stallman <rms@gnu.org>
20155 * src/main.c: entered into RCS
20157 1994-03-24 Richard Stallman <rms@gnu.org>
20159 * src/conflicts.c: entered into RCS
20161 1994-01-02 Richard Stallman <rms@gnu.org>
20163 * Makefile.in: *** empty log message ***
20165 1993-11-21 Richard Stallman <rms@gnu.org>
20167 * src/bison.s1: *** empty log message ***
20169 1993-11-21 Richard Stallman <rms@gnu.org>
20171 * doc/bison.texinfo: entered into RCS
20173 * doc/bison.texinfo: *** empty log message ***
20175 1993-11-21 Richard Stallman <rms@gnu.org>
20177 * bison.simple: *** empty log message ***
20179 1993-10-25 David J. MacKenzie <djm@gnu.org>
20181 * doc/bison.texinfo: *** empty log message ***
20183 1993-10-19 Richard Stallman <rms@gnu.org>
20185 * src/bison.s1: *** empty log message ***
20187 1993-10-19 Richard Stallman <rms@gnu.org>
20189 * bison.simple: *** empty log message ***
20191 1993-10-14 Richard Stallman <rms@gnu.org>
20193 * src/bison.s1: *** empty log message ***
20195 1993-10-14 Richard Stallman <rms@gnu.org>
20197 * bison.simple: *** empty log message ***
20199 1993-09-14 David J. MacKenzie <djm@gnu.org>
20201 * doc/bison.texinfo: *** empty log message ***
20203 1993-09-13 Noah Friedman <friedman@gnu.org>
20205 * Makefile.in: *** empty log message ***
20207 1993-09-10 Richard Stallman <rms@gnu.org>
20209 * src/conflicts.c: *** empty log message ***
20211 * src/system.h: entered into RCS
20213 1993-09-10 Richard Stallman <rms@gnu.org>
20215 * doc/bison.1: entered into RCS
20217 1993-09-06 Noah Friedman <friedman@gnu.org>
20219 * src/version.c: entered into RCS
20221 1993-09-06 Noah Friedman <friedman@gnu.org>
20223 * Makefile.in: *** empty log message ***
20225 1993-07-30 David J. MacKenzie <djm@gnu.org>
20227 * Makefile.in: *** empty log message ***
20229 1993-07-24 Richard Stallman <rms@gnu.org>
20231 * src/bison.s1: *** empty log message ***
20233 1993-07-24 Richard Stallman <rms@gnu.org>
20235 * bison.simple: *** empty log message ***
20237 1993-07-08 David J. MacKenzie <djm@gnu.org>
20239 * Makefile.in: *** empty log message ***
20241 1993-07-04 Richard Stallman <rms@gnu.org>
20243 * src/bison.s1: *** empty log message ***
20245 1993-07-04 Richard Stallman <rms@gnu.org>
20247 * bison.simple: *** empty log message ***
20249 1993-06-26 David J. MacKenzie <djm@gnu.org>
20251 * src/getargs.c: entered into RCS
20253 1993-06-26 David J. MacKenzie <djm@gnu.org>
20255 * doc/bison.texinfo: *** empty log message ***
20257 * doc/bison.1: New file.
20259 1993-06-25 Richard Stallman <rms@gnu.org>
20261 * src/getargs.c: New file.
20263 1993-06-16 Richard Stallman <rms@gnu.org>
20265 * src/bison.s1: *** empty log message ***
20267 1993-06-16 Richard Stallman <rms@gnu.org>
20269 * bison.simple: *** empty log message ***
20271 1993-06-03 Richard Stallman <rms@gnu.org>
20273 * src/bison.s1: New file.
20275 1993-06-03 Richard Stallman <rms@gnu.org>
20277 * doc/bison.texinfo: *** empty log message ***
20279 1993-06-03 Richard Stallman <rms@gnu.org>
20281 * bison.simple: New file.
20283 1993-05-19 Richard Stallman <rms@gnu.org>
20285 * doc/bison.texinfo: New file.
20287 1993-05-07 Noah Friedman <friedman@gnu.org>
20289 * Makefile.in: *** empty log message ***
20291 1993-04-28 Noah Friedman <friedman@gnu.org>
20293 * src/reader.c: *** empty log message ***
20295 1993-04-23 Noah Friedman <friedman@gnu.org>
20297 * src/alloc.h: entered into RCS
20299 1993-04-20 David J. MacKenzie <djm@gnu.org>
20301 * src/version.c: *** empty log message ***
20303 * src/files.c, src/allocate.c:
20306 * src/reader.c: *** empty log message ***
20308 * src/lex.c: entered into RCS
20310 * src/conflicts.c: New file.
20312 * src/symtab.c: entered into RCS
20314 * src/alloc.h: New file.
20316 * src/LR0.c: entered into RCS
20318 1993-04-18 Noah Friedman <friedman@gnu.org>
20320 * src/reader.c: New file.
20322 * src/version.c: *** empty log message ***
20324 1993-04-18 Noah Friedman <friedman@gnu.org>
20326 * Makefile.in: *** empty log message ***
20328 1993-04-17 Noah Friedman <friedman@gnu.org>
20330 * Makefile.in: *** empty log message ***
20332 1993-04-15 Richard Stallman <rms@gnu.org>
20334 * src/main.c, src/files.c:
20337 1993-04-15 Noah Friedman <friedman@gnu.org>
20339 * configure.in: entered into RCS
20341 * configure.in: *** empty log message ***
20343 * configure.in: New file.
20345 1993-04-14 Richard Stallman <rms@gnu.org>
20347 * Makefile.in: New file.
20349 1993-04-13 Richard Stallman <rms@gnu.org>
20351 * src/version.c: New file.
20353 1993-03-25 Richard Stallman <rms@gnu.org>
20355 * src/output.c: entered into RCS
20357 1992-09-25 Richard Stallman <rms@gnu.org>
20359 * configure.bat: entered into RCS
20361 1992-06-22 Richard Stallman <rms@gnu.org>
20363 * src/vmsgetargs.c: entered into RCS
20365 1992-06-22 Richard Stallman <rms@gnu.org>
20367 * doc/bison.rnh: entered into RCS
20369 1992-04-20 David J. MacKenzie <djm@gnu.org>
20371 * README: entered into RCS
20373 1992-01-22 Richard Stallman <rms@gnu.org>
20375 * src/machine.h: entered into RCS
20377 1991-12-21 Richard Stallman <rms@gnu.org>
20379 * src/lalr.c, src/closure.c:
20382 1991-12-20 Richard Stallman <rms@gnu.org>
20384 * src/state.h: entered into RCS
20386 1991-12-18 Richard Stallman <rms@gnu.org>
20388 * src/print.c, src/nullable.c, src/derives.c:
20391 1991-11-03 David J. MacKenzie <djm@gnu.org>
20393 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
20396 1988-09-09 Richard Stallman <rms@gnu.org>
20398 * src/bison.hairy: entered into RCS
20400 1987-12-16 Richard Stallman <rms@gnu.org>
20402 * REFERENCES: entered into RCS
20407 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
20408 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
20409 Free Software Foundation, Inc.
20411 Copying and distribution of this file, with or without
20412 modification, are permitted provided the copyright notice and this
20413 notice are preserved.