]> git.saurik.com Git - bison.git/blame - ChangeLog
* NEWS (2.3a+): Don't say %language is experimental. Mention Java and
[bison.git] / ChangeLog
CommitLineData
59da312b
JD
12008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
2
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
6 Java.
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.
10
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.
20
21 * NEWS (2.3a+): Mention XML support, and say the schema is
22 experimental.
23 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
24 * src/getargs.c (usage): Say the XML schema is experimental.
25
26 * NEWS (2.3a+): Say option instead of flag.
27
2bb3ebec
WP
282008-02-21 Wojciech Polak <polak@gnu.org>
29
30 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
31 text.
32
333e670c
JD
332008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
34
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.
42
43 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
44 yyerror takes arguments specified by %parse-param while yypstate_new
45 does not.
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.
50
798096e1
JD
512008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
52
53 * runtime-po/POTFILES.in (push.c): Remove.
54
9ca7f077
JD
552008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
56
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.
63
42ee26bb
JD
642008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
65
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.
70
b1cc23c4
JD
712008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
72
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
79 documentation.
80
ab7f29f8
JD
812008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
82
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
90 of symbols.1.
91 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
92 of symbol.
93 (symbol.prec): New, just like symbol but allows INT.
94 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
95 longer holds.
96 * tests/regression.at (Token number in precedence declaration): New
97 test case.
98
a924ef36
JMG
992008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
100
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.
118
389c8cfd
PE
1192008-01-30 Paul Eggert <eggert@cs.ucla.edu>
120
121 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
122
5d1cfef4
PE
1232008-01-09 Paul Eggert <eggert@cs.ucla.edu>
124
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>.
128
e2dcf996
WP
1292008-01-05 Wojciech Polak <polak@gnu.org>
130
131 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
132 document's title with the input grammar file name.
133
da730230
JD
1342007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
135
136 Automate regression testing of the XML/XSLT implementation. Discussed
137 starting at
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
148 BISON_TEST_XML=1.
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
154 quell Valgrind.
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.
177
408476bc
JD
1782007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
179
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.
186
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.
192 (xml_indent): New.
193 (xml_puts): Use xml_indent.
194 (xml_printf): Use xml_indent.
195 * src/print-xml.h (xml_indent): Prototype.
196
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>.
199
d4a26c48
JD
2002007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
201
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.
209
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
216 bison:ruleByRhs.
217 (xsl:template match="terminal/rule"): Remove.
218 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
219 bison:ruleByRhs.
220 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
221 Remove.
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"):
228 Rewrite as...
229 (xsl:template match="rule" mode="number-link"): ... this.
230 * src/print-xml.c (print_grammar): Don't print the list of rules.
231
ef1b4273
JD
2322007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
233
234 Don't let --report affect XML output; always print all information.
235 Discussed at
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.
241
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.
245
0f6cd9e3
AD
2462007-11-26 Akim Demaille <akim@epita.fr>
247
248 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
249
d80fb37a
JD
2502007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
251
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.
276
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.
283
1bb2bd75
JD
2842007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
285
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.
295
296 * build-aux/cross-options.pl: Don't record a short option just because
297 there's an arg.
298 * doc/.cvsignore: Add yacc.1.
299
a005a9c4
AD
3002007-11-14 Akim Demaille <akim@epita.fr>
301
302 * doc/yacc.1.in: New.
303 * configure.ac, doc/Makefile.am: Adjust.
304 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
305 config.h symbol.
306 Use AC_SUBST for assignments too.
307 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
308
cff03fb2
JD
3092007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
310
311 * src/gram.c: Remove comments that duplicate comments in gram.h.
312
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
343 conflicts".
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.
363
66f0441d
JD
3642007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
365
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.
371
d0ee4105
PB
3722007-11-08 Paolo Bonzini <bonzini@gnu.org>
373
374 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
375
e8b1fb9b
AD
3762007-11-05 Akim Demaille <akim@epita.fr>
377
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.
382
2f7a96b5
AD
3832007-11-05 Akim Demaille <demaille@gostai.com>
384
385 * build-aux/Makefile.am: Ship cross-options.pl.
386 * doc/Makefile.am: Always refer to cross-options.texi with
387 $(srcdir).
388 (MAINTAINERCLEANFILES): Add it.
389
f4101aa6
AD
3902007-11-04 Akim Demaille <demaille@gostai.com>
391
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.
396
727a1401
AD
3972007-11-04 Akim Demaille <demaille@gostai.com>
398
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.
404
6aeb9c57
AD
4052007-11-04 Akim Demaille <demaille@gostai.com>
406
407 Complete --help.
408 * src/getargs.c (usage): Document -W, make it clear that -d,
409 -g and -x have optional arguments.
410
d7be4085
AD
4112007-11-04 Akim Demaille <demaille@gostai.com>
412
413 Find sha1sum when named gsha1sum.
414 * bootstrap (find_tool): New.
415 ($SHA1SUM): New.
416
d9df47b6
JD
4172007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
418
419 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
420 at
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.
42ee26bb 432 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
d9df47b6
JD
433 * doc/bison.texinfo (Pure Decl): Update.
434 (Push 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
442 reference %define.
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):
451 Update.
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
456 ambiguity): Update
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.
461
c373bf8b
JD
4622007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
463
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.
481
482 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
483 other entries some.
484
32f19b6b
JD
4852007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
486
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
492 renames.
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.
497
255a6b90
JD
4982007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
499
500 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
501 2007-10-11 change, the child elements here are items not rules.
408476bc 502 (xsl:template match="item"): New.
255a6b90
JD
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.
515
88c78747
JD
5162007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
517
31984206
JD
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.
524
5252007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
526
527 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
88c78747
JD
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
531 of comments.
532
b7a70162
WP
5332007-10-17 Wojciech Polak <polak@gnu.org>
534
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.
542
a0de5091
JD
5432007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
544
545 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
546 (Option Cross Key): Likewise.
547
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.
555
4c20d18d
WP
5562007-10-11 Wojciech Polak <polak@gnu.org>
557
558 * src/print-xml.c (print_core): Remove item set
559 redundancy.
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.
568
f506ad1c
JD
5692007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
570
571 * src/getargs.c (version): Update copyright year.
572
21f1b063
JD
5732007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
574
575 Make xml2dot.xsl and --graph produce the same output.
576 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
577 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
578 escaped later.
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.
586
587 Make xml2text.xsl and --report produce the same output, and remove the
588 XML "conflicts" element since a conflict summary is easily extracted
589 from the automaton.
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
609 "conflicts."
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.
620
793fbca5
JD
6212007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
622
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
628 namespaces.
629 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
630 the above macros.
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
638 %name-prefix.
639 (Table of Symbols): Remove the `%define push_pull' entry. The %define
640 entry suffices.
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.
645
35b8730d
JD
6462007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
647
648 Add syncline support and location accessor to internal %define
649 interfaces.
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.
676
7dc4a694
JD
6772007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
678
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
685 add examples.
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):
693 New test case.
694 (Fatal errors make M4 exit immediately): New test case.
695
d4bd2295
JD
6962007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
697
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.
708
34cdeddf
JD
7092007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
710
711 * src/print-xml.c (escape_bufs): New static global variable
712 replacing...
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.
716
d782395d
JD
7172007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
718
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):
724 Update declarations.
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
729 definitions...
730 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
731 definitions...
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
741 reported anyway.
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
746 muscles.
747 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
748 Remove.
749 (prologue_declaration): Remove %push-parser and %push-pull-parser
750 rules.
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
755 declaration.
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
759 declaration.
760 (Exploding the Stack Size with Malloc): Update declaration.
761
3f999f78
WP
7622007-09-24 Wojciech Polak <polak@gnu.org>
763
764 Add XSLT transformations.
765
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.
771
a4f75309
PE
7722007-09-23 Paul Eggert <eggert@cs.ucla.edu>
773
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.
779
ad5feac4
JD
7802007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
781
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'.
787
41d7a5f2
PE
7882007-09-21 Paul Eggert <eggert@cs.ucla.edu>
789
790 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
791 elsewhere.
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.
798
3f999f78
WP
7992007-09-21 Wojciech Polak <polak@gnu.org>
800
801 Add Bison XML Automaton Report.
41d7a5f2
PE
802
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):
824 New functions.
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.
838
6d8e724d
PE
8392007-09-21 Paul Eggert <eggert@cs.ucla.edu>
840
841 * GNUmakefile: Switch to coreutils's version.
842 * bootstrap: Likewise.
843 * Makefile.cfg: Adjust to new GNUmakefile.
844 * README-hacking: Likewise.
845
846 Import from gnulib:
847
848 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
849 Bruno Haible <bruno@clisp.org>
850
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.
853
922bdd7f
JD
8542007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
855
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
864 update output.
865
1b17b01d
JD
8662007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
867
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
871 initialized to 0.
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
878 case.
879
9987d1b3
JD
8802007-08-17 Bob Rossi <bob@brasko.net>
881
882 * doc/bison.texinfo (Push Decl): Document the push parser.
883 (Table of Symbols): Ditto.
884 (Pure Decl): 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.
891
f16b0819
PE
8922007-08-15 Paul Eggert <eggert@cs.ucla.edu>
893
894 Update to GPLv3.
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:
946 * tests/torture.at:
947 Update to GPLv3.
948
728c4be2
JD
9492007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
950
951 Get rid of broken %no-parser, -n, and --no-parser implementation and
952 documentation.
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
964 --no-parser.
965
5d31a216
JD
9662007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
967
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
972 starting with `yy'.
973
a2ea208d
JD
9742007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
975
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.
981
91661ebb
JD
982 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
983 node names: say "Decl Summary" not "Bison Declaration Summary".
984
cbd50549
JD
9852007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
986
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.
992
eb1b0740
JD
9932007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
994
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.
1004
9d774aff
JD
10052007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
1006
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
1014 in the same state.
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
1022 brackets.
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
1027 case.
1028
1029 * src/main.c (main): Don't depend on C99 features.
1030
10159d2a
JD
10312007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
1032
1033 * build-aux/.cvsignore: Add compile.
b541ffdf
JD
1034 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
1035 uniwidth.
10159d2a 1036
953b3935
JD
10372007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
1038
1039 * bootstrap (slurp): Create target directories that don't exist.
1040 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
1041
6ce2d93a
JD
10422007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
1043
1044 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
1045 than item number.
1046 * closure.c (closure): Likewise.
1047 * state.h (reductions): Comment sorting of rules.
1048 (state): Comment sorting of items.
1049
ce3448d5
JD
10502007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
1051
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
1056 here.
1057 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
1058 rather than AT_DATA so that config.h is included.
1059
8a86eef0
JD
10602007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
1061
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.
1066
b1a81613
JD
10672007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
1068
1069 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
1070 with...
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.
1074
71b61d4d
JD
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.
1081
2a6b783d
JD
10822007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
1083
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.
1087
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
1104 more carefully.
1105
14462c2b
JD
11062007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
1107
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.
1114
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.
1122
5a43d418
JD
11232007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
1124
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>.
1128
0c650a20
JD
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.
1133
61fee93e
JD
1134 * NEWS (2.3a+): In the %code entry, reference section `Bison
1135 Declaration Summary' from the manual now since the %code summary has
1136 moved there.
1137 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
1138 in the rules section must be terminated by semicolons.
1139
f124d423
JD
11402007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
1141
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
1146 macros.
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
1152 functions.
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):
1159 Prototype.
1160
75ad86ee
JD
11612007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
1162
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.
1169
5967f0cf
JD
11702007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1171
1172 If conflict resolution makes states unreachable, remove those states,
1173 report rules that are then unused, and don't report conflicts in those
1174 states.
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
1178 function.
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
1182 false.
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):
1188 New test case.
1189 * tests/existing.at (GNU pic Grammar): Update test case output now that
1190 an unused rule is discovered.
1191
b09f4f48
JD
11922007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1193
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.
1207
bbb44d83
PE
12082007-04-04 Paul Eggert <eggert@cs.ucla.edu>
1209
9b33de72
PE
1210 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
1211 still sticks to ASCII. Sorry!
1212
bbb44d83
PE
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.
1219
29553547
JD
12202007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
1221
1222 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
1223 Setzer.
1224 (Java Differences): Fix some typos.
1225 * THANKS: Add Sebastian Setzer.
1226
01b477c6
PB
12272007-03-07 Paolo Bonzini <bonzini@gnu.org>
1228
730739e4
AD
1229 * data/java.m4 (b4_single_class_if): Remove.
1230 (b4_abstract_if): Look at "%define abstract".
1231 (b4_lexer_if): New.
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.
1244
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".
1251
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.
01b477c6 1261
122bea3a
JMG
12622007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1263
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.
1270
9611cfa2
JD
12712007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1272
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
1280 functions/macros.
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.
1286
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.
1301
1302 For %define variables, report locations for invalid values and
bbb44d83 1303 redefinitions.
9611cfa2
JD
1304 * data/bison.m4 (b4_percent_define_flag_if): Read
1305 b4_percent_define_loc(VARIABLE) to report the location of an invalid
1306 value for VARIABLE.
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
1311 functions.
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.
1324
0bf92491
JD
13252007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
1326
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
1330 tables.c.
1331 (print_results): Don't allocate lookahead_set.
1332
d3b12988
PB
13332007-02-27 Paolo Bonzini <bonzini@gnu.org>
1334
1335 * data/lalr1.java: Prefix all private members with yy.
1336
f57a7536
JD
13372007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
1338
1339 Use YYFPRINTF instead of fprintf where appropriate. Reported by
9b33de72 1340 Sebastien Fricker at
f57a7536 1341 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
9b33de72 1342 * THANKS: Add Sebastien Fricker.
f57a7536
JD
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.
1346
6404a5bf
JD
13472007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
1348
1349 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
1350
e4e09639
JMG
13512007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1352
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.
1356
d7e0a1a7
PE
13572007-02-11 Paul Eggert <eggert@cs.ucla.edu>
1358
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"
1363 in Turkish.
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.
1371
deee93a1
JD
13722007-02-11 Bruno Haible <bruno@clisp.org>
1373
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.
1378
574add85
JD
13792007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
1380
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
1389 code.
1390
e785ccf7
JD
13912007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
1392
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
1396 scanning @$.
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.
1401
1cfe1ed7
PE
14022007-02-07 Paul Eggert <eggert@cs.ucla.edu>
1403
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.
1416
0049ec86
PB
14172007-02-07 Paolo Bonzini <bonzini@gnu.org>
1418
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.
1422
14232007-02-05 Paolo Bonzini <bonzini@gnu.org>
1424
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.
1429
2c2b7220
PE
14302007-02-03 Paul Eggert <eggert@cs.ucla.edu>
1431
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,
1436 c-strncasecmp.c.
1437 * src/getargs.c: Include c-strcase.h.
1438 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
1439 to avoid unspecified behavior.
1440
b2b81dae
JD
14412007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
1442
1443 * doc/bison.texinfo (Decl Summary): Correct typo.
1444
c1d19e10
PB
14452007-01-30 Paolo Bonzini <bonzini@gnu.org>
1446
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
1452 to above behavior.
1453 * tests/input.at (Boolean %define variables): Test new behavior.
1454
8405b70c
PB
14552007-01-29 Paolo Bonzini <bonzini@gnu.org>
1456
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.
1461
1462 * data/Makefile.am: Add new files.
1463 * data/java-skel.m4: New.
1464 * data/java.m4: New.
1465 * data/lalr1.java: New.
1466
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.
1470
1471 * src/getargs.c (valid_languages): Add Java.
1472 * src/getargs.h (struct bison_language): Update size of string fields.
1473
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.
1478
3eb82471
JD
14792007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
1480
1481 Clean up.
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
1488 this now.
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.
1501
148d66d8
JD
15022007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
1503
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
1514 sections.
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.
1518
665f0c24
PE
15192007-01-26 Paul Eggert <eggert@cs.ucla.edu>
1520
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
1526 <string.h>.
1527
592d0b1e
PB
15282007-01-23 Paolo Bonzini <bonzini@gnu.org>
1529
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.
1538
148d66d8 1539 * doc/bison.texinfo (Decl Summary): Document %define.
592d0b1e
PB
1540
1541 * src/parse-gram.y (Unqualified %code): Change muscle name to
1542 b4_percent_code().
1543 (content.opt): Default to empty.
1544
a7867f53
JD
15452007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
1546
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
1555 pkgdatadir.
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.
1563
1564 * bootstrap: Update copyright to 2007.
1565
830c9b18
PB
15662007-01-17 Paolo Bonzini <bonzini@gnu.org>
1567
1568 * bootstrap: Remove occurrences of .#bootmp from the files.
1569
a8c2e813
AD
15702007-01-17 Akim Demaille <akim@epita.fr>
1571
1572 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
1573 nonterminals.
1574 Use per-type %printer.
1575
279cabb6
JD
15762007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
1577
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.
1585
bb32f4f2
AD
15862007-01-16 Akim Demaille <akim@epita.fr>
1587
1588 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
1589 error code.
1590 (Calc++ Scanner): Exit with failure if we can't open the input
1591 file.
1592 Accept "-" standing for stdin.
1593 (Calc++ Top Level): Print the result only if the parsing was
1594 successful.
1595
7cff04b5
AD
15962007-01-16 Akim Demaille <akim@epita.fr>
1597
1598 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
1599
a4e25e1d
JD
16002007-01-15 Paolo Bonzini <bonzini@gnu.org>
1601 and Joel E. Denny <jdenny@ces.clemson.edu>
1602
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
1609 m4_foreach loops.
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
1624 %define variable.
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
1637 muscle names.
1638
e37c665c
JMG
16392007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1640
1641 DJGPP specific issues.
1642
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.
1645
7d2d521f
JD
16462007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1647
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.
1653
e0ac9b4b
JD
16542007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1655
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.
1662
78143faa
JD
16632007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1664
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.
1672
7ecec4dd
JD
16732007-01-09 Paolo Bonzini <bonzini@gnu.org>
1674 and Joel E. Denny <jdenny@ces.clemson.edu>
1675
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
1683 front-end.
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
1695 obstacks.
5c80250c
JD
1696 (grammar_declaration): For %union RHS, use `braceless' instead of
1697 "{...}" so that braces are already stripped and code is escaped with
1698 digraphs.
7ecec4dd
JD
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.
1703
1704 * data/c.m4: Remove stray parenthesis.
1705
16dc6a9e
JD
17062007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1707
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
1714 %code.
1715 * doc/bison.texinfo (Prologue Alternatives): Update.
91661ebb
JD
1716 (Decl Summary): In %defines entry, update mention of `%code requires'
1717 and `%code provides'.
16dc6a9e
JD
1718 (C++ Location Values): Update %define uses.
1719 (Calc++ Parser Interface): Likewise.
1720 (Calc++ Parser): Likewise, and update `%code requires' uses.
148d66d8 1721 (Table of Symbols): Update %code documentation.
16dc6a9e
JD
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
1725 `STRING'.
1726 (variable): New nonterminal that takes an `ID' or a `STRING'.
1727 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
1728 and %define uses.
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.
1732
e9813cd4
JD
17332007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1734
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.
1739
6afc30cc
JD
17402007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1741
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):
1761 Remove, and...
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
a4e25e1d 1775 b4_get_percent_define for parser_class_name and namespace.
6afc30cc
JD
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):
1782 Rename to...
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.
1790 (content): Remove.
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.
1796
7eb8a0bc
JD
17972007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
1798
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
1802 generalizes...
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
1813 const value.
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.
1822
3fc65ead
JD
18232007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1824
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
1833 b4_complain_at.
1834 * src/location.c, src/location.h (boundary_set_from_string): New global
1835 function.
1836 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
1837 function.
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
1841 function.
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(...@)
1850 directives.
1851 * tests/input.at (Reject bad %code qualifiers): Update test output with
1852 locations and extend.
1853
1854 * tests/output.at (Output file name: [, Output file name: ]): Remove
1855 bogus comment about these tests failing.
1856
1c7b7e1d
JD
18572007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1858
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
1864 qualifiers here.
1865
08af01c2
JD
18662007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
1867
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).
279cabb6 1875 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
08af01c2
JD
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.
1878
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
1882 starting at
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
1900 @output(...@) form.
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
1909 functions.
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
1915 start...
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
1920 @output(...@).
1921 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
1922 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
1923 `@,'.
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.
1927
8e0a5e9e
JD
19282007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
1929
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
1935 alternatives.
1936 * doc/bison.texinfo (Prologue Alternatives): Update.
1937 (Decl Summary): Update to %code "requires" and %code "provides".
1938 (Calc++ Parser): Update to %code "requires".
148d66d8 1939 (Table of Symbols): Remove entries for %requires, %provides, and
8e0a5e9e
JD
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.
1966
95021767
JD
19672007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
1968
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):
1983 Replace with...
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
2004 code_props members.
2005 (symbol_print): Use SYMBOL_CODE_PRINT.
2006
f6857bbf
JD
20072007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
2008
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.
2019
7c0c6181
JD
20202007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
2021
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.
2035
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.
2039
28e52c0d
JD
20402007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
2041
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
2050 field.
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
2070 rule argument.
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
2073 instead of rule.
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
2076 and printers.
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.
2086
96034983
JD
20872007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
2088
2089 * etc/.cvsignore: New.
2090
945e396c
JD
20912007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
2092
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
2102 push.c.
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.
2106
7d596384
JD
21072006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
2108
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
2116 %push-pull-parser.
2117 (Exploding the Stack Size with Malloc): Likewise.
2118
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.
2130
7172e23e
JD
21312006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
2132
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
2146 same thing.
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
2150 requested.
2151 Remove the yylexp argument and hard-code yylex invocation instead.
2152 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
2153 %push-parser.
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
2160 %push-parser.
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.
2170
2e7944cb
JD
21712006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
2172
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
2181 value again.
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.
2195
c3d50342
JD
21962006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
2197
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
2203 is declared.
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.
2208
94ebeba5
JD
22092006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
2210
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
2223 %push-parser.
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
2231 while).
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.
2234
a0633178
JD
22352006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2236
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
2243 to...
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.
2248
8646b6a3
JD
22492006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2250
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
2259 yylloc.
2260 (gottoken): Rename label to...
2261 (yyread_pushed_token): ... for clarity and to avoid infringing on the
2262 user namespace.
2263
9baf4d74
JD
22642006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2265
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
2279 yylsp.
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
2288 invocation.
2289
23522164
JD
22902006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2291
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.
2298
bb010fe5
JD
22992006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2300
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
2309 update both uses.
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
2325 invocation.
2326 Remove all code that copies between the local parser state variables
2327 and the yypstate.
2328
2d212f8c
JD
23292006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2330
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.
2337
e6e704dc
JD
23382006-12-19 Paolo Bonzini <bonzini@gnu.org>
2339 and Joel E. Denny <jdenny@ces.clemson.edu>
2340
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.
148d66d8 2352 (Table of Symbols): Add entries for %language and %skeleton.
e6e704dc
JD
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@'.
2359
0e021770
PE
23602006-12-18 Paul Eggert <eggert@cs.ucla.edu>
2361
fd575f05
PE
2362 * NEWS: Reword the %language news a bit, and put it earlier.
2363
0e021770
PE
2364 * src/getargs.c (skeleton_arg): Last arg is now location const *.
2365 Rewrite to simplify the logic.
2366 (language_argmatch): Likewise.
fd575f05
PE
2367 (program_name): We now own this var.
2368 * src/getargs.h (struct bison_language): Use char[] rather than
2369 const char *.
0e021770
PE
2370
2371 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
2372 Java is supported.
2373 * src/complain.c (program_name): Remove decl; no longer needed.
2374 * src/main.c (program_name): Remove; now belongs to getargs.
2375
23762006-12-18 Paolo Bonzini <bonzini@gnu.org>
2377
2378 * NEWS: Document %language.
2379
2380 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
2381
2382 * data/c-skel.m4, data/c++-skel.m4: New files.
2383 * data/glr.c: Complain on push parsers.
2384
2385 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
2386 over %skeleton.
148d66d8 2387 (Decl Summary): Document %language and %skeleton.
0e021770
PE
2388 (Command line): Document -L.
2389
2390 * examples/extexi: Rewrite %require directive.
2391 * examples/calc++/Makefile.am: Pass VERSION to extexi.
2392
2393 * src/files.c (compute_exts_from_gc): Look in language structure
2394 for .y extension.
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.
2407
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.
2413
5691bf57
PE
24142006-12-18 Paul Eggert <eggert@cs.ucla.edu>
2415
db06f0ce
PE
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.
2419
5691bf57
PE
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
2424 now creates this.
2425
791934e4
JD
24262006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
2427
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
2431 pure_parser = true.
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.
2435
2436 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
2437 (yy_reduce_print): Reformat M4 for readability.
2438
ee5abb37
JD
24392006-12-15 Bob Rossi <bob@brasko.net>
2440 and Joel Denny <jdenny@ces.clemson.edu>
2441
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.
2445
16ca01f9
JD
24462006-12-14 Bob Rossi <bob@brasko.net>
2447
2448 * data/push.c (yypush_parse): Declare prototype regardless of
2449 %locations option.
2450
ab8e7e1a
JD
24512006-12-14 Bob Rossi <bob@brasko.net>
2452
2453 * data/push.c (yyparse): Remove the prototype and the #define when in
2454 push-parser mode.
2455
9bf32be3
JD
24562006-12-13 Bob Rossi <bob@brasko.net>
2457
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.
2464
f02e2948
JD
24652006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
2466
2467 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
2468 strange test case titles. Reported by Bob Rossi.
2469
38eb7751
PE
24702006-12-13 Paul Eggert <eggert@cs.ucla.edu>
2471
2472 * TODO: Add pointer to Sylvain Schmitz's work on static detection
2473 of potential ambiguities in GLR grammers.
2474
bd9d212b
JD
24752006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
2476
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.
2480
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
2484 names.
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
2492 C string literals.
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
2502 all_but_ext.
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.
2516
3f7ca628
JD
25172006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
2518
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
2526 output file names.
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
2530 the skeletons.
2531 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
2532 (Conflicting output files): New tests.
2533
178e123e
PE
25342006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2535
2536 * doc/bison.texinfo: Fix a couple of typos.
2537
25382006-12-08 Bob Rossi <bob@brasko.net>
8def5cd0
JD
2539
2540 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
2541 Rename to...
2542 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
2543 update all uses.
2544 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
2545 (yypush_parse): Rename yypvars argument to yyps and remove redundant
2546 local pv.
2547 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
2548 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
2549
ea17f233
JD
25502006-12-07 Bob Rossi <bob@brasko.net>
2551 and Joel Denny <jdenny@ces.clemson.edu>
2552
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.
2558
55a30bda
JD
25592006-12-05 Bob Rossi <bob@brasko.net>
2560
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
2567 push or pure mode.
2568 (yypushparse): Add b4_declare_parser_variables.
2569 Init new local variables, and remove init code for removed
2570 yypvars variables.
2571 (yyparse): Delete.
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.
2578
85894313
JD
25792006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
2580
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
2586 also experimental.
2587 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
148d66d8 2588 Table of Symbols): Say they're experimental. Comment out any mention
85894313
JD
2589 of Java (we'll want this back eventually).
2590
02975b9a
JD
25912006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
2592
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.
148d66d8 2597 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
02975b9a
JD
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
2608 with argument.
2609 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
2610 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
2611 Remove the `=' from %output.
2612
287b314e
JD
26132006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
2614
2615 Don't escape $ in test case titles since Autoconf 2.61 now does that
2616 correctly.
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.
2621
3ebecc24
JD
26222006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
2623
2624 Rename <!> to <>. Discussed starting at
2625 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
2626 * NEWS (2.3a+): Update.
148d66d8 2627 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
3ebecc24
JD
2628 Update.
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
2633 comment.
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.
2641
26b8a438
JD
26422006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2643
2644 Don't let %prec take a nonterminal.
2645 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
2646 token.
2647 * tests/input.at (%prec takes a token): New test checking that %prec
2648 won't take a nonterminal.
2649
07c39ae9
JD
26502006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2651
405d53b7
JD
2652 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
2653 it was double-quoted.
07c39ae9
JD
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.
2657
580b8926
JD
26582006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2659
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,
2668 which frees more.
2669 * src/scan-gram.l (gram_scanner_free): Likewise.
2670 * src/scan-skel.l (scan_skel): Likewise.
2671
4502eadc
JD
26722006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
2673
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
2682 same as 0.
2683
7746c8f6
PE
26842006-11-08 Paul Eggert <eggert@cs.ucla.edu>
2685
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
2690 gnulib changes.
2691
eb095650
PE
26922006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
2693 and Paul Eggert <eggert@cs.ucla.edu>
2694
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):
2701 Likewise.
2702 (tr): Now operates in-place. All uses changed.
2703 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
2704 values.
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
2713 will be freed.
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
2731 these strings.
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
2737 Valgrind.
2738 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
2739 complain.
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.
2744
ac564be4
PE
27452006-11-08 Paul Eggert <eggert@cs.ucla.edu>
2746
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.
2751
17bd8a73
JD
27522006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2753
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.
2765
2766 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
2767 than LIST_FREE directly.
2768
89eb3c76
JD
27692006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2770
2771 Finish implementing --warnings=error, which should not be implied by
2772 --warnings=all (or by its synonyms -W and --warnings without
2773 subarguments).
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.
2776 Invoke...
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
2780 above".
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.
2784
ba7560e2
JD
27852006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2786
2787 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
2788 empty subargument list. For example: `bison --warnings= parser.y'.
2789
31283fc3
JD
27902006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2791
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.
2794
12e35840
JD
27952006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2796
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.
148d66d8 2803 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
3ebecc24 2804 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
12e35840
JD
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
2808 for <*> and <!>.
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
2812 tagless versions.
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
2821 tagless versions.
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
2832 extend.
2833 (Default %printer and %destructor for user-defined end token): Extend.
2834 (Default %printer and %destructor are not for error or $undefined):
2835 Update.
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.
2840
f91b1629
JD
28412006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2842
2843 Don't apply the default %destructor/%printer to an unreferenced midrule
2844 value. Mentioned at
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
2853 values): New test.
2854 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
2855 for change to dummy symbol names.
2856
519d0004
JD
28572006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2858
2859 Warn about unset midrule $$ if the corresponding $n is used.
2860 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
2861 $n usage.
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
2866 parent rule.
2867 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
2868 warning.
2869
a501eca9
JD
28702006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2871
2872 More improvements to the documentation of the prologue alternatives:
2873 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
2874 Bison manual.
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.
2878
2cbe6b7f
JD
28792006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
2880
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.
2889
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
2893 alternatives to...
2894 (Prologue Alternatives): ... this new section, and extend it to discuss
2895 all 4 directives in detail.
148d66d8
JD
2896 (Table of Symbols): Clean up discussion of prologue alternatives and
2897 add %code-top.
2cbe6b7f 2898
e557d3ea
JMG
28992006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2900
2901 DJGPP specific issues.
2902
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.
2907
136a0f76
PB
29082006-10-16 Paolo Bonzini <bonzini@gnu.org>
2909
27bd5d67
PB
2910 Replace %*-header with %provides, %requires, %code. See discussion at
2911 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
2912
136a0f76
PB
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
2916 and b4_*end_header.
2917 * data/glr.cc: Likewise.
2918 * data/lalr1.cc: Likewise.
2919 * data/push.c: Likewise.
2920 * data/yacc.c: Likewise.
2921
2922 * doc/bison.texinfo: Remove %before-header, rename
2923 %{start,end,after}-header to %requires, %provides, %code.
2924
2925 * src/parse-gram.y: Likewise (also rename token names accordingly).
2926 * src/scan-gram.l: Likewise.
2927 * tests/actions.at: Likewise.
2928
10f429ef
PE
29292006-10-14 Paul Eggert <eggert@cs.ucla.edu>
2930
2931 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
2932 Problem reported by Joel E. Denny.
2933
29342006-10-14 Jim Meyering <jim@meyering.net>
2935
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,
2940 rather than 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.
2946
c4bd5bf7
JD
29472006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
2948
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):
2955 Likewise.
2956
46356ea4
PE
29572006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2958
231ed89a
PE
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 ...):
2983 Likewise.
2984 * tests/regression.at (Braced code in declaration in rules section):
2985 Likewise.
2986 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
2987 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
2988 Include <config.h> unconditionally.
2989
46356ea4
PE
2990 * bootstrap: Sync from coreutils, as follows:
2991
2992 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
2993
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.
2997
2998 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
2999
3000 * bootstrap (usage, main program, symlink_to_gnulib): Add option
3001 --copy. Inspired by a suggestion from Bruno Haible.
3002
3003 2006-10-03 Jim Meyering <jim@meyering.net>
3004
3005 * bootstrap: Undo last change to this file, since now gnulib-tool
3006 sticks with the automake default in generating dependencies.
3007
dd4bf078
PE
30082006-10-12 Paul Eggert <eggert@cs.ucla.edu>
3009
cf2a5f7c
PE
3010 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
3011 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
3012
3013 * doc/bison.1: Add copyright notice.
3014
3015 * data/glr.c: Don't include <stdarg.h>; not used.
3016
35fe0834
PE
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.
fcab4a2e
PE
3021 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
3022 of this change in
3023 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
35fe0834
PE
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.
3041
dd4bf078
PE
3042 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
3043 accommodates the 2006-10-08 change.
3044
efdd7421
PE
30452006-10-11 Bob Rossi <bob@brasko.net>
3046
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.
3052
96a1981a
PE
30532006-10-11 Paul Eggert <eggert@cs.ucla.edu>
3054
3055 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
3056 in a push parser. Reindent slightly to match yacc.c better.
3057
30582006-10-11 Bob Rossi <bob@brasko.net>
3059
46356ea4
PE
3060 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
3061 yymsg_alloc fields.
3062 (yypvarsinit, yypushparse): Remove init of removed fields.
3063 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
96a1981a 3064
c1630a8b
PE
30652006-10-09 Paul Eggert <eggert@cs.ucla.edu>
3066
3067 * THANKS: Add Paolo Bonzini and Bob Rossi.
3068
90b9908d
PB
30692006-10-08 Paolo Bonzini <bonzini@gnu.org>
3070
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
3080 only if specified.
3081
cf806753
PE
30822006-10-05 Paul Eggert <eggert@cs.ucla.edu>
3083
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.
3098
0e2f006a
PE
30992006-10-01 Paul Eggert <eggert@cs.ucla.edu>
3100
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.
3108
e3ddc1e3
PE
31092006-09-29 Paul Eggert <eggert@cs.ucla.edu>
3110
3111 Merge bootstrap changes from coreutils.
3112
3113 2006-09-28 Jim Meyering <jim@meyering.net>
3114
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.
3119
3120 2006-09-23 Jim Meyering <jim@meyering.net>
3121
3122 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
3123
3124 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3125
3126 * bootstrap: Add support for --force.
3127 (usage): New function. Describe usage less tersely.
3128 (CVS_only_file): New var.
3129
01e972b3
PE
31302006-09-21 Paul Eggert <eggert@cs.ucla.edu>
3131
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.
3135
c63d3e90
PE
31362006-09-20 Bob Rossi <bob@brasko.net>
3137
3138 * data/push.c (yyresult_get): Remove function.
3139 (YYPUSH_MORE): Add #define.
3140 (yypushparse): Modify return value.
3141
e70f46d1
PE
31422006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3143
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,
3148 stamp-h1.
3149
3150 Sync bootstrap from coreutils, as follows:
3151
3152 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
3153
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).
3160
a92be413
PE
31612006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3162
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.
3166
4f82b42a
PE
31672006-09-15 Paul Eggert <eggert@cs.ucla.edu>
3168
3b2942e6
PE
3169 Use some of gnulib's new modules, taken from coreutils.
3170
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.
3178 (gl_EARLY): Add.
3179 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
3180 (gl_INIT): Add
3181 (GNULIB_AUTOCONF_SNIPPET): Remove.
3182 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
3183 the pickiest.
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.
3207
3208
4f82b42a
PE
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>.
3211
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.
3215
3216 * src/scan-code.l: Always initialize braces_level; the old code
3217 left it uninitialized and therefore had undefined behavior.
3218
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
3223 use assert.
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.
3229
31c10e38
PE
32302006-09-15 Bob Rossi <bob@brasko.net>
3231
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.
3244
fa7b79c0
PE
32452006-09-13 Paul Eggert <eggert@cs.ucla.edu>
3246
21fe08ca
PE
3247 * NEWS: Version 2.3a.
3248 * configure.ac (AC_INIT): Likewise.
3249
e8ec4d9b
PE
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
3253 was there.
3254
fa7b79c0
PE
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
3258 Paolo Bonzini.
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
3268 if YYYDEBUG.
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
3272 set_debug_level.
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.
3276
4ec13d60
PE
32772006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3278
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.
3284
8e1687ae
PE
32852006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
3286
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.
3290
3dc5e96b
PE
32912006-09-11 Paul Eggert <eggert@cs.ucla.edu>
3292
aef3da86
PE
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.
3303
3dc5e96b
PE
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.
aef3da86
PE
3308 (Prologue): Mention that it's better to define feature-test macros
3309 before Bison declarations. Problem reported by Michael Deutschmann.
3310
3311 * README-cvs: Fix typo: "&" should be "&&". Problem reported
3312 by Jim Meyering.
3313 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
3314 This adjusts to recent gnulib changes.
3dc5e96b 3315
b2a0b7ca
JD
33162006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
3317
3318 Finish implementation of per-type %destructor/%printer. Discussed
3319 starting at
3320 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
3321 and
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
3337 the default.
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.
3344
3be03b13
JD
33452006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
3346
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.
148d66d8 3353 (Table of Symbols): Add entry for %symbol-default.
3be03b13
JD
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
3357 %symbol-default.
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
3368 %printer's.
3369 * tests/actions.at, tests/input.at: Add %symbol-default to all default
3370 %destructor/%printer declarations.
3371
3508ce36
JD
33722006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
3373
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): ...
3388 this.
3389
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.
3394
9350499c
JD
33952006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
3396
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
3401 cases listed below.
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):
3405 New test cases.
3406
4d7370cb
JD
34072006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
3408
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
3414 nonterminals.
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.
3418
6d0ef4ec
JD
34192006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
3420
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.
3433 Remove those slots.
3434 * tests/regression.at (Undeclared string literal): Remove test case
3435 added in previous commit since non-aliased string literals are allowed
3436 again.
3437 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
3438 remove unnecessary string literal declarations.
3439 * tests/sets.at (Firsts): Likewise.
3440
965537bc
JD
34412006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
3442
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
3448 symbol.
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
6d0ef4ec 3461 string literal): New test cases.
965537bc
JD
3462 (Characters Escapes, Web2c Actions): Declare string literals as
3463 aliases.
3464 * tests/sets.at (Firsts): Likewise.
3465
47aee066
JD
34662006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
3467
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
3474 seen.
3475
3476 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
3477 unused global.
3478
1f6b3679
JD
34792006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
3480
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
3486 the character code.
3487 * tests/input.at (String aliases for character tokens): New test.
3488
219741d8
JD
34892006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
3490
3491 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
3492
11daa4e7
PE
34932006-08-11 Paul Eggert <eggert@cs.ucla.edu>
3494
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).
3501
3502 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
3503 function, since it simplifies our code a bit.
3504
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.
3511
f9bfc42a
JD
35122006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
3513
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".
3523
06e8700a
JD
35242006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
3525
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
3532 also overwritten.
3533
9c437126
PE
35342006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3535
3536 * doc/bison.texinfo: Fix some typos.
3537
284d8a13
PE
35382006-08-02 Paul Eggert <eggert@cs.ucla.edu>
3539
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.
3542
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.
3547
ec5479ce
JD
35482006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
3549
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>,
3557 and
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
3572 again.
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.
3591
868d2d96
JD
35922006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
3593
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>
3597 and
3598 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
3599
3600 Make the skeletons consistent in how they pop the end token and invoke
3601 its %destructor.
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.
3608
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.
3614
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
3617 %destructor.
3618
3619 * tests/actions.at (Printers and Destructors): Test all the above.
3620
62a9592d
PE
36212006-07-24 Paul Eggert <eggert@cs.ucla.edu>
3622
3623 Update to latest gnulib and gettext versions.
3624 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
3625 Add fopen-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
3630 rejects them.
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,
3642 strdup.h.
3643 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
3644 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
3645
10d6970f
PE
36462006-07-20 Paul Eggert <eggert@cs.ucla.edu>
3647
3648 * bootstrap: Adjust to today's change to gnulib-tool by invoking
3649 it with --assume-autoconf='latest-stable'.
3650
50a33993
JD
36512006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
3652
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
3655 YYSTYPE' and `{'.
3656 * src/muscle_tab.h (muscle_grow): Replace the header comments with
3657 those from muscle_tab.c since the old ones are misleading.
3658
2ce4ed68
AD
36592006-07-13 Akim Demaille <akim@epita.fr>
3660
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.
3669 Use them.
3670 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
3671 as value.
3672 * src/scan-gram.l (getargs.h): Don't include it.
3673
db7e5eb5
PE
36742006-07-12 Paul Eggert <eggert@cs.ucla.edu>
3675
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.
3683
a5d80ba5
AD
36842006-07-12 Akim Demaille <akim@epita.fr>
3685
3686 * data/c.m4: Comment changes.
3687
23eb2a69
AD
36882006-07-10 Akim Demaille <akim@lrde.epita.fr>
3689
3690 * src/complain.c (error_message, ERROR_MESSAGE): New.
3691 To factor...
3692 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
3693 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
3694
ddc8ede1
PE
36952006-07-09 Paul Eggert <eggert@cs.ucla.edu>
3696
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
3710 %union.
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.
3714 (typed): remove.
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.
3724
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.
3728
3729 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
3730 object is now static.
3731
3732 * src/getargs.c (flags_argmatch): Return void, not int,
3733 to pacify ./configure --enable-gcc-warnings.
3734
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).
3737
7b42569e
AD
37382006-07-09 Akim Demaille <akim@lrde.epita.fr>
3739
3740 Implement --warnings/-W.
3741 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
3742 replaced by...
3743 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
3744 Adjust callers.
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.
3750
3b452f4e
JD
37512006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
3752
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.
3758
b8a41559
AD
37592006-07-09 Akim Demaille <akim@lrde.epita.fr>
3760
3761 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
3762 to be in alphabetical order.
3763 (trace_args): Spelling fixes.
3764
cd9e1ba2
PE
37652006-07-09 Paul Eggert <eggert@cs.ucla.edu>
3766
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.
3772
cb48f191
PE
37732006-07-08 Paul Eggert <eggert@cs.ucla.edu>
3774
b8445a15
PE
3775 * data/c.m4 (b4_basename): Simplify a bit, since we don't
3776 need the full POSIX semantics (and weren't implementing them
3777 anyway).
3778
cb48f191
PE
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
3788 Autoconf 2.60.
3789 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
3790 Do not check for uintptr_t, since new stdint module does the right
3791 thing.
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
3800 to gnulib changes.
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>
3813 to get the decl.
3814
cd48d21d
AD
38152006-07-08 Akim Demaille <akim@lrde.epita.fr>
3816
3817 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
3818 New, default to 1.
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
3821 default.
3822 * tests/calc.at: Adjust.
3823
8ec0a172
AD
38242006-07-08 Akim Demaille <akim@lrde.epita.fr>
3825
b8445a15 3826 * data/c.m4 (b4_basename): New.
8ec0a172
AD
3827 (b4_syncline): Also output the location of its invocation (from
3828 the skeleton).
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.
3833
4a678af8
JD
38342006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3835
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.
3840
3841 * src/scan-gram.l (scanner_cursor): Declare it static.
3842
dd60572a
JD
38432006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3844
3845 In warnings, say "previous declaration" rather than "first
3846 declaration".
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.
3854
2073e1b6
AD
38552006-06-27 Akim Demaille <akim@epita.fr>
3856
3857 * doc/Doxyfile.in: New.
3858 * doc/Makefile.am: Use it.
3859 * src/lalr.h, src/symtab.h: Initial doxygenation.
3860
8ee5b538
JD
38612006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3862
3863 Don't miss %merge result type warnings just because the LHS types are
fab044e6
JD
3864 declared after the %merge. This continues the effort of the previous
3865 patch.
8ee5b538
JD
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
3870 the current rule.
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.
3880
ffa4ba3a
JD
38812006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3882
3883 Get action warnings (grammar_rule_check) right even when symbol
fab044e6
JD
3884 declarations appear after the rules. Discussed at
3885 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
3886 and
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
3889 rule's $$.
ffa4ba3a
JD
3890 * src/reader.c (grammar_current_rule_end): Don't invoke
3891 grammar_rule_check yet since not all symbol declarations may have been
3892 parsed yet.
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
3897 rule.
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
3910 where necessary.
3911 * src/symlist.c (symbol_list_new): Initialize new midrule-related
3912 members.
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
3922 implementing...
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.
3928
e256e17f
JD
39292006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3930
300a1930
JD
3931 More cleanup.
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.
e256e17f 3939
381ecb06
JD
39402006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
3941
3942 Clean up yesterday's patch.
3943 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
3944 to...
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.
3949
4210cd0b
JD
39502006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
3951
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
3959 global variables.
3960 * tests/regression.at (Braced code in declaration in rules section):
3961 New test to catch the error fixed by the above patch.
3962
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
3968 current_rule.
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
3973 translate_action.
3974
34f98f46
JD
39752006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
3976
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.
91661ebb 3994 (Decl Summary): Update names.
148d66d8 3995 (Table of Symbols): Update description.
34f98f46
JD
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
4010 extern's.
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.
4018
31b2b07e
JD
40192006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
4020
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.
4028
4029 Some minor fixes.
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
4034 printer members.
4035 * tests/input.at (Incompatible Aliases): Update output with correct
4036 printer location.
4037
9bc0dd67
JD
40382006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
4039
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>,
4047 and
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.
91661ebb
JD
4071 (Decl Summary): In %defines description, mention the effect of
4072 %before-definitions and %after-definitions on the header file.
9bc0dd67
JD
4073 (Calc++ Parser): Forward declare driver in a %before-definitions rather
4074 than in the pre-prologue so that make check succeeds.
148d66d8 4075 (Table of Symbols): Add entries for %before-definitions and
9bc0dd67
JD
4076 %after-definitions.
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
4094 pre-prologue.
4095
203b9274
AD
40962006-06-20 Akim Demaille <akim@epita.fr>
4097
4098 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
4099 (symbol_get): Use it.
4100 * src/parse-gram.y: Use it.
4101
a7ee59cf
JD
41022006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
4103
4104 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
4105 build succeeds when configured with --enable-gcc-warnings.
4106
5a2baae7
PE
41072006-06-19 Paul Eggert <eggert@cs.ucla.edu>
4108
33ad1a9c
PE
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.
4114
5a2baae7
PE
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.
4127
58d7a1a1
AD
41282006-06-19 Akim Demaille <akim@epita.fr>
4129
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'.
4136 Sort tokens.
4137 (CHAR): New token.
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.
4145
b931235e
JD
41462006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
4147
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>,
4153 and
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
4158 token #define's.
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.
4168
9e6e7ed2
PE
41692006-06-11 Paul Eggert <eggert@cs.ucla.edu>
4170
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
4178
742e4900
JD
41792006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
4180
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>
4184 and then at
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
4199 spellings.
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.
4212 Update other uses.
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
4218 look_ahead_token.
4219 (print_core, state_default_rule, print_reductions, print_results):
4220 Update uses.
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.
4243 * yacc.c: 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.
4251
3c40d0b5
JD
42522006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
4253
4254 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
4255
5d278082
PE
42562006-06-07 Paul Eggert <eggert@cs.ucla.edu>
4257
4258 * TODO: Add request from Nelson H. F. Beebe to be able to install
4259 Bison without installing the yacc script.
4260
9e668899
JD
42612006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
4262
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
4268 <config.h>.
4269
0c8e079f
JD
42702006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
4271
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
4274 missing #include's.
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
4278 invocation.
4279
4280 * src/.cvsignore: Add scan-code.c.
4281
2346344a
AD
42822006-06-07 Akim Demaille <akim@epita.fr>
4283
4284 * src/scan-gram.l: Move the "add a trailing ; to actions" code
4285 to...
4286 * src/scan-code.l: here.
4287 * tests/input.at (Torturing the Scanner): Fix another location
4288 error.
4289
4862bdfd
AD
42902006-06-07 Akim Demaille <akim@epita.fr>
4291
4292 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
4293
e9071366
AD
42942006-06-06 Akim Demaille <akim@epita.fr>
4295
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
4299 into simple tokens.
4300 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
4301 * src/scan-gram.l (add_column_width, adjust_location): Move to and
4302 rename as...
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
4309 gram_scanner_free.
4310 * src/output.c: Include scan-code.h.
4311 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
4312 Use boundary_set.
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...
4328 (GRAM_DECL): this.
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):
4335 these to...
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.
4352
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.
7891a7c4 4356
184e42f0
JD
43572006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
4358
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>.
4362
7891a7c4
JD
43632006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
4364
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.
4379
4ad3ed84
PE
43802006-06-05 Paul Eggert <eggert@cs.ucla.edu>
4381
4382 * NEWS: Version 2.3.
4383 * configure.ac (AC_INIT): Likewise.
4384
02103984
PE
43852006-05-30 Paul Eggert <eggert@cs.ucla.edu>
4386
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):
4392 Document this.
4393
2c08afa5
JD
43942006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
4395
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
4398 releasing 2.3.
4399
6077da58
PE
44002006-05-29 Paul Eggert <eggert@cs.ucla.edu>
4401
4402 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
4403 Problem reported by Akim Demaille.
4404
2a26b6c2
JD
44052006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
4406
4407 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
4408
aefef0d6
PE
44092006-05-26 Paul Eggert <eggert@cs.ucla.edu>
4410
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>.
4414
fcd8e201
PE
44152006-05-22 Paul Eggert <eggert@cs.ucla.edu>
4416
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.
4423
7b5cdcbd
JD
44242006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
4425
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
4430 not used.
4431 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
4432
5ad0a449
JD
44332006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
4434
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.
4447
50cce58e
PE
44482006-05-20 Paul Eggert <eggert@cs.ucla.edu>
4449
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).
4461
ab8d9dc5
PE
44622006-05-19 Paul Eggert <eggert@cs.ucla.edu>
4463
0d2c8934 4464 * NEWS: Version 2.2.
ab8d9dc5
PE
4465 * configure.ac (AC_INIT): Likewise.
4466
9138c575
JD
44672006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
4468
4469 * data/glr.c (yyreportTree): Make room in yystates for the state
4470 preceding the RHS. This fixes the segmentation fault reported by Derek
4471 M. Jones in
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
4475 same thread.
4476 * THANKS: Add Derek M. Jones.
4477 Update my email address.
4478 Fix typo in Steve Murphy's name.
4479
276f48df
PE
44802006-05-14 Paul Eggert <eggert@cs.ucla.edu>
4481
d6645148
PE
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.
4493
276f48df
PE
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.
4498
cd8b5791
AD
44992006-05-14 Akim Demaille <akim@lrde.epita.fr>
4500
4501 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
4502 scheme.
4503 Reported by Steve Murphy.
4504
34376418
AD
45052006-05-14 Akim Demaille <akim@lrde.epita.fr>
4506
4507 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
4508 * data/glr.cc: b4_location_flag is now b4_locations_flag.
4509
327afc7c
AD
45102006-05-14 Akim Demaille <akim@lrde.epita.fr>
4511
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.
4515
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.
4525
ba9ecd19
AD
45262006-05-14 Akim Demaille <akim@lrde.epita.fr>
4527
4528 * etc/bench.pm: Shorten bench names.
4529
4e83ea15
AD
45302006-05-14 Akim Demaille <akim@lrde.epita.fr>
4531
4532 * src/output.h, src/output.c (error_verbose): Move to...
4533 * src/getargs.h, src/getargs.c: here.
4534 Sort the flags.
4535 Adjust dependencies.
4536
6e93d810
PE
45372006-05-13 Paul Eggert <eggert@cs.ucla.edu>
4538
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
b15296ff
PE
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.
6e93d810 4544
eaea13f5
PE
45452006-05-11 Paul Eggert <eggert@cs.ucla.edu>
4546
4547 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
4548 incompatibility, not a bug. Mention that it wasn't fixed as of
4549 flex 2.5.33.
4550
3cf084ec
AD
45512006-05-11 Akim Demaille <akim@lrde.epita.fr>
4552
4553 * examples/extexi: Enforce the precedence of concatenation over
4554 >>.
0a9f1c7d 4555 Reported by Tommy Nordgren.
3cf084ec 4556
32c96bd7
AD
45572006-05-11 Akim Demaille <akim@lrde.epita.fr>
4558
4559 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
4560 with the member "token".
f94705b2 4561 Reported by Martin Nylin.
32c96bd7 4562
eaea13f5
PE
45632006-05-08 Paul Eggert <eggert@cs.ucla.edu>
4564
4565 * data/glr.c: Switch to Bison 2.2 special-exception language in
4566 the copyright notice. Use more-regular format for titles and
4567 copyright notices.
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.
4573
6e2d1146
AD
45742006-04-27 Akim Demaille <akim@lrde.epita.fr>
4575
4576 * data/glr.cc: Remove dead code.
4577
47671055
PE
45782006-04-25 Paul Eggert <eggert@cs.ucla.edu>
4579
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.
4583
ed2e6384
AD
45842006-04-24 Akim Demaille <akim@lrde.epita.fr>
4585
4586 * doc/bison.texinfo (Multiple start-symbols): New.
4587
3cedc2dc
AD
45882006-04-24 Akim Demaille <akim@lrde.epita.fr>
4589
4590 * etc/README, etc/bench.pl: New.
4591
b2ddc3f3
AD
45922006-04-03 Akim Demaille <akim@lrde.epita.fr>
4593
4594 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
4595 rule.
4596 Reported by Mickael Labau.
4597 * tests/input.at (Torturing the Scanner): Test it.
4598
91e3ac9a
PE
45992006-03-16 Paul Eggert <eggert@cs.ucla.edu>
4600
4601 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
4602 Problem reported by Bob Rossi.
4603
46042006-03-13 Paul Eggert <eggert@cs.ucla.edu>
4605
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.
4610
5cf61e93
AD
46112006-03-12 Akim Demaille <akim@lrde.epita.fr>
4612
4613 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
4614 of AT_NAME_PREFIX when %name-prefix is not used.
4615
aa08666d
AD
46162006-03-12 Akim Demaille <akim@lrde.epita.fr>
4617
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'.
91e3ac9a 4631
45567173
AD
46322006-03-10 Akim Demaille <akim@lrde.epita.fr>
4633
4634 * TODO: Remove dead items.
4635
e9d8f881 46362006-03-10 Akim Demaille <akim@lrde.epita.fr>
55ba27be
AD
4637
4638 * doc/FAQ: Remove, merged into...
4639 * doc/bison.texinfo (FAQ): this.
4640 * doc/Makefile.am (EXTRA_DIST): Adjust.
4641
c095d689
AD
46422006-03-10 Akim Demaille <akim@lrde.epita.fr>
4643
4644 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
4645 even if empty.
4646 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
4647 * doc/bison.texinfo (Calc++ Scanner): Use it.
4648
6e0f8287
PE
46492006-03-09 Paul Eggert <eggert@cs.ucla.edu>
4650
4651 Fix two nits reported by twlevo, plus one more that I discovered.
4652
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.
4656
4657 * src/reader.h (token_name): Likewise.
4658
d6b771c3
PE
46592006-03-08 Paul Eggert <eggert@cs.ucla.edu>
4660
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
4665 copyright notice.
4666 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
4667 * src/conflicts.c (solved_conflicts_obstack): Now static.
4668
1e137b71
JD
46692006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
4670
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.
4674
73f2e47e
PE
46752006-03-06 Paul Eggert <eggert@cs.ucla.edu>
4676
6d05403d
PE
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.
4684
73f2e47e
PE
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.
4688
8710fc41
JD
46892006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
4690
4691 * tests/glr-regression.at (Uninitialized location when reporting
4692 ambiguity): New test case.
4693 * data/glr.c (yyresolveLocations): New function, which uses
4694 YYLLOC_DEFAULT.
4695 (yyresolveValue): Invoke yyresolveLocations before reporting an
4696 ambiguity.
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.
4700
ae952af2
JD
47012006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
4702
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
4706 case.
4707 * data/glr.c (yyparse): Check for zero stacks remaining before
4708 attempting to shift the lookahead so that you don't lose it.
4709
35ee866a
JD
47102006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4711
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.
4720
4721 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
4722 in existing testcases.
4723
520181ab
JD
47242006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4725
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
35ee866a
JD
4729 cuts parse): Rename to...
4730 (Leaked semantic values if user action cuts parse): ... this. Add check
520181ab
JD
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).
ae952af2 4735 (yyresolveStates): Document the interface. Move all manipulation of a
520181ab
JD
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
4742 interface.
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.
4747
18d9185c
PE
47482006-02-27 Paul Eggert <eggert@cs.ucla.edu>
4749
4750 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
4751 led to a segmentation fault in GNU Pascal. Problem reported
4752 by Waldek Hebisch.
4753
841a7737
JD
47542006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
4755
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.
4759
fc3f467f
PE
47602006-02-16 Paul Eggert <eggert@cs.ucla.edu>
4761
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.
4772
a3af26dd
PE
47732006-02-13 Paul Eggert <eggert@cs.ucla.edu>
4774
4d7bc38c
PE
4775 * NEWS: Clarify symbols versus types in unused-value warnings.
4776
a3af26dd
PE
4777 * configure.ac (AC_INIT): Bump version number.
4778
4e26c69e
PE
47792006-02-13 Paul Eggert <eggert@cs.ucla.edu>
4780
4781 * NEWS: Version 2.1a.
4782 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
4783 since C99 requires this.
4784
498e897c
PE
47852006-02-11 Paul Eggert <eggert@cs.ucla.edu>
4786
4787 * m4/c-working.m4: New file.
4788 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
4789
57bb17ca
PE
47902006-02-10 Paul Eggert <eggert@cs.ucla.edu>
4791
4792 * Makefile.maint: Merge from coreutils.
4793
0be105dc
PE
47942006-02-09 Paul Eggert <eggert@cs.ucla.edu>
4795
4796 More portability fixes for problems summarized by Nelson H. F. Beebe.
4797
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
4803 in 64-bit mode.
4804
6fc0c024
PE
48052006-02-08 Paul Eggert <eggert@cs.ucla.edu>
4806
4807 More portability fixes for problems summarized by Nelson H. F. Beebe.
4808
7870f699
PE
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.
4811
6fc0c024
PE
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++
4816 compilers.
4817
fe6c2fde
PE
48182006-02-06 Paul Eggert <eggert@cs.ucla.edu>
4819
4820 More portability fixes for problems summarized by Nelson H. F. Beebe.
4821
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.
4827
927b425b
JMG
48282006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4829
4830 Various DJGGP specific issues in /djgpp
4831
d9735e9e
PE
48322006-02-02 Paul Eggert <eggert@cs.ucla.edu>
4833
4834 More portability fixes for problems summarized by Nelson H. F. Beebe.
4835
4836 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
4837 '#include <map>' works and that you can apply ++ to iterators.
4838
5a6755af
PE
48392006-02-01 Paul Eggert <eggert@cs.ucla.edu>
4840
67a0dc4f
PE
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>.
4843
8c86f0ef
PE
4844 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
4845 that '#include <string>' works.
4846
de35dd59
PE
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
4851 multiple copies)".
4852
67a0dc4f
PE
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
4857 <iso646.h>.
4858
5a6755af
PE
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
67a0dc4f 4861 Suite Version 2.0.
5a6755af 4862
3f001415
JD
48632006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
4864
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
4871 effect.
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
4878 point to.
4879
4880 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
4881 after `--report' documentation.
4882
e2a8c0f5
PE
48832006-01-30 Paul Eggert <eggert@cs.ucla.edu>
4884
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.
4888
6b702268
PE
48892006-01-29 Paul Eggert <eggert@cs.ucla.edu>
4890
27622431
PE
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
4893 normal case.
4894
6b702268
PE
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.
4917
d40ba6c2
PE
49182006-01-27 Paul Eggert <eggert@cs.ucla.edu>
4919
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
4925 adjusted.
4926
401aace6
PE
49272006-01-23 Paul Eggert <eggert@cs.ucla.edu>
4928
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
4932 their arguments.
4933 * data/lalr1.cc: Likewise.
4934 * data/yacc.cc: Likewise.
4935
06f01bc4
PE
49362006-01-22 Paul Eggert <eggert@cs.ucla.edu>
4937
401aace6
PE
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.
4945 All uses changed.
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.
4950
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.
4954
06f01bc4
PE
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
4963 visible elsewhere.
4964 * src/scan-skel.l: Accept the above decls.
4965 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
4966 is used.
4967
02650b7f
PE
49682006-01-21 Paul Eggert <eggert@cs.ucla.edu>
4969
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.
4975 All uses changed.
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
5022 that for us.
5023 * .x-sc_require_config_h: New file.
5024 * .x-sc_unmarked_diagnostics: New file.
5025
287c78f6
PE
50262006-01-20 Paul Eggert <eggert@cs.ucla.edu>
5027
287c78f6
PE
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
5032 pedantic compilers.
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.
68cae94e
PE
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):
5047 Likewise.
5048 * src/reader.c (packgram, reader): Likewise.
5049 * src/state.c (transitions_to, state_new, state_reduction_find):
5050 Likewise.
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.
287c78f6
PE
5054 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
5055 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
68cae94e
PE
5056 * src/system.h: Don't include <assert.h>.
5057 (assert): New macro.
5058
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.
287c78f6 5062
c66dfadd
PE
50632006-01-19 Paul Eggert <eggert@cs.ucla.edu>
5064
c21493b8
PE
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.
5075
b6e3facf
PE
5076 * bootstrap: Undo changes to gnulib files that autoreconf made.
5077
c66dfadd
PE
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'.
5099
ed94ef2a
AD
51002006-01-19 Akim Demaille <akim@epita.fr>
5101
5102 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
5103 location, not just parts of it.
5104
e9ad4aec
PE
51052006-01-18 Paul Eggert <eggert@cs.ucla.edu>
5106
d6ca7905
PE
5107 * NEWS: Document the fact that multiple %unions are now allowed.
5108 * doc/bison.texinfo (Union Decl): Likewise.
51cbef6f
PE
5109 * TODO: This feature is now implemented, so remove it from
5110 the wishlist.
d6ca7905 5111
ef1b70e0
PE
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.
5127
5128 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
5129 with "file system".
5130
2073ce56 5131 Avoid undefined behavior that addressed just before the start of an
e9ad4aec
PE
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.
5136
b7691f15
JD
51372006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
5138
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'.
5145
ddee1b06
PH
51462006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5147
5148 * data/glr.c (yysplitStack): A little stylistic rewrite.
5149
12f4614d
PH
51502006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5151
5152 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
5153
32c29292
JD
51542006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
5155
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
148d66d8 5165 actions and since it's already discussed in `Table of Symbols' where
32c29292
JD
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
5170 actions.
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
5175 yyclearin.
148d66d8 5176 (Table of Symbols): In the yychar entry, don't call it the `current'
32c29292
JD
5177 look-ahead.
5178 In the yylloc and yylval entries, mention look-ahead usage.
5179
de366a2f 51802006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
2781dbd1
JD
5181
5182 * tests/glr-regression.at: Update copyright year to 2006.
5183
bf70fa87
JD
51842006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5185
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
5196 user action.
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.
5214
05449a2c
JD
52152006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5216
de366a2f 5217 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
05449a2c
JD
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.
5221
4158e0a1 52222006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
fd2493f7 5223
4158e0a1
JD
5224 * tests/glr-regression.at: For consistency with my newer test cases,
5225 don't thank myself.
5226
d659304d
JD
52272006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
5228
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
5242 masked this bug.
5243 (Leaked merged semantic value if user action cuts parse): New test
5244 case.
5245
6ec2c0f2
AD
52462006-01-05 Akim Demaille <akim@epita.fr>
5247
5248 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
5249
1b9c21fb
PE
52502006-01-04 Paul Eggert <eggert@cs.ucla.edu>
5251
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
5256 b4_c_modern.
5257 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
5258 than rolling our own.
5259
84866159
AD
52602006-01-04 Akim Demaille <akim@epita.fr>
5261
5262 Also warn about non-used mid-rule values.
5263 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
5264 member.
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.
5269 Check its rule.
5270 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
5271 Use it.
5272 * tests/actions.at (Exotic Dollars): Adjust.
5273
378f4bd8
AD
52742006-01-04 Akim Demaille <akim@epita.fr>
5275
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.
5280
e2a21b6f
PE
52812006-01-03 Paul Eggert <eggert@cs.ucla.edu>
5282
54662697
PE
5283 * doc/bison.texinfo (Bison Options): Say more accurately what
5284 --yacc does.
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.
5288
5289 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
5290
073f9288
PE
5291 Warn about dubious constructions like "%token T T".
5292 Reported by twlevo.
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.
5298
1221b78a
PE
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.
5303 All uses changed.
5304
5305 * src/muscle_tab.c (muscle_grow): Fix comment.
5306
e2a21b6f
PE
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.
5310
8f7e3cf9
AD
53112006-01-03 Akim Demaille <akim@epita.fr>
5312
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
5318 #line consistency.
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
5324 and AT_SKEL_CC_IF.
5325 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
5326 AT_LALR1_CC_IF.
5327 Be sure to initialize the first position's filename.
5328 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
5329 mandated anyway.
5330 (AT_CHECK_CALC_GLR_CC): New.
5331 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
5332
3953ed88
AD
53332006-01-02 Akim Demaille <akim@epita.fr>
5334
5335 * src/output.c (output_skeleton): Don't hard wire the inclusion of
5336 c.m4.
0a96ba81 5337 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
3953ed88
AD
5338 * data/glr.cc: Do not include stack.hh.
5339
9ecafbbf
AD
53402006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
5341
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.
5347
c4d497a0
AD
53482005-12-29 Akim <akim@sulaco.local>
5349
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.
5354
4517da37
PE
53552005-12-28 Paul Eggert <eggert@cs.ucla.edu>
5356
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):
5361 New functions.
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.
5373
5374 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
5375 GCC warnings.
5376
e3233bf6
PE
53772005-12-27 Paul Eggert <eggert@cs.ucla.edu>
5378
5379 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
5380 Remove unnecessary forward static decls.
5381
8f3596a6
AD
53822005-12-27 Akim Demaille <akim@epita.fr>
5383
5384 * src/reader.c (grammar_current_rule_check): Also check that $$
5385 is used.
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):
5389 Rename as...
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
5395 YYERROR or other.
5396 * tests/actions.at (Exotic Dollars): Instead of using unused
5397 values, check that the warning is issued.
5398
721be13c
PE
53992005-12-22 Paul Eggert <eggert@cs.ucla.edu>
5400
5401 * NEWS: Improve wording for unused-value warnings.
5402
a0af42fc
AD
54032005-12-22 Akim Demaille <akim@epita.fr>
5404
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.
5410
affac613
AD
54112005-12-22 Akim Demaille <akim@epita.fr>
5412
721be13c 5413 * NEWS: Warn about unused values.
affac613
AD
5414 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
5415 a `used' member.
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
5420 used.
5421 * src/symtab.c (symbol_print): Accept 0.
5422 * tests/existing.at: Remove the type information.
5423 Empty the actions.
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):
5429 Likewise.
5430
5431 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
5432 rule_useful_p.
5433
9d9b8b70
PE
54342005-12-21 Paul Eggert <eggert@cs.ucla.edu>
5435
8bb4c753
PE
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
5439 previous wording.
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.
5446
9d9b8b70
PE
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
5455 text slightly.
5456 * tests/cxx-type.at: Cast results of malloc, for C++.
5457
2c3b392a
AD
54582005-12-21 Joel E. Denny <address@hidden>
5459
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.
5463
d6cff4dc
AD
54642005-12-21 Joel E. Denny <address@hidden>
5465
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
5475 weren't necessary.
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
5479 globally.
5480 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
5481 `if (YYID (N))' to pacify lint.
5482
a85284cf
AD
54832005-12-21 Akim Demaille <akim@epita.fr>
5484
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.
5498
d508c281
JMG
54992005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5500
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.
5514
3e7a2cd9
PE
55152005-12-12 Paul Eggert <eggert@cs.ucla.edu>
5516
5517 * bootstrap (build_cvs_prefix): Remove; unused.
5518 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
5519 when getting gnulib.
5520
55212005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
5522
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
5526 a pointer.
5527 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
5528 consistency.
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
5532 lint.
5533
877519f8
PE
55342005-12-09 Paul Eggert <eggert@cs.ucla.edu>
5535
0eca5a39
PE
5536 * tests/sets.at (Accept): Fix typos in regular expression used to
5537 sed out the final state number.
5538
2cec9080
PE
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.
5578
877519f8
PE
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.
5582
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
5594 is C++ only.
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.
5600
f5228370
PE
56012005-12-07 Paul Eggert <eggert@cs.ucla.edu>
5602
5603 * tests/glr-regression.at
5604 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
5605 Close memory leak reported by twlevo.
5606
69ce078b
PE
56072005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
5608
6ff99711
PE
5609 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
5610 all stacks.
5611 (yyparse): Iterate another stack in order to call user destructors.
69ce078b
PE
5612 * tests/glr-regression.at (No users destructors if stack 0 deleted):
5613 New test case.
5614 (Duplicated user destructor for lookahead): This test now is expected
5615 to succeed.
5616
af3412cd
PE
56172005-12-01 Paul Eggert <eggert@cs.ucla.edu>
5618
32b5b719 5619 * NEWS: Document the following change.
af3412cd
PE
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.
5632
035aa4a0
PE
56332005-11-18 Paul Eggert <eggert@cs.ucla.edu>
5634
d9963c85
PE
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
5638 supported in C.
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.
5642
035aa4a0
PE
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
5646 change.
5647 * tests/conflicts.at (%expect not enough, %expect too much):
5648 (%expect with reduce conflicts): Adjust to new behavior.
5649
56502005-11-18 Akim Demaille <akim@epita.fr>
5651
5652 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
5653 errors.
5654 * NEWS: Document this.
5655 * doc/bison.texinfo (Expect Decl): Likewise.
5656
d1ff7a7c
AD
56572005-11-16 Akim Demaille <akim@epita.fr>
5658
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
5662 literal integers.
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).
5669 (yyparse): Adjust.
5670 * tests/calc.at: Adjust the expected length of the traces.
5671
6de5398d
AD
56722005-11-14 Akim Demaille <akim@epita.fr>
5673
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.
5677
a1373f55
AD
56782005-11-14 Akim Demaille <akim@epita.fr>
5679
5680 * data/glr.c (yy_reduce_print): Fix the $ number.
5681
613d8952
AD
56822005-11-14 Akim Demaille <akim@epita.fr>
5683
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
5688 non-pointer types.
5689
b2741627
AD
56902005-11-14 Akim Demaille <akim@epita.fr>
5691
5692 * data/glr.c (yyexpandGLRStack): Declare only if defined.
5693
5059b5c8
AD
56942005-11-14 Akim Demaille <akim@epita.fr>
5695
42249483
AD
5696 * data/glr.cc: New.
5697 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5059b5c8 5698
4626a15d
AD
56992005-11-12 Akim Demaille <akim@epita.fr>
5700
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
5706 compatibility.
5707 * doc/bison.texinfo (Initial Action Decl): Use initialize.
5708
57092005-11-12 Akim Demaille <akim@epita.fr>
98ae9643
AD
5710
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".
5714
57152005-11-12 Akim Demaille <akim@epita.fr>
5716
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.
5721
1989d947
AD
57222005-11-11 Akim Demaille <akim@epita.fr>
5723
5724 * data/glr.c: Comment changes.
5725
57262005-11-11 Akim Demaille <akim@epita.fr>
62b08cfc
AD
5727
5728 When yydebug, report semantic and location values for reductions.
5729 * data/glr.c (yy_reduce_print): Report the semantic values and the
5730 locations.
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
5736 traces.
5737
02998094
AD
57382005-11-10 Akim Demaille <akim@epita.fr>
5739
5740 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
5741 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
5742 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
5743
5210672f
PE
57442005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
5745
5746 * m4/cxx.m4, examples/Makefile.am: Don't build
5747 examples/calc++ if no C++ compiler is available. (trivial change)
5748
a8991a1d
AD
57492005-11-09 Akim Demaille <akim@epita.fr>
5750
5751 * src/scan-skel.l: Use a couple of asserts.
5752
36b5e963
AD
57532005-11-03 Akim Demaille <akim@epita.fr>
5754
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
5758 final_state.
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.
5767
44e7ead1
PH
57682005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5769
5770 * data/glr.c (yyfill): Adjust comment.
36b5e963 5771 (yyresolveAction): Initialize default location properly
44e7ead1
PH
5772 for empty right-hand sides.
5773 (yydoAction): Ditto.
5774 Add comment explaining apparently dead code.
36b5e963
AD
5775 * tests/glr-regression.at
5776 (Incorrectly initialized location for empty right-hand side in GLR):
44e7ead1 5777 New test.
36b5e963 5778
e10a80ee
PE
57792005-10-30 Paul Eggert <eggert@cs.ucla.edu>
5780
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
5784 Hilfinger).
5785
067b32ee
AD
57862005-10-22 Akim <akim@epita.fr>
5787
5788 * Makefile.cfg: Adjust to config -> build-aux.
5789 Reported by twledo.
5790
4b367315
AD
57912005-10-21 Akim Demaille <akim@epita.fr>
5792
5793 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
5794 the %parse-params.
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.
5800
24cc23d9
AD
58012005-10-21 Akim Demaille <akim@epita.fr>
5802
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:
5806 Move to...
5807 * build-aux/prev-version, build-aux/announce-gen,
5808 * build-aux/Makefile.am: here.
5809
d4476375
AD
58102005-10-14 Akim Demaille <akim@epita.fr>
5811
5812 * examples/calc++/test: Use set -x only when VERBOSE.
5813
302c0aee
PE
58142005-10-13 Paul Eggert <eggert@cs.ucla.edu>
5815
5816 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
5817 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
5818
7625ec2c
AD
58192005-10-13 Akim Demaille <akim@epita.fr>
5820
5821 * src/scan-skel.l: Output the base name parts of the parser and
5822 header file names.
302c0aee 5823 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7625ec2c
AD
5824 additional checks.
5825 Use this to exercise C++ outputs in subdirs.
5826 Reported by Oleg Smolsky.
5827
ba0fe3c7
PE
58282005-10-12 Paul Eggert <eggert@cs.ucla.edu>
5829
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
5834 already defined it.
5835
9b8a5ce0
AD
58362005-10-12 Akim Demaille <akim@epita.fr>
5837
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.
5841
4f6e011e
PE
58422005-10-10 Paul Eggert <eggert@cs.ucla.edu>
5843
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.
4d7aa45e 5851 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
ba0fe3c7 5852 as __STDC__.
4d7aa45e
PE
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.
4f6e011e 5856
a1b3bf8c
AD
58572005-10-10 Akim Demaille <akim@epita.fr>
5858
5859 * examples/calc++/test: Be quiet unless VERBOSE.
5860
412e44aa
PE
58612005-10-05 Paul Eggert <eggert@cs.ucla.edu>
5862
2a4647a3
PE
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):
5869 (YYCHK1):
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'.
5873 (YYUSE): New macro.
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.
5879
5880
412e44aa
PE
5881 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
5882 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
5883
88c6637f
PE
58842005-10-04 Paul Eggert <eggert@cs.ucla.edu>
5885
2f4f028d
PE
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
5895 putc and puts.
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.
5906
88c6637f
PE
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.
5912
fb32e373
JMG
59132005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5914
5915 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
5916
edb8f44f
PE
59172005-10-02 Paul Eggert <eggert@cs.ucla.edu>
5918
fb9c0b33
PE
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
5933 to printf.
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.
2f4f028d 5940 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
fb9c0b33
PE
5941 * src/reduce.c (reduce_print): Likewise.
5942 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2f4f028d 5943 * src/system.h: Include unlocked-io.h rather than stdio.h.
fb9c0b33 5944
edb8f44f
PE
5945 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
5946 this confuses xgettext.
5947
b50d2359
AD
59482005-10-02 Akim Demaille <akim@epita.fr>
5949
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.
5957 Use it.
5958 * doc/bison.texinfo (Require Decl): New.
5959 (Calc++ Parser): Use %require.
5960
21667f64
AD
59612005-10-02 Akim Demaille <akim@epita.fr>
5962
5963 * data/location.cc: New.
5964
2b81e969
AD
59652005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
5966 Akim Demaille <akim@epita.fr>
5967
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.
5972 (dir_prefix): New.
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.
5987
ad6a9b97
JMG
59882005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5989
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
5992 for posix systems.
5993
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
5996 for posix systems.
5997
5998 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
5999 handle the lack of pipe/fork functionality on non-posix systems.
6000
6001 * djgpp/Makefile.maint: DJGPP specific file.
6002
6003 * djgpp/README.in: DJGPP specific file.
6004
6005 * djgpp/config.bat: DJGPP specific configuration file.
6006
6007 * djgpp/config.sed: DJGPP specific configuration file.
6008
6009 * djgpp/config.site: DJGPP specific configuration file.
6010
6011 * djgpp/config_h.sed: DJGPP specific configuration file.
6012
6013 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
6014
6015 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
6016
fc695704
AD
60172005-10-02 Akim Demaille <akim@epita.fr>
6018
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.
6027
60282005-10-01 Akim Demaille <akim@epita.fr>
5215c87f
AD
6029
6030 * examples/extexi: Restore the #line generation.
6031
fb9712a9
AD
60322005-09-30 Akim Demaille <akim@epita.fr>,
6033 Alexandre Duret-Lutz <adl@gnu.org>
6034
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.
6049
55f0c7b1
PE
60502005-09-29 Paul Eggert <eggert@cs.ucla.edu>
6051
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.
6057
fb9712a9 60582005-09-29 Akim Demaille <akim@epita.fr>
d4fb5e3c
AD
6059
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
6066 local variables.
6067 (yysyntax_error_): Takes the state number as argument.
6068 (yyreduce_print_): Use the argument yyrule, not the former
6069 attribute yyn_.
6070
8a6f72f3
PE
60712005-09-26 Paul Eggert <eggert@cs.ucla.edu>
6072
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'.
6079
0d50976f
PE
60802005-09-21 Paul Eggert <eggert@cs.ucla.edu>
6081
ebc3737e
PE
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.
6086
0d50976f
PE
6087 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
6088 it itself.
6089 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
6090 don't use alloca any more.
6091
6092 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
6093 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
62c4328e 6094 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
0d50976f
PE
6095 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
6096 to match yacc.c, to test more hosts.
6097
a05b79df
PE
60982005-09-20 Paul Eggert <eggert@cs.ucla.edu>
6099
55289366
PE
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
6103 Solaris, AIX, MSC.
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
6106 stdlib.h.
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.
6112
a05b79df
PE
6113 * HACKING (release): Forwarn the Translation Project about
6114 stable releses.
6115
3ab2ca22
AD
61162005-09-20 Akim Demaille <akim@epita.fr>
6117
6118 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
6119
a9739e7c
PE
61202005-09-19 Paul Eggert <eggert@cs.ucla.edu>
6121
a702593e
PE
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.
6131
6132 * doc/bison.texinfo (Error Reporting, Table of Symbols):
6133 yynerrs is the number of errors reported, not the number of
6134 errors encountered.
6135
a9739e7c
PE
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.
6141
f479c6c6
AD
61422005-09-19 Akim Demaille <akim@epita.fr>
6143
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.
6150
e2586f82
AD
61512005-09-19 Akim Demaille <akim@epita.fr>
6152
6153 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
6154 least Mac OSX with a /usr/local install of gettext.
6155
2e8cf949
AD
61562005-09-19 Akim Demaille <akim@epita.fr>
6157
6158 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
6159 and yytoken for similarity with the other skeletons.
6160
c7fb0b90
AD
61612005-09-19 Akim Demaille <akim@epita.fr>
6162
4e26c69e 6163 * NEWS, configure.ac: update version number to 2.1a.
c7fb0b90 6164
1bd0deda
PE
61652005-09-16 Paul Eggert <eggert@cs.ucla.edu>
6166
6167 * NEWS: Version 2.1.
6168
6169 * NEWS: Remove notice of yytname change, since it was never in an
6170 official release.
6171 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
6172 diagnostic.
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.
6182
61832005-09-16 Akim Demaille <akim@epita.fr>
c1432f65
AD
6184
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.
6189
1bd0deda 61902005-09-16 Akim Demaille <akim@epita.fr>
cf147260
AD
6191
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
6199 as default values.
6200
dbcdae2d
AD
62012005-09-16 Akim Demaille <akim@epita.fr>
6202
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.
6211
70d8f291
AD
62122005-09-16 Akim Demaille <akim@epita.fr>
6213
6214 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
6215 since it's in Bison's name space.
6216
b47dbebe
PE
62172005-09-15 Paul Eggert <eggert@cs.ucla.edu>
6218
ae199bf1
PE
6219 * data/glr.c (yyresolveValue): Add default case to pacify
6220 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
6221
b47dbebe
PE
6222 * NEWS: Document when yyparse started to return 2.
6223 * doc/bison.texinfo (Parser Function): Document when yyparse
6224 returns 2.
6225
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
6228 changed.
6229 (class position): file_name -> filename (reverting). All uses changed.
6230
62312005-09-14 Paul Eggert <eggert@cs.ucla.edu>
6232
6233 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
6234 do anything if $@ exists. This reverts part of the 2005-07-07
6235 patch.
6236
00292f66
PE
62372005-09-11 Paul Eggert <eggert@cs.ucla.edu>
6238
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
6246 value.
6247
a420f962
PE
62482005-09-09 Paul Eggert <eggert@cs.ucla.edu>
6249
00292f66
PE
6250 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
6251 Suggested by twlevo@xs4all.nl.
6252
127287e9
PE
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.
6256
a420f962
PE
6257 * doc/bison.texinfo: Don't use "filename", as per GNU coding
6258 standards. Use "file name" or "file" or "name", depending on
6259 the context.
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.
48b16bbc
PE
6263 * data/glr.c: b4_filename -> b4_file_name.
6264 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
6265 All uses changed.
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.
a420f962
PE
6274
62752005-09-08 Paul Eggert <eggert@cs.ucla.edu>
6276
6277 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
6278 to accommodate latest gnulib.
6279
6280 * tests/glr-regression.at (Duplicate representation of merged trees):
6281 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
6282
6283 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
6284 needed.
6285
42a6501d
PE
62862005-08-26 Paul Eggert <eggert@cs.ucla.edu>
6287
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).
6291
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
6296
ef9a1faf
PE
62972005-08-25 Paul Eggert <eggert@cs.ucla.edu>
6298
5b4aaf78
PE
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.
6302
b5240ba5
PE
6303 * bootstrap (no_cache): New var, to accommodate different wget
6304 variants. Use it instead of '-C off'. Problem reported by
6305 twlevo@xs4all.nl.
6306
ef9a1faf
PE
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.
6310
e6efa9da
AD
63112005-08-25 Akim Demaille <akim@epita.fr>
6312
6313 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
6314
adc90f13
PE
63152005-08-24 Paul Eggert <eggert@cs.ucla.edu>
6316
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
6323
f9315de5
PE
63242005-08-21 Paul Eggert <eggert@cs.ucla.edu>
6325
15d29c1f
PE
6326 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
6327 Add strnlen.c.
6328 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
6329 lib-prefix.m4, po.m4.
6330
dd5f2af2
PE
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>.
6250acbd 6335 * data/lalr1.cc (yyerturn): Likewise.
dd5f2af2
PE
6336 * data/yacc.c (yyreturn): Likewise.
6337 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
6338
6339 * src/files.c: Remove obsolete FIXME comment.
6340
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.
6348
f9315de5
PE
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>
6352 (trivial change).
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.
6357
6358 * configure.ac (AC_INIT): Bump to 2.0c.
6359
04098407
PE
63602005-07-24 Paul Eggert <eggert@cs.ucla.edu>
6361
6362 * NEWS: Version 2.0b.
6363
ca5d2013
PE
6364 * Makefile.am (SUBDIRS): Put examples before tests, so that
6365 "make check" doesn't finish with "All 1 tests passed".
6366
3d54b576
PE
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.
6374
d53ae497
PE
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.
6377
fc01665e
PE
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
6382 it as an index.
6383
04098407
PE
6384 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
6385 the user's name space. All uses changed to __attribute__
6386 ((__unused__)).
6387 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
6388 Add __attribute__ ((__noreturn__)).
6389
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.
6408 (dd_c): New macro.
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.
6417
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.
6426
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.
6431
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.
6436
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.
6441
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):
6447 Likewise.
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.
6454 (output_skeleton):
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".
6466
6467 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
6468 not @VAR@.
6469
6470 * tests/torture.at: Revamp to avoid misuse of atoi that
6471 "make maintainer-distcheck" complained about.
6472
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.
6476
64772005-07-22 Paul Eggert <eggert@cs.ucla.edu>
6478
6479 * configure.ac: Update version number.
6480
6481 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
6482 accidentally.
6483 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
6484 autogenerated by the maintainer.
6485 * examples/calc++/.cvsignore: Add *.yy.
6486
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.
6490
6491 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
6492
6493 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
6494 from maintainer-distcheck about casting the argument of 'free'.
6495
6496 * NEWS: Mention recent yytname changes.
6497 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
6498
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
6503 team.
6504
6505 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
6506 now that token names are already quoted.
6507
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.
6515
0ffda363
PE
65162005-07-21 Paul Eggert <eggert@cs.ucla.edu>
6517
6518 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
6519 again if the first call fails.
6520
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.
6536
65372005-07-20 Paul Eggert <eggert@cs.ucla.edu>
6538
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
6543 spaces.
6544 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
6545 as the stack isn't valid in that case.
6546
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
6551 is used.
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):
6555 Likewise.
6556
6557 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
6558 overly-picky compilers that reject 'char *foo = "bar";'.
6559
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.
6563
6564 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
6565 warnings from GCC 4.
6566
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.
6571 All uses changed.
6572 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
6573
6100a9aa
PE
65742005-07-18 Paul Eggert <eggert@cs.ucla.edu>
6575
258b75ca
PE
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.
6594
1a059451
PE
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
6605 eases translation.
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".
6610
97460c78
PE
6611 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
6612
30757c8c
PE
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.
6618
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
6622 get lost. See
6623 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
6624
6625 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
6626 Now auto-generated.
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
6637 is virtual.
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
6645 skeletons.
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.
6651
ac8c5689
PE
6652 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
6653 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
6654 void, not int.
6655 * tests/glr-regression.at (Badly Collapsed GLR States):
6656 Likewise.
6657 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
6658 yylex should return 0 at EOF rather than aborting.
6659
6100a9aa
PE
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.
6663 All uses removed.
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
6669 struct.
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).
6679
15f40952
PE
66802005-07-17 Paul Eggert <eggert@cs.ucla.edu>
6681
67fd79c4
PE
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.
6690
15f40952
PE
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.
6696
f32c66b5
PE
66972005-07-14 Paul Eggert <eggert@cs.ucla.edu>
6698
a22ff96f 6699 Fix problems reported by twlevo@xs4all.nl.
e2688cd9
PE
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):
c70fdfcd 6705 Add casts to pacify C++ compilers.
1beb0b24
PE
6706 * tests/glr-regression.at (Improper merging of GLR delayed action
6707 sets): Declare yylex before using it.
f32c66b5 6708 * tests/Makefile.am (maintainer-check-g++): Fix a stray
a22ff96f
PE
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.
f32c66b5 6716
d741bd1b
PE
67172005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
6718
6719 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
6720 a valgrind failure. Problem reported by twlevo@xs4all.nl.
6721
0410a6e0
PE
67222005-07-13 Paul Eggert <eggert@cs.ucla.edu>
6723
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.
6728
f7ab6a50
PE
67292005-07-12 Paul Eggert <eggert@cs.ucla.edu>
6730
baf785db 6731 * NEWS: Document recent i18n improvements.
f7ab6a50
PE
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.
0410a6e0 6756 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
f7ab6a50
PE
6757 its value.
6758 * src/main.c (main): Bind the bison-runtime domain, too.
6759
67602005-07-12 Bruno Haible <bruno@clisp.org>
6761
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.
6784 Define aclocaldir.
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.
6791
22dda0f0
AD
67922005-07-12 Akim Demaille <akim@epita.fr>
6793
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.
6797 Add separators.
6798
82b248ad
AD
67992005-07-12 Akim Demaille <akim@epita.fr>
6800
6801 * src/parse-gram.y: Use %printer instead of YYPRINT.
6802
fa0e9314
AD
68032005-07-12 Akim Demaille <akim@epita.fr>
6804
867a3e00
AD
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.
6808
68092005-07-12 Akim Demaille <akim@epita.fr>
6810
6811 * data/glr.c (b4_syncline): Fix (swap) the definitions of
fa0e9314
AD
6812 b4_at_dollar and b4_dollar_dollar.
6813
e054b190
PE
68142005-07-11 Paul Eggert <eggert@cs.ucla.edu>
6815
6816 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
6817 and Pennello's paper.
6818
34160ec4
PE
68192005-07-09 Paul Eggert <eggert@cs.ucla.edu>
6820
407d4a75
PE
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.
6824
34160ec4
PE
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.
6829
c3d5a4a7
PE
68302005-07-07 Paul Eggert <eggert@cs.ucla.edu>
6831
b34d96c1
PE
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
6842 in action.
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
6849 calc++-parser.yy.
6850 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
6851
c3d5a4a7
PE
6852 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
6853 implied by the other modules.
6854
828c373b
AD
68552005-07-06 Akim Demaille <akim@epita.fr>
6856
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.
6865
63cb01d6
PE
68662005-07-05 Paul Eggert <eggert@cs.ucla.edu>
6867
fd2df2ed
PE
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.
6873
63cb01d6
PE
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
6889 exhausted.
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
6898 changed.
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
6903 the initial stack.
6904
1c59e0a1
AD
69052005-07-05 Akim Demaille <akim@epita.fr>
6906
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.
6912
8a0adb01
AD
69132005-06-24 Akim Demaille <akim@epita.fr>
6914
6915 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
6916 class typedefs.
6917
12545799
AD
69182005-06-22 Akim Demaille <akim@epita.fr>
6919
6920 * doc/bison.texinfo (C++ Language Interface): First stab.
6921 (C++ Parsers): Remove.
6922
99be0235
AD
69232005-06-22 Akim Demaille <akim@epita.fr>
6924
6925 * data/lalr1.cc (yylex_): Honor %lex-param.
6926
0ffd4fd1
AD
69272005-06-22 Akim Demaille <akim@epita.fr>
6928
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.
6935
0925ebb4
PE
69362005-06-09 Paul Eggert <eggert@cs.ucla.edu>
6937
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.
6941
43d3b664
PH
69422005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
6943
6944 * data/glr.c: Modify treatment of unused parameters to permit use
6945 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
6946
3062864d
PE
69472005-05-30 Paul Eggert <eggert@cs.ucla.edu>
6948
6949 Fix infringement on user name space reported by Janos Zoltan Szabo.
6950 * data/yacc.c (yyparse): strlen -> yystrlen.
6951
989b5b8e
AD
69522005-05-30 Akim Demaille <akim@epita.fr>
6953
6954 * data/lalr1.cc (_): New.
6955 Translate the various messages.
6956
bedf57f5
PE
69572005-05-27 Paul Eggert <eggert@cs.ucla.edu>
6958
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.
6967
4d1801f1
PE
69682005-05-25 Paul Eggert <eggert@cs.ucla.edu>
6969
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
6972 with %d format.
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.
6977
69782005-05-24 Bruno Haible <bruno@clisp.org>
6979
6980 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
6981 error message syntax used by gcc-4.0.
6982
b94a9e1e
PE
69832005-05-23 Paul Eggert <eggert@cs.ucla.edu>
6984
85ac3861
PE
6985 * README: Mention m4 1.4.3. Remove obsolete advice about
6986 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
6987
b94a9e1e
PE
6988 * bootstrap: Remove workaround for problem I encountered with
6989 gettext 0.14.1; it seems to be fixed now.
6990
51c30d21
PE
69912005-05-22 Paul Eggert <eggert@cs.ucla.edu>
6992
009ce67d
PE
6993 * NEWS: Version 2.0a.
6994
f2a97c62
PE
6995 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
6996 the previous change.
6997
c8775f93
PE
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
7002 its subfiles.
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):
7011 Remove.
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.
7019
3ea5f0ec
PE
7020 * bootstrap: Add stdio-safer, unistd-safer modules.
7021 Remove m4/glibc2.m4 (introduced by latest gnulib, but
7022 we don't need it).
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.
7031
51c30d21
PE
7032 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
7033 yesterday's yacc.c fix.
7034
cea1469d
PE
70352005-05-21 Paul Eggert <eggert@cs.ucla.edu>
7036
3ea5f0ec
PE
7037 * data/glr.c, data/lalr1.cc: Update copyright date.
7038
cea1469d
PE
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
7047 end of input ()".
7048
5e6f62f2
PH
70492005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
7050
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.
7055
7056 (struct yyGLRState): Add some comments.
7057 (struct yySemanticOption): Add some comments.
7058 (union yyGLRStackItem): Add comment.
7059
7060 (yymergeOptionSets): Correct this to properly perform the union,
7061 avoiding infinite reported by Michael Rosien.
7062 Update comment.
7063
7064 * tests/glr-regression.at: Add test for GLR merging error reported
7065 by M. Rosien.
cea1469d 7066
0fb669f9
PE
70672005-05-13 Paul Eggert <eggert@cs.ucla.edu>
7068
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.
7104
51f4735e
PE
71052005-05-11 Paul Eggert <eggert@cs.ucla.edu>
7106
7107 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
7108 Problem reported by Ralf Menzel.
7109
80ce3401
PE
71102005-05-01 Paul Eggert <eggert@cs.ucla.edu>
7111
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
7115 from here....
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.
7120
71212005-04-24 Paul Eggert <eggert@cs.ucla.edu>
7122
7123 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
7124
72f000b0
PE
71252005-04-17 Paul Eggert <eggert@cs.ucla.edu>
7126
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
7132 in diagnostics.
c19683bb 7133 * tests/input.at (Torturing the Scanner): Likewise.
72f000b0
PE
7134 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
7135
1094323f
PE
71362005-04-16 Paul Eggert <eggert@cs.ucla.edu>
7137
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.
7141
ca407bdf
PE
71422005-04-15 Paul Eggert <eggert@cs.ucla.edu>
7143
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
7148 quotes it for us.
7149 * src/scan-gram.l: Include quotearg.h.
7150 ("\""): Omit quote.
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
7155 in token strings.
7156
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.
7163
1ce59070
PE
71642005-04-13 Paul Eggert <eggert@cs.ucla.edu>
7165
7166 * NEWS: Bison-generated C parsers now use the _ macro to
7167 translate strings.
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.
7173
a749a695
PE
71742005-04-12 Paul Eggert <eggert@cs.ucla.edu>
7175
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.
7181
8fb1053b
PE
71822005-03-25 Paul Eggert <eggert@cs.ucla.edu>
7183
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.
7188
ff498c4a
PE
71892005-03-21 Paul Eggert <eggert@cs.ucla.edu>
7190
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.
7195
65211d70
PE
71962005-03-20 Paul Eggert <eggert@cs.ucla.edu>
7197
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.
7200
9577fb1f
PE
72012005-03-18 Paul Eggert <eggert@cs.ucla.edu>
7202
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.
7206
78b178f7
PE
72072005-03-17 Paul Eggert <eggert@cs.ucla.edu>
7208
a2599d0f
PE
7209 Respond to problems reported by twlevo@xs4all.nl.
7210
7211 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
7212
78b178f7
PE
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.
7216
7217 * data/yacc.c (yyparse): Omit spaces before #line.
78b178f7 7218
7296e729
PE
72192005-03-15 Paul Eggert <eggert@cs.ucla.edu>
7220
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
7223 Roland McGrath.
7224
05ac60f3
PE
72252005-03-06 Paul Eggert <eggert@cs.ucla.edu>
7226
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>.
7234
7235 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
7236 not needed.
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.
7241
7242 * src/vcg.c (output_edge): Don't quote linestyle arg.
7243 Problem reported by twlevo@xs4all.nl.
7244
7eb453ac
PE
72452005-02-28 Paul Eggert <eggert@cs.ucla.edu>
7246
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.
7250
4c04c52a
PE
72512005-02-24 Paul Eggert <eggert@cs.ucla.edu>
7252
7253 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
7254 putsym. Typo reported by Sebastian Piping.
7255
a61e1620
PE
72562005-02-23 Paul Eggert <eggert@cs.ucla.edu>
7257
7258 * doc/bison.texinfo (Language and Grammar): some -> same
7259 (Epilogue): int he -> in the
7260 Typos reported by Sebastian Piping via Justin Pence.
7261
9ec93868
PE
72622005-02-07 Paul Eggert <eggert@cs.ucla.edu>
7263
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.
7270
73ce7e7e
PE
72712005-01-28 Paul Eggert <eggert@cs.ucla.edu>
7272
7273 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
7274 wants to redefine G_VIEW.
7275
2e72b98e
PE
72762005-01-27 Paul Eggert <eggert@cs.ucla.edu>
7277
7278 * src/vcg.c (get_view_str): Remove case for normal_view.
7279 Problem reported by twlevo@xs4all.nl.
7280
e0d634e5
PE
72812005-01-24 Paul Eggert <eggert@cs.ucla.edu>
7282
ccf830a4
PE
7283 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
7284 Problem reported by twlevo@xs4all.nl.
7285
e0d634e5
PE
7286 * doc/bison.texinfo: Change @dircategory from "GNU programming
7287 tools" to "Software development". Requested by Richard Stallman
7288 via Karl Berry.
7289
7bbc8cb0
PE
72902005-01-23 Paul Eggert <eggert@cs.ucla.edu>
7291
7292 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
7293 Problem reported by twlevo@xs4all.nl.
7294
08b770bc
PE
72952005-01-21 Paul Eggert <eggert@cs.ucla.edu>
7296
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
7300 twlevo@xs4all.nl.
7301
95f22ad2
PE
73022005-01-17 Paul Eggert <eggert@cs.ucla.edu>
7303
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.
7308
d229d15c
PE
73092005-01-12 Paul Eggert <eggert@cs.ucla.edu>
7310
7311 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
7312 already. Let config.h define any nonstandard values.
7313
ecadd90f
PE
73142005-01-10 Paul Eggert <eggert@cs.ucla.edu>
7315
7316 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
7317 for the benefit of slower hosts. Problem reported by
7318 Nelson H. F. Beebe.
7319
213744b5
PE
73202005-01-07 Paul Eggert <eggert@cs.ucla.edu>
7321
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)".
7326
249d3236
PE
73272005-01-05 Paul Eggert <eggert@cs.ucla.edu>
7328
7329 * TODO: Mention that we should allow NUL bytes in tokens.
7330
987cc1fb
PE
73312005-01-02 Paul Eggert <eggert@cs.ucla.edu>
7332
7333 * src/scan-skel.l (<<EOF>>): Don't close standard output.
7334 Problem reported by Hans Aberg.
7335
08fe02d9
PE
73362005-01-01 Paul Eggert <eggert@cs.ucla.edu>
7337
7338 * src/getargs.c (version): Happy new year; update overall
7339 program copyright date from 2004 to 2005.
7340
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
7345 is closed.
7346
010c0266
PE
73472004-12-26 Paul Eggert <eggert@cs.ucla.edu>
7348
7349 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
7350 to fix an oversight in the Bison 2.0 manual.
7351
da12206a
PE
73522004-12-25 Paul Eggert <eggert@cs.ucla.edu>
7353
7354 * NEWS: Version 2.0. Reformat the existing news items since
7355 1.875, so that related items are grouped together.
3a4734aa 7356 * configure.ac (AC_INIT): Bump version to 2.0.
da12206a
PE
7357 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
7358
c935d934
PE
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.
7363
da12206a
PE
7364 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
7365 for yymsg, too.
7366
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.
7370
0a2c5137
PE
73712004-12-22 Paul Eggert <eggert@cs.ucla.edu>
7372
d7e14fc0
PE
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
7386 to 1.
7387
0a2c5137
PE
7388 * doc/bison.texinfo (Location Default Action): Mention that n must
7389 be zero when k is zero. Suggested by Frank Heckenbach.
7390
e019c247
AD
73912004-12-22 Akim Demaille <akim@epita.fr>
7392
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.
7407
72731bb7
AD
74082004-12-21 Akim Demaille <akim@epita.fr>
7409
7410 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
7411
9a0d8bec
AD
74122004-12-21 Akim Demaille <akim@epita.fr>
7413
7414 Don't impose std::string for filenames.
7415
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
7420 included first.
72731bb7
AD
7421 Forward declare them before the user code.
7422 * tests/Makefile.am (check-local, installcheck-local): Pass
7423 TESTSUITEFLAGS to the TESTSUITE.
9a0d8bec 7424
99880de5
AD
74252004-12-20 Akim Demaille <akim@epita.fr>
7426
7427 Use more STL like names: my_class instead of MyClass.
7428
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.
7436
7437 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
7438
9bec482e
PE
74392004-12-19 Paul Eggert <eggert@cs.ucla.edu>
7440
7441 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
7442 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
7443
f6fbd3da
PE
74442004-12-17 Paul Eggert <eggert@cs.ucla.edu>
7445
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.
7449
7450 This change does not affect the generated parsers; that's a different
7451 task, as some users will want to conserve memory there.
7452
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.
7457
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.
7468
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):
7474 Likewise.
7475 * src/tables.c (vector_number, tally, action_number,
7476 ACTION_NUMBER_MINIMUM): Likewise.
7477 * src/output.c (muscle_insert_short_int_table): Remove.
7478
efeed023
AD
74792004-12-17 Akim Demaille <akim@epita.fr>
7480
7481 * data/lalr1.cc: Extensive Doxygenation.
7482 (error_): Rename as...
7483 (error): this, since it is visible to the user.
7484 Adjust callers.
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
7488 Parser::error.
7489 * tests/input.at: Escape $.
7490
bc82c5a5
PE
74912004-12-16 Paul Eggert <eggert@cs.ucla.edu>
7492
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.
7500
fd19f271
AD
75012004-12-16 Akim Demaille <akim@epita.fr>
7502
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.
7506
10454ea4
AD
75072004-12-16 Akim Demaille <akim@epita.fr>
7508
7509 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
7510 real.
7511
c5b95ccf
AD
75122004-12-16 Akim Demaille <akim@epita.fr>
7513
7514 Use #define to handle the %name-prefix.
7515
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.
7520
617a8f12
AD
75212004-12-16 Akim Demaille <akim@epita.fr>
7522
7523 Move lalr1.cc internals into yy*.
7524
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_):
7532 Rename as...
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_):
7541 these.
7542
1e547e6e
PE
75432004-12-15 Paul Eggert <eggert@cs.ucla.edu>
7544
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.
7554 All uses changed.
7555 (N_STRETCH): Rename from N_EXPAND. All uses changed.
7556
735d6bd4
AD
75572004-12-15 Akim Demaille <akim@epita.fr>
7558
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.
7565
2e1f5829
AD
75662004-12-15 Akim Demaille <akim@epita.fr>
7567
7568 * data/lalr1.cc (lex_): Rename as...
7569 (yylex_): this.
7570 Move the trace here.
7571 Take the %name-prefix into account.
7572 Reported by Alexandre Duret-Lutz.
7573
a3cb6248
AD
75742004-12-15 Akim Demaille <akim@epita.fr>
7575
7576 Simplify the C++ parser constructor.
7577
7578 * data/lalr1.cc (debug_): Rename as...
7579 (yydebug_): so that the parser's internals are always in the yy*
7580 pseudo namespace.
7581 Adjust uses.
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.
7588
7589 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
7590 constructor calls.
7591
07fed891
AD
75922004-12-15 Akim Demaille <akim@epita.fr>
7593
7594 Remove b4_root related material: failure experiment
a3cb6248 7595 (which goal was to allow to derive from a class).
07fed891
AD
7596
7597 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
7598 definitions and uses.
7599
e603eaa5
PE
76002004-12-14 Paul Eggert <eggert@cs.ucla.edu>
7601
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.
7605
7606 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
7607 the default definition of YYLLOC_DEFAULT. Problem reported
7608 by Frank Heckenbach.
7609
fafb007d
PE
76102004-12-12 Paul Eggert <eggert@cs.ucla.edu>
7611
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.
7619 All uses changed.
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
7625 the index is 0.
7626
48814dcd
PE
76272004-12-10 Paul Eggert <eggert@cs.ucla.edu>
7628
a4e1a53b
PE
7629 * HACKING: Update email addresses to send announcements to.
7630
48814dcd
PE
7631 * configure.ac (AC_INIT): Bump version to 1.875f.
7632
337116ba
PE
76332004-12-10 Paul Eggert <eggert@cs.ucla.edu>
7634
7635 * NEWS: Version 1.875e.
7636 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
7637
7638 * src/scan-skel.l: Include "complain.h", for "fatal".
7639
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,
7644 not int.
7645 * src/relation.c: Likewise.
7646 (top, infinity): Now of type relation_node, not int.
7647 (traverse, relation_transpose): Use relation_node, not int.
7648
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.
7652
7653 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
68b082af 7654 specifying whether the test should be skipped. Use it tp
337116ba 7655 specify that the [%defines %skeleton "lalr1.cc"] tests currently
68b082af 7656 fail on some hosts, and should be skipped.
337116ba 7657
da2a7671
PE
76582004-12-08 Paul Eggert <eggert@cs.ucla.edu>
7659
7660 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
7661 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
7662 unless otherwise specified below.
7663
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
7679 token_translations.
7680 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
7681 (token_actions): Likewise for yydefact, actrow, conflrow,
7682 conflict_list.
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.
7687
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.
7691
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):
7700 Likewise.
7701
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.
7705
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]
7711 and end_R[i].
7712 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
7713
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.
7716
7717 * src/table.c (table_grow): When conflict_table grew, the grown
7718 area wasn't cleared. Fix this.
7719
7720 * lib/.cvsignore: Add strdup.c, strdup.h.
7721 * m4/.cvsignore: Add strdup.m4.
7722
00baeeac
PE
77232004-12-07 Paul Eggert <eggert@cs.ucla.edu>
7724
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.
7733
be3d9d42
AD
77342004-11-23 Akim Demaille <akim@epita.fr>
7735
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.
7740
78e526d5
PE
77412004-11-23 Paul Eggert <eggert@cs.ucla.edu>
7742
7743 * bootstrap (gnulib_modules): Add extensions.
7744 Problem reported by Jim Meyering.
7745
afbb696d
PE
77462004-11-22 Paul Eggert <eggert@cs.ucla.edu>
7747
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.
78e526d5 7752 Problem reported by Jim Meyering.
afbb696d 7753
c1f8f16a
AD
77542004-11-17 Akim Demaille <akim@epita.fr>
7755
7756 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
7757
db7e5eb5 77582004-11-17 Akim Demaille <akim@epita.fr>,
9a1e9989
AD
7759 Alexandre Duret-Lutz <adl@gnu.org>
7760
7761 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
7762 changes.
7763 (YYCDEBUG): Adjust.
7764 Use it instead of cdebug_.
7765 (Parser::debug_stream, Parser::set_debug_stream): New.
7766 (Parser::symprint_): Define cdebug_ for temporary backward
7767 compatibility.
7768 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
7769 debug_stream ().
7770
68e11668
AD
77712004-11-17 Akim Demaille <akim@epita.fr>
7772
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.
7777
97cbc73e
PE
77782004-10-27 Paul Eggert <eggert@cs.ucla.edu>
7779
7780 * data/glr.c (yyloc_default): Remove; not used.
7781 Problem reported by Frank Heckenbach.
7782
e342c3be
AD
77832004-10-25 Akim Demaille <akim@epita.fr>
7784
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
7798 line.
7799
93602feb 78002004-10-22 Akim Demaille <akim@epita.fr>
04098407 7801 and Paul Eggert <eggert@cs.ucla.edu>
93602feb
PE
7802
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.
7814
dba08b04
PE
78152004-10-22 Paul Eggert <eggert@cs.ucla.edu>
7816
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>.
7820
df09ef2e
AD
78212004-10-11 Akim Demaille <akim@epita.fr>
7822
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
7829 value.
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
7835 type_location.
7836 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
7837 * tests/input.at (Incompatible Aliases): New.
7838
146bc99d
PE
78392004-10-09 Paul Eggert <eggert@cs.ucla.edu>
7840
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".
7846
e503aa60
AD
78472004-10-06 Akim Demaille <akim@epita.fr>
7848
7849 * src/parse-gram.y (add_param): Fix the truncation of trailing
7850 spaces.
7851
b4a20338
AD
78522004-10-05 Akim Demaille <akim@epita.fr>
7853
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.
7860
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
7863 stacked symbol.
7864 Adjust uses to make sure the code is triggered on empty
7865 reductions.
7866 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
7867 expected output: empty reductions have empty locations.
7868
f85a5e6f
AD
78692004-09-29 Akim Demaille <akim@epita.fr>
7870
7871 * data/lalr1.cc: Move towards a more standard C++ coding style
7872 for templates: Class < T > -> Class<T>.
7873
b203fc2c
AD
78742004-09-29 Akim Demaille <akim@epita.fr>
7875
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 ->
7879 type* var).
7880
5b7e1e73
PE
78812004-09-27 Paul Eggert <eggert@cs.ucla.edu>
7882
3fee967f
PE
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.
5b7e1e73 7885
0dcca5c2
AD
78862004-09-27 Akim Demaille <akim@epita.fr>
7887
7888 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
7889
6dde1c82
AD
78902004-09-27 Akim Demaille <akim@epita.fr>
7891
7892 * data/lalr1.cc (b4_parse_param_decl_1): New.
b203fc2c 7893 (b4_parse_param_decl): Use it to have different names between attribute
6dde1c82
AD
7894 and argument names.
7895 (b4_cc_constructor_call): Likewise.
7896
b233d555
AD
78972004-09-24 Akim Demaille <akim@epita.fr>
7898
7899 * src/parse-gram.y (add_param): Strip the leading and trailing
7900 blanks from a formal argument declaration.
7901 (YY_LOCATION_PRINT): New.
7902
619404e3
AD
79032004-09-24 Akim Demaille <akim@epita.fr>
7904
7905 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
7906 after the location.
7907
dd8d9022
AD
79082004-09-24 Akim Demaille <akim@epita.fr>
7909
7910 * doc/bison.texinfo (Table of Symbols): Sort.
7911
0092f063
AD
79122004-09-21 Akim Demaille <akim@epita.fr>
7913
7914 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
7915 the useless parentheses.
7916 Suggested by Paul Eggert.
7917
451364ed
AD
79182004-09-20 Akim Demaille <akim@epita.fr>
7919
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.
7923
7924 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
7925 example.
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
7933 look-ahead.
7934 Push them in the stacks.
7935 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
7936
18d192f0
AD
79372004-09-20 Akim Demaille <akim@epita.fr>
7938
7939 * doc/bison.texinfo (Initial Action Decl): New.
7940
b8458aa5
AD
79412004-09-20 Akim Demaille <akim@epita.fr>
7942
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
7947 location.
7948 yylloc is not always available.
7949 * data/glr.c: Likewise.
7950 Also, honor initial-actions.
7951
3fc16193
AD
79522004-09-20 Akim Demaille <akim@epita.fr>
7953
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.
7973
7974 * src/scan-skel.l: Instead of abort, report error messages to ease
7975 understanding skeleton scanning failures.
7976
ecfe33e7
AD
79772004-09-16 Akim Demaille <akim@epita.fr>
7978
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
7984 from yacc.c.
7985 We should probably use vector here though.
7986
1576d44d
AD
79872004-09-16 Akim Demaille <akim@epita.fr>
7988
7989 Have more complete shift traces.
7990
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.
8001
9c66f418
AD
80022004-09-08 Akim Demaille <akim@epita.fr>
8003
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
8016 string.
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.
8027
52d5733f
AD
80282004-09-06 Akim Demaille <akim@epita.fr>
8029
8030 * data/lalr1.cc: Adjust the indentation of the labels.
04098407 8031 (Parser::pop): New.
52d5733f
AD
8032 Use it.
8033
a0e68930
AD
80342004-09-06 Akim Demaille <akim@epita.fr>
8035
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
8043 hand".
8044
e757bb10
AD
80452004-09-03 Akim Demaille <akim@epita.fr>
8046
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.
8053
0fe1f06d
AD
80542004-09-02 Akim Demaille <akim@epita.fr>
8055
8056 * data/lalr1.cc (translate_, destruct_): No reason to be static.
8057
284acc8b
AD
80582004-09-02 Akim Demaille <akim@epita.fr>
8059
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
8064 two.
8065 Use it instead of direct symprint_ calls.
8066 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
8067 one.
8068
a5eb1ed2
AD
80692004-09-02 Akim Demaille <akim@epita.fr>
8070
b7c72fe1
AD
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
8074 hand.
a5eb1ed2
AD
8075 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
8076 %printer calls to use cdebug_ when using lalr1.cc.
8077
417141dd
AD
80782004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
8079
8080 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
8081 with #ifdef YYDEBUG.
8082
2fa09258
AD
80832004-08-26 Akim Demaille <akim@epita.fr>
8084
8085 * doc/bison.texinfo (Implementing Loops): Rename as...
8086 (Implementing Gotos/Loops): this.
8087
9378b508
PE
80882004-08-13 Paul Eggert <eggert@cs.ucla.edu>
8089
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.
8098
87a8ad5c
PE
80992004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
8100
8101 * src/scan-action.l: Remove. Scanning of semantic actions is
8102 handled in scan-gram.l.
8103
dca81a78
PE
81042004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
8105
8106 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
8107
8108 * src/location.h (struct): The file member is a uniqstr.
8109 (equal_boundaries): Use UNIQSTR_EQ for comparison.
8110
c9cbf7c5
PE
81112004-07-22 Paul Eggert <eggert@cs.ucla.edu>
8112
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>.
2fa09258 8116
c9cbf7c5
PE
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.
8129
fa7e68c3
PE
81302004-06-21 Paul Eggert <eggert@cs.ucla.edu>
8131
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
8135 respect to".
2fa09258 8136
fa7e68c3
PE
81372004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8138
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.
8143
99a9344e
PE
81442004-06-21 Frank Heckenbach <frank@g-n-u.de>
8145
8146 * doc/bison.texinfo (Simple GLR Parsers): New section.
8147
8dd162d3
PE
81482004-06-21 Paul Eggert <eggert@cs.ucla.edu>
8149
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
8161 report_lookaheads.
8162 * src/lalr.c (compute_look_ahead_tokens): Renamed from
8163 compute_lookaheads.
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.
8172
57a90331
PE
81732004-06-03 Paul Eggert <eggert@cs.ucla.edu>
8174
8175 * README: Update location of patched M4 distribution.
8176
8ed3234a
PE
81772004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
8178
8179 Don't assume the C++ compiler takes the same arguments as the C compiler
8180 (trivial change).
8181 * configure.ac (O0CXXFLAGS): New var.
8182 * tests/atlocal.in (CXXFLAGS): Use it.
8183
07971983
PE
81842004-05-29 Paul Eggert <eggert@cs.ucla.edu>
8185
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
8189
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.
8196
29058652
PE
81972004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
8198
8199 * tests/calc.at, tests/actions.at: Workaround for SGI
8200 C++ compiler. (trivial change)
8201
62cb8a99
PE
82022004-05-27 Paul Eggert <eggert@cs.ucla.edu>
8203
fd418816
PE
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
8210 to change this.
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
8215 currently needed.
2fa09258 8216
62cb8a99
PE
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
161a71f3 8219 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
62cb8a99
PE
8220
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).
8223
caa52c10
PE
82242004-05-26 Paul Eggert <eggert@cs.ucla.edu>
8225
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.
8229
8230 * doc/bison.texinfo (Decl Summary): Also mention that %union
8231 can depend on prerequisite types. Problem reported by Tim
8232 Van Holder.
8233
4bfd5e4e
PE
82342004-05-25 Paul Eggert <eggert@cs.ucla.edu>
8235
2cef3017
PE
8236 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
8237 * README-alpha: Don't tell people not to package this.
8238
b9c85d5c
PE
8239 * bootstrap: Don't assume $(...) works; use `...` instead.
8240 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
8241 gettext better.
8242
4bfd5e4e
PE
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
8245 defined as a macro.
8246
6a36ff94
PE
82472004-05-24 Paul Eggert <eggert@cs.ucla.edu>
8248
6712933e
PE
8249 Undo change made earlier today: it caused autopoint to not bring
8250 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
8251 autopoint's.
8252
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.
b9c85d5c 8257
6a36ff94
PE
8258 The gettext version checking is causing more trouble than it's
8259 curing; remove it. Problem reported by Paul Hilfinger.
8260
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.
8264
209ea708
PE
82652004-05-23 Paul Eggert <eggert@cs.ucla.edu>
8266
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:
161a71f3 8270 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
209ea708
PE
8271
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.
8276
41ca2549
PE
82772004-05-21 Paul Eggert <eggert@cs.ucla.edu>
8278
383e69dc
PE
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>.
8283
41ca2549
PE
8284 * configure.ac (AC_INIT): Update to 1.875e.
8285
e476c87d
PE
82862004-05-21 Paul Eggert <eggert@cs.ucla.edu>
8287
8288 * NEWS: Version 1.875d.
8289 * configure.ac (AC_INIT): Likewise.
8290 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
8291
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.
8298
233a88ad
PE
82992004-05-06 Paul Eggert <eggert@cs.ucla.edu>
8300
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.
e476c87d 8306
12ffdd28
PE
83072004-05-03 Paul Eggert <eggert@cs.ucla.edu>
8308
8309 * NEWS: Unescaped newlines are no longer allowed in char & strings.
8310
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
8318 actions.
e476c87d 8319
12ffdd28
PE
8320 * NEWS: Document %expect-rr.
8321
8322 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
8323 Fix typo by replacing $1 with $option.
8324 Remove more 'intl'-related files.
9668e2be 8325 Don't DEFUN AM_INTL_SUBDIR twice.
12ffdd28
PE
8326
8327 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
8328 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
8329 strtoul.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.
8336
8337 * src/parse-gram.y: Put copyright notice inside %{ %} so it
8338 gets copied to the output file.
e476c87d 8339
1f65350a
PE
83402004-04-28 Paul Eggert <eggert@twinsun.com>
8341
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
8344 and Automake.
8345
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.
8351
8352 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
8353 (gl_USE_SYSTEM_EXTENSIONS): Add.
12ffdd28
PE
8354 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
8355 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
1f65350a 8356 does this for us.
12ffdd28
PE
8357 (AC_ISC_POSIX): Remove; we no longer support this
8358 ancient OS, as it gets in the way of latest Autoconf & gnulib.
1f65350a
PE
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
8374 for us.
8375
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
8380 for us.
8381 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
8382 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
8383
8384 * src/files.c: Include gnulib's xstrndup.h.
8385
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.
8390 Include <stpcpy.h>.
8391
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.
8415
8416 * po/ChangeLog: Remove: all but one entry was a duplicate
8417 of this file, and I moved that 2000-11-02 entry here.
8418
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,
8430 xstrndup.h.
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.
8437
8438
8439 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
8440 support it. (The latest stable gzip doesn't.)
8441
84422004-04-27 Paul Eggert <eggert@twinsun.com>
8443
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
8446 change.
8447
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
8455 unconditionally.
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
8462 unconditionally.
8463
8464 * src/complain.c (_): Remove useless defn, as system.h defines this.
8465
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.
8471
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.
8477
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
8480 unused declaration.
8481
8482 * tests/synclines.at (%union synch line): Put a dummy member in
8483 the union, because empty unions aren't allowed in C. Caught
8484 by GCC 3.4.0.
8485
4f16766c
PE
84862004-04-13 Jim Meyering <jim@meyering.net>
8487
8488 * src/conflicts.c (conflicts_print): Correct format string typo:
8489 use `%%' to produce literal `%'. (trivial change)
8490
779e7ceb
PE
84912004-03-30 Paul Eggert <eggert@twinsun.com>
8492
8493 * src/getargs.c (version): Update copyright year to 2004.
8494
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+=):
8502 Likewise.
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):
8513 Likewise.
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.
8528
8529 * src/output.c (muscle_insert_short_int_table): Renamed from
8530 muscle_insert_short_table. All uses changed.
8531
d6328241
PH
85322004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8533
8534 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
8535 (declaration): Replace expected_conflicts with expected_sr_conflicts.
8536 Add %expect-rr rule.
4f16766c 8537
d6328241
PH
8538 * src/scan-gram.l: Recognize %expect-rr.
8539
4f16766c 8540 * src/conflicts.h (expected_sr_conflicts): Rename from
d6328241 8541 expected_conflicts.
4f16766c 8542 (expected_rr_conflicts): Declare.
d6328241
PH
8543
8544 * src/conflicts.c (expected_sr_conflicts): Rename from
8545 expected_conflicts.
8546 (expected_rr_conflicts): Define.
8547 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
8548 for GLR parsers.
8549 Use expected_sr_conflicts in place of expected_conflicts.
8550 Warn if expected_rr_conflicts used in non-GLR parser.
4f16766c 8551
d6328241 8552 * doc/bison.texinfo: Add documentation for %expect-rr.
4f16766c 8553
1452af69
PE
85542004-03-08 Paul Eggert <eggert@gnu.org>
8555
8556 Add support for hex token numbers. Suggested by Odd Arild Olsen in
161a71f3 8557 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
1452af69
PE
8558
8559 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
8560 in lalr1.cc.
8561 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
8562 * src/scan-gram.l (scan_integer): New function.
8563 ({int}): Use it.
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.
8568
006d217d
PE
85692004-02-25 Paul Eggert <eggert@twinsun.com>
8570
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
161a71f3 8574 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
006d217d 8575
c2729758
ADL
85762004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
8577
8578 Support %destructor and merge error locations in lalr1.cc.
8579
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.
8593
dd0e0635
PE
85942004-02-02 Paul Eggert <eggert@twinsun.com>
8595
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
8600 for us.
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.
8604
86052004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8606
8607 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
8608 (yyreportSyntaxError): Handle case where lookahead token is
8609 YYEMPTY.
8610
be16239b
PH
86112004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8612
8613 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
8614 resulting parsers are compilable with C++.
8615
5fa90832
PE
86162003-12-23 Paul Eggert <eggert@twinsun.com>
8617
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.
8623
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
8627 including it.
8628 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
8629 multiple inclusion warnings.
dd0e0635 8630
b165c324
AD
86312003-12-02 Akim Demaille <akim@epita.fr>
8632
8633 * doc/bison.texinfo (How Can I Reset the Parser): More about start
8634 conditions.
8635 From Bruno Haible.
8636
26e06a21
ADL
86372003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
8638
8639 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
8640
92ac3705
PE
86412003-10-07 Paul Eggert <eggert@twinsun.com>
8642
6a5ecb38
PE
8643 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
8644 if testsuite doesn't exist.
8645
92ac3705
PE
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.
8650
91d2c560
PE
86512003-10-05 Paul Eggert <eggert@twinsun.com>
8652
8653 * NEWS: Don't document %no-default-prec, as it's still
8654 too experimental.
8655 * doc/bison.texinfo: Document %no-default-prec only if
8656 the defaultprec flag is set. Normally it's not.
8657
0cc3da3a
PE
86582003-10-04 Paul Eggert <eggert@twinsun.com>
8659
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.
8665
22fccf95
PE
86662003-10-01 Paul Eggert <eggert@twinsun.com>
8667
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.
8673
fc8f2965
AD
86742003-10-01 Akim Demaille <akim@epita.fr>
8675
8676 VCG no longer supports long_straight_phase.
8677
8678 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
8679 * src/print_graph.c (print_graph): Adjust.
8680
39a06c25
PE
86812003-09-30 Frank Heckenbach <frank@g-n-u.de>
8682 and Paul Eggert <eggert@twinsun.com>
8683
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.
fc8f2965 8694
39a06c25
PE
86952003-09-30 Paul Eggert <eggert@twinsun.com>
8696
8697 * tests/testsuite.at: Include local.at, not input.at, fixing
8698 a typo in the 2003-08-25 patch.
8699
62b6aef9
AD
87002003-08-27 Akim Demaille <akim@epita.fr>
8701
8702 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
8703 GCC warnings.
8704
89e1cc61
AD
87052003-08-26 Akim Demaille <akim@epita.fr>
8706
8707 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
8708 "<\#" to avoid magic from Gnus when posting parts of this script.
8709
a08460b0
AD
87102003-08-26 Akim Demaille <akim@epita.fr>
8711
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.
8716
603f1cfd
AD
87172003-08-25 Akim Demaille <akim@epita.fr>
8718
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.
8723
cd3684cf
AD
87242003-08-25 Akim Demaille <akim@epita.fr>
8725
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.
8731
8732 * src/reader.h, reader.c (epilogue_augment): Remove, replace
8733 with...
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
8738 not to use it.
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.
8742
4e03e201
AD
87432003-08-25 Akim Demaille <akim@epita.fr>
8744
8745 * doc/bison.texinfo: Don't promote stdout for error messages.
8746
8c182d05
AD
87472003-08-25 Akim Demaille <akim@epita.fr>
8748
8749 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
8750 From Alexandre Duret-Lutz.
8751
6a60c4cf
PE
87522003-08-25 Akim Demaille <akim@epita.fr>
8753
8754 Version 1.875c.
8755
25f66e1a
AD
87562003-08-25 Akim Demaille <akim@epita.fr>
8757
8758 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
8759 Use them.
8760
5348bfbe
AD
87612003-08-25 Akim Demaille <akim@epita.fr>
8762
8763 * data/lalr1.cc (Parser::reduce_print_): New.
8764 Use it.
8765
47301314
AD
87662003-08-25 Akim Demaille <akim@epita.fr>
8767
8768 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
8769 error recovery loops. This patch is based on
161a71f3 8770 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
47301314
AD
8771 Also, augment the similarity between lalr1.cc and yacc.c.
8772 Note: the locations of error recovery rules are not correct yet.
8773
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
8785 fail.
8786
1f7a61ff
AD
87872003-08-25 Akim Demaille <akim@epita.fr>
8788
8789 Tune local.at so that people can "autom4te -l autotest calc.at -o
8790 calc" for instance, to extract a sub test suite.
8791
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
8796 2.57.
8797 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
8798 be ignore.
8799
327b5b56
PE
88002003-08-04 Paul Eggert <eggert@twinsun.com>
8801
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.
8806
0051e3ed
PE
88072003-07-26 Paul Eggert <eggert@twinsun.com>
8808
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.
1f7a61ff 8814
137437c6
PE
88152003-07-25 Paul Eggert <eggert@twinsun.com>
8816
5b620e06
PE
8817 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
8818 for portability to K&R C (after ansi2knr, presumably). See
161a71f3 8819 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5b620e06
PE
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.
8823
137437c6
PE
8824 Let the user specify how to allocate and free memory.
8825 Derived from a suggestion by Frank Heckenbach in
161a71f3 8826 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
137437c6
PE
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.
8831
ddb85ca5
PE
88322003-07-06 Matthias Mann <MatthiasMann@gmx.de>
8833
8834 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
8835 use s.empty() rather than s == "" to test for empty string; see
161a71f3 8836 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
ddb85ca5
PE
8837 (trivial change)
8838
39910e09
AD
88392003-06-25 Akim Demaille <akim@epita.fr>
8840
8841 * config/depcomp, config/install-sh: Update from masters.
8842
0ae99356
PE
88432003-06-20 Paul Eggert <eggert@twinsun.com>
8844
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.
8852
cd05d13c
PE
88532003-06-19 Paul Eggert <eggert@twinsun.com>
8854
81fd08ca
PE
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
161a71f3 8859 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4dcf140b 8860
cd05d13c
PE
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
8864 to the C standard.
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.
8868
4dcf140b
PE
88692003-06-17 Paul Eggert <eggert@twinsun.com>
8870
8871 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
8872 avoid warnings from picky compilers about redefinition of PARAMS.
8873
8dd76bee
PE
88742003-06-17 Paul Eggert <eggert@twinsun.com>
8875
8876 Version 1.875b.
8877
8878 * NEWS: Document 1.875b.
8879
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.
8896
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.
8902
8903 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
161a71f3 8904 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8dd76bee
PE
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
8909 from libbitset.
8910
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.
8914
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
f8e8262e 8918 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8dd76bee 8919 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
f8e8262e 8920 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
cd05d13c 8921
8dd76bee
PE
8922 * lib/.cvsignore: Add stdbool.h.
8923 * m4/.cvsignore: Add nls.m4, po.m4.
8924
8925 Upgrade to CVS gnulib.
8926 * stdbool_.h: File renamed from stdbool.h.in.
8927 * configure.ac (AM_STDBOOL_H): Invoke this instead of
8928 AC_HEADER_STDBOOL.
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.
8939
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.
8945
25005f6a
PH
89462003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8947
8948 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
8949 first.
8950 (yyrecoverSyntaxError): Correct the logic for setting and testing
8951 yyerrState.
8952 Correct comment on handling EOF.
8953 Allow states with only a default reduction, rather than failing
8dd76bee 8954 (I can't quite reconstruct why these were not allowed before).
25005f6a 8955
137437c6 8956 Fixes to avoid problem that $-N rules in GLR parsers can cause
25005f6a 8957 buffer overruns, corrupting state.
8dd76bee
PE
8958
8959 * src/output.c (prepare_rules): Output max_left_semantic_context
25005f6a
PH
8960 definition.
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.
8967
8968 Fixes to problems with location handling in GLR parsers reported by
8969 Frank Heckenbach (2003/06/05).
8970
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
8974 locations not used.
8975 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
8976 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8dd76bee 8977
25005f6a
PH
8978 * tests/cxx-type.at: Exercise location information; update tests
8979 to differentiate output with and without locations.
8dd76bee 8980 Remove forward declarations of yylex and yyerror---caused errors
25005f6a
PH
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
8987 in value.
8dd76bee 8988
711f40b7
PE
89892003-06-03 Paul Eggert <eggert@twinsun.com>
8990
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.
9005
ac695f7d
PE
90062003-06-02 Paul Eggert <eggert@twinsun.com>
9007
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.
9011
26ec81e0
PE
90122003-06-01 Paul Eggert <eggert@twinsun.com>
9013
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.
9022
9023 Fix a GLR parser bug I reported in February; see
161a71f3 9024 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
26ec81e0
PE
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.
9032
9033 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
9034 as possibly unused.
9035 (yyfill): New function.
9036 (YYFILL): Use it.
9037 (yyuserAction): Change type of yynormal to bool, so that it matches
9038 the new yyfill signature. Mark it as possibly unused.
9039
9040
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:
161a71f3 9045 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
26ec81e0
PE
9046
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
9063 existing test.
9064
d0829076
PE
90652003-05-24 Paul Eggert <eggert@twinsun.com>
9066
c6ae27df
PE
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
9071 -ansi -Wall -gall).
9072 * data/yacc.c (union yyalloc): Likewise.
9073 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
26ec81e0 9074
d0829076
PE
9075 Switch from 'int' to 'bool' where that makes sense.
9076
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,
9106 or_and_cmp).
9107 * src/conflicts.c (count_rr_conflicts): Likewise.
9108 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
9109 All uses changed.
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.
9135
9136 * config/install-sh: Sync from automake 1.7.5.
9137
6b2584b7
PE
91382003-05-14 Paul Eggert <eggert@twinsun.com>
9139
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
9147 grammar.
9148
caf37a36
ADL
91492003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
9150
9151 %parse-param support for lalr1.cc.
9152
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
9156 definitions.
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++.
9164
3ab37077
PE
91652003-05-12 Paul Eggert <eggert@twinsun.com>
9166
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.
9172
91732003-05-05 Paul Eggert <eggert@twinsun.com>
163ab321
PE
9174
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
161a71f3 9178 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
163ab321 9179
e743727f
PE
91802003-05-03 Paul Eggert <eggert@twinsun.com>
9181
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
161a71f3 9185 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
e743727f 9186
916708d5
AD
91872003-04-29 Akim Demaille <akim@epita.fr>
9188
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.
9198
a06ea4aa
AD
91992003-04-29 Akim Demaille <akim@epita.fr>
9200
9201 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
9202
211074ca
AD
92032003-04-29 Akim Demaille <akim@epita.fr>
9204
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
9207 Markovitch below.
9208
6175ffe3
PE
92092003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
9210
9211 * data/yacc.c: (b4_lex_param): Corrected for the case where
9212 %lex-param is provided and %pure-parser isn't.
9213
b1e95857
PE
92142003-04-27 Paul Eggert <eggert@twinsun.com>
9215
9216 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
161a71f3 9217 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
b1e95857
PE
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.
9221
acda9df6
PE
92222003-04-26 Paul Eggert <eggert@twinsun.com>
9223
3470c57b
PE
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
161a71f3 9229 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3470c57b 9230
acda9df6
PE
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
161a71f3 9235 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
acda9df6 9236
b5250f26
PE
92372003-04-21 Paul Eggert <eggert@twinsun.com>
9238
9239 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
9240 to gnulib.
9241
089ac0f1
PE
92422003-04-21 Yakov Markovitch <Markovitch@iso.ru>
9243
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)
9247
5ededac6
PE
92482003-04-17 Paul Eggert <eggert@twinsun.com>
9249
1b8f2fff
PE
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.
9258
5ededac6
PE
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
161a71f3 9262 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5ededac6
PE
9263
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.
9267
9268 * tests/existing.at (GNU pic Grammar): New test case, taken from
9269 Lemberg's email.
9270
b8be9132
AD
92712003-03-31 Akim Demaille <akim@epita.fr>
9272
9273 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
9274
d423d460
AD
92752003-03-31 Akim Demaille <akim@epita.fr>
9276
9277 * src/output.c (prepare_symbols): Avoid trailing spaces in the
9278 output.
9279
c7e441b4
AD
92802003-03-31 Akim Demaille <akim@epita.fr>
9281
9282 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
9283 From Paul Hilfinger.
9284
231897ad
AD
92852003-03-29 Akim Demaille <akim@epita.fr>
9286
9287 * m4/error.m4: Do not put under dynamic conditions some code which
9288 expansion is under static control.
9289
5b066063
AD
92902003-03-29 Akim Demaille <akim@epita.fr>
9291
9292 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
9293
22a74fec
AD
92942003-03-29 Akim Demaille <akim@epita.fr>
9295
9296 * doc/bison.texinfo (Strings are Destroyed): New.
9297
0eee27e7
PE
92982003-03-13 Paul Eggert <eggert@twinsun.com>
9299
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.
9304
f61aad93
PE
93052003-03-12 Paul Eggert <eggert@twinsun.com>
9306
537636c7
PE
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
161a71f3 9311 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
537636c7
PE
9312 * tests/input.at (Torturing the Scanner): Test the scanner on
9313 an empty input file, which was Tim Van Holder's test case.
9314
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
161a71f3 9319 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
537636c7
PE
9320
9321 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
9322 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
9323 AC_HEADER_SYS_WAIT.
9324
f61aad93
PE
9325 Merge changes from gnulib. This was prompted because the CVS
9326 snapshot didn't build on Solaris 7 due to strnlen problems.
9327
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}
5b066063 9335
f61aad93
PE
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
9343 above.
9344
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
9347 gnulib sources.
9348
9349 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
9350 Add.
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.
9364
9365 * src/system.h: Include <stdbool.h> unconditionally.
9366
9367 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
9368 assuming at least C89 in the bitset code for some time now.
9369
d2ffe116
AD
93702003-03-03 Akim Demaille <akim@epita.fr>
9371
9372 * ro.po: New.
9373
052826fd
AD
93742003-03-02 Akim Demaille <akim@epita.fr>
9375
9376 * doc/bison.texinfo (Table of Symbols): Reactivate the
9377 documentation for %lex-param, and %parse-param.
9378
c4749565
AD
93792003-03-02 Akim Demaille <akim@epita.fr>
9380
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.
9385
d5286af1
AD
93862003-03-02 Akim Demaille <akim@epita.fr>
9387
9388 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
9389 message.
9390
22e304a6
AD
93912003-03-02 Akim Demaille <akim@epita.fr>
9392
22e304a6
AD
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.
9396
67a25fed
AD
93972003-03-02 Akim Demaille <akim@epita.fr>
9398
9399 Create tests/local.at for Bison generic testing macros.
9400
9401 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
9402 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
9403 This new file.
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.
9410
9c2b381f
PE
94112003-03-01 Paul Eggert <eggert@twinsun.com>
9412
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.
9421
0433ba88
AD
94222003-03-01 Akim Demaille <akim@epita.fr>
9423
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.
9428
b305ea69
PE
94292003-02-28 Paul Eggert <eggert@twinsun.com>
9430
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
161a71f3 9433 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
b305ea69 9434
c3d25e01
PE
94352003-02-26 Paul Eggert <eggert@twinsun.com>
9436
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.
9442
c267ffbc
PE
94432003-02-24 Paul Eggert <eggert@twinsun.com>
9444
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
161a71f3 9448 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
c267ffbc
PE
9449 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
9450 * data/yacc.c (yy_reduce_print): Likewise.
9451
9452 * config/depcomp: Sync with Automake 1.7.3.
9453
f939fc12
AD
94542003-02-21 Akim Demaille <akim@epita.fr>
9455
9456 * data/lalr1.cc: Use temporary variables instead of casts to
9457 change integer types.
9458 Suggested by Paul Eggert.
9459
95923bd6
AD
94602003-02-21 Akim Demaille <akim@epita.fr>
9461
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.
9465
2cdc240e
AD
94662003-02-20 Akim Demaille <akim@epita.fr>
9467
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
9471 operator<<.
9472 Use "last" so that we subtract from Positions, not from unsigned.
9473
5d003116
AD
94742003-02-20 Akim Demaille <akim@epita.fr>
9475
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.
ba1ecc07 9480 With the help of Benoit Perrot.
5d003116 9481
d02b25f9
AD
94822003-02-20 Akim Demaille <akim@epita.fr>
9483
9484 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
9485 AT_YACC_IF.
9486 Redefine AT_YYERROR_SEES_LOC_IF using it.
9487 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
9488 not defined.
9489 Don't use the location in yy::Parser::error_ and
9490 yy::Parser::print_ when not %locations.
9491 Activate more lalr1.cc tests.
9492
0d1c3a04
AD
94932003-02-19 Akim Demaille <akim@epita.fr>
9494
9495 * data/lalr1.cc: When displaying a line number, be sure to make it
9496 an int.
9497
60a777aa
AD
94982003-02-19 Akim Demaille <akim@epita.fr>
9499
9500 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
9501 Remove, useless.
9502 (YYABORT, YYACCEPT, YYERROR): New.
9503 * tests/calc.at: Renable the lalr1.cc test.
9504
0b86fc41
AD
95052003-02-19 Akim Demaille <akim@epita.fr>
9506
9507 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
9508 error recovery, mixing with/without pops and discarding of the
9509 lookahead.
9510 Exercise YYERROR.
9511 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
9512
da99a5dc
PE
95132003-02-17 Paul Eggert <eggert@twinsun.com>
9514
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
161a71f3 9518 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
da99a5dc 9519
93b8c255
PE
95202003-02-12 Paul Eggert <eggert@twinsun.com>
9521
9522 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
9523 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
161a71f3 9524 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
93b8c255
PE
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.
9528
9529 The bug still remains in data/lalr1.cc, as I didn't have time
9530 to fix it there.
9531
7548fed2
AD
95322003-02-06 Akim Demaille <akim@epita.fr>
9533
9534 * configure.ac (GXX): Rename as...
9535 (CXX): this, to keep the original Autoconf semantics.
9536 Require 2.57.
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
9546 iterator names.
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
9553 lalr1.cc is used.
9554 Adjust the C locations to match those from Emacs: first column is
9555 column 0.
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)
d02b25f9 9563 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
7548fed2
AD
9564 New macros.
9565 (AT_CHECK_POPDEFS): Undefine them.
9566 (AT_CHECK_CALC_LALR1_CC): New.
9567 Use it for the first lalr1.cc test.
9568
43a176ef
AD
95692003-02-04 Akim Demaille <akim@epita.fr>
9570
9571 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
9572 Location as is defined.
9573
fc049e9c
AD
95742003-02-04 Akim Demaille <akim@epita.fr>
9575
9576 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
9577 name_ being defined.
9578
a737b216
PE
95792003-02-03 Paul Eggert <eggert@twinsun.com>
9580
9581 * src/gram.h (start_symbol): Remove unused decl.
9582
9583 Use more-consistent naming conventions for local vars.
9584
9585 * src/derives.c (derives_compute): Change type of local var from
9586 int to rule_number.
9587 * src/gram.c (grammar_rules_partial_print): Likewise.
9588 * src/print.c (print_core): Likewise.
9589 * src/reduce.c (reduce_grammar_tables): Likewise.
9590
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.
9594
9595 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
9596
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):
9601 Likewise.
9602 * src/state.c (transitions_to): Likewise.
9603 * src/state.h: Likewise.
9604 * src/tables.c (symbol_number_to_vector_number): Likewise.
9605
9606 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
9607 char * var.
9608
9609 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
9610 var.
9611
9612 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
9613 var.
9614
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.
9618
9619 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
9620 char * var.
9621 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
9622 uniqstr var.
9623 * src/uniqstr.h: Likewise.
9624
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.
9631
68e93ad5
AD
96322003-02-02 Akim Demaille <akim@epita.fr>
9633
9634 * src/scan-skel.l: Scan more than one inert character per yylex
9635 invocation.
9636
92898986
PE
96372003-02-01 Paul Eggert <eggert@twinsun.com>
9638
9639 Version 1.875a.
9640
1d9d5d71
PE
9641 * po/LINGUAS: Add ms.
9642
0435d061
AD
96432003-01-30 Akim Demaille <akim@epita.fr>
9644
9645 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
9646
6029a57f
PH
96472003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9648
9649 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
9650 of $1.
0435d061
AD
9651
9652 Changes in response to error report by S. Eken: GLR mode does not
6029a57f 9653 handle negative $ indices or $ indices in embedded rules correctly.
161a71f3 9654 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
0435d061 9655
6029a57f
PH
9656 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
9657 (b4_rhs_location): Ditto.
0435d061 9658 (yyfill): New function to copy from stack tree into array
6029a57f 9659 incrementally.
0435d061
AD
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
6029a57f
PH
9663 as needed.
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.
0435d061 9669 (yyresolveStates): Use X == NULL for pointers, not !X.
6029a57f
PH
9670 (yyglrReduce): Ditto.
9671 (yydoAction): Ditto
0435d061 9672
6029a57f
PH
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.
9679
6cee6297
PE
96802003-01-28 Paul Eggert <eggert@twinsun.com>
9681
9682 * data/lalr1.cc: Do not use @output_header_name@ unless
9683 b4_defines_flag is set. This fixes two bugs reported by
9684 Tim Van Holder in
161a71f3
PE
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>.
6cee6297 9687
b2a836b5
PE
96882003-01-21 Paul Eggert <eggert@twinsun.com>
9689
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
9695 should vanish.
9696 (yyerrlab1): Move code to YERROR.
9697 (yyerrlab2): Remove. Change uses back to yyerrlab1.
9698 This reverts some of the 2002-12-27 change.
9699
4196b931
PE
97002003-01-17 Paul Eggert <eggert@twinsun.com>
9701
9702 * src/output.c (symbol_printers_output): Fix typo that led
9703 to core dump. Problem reported by Antonio Rus in
161a71f3 9704 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
4196b931 9705
3ae831b4
AD
97062003-01-13 Akim Demaille <akim@epita.fr>,
9707 Quoc Peyrot <chojin@lrde.epita.fr>,
9708 Robert Anisko <anisko_r@lrde.epita.fr>
9709
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.
9716
e3aa65c5
PE
97172003-01-11 Paul Eggert <eggert@twinsun.com>
9718
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
161a71f3 9722 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
e3aa65c5
PE
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).
9729
9730 * src/getargs.c (version): Update copyright year.
9731
f0057011
AD
97322003-01-09 Akim Demaille <akim@epita.fr>
9733
9734 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
9735
1ee6d2a0
PE
97362003-01-08 Paul Eggert <eggert@twinsun.com>
9737
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.
9742
d4fd77c4
PE
97432003-01-06 Paul Eggert <eggert@twinsun.com>
9744
9745 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
9746 the GLR paper of Scott, Johnstone and Hussain.
9747
464c6927
PE
97482003-01-04 Paul Eggert <eggert@twinsun.com>
9749
d600ee67
PE
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.
9756
464c6927
PE
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.
9760
97612003-01-03 Paul Eggert <eggert@twinsun.com>
9762
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.
9767
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.
d600ee67 9771
464c6927
PE
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.
d600ee67 9777
464c6927
PE
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).
9781
9782 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
9783 Reported by Nelson H. F. Beebe.
d600ee67 9784
464c6927
PE
9785 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
9786
0f42c7d5
PE
97872003-01-02 Paul Eggert <eggert@twinsun.com>
9788
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.
9792
dc546b0f
PE
97932003-01-01 Paul Eggert <eggert@twinsun.com>
9794
9795 * Version 1.875.
9796
2c09b6a7
PE
97972002-12-30 Paul Eggert <eggert@twinsun.com>
9798
9799 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
9800 Moved here from...
9801 (<INITIAL>","): Here. This causes stray "," to be treated
9802 more uniformly.
9803
dc546b0f 9804 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
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
9807 src/reader.c.
9808
9809 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
9810 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
9811
535c0f63
PE
98122002-12-28 Paul Eggert <eggert@twinsun.com>
9813
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
9816 Thomas Olsson.
d600ee67 9817
963fcc17
PE
98182002-12-28 Paul Eggert <eggert@twinsun.com>
9819
9820 Version 1.75f.
9821
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
9830 all languages.
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.
9840
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.
9845
b1efe548
PE
98462002-12-27 Paul Eggert <eggert@twinsun.com>
9847
9848 Fix a bug where error locations were not being recorded correctly.
9849 This problem was originally reported by Paul Hilfinger in
161a71f3 9850 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
9851
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.
d600ee67 9868
983c5c2c
PE
98692002-12-26 Paul Eggert <eggert@twinsun.com>
9870
b1efe548
PE
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..
9875
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.
9881
983c5c2c
PE
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 ".".
d600ee67 9884
983c5c2c
PE
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
9892 that name.
d600ee67 9893
983c5c2c
PE
98942002-12-25 Paul Eggert <eggert@twinsun.com>
9895
9896 Remove obsolete references to bison.simple and bison.hairy.
9897 Problem mentioned by Aubin Mahe in
161a71f3 9898 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
9899 * data/glr.c: Comment fix.
9900 * doc/bison.1: Remove references. Also, mention "yacc".
9901
9902 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
9903 with -g option.
9904
9905 * src/parse-gram.y (declaration): Use enum "report_states" rather
9906 than its numeric value 1.
9907
9908 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
9909 opening a new one. This fixes Debian bug 165349, reported by
9910 Bruce Stephens.
9911
23f2d9dc
PE
99122002-12-24 Paul Eggert <eggert@twinsun.com>
9913
9914 Version 1.75e.
9915
9916 * Makefile.maint (cvs-update): Don't assume that the shell
9917 supports $(...), as Solaris sh doesn't.
9918
9919 * src/parse-gram.y (lloc_default): Remove test for empty
9920 nonterminals at the end, since it didn't change the result.
9921
99222002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
9923
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.
9927
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'.
9934
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.
9938
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.
9947
9948 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
9949 does not specify a union tag. This is for compatibility with
9950 Solaris 9 yacc.
9951
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.
9962
9963 * src/reader.h (braced_code, current_braced_code): Remove.
9964 (token_name): New decl.
9965
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",
dc546b0f 9973 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
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.
9983
9984 * NEWS, doc/bison.texinfo: Document the above.
9985 * NEWS: Fix years and program names in copyright notice.
9986
879ca4f8
PE
99872002-12-17 Paul Eggert <eggert@twinsun.com>
9988
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.
9992
1c5fe69d
PE
99932002-12-15 Paul Eggert <eggert@twinsun.com>
9994
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
7ea9026a
PE
9998 disagreed with the Bison documentation. Bug
9999 reported by Andrew Walrond.
d600ee67 10000
1c5fe69d
PE
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
10006 that sets yychar.
10007
d1de5372
PE
100082002-12-13 Paul Eggert <eggert@twinsun.com>
10009
10010 Version 1.75d.
10011
10012 POSIX requires a "yacc" command.
10013 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
10014 (MOSTLYCLEANFILES): Add yacc.
10015 (yacc): New rule.
1c5fe69d 10016 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
10017 as an alias for bison y.
10018
10019 * po/LINGUAS: Add da.
d600ee67 10020
d1de5372
PE
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.
10024
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
10029 gnulib.
10030 * config/install-sh: Sync with autotools.
10031
10032 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
161a71f3 10033 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
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.
10038
d0f3fe23
PE
100392002-12-12 Paul Eggert <eggert@twinsun.com>
10040
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.
10044
10045 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
10046
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
10054
10055 * src/derives.c (derives_compute): Do not bother invoking
10056 int_of_rule_number, since rule numbers are integers.
10057
10058 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
10059 rather than XMALLOC (char, N).
10060
10061 * src/files.c (filename_split): Rewrite to avoid cast.
10062
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.
10070
10071 * src/gram.h (int_of_rule_number): Remove; no longer used.
10072
10073 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
10074 since the resulting storage is always stored into.
10075
10076 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
10077 where it's needed.
10078
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):
10085 Likewise.
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):
10100 Likewise.
10101 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
10102
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.
10108
10109 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
10110 local var instead of casting to unsigned char, to avoid casts.
10111
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
10116 too much storage.
10117 (state_new): Initialize all members.
10118
10119 * src/state.c (state_hash): Use unsigned accumulator, not signed.
10120
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.
10125
10126 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
10127 (symbol_processor): Remove.
10128 (symbols_do): Remove decl; now static.
10129
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
10136 new macros.
10137
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.
10143
10144 * src/vcg.h: Correct misspellings.
10145
10146 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
10147
10148
10149 * src/getargs.c (getargs): Don't assume EOF == -1.
10150
26b4a969
PE
101512002-12-09 Paul Eggert <eggert@twinsun.com>
10152
10153 Change identifier spellings to avoid collisions with names
10154 that are reserved by POSIX.
10155
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.
10235
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,
10240 get-errno.c.
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
10244 instead of errno.
10245 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
10246 Likewise.
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.
10251
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.
10269
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):
10273 Remove; unused.
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.
10283
10284
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
10288 G_NODE_ALIGNEMENT.
10289
10290
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.
10295
10296
10297 Sort include-file uses.
10298
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".
10306
996b1c7e
PE
103072002-12-08 Paul Eggert <eggert@twinsun.com>
10308
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
161a71f3 10314 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 10315
e19c4e5d
PE
103162002-12-06 Paul Eggert <eggert@twinsun.com>
10317
10318 Add support for rules that do not have trailing semicolons, as
10319 POSIX requires. Improve the quality of locations in Bison
10320 diagnostics.
26b4a969 10321
e19c4e5d
PE
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.
26b4a969 10342 (rules): Use it.
e19c4e5d
PE
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
10352 rolling our own.
10353 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
10354 of *loc.
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,
10365 not the location.
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.
10392
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.
10396
103972002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 10398
e19c4e5d
PE
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.
10402
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.
26b4a969 10406
b64755e3
PE
104072002-12-02 Paul Eggert <eggert@twinsun.com>
10408
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
161a71f3 10412 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 10413
6e746484
PE
104142002-11-30 Paul Eggert <eggert@twinsun.com>
10415
b64755e3
PE
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.
10419
6ba55592
PE
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.
10425
6e746484
PE
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.
10430
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,
10435 for consistency.
10436
88510f9c
PE
104372002-11-29 Paul Eggert <eggert@twinsun.com>
10438
6e746484
PE
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
10444 returns "int".
10445
88510f9c
PE
10446 %parse-param and %lex-param now take just one argument, the
10447 declaration; the argument name is deduced from the declaration.
10448
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.
10452 (COMMA): Remove.
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.
10457
bb92250c
PE
104582002-11-27 Paul Eggert <eggert@twinsun.com>
10459
10460 Rename identifiers to avoid real and potential collisions.
10461
10462 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
10463 to avoid collision with lex macro described by Bruce Lilly in
161a71f3 10464 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
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.
10468 All uses changed.
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.
10481
10482 * src/parse-gram.y (gram_error): loc is now const *.
10483 * src/reader.h (gram_error): Likewise.
10484
3af4feb2
PE
104852002-11-24 Paul Eggert <eggert@twinsun.com>
10486
10487 Version 1.75c.
10488
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.
10495
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.
10499
10500 * lib/error.c: Sync with gnulib.
10501
105022002-11-22 Paul Eggert <eggert@twinsun.com>
10503
10504 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
10505 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
10506 * lib/xmalloc.c: Likewise.
26b4a969 10507
58004308
PE
105082002-11-20 Paul Eggert <eggert@twinsun.com>
10509
10510 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
10511
105122002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 10513
58004308
PE
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.
10517
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.
10523
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.
10542
10543 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
10544 (ARGMATCH_CONSTRAINT): New macro.
10545 (ARGMATCH_ASSERT): Use it.
10546
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.
10551
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.
10556
76ae8198
PE
105572002-11-18 Paul Eggert <eggert@twinsun.com>
10558
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
161a71f3 10562 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 10563
d3c4e709
AD
105642002-11-18 Akim Demaille <akim@epita.fr>
10565
10566 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
10567 space.
10568 From Tim Van Holder.
10569
8d8a7238
PE
105702002-11-17 Paul Eggert <eggert@twinsun.com>
10571
10572 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
10573 to "SyntaxError" for consistency with my 2002-11-15 change.
10574
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
10579 {} if needed.
10580 (yyhasResolvedValue): Remove unused function.
10581 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
10582 loop body.
10583 (yyreportSyntaxError): Renamed from yyreportParseError.
10584 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
10585 All uses changed.
10586 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
10587 extern when possible. Remove unused initializations.
10588
b0937b22
AD
105892002-11-16 Akim Demaille <akim@epita.fr>
10590
10591 Augment the similarity between GLR and LALR traces.
10592
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
10597 YYDPRINT here.
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.
10601
c5e3e510
AD
106022002-11-16 Akim Demaille <akim@epita.fr>
10603
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.
10609 (QPUTS): New.
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'.
10616
4c6cc1db
AD
106172002-11-16 Akim Demaille <akim@epita.fr>
10618
10619 Make the ``Printers and Destructors'' test more verbose, taking
10620 `yacc.c''s behavior as (possibly wrong) reference.
10621
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.
10626
6d9e8019
PE
106272002-11-16 Paul Eggert <eggert@twinsun.com>
10628
10629 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
10630
6e649e65
PE
106312002-11-15 Paul Eggert <eggert@twinsun.com>
10632
b25d88f6
PE
10633 * tests/actions.at (Actions after errors): New test case.
10634
6e649e65
PE
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.
10642
0f39aab9
AD
106432002-11-15 Akim Demaille <akim@epita.fr>
10644
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.
10652
761c1926
AD
106532002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
10654
10655 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
10656 definition; avoids potential autoreconf problems.
10657
b0f98b10
AD
106582002-11-15 Akim Demaille <akim@epita.fr>
10659
10660 Always check the value returned by yyparse.
10661
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.
10665 Adjust calls.
10666 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
10667 returned by yyparse.
10668
970785f1
PH
106692002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10670
10671 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
10672 on input.at test.
10673
8fcc7db1
PE
106742002-11-14 Paul Eggert <eggert@twinsun.com>
10675
7ec1b48e
PE
10676 * src/output.c (output_skeleton): Call xfopen instead of
10677 duplicating xfopen's body.
10678
cfff7583 10679 Fix bugs reported by Nelson H. F. Beebe in
161a71f3 10680 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 10681
8fcc7db1
PE
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.
10686
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
e3aa65c5 10691 test backslash-newline in C character constant.
8fcc7db1 10692
4e8d992c
AD
106932002-11-14 Akim Demaille <akim@epita.fr>
10694
10695 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
10696 status of the compiler.
f32b346d 10697 Calling `exit 1' is no longer needed.
4e8d992c
AD
10698 Reported by Nelson H. F. Beebe.
10699
9501dc6e
AD
107002002-11-14 Akim Demaille <akim@epita.fr>
10701
10702 * tests/atlocal.in (CPPFLAGS): We have config.h.
10703 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
10704 New.
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'.
10712
18b519c0
AD
107132002-11-14 Akim Demaille <akim@epita.fr>
10714
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.
10719
9a86cdb9
PE
107202002-11-13 Paul Eggert <eggert@twinsun.com>
10721
daa33def 10722 Fix some bugs reported by Albert Chin-A-Young in
161a71f3 10723 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 10724
daa33def 10725 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 10726 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
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.
10729
10730 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 10731 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 10732
9a86cdb9
PE
10733 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
10734 comments, since they're not portable. Use GNU coding style.
10735
9c1e26bd
AD
107362002-11-13 Akim Demaille <akim@epita.fr>
10737
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.
10742 Use it.
10743
87f721cc
PE
107442002-11-12 Paul Eggert <eggert@twinsun.com>
10745
10746 Version 1.75b.
10747
10748 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
10749 (yyglrReduce): Return yyok, not 0.
10750 This should avoid the enumerated-type warnings reported
464c6927 10751 by Nelson H. F. Beebe in
161a71f3 10752 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
10753
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.
10758
10759 * data/glr.c (inline): Remove #define. It's the user's
10760 responsibility to #define it away, just like 'const'.
464c6927 10761 This fixes one of the bugs reported by Nelson H. F. Beebe in
161a71f3 10762 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 10763
87f721cc
PE
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:
161a71f3 10767 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
10768 Look for N_ as well as for _. Try to avoid matching #define for
10769 N_ and _.
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.
10774
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.
10778
be14ade5
AD
107792002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
10780
10781 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
10782 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
10783 linker.
10784
05291fbc
AD
107852002-11-12 Akim Demaille <akim@epita.fr>
10786
10787 * Makefile.maint: Sync with Autoconf:
10788 (local_updates): New.
10789
1f5fd52e
AD
107902002-11-12 Akim Demaille <akim@epita.fr>
10791
10792 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
10793
283f1e64
AD
107942002-11-12 Akim Demaille <akim@epita.fr>
10795
10796 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
10797 locations.
10798
886b69d1
AD
107992002-11-12 Akim Demaille <akim@epita.fr>
10800
10801 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
10802 not yyvalue.
10803
3df37415
AD
108042002-11-12 Akim Demaille <akim@epita.fr>
10805
10806 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
10807 Use it to test the GLR parser.
10808
7bd6c77e
AD
108092002-11-12 Akim Demaille <akim@epita.fr>
10810
10811 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
10812 defines it.
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
10822 yacc.c.
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.
10827
b0400cc6
AD
108282002-11-12 Akim Demaille <akim@epita.fr>
10829
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.
10839
72f889cc
AD
108402002-11-12 Akim Demaille <akim@epita.fr>
10841
10842 * doc/bison.texinfo (Destructor Decl): New.
10843
b1ae9233
AD
108442002-11-12 Akim Demaille <akim@epita.fr>
10845
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.
72f889cc 10852 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
10853 the file name.
10854
7ec2d4cd
AD
108552002-11-12 Akim Demaille <akim@epita.fr>
10856
10857 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
10858 Restore.
10859 * src/scan-gram.l (last_string): Is global to the file, not to
10860 yylex.
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.
10866
573a6cd3
AD
108672002-11-12 Akim Demaille <akim@epita.fr>
10868
10869 * src/getargs.c (long_options): Remove duplicates.
10870 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
10871 Remove.
10872 * doc/bison.rnh: Remove.
10873 * doc/bison.texinfo (VMS Invocation): Remove.
10874
95612cfa
AD
108752002-11-12 Akim Demaille <akim@epita.fr>
10876
10877 * src/struniq.h, src/struniq.c (struniq_t): Is const.
10878 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
10879
10880 Use struniq for symbols.
10881
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):
10891 Returns a strniq.
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.
10897
10898 Use struniq for file names.
10899
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
10907 file names.
10908 Don't free the input file name.
10909
3e6656f9
AD
109102002-11-12 Akim Demaille <akim@epita.fr>
10911
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.
10918 (yyprint): Adjust.
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.
10922
7672019c
PE
109232002-11-11 Paul Eggert <eggert@twinsun.com>
10924
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:
161a71f3 10928 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
10929
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.
10936
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.
10941
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
10946 names.
10947 * data/lalr1.cc: Likewise.
10948 * data/yacc.c: Likewise.
10949
10950 * src/files.c (output_infix): Remove; all uses removed.
10951 * src/files.h: Likewise.
10952
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
10955 needed any more.
10956 * data/yacc.c: Likewise.
10957 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
10958
10959 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
10960 * data/yacc.c: Likewise.
10961
10962 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
10963 strings now.
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.
10972
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.
10976
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 ].
10983
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.
10989
10990 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
10991 __oline__, #output, $@, and @{ do not have unintended meanings.
10992
acea4f3b
PE
109932002-11-09 Paul Eggert <eggert@twinsun.com>
10994
10995 Fix the test failure due to GCC warnings described in
161a71f3 10996 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
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
10999 table.
11000 (yygetLRActions, yyrecoverParseError): Use them.
11001
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.
11006
11007 * tests/regression.at (Invalid inputs): Adjust wording in
11008 diagnostic to match the new behavior.
11009
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
11015 GCC 3.2.
11016
20ef1ad5
PE
110172002-11-07 Paul Eggert <eggert@twinsun.com>
11018
11019 * src/parse-gram.y (CHARACTER): Remove unused token.
11020 All uses removed.
11021
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.
11025
11026 Remove nounput option. At an unexpected end of file, we now unput
11027 the minimal input necessary to end cleanly; this simplifies the
11028 code.
11029
11030 Avoid unbounded token sizes where this is easy.
11031
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.
11040
93724f13
AD
110412002-11-07 Akim Demaille <akim@epita.fr>
11042
11043 Let yyerror always receive the msg as last argument, so that
11044 yyerror can be variadic.
11045
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.
11053
6e40b4eb
AD
110542002-11-06 Akim Demaille <akim@epita.fr>
11055
11056 #line should have quoted strings.
11057 Ideally, this should be done by m4_quotearg.
11058
11059 * src/scan-skel.l: Include quotearg.h.
11060 Quote __ofile__.
11061 * src/output.c (symbol_printers_output)
11062 (symbol_destructors_output): Quote the file name.
11063
2dfbfc12
AD
110642002-11-06 Akim Demaille <akim@epita.fr>
11065
11066 * tests/regression.at (Invalid inputs): Adjust to the recent
11067 messages.
11068
437c2d80
AD
110692002-11-06 Akim Demaille <akim@epita.fr>
11070
11071 Restore --no-lines.
11072 Reported by Jim Kent.
11073
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'.
2dfbfc12 11079 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 11080
900c5db5
AD
110812002-11-06 Akim Demaille <akim@epita.fr>
11082
11083 * src/main.c (main): Free `infile'.
11084 * src/scan-gram.l (handle_syncline): New.
11085 Recognize `#line'.
11086 * src/output.c (user_actions_output, symbol_destructors_output)
11087 (symbol_printers_output): Use the location's file name, not
11088 infile.
11089 * src/reader.c (prologue_augment, epilogue_set): Likewise.
11090
e183b123 110912002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 11092
e183b123 11093 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 11094 either has GLR conflict entries.
e183b123 11095
193eb6b7
PE
110962002-11-05 Paul Eggert <eggert@twinsun.com>
11097
e183b123
PE
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
11101 accordingly.
11102
193eb6b7
PE
11103 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
11104 Also, remove one static variable in the scanner.
11105
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.
11113
29c01725
AD
111142002-11-05 Akim Demaille <akim@epita.fr>
11115
11116 * src/scan-gram.l: When it starts with `%', complain about the
11117 whole directive, not just that `invalid character: %'.
11118
8aeac3ca
AD
111192002-11-04 Akim Demaille <akim@epita.fr>
11120
11121 * Makefile.maint: Update from Autoconf.
11122 (update, cvs-update, po-update, do-po-update): New.
11123
793a58bb
AD
111242002-11-04 Akim Demaille <akim@epita.fr>
11125
11126 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
11127 and yyerror.
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.
11132
c4d720cd
AD
111332002-11-04 Akim Demaille <akim@epita.fr>
11134
11135 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
11136 clashes.
11137 * src/scan-gram.l: Use [\'] instead of ['] to pacify
11138 font-lock-mode.
11139 Use complain_at.
11140 Use quote, not quote_n since LOCATION_PRINT no longer uses the
11141 slot 0.
11142
613a0dc5
PE
111432002-11-03 Paul Eggert <eggert@twinsun.com>
11144
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.
11149
2a8d363a
AD
111502002-11-03 Akim Demaille <akim@epita.fr>
11151
11152 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
11153 New.
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.
11167 Adjust callers.
11168 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
11169 When using a pure parser, also need the parse-params.
11170 Adjust callers.
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.
11184
9e32add8
AD
111852002-11-03 Akim Demaille <akim@epita.fr>
11186
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.
11191
b02d90a5
PE
111922002-11-03 Paul Eggert <eggert@twinsun.com>
11193
11194 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
11195 to count columns correctly, and to check for invalid inputs.
9e32add8 11196
b02d90a5
PE
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.
11202
11203 Handle CRLF in C code rather than in Lex code.
11204 (YY_INPUT): New macro.
11205 (no_cr_read): New function.
11206
11207 Scan UCNs, even though we don't fully handle them yet.
11208 (convert_ucn_to_byte): New function.
11209
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.;
11213 all uses changed.
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).
9e32add8 11218
b02d90a5
PE
11219 (letter, id): Don't assume ASCII; e.g., spell out a-z.
11220
11221 ({int}, handle_action_dollar, handle_action_at): Check for integer
11222 overflow.
9e32add8 11223
b02d90a5
PE
11224 (YY_STEP): Omit trailing semicolon, so that it's more like C.
11225
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.
11231
11232 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
11233 with quote slot used by complain_at.
11234
11235 * tests/input.at: Add tests for backslash-newline, m4 quotes
11236 in symbols, long literals, and funny escapes in strings.
11237
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.
11243
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.
11248
11249 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
11250 no longer used.
11251
112522002-11-02 Paul Eggert <eggert@twinsun.com>
11253
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.
11257
11258 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
11259 bug in trigraph handling.
11260
11261 * src/output.c (prepare_symbols): When printing token names,
11262 escape "[" as "@<:@" and likewise for "]".
11263
11264 * src/system.h (errno): Remove declaration, as we are now
11265 assuming C89 or better, and C89 guarantees errno.
11266
762b212b
PE
112672002-10-30 Paul Eggert <eggert@twinsun.com>
11268
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
11272 returned zero.
11273 * src/files.c (xfclose): Likewise. Report I/O error if ferror
11274 indicates one.
11275 * src/output.c (output_skeleton): Use xfclose rather than fclose
11276 and ferror. xfclose now checks ferror.
11277
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.
11281
56100c60
AD
112822002-10-30 Akim Demaille <akim@epita.fr>
11283
11284 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
11285 #if.
11286
51b4a04c
PH
112872002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11288
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.
e183b123 11292
bf1ebda2
PE
112932002-10-24 Paul Eggert <eggert@twinsun.com>
11294
5c16c6b1
PE
11295 Version 1.75a.
11296
bf1ebda2
PE
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.
11302
b526ee61
AD
113032002-10-24 Akim Demaille <akim@epita.fr>
11304
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
11308 first output.
11309
f1886bb2
AD
113102002-10-24 Akim Demaille <akim@epita.fr>
11311
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.
11318
c5576256
PE
113192002-10-23 Paul Eggert <eggert@twinsun.com>
11320
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.
11326
27b0ffea
AD
113272002-10-22 Akim Demaille <akim@epita.fr>
11328
11329 * src/system.h: Include sys/types.
11330 Reported by Bert Deknuydt.
11331
223a7883
PE
113322002-10-23 Paul Eggert <eggert@twinsun.com>
11333
11334 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
11335 Suggested by Art Haas.
11336
113372002-10-22 Paul Eggert <eggert@twinsun.com>
11338
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.
11344
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:
161a71f3
PE
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
27b0ffea 11350
223a7883
PE
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.
11354
8b76775a
AD
113552002-10-22 Akim Demaille <akim@epita.fr>
11356
11357 * data/README: New.
11358
6db10d14
PE
113592002-10-21 Paul Eggert <eggert@twinsun.com>
11360
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.
11370
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.
11375
11376 * src/main.c (main): Use exit to exit with failure.
27b0ffea 11377
6db10d14
PE
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.
11383
11384 * src/getarg.c (getargs): Remove duplicate code for
11385 "Try `bison --help'".
11386
11387 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
11388 What was that "2" for?
11389
11390 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
11391 * src/getargs.c (usage): Likewise.
11392
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.
11396
92a060fd
PE
113972002-10-20 Paul Eggert <eggert@twinsun.com>
11398
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.
8b76775a 11411
e7cb57c0
AD
114122002-10-20 Akim Demaille <akim@epita.fr>
11413
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.
11421
0245f82d
AD
114222002-10-20 Akim Demaille <akim@epita.fr>
11423
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
11431 `int foo, foo'.
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.
11435
39912f52
AD
114362002-10-20 Akim Demaille <akim@epita.fr>
11437
11438 * src/output.c (prepare): Move the definition of `tokens_number',
11439 `nterms_number', `undef_token_number', `user_token_number_max'
11440 to...
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 `<'.
11450
20c1e2ad
AD
114512002-10-20 Akim Demaille <akim@epita.fr>
11452
11453 * src/tables.h, src/tables.c, src/output.c: Comment changes.
11454
21964f43
AD
114552002-10-20 Akim Demaille <akim@epita.fr>
11456
11457 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
11458 * data/c.m4: here.
11459
66d30cd4
AD
114602002-10-20 Akim Demaille <akim@epita.fr>
11461
11462 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
11463 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
11464 `pair'.
11465 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
11466 `name' to...
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):
11469 These.
11470
95f2c9fe
PE
114712002-10-19 Paul Eggert <eggert@twinsun.com>
11472
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.
66d30cd4 11493
95f2c9fe
PE
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.
11498
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.
11502
11503 * src/output.c (prepare): Use xstrdup to convert char const *
11504 to char *, to avoid GCC warning.
11505
c19988b7
AD
115062002-10-19 Akim Demaille <akim@epita.fr>
11507
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.
11513
ae7453f2
AD
115142002-10-19 Akim Demaille <akim@epita.fr>
11515
11516 Prototype support of %lex-param and %parse-param.
11517
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.
11521 Add the "," token.
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.
11537
0e575721
AD
115382002-10-19 Akim Demaille <akim@epita.fr>
11539
11540 * src/getargs.c (usage): Take status as argument and exit
11541 accordingly.
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 ()'.
11546
724ce7f5
PE
115472002-10-18 Paul Eggert <eggert@twinsun.com>
11548
3a781eb2
PE
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.
11552
724ce7f5
PE
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.
11556
473d0a75
AD
115572002-10-17 Akim Demaille <akim@epita.fr>
11558
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.
11568
e76d2469
PE
115692002-10-16 Paul Eggert <eggert@twinsun.com>
11570
93e2236a
PE
11571 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
11572 MUSCLE_TAB_H.
11573
e76d2469
PE
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.
11581
5bd1c419
PE
115822002-10-15 Paul Eggert <eggert@twinsun.com>
11583
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.
11588
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.
e76d2469 11593
5bd1c419
PE
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):
11645 Likewise.
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.
e76d2469 11657
ae26e1f0
AD
116582002-10-14 Akim Demaille <akim@epita.fr>
11659
11660 Version 1.75.
11661
d43baf71
AD
116622002-10-14 Akim Demaille <akim@epita.fr>
11663
11664 * tests/Makefile.am (maintainer-check-posix): New.
11665
7ebc83e3
AD
116662002-10-14 Akim Demaille <akim@epita.fr>
11667
11668 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
11669 member.
11670
05846dae
AD
116712002-10-14 Akim Demaille <akim@epita.fr>
11672
11673 * src/tables.c (table_ninf_remap): base -> tab.
11674 Reported by Matt Rosing.
11675
1318e37d
PE
116762002-10-14 Paul Eggert <eggert@twinsun.com>
11677
447fbb17
PE
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.
05846dae 11684
1318e37d
PE
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.
11691
cc0f0794
PE
116922002-10-13 Paul Eggert <eggert@twinsun.com>
11693
5038f418
PE
11694 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
11695 true due to limited range of data type" warning from GCC.
11696
cc0f0794
PE
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.
11700
6fed0802
AD
117012002-10-13 Akim Demaille <akim@epita.fr>
11702
11703 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
11704 Un yy- yyrhs to avoid the name clash with the global YYRHS.
11705
32f0598d
AD
117062002-10-13 Akim Demaille <akim@epita.fr>
11707
11708 * Makefile.maint: Update from Autoconf 2.54.
11709 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
11710
7ea9a33f
AD
117112002-10-13 Akim Demaille <akim@epita.fr>
11712
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.
11716
ea99527d
AD
117172002-10-13 Akim Demaille <akim@epita.fr>
11718
11719 Let nondeterministic skeletons be usable with deterministic
11720 tables.
11721
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.
11729
11730 * src/tables.c (pack_table): Always create conflict_table.
11731 (token_actions): Always create conflict_list.
11732 * data/glr.c (YYFLAG): Remove, unused.
11733
f377f69f
AD
117342002-10-13 Akim Demaille <akim@epita.fr>
11735
11736 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
11737 (O0FLAGS): New.
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.
11744
2a1fe6ed
AD
117452002-10-13 Akim Demaille <akim@epita.fr>
11746
11747 * data/glr.c: Formatting changes.
11748 Tweak some trace messages to match yacc.c's.
11749
f50adbbd
AD
117502002-10-13 Akim Demaille <akim@epita.fr>
11751
11752 GLR parsers sometimes raise parse errors instead of performing the
11753 default reduction.
11754 Reported by Charles-Henry de Boysson.
11755
11756 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
ba0fe3c7 11757 check the length of the traces when %glr.
f50adbbd
AD
11758 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
11759 GLR's traces.
11760 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
11761 Test GLR parsers.
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
11766 YYTABLE_NINF to 0.
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.
11777
bcbad5b9
PE
117782002-10-13 Paul Eggert <eggert@twinsun.com>
11779
11780 Fix problem reported by Henrik Grubbstroem in
161a71f3 11781 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
11782 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
11783 because the Bison parser reads the second action before reducing
11784 the first one.
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.
05846dae 11790
14904b89
PE
117912002-10-12 Paul Eggert <eggert@twinsun.com>
11792
1fe611e5
PE
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
161a71f3 11798 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 11799
1fe611e5
PE
11800 * lib/timevar.c: Update copyright date and clarify comments.
11801 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 11802
1fe611e5
PE
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.
11807
98194095
PE
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
161a71f3 11811 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 11812
14904b89
PE
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
161a71f3 11817 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 11818
ff6dca18
PE
118192002-10-11 Paul Eggert <eggert@twinsun.com>
11820
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/>.
11825
eb714592
AD
118262002-10-11 Akim Demaille <akim@epita.fr>
11827
11828 * tests/regression.at Characters Escapes): New.
11829 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
11830 characters.
11831 Reported by Jan Nieuwenhuizen.
11832
b7195100
AD
118332002-10-11 Akim Demaille <akim@epita.fr>
11834
11835 * po/id.po: New.
11836
f28a0f2d
PE
118372002-10-10 Paul Eggert <eggert@twinsun.com>
11838
11839 Portability fixes for bitsets; this also avoids several GCC
11840 warnings.
11841
11842 * lib/abitset.c: Include <stddef.h>, for offsetof.
11843 * lib/lbitset.c: Likewise.
11844
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.
11850
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.
11855
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.
11879
11880 * lib/abitset.h: Include bitset.h, not bbitset.h.
11881 * lib/ebitset.h: Likewise.
11882 * lib/lbitset.h: Likewise.
11883
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.
11890
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,
11901 etc.
ba0fe3c7 11902 * lib/abitset.c (struct abitset_struct, abitset,
f28a0f2d
PE
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):
11909 Likewise.
11910
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
11914 definition.
11915 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11916 New decls.
11917 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11918 New functions.
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
11923 decls.
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.
11929
11930 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
11931 Declare.
11932
11933 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
11934 GCC warning.
11935 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
11936 Use offsetof, for simplicity.
11937
6fbe4984
PE
119382002-10-06 Paul Eggert <eggert@twinsun.com>
11939
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
161a71f3 11942 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
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.
11946
420f93c8
PE
119472002-10-04 Paul Eggert <eggert@twinsun.com>
11948
11949 Version 1.50.
11950
11951 * configure.ac (AC_INIT), NEWS: Increment version number.
11952
11953 * doc/bison.texinfo: Minor spelling, grammar, and white space
11954 fixes.
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.
11958
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.
11964
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.
11970
11971 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
11972 POSIX 1003.1-2001 has removed fgrep.
11973
119742002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11975
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.
11979
ff68026d
PE
119802002-10-01 Paul Eggert <eggert@twinsun.com>
11981
11982 More fixes for 64-bit hosts and large bitsets.
11983
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):
11996 Likewise.
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):
12003 Likewise.
12004 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
12005 Likewise.
420f93c8 12006
ff68026d
PE
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):
12011 Likewise.
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.
420f93c8 12020
ff68026d
PE
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):
12032 Likewise.
12033 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 12034
ff68026d
PE
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.
420f93c8 12042
ff68026d
PE
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.
12048
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).
12052
12053 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
12054 when computing sizes.
12055 * lib/ebitset.c (ebitset_elts_grow): Likewise.
12056
12057 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
12058 and avoid cast to unsigned.
12059
6aa452a6
AD
120602002-09-30 Akim Demaille <akim@epita.fr>
12061
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.
12065
927f7817
AD
120662002-09-30 Art Haas <ahaas@neosoft.com>
12067
12068 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
12069 invocations.
12070 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
12071 defined.
12072
9738f41e
AD
120732002-09-27 Akim Demaille <akim@epita.fr>
12074
12075 Version 1.49c.
12076
a5c75d7f
AD
120772002-09-27 Akim Demaille <akim@epita.fr>
12078
12079 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
12080 (Because of AC_LIBSOURCE).
12081
8280e179
AD
120822002-09-27 Akim Demaille <akim@epita.fr>
12083
12084 Playing with Autoscan.
12085
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.
12090
ae64af35
AD
120912002-09-27 Akim Demaille <akim@epita.fr>
12092
12093 Playing with Autoscan.
12094
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
12099 Coreutils 4.5.1.
12100
d1a1114f
AD
121012002-09-24 Akim Demaille <akim@epita.fr>
12102
12103 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
12104 (Frequently Asked Questions, Parser Stack Overflow): New.
12105
b906441c
AD
121062002-09-13 Akim Demaille <akim@epita.fr>
12107
12108 Playing with autoscan.
12109
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.
12114
bd701811
AD
121152002-09-13 Akim Demaille <akim@epita.fr>
12116
12117 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
12118 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
12119
e0a13e7b
AD
121202002-09-13 Akim Demaille <akim@epita.fr>
12121
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.
12127
c97011bf
AD
121282002-09-12 Akim Demaille <akim@epita.fr>
12129
12130 * m4/prereq.m4: Update, from Coreutils 4.5.1.
12131
d862b1be
AD
121322002-09-12 Akim Demaille <akim@epita.fr>
12133
12134 * m4/prereq.m4: Update, from Fileutils 4.1.5.
12135 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
12136 Reported by Martin Mokrejs.
12137
3d38c03a
AD
121382002-09-10 Akim Demaille <akim@epita.fr>
12139
12140 * src/parse-gram.y: Associate a human readable string to each
12141 token type.
12142 * tests/regression.at (Invalid inputs): Adjust.
12143
b6347355
AD
121442002-09-10 Gary V. Vaughan <gary@gnu.org>
12145
12146 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
12147 with an Autoconf-2.5x style configure.ac.
12148
09ba4ab2
PE
121492002-09-06 Paul Eggert <eggert@twinsun.com>
12150
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.
12154
21846f69
AD
121552002-09-06 Akim Demaille <akim@epita.fr>
12156
09ba4ab2
PE
12157 * data/c.m4 (b4_copyright): Move the GPL exception comment from
12158 here to...
12159 * data/yacc.c: here.
12160
21846f69
AD
12161 * data/lalr1.cc (struct yyltype): Don't define it, since we use
12162 LocationType.
12163 (b4_ltype): Default to yy::Location from location.hh.
12164
c0ad8bf3
AD
121652002-09-04 Jim Meyering <jim@meyering.net>
12166
12167 * data/yacc.c: Guard the declaration of yytoknum also with
12168 `#ifdef YYPRINT', so it is declared only when used.
12169
3a93251e
AD
121702002-09-04 Akim Demaille <akim@epita.fr>
12171
12172 * configure.in: Rename as...
12173 * configure.ac: this.
12174 Bump to 1.49c.
12175
427c0dda
AD
121762002-09-04 Akim Demaille <akim@epita.fr>
12177
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.
12181
6a254321
PE
121822002-08-12 Paul Eggert <eggert@twinsun.com>
12183
645e30d1
PE
12184 Version 1.49b.
12185
6a254321
PE
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.
12196
12197 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
12198
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
12203 same width as int.
12204 (yypstates): Do not assume that ptrdiff_t is the same width
12205 as int, and similarly for yyposn and YYINDEX.
12206
12207 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
12208
12209 * lib/Makefile.am (INCLUDES): Do not include from the intl
12210 directory, which has been removed.
12211 * src/Makefile.am (INCLUDES): Likewise.
12212
12213 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
12214 (bitsets_sources, additional_bitsets_sources, timevars_sources):
12215 New vars.
12216
12217 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
12218 * tests/Makefile.am (EXTRA_DIST): Likewise.
12219
12220 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
12221 Do not assume that bitset_windex is the same width as unsigned.
12222
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.
12230
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.
12235
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.
12242
12243 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
12244 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
12245
12246 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
12247 PROTOTYPES to check for prototypes, and "defined __STDC__" to
12248 check for void *.
12249
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.
12254
12255 * lib/bitset_stats.c: Include "gettext.h".
12256 (_): New macro.
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.
12260
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.
12274
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.
12280
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,
12284 lib/timevar.c.
12285 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
12286 manual recommends.
12287 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
12288
12289 * src/complain.c (strerror_r): Remove decl; not needed.
12290 (strerror): Use same pattern as ../lib/error.c.
12291
12292 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
12293
12294 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
12295
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.
12298
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.
12304
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.
12307
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).
12312
12313 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
12314 it's not portable.
12315
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'.
12318
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.
12322
12323 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
12324 Use it for the two large tests.
12325
c8f002c7
AD
123262002-08-02 Akim Demaille <akim@epita.fr>
12327
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
12337 reduced to...
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.
12344
cd08e51e
AD
123452002-08-01 Akim Demaille <akim@epita.fr>
12346
12347 Instead of attaching lookaheads and duplicating the rules being
12348 reduced by a state, attach the lookaheads to the reductions.
12349
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
12355 to 0.
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.
12369
bb0027a9
AD
123702002-08-01 Akim Demaille <akim@epita.fr>
12371
12372 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
12373 `rule_number_t**'.
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.
12384
3325ddc4
AD
123852002-08-01 Akim Demaille <akim@epita.fr>
12386
12387 * lib/timevar.c (get_time): Include children time.
12388 * src/lalr.h (LA, LArule): Don't export them: used with the
12389 state_t.
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
12394 table_size, not >.
12395 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
12396 (tables_generate): do it, since that's also it which allocates
12397 them.
12398 Don't free LA and LArule, main does.
12399
c6f1a33c
AD
124002002-07-31 Akim Demaille <akim@epita.fr>
12401
12402 Separate parser tables computation and output.
12403
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.
12425
1509d42f
AD
124262002-07-31 Akim Demaille <akim@epita.fr>
12427
12428 Steal GCC's --time-report support.
12429
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
12437 --trace=time.
12438 * src/main.c (stage): Remove.
12439 (main): Replace `stage' invocations with timevar calls.
12440 * src/output.c: Insert pertinent timevar calls.
12441
273a74fa
AD
124422002-07-31 Akim Demaille <akim@epita.fr>
12443
12444 Let --trace have arguments.
12445
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
12449 argument.
12450 Change all the uses of trace_flag to reflect the new flags.
12451 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
12452
12453 Strengthen `stage' portability.
12454
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.
12461
217598da
AD
124622002-07-30 Akim Demaille <akim@epita.fr>
12463
12464 In verbose parse error message, don't report `error' as an
12465 expected token.
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
12470 that state.
12471
52489d44
AD
124722002-07-30 Akim Demaille <akim@epita.fr>
12473
12474 Normalize conflict related messages.
12475
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.
12481
e8832397
AD
124822002-07-30 Akim Demaille <akim@epita.fr>
12483
12484 Report rules which are never reduced by the parser: those hidden
12485 by conflicts.
12486
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.
12498
caf23d24
AD
124992002-07-30 Akim Demaille <akim@epita.fr>
12500
12501 `stage' was accidently included in a previous patch.
12502 Initiate its autoconfiscation.
12503
12504 * configure.in: Look for malloc.h and sys/times.h.
12505 * src/main.c (stage): Adjust.
12506 Report only when trace_flag.
12507
640748ee
AD
125082002-07-29 Akim Demaille <akim@epita.fr>
12509
12510 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
12511 state_number_t.
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.
12517
88bce5a2
AD
125182002-07-29 Akim Demaille <akim@epita.fr>
12519
12520 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
12521
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.
12527 Adjust.
12528
1bfb97db
AD
125292002-07-29 Akim Demaille <akim@epita.fr>
12530
12531 * src/reduce.c (reduce_grammar): When the language is empty,
12532 complain about the start symbol, not the axiom.
12533 Use its location.
12534 * tests/reduce.at (Empty Language): New.
12535
fc5734fe
AD
125362002-07-26 Akim Demaille <akim@epita.fr>
12537
12538 * src/reader.h, src/reader.c (gram_error): ... can't get
12539 yycontrol without making too strong assumptions on the parser
12540 itself.
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
12544 visible here.
12545 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
12546 for the time being: %locations ought to provide it to yyerror.
12547
3650b4b8
AD
125482002-07-25 Akim Demaille <akim@epita.fr>
12549
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.
12553
4b3d3a8e
AD
125542002-07-25 Akim Demaille <akim@epita.fr>
12555
12556 Stop storing rules from 1 to nrules + 1.
12557
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
12567 shift and reduce.
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
12571 expected output.
12572 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
12573
4a2a22f4
AD
125742002-07-25 Akim Demaille <akim@epita.fr>
12575
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.
12581
b8df3223
AD
125822002-07-25 Akim Demaille <akim@epita.fr>
12583
12584 * data/yacc.c (yyreport_parse_error): New, extracted from...
12585 (yyparse): here.
12586 (yydestruct, yysymprint): Move above yyparse.
12587 Be K&R compliant.
12588
a762e609
AD
125892002-07-25 Akim Demaille <akim@epita.fr>
12590
12591 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
12592 replace...
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.
12596
12b0043a
AD
125972002-07-25 Akim Demaille <akim@epita.fr>
12598
12599 * src/gram.h (TIEM_NUMBER_MAX): New.
12600 (item_number_of_rule_number, rule_number_of_item_number): Rename
12601 as...
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,
12624 replaced with...
12625 (YYPACT_NINF, YYTABLE_NINF): these.
12626 (yypact, yytable): Compute their types instead of hard-coded
12627 `short'.
12628 * tests/regression.at (Web2c Actions): Adjust.
12629
5dde258a
AD
126302002-07-19 Akim Demaille <akim@epita.fr>
12631
12632 * src/scan-gram.l (id): Can start with an underscore.
12633
a945ec39
AD
126342002-07-16 Akim Demaille <akim@epita.fr>
12635
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
12639 `right'.
12640 (symbol_check_alias_consistence): Adjust.
12641
fae437e8
AD
126422002-07-09 Akim Demaille <akim@epita.fr>
12643
12644 * doc/bison.texinfo: Properly set the ``header'' part.
12645 Use @dircategory ``GNU programming tools'' as per Texinfo's
12646 documentation.
12647 Use @copying.
12648
1a715ef2
AD
126492002-07-09 Akim Demaille <akim@epita.fr>
12650
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.
12656
a5d50994
AD
126572002-07-09 Akim Demaille <akim@epita.fr>
12658
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):
12665 Adjust.
12666
b275314e
AD
126672002-07-09 Akim Demaille <akim@epita.fr>
12668
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.
12673
865b9df1
AD
126742002-07-09 Akim Demaille <akim@epita.fr>
12675
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>.
12679
c76e14da
AD
126802002-07-09 Akim Demaille <akim@epita.fr>
12681
12682 * data/yacc.c: Output the copyright notive in the header.
12683
7db2ed2d
AD
126842002-07-03 Akim Demaille <akim@epita.fr>
12685
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',
12691 unused.
12692 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
12693 * data/lalr1.cc (nsym_): Remove, unused.
12694
e68e0410
AD
126952002-07-03 Akim Demaille <akim@epita.fr>
12696
12697 * src/lalr.h, src/lalr.c (goto_number_t): New.
12698 * src/lalr.c (goto_list_t): New.
12699 Propagate them.
12700 * src/nullable.c (rule_list_t): New.
12701 Propagate.
12702 * src/types.h: Remove.
12703
e1a4f3a4
AD
127042002-07-03 Akim Demaille <akim@epita.fr>
12705
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.
12711
536545f3
AD
127122002-07-03 Akim Demaille <akim@epita.fr>
12713
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.
12721
8b752b00
AD
127222002-07-03 Akim Demaille <akim@epita.fr>
12723
12724 Fix some memory leaks, and fix a bug: state 0 was examined twice.
12725
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.
12740 (state_free): New.
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'.
12745
613f5e1a
AD
127462002-07-02 Akim Demaille <akim@epita.fr>
12747
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.
12753
26e0cadc
PE
127542002-07-01 Paul Eggert <eggert@twinsun.com>
12755
12756 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
12757 char, so that negative chars don't collide with $.
12758
1154cced
AD
127592002-06-30 Akim Demaille <akim@epita.fr>
12760
12761 Have the GLR tests be `warning' checked, and fix the warnings.
12762
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.
12777 Use them.
12778 * tests/cxx-gram.at: Use quotation to protect $1.
12779 Use AT_COMPILE to enable warnings hunts.
12780 Prototype yylex and yyerror.
12781 `Use' argc.
12782 Include `string.h', not `strings.h'.
12783 Produce and prototype stmtMerge only when used.
12784 yylex takes a location.
12785
97650f4e
AD
127862002-06-30 Akim Demaille <akim@epita.fr>
12787
12788 We spend a lot of time in quotearg, in particular when --verbose.
12789
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.
12793
d2576365
AD
127942002-06-30 Akim Demaille <akim@epita.fr>
12795
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.
12799
ccaf65bc
AD
128002002-06-30 Akim Demaille <akim@epita.fr>
12801
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.
12808
87675353
AD
128092002-06-30 Akim Demaille <akim@epita.fr>
12810
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.
12822
ce4ccb4b
AD
128232002-06-30 Akim Demaille <akim@epita.fr>
12824
12825 Display items as we display rules.
12826
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.
12835
bc933ef1
AD
128362002-06-30 Akim Demaille <akim@epita.fr>
12837
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.
12842
53d4308d
AD
128432002-06-30 Akim Demaille <akim@epita.fr>
12844
12845 * src/output.c (action_row): Let default_rule be always a rule
12846 number.
12847
574fb2d5
AD
128482002-06-30 Akim Demaille <akim@epita.fr>
12849
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.
12858
05811fd7
AD
128592002-06-30 Akim Demaille <akim@epita.fr>
12860
12861 * src/print_graph.c: Use report_flag.
12862
0e4d5753
AD
128632002-06-30 Akim Demaille <akim@epita.fr>
12864
12865 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
12866 to...
12867 * src/relation.h, src/relation.c (traverse, relation_digraph)
12868 (relation_print, relation_transpose): New.
12869
24c7d800
AD
128702002-06-30 Akim Demaille <akim@epita.fr>
12871
12872 * src/state.h, src/state.c (shifts_to): New.
12873 * src/lalr.c (build_relations): Use it.
12874
9222837b
AD
128752002-06-30 Akim Demaille <akim@epita.fr>
12876
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.
12884
260008e5
AD
128852002-06-30 Akim Demaille <akim@epita.fr>
12886
12887 * src/symtab.c (symbol_new): Initialize the `printer' member.
12888
8a731ca8
AD
128892002-06-30 Akim Demaille <akim@epita.fr>
12890
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.
12896
32e1e0a4
AD
128972002-06-30 Akim Demaille <akim@epita.fr>
12898
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
12903 argument.
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...
12908 (shifts_t): this.
12909 Adjust all dependencies.
12910 * src/state.h (state_t): Remove the `next' member.
12911
e5fb6710
AD
129122002-06-30 Akim Demaille <akim@epita.fr>
12913
12914 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
12915 escaped in slot 0.
12916
c7ca99d4
AD
129172002-06-30 Akim Demaille <akim@epita.fr>
12918
12919 Use hash.h for the state hash table.
12920
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
12927 used.
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'.
12936
df0e7316
AD
129372002-06-30 Akim Demaille <akim@epita.fr>
12938
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.
12945
39f41916
AD
129462002-06-30 Akim Demaille <akim@epita.fr>
12947
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.
12952
d57650a5
AD
129532002-06-30 Akim Demaille <akim@epita.fr>
12954
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*.
12959
5a08f1ce
AD
129602002-06-30 Akim Demaille <akim@epita.fr>
12961
12962 Make the test suite pass with warnings checked.
12963
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.
12968
720623af
PH
129692002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12970
88e7e941 12971 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
12972 reorganize first lines parallel to yacc.c.
12973
fb8135fa
AD
129742002-06-28 Akim Demaille <akim@epita.fr>
12975
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.
12979
41442480
AD
129802002-06-28 Akim Demaille <akim@epita.fr>
12981
12982 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
12983 unused variables.
12984 * src/output.c (merger_output): static.
12985
e0e5bf84
AD
129862002-06-28 Akim Demaille <akim@epita.fr>
12987
ba0fe3c7 12988 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
e0e5bf84
AD
12989 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
12990 pacify GCC.
12991 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 12992
676385e2
PH
129932002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12994
12995 Accumulated changelog for new GLR parsing features.
12996
6a254321 12997 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
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.
e0e5bf84 13005
676385e2
PH
13006 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
13007
13008 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
13009 Akim Demaille.
13010
13011 * data/bison.glr: Change name to glr.c
13012 * data/glr.c: Renamed from bison.glr.
13013 * data/Makefile.am: Add glr.c
e0e5bf84
AD
13014
13015 * src/getargs.c:
13016
676385e2 13017 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
ba0fe3c7 13018 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 13019
676385e2
PH
13020 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13021
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.
13025
13026 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13027
13028 * data/bison.glr: Bring up to date with changes to bison.simple.
13029
13030 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13031
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.
e0e5bf84 13039
676385e2
PH
13040 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13041
13042 * src/reader.h: Add declaration for free_merger_functions.
13043
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.
13050
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.
e0e5bf84 13054 (prepare_rules): Output dprec and merger tables.
676385e2 13055 (conflict_row): New function.
e0e5bf84 13056 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
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.
13069
13070 * src/gram.c (glr_parser): New flag.
13071 (grammar_free): Call free_merger_functions.
13072
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.
e0e5bf84 13076 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
13077 interface.
13078 (conflicts_print): Ditto.
13079 (count_total_conflicts): New function.
13080
13081 * src/reader.h (merger_list): New type.
13082 (merge_functions): New variable.
13083
13084 * src/lex.h (tok_dprec, tok_merge): New token types.
13085
13086 * src/gram.h (rule_s): Add dprec and merger fields.
13087 (glr_parser): New flag.
13088
13089 * src/conflicts.h (count_total_conflicts): New function.
13090
13091 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
13092
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").
13098
13099 * data/bison.glr: New skeleton for GLR parsing.
13100
13101 * tests/cxx-gram.at: New tests for GLR parsing.
13102
13103 * tests/testsuite.at: Include cxx-gram.at.
13104
13105 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 13106
676385e2
PH
13107 * src/parse-gram.y:
13108
13109 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
13110
13111 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 13112
b5480d74 131132002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
13114
13115 * src/options.h, src/options.c: Remove.
13116 * src/getargs.c (short_options, long_options): New.
13117
60491a94
AD
131182002-06-27 Akim Demaille <akim@epita.fr>
13119
13120 * data/bison.simple, data/bison.c++: Rename as...
13121 * data/yacc.c, data/lalr1.cc: these.
13122 * doc/bison.texinfo (Environment Variables): Remove.
13123
9be0c25b
AD
131242002-06-25 Raja R Harinath <harinath@cs.umn.edu>
13125
13126 * src/getargs.c (report_argmatch): Initialize strtok().
13127
1ae72863
AD
131282002-06-20 Akim Demaille <akim@epita.fr>
13129
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.
13134
87542d29
AD
131352002-06-20 Akim Demaille <akim@epita.fr>
13136
13137 * data/bison.simple (yydestructor): Rename as...
13138 (yydestruct): this.
13139
1a31ed21
AD
131402002-06-20 Akim Demaille <akim@epita.fr>
13141
13142 * src/symtab.h, src/symtab.c (symbol_type_set)
13143 (symbol_destructor_set, symbol_precedence_set): The location is
13144 the last argument.
13145 Adjust all callers.
13146
e776192e
AD
131472002-06-20 Akim Demaille <akim@epita.fr>
13148
13149 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
13150 internals.
13151 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
13152 Takes a location.
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.
13158
5c1180b3
AD
131592002-06-20 Akim Demaille <akim@epita.fr>
13160
13161 * data/bison.simple (YYLEX): Fix the declaration when
13162 %pure-parser.
13163
e3170060
AD
131642002-06-20 Akim Demaille <akim@epita.fr>
13165
13166 * data/bison.simple (yysymprint): Don't print the token number,
13167 just its name.
13168 * tests/actions.at (Destructors): Rename as...
13169 (Printers and Destructors): this.
13170 Also exercise %printer.
13171
253862fd
AD
131722002-06-20 Akim Demaille <akim@epita.fr>
13173
13174 * data/bison.simple (YYDSYMPRINT): New.
13175 Use it to remove many of the #if YYDEBUG/if (yydebug).
13176
366eea36
AD
131772002-06-20 Akim Demaille <akim@epita.fr>
13178
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!).
13195
4f25ebb0
AD
131962002-06-20 Akim Demaille <akim@epita.fr>
13197
13198 * src/scan-gram.l: Complete the scanner with the missing patterns
13199 to pacify Flex.
13200 Use `quote' and `symbol_tag_get' where appropriate.
13201
93b68a0e
AD
132022002-06-19 Akim Demaille <akim@epita.fr>
13203
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
13209 user code here.
13210
58612f1d
AD
132112002-06-19 Akim Demaille <akim@epita.fr>
13212
74310291
AD
13213 * data/bison.simple (b4_pure_if): New.
13214 Use it instead of #ifdef YYPURE.
13215
132162002-06-19 Akim Demaille <akim@epita.fr>
13217
13218 * data/bison.simple (b4_location_if): New.
58612f1d
AD
13219 Use it instead of #ifdef YYLSP_NEEDED.
13220
f25bfb75
AD
132212002-06-19 Akim Demaille <akim@epita.fr>
13222
13223 Prepare @$ in %destructor, but currently don't bind it in the
13224 skeleton, as %location use is not cleaned up yet.
13225
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'.
13232 Adjust callers.
13233 * data/bison.simple (b4_eval): Remove.
13234 (b4_symbol_destructor): Adjust.
13235 * tests/input.at (Invalid @n): Adjust.
13236
c732d2c6
AD
132372002-06-19 Zack Weinberg <zack@codesourcery.com>
13238
13239 * doc/bison.texinfo: Document ability to have multiple
13240 prologue sections.
13241
8c165d89
AD
132422002-06-18 Akim Demaille <akim@epita.fr>
13243
13244 * src/files.c (compute_base_names): When computing the output file
13245 names from the input file name, strip the directory part.
13246
ca98bf57
AD
132472002-06-18 Akim Demaille <akim@epita.fr>
13248
13249 * data/bison.simple.new: Comment changes.
13250 Reported by Andreas Schwab.
13251
0bfb02ff
AD
132522002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
13253
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.
13257
24c0aad7
AD
132582002-06-18 Akim Demaille <akim@epita.fr>
13259
13260 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
13261 new member.
13262 (symbol_destructor_set): Adjust.
13263 * src/output.c (symbol_destructors_output): Output the destructor
13264 locations.
13265 Output the symbol name.
13266 * data/bison.simple (b4_symbol_destructor): Adjust.
13267
5719c109
AD
132682002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
13269 and Akim Demaille <akim@epita.fr>
13270
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.
13274
9280d3ef
AD
132752002-06-17 Akim Demaille <akim@epita.fr>
13276
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
13280 member.
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.
13294
dafdc66f
AD
132952002-06-17 Akim Demaille <akim@epita.fr>
13296
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
13301 the full M4 block.
13302 * src/symtab.c: Don't access directly to the symbol tag, use
13303 symbol_tag_get.
13304 * src/parse-gram.y: Use symbol_list_free.
13305
56c47203
AD
133062002-06-17 Akim Demaille <akim@epita.fr>
13307
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.
13316
1e0bab92
AD
133172002-06-17 Akim Demaille <akim@epita.fr>
13318
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.
13327
04e60654
AD
133282002-06-15 Akim Demaille <akim@epita.fr>
13329
13330 * src/parse-gram.y: Move %token in the declaration section so that
13331 we don't depend upon CVS Bison.
13332
10e5b8bd
AD
133332002-06-15 Akim Demaille <akim@epita.fr>
13334
13335 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
13336 * src/print.c (print_core): Use it.
13337
9801d40c
AD
133382002-06-15 Akim Demaille <akim@epita.fr>
13339
13340 * src/conflicts.c (log_resolution): Accept the rule involved in
13341 the sr conflicts instead of the lookahead number that points to
13342 that rule.
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.
13349
c0263492
AD
133502002-06-15 Akim Demaille <akim@epita.fr>
13351
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.
13357 (lalr): Adjust.
13358
9757c359
AD
133592002-06-15 Akim Demaille <akim@epita.fr>
13360
13361 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
13362 out of...
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.
13367
6b98e4b5
AD
133682002-06-15 Akim Demaille <akim@epita.fr>
13369
13370 Copy BYacc's nice way to report the grammar.
13371
13372 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
13373 New.
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.
13377
6b98e4b5
AD
133782002-06-15 Akim Demaille <akim@epita.fr>
13379
13380 Complete and rationalize `useless thing' warnings.
13381
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.
13390 Report it as such.
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.
13396
ee000ba4
AD
133972002-06-15 Akim Demaille <akim@epita.fr>
13398
13399 Let symbols have a location.
13400
13401 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
13402 (getsym): Adjust.
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
13407 location.
13408 * tests/regression.at (Invalid inputs): Adjust.
13409
8efe435c
AD
134102002-06-15 Akim Demaille <akim@epita.fr>
13411
13412 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
13413 (input): Don't try to initialize yylloc here, do it in the
13414 scanner.
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
13428 the line numbers.
13429
1921f1d7
AD
134302002-06-14 Akim Demaille <akim@epita.fr>
13431
13432 Grammar declarations may be found in the grammar section.
13433
13434 * src/parse-gram.y (rules_or_grammar_declaration): New.
13435 (declarations): Each declaration may end with a semicolon, not
13436 just...
13437 (grammar_declaration): `"%union"'.
13438 (grammar): Branch to rules_or_grammar_declaration.
13439
4515534c
AD
134402002-06-14 Akim Demaille <akim@epita.fr>
13441
13442 * src/main.c (main): Invoke scanner_free.
13443
f958596b
AD
134442002-06-14 Akim Demaille <akim@epita.fr>
13445
13446 * src/output.c (m4_invoke): Extracted from...
13447 (output_skeleton): here.
13448 Free tempfile.
13449
2c569025
AD
134502002-06-14 Akim Demaille <akim@epita.fr>
13451
13452 * src/parse-gram.y (directives, directive, gram)
13453 (grammar_directives, precedence_directives, precedence_directive):
13454 Rename as...
13455 (declarations, declaration, grammar, grammar_declaration)
13456 (precedence_declaration, precedence_declarator): these.
13457 (symbol_declaration): New.
13458
592e8d4d
AD
134592002-06-14 Akim Demaille <akim@epita.fr>
13460
13461 * src/files.c (action_obstack): Remove, unused.
13462 (output_obstack): Remove it, and all its dependencies, as it is no
13463 longer needed.
13464 * src/reader.c (epilogue_set): Build the epilogue in the
13465 muscle_obstack.
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.
13471
0c15323d
AD
134722002-06-14 Akim Demaille <akim@epita.fr>
13473
13474 * src/location.h: New, extracted from...
13475 * src/reader.h: here.
13476 * src/Makefile.am (noinst_HEADERS): Merge into
13477 (bison_SOURCES): this.
13478 Add location.h.
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.
13482
e96c9728
AD
134832002-06-14 Akim Demaille <akim@epita.fr>
13484
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.
13488
75d1fe16
AD
134892002-06-12 Akim Demaille <akim@epita.fr>
13490
13491 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
13492 eager.
13493 * tests/actions.at (Exotic Dollars): New.
13494
6c35d22c
AD
134952002-06-12 Akim Demaille <akim@epita.fr>
13496
13497 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
13498 ['"/] too eagerly.
13499 * tests/input.at (Torturing the Scanner): New.
13500
1d6412ad
AD
135012002-06-11 Akim Demaille <akim@epita.fr>
13502
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.
13508
4cdb01db
AD
135092002-06-11 Akim Demaille <akim@epita.fr>
13510
13511 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
13512 Adjust all callers.
13513 (scanner_last_string_free): New.
13514
44995b2e
AD
135152002-06-11 Akim Demaille <akim@epita.fr>
13516
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.
13521
e9955c83
AD
135222002-06-11 Akim Demaille <akim@epita.fr>
13523
13524 Have Bison grammars parsed by a Bison grammar.
13525
13526 * src/reader.c, src/reader.h (prologue_augment): New.
13527 * src/reader.c (copy_definition): Remove.
13528
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.
13539
13540 * src/reader.c (read_declarations): Remove, unused.
13541
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.
13548
13549 * src/reader.c (copy_dollar): Replace with...
13550 * src/scan-gram.h (handle_dollar): this.
13551 * src/parse-gram.y: Remove `%thong'.
13552
13553 * src/reader.c (copy_at): Replace with...
13554 * src/scan-gram.h (handle_at): this.
13555
13556 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
13557 New.
13558
13559 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
13560 time being.
13561
13562 * src/reader.h, src/reader.c (grammar_rule_end): New.
13563
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
13569 type name.
13570
13571 * src/parse-gram.y: Be sure to handle properly the beginning of
13572 rules.
13573
13574 * src/parse-gram.y: Handle %type.
13575 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
13576
13577 * src/parse-gram.y: More directives support.
13578 * src/options.c: No longer handle source directives.
13579
13580 * src/parse-gram.y: Fix %output.
13581
13582 * src/parse-gram.y: Handle %union.
13583 Use the prologue locations.
13584 * src/reader.c (parse_union_decl): Remove.
13585
13586 * src/reader.h, src/reader.c (epilogue_set): New.
13587 * src/parse-gram.y: Use it.
13588
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.
13592 Adjust.
13593 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
13594
13595 * src/output.c (actions_output): Don't output braces, as they are
13596 already handled by the scanner.
13597
13598 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
13599 characters to themselves.
13600
13601 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
13602 that the epilogue has a proper #line.
13603
13604 * src/parse-gram.y: Handle precedence/associativity.
13605
13606 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
13607 a terminal.
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.
13611
13612 * src/scan-gram.l: Escape M4 characters.
13613
13614 * src/scan-gram.l: Working properly with escapes in user
13615 strings/characters.
13616
13617 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
13618 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
13619 grammar.
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
13622 of memory.
13623
13624 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
13625 stricter %token grammar.
13626
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.
13630
13631 * tests/regression.at (Invalid %directive): Remove, as it is now
13632 meaningless.
13633 (Invalid inputs): Adjust to the new error messages.
13634 (Token definitions): The new grammar doesn't allow too many
13635 eccentricities.
13636
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.
13644
2e047461
AD
136452002-06-11 Akim Demaille <akim@epita.fr>
13646
cd05d13c 13647 * src/reader.c (parse_action): Don't store directly into the
2e047461
AD
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
13652 (readgram): here.
13653 Remove `action_flag', `rulelength', unused now.
13654
9af3fbce
AD
136552002-06-11 Akim Demaille <akim@epita.fr>
13656
13657 * src/reader.c (grammar_current_rule_prec_set).
13658 (grammar_current_rule_check): New, eved out from...
13659 (readgram): here.
13660 Remove `xaction', `first_rhs': useless.
13661 * tests/input.at (Type clashes): New.
13662 * tests/existing.at (GNU Cim Grammar): Adjust.
13663
1485e106
AD
136642002-06-11 Akim Demaille <akim@epita.fr>
13665
13666 * src/reader.c (grammar_midrule_action): New, Eved out from
13667 (readgram): here.
13668
da4160c3
AD
136692002-06-11 Akim Demaille <akim@epita.fr>
13670
13671 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
13672 New.
13673 (readgram): Use them as replacement of inlined code, crule and
13674 crule1.
13675
f6d0f937
AD
136762002-06-11 Akim Demaille <akim@epita.fr>
13677
13678 * src/reader.c (grammar_end, grammar_symbol_append): New.
13679 (readgram): Use them.
13680 Make the use of `p' as local as possible.
13681
69078d4b
AD
136822002-06-10 Akim Demaille <akim@epita.fr>
13683
13684 GCJ's parser requires the tokens to be defined before the prologue.
13685
13686 * data/bison.simple: Output the token definition before the user's
13687 prologue.
13688 * tests/regression.at (Braces parsing, Duplicate string)
13689 (Mixing %token styles): Check the output from bison.
13690 (Early token definitions): New.
13691
5e424082
AD
136922002-06-10 Akim Demaille <akim@epita.fr>
13693
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
13696 use it in...
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.
13700
44536b35
AD
137012002-06-10 Akim Demaille <akim@epita.fr>
13702
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.
13708
8b9f2372
AD
137092002-06-10 Akim Demaille <akim@epita.fr>
13710
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.
13715
13716 * src/reader.c (parse_thong_decl): Remove.
13717 * src/options.c (option_table): Remove "thong".
13718 * src/lex.h (tok_thong): Remove.
13719
3ae2b51f
AD
137202002-06-10 Akim Demaille <akim@epita.fr>
13721
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.
13726
2f1afb73
AD
137272002-06-09 Akim Demaille <akim@epita.fr>
13728
13729 Move symbols handling code out of the reader.
13730
13731 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
13732 (axiom): Move to...
13733 * src/symtab.h, src/symtab.c: here.
13734
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.
13739
13740 * src/reader.c (symbol_check_defined, symbol_make_alias)
13741 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
13742 (token_translations_init)
13743 Move to...
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
13748 argument.
13749
e9bca3ad
AD
137502002-06-03 Akim Demaille <akim@epita.fr>
13751
13752 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
13753 then statements.
13754
86eff183
AD
137552002-06-03 Akim Demaille <akim@epita.fr>
13756
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
13761 comma.
13762 * src/getargs.c (usage): Split long literal strings.
13763 Reported by Hans Aberg.
13764
717be197
AD
137652002-05-28 Akim Demaille <akim@epita.fr>
13766
13767 * data/bison.c++: Use C++ ostreams.
13768 (cdebug_): New member.
13769
670ddffd
AD
137702002-05-28 Akim Demaille <akim@epita.fr>
13771
13772 * src/output.c (output_skeleton): Be sure to allocate enough room
13773 for `/' _and_ for `\0' in full_skeleton.
13774
769b430f
AD
137752002-05-28 Akim Demaille <akim@epita.fr>
13776
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.
13782
7067cb36
PH
137832002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13784
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.
769b430f 13789
4a713ec2
PH
137902002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13791
769b430f 13792 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
13793 obstack_printf should be obstack_fgrow1.
13794
b408954b
AD
137952002-05-26 Akim Demaille <akim@epita.fr>
13796
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.
13802 Adjust callers.
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
13808 information.
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.
13813
a49aecd5
AD
138142002-05-26 Akim Demaille <akim@epita.fr>
13815
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):
13821 Rename as...
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.
13825
5504898e
AD
138262002-05-26 Akim Demaille <akim@epita.fr>
13827
13828 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
13829 `Error:' lines.
13830 * data/bison.simple (yystos) [YYDEBUG]: New.
13831 (yyparse) [YYDEBUG]: Display the symbols which are popped during
13832 error recovery.
13833 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
13834
ec3bc396
AD
138352002-05-25 Akim Demaille <akim@epita.fr>
13836
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
13841 by...
13842 (report_flag): this.
13843 Adjust all dependencies.
13844 (report_args, report_types, report_argmatch): New.
13845 (usage, getargs): Report/support -r, --report.
13846 * src/options.h
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
13850 struct.
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.
13857
78df8250
PE
138582002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13859 and Paul Eggert <eggert@twinsun.com>
769b430f 13860
78df8250
PE
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.
13867
c0c9ea05
PH
138682002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13869
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.
769b430f 13873 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
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.
769b430f 13878
c0c9ea05
PH
13879 * tests/regression.at: Modify expected output to agree with change
13880 to yyr1 and yytranslate.
769b430f 13881
6390a83f
FK
138822002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
13883
13884 * src/reader.c (parse_action): Use copy_character instead of
13885 obstack_1grow.
13886
db7c8e9a
AD
138872002-05-13 Akim Demaille <akim@epita.fr>
13888
13889 * tests/regression.at (Token definitions): Prototype yylex and
13890 yyerror.
13891
fcc61800
PH
138922002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13893
158c687b 13894 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
13895 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
13896 32-bit arithmetic.
13897 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
13898
5683e9b2
AD
138992002-05-07 Akim Demaille <akim@epita.fr>
13900
13901 * tests/synclines.at: Be sure to prototype yylex and yyerror to
13902 avoid GCC warnings.
13903
0c2d3f4c
AD
139042002-05-07 Akim Demaille <akim@epita.fr>
13905
13906 Kill GCC warnings.
13907
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
13915 `Type'.
13916 (muscle_insert_int_table): Remove, unused.
13917 (prepare_rules): Remove `max'.
13918
1565b720
AD
139192002-05-06 Akim Demaille <akim@epita.fr>
13920
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):
13924 here.
13925 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
13926
cfaee611
AD
139272002-05-06 Akim Demaille <akim@epita.fr>
13928
13929 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
13930 hash_do_for_each.
13931
458be8e0
AD
139322002-05-06 Akim Demaille <akim@epita.fr>
13933
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'.
13937 Adjust callers.
13938
a900a624
AD
139392002-05-06 Akim Demaille <akim@epita.fr>
13940
13941 * src/reader.c (packgram): No longer end `ritem' with a 0
13942 sentinel: it is not used.
13943
d4e7d3a1
AD
139442002-05-05 Akim Demaille <akim@epita.fr>
13945
13946 New experimental feature: display the lookaheads in the report and
13947 graph.
13948
13949 * src/print (print_core): When --trace-flag, display the rules
13950 lookaheads.
13951 * src/print_graph.c (print_core): Likewise.
13952 Swap the arguments.
13953 Adjust caller.
13954
39ceb25b
AD
139552002-05-05 Akim Demaille <akim@epita.fr>
13956
13957 * tests/torture.at (Many lookaheads): New test.
13958
5372019f
AD
139592002-05-05 Akim Demaille <akim@epita.fr>
13960
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.
13971 Move to...
13972 * src/gram.h, src/gram.c (grammar_free): here.
13973 * data/bison.simple, data/bison.c++: b4_token_number_max is now
13974 b4_translate_max.
13975
5df5f6d5
AD
139762002-05-05 Akim Demaille <akim@epita.fr>
13977
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'.
13983 Free rline and r1.
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.
13987
b87f8b21
AD
139882002-05-04 Akim Demaille <akim@epita.fr>
13989
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.
13996
8bb936e4
PE
139972002-05-03 Paul Eggert <eggert@twinsun.com>
13998
13999 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
14000 for K&R C.
14001
140022002-05-03 gettextize <bug-gnu-gettext@gnu.org>
14003
14004 * Makefile.am (SUBDIRS): Remove intl.
14005 (EXTRA_DIST): Add config/config.rpath.
14006
53c71a12
AD
140072002-05-03 Akim Demaille <akim@epita.fr>
14008
14009 * data/bison.simple (m4_if): Don't output empty enums.
14010 And actually, output valid enum definitions :(.
14011
289dd0cf
AD
140122002-05-03 Akim Demaille <akim@epita.fr>
14013
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.
14018
db85e524
AD
140192002-05-03 Akim Demaille <akim@epita.fr>
14020
14021 * configure.in (GETTEXT_VERSION): New.
14022 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
14023
83ccf991
AD
140242002-05-03 Akim Demaille <akim@epita.fr>
14025
14026 * data/bison.simple (b4_token_enum): New.
14027 (b4_token_defines): Use it to output tokens both as #define and
14028 enums.
14029 Suggested by Paul Eggert.
14030 * src/output.c (token_definitions_output): Don't output spurious
14031 white spaces.
14032
1f418995
AD
140332002-05-03 Akim Demaille <akim@epita.fr>
14034
14035 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
14036
45119f04
RA
140372002-05-02 Robert Anisko <robert@lrde.epita.fr>
14038
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.
14041
b2d52318
AD
140422002-05-02 Akim Demaille <akim@epita.fr>
14043
14044 * data/bison.simple (yyparse): Do not implement @$ = @1.
14045 (YYLLOC_DEFAULT): Adjust to do it.
14046 * doc/bison.texinfo (Location Default Action): Fix.
14047
3a8b4109
AD
140482002-05-02 Akim Demaille <akim@epita.fr>
14049
14050 * src/reader.c (parse_braces): Merge into...
14051 (parse_action): this.
14052
84614e13
AD
140532002-05-02 Akim Demaille <akim@epita.fr>
14054
14055 * configure.in (ALL_LINGUAS): Remove.
14056 * po/LINGUAS, hr.po: New.
14057
fdbcd8e2
AD
140582002-05-02 Akim Demaille <akim@epita.fr>
14059
14060 Remove the so called hairy (semantic) parsers.
14061
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
14067 support.
14068 * src/output.c, src/output.h (guards_output): Remove.
14069 (prepare): Adjust.
14070 (token_definitions_output): Don't output the `T'
14071 tokens (???).
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
14075 members.
14076 Adjust dependencies.
14077 (parse_guard): Remove.
14078 * data/bison.hairy: Remove.
14079 * doc/bison.texinfo (Environment Variables): Remove occurrences of
14080 BISON_HAIRY.
14081
82b6cb3f
AD
140822002-05-02 Akim Demaille <akim@epita.fr>
14083
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.
14087 Adjust callers.
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.
900c877b
AD
14091 Note: this patch partially drops `semantic-parser' support: it
14092 always does `rule_length - n', where semantic parsers ought to
14093 always use `-n'.
82b6cb3f
AD
14094 * data/bison.simple, data/bison.c++ (b4_lhs_value)
14095 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
14096
6cbfbcc5
AD
140972002-05-02 Akim Demaille <akim@epita.fr>
14098
14099 * configure.in (AC_INIT): Bump to 1.49b.
14100 (AM_INIT_AUTOMAKE): Short invocation.
14101
b8548114
AD
141022002-05-02 Akim Demaille <akim@epita.fr>
14103
14104 Version 1.49a.
14105
c20cd1fa
AD
141062002-05-01 Akim Demaille <akim@epita.fr>
14107
14108 * src/skeleton.h: Remove.
14109
8a9566d4
AD
141102002-05-01 Akim Demaille <akim@epita.fr>
14111
14112 * src/skeleton.h: Fix the #endif.
14113 Reported by Magnus Fromreide.
14114
8c6d399a
PE
141152002-04-26 Paul Eggert <eggert@twinsun.com>
14116
14117 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
14118 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 14119 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 14120
2b7ed18a
RA
141212002-04-25 Robert Anisko <robert@lrde.epita.fr>
14122
14123 * src/scan-skel.l: Postprocess quadrigraphs.
14124
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.
14132
14133 * tests/calc.at: Exercise M4 quoting.
14134
34a89c50
AD
141352002-04-25 Akim Demaille <akim@epita.fr>
14136
14137 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
14138 between `!' and the command.
14139 Reported by Paul Eggert.
14140
0dd1580a
RA
141412002-04-24 Robert Anisko <robert@lrde.epita.fr>
14142
14143 * tests/calc.at: Exercise prologue splitting.
14144
14145 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
14146 `b4_post_prologue' instead of `b4_prologue'.
14147
14148 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
14149 muscles.
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.
14157
83c1796f
PE
141582002-04-23 Paul Eggert <eggert@twinsun.com>
14159
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).
14163
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.
14168
14169 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
14170
1207eeac
AD
141712002-04-23 Akim Demaille <akim@epita.fr>
14172
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.
14178
78ab8f67
AD
141792002-04-22 Akim Demaille <akim@epita.fr>
14180
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.
14185
133c20e2
AD
141862002-04-22 Akim Demaille <akim@epita.fr>
14187
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.
14191
9515e8a7
AD
141922002-04-22 Akim Demaille <akim@epita.fr>
14193
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.
14197
23c5a174
AD
141982002-04-22 Akim Demaille <akim@epita.fr>
14199
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)).
14209
5fbb0954
AD
142102002-04-22 Akim Demaille <akim@epita.fr>
14211
14212 Propagate more token_number_t.
14213
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.
14223
4f940944
AD
142242002-04-22 Akim Demaille <akim@epita.fr>
14225
14226 * src/output.h, src/output.c (get_lines_number): Remove.
14227
3ded9a63
AD
142282002-04-19 Akim Demaille <akim@epita.fr>
14229
14230 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
14231 as Lex/Flex'.
14232 (Debugging): More details about enabling the debugging features.
14233 (Table of Symbols): Describe $$, $n, @$, and @n.
14234 Suggested by Tim Josling.
14235
e0c471a9
AD
142362002-04-19 Akim Demaille <akim@epita.fr>
14237
14238 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
14239
fecc10cd
AD
142402002-04-10 Akim Demaille <akim@epita.fr>
14241
14242 * src/system.h: Rely on HAVE_LIMITS_H.
14243 Suggested by Paul Eggert.
14244
51dec47b
AD
142452002-04-09 Akim Demaille <akim@epita.fr>
14246
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.
14255 Adjust the tests.
14256 Error message are for stderr, not stdout.
14257
007a50a4
AD
142582002-04-09 Akim Demaille <akim@epita.fr>
14259
14260 * src/gram.h, src/gram.c (error_token_number): Remove, use
14261 errtoken->number.
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
14268 hard coded 2.
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
14271 might not be 2).
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.
14278
14279 * tests/conflicts.at (Solved SR Conflicts)
14280 (Unresolved SR Conflicts): Adjust.
14281 * tests/regression.at (Web2c Actions): Adjust.
14282
06446ccf
AD
142832002-04-08 Akim Demaille <akim@epita.fr>
14284
14285 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
14286 Adding #line.
14287 Remove the duplicate `typedefs'.
14288 (RhsNumberType): Fix the declaration and various other typos.
14289 Use __ofile__.
14290 * data/bison.simple: Use __ofile__.
14291 * src/scan-skel.l: Handle __ofile__.
14292
62a3e4f0
AD
142932002-04-08 Akim Demaille <akim@epita.fr>
14294
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
14298 numbers.
14299 Adjust all dependencies (pretty many).
14300 * src/reduce.c (rule): Remove this `short *' pointer: use
14301 item_number_t.
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
14311 500.
14312 * tests/regression.at (Web2c Actions): Ajust.
14313
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
14318 C), it passes.
14319 * src/state.h (state_h): Code input lines on ints, not shorts.
14320
bb88b0fc
AD
143212002-04-08 Akim Demaille <akim@epita.fr>
14322
14323 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
14324 and then the grammar.
14325
9a636f47
AD
143262002-04-08 Akim Demaille <akim@epita.fr>
14327
14328 * src/system.h: No longer using strndup.
14329
680e8701
AD
143302002-04-07 Akim Demaille <akim@epita.fr>
14331
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):
14336 New.
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
14340 253.
14341 * tests/regression.at (Web2c Actions): Adjust.
14342
817e9f41
AD
143432002-04-07 Akim Demaille <akim@epita.fr>
14344
14345 * tests/torture.at (Big triangle): New.
14346 (GNU AWK Grammar, GNU Cim Grammar): Move to...
14347 * tests/existing.at: here.
14348
5123689b
AD
143492002-04-07 Akim Demaille <akim@epita.fr>
14350
14351 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
14352 nritems.
14353 Adjust dependencies.
14354
f3849179
AD
143552002-04-07 Akim Demaille <akim@epita.fr>
14356
14357 * src/reader.c: Normalize increments to prefix form.
14358
bd02036a
AD
143592002-04-07 Akim Demaille <akim@epita.fr>
14360
14361 * src/reader.c, symtab.c: Remove debugging code.
14362
db8837cb
AD
143632002-04-07 Akim Demaille <akim@epita.fr>
14364
14365 Rename all the `bucket's as `symbol_t'.
14366
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...
14370 (symbol_t): this.
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.
14379
72a23c97
AD
143802002-04-07 Akim Demaille <akim@epita.fr>
14381
14382 Use lib/hash for the symbol table.
14383
14384 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
14385 EOF.
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
14395 members.
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.
14400
280a38c3
AD
144012002-04-07 Akim Demaille <akim@epita.fr>
14402
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):
14407 Initialize.
14408 (reader): Don't.
14409 (errtoken, eoftoken, undeftoken, axiom): Extern.
14410
03b31c0c
AD
144112002-04-07 Akim Demaille <akim@epita.fr>
14412
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.
14417
8b3df748
AD
144182002-04-07 Akim Demaille <akim@epita.fr>
14419
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.
14422
e601aa1d
AD
144232002-04-07 Akim Demaille <akim@epita.fr>
14424
14425 * src/lalr.h (LA): Is a bitsetv, not bitset*.
14426
b0299a2e
AD
144272002-04-07 Akim Demaille <akim@epita.fr>
14428
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.
14432
d7e1f00c
AD
144332002-04-07 Akim Demaille <akim@epita.fr>
14434
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.
14439
cc9305dd
AD
144402002-04-07 Akim Demaille <akim@epita.fr>
14441
14442 As a result of the previous patch, it is no longer needed
14443 to reorder ritem itself.
14444
14445 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
14446
b0940840
AD
144472002-04-07 Akim Demaille <akim@epita.fr>
14448
14449 Be sure never to walk through RITEMS, but use only data related to
14450 the rules themselves. RITEMS should be banished.
14451
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.
14465
643a5994
AD
144662002-04-07 Akim Demaille <akim@epita.fr>
14467
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
14473 new_state.
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'.
14477
14478 As a result, now the rule 0, reducing to $axiom, is visible in the
14479 outputs. Adjust the test suite.
14480
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.
14485
b4c4ccc2
AD
144862002-04-07 Akim Demaille <akim@epita.fr>
14487
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.
14491
bba97eb2
AD
144922002-04-07 Akim Demaille <akim@epita.fr>
14493
14494 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
14495 bucket.
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'.
14503
c3b407f4
AD
145042002-04-07 Akim Demaille <akim@epita.fr>
14505
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.
14516
11652ab3
AD
145172002-04-07 Akim Demaille <akim@epita.fr>
14518
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...
14522
26b23c1a
AD
145232002-04-07 Akim Demaille <akim@epita.fr>
14524
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.
14528
18bcecb0
AD
145292002-04-07 Akim Demaille <akim@epita.fr>
14530
14531 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
14532 Normalize loops to using `< nrules + 1', not `<= nrules'.
14533
fa770c86
AD
145342002-04-07 Akim Demaille <akim@epita.fr>
14535
14536 * TODO: Update.
14537
d9b739c3
AD
145382002-04-07 Akim Demaille <akim@epita.fr>
14539
14540 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
14541 bucket.value as bucket.number.
14542
99013900
AD
145432002-04-07 Akim Demaille <akim@epita.fr>
14544
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.
14549
e966383b
PE
145502002-04-04 Paul Eggert <eggert@twinsun.com>
14551
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.
14557
145582002-04-03 Paul Eggert <eggert@twinsun.com>
14559
14560 * src/bison.data (YYSTACK_ALLOC): Depend on whether
14561 YYERROR_VERBOSE is nonzero, not whether it is defined.
14562
14563 Merge changes from bison-1_29-branch.
c307773e 14564
8d6c48b9
PE
145652002-03-20 Paul Eggert <eggert@twinsun.com>
14566
14567 Merge fixes from Debian bison_1.34-1.diff.
14568
14569 * configure.in (AC_PREREQ): 2.53.
14570
e53c6322
AD
145712002-03-20 Akim Demaille <akim@epita.fr>
14572
14573 * src/conflicts.c (log_resolution): Argument `resolution' is const.
14574
9ffbeca7
PE
145752002-03-19 Paul Eggert <eggert@twinsun.com>
14576
21db0b2a
PE
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.
14581
9ffbeca7
PE
14582 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
14583 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14584
642cb8f8
AD
145852002-03-19 Akim Demaille <akim@epita.fr>
14586
14587 Test and fix the #line outputs.
14588
14589 * tests/atlocal.at (GCC): New.
14590 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
0ffd4fd1 14591 (Prologue synch line, %union synch line, Postprologue synch line)
642cb8f8
AD
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.
14595
3c31a486
AD
145962002-03-19 Akim Demaille <akim@epita.fr>
14597
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.
14602
0d8bed56
AD
146032002-03-19 Akim Demaille <akim@epita.fr>
14604
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'.
14611
9208d17f
AD
146122002-03-14 Akim Demaille <akim@epita.fr>
14613
14614 Use Gettext 0.11.1.
14615
af27eacb
RA
146162002-03-09 Robert Anisko <robert@lrde.epita.fr>
14617
14618 * data/bison.c++: Make the user able to add members to the generated
14619 parser by subclassing.
14620
9101a310
RA
146212002-03-05 Robert Anisko <robert@lrde.epita.fr>
14622
14623 * src/reader.c (read_additionnal_code): `c' should be an integer, not
14624 a character.
14625 Reported by Nicolas Tisserand and Nicolas Burrus.
14626
fff9bf0b
RA
146272002-03-04 Robert Anisko <robert@lrde.epita.fr>
14628
14629 * src/reader.c: Warn about lacking semi-colons, do not complain.
14630
64dba31e
RA
146312002-03-04 Robert Anisko <robert@lrde.epita.fr>
14632
14633 * data/bison.c++: Remove a debug line.
14634
374f5a14
RA
146352002-03-04 Robert Anisko <robert@lrde.epita.fr>
14636
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.
14640
bfcf1f3a
AD
146412002-03-04 Akim Demaille <akim@epita.fr>
14642
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
14648 with a semi-colon.
14649
65ccf9fc
AD
146502002-03-04 Akim Demaille <akim@epita.fr>
14651
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
14655 RTC.
14656 * src/warshall.h, src/warshall.c: Remove.
14657 * tests/sets.at (Broken Closure): Adjust.
14658
d0039cbc
AD
146592002-03-04 Akim Demaille <akim@epita.fr>
14660
14661 * src/output.c (output_skeleton): tempdir is const.
14662 bytes_read is unused.
14663
345cea78
AD
146642002-03-04 Akim Demaille <akim@epita.fr>
14665
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:
14668 Update.
14669 From Michael Hayes.
14670
564801f7
AD
146712002-03-04 Akim Demaille <akim@epita.fr>
14672
14673 * src/closure.c (closure): `r' is unused.
14674
e5352bc7
AD
146752002-03-04 Akim Demaille <akim@epita.fr>
14676
14677 * tests/sets.at (Broken Closure): Add the ending `;'.
14678 * src/reader.at (readgram): Complain if a rule is not ended with a
14679 semi-colon.
14680
914feea9
AD
146812002-03-04 Akim Demaille <akim@epita.fr>
14682
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.
14688
f0250de6
AD
146892002-03-04 Akim Demaille <akim@epita.fr>
14690
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.
14694
ef017502
AD
146952002-03-04 Akim Demaille <akim@epita.fr>
14696
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.
14701
76514394
AD
147022002-03-04 Akim Demaille <akim@epita.fr>
14703
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.
14707
55024580
AD
147082002-03-04 Akim Demaille <akim@epita.fr>
14709
14710 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
14711 before returning.
14712 Reported by Benoit Perrot.
14713
f9abaa2c
AD
147142002-03-04 Akim Demaille <akim@epita.fr>
14715
14716 Use bitset operations when possible, not loops over bits.
14717
14718 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
14719 bitset_or.
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.
14723
0e721e75
AD
147242002-03-04 Akim Demaille <akim@epita.fr>
14725
14726 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
14727 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
14728 Ditto.
14729
0fb1ffb1
AD
147302002-03-04 Akim Demaille <akim@epita.fr>
14731
14732 * src/lalr.c (F): Now a bitset*.
14733 Adjust all dependencies.
14734
b86796bf
AD
147352002-03-04 Akim Demaille <akim@epita.fr>
14736
14737 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
14738 Adjust all dependencies.
14739
602bbf31
AD
147402002-03-04 Akim Demaille <akim@epita.fr>
14741
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
14745 bitset*.
14746 Adjust all dependencies.
14747
d8a0245c
AD
147482002-03-04 Akim Demaille <akim@epita.fr>
14749
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.
14754
34ba9743
AD
147552002-03-04 Akim Demaille <akim@epita.fr>
14756
14757 * src/print.c: Convert to use bitset.h, not hand coded iterations
14758 over ints.
14759
ed86e78c
AD
147602002-03-04 Akim Demaille <akim@epita.fr>
14761
14762 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
14763
dfdb1797
AD
147642002-03-04 Akim Demaille <akim@epita.fr>
14765
14766 * src/closure.c (ruleset): Be a bitset.
14767 (rulesetsize): Remove.
14768
7086e707
AD
147692002-03-04 Akim Demaille <akim@epita.fr>
14770
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.
14775
98254360
RA
147762002-02-28 Robert Anisko <robert@lrde.epita.fr>
14777
14778 * data/bison.c++: Merge the two generated headers. Insert a copyright
14779 notice in each output file.
14780
a75c057f
AD
147812002-02-28 Akim Demaille <akim@epita.fr>
14782
14783 * data/bison.c++: Copy the prologue of bison.simple to fetch
14784 useful M4 definitions, such as b4_header_guard.
14785
06b00abc
AD
147862002-02-25 Akim Demaille <akim@epita.fr>
14787
14788 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
14789 translator friendly scheme for the bgr
14790 copyright notice.
06b00abc 14791
70e7d534
AD
147922002-02-25 Akim Demaille <akim@epita.fr>
14793
14794 * src/output.c (header_output): Remove, now handled completely via
14795 M4.
14796
abe017f6
AD
147972002-02-25 Akim Demaille <akim@epita.fr>
14798
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
14802 hard coded name.
14803
381fb12e
AD
148042002-02-25 Akim Demaille <akim@epita.fr>
14805
14806 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
14807 Fileutils 4.1.5.
14808 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
14809 * src/output.c (output_skeleton): Use mkstemp to create a real
14810 temporary file.
14811 Move the filling of `skeleton' and its muscle to...
14812 (prepare): here.
14813 (output): Move the definition of the prologue muscle to...
14814 (prepare): here.
14815 * src/system.h (DEFAULT_TMPDIR): New.
14816
6f38107f
PE
148172002-02-14 Paul Eggert <eggert@twinsun.com>
14818
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.
14823
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.
14831
80cce3da
AD
148322002-02-14 Akim Demaille <akim@epita.fr>
14833
14834 * tests/regression.at (else): Adjust to Andreas' change.
14835
842e8679
AD
148362002-02-14 Akim Demaille <akim@epita.fr>
14837
14838 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
14839
4bda3f10
AD
148402002-02-13 Andreas Schwab <schwab@suse.de>
14841
14842 * src/output.c (output_rule_data): Don't output NULL, it might
14843 not be defined yet.
14844
4162fa07 148452002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 14846
4162fa07
RA
14847 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
14848 (Copyright notice): Update.
b418ecd8 14849
bd16a5dc
AD
148502002-02-11 Akim Demaille <akim@epita.fr>
14851
14852 * tests/regression.at (%nonassoc and eof): Don't include
14853 nonportable headers.
14854
8d69a1a3
RA
148552002-02-08 Robert Anisko <robert@lrde.epita.fr>
14856
14857 * data/bison.c++: Correct error recovery. Make the user able to
14858 initialize the starting location.
14859
9b2d0677
AD
148602002-02-07 Akim Demaille <akim@epita.fr>
14861
14862 * tests/input.at: New.
14863
69e2658b
RA
148642002-02-07 Robert Anisko <robert@lrde.epita.fr>
14865
14866 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 14867 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
14868 directives around tables only needed for debugging.
14869
4aacc3a7
RA
148702002-02-07 Robert Anisko <robert@lrde.epita.fr>
14871
14872 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
14873 C++ parsers.
14874 (yy::b4_name::parse): Use print_.
14875
762a801e
RA
148762002-02-07 Robert Anisko <robert@lrde.epita.fr>
14877
14878 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
14879
4bb2bc3f
RA
148802002-02-07 Robert Anisko <robert@lrde.epita.fr>
14881
14882 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
14883 C++ parsers.
14884 (yy::b4_name::parse): Build verbose error messages, and use error_.
14885
6b45a3ca
RA
148862002-02-06 Robert Anisko <robert@lrde.epita.fr>
14887
14888 * data/bison.c++: Fix m4 quoting in comments.
14889
50997c6e
RA
148902002-02-06 Robert Anisko <robert@lrde.epita.fr>
14891
14892 * data/bison.c++: Adjust the parser code. Fix some muscles that were
14893 not expanded by m4.
14894
3f3eed27
AD
148952002-02-05 Akim Demaille <akim@epita.fr>
14896
14897 * data/bison.c++: Adjust to the M4 back end.
14898 More is certainly needed.
14899
be2a1a68
AD
149002002-02-05 Akim Demaille <akim@epita.fr>
14901
14902 Give a try to M4 as a back end.
14903
14904 * lib/readpipe.c: New, from wdiff.
14905 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
14906 BISON_HAIRY.
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
14915 action member.
14916 Adjust callers.
14917 (output_skeleton): Don't look for the skeleton location, let m4 do
14918 that.
14919 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
14920 file will be used.
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
14931 to date.
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.
14936
beda758b
AD
149372002-02-05 Akim Demaille <akim@epita.fr>
14938
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.
14942
5ece6d43
AD
149432002-02-05 Akim Demaille <akim@epita.fr>
14944
14945 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
14946 which have no values.
14947
5bb18f9a
AD
149482002-02-05 Akim Demaille <akim@epita.fr>
14949
14950 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
14951 * data/: here.
14952
894dd62e
PE
149532002-01-29 Paul Eggert <eggert@twinsun.com>
14954
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).
14958
82841af7
AD
149592002-01-27 Akim Demaille <akim@epita.fr>
14960
14961 Fix `%nonassoc and eof'.
14962
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);
14966 with
14967 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
14968 !!!
14969 * tests/regression.at (%nonassoc and eof): Adjust to newest
14970 Autotest: `.' is not in the PATH.
14971
318b76e9
AD
149722002-01-27 Akim Demaille <akim@epita.fr>
14973
14974 * tests/sets.at (AT_EXTRACT_SETS): New.
14975 (Nullable): Use it.
14976 (Firsts): New.
14977
30d2f3d5
AD
149782002-01-26 Akim Demaille <akim@epita.fr>
14979
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.
14983
30f8c395
AD
149842002-01-25 Akim Demaille <akim@epita.fr>
14985
14986 * tests/regression.at (%nonassoc and eof): New.
14987 Suggested by Robert Anisko.
14988
29ae55f1
AD
149892002-01-24 Akim Demaille <akim@epita.fr>
14990
14991 Bison dumps core when trying to complain about broken input files.
14992 Reported by Cris van Pelt.
14993
14994 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
14995 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
14996 into...
14997 (Invalid inputs): Strengthen: exercise parse_percent_token.
14998
2b548aa6
RA
149992002-01-24 Robert Anisko <robert.anisko@epita.fr>
15000
15001 * src/Makefile.am: Add bison.c++.
15002 * src/bison.c++: New skeleton.
15003
bb0146c2
AD
150042002-01-21 Paolo Bonzini <bonzini@gnu.org>
15005
15006 * po/it.po: New.
15007
bec30531
AD
150082002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
15009
15010 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
15011
fc6edc45
MA
150122002-01-20 Marc Autret <marc@gnu.org>
15013
15014 * src/files.c (compute_output_file_names): Fix
15015
5e5d5415
MA
150162002-01-20 Marc Autret <marc@gnu.org>
15017
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.
15022
44ea3fbd
MA
150232002-01-20 Marc Autret <marc@gnu.org>
15024
ba0fe3c7
PE
15025 * src/system.h: Need to define __attribute__ away for non-GCC
15026 compilers as well (i.e., the vendor C compiler).
44ea3fbd
MA
15027 Suggested by Albert Chin-A-Young.
15028
338963d1
TVH
150292002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
15030
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).
15035
c57b2479
AD
150362002-01-11 Akim Demaille <akim@epita.fr>
15037
15038 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 15039 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 15040
b85810ae
AD
150412002-01-09 Akim Demaille <akim@epita.fr>
15042
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
15047 `output-suffix'.
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.
15054
cae60122
AD
150552002-01-09 Akim Demaille <akim@epita.fr>
15056
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.
15062
ae404801
AD
150632002-01-08 Akim Demaille <akim@epita.fr>
15064
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.
15071
22312b71
AD
150722002-01-08 Akim Demaille <akim@epita.fr>
15073
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
15078 prototype.
15079
a67cef01
TVH
150802002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
15081
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.
15087
2b25d624
AD
150882002-01-06 Akim Demaille <akim@epita.fr>
15089
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.
15095
3460813b
AD
150962002-01-06 Akim Demaille <akim@epita.fr>
15097
15098 Bison is dead wrong in its RR conflict reports.
15099
15100 * tests/torture.at (GNU Cim Grammar): New.
15101 * src/conflicts.c (count_rr_conflicts): Fix.
15102
73784c64
AD
151032002-01-06 Akim Demaille <akim@epita.fr>
15104
15105 Creating package.m4 from configure.ac causes too many problems.
15106
15107 * tests/Makefile.am (package.m4): Create it by hand,
15108 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
15109
25d81090
AD
151102002-01-06 Akim Demaille <akim@epita.fr>
15111
15112 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
15113 skeleton.h.
15114
a9b8959e
PE
151152002-01-04 Paul Eggert <eggert@twinsun.com>
15116
15117 * doc/bison.texinfo (Debugging):
15118 Remove YYSTDERR; it's no longer defined or used.
15119 Also, s/cstdio.h/cstdio/.
15120
25d81090
AD
151212002-01-03 Akim Demaille <akim@epita.fr>
15122
15123 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
15124
1109455c
AD
151252002-01-03 Akim Demaille <akim@epita.fr>
15126
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
15129 args.
15130
7ea5e977
AD
151312002-01-03 Akim Demaille <akim@epita.fr>
15132
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/.
15139
fab5b110
AD
151402002-01-03 Akim Demaille <akim@epita.fr>
15141
15142 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
15143 for non system headers.
15144
aed7fd9b
AD
151452002-01-02 Akim Demaille <akim@epita.fr>
15146
15147 Equip the skeleton chain with location tracking, runtime trace,
15148 pure parser and scanner.
15149
15150 * src/parse-skel.y: Request a pure parser, locations, and prefix
15151 renaming.
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.
15157 Handle locations.
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.
15161
24fad99e
AD
151622001-12-30 Akim Demaille <akim@epita.fr>
15163
15164 * src/parse-skel.y: Get rid of the shift/reduce conflict:
15165 replace `gb' with BLANKS.
15166 * src/scan-skel.l: Adjust.
15167
a4b36db4
AD
151682001-12-30 Akim Demaille <akim@epita.fr>
15169
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
15175 not visible.
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.
15180
1239777d
AD
151812001-12-30 Akim Demaille <akim@epita.fr>
15182
15183 * src/skeleton.h: New.
15184 * src/output.c (output_parser, output_master_parser): Remove, dead
15185 code.
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'.
15197
9b3add5b
RA
151982001-12-30 Robert Anisko <robert.anisko@epita.fr>
15199
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...
15204
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
15209 names.
15210
15211 * src/files.h (strsuffix, stringappend): Add declarations.
15212 (tab_extension): Add declaration.
15213 (short_base_name): Add declaration.
15214
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
fab5b110 15219 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
15220 names.
15221 (short_base_name): No longer static.
15222
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.
15228
15229 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
15230
fab5b110 15231 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
15232 parse-skel.y.
15233
15234 * src/parse-skel.y: New file.
15235 * src/scan-skel.l: New file.
15236
b5b61c61
AD
152372001-12-29 Akim Demaille <akim@epita.fr>
15238
15239 %name-prefix is broken.
15240
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
15244 %name-prefix.
15245
15246 Renaming yylval but not yylloc is not consistent. Now we do.
15247
15248 * src/bison.simple: Prefix yylloc if used.
15249 * doc/bison.texinfo (Decl Summary): Document that.
15250
8c9a50be
AD
152512001-12-29 Akim Demaille <akim@epita.fr>
15252
15253 * doc/bison.texinfo: Promote `%long-directive' over
15254 `%long_directive'.
15255 Remove all references to fixed-output-files, yacc is enough.
15256
d99361e6
AD
152572001-12-29 Akim Demaille <akim@epita.fr>
15258
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.
15263
b9cecb91
AD
152642001-12-29 Akim Demaille <akim@epita.fr>
15265
15266 * src/output.c (header_output): Don't forget to export YYLTYPE and
15267 yylloc.
15268 * tests/headers.at (export YYLTYPE): New, make sure it does.
15269 * tests/regression.at (%union and --defines, Invalid CPP headers):
15270 Move to...
15271 * tests/headers.at: here.
15272
aea13e97
AD
152732001-12-29 Akim Demaille <akim@epita.fr>
15274
15275 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
15276
931394cb
AD
152772001-12-29 Akim Demaille <akim@epita.fr>
15278
15279 * tests/actions.at (Mid-rule actions): Output on a single line
15280 instead of several.
15281
704a47c4
AD
152822001-12-29 Akim Demaille <akim@epita.fr>
15283
15284 * doc/bison.texinfo: Formatting changes.
15285
091e20bb
AD
152862001-12-29 Akim Demaille <akim@epita.fr>
15287
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.
15290
15291 * src/output.c (token_definitions_output): New.
15292 (output_parser, header_output): Use it.
15293 * src/reader.c (symbols_save): Remove.
15294
cce71710
AD
152952001-12-29 Akim Demaille <akim@epita.fr>
15296
15297 * src/bison.simple: Do not provide a default for YYSTYPE and
15298 YYLTYPE before the user's prologue. Otherwise it's hardly... a
15299 default.
15300
82c035a8
AD
153012001-12-29 Akim Demaille <akim@epita.fr>
15302
15303 Mid-rule actions are simply... ignored!
15304
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
15307 rule.
15308 * tests/actions.at (Mid-rule actions): New.
15309
8419d367
AD
153102001-12-29 Akim Demaille <akim@epita.fr>
15311
15312 Memory leak.
15313
15314 * src/reader.c (reader): Free grammar.
15315
375d5806
AD
153162001-12-29 Akim Demaille <akim@epita.fr>
15317
15318 Memory leak.
15319
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.
15323
f51cb8ff
AD
153242001-12-29 Akim Demaille <akim@epita.fr>
15325
15326 * src/options.h, src/options.c (create_long_option_table): Rename
15327 as...
15328 (long_option_table_new): this, with a clearer prototype.
15329 (percent_table): Remove, unused,
15330 * src/getargs.c (getargs): Adjust.
15331
29e88316
AD
153322001-12-29 Akim Demaille <akim@epita.fr>
15333
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
15336 as states.
15337
b9f71f19
AD
153382001-12-29 Akim Demaille <akim@epita.fr>
15339
15340 * src/lalr.c (build_relations): Rename `states' as `states1'.
15341 Sorry, I don't understand exactly what it is, no better name...
15342
1a2b5d37
AD
153432001-12-29 Akim Demaille <akim@epita.fr>
15344
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
15348 as rules.
15349
1cca533e
AD
153502001-12-29 Akim Demaille <akim@epita.fr>
15351
15352 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
15353 ago.
15354
c03ae966
AD
153552001-12-29 Akim Demaille <akim@epita.fr>
15356
15357 * src/reader.c, src/reader.h (user_toknums): Remove.
15358 Adjust all users to use symbols[i]->user_token_number.
15359
5a670b1e
AD
153602001-12-29 Akim Demaille <akim@epita.fr>
15361
15362 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
15363 Adjust all users to use symbols[i]->prec or ->assoc.
15364
ad949da9
AD
153652001-12-29 Akim Demaille <akim@epita.fr>
15366
15367 * src/reader.c, src/reader.h (tags): Remove.
15368 Adjust all users to use symbols[i]->tag.
15369
0e78e603
AD
153702001-12-29 Akim Demaille <akim@epita.fr>
15371
15372 * src/gram.h, src/gram.c (symbols): New, similar to state_table
15373 and rule_table.
15374 * src/reader.c (packsymbols): Fill this table.
15375 Drop sprec.
15376 * src/conflicts.c (resolve_sr_conflict): Adjust.
15377 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
15378 single table.
15379 Use symbols[i]->tag instead of tags[i].
15380
213e640e
AD
153812001-12-29 Akim Demaille <akim@epita.fr>
15382
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.
15386
e7b8bef1
AD
153872001-12-29 Akim Demaille <akim@epita.fr>
15388
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
15394 harmless).
15395
b68e7744
AD
153962001-12-29 Akim Demaille <akim@epita.fr>
15397
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.
15402
78d5bae9
AD
154032001-12-29 Akim Demaille <akim@epita.fr>
15404
15405 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
15406 visible, and some states have now a different number.
15407
ff442794
AD
154082001-12-29 Akim Demaille <akim@epita.fr>
15409
15410 * src/reader.c (readgram): Bind the initial rule's lineno to that
15411 of the first rule.
15412 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
15413 (Solved SR Conflicts): Adjust rule 0's line number.
15414
610ab194
AD
154152001-12-29 Akim Demaille <akim@epita.fr>
15416
15417 Fix the `GAWK Grammar' failure.
15418
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
15422 to 0.
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.
15427
29d29c8f
AD
154282001-12-29 Akim Demaille <akim@epita.fr>
15429
15430 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
15431 rule line numbers.
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
15435 now.
15436
7c6b64d0
AD
154372001-12-29 Akim Demaille <akim@epita.fr>
15438
15439 * src/lalr.c (lookaheads_print): New.
15440 (lalr): Call it when --trace-flag.
15441 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
15442 are dumped.
15443
3d4daee3
AD
154442001-12-29 Akim Demaille <akim@epita.fr>
15445
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.
15455
9e7f6bbd
AD
154562001-12-29 Akim Demaille <akim@epita.fr>
15457
15458 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
15459 the 0-sentinel.
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.
15465
255ef638
AD
154662001-12-29 Akim Demaille <akim@epita.fr>
15467
15468 * src/output.c: Comment changes.
15469
0d8a7363
AD
154702001-12-27 Paul Eggert <eggert@twinsun.com>
15471
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.
15476
15477 Also, catch up with 1.31's YYSTD.
15478
3db472b9
AD
154792001-12-27 Akim Demaille <akim@epita.fr>
15480
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
15488 expect.
15489
b365aa05
AD
154902001-12-27 Akim Demaille <akim@epita.fr>
15491
15492 * tests/regression.at (Unresolved SR Conflicts):
15493 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
15494 below.
15495
30171f79
AD
154962001-12-27 Akim Demaille <akim@epita.fr>
15497
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
15509 items.
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.
15515
75142d45
AD
155162001-12-27 Akim Demaille <akim@epita.fr>
15517
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.
15522
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.
15531
b7c49edf
AD
155322001-12-27 Akim Demaille <akim@epita.fr>
15533
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
15539 is the eoftoken.
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.
15551
ec2da99f
AD
155522001-12-27 Akim Demaille <akim@epita.fr>
15553
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
15557 missing.
15558 * lib/strchr.c: New.
15559 * src/reader.c (symbols_save): Use strchr.
15560
8adfa272
AD
155612001-12-27 Akim Demaille <akim@epita.fr>
15562
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.
15568
80dac38c
AD
155692001-12-27 Akim Demaille <akim@epita.fr>
15570
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.
15578
2cec70b9
AD
155792001-12-27 Akim Demaille <akim@epita.fr>
15580
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.
15587
13ca549a
AD
155882001-12-27 Akim Demaille <akim@epita.fr>
15589
15590 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
15591
5092aba5
AD
155922001-12-27 Akim Demaille <akim@epita.fr>
15593
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
15597 print_reductions.
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.
15602
11e2beca
AD
156032001-12-27 Akim Demaille <akim@epita.fr>
15604
15605 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
15606 `$n' and `@n'.
15607
dac3c910
AD
156082001-12-27 Akim Demaille <akim@epita.fr>
15609
15610 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
15611 (build_relations): Adjust.
15612
d0b0fefa
AD
156132001-12-27 Akim Demaille <akim@epita.fr>
15614
15615 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
15616 duplication.
15617
adc8c848
AD
156182001-12-27 Akim Demaille <akim@epita.fr>
15619
15620 * src/reader.c (packgram): Catch nitems overflows.
15621
14d293ac
AD
156222001-12-27 Akim Demaille <akim@epita.fr>
15623
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
15630 mandatory.
15631
f499b062
AD
156322001-12-27 Akim Demaille <akim@epita.fr>
15633
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
15636 members.
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
15643 guard.
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
15653 required.
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
15658 parser.
15659
d945f5cd
AD
156602001-12-27 Akim Demaille <akim@epita.fr>
15661
15662 * src/reader.c (symbol_list_new): Be sure to initialize all the
15663 fields.
15664
d200e455
AD
156652001-12-27 Akim Demaille <akim@epita.fr>
15666
15667 All the hacks using a final pseudo state are now useless.
15668
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).
15673
f9507c28
AD
156742001-12-27 Akim Demaille <akim@epita.fr>
15675
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
15678 lookaheadsp.
15679
065fbd27
AD
156802001-12-27 Akim Demaille <akim@epita.fr>
15681
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.
15697
1b177bd7
AD
156982001-12-27 Akim Demaille <akim@epita.fr>
15699
15700 * src/bison.hairy: Formatting/comment changes.
15701 ANSIfy.
15702 Remove `register' indications.
15703 Add plenty of `static'.
15704
7742ddeb
AD
157052001-12-27 Akim Demaille <akim@epita.fr>
15706
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.
15712
1fa14068
AD
157132001-12-22 Akim Demaille <akim@epita.fr>
15714
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
15717 short.
15718 Reported by Wayne Green.
15719
b9752825
AD
157202001-12-22 Akim Demaille <akim@epita.fr>
15721
15722 Some actions of web2c.y are improperly triggered.
15723 Reported by Mike Castle.
15724
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.
15729
776209d6
AD
157302001-12-22 Akim Demaille <akim@epita.fr>
15731
15732 Reductions in web2c.y are improperly reported.
15733 Reported by Mike Castle.
15734
15735 * src/conflicts.c (print_reductions): Fix.
15736 * tests/regression.at (Web2c): New.
15737
275fc3ad
AD
157382001-12-18 Akim Demaille <akim@epita.fr>
15739
15740 Some host fail on `assert (!"foo")', which expands to
15741 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
15742 Reported by Nelson Beebee.
15743
15744 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
15745 `#define it_succeeded 0' and `assert (it_succeeded)'.
15746
897668ee
MA
157472001-12-17 Marc Autret <autret_m@epita.fr>
15748
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).
15752
ab3399e0
PE
157532001-12-17 Paul Eggert <eggert@twinsun.com>
15754
15755 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
15756 YYDEBUG must be defined to a nonzero value.
15757
15758 * src/bison.simple (yytname): Do not assume that the user defines
15759 YYDEBUG to a properly parenthesized expression.
15760
3877f72b
AD
157612001-12-17 Akim Demaille <akim@epita.fr>
15762
15763 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
15764 nlookaheads is a new member.
15765 Adjust all users.
15766 * src/lalr.h (nlookaheads): Remove this orphan declaration.
15767 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
15768 state.
776209d6 15769
331dbc1b
AD
157702001-12-17 Akim Demaille <akim@epita.fr>
15771
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,
15774 let...
15775 * src/reader.c (reader): Do it.
776209d6 15776
be750e4c
AD
157772001-12-17 Akim Demaille <akim@epita.fr>
15778
15779 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 15780
709ae8c6
AD
157812001-12-17 Akim Demaille <akim@epita.fr>
15782
15783 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
15784 (flush_reduce): New.
15785 (resolve_sr_conflict): Adjust.
776209d6 15786
f87685c3
AD
157872001-12-17 Akim Demaille <akim@epita.fr>
15788
15789 * src/output.c (output_obstack): Be static and rename as...
15790 (format_obstack): this, to avoid any confusion with files.c's
15791 output_obstack.
15792 * src/reader.h (muscle_obstack): Move to...
15793 * src/output.h: here, since it's defined in output.c.
15794
837491d8
AD
157952001-12-17 Akim Demaille <akim@epita.fr>
15796
15797 * src/output.c (action_row, save_column, default_goto)
15798 (sort_actions, matching_state, pack_vector): Better variable
15799 locality.
15800
796d61fb
AD
158012001-12-17 Akim Demaille <akim@epita.fr>
15802
15803 * src/output.c: Various formatting changes.
776209d6 15804
64d15509
AD
158052001-12-17 Akim Demaille <akim@epita.fr>
15806
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.
15812
fbc8ecb7
MA
158132001-12-16 Marc Autret <autret_m@epita.fr>
15814
15815 * src/output.c (actions_output): Fix. When we use %no-lines,
15816 there is one less line per action.
15817
f0440388
MA
158182001-12-16 Marc Autret <autret_m@epita.fr>
15819
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.
776209d6 15823 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
15824 output muscles.
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.
15829
a79986b8
MA
158302001-12-15 Marc Autret <autret_m@epita.fr>
15831
15832 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
15833
4ec8e00f
MA
158342001-12-15 Marc Autret <autret_m@epita.fr>
15835
15836 * src/output.c (output_gram): Keep track of the hairy one.
15837
1a4648ff
AD
158382001-12-15 Akim Demaille <akim@epita.fr>
15839
15840 Make `make distcheck' work.
15841
15842 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
15843 system.h which uses libgettext.h.
15844
9c2c67e6
AD
158452001-12-15 Akim Demaille <akim@epita.fr>
15846
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.
15851
93ede233
AD
158522001-12-15 Akim Demaille <akim@epita.fr>
15853
15854 The header can also be produced directly, without any obstack!
15855 Yahoo!
15856
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
15862 anyway.
15863 (output_token_translations): Merge into...
15864 (symbols_output): this.
15865 Rename as...
15866 (symbols_save): this.
15867 (reader): Adjust.
15868 * src/output.c (header_output): New.
15869 (output): Call it.
15870
2666f928
AD
158712001-12-15 Akim Demaille <akim@epita.fr>
15872
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.
15878 Rename as...
15879 (copy_comment): this.
15880
428046f8
AD
158812001-12-15 Akim Demaille <akim@epita.fr>
15882
15883 * src/lex.c, src/lex.h (xgetc): No longer static.
15884 * src/reader.c (parse_union_decl): Revamp.
15885
ea52d706
AD
158862001-12-15 Akim Demaille <akim@epita.fr>
15887
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.
15891
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.
15897
3f96f4dc
AD
158982001-12-15 Akim Demaille <akim@epita.fr>
15899
15900 Attach actions to rules, instead of pre-outputting them to
15901 actions_obstack.
15902
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.
15910 (output): Do it.
15911 (prepare): Don't save the `action' muscle.
15912 * src/bison.simple: s/%%action/%%actions/.
15913
51576fb3
AD
159142001-12-15 Akim Demaille <akim@epita.fr>
15915
15916 * src/reader.c (copy_action): When --yacc, don't append a `;'
15917 to the user action: let it fail if lacking.
dee049eb 15918 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 15919
2648a72d
AD
159202001-12-14 Akim Demaille <akim@epita.fr>
15921
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.
15925
92790e5b
AD
159262001-12-14 Akim Demaille <akim@epita.fr>
15927
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
15932 token strings.
15933
927c1557
PE
159342001-12-13 Paul Eggert <eggert@twinsun.com>
15935
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.
15940
15941 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
15942
ed8e1f68
AD
159432001-12-13 Akim Demaille <akim@epita.fr>
15944
15945 The computation of nullable is broken: it doesn't handle empty
15946 RHS's properly.
15947
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.
15952
15953 Work around Autotest bugs.
15954
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
15961 frames.
15962 Move to...
15963 * tests/sets.at: here.
15964
cb581495
AD
159652001-12-13 Akim Demaille <akim@epita.fr>
15966
15967 * src/closure.c (closure): Use nrules instead of playing tricks
15968 with BITS_PER_WORD.
15969
2e729273
AD
159702001-12-13 Akim Demaille <akim@epita.fr>
15971
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
15974 nonterminal.
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.
15983
107f7dfb
AD
159842001-12-13 Akim Demaille <akim@epita.fr>
15985
15986 * src/reader.c (readgram): Remove dead code, an strip useless
15987 braces.
15988 (get_type): Remove, unused.
15989
9b53a24f
AD
159902001-12-12 Akim Demaille <akim@epita.fr>
15991
15992 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
15993 on that of lib/error.c.
15994
dbfb6dcd
AD
159952001-12-12 Akim Demaille <akim@epita.fr>
15996
15997 Some hosts don't like `/' in includes.
15998
15999 * src/system.h: Include libgettext.h without qualifying the path.
16000 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
16001 $(top_srcdir).
16002
c25fb648
MA
160032001-12-11 Marc Autret <autret_m@epita.fr>
16004
16005 * src/output.c (output_parser): Remove useless muscle.
16006
710ddc4f
MA
160072001-12-11 Marc Autret <autret_m@epita.fr>
16008
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.
16013
e83d80b8
MA
160142001-12-10 Marc Autret <autret_m@epita.fr>
16015
927c1557 16016 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
16017 replace precedent remove.
16018 * src/bison.simple: Remove #line before %%prologue because
16019 %%input-line is wrong at this time.
16020
971d5158
MA
160212001-12-10 Marc Autret <autret_m@epita.fr>
16022
16023 * src/reader.c (symbols_output): Clean up.
927c1557 16024 * src/output.c (output_gram, output): Clean up.
971d5158 16025
5edafffd
AD
160262001-12-10 Akim Demaille <akim@epita.fr>
16027
16028 * src/lalr.c (initialize_lookaheads): New. Extracted from...
16029 * src/LR0.c (set_state_table): here.
16030 * src/lalr.c (lalr): Call it.
16031
0279f8e9
AD
160322001-12-10 Akim Demaille <akim@epita.fr>
16033
16034 * src/state.h (shifts): Remove the `number' member: shifts are
16035 attached to state, hence no longer need to be labelled with a
16036 state number.
16037
190c4f5f
AD
160382001-12-10 Akim Demaille <akim@epita.fr>
16039
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.
16042
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.
16050
2a73b93d
AD
160512001-12-10 Akim Demaille <akim@epita.fr>
16052
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.
16057
74392f6a
AD
160582001-12-10 Akim Demaille <akim@epita.fr>
16059
16060 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
16061 only when appropriate: when insert_start_shifting_state' is not
16062 invoked.
16063 * tests/regression.at (Rule Line Numbers): Adjust.
16064
37c82725
AD
160652001-12-10 Akim Demaille <akim@epita.fr>
16066
16067 * src/LR0.c (augment_automaton): Now that all states have shifts,
16068 merge the two cases addition shifts to the initial state.
16069
6a164e0c
AD
160702001-12-10 Akim Demaille <akim@epita.fr>
16071
16072 * src/lalr.c (set_state_table): Move to...
16073 * src/LR0.c: here.
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.
16077
7215de24
AD
160782001-12-10 Akim Demaille <akim@epita.fr>
16079
16080 * src/LR0.h (first_shift, first_reduction): Remove.
16081 * src/lalr.c: Don't use first_shift: find shifts through the
16082 states.
16083
80e25d4d
AD
160842001-12-10 Akim Demaille <akim@epita.fr>
16085
16086 * src/LR0.c: Attach shifts to states as soon as they are
16087 computed.
16088 * src/lalr.c (set_state_table): Instead of assigning shifts to
16089 state, just assert that the mapping was properly done.
16090
0ab3728b
AD
160912001-12-10 Akim Demaille <akim@epita.fr>
16092
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!
16102
78af9bbc
AD
161032001-12-10 Akim Demaille <akim@epita.fr>
16104
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?
16112
bdef2a41
AD
161132001-12-10 Akim Demaille <akim@epita.fr>
16114
16115 * src/muscle_tab.c (muscle_init): NULL is a better default than
16116 `"0"'.
16117
3735969c
AD
161182001-12-10 Akim Demaille <akim@epita.fr>
16119
16120 * src/reader.c (reader): Calling symbols_output once is enough.
16121
49701457
AD
161222001-12-10 Akim Demaille <akim@epita.fr>
16123
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
16126 member.
16127
16128 * src/state.h (struct reductions): Remove member `number' and
16129 `next'.
16130 * src/LR0.c (first_reduction, last_reduction): Remove.
16131 (save_reductions): Don't link the new reductions, store them in
16132 this_state.
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
16137 members.
16138
0edad749
AD
161392001-12-10 Akim Demaille <akim@epita.fr>
16140
16141 * src/options.c (OPTN, DRTV, BOTH): New.
16142 (option_table): Use them.
16143
0edad749
AD
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
16147 reasons.
16148
5449dd0f
AD
161492001-12-10 Akim Demaille <akim@epita.fr>
16150
16151 * src/output.c (output, prepare): Make sure the values of the
16152 muscles `action' and `prologue' are 0-terminated.
16153
a870c567
AD
161542001-12-10 Akim Demaille <akim@epita.fr>
16155
16156 Clean up GCC warnings.
16157
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.
16165
80df8768
AD
161662001-12-10 Akim Demaille <akim@epita.fr>
16167
16168 * configure.in: Require 2.52g.
16169 M4 is not needed, but AUTOM4TE is.
16170 * m4/m4.m4: Remove.
16171 * tests/Makefile.am: Adjust.
16172
f693ad14
AD
161732001-12-10 Akim Demaille <akim@epita.fr>
16174
16175 One structure for states is enough, even though theoretically
16176 there are LR(0) states and LALR(1) states.
16177
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
16185 `state_table'.
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.
16188
74ffbcb6
AD
161892001-12-10 Akim Demaille <akim@epita.fr>
16190
16191 Bison dumps core on bash.y.
16192 Reported by Pascal Bart.
16193
16194 * src/warshall.c (bitmatrix_print): New.
16195 (TC): Use it.
ba0fe3c7 16196 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
74ffbcb6
AD
16197 j must be the outer loop.
16198 * tests/regression.at (Broken Closure): New.
16199
07708e19
AD
162002001-12-05 Akim Demaille <akim@epita.fr>
16201
16202 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
16203 its argument.
ba1ecc07 16204 Reported by Peter Hamorsky.
07708e19 16205
92b16366
AD
162062001-12-05 Akim Demaille <akim@epita.fr>
16207
16208 * src/conflicts.c (err_table): Remove.
16209 (resolve_sr_conflict): Adjust.
16210 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
16211 Rename as...
16212 (state_t.reductions, state_t.shifts): this.
16213
076ab033
AD
162142001-12-05 Akim Demaille <akim@epita.fr>
16215
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.
16222
3843c413
AD
162232001-12-05 Akim Demaille <akim@epita.fr>
16224
16225 * src/output.c (pack_vector): Use assert, not berror.
16226 * src/main.c (berror): Remove, unused.
16227
43168960
AD
162282001-12-05 Akim Demaille <akim@epita.fr>
16229
16230 New experimental feature: if --verbose --trace output all the
16231 items of a state, not only its kernel.
16232
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.
16237
b2872512
AD
162382001-12-05 Akim Demaille <akim@epita.fr>
16239
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.
16243
23cbcc6c
AD
162442001-12-05 Akim Demaille <akim@epita.fr>
16245
16246 * src/closure.c (print_closure): Improve.
16247 (closure): Use it for printing input and output.
16248
03ec521c
AD
162492001-12-05 Akim Demaille <akim@epita.fr>
16250
16251 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
16252 indexed by nonterminals.
16253
3a7456dd
AD
162542001-12-05 Akim Demaille <akim@epita.fr>
16255
16256 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
16257 what it was!).
16258 * src/warshall.h: Remove accidental duplication of the content.
16259
1cbcf2e7
AD
162602001-12-05 Akim Demaille <akim@epita.fr>
16261
16262 * src/closure.c (set_fderives): De-obfuscate.
16263
84182270
AD
162642001-12-05 Akim Demaille <akim@epita.fr>
16265
16266 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
16267
3f6f053c
AD
162682001-12-05 Akim Demaille <akim@epita.fr>
16269
16270 * src/closure.c (set_firsts): De-obfuscate.
16271
7a5350ba
AD
162722001-12-05 Akim Demaille <akim@epita.fr>
16273
16274 * src/output.c (action_row): De-obfuscate
16275 using the good o' techniques: arrays not pointers, variable
16276 locality, BITISSET, RESETBIT etc.
16277
d954473d
AD
162782001-12-05 Akim Demaille <akim@epita.fr>
16279
16280 Pessimize the code to simplify it: from now on, all the states
16281 have a valid SHIFTS, which NSHIFTS is possibly 0.
16282
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.
16287
9839bbe5
AD
162882001-12-05 Akim Demaille <akim@epita.fr>
16289
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''.
16294
9f136c07
AD
162952001-12-05 Akim Demaille <akim@epita.fr>
16296
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.
16300
b608206e
AD
163012001-12-05 Akim Demaille <akim@epita.fr>
16302
16303 * src/state.h (SHIFT_SYMBOL): New.
16304 * src/conflicts.c: Use it to deobfuscate.
16305
52afa962
AD
163062001-12-05 Akim Demaille <akim@epita.fr>
16307
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.
16311
e74dc321
AD
163122001-12-05 Akim Demaille <akim@epita.fr>
16313
16314 * src/conflicts.c (print_reductions): Arrays, not pointers.
16315 Use BITISSET.
16316
768fca83
AD
163172001-12-05 Akim Demaille <akim@epita.fr>
16318
16319 * src/conflicts.c (print_reductions): Pessimize, but clarify.
16320
a17e599f
AD
163212001-12-05 Akim Demaille <akim@epita.fr>
16322
16323 * src/conflicts.c (print_reductions): Improve variable locality.
16324
a04bc341
AD
163252001-12-05 Akim Demaille <akim@epita.fr>
16326
16327 * src/conflicts.c (print_reductions): Pessimize, but clarify.
16328
c8ea038e
AD
163292001-12-05 Akim Demaille <akim@epita.fr>
16330
16331 * src/conflicts.c (print_reductions): Improve variable locality.
16332
aa2aab3c
AD
163332001-12-05 Akim Demaille <akim@epita.fr>
16334
16335 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
16336 * src/lalr.c: Use them.
16337
b178c8cc
AD
163382001-12-05 Akim Demaille <akim@epita.fr>
16339
16340 * src/LR0.c (augment_automaton): Formatting changes.
16341 Better variable locality.
16342
f67d13aa
AD
163432001-12-05 Akim Demaille <akim@epita.fr>
16344
16345 * src/lalr.c (matrix_print): New.
16346 (transpose): Use it.
16347 Use arrays instead of pointers.
16348
c2713865
AD
163492001-12-05 Akim Demaille <akim@epita.fr>
16350
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.
16354
9887c18a
AD
163552001-12-05 Akim Demaille <akim@epita.fr>
16356
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
16360 deallocation.
16361 Improve variable locality.
16362 Avoid variables used as mere abbreviations.
16363 (compute_lookaheads): Use arrays instead of pointers.
16364
4d4f699c
AD
163652001-12-05 Akim Demaille <akim@epita.fr>
16366
16367 * src/lalr.c (initialize_F): Improve variable locality.
16368 Avoid variables used as mere abbreviations.
16369
80a69750
AD
163702001-12-05 Akim Demaille <akim@epita.fr>
16371
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.
16376
fe961097
AD
163772001-12-05 Akim Demaille <akim@epita.fr>
16378
16379 * src/lalr.c (traverse): Use arrays instead of pointers.
16380
e3e4e814
AD
163812001-12-05 Akim Demaille <akim@epita.fr>
16382
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'.
16386
630e182b
AD
163872001-12-05 Akim Demaille <akim@epita.fr>
16388
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.
16393
16394 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
16395 static.
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
16400 given state.
16401 Deobfuscate, i.e., allocate, use and free `symbol_count' here
16402 only, and...
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
16407 be null.
16408
81b51460
AD
164092001-12-05 Akim Demaille <akim@epita.fr>
16410
16411 * src/nullable.c (set_nullable): Deobfuscate the handling of
16412 ritem.
16413 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
16414
3067fbef
AD
164152001-12-05 Akim Demaille <akim@epita.fr>
16416
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
16422 ritem.
16423
c2bea5f9
PE
164242001-12-04 Paul Eggert <eggert@twinsun.com>
16425
7d27c823
PE
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.
c2bea5f9
PE
16431 (yystpcpy): Use prototype if __STDC__ is defined, not just
16432 if __cplusplus is defined.
35687a9d 16433
2c8a9dfa
AD
164342001-11-30 Akim Demaille <akim@epita.fr>
16435
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.
16443
f4e421e6
AD
164442001-11-27 Paul Eggert <eggert@twinsun.com>
16445
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.
16454
7093d0f5
AD
164552001-11-29 Paul Eggert <eggert@twinsun.com>
16456
16457 Name space cleanup in generated parser.
16458
16459 * doc/bison.texinfo (Bison Parser): Discuss system headers
16460 and their effect on the user name space.
16461
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).
16466
16467 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
16468 on user names when possible.
16469
16470 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
16471 Simplify test for whather <alloca.h> exists.
16472
16473 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
16474
16475 (<stdio.h>): Include if YYDEBUG.
16476
16477 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
16478 ! defined (yyoverflow) && ! defined (yymemcpy).
16479
16480 (yymemcpy, yyparse): Rename local variables as needed so that
16481 they all begin with 'yy'.
16482
16483 (yystrlen, yystpcpy): New functions.
16484
16485 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
16486 All uses changed.
16487
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.
16491
fd51e5ff
AD
164922001-11-30 Akim Demaille <akim@epita.fr>
16493
16494 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
16495 before their first uses.
16496 (YYBISON, YYPURE): Move to the top of the output.
16497
7d13ff5f
AD
164982001-11-30 Akim Demaille <akim@epita.fr>
16499
16500 * tests/reduce.at (Useless Nonterminals): Fix.
16501
892a3995
AD
165022001-11-30 Akim Demaille <akim@epita.fr>
16503
16504 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
16505 if body instead of `;' to pacify GCC's warnings.
16506
68f1e3ed
AD
165072001-11-30 Akim Demaille <akim@epita.fr>
16508
16509 Instead of mapping the LHS of unused rules to -1, keep the LHS
16510 valid, but flag the rules as invalid.
16511
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.
16518
d2d1b42b
AD
165192001-11-30 Akim Demaille <akim@epita.fr>
16520
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.
16525
760b53a8
AD
165262001-11-30 Akim Demaille <akim@epita.fr>
16527
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.
16532
00238958
AD
165332001-11-30 Akim Demaille <akim@epita.fr>
16534
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.
16539
396452de
PE
165402001-11-29 Paul Eggert <eggert@twinsun.com>
16541
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):
16545 New macros.
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.
16549
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.
16554
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.
16558
147e184c
MA
165592001-11-29 Marc Autret <autret_m@epita.fr>
16560
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.
16564
426cf563
MA
165652001-11-28 Marc Autret <autret_m@epita.fr>
16566
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.
16571
c7925b99
MA
165722001-11-28 Marc Autret <autret_m@epita.fr>
16573
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
16581 percent option.
16582 Include output.h.
16583
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
16588 option.
16589
5b5d1929
MA
165902001-11-28 Marc Autret <autret_m@epita.fr>
16591
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 '_'.
16596
8850be4b
MA
165972001-11-28 Marc Autret <autret_m@epita.fr>
16598
16599 * src/bison.simple: Fix debug.
16600 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
16601
4a38e613
AD
166022001-11-28 Akim Demaille <akim@epita.fr>
16603
16604 * src/LR0.c (shifts_new): New.
16605 (save_shifts, insert_start_shift, augment_automaton): Use it.
16606
4b35e1c1
AD
166072001-11-28 Akim Demaille <akim@epita.fr>
16608
16609 * src/closure.c (closure): `b' and `ruleno' denote the same value:
16610 keep ruleno only.
16611
d2b04478
AD
166122001-11-28 Akim Demaille <akim@epita.fr>
16613
16614 * src/closure.c (closure): Instead of looping over word in array
16615 then bits in words, loop over bits in array.
16616
2c4c30aa
AD
166172001-11-28 Akim Demaille <akim@epita.fr>
16618
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
16621 clearer.
16622
576890b7
AD
166232001-11-28 Akim Demaille <akim@epita.fr>
16624
16625 * src/closure.c (closure): `r' and `c' are new variables, used to
16626 de-obfuscate accesses to RULESET and CORE.
16627
cb487d7d
AD
166282001-11-28 Akim Demaille <akim@epita.fr>
16629
16630 * src/reduce.c (reduce_print): Use ngettext.
16631 (dump_grammar): Improve the trace accuracy.
16632
6013d43f
AD
166332001-11-28 Akim Demaille <akim@epita.fr>
16634
16635 * src/reduce.c (dump_grammar): Don't translate trace messages.
16636
cb4956ee
AD
166372001-11-28 Akim Demaille <akim@epita.fr>
16638
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.
16643
648185ab
PE
166442001-11-27 Paul Eggert <eggert@twinsun.com>
16645
16646 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
16647 use alloca when we didn't want to, and vice versa.
16648
68254a03
MA
166492001-11-27 Marc Autret <autret_m@epita.fr>
16650
9113b58f
AD
16651 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
16652 initialization.
68254a03
MA
16653 * src/output.c (prepare): Remove its update.
16654
04d843a2
MA
166552001-11-27 Marc Autret <autret_m@epita.fr>
16656
16657 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
16658 Use %error-verbose.
16659
d2079671 166602001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
16661
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.
16672
e0327bc8
AD
166732001-11-27 Akim Demaille <akim@epita.fr>
16674
16675 * src/system.h: Use intl/libgettext.h.
16676 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
16677
000f1a3c
AD
166782001-11-27 Akim Demaille <akim@epita.fr>
16679
16680 * tests/torture.at (Exploding the Stack Size with Malloc):
16681 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
16682
26cfe0be
AD
166832001-11-27 Akim Demaille <akim@epita.fr>
16684
16685 * src/files.c: Include error.h.
16686 Reported by Hans Aberg.
16687
f6bd5427
MA
166882001-11-26 Marc Autret <autret_m@epita.fr>
16689
d2079671 16690 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
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
16696 percent option.
16697 * src/lex.h (token_t): Add tok_include.
16698
2ca209c1
AD
166992001-11-26 Akim Demaille <akim@epita.fr>
16700
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.
16705
0e41b407
AD
167062001-11-26 Akim Demaille <akim@epita.fr>
16707
16708 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
16709 size_ts.
16710
167112001-11-26 Akim Demaille <akim@epita.fr>
16712
16713 * src/complain.c, src/complain.h (error): Remove, provided by
16714 lib/error.[ch].
16715
e0c40012
AD
167162001-11-26 Akim Demaille <akim@epita.fr>
16717
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.
16722
5e147124
AD
167232001-11-26 Akim Demaille <akim@epita.fr>
16724
16725 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
16726 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
16727
a034c8b8
AD
167282001-11-26 Akim Demaille <akim@epita.fr>
16729
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.
16734
c64a20f3
AD
167352001-11-23 Akim Demaille <akim@epita.fr>
16736
16737 * lib/alloca.c: Update, from fileutils.
16738
5b0d29bb
AD
167392001-11-23 Akim Demaille <akim@epita.fr>
16740
16741 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
16742
722c4bfe
AD
167432001-11-23 Akim Demaille <akim@epita.fr>
16744
16745 * src/system.h: Include alloca.h.
16746 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
16747
6255b435
AD
167482001-11-23 Akim Demaille <akim@epita.fr>
16749
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.
16755
b29b2ed5
AD
167562001-11-23 Akim Demaille <akim@epita.fr>
16757
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.
16760
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.
16770
a81b1d4a
MA
167712001-11-22 Marc Autret <autret_m@epita.fr>
16772
16773 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
16774
c1ecb3c1
MA
167752001-11-22 Marc Autret <autret_m@epita.fr>
16776
16777 * src/muscle_tab.c (muscle_init): Remove initialization of
16778 skeleton muscle.
16779 * src/output.c (output_master_parser): Do it here.
16780
fbe01355
AD
167812001-11-20 Akim Demaille <akim@epita.fr>
16782
16783 * po/sv.po: New.
16784 * configure.in (ALL_LINGUAS): Adjust.
16785 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
16786 longer contains strings to translate.
16787
81e895c0
AD
167882001-11-19 Akim Demaille <akim@epita.fr>
16789
16790 * src/conflicts.c (conflicts_print): Add a missing \n.
16791
6bb1878b
AD
167922001-11-19 Akim Demaille <akim@epita.fr>
16793
16794 * src/nullable.c (nullable_print): New.
16795 (set_nullable): Call it when tracing.
16796 Better locality of variables.
16797
d9ec2d07
AD
167982001-11-19 Akim Demaille <akim@epita.fr>
16799
16800 * src/print.c (print_actions): Better locality of variables.
16801
720e5c1b
AD
168022001-11-19 Akim Demaille <akim@epita.fr>
16803
16804 * src/derives.c (print_derives): Fix and enrich.
16805 * src/closure.c (print_fderives): Likewise.
16806
fb908786
AD
168072001-11-19 Akim Demaille <akim@epita.fr>
16808
16809 * src/closure.c (itemsetend): Remove, replaced with...
16810 (itemsetsize): new.
16811
125ecb56
AD
168122001-11-19 Akim Demaille <akim@epita.fr>
16813
16814 * src/LR0.c (kernel_end): Remove, replaced with...
16815 (kernel_size): new.
16816
d8cf039f
AD
168172001-11-19 Akim Demaille <akim@epita.fr>
16818
16819 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
16820 to clarify.
16821
7bec0760
AD
168222001-11-19 Akim Demaille <akim@epita.fr>
16823
16824 * src/closure.c (closure): Use arrays instead of pointers to clarify.
16825
c87d4863
AD
168262001-11-19 Akim Demaille <akim@epita.fr>
16827
16828 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
16829 trace messages.
16830 * src/LR0.c: Likewise.
16831 (allocate_itemsets): Use arrays instead of pointers to clarify.
16832
9bfe901c
AD
168332001-11-19 Akim Demaille <akim@epita.fr>
16834
16835 * src/getargs.c (statistics_flag): Replace with...
16836 (trace_flag): New.
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.
16841
97db7bd4
AD
168422001-11-19 Akim Demaille <akim@epita.fr>
16843
cc72668c 16844 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
16845 pointers to clarify the code.
16846 (save_reductions, save_shifts): Factor common parts of alternatives.
16847
2c5f66ed
AD
168482001-11-19 Akim Demaille <akim@epita.fr>
16849
16850 * src/LR0.c (new_state, get_state): Complete TRACE code.
16851 * src/closure.c: Include `reader.h' to get `tags', needed by the
16852 trace code.
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
16857 than goto.
16858 Use `#if TRACE' instead of `#if 0' for tracing code.
16859
300f275f
AD
168602001-11-19 Akim Demaille <akim@epita.fr>
16861
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.
16866
f59c437a
AD
168672001-11-19 Akim Demaille <akim@epita.fr>
16868
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
16872 allocation.
16873
6986fd9e
AD
168742001-11-19 Akim Demaille <akim@epita.fr>
16875
16876 * src/LR0.c (new_state): Complete trace code.
16877 * src/nullable.c (set_nullable): Don't translate traces.
16878
4bc30f78
AD
168792001-11-19 Akim Demaille <akim@epita.fr>
16880
16881 * src/print_graph.c (print_core): Better locality of variables.
16882 * src/print.c (print_core): Likewise.
16883
08a946e0
AD
168842001-11-19 Akim Demaille <akim@epita.fr>
16885
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,
9bfe901c 16892 and ask for its output.
08a946e0 16893
f0473484
AD
168942001-11-19 Akim Demaille <akim@epita.fr>
16895
cc72668c
AD
16896 * src/bison.simple (yyparse): When verbosely reporting an error,
16897 no longer put additional quotes around token names.
f0473484
AD
16898 * tests/calc.at: Adjust.
16899
e41dc700
AD
169002001-11-19 Akim Demaille <akim@epita.fr>
16901
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.
16905
652a871c
AD
169062001-11-19 Akim Demaille <akim@epita.fr>
16907
16908 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
16909 (rule_t): this.
16910 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
16911
b2ed6e58
AD
169122001-11-19 Akim Demaille <akim@epita.fr>
16913
16914 * src/gram.h (rule_t): New.
16915 (rule_table): 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.
16920
edad7067
AD
169212001-11-19 Akim Demaille <akim@epita.fr>
16922
16923 * src/reader.c (symbols_output): New, extracted from...
16924 (packsymbols): Here.
16925 (reader): Call it.
16926
3feec034
AD
169272001-11-19 Akim Demaille <akim@epita.fr>
16928
16929 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
16930 (maxrhs): this new function.
16931
ddcd5fdf
AD
169322001-11-19 Akim Demaille <akim@epita.fr>
16933
cc72668c 16934 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
16935 Adjust.
16936
bb527fc2
AD
169372001-11-19 Akim Demaille <akim@epita.fr>
16938
cc72668c 16939 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
16940 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16941 * src/lalr.c: Adjust.
16942
a845a697
AD
169432001-11-19 Akim Demaille <akim@epita.fr>
16944
16945 * src/lalr.c (initialize_LA): Only initialize LA. Let...
16946 (set_state_table): handle the `lookaheads' members.
16947
f004bf6a
AD
169482001-11-19 Akim Demaille <akim@epita.fr>
16949
cc72668c
AD
16950 * src/lalr.h (lookaheads): Removed array, whose contents is now
16951 a member of...
f004bf6a
AD
16952 (state_t): this structure.
16953 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16954 Adjust.
16955
de326cc0
AD
169562001-11-19 Akim Demaille <akim@epita.fr>
16957
cc72668c
AD
16958 * src/lalr.h (consistent): Removed array, whose contents is now
16959 a member of...
de326cc0
AD
16960 (state_t): this structure.
16961 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16962 Adjust.
16963
90b4416b
AD
169642001-11-19 Akim Demaille <akim@epita.fr>
16965
cc72668c
AD
16966 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
16967 contents are now members of...
90b4416b
AD
16968 (state_t): this structure.
16969 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16970 Adjust.
16971
9703cc49
AD
169722001-11-19 Akim Demaille <akim@epita.fr>
16973
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.
16981
d803322e
AD
169822001-11-14 Akim Demaille <akim@epita.fr>
16983
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.
16994
3d76b07d
AD
169952001-11-14 Akim Demaille <akim@epita.fr>
16996
16997 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
16998 defined only if yyoverflow is defined, to avoid `warning: unused
16999 variable `yyvs1''.
17000 Reported by The Test Suite.
17001
09b503c8
AD
170022001-11-14 Akim Demaille <akim@epita.fr>
17003
17004 * src/print.c: Include reduce.h.
17005 Reported by Hans Aberg.
17006
170072001-11-14 Akim Demaille <akim@epita.fr>
17008
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
17014 arg_offset.
17015 arg is const.
17016 Be sure to strdup `arg' when used, since there is no reason for
17017 token_buffer not to change.
17018
0f37a994
AD
170192001-11-14 Akim Demaille <akim@epita.fr>
17020
17021 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
17022 definition.
17023 * src/main.c (main): Use them.
17024 Suggested by Hans Aberg.
17025
d39d93b8
AD
170262001-11-12 Akim Demaille <akim@epita.fr>
17027
17028 * src/system.h (ngettext): Now that we use ngettext, be sure to
17029 provide a default definition when NLS are not used.
17030
9edcd895
AD
170312001-11-12 Akim Demaille <akim@epita.fr>
17032
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.
17041
7da99ede
AD
170422001-11-12 Akim Demaille <akim@epita.fr>
17043
e3aa65c5 17044 %expect was not functioning at all.
7da99ede
AD
17045
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.
17053
ba9dda1a
AD
170542001-11-12 Akim Demaille <akim@epita.fr>
17055
17056 * tests/regression.at (Conflicts): Rename as...
17057 (Unresolved SR Conflicts): this.
17058 (Solved SR Conflicts): New.
17059
337c5bd1
AD
170602001-11-12 Akim Demaille <akim@epita.fr>
17061
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.
17067 Also free V1.
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;
17071
c73a41af
AD
170722001-11-12 Akim Demaille <akim@epita.fr>
17073
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.
17077
0df87bb6
AD
170782001-11-12 Akim Demaille <akim@epita.fr>
17079
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.
0f37a994 17088 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
17089 * tests/regression.at (Conflicts): New.
17090 Reported by Tom Lane.
17091
e4d3d4de
AD
170922001-11-12 Akim Demaille <akim@epita.fr>
17093
17094 * tests/regression.at (Invalid input): Remove, duplicate with
17095 ``Invalid input: 1''.
17096
6d7d248e
AD
170972001-11-12 Akim Demaille <akim@epita.fr>
17098
17099 * tests/torture.at (AT_DATA_STACK_TORTURE)
17100 (Exploding the Stack Size with Alloca)
17101 (Exploding the Stack Size with Malloc): New.
17102
e9e4c321
AD
171032001-11-12 Akim Demaille <akim@epita.fr>
17104
17105 * src/bison.simple (YYSTACK_REALLOC): New.
17106 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 17107 Reported by Per Allansson.
e9e4c321 17108
5f7e0832
AD
171092001-11-12 Pascal Bart <pascal.bart@epita.fr>
17110
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.
17117 From Akim.
17118
e3f1699f
AD
171192001-11-05 Akim Demaille <akim@epita.fr>
17120
17121 * src/reader.c (symbols_output): New, extracted from...
17122 (packsymbols): here.
17123 (reader): Adjust.
17124
65be0866
AD
171252001-11-05 Akim Demaille <akim@epita.fr>
17126
17127 * src/lex.c (parse_percent_token): s/quotearg/quote/.
17128
e4d910bf
AD
171292001-11-05 Akim Demaille <akim@epita.fr>
17130
17131 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
17132 pattern.
17133
951366c1
AD
171342001-11-05 Akim Demaille <akim@epita.fr>
17135
17136 * src/options.h (struct option_table_struct): set_flags is void*.
17137 * src/options.c (longopts): Support `--output' and `%output'.
17138 (usage): Adjust.
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.
17147
d8988b2f
AD
171482001-11-04 Akim Demaille <akim@epita.fr>
17149
17150 * doc/bison.texinfo (Decl Summary): Split the list into
17151 `directives for grammars' and `directives for bison'.
17152 Sort'em.
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.
17161
6468d18e
AD
171622001-11-02 Akim Demaille <akim@epita.fr>
17163
17164 * doc/refcard.tex: Update.
17165
6b7e85b9
AD
171662001-11-02 Akim Demaille <akim@epita.fr>
17167
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.
17173
17174 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
17175 Number it 0.
17176 Let yylex return it instead of a plain 0.
17177 Reported by Dick Streefland.
17178
cd5aafcf
AD
171792001-11-02 Akim Demaille <akim@epita.fr>
17180
17181 * tests/regression.at (Mixing %token styles): New test.
17182
037ca2f1
AD
171832001-11-02 Akim Demaille <akim@epita.fr>
17184
17185 * src/reader.c (parse_thong_decl): Formatting changes.
17186 (token_translations_init): New, extracted from...
17187 (packsymbols): Here.
17188 Adjust.
17189
270a173c
AD
171902001-11-01 Akim Demaille <akim@epita.fr>
17191
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
17195 guards.
17196 Reported by Wwp.
17197
561f9a30
AD
171982001-11-01 Akim Demaille <akim@epita.fr>
17199
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
17203 too.
17204 Reported by Wwp.
17205
f987e9d2
AD
172062001-11-01 Akim Demaille <akim@epita.fr>
17207
17208 * tests/calc.at: Catch up with 1.30.
17209 * configure.in: Bump to 1.49a.
17210 Adjust to newer Autotest.
17211
0846f581
PB
172122001-10-19 Pascal Bart <pascal.bart@epita.fr>
17213
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.
17218
3c1a79b3
AD
172192001-10-18 Akim Demaille <akim@epita.fr>
17220
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).
17226
5d52e7d0
MA
172272001-10-14 Marc Autret <autret_m@epita.fr>
17228
17229 * src/options.c (create_long_option_table): Fix.
17230
631aa1d3
AD
172312001-10-10 Akim Demaille <akim@epita.fr>
17232
17233 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
17234
f6ec6d13
AD
172352001-10-04 Akim Demaille <akim@epita.fr>
17236
17237 * src/reader.c (parse_union_decl): Push the caracters in
17238 union_obstack, not attrs_obstack.
17239
342b8b6e
AD
172402001-10-04 Akim Demaille <akim@epita.fr>
17241
17242 Merge in the branch 1.29.
17243
17244 * src/reader.c (packsymbols): Use a temporary obstack for
17245 `%%tokendef', since output_stack is already used elsewhere.
17246
17247 2001-10-02 Akim Demaille <akim@epita.fr>
17248
17249 Bump 1.29d.
17250
17251 2001-10-02 Akim Demaille <akim@epita.fr>
17252
17253 Version 1.29c.
17254
17255 2001-10-02 Akim Demaille <akim@epita.fr>
17256
17257 * tests/regression.at (Invalid CPP headers): New.
17258 From Alexander Belopolsky.
17259 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
17260
17261 2001-10-02 Akim Demaille <akim@epita.fr>
17262
17263 * tests/regression.at (Invalid input): New.
17264 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
17265 Reported by Shura.
17266
17267 2001-10-02 Akim Demaille <akim@epita.fr>
17268
17269 * tests/calc.at: Now that --debug works, the tests must be adjusted.
17270
17271 2001-10-02 Akim Demaille <akim@epita.fr>
17272
17273 * src/output.c (output_parser): Assert `skeleton'.
17274 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
17275 systems.
17276 From Shura.
17277
17278 2001-10-01 Marc Autret <autret_m@epita.fr>
17279
17280 * src/lex.h: Echo modifications.
17281 * src/lex.c (unlex): Parameter is now token_t.
17282 From Hans Aberg.
17283
17284 2001-10-01 Marc Autret <autret_m@epita.fr>
17285
17286 * src/main.c: Include lex.h.
17287 From Hans Aberg.
17288
17289 2001-09-29 Akim Demaille <akim@epita.fr>
17290
17291 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
17292
17293 2001-09-28 Akim Demaille <akim@epita.fr>
17294
17295 * tests/testsuite.at: Update to newer Autotest.
17296 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
17297
17298 2001-09-27 Akim Demaille <akim@epita.fr>
17299
17300 Position independent wrapper.
17301
17302 * tests/bison: Remove.
17303 * tests/bison.in: New.
17304 * configure.in: Adjust.
17305
17306 2001-09-27 Paul Eggert <eggert@twinsun.com>
17307
17308 Port quotearg fixes from tar 1.13.24.
17309
17310 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
17311 tm to be declared.
17312 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
17313 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
17314
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).
17319
17320 2001-09-27 Akim Demaille <akim@epita.fr>
17321
17322 Bump to 1.29c.
17323
17324 2001-09-27 Akim Demaille <akim@epita.fr>
17325
17326 Version 1.29b.
17327
17328 2001-09-25 Akim Demaille <akim@epita.fr>
17329
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...
17334 (lex_init): this.
17335 (lex_free): New.
17336 * src/main.c (main): Use it.
17337
17338 2001-09-24 Marc Autret <autret_m@epita.fr>
17339
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.
17351
17352 2001-09-24 Marc Autret <autret_m@epita.fr>
17353
17354 * src/files.c (compute_output_file_names): Fix.
17355
17356 2001-09-24 Marc Autret <autret_m@epita.fr>,
17357 Akim Demaille <akim@epita.fr>
17358
17359 * src/reader.c (reader): Remove call to free_symtab ().
17360 * src/main.c (main): Call it here.
17361 Include symtab.h.
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
17367 FILE *.
17368 * src/files.c (compute_output_file_names, close_files): New.
17369 (output_files): Adjust.
17370 * src/main.c (main): Adjust.
17371
17372 2001-09-23 Marc Autret <autret_m@epita.fr>
17373
17374 * src/files.c (compute_header_macro): Computes header macro name
17375 from spec_defines_file when given.
17376
17377 2001-09-23 Marc Autret <autret_m@epita.fr>
17378
17379 * src/files.c (output_files): Add default extensions.
17380
17381 2001-09-22 Akim Demaille <akim@epita.fr>
17382
17383 * src/conflicts.c (finalize_conflicts): Rename as...
17384 (free_conflicts): this.
17385
17386 2001-09-22 Akim Demaille <akim@epita.fr>
17387
17388 * src/gram.c (gram_free): Rename back as...
17389 (dummy): this.
17390 (output_token_translations): Free `token_translations'.
17391 * src/symtab.c (free_symtab): Free the tag field.
17392
17393 2001-09-22 Akim Demaille <akim@epita.fr>
17394
17395 Remove `translations' as it is always set to true.
17396
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...
17404 (gram_free): this.
17405
17406 2001-09-22 Akim Demaille <akim@epita.fr>
17407
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.
17412
17413 2001-09-22 Akim Demaille <akim@epita.fr>
17414
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.
17419 From Pascal Bart.
17420
17421 2001-09-21 Akim Demaille <akim@epita.fr>
17422
17423 Version 1.29a.
17424 * Makefile.maint, config/config.guess, config/config.sub,
17425 * config/missing: Update from masters.
17426 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
17427 upon package.m4.
17428 * configure.in (ALL_LINGUAS): Add `tr'.
17429
17430 2001-09-21 Akim Demaille <akim@epita.fr>
17431
17432 * tests/Makefile.am (package.m4): Move to...
17433 ($(srcdir)/$(TESTSUITE)): here.
17434
17435 2001-09-20 Akim Demaille <akim@epita.fr>
17436
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.
17443
17444 2001-09-18 Marc Autret <autret_m@epita.fr>
17445
17446 * doc/bison.1: Update.
17447 * doc/bison.texinfo (Bison Options): Update --defines and --graph
17448 descriptions.
17449 (Option Cross Key): Update.
17450 Add --graph.
17451
17452 2001-09-18 Marc Autret <autret_m@epita.fr>
17453
17454 * tests/regression.at: New test (comment in %union).
17455
17456 2001-09-18 Marc Autret <autret_m@epita.fr>
17457
17458 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
17459 do that.
17460 Reported by Keith Browne.
17461
17462 2001-09-18 Marc Autret <autret_m@epita.fr>
17463
17464 * tests/output.at: Add tests for --defines and --graph.
17465
17466 2001-09-18 Marc Autret <autret_m@epita.fr>
17467
17468 * tests/output.at: Removes tests of %{header,src}_extension features.
17469
17470 2001-09-18 Akim Demaille <akim@epita.fr>
17471
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.
17476
17477 2001-09-18 Marc Autret <autret_m@epita.fr>
17478
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.
17485
17486 2001-09-18 Marc Autret <autret_m@epita.fr>
17487
17488 Turn off %{source,header}_extension feature.
17489
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.
17500
17501 2001-09-10 Akim Demaille <akim@epita.fr>
17502
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.
17507
17508 2001-09-10 Akim Demaille <akim@epita.fr>
17509
17510 * tests/calc.at: Use m4_match.
17511 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
17512
17513 2001-09-10 Marc Autret <autret_m@epita.fr>,
17514 Akim Demaille <akim@epita.fr>
17515
17516 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
17517 enum color_e.
17518 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
17519 to `normal'.
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
17527 part.
17528 (unlexed): Is a token_t.
17529
17530 2001-09-10 Akim Demaille <akim@epita.fr>
17531
17532 * configure.in: Bump to 1.29a.
17533
17534 2001-09-07 Akim Demaille <akim@epita.fr>
17535
17536 Version 1.29.
17537
17538 2001-08-30 Akim Demaille <akim@epita.fr>
17539
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.
17548
17549 2001-08-29 Akim Demaille <akim@epita.fr>
17550
17551 Bump to 1.28e.
17552
17553 2001-08-29 Akim Demaille <akim@epita.fr>
17554
17555 Version 1.28d.
17556
17557 2001-08-29 Paul Eggert <eggert@twinsun.com>
17558
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
17561 the C Standard.
17562
17563 2001-08-29 Robert Anisko <anisko_r@epita.fr>
17564
17565 * doc/bison.texinfo (Location Tracking Calc): New node.
17566
17567 2001-08-29 Paul Eggert <eggert@twinsun.com>
17568
17569 * src/output.c (output): Do not define const, as this now
17570 causes more problems than it cures.
17571
17572 2001-08-29 Akim Demaille <akim@epita.fr>
17573
17574 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
17575 the nodes.
17576 Be sure to tag the `detailmenu'.
17577
17578 2001-08-29 Akim Demaille <akim@epita.fr>
17579
17580 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
17581 download in a tmp dir.
17582
17583 2001-08-28 Marc Autret <autret_m@epita.fr>
17584
17585 * config/depcomp: New file.
17586
17587 2001-08-28 Marc Autret <autret_m@epita.fr>
17588
17589 * doc/bison.1 (mandoc): Adjust.
17590 From Juan Manuel Guerrero.
17591
17592 2001-08-28 Marc Autret <autret_m@epita.fr>
17593
17594 * src/print_graph.c (print_state): Fix.
17595
17596 2001-08-27 Marc Autret <autret_m@epita.fr>
17597
17598 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
17599 char * members.
17600 Echo modifications to the functions prototypes.
17601 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
17602
17603 2001-08-27 Marc Autret <autret_m@epita.fr>
17604
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.
17610
17611 2001-08-27 Akim Demaille <akim@epita.fr>
17612
17613 * Makefile.maint: Sync. again with CVS Autoconf.
17614
17615 2001-08-27 Akim Demaille <akim@epita.fr>
17616
17617 * Makefile.maint: Formatting changes.
17618 (po-update, cvs-update, update): New targets.
17619 (AMTAR): Remove.
17620
17621 2001-08-27 Akim Demaille <akim@epita.fr>
17622
17623 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17624 * Makefile.maint: Sync. with CVS Autoconf.
17625
17626 2001-08-27 Marc Autret <autret_m@epita.fr>
17627
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.
17635 (G_INFONAME): 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'.
17640
17641 2001-08-27 Marc Autret <autret_m@epita.fr>
17642
17643 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
17644 This one shadowed a global parameter.
17645
17646 2001-08-24 Marc Autret <autret_m@epita.fr>
17647
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.
17652
17653 2001-08-23 Marc Autret <autret_m@epita.fr>
17654
17655 * src/lex.c (percent_table): Typo: s/naem/name/.
17656 Add graph option.
17657 Normalize new options declarations.
17658
17659 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
17660
17661 * tests/suite.at: Exercise %header_extension and %source_extension.
17662
17663 2001-08-16 Marc Autret <autret_m@epita.fr>
17664
17665 * src/reader.c (parse_dquoted_param): New.
17666 (parse_header_extension_decl): Use it.
17667 (parse_source_extension_decl): Likewise.
17668
17669 2001-08-16 Marc Autret <autret_m@epita.fr>
17670
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.
17677
17678 2001-08-16 Marc Autret <autret_m@epita.fr>
17679
17680 * src/getargs.c (usage): Update with ``-g, --graph''.
17681
17682 2001-08-16 Marc Autret <autret_m@epita.fr>
17683
17684 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
17685 (Option Cross Key): Likewise.
17686 * doc/bison.1: Update.
17687
1c8c2190
PB
176882001-09-25 Pascal Bart <pascal.bart@epita.fr>
17689
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.
17694
180d45ba
PB
176952001-09-23 Pascal Bart <pascal.bart@epita.fr>
17696
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.
17705
c51d1a19
PB
177062001-09-23 Pascal Bart <pascal.bart@epita.fr>
17707
17708 * src/bison.simple: Add new `#line' directive.
17709
6f9344da
PB
177102001-09-22 Pascal Bart <pascal.bart@epita.fr>
17711
17712 * src/bison.simple: New `#line' directive.
17713 * src/output.c (output_parser): Support new dynamic muscle input_line.
17714
652def80
MA
177152001-09-22 Marc Autret <autret_m@epita.fr>
17716
17717 * src/output.c (output_master_parser): New.
17718 (output_parser): Be more re-entrant.
17719
25b222fa
MA
177202001-09-21 Marc Autret <autret_m@epita.fr>
17721
17722 * src/reader.c (copy_definition, parse_union_decl): Update and use
17723 `linef' muscle.
17724 (copy_action): Likewise.
17725 Use obstack_1grow ().
17726 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
17727
6bc35ae5
MA
177282001-09-21 Marc Autret <autret_m@epita.fr>
17729
17730 * src/options.c (option_table): Adjust.
17731 * src/lex.c (parse_percent_token): Fix.
17732
c0629aa1
PB
177332001-09-20 Pascal Bart <pascal.bart@epita.fr>
17734
17735 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 17736
82b6d266
PB
177372001-09-20 Pascal Bart <pascal.bart@epita.fr>
17738
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.
17750
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.
17761
75f5aaea
MA
177622001-09-20 Marc Autret <autret_m@epita.fr>
17763
17764 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
17765 sections of Bison.
17766
f508cb0a
PB
177672001-09-19 Pascal Bart <pascal.bart@epita.fr>
17768
17769 * src/bison.simple: s/%%filename/%%skeleton.
17770 * src/muscle_tab.c (getargs.h): Include it.
17771 (muscle_init): Insert new muscle skeleton.
17772
13105fc1
PB
177732001-09-18 Pascal Bart <pascal.bart@epita.fr>
17774
17775 * src/output.c (output_parser): Delete unused variable actions_dumped.
17776
b0c4483e
PB
177772001-09-07 Pascal Bart <pascal.bart@epita.fr>
17778
17779 * src/output.c (output): Delete call to reader_output_yylsp.
17780 * src/reader.c (reader): Likewise.
ba0fe3c7 17781 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 17782
11d82f03
MA
177832001-09-02 Marc Autret <autret_m@epita.fr>
17784
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.
342b8b6e 17792
11d82f03 17793 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 17794
11d82f03
MA
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.
17802
17803 * src/muscle_tab.h: Update double inclusion macros.
17804 (macro_entry_s): Rename muscle_entry_s.
17805 Update prototypes.
342b8b6e 17806
11d82f03
MA
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.
17813
17814 * src/main.c: Include muscle_tab.h.
17815 (main): Call muscle_init ().
17816 * src/Makefile.am (bison_SOURCES): Echo modifications.
17817
93a37297
MA
178182001-09-02 Marc Autret <autret_m@epita.fr>
17819
f753cd62 17820 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 17821
f753cd62
MA
17822 * src/muscle_tab.c, src/muscle_tab.h: Add files.
17823
178242001-09-02 Marc Autret <autret_m@epita.fr>
17825
17826 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 17827
682d48cd
PB
178282001-09-01 Pascal Bart <pascal.bart@epita.fr>
17829
342b8b6e 17830 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
17831 filename.
17832
087c8fda
MA
178332001-09-01 Marc Autret <autret_m@epita.fr>
17834
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.
17837
dda680cb
PB
178382001-08-31 Pascal Bart <pascal.bart@epita.fr>
17839
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.
17844
9e644e64
MA
178452001-08-31 Marc Autret <autret_m@epita.fr>
17846
17847 * src/bison.simple (YYLSP_NEEDED): New definition.
17848 * src/output.c (prepare): Add macro insertion of `locations_flag'
17849
17da6427
PB
178502001-08-31 Pascal Bart <pascal.bart@epita.fr>
17851
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'.
342b8b6e 17856 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
17857 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
17858 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 17859 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
17860 name_prefix.
17861
e8cb70b9
PB
178622001-08-31 Pascal Bart <pascal.bart@epita.fr>
17863
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.
17867
63c2d5de
MA
178682001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
17869
342b8b6e 17870 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
17871 %%epilogue.
17872 * src/output.c (output): Rename %%declarations to %%prologue.
17873 * src/bison.simple: Echo modifications.
342b8b6e 17874
d8cb5183
MA
178752001-08-31 Marc Autret <autret_m@epita.fr>
17876
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.
17882
6c686258
PB
178832001-08-31 Pascal Bart <pascal.bart@epita.fr>
17884
342b8b6e 17885 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
17886 output_trailers and output_headers.
17887 * src/output.h: Remove obsolete functions prototypes of output_headers
17888 and output_trailers.
17889
8f451ef7
PB
178902001-08-30 Pascal Bart <pascal.bart@epita.fr>
17891
17892 * src/main.c: Include macrotab.h.
342b8b6e 17893 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
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.
17902
997b6fd0 179032001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
17904
17905 * src/reader.c (parse_skel_decl): New.
342b8b6e 17906 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
17907 * src/lex.h (token_t): New token `tok_skel'.
17908 * src/lex.c (percent_table): Add skeleton option entry.
17909 Standardize.
17910
ff48177d
MA
179112001-08-29 Marc Autret <autret_m@epita.fr>
17912
17913 * src/bison.simple: Add %%user_code directive at the end.
17914 * src/reader.c (read_additionnal_code): New.
17915 (reader): Use it.
17916 * src/output.c (output_program): Remove.
17917 (output): Update.
17918
b33160bf
MA
179192001-08-28 Marc Autret <autret_m@epita.fr>
17920
17921 * src/output.c (output_actions): Clean up.
4e5caae2 17922 (output_gram): CPP-out useless code.
b33160bf
MA
17923 * src/reader.c (reader): Clean up, CPP-out useless code.
17924
d1a2daf7
PB
179252001-08-28 Pascal Bart <pascal.bart@epita.fr>
17926
342b8b6e 17927 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 17928 directive.
d1a2daf7
PB
17929 * src/bison.simple: Add `%%definitions'.
17930
2b763dfe
MA
179312001-08-28 Marc Autret <autret_m@epita.fr>
17932
17933 * config/depcomp: New file.
17934
f1a87ef6
PE
179352001-08-27 Paul Eggert <eggert@twinsun.com>
17936
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
17939 the C Standard.
17940
82e236e2
RA
179412001-08-27 Robert Anisko <robert.anisko@epita.fr>
17942
f1a87ef6 17943 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
17944 obstack. It was done too late here.
17945
17946 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
17947 completely wrong.
17948 (reader): Initialize the macro obstack here, since we need it to grow
17949 '%define' directives.
17950
17951 * src/reader.h: Declare the macro obstack as extern.
17952
b0cfa28a
RA
179532001-08-27 Robert Anisko <robert.anisko@epita.fr>
17954
17955 * src/output.c (output_parser): Fix. Store single '%' characters in
17956 the output obstack instead of throwing them away.
17957
6fc74234
AD
179582001-08-27 Akim Demaille <akim@epita.fr>
17959
17960 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17961
9c76d118
RA
179622001-08-25 Robert Anisko <robert.anisko@epita.fr>
17963
17964 * lib/Makefile.am: Adjust.
17965
a8289c62
RA
179662001-08-25 Robert Anisko <robert.anisko@epita.fr>
17967
17968 * src/bison.simple: Update and add '%%' directives.
17969
b6610515
RA
179702001-08-25 Robert Anisko <robert.anisko@epita.fr>
17971
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.
6fc74234 17979
b6610515
RA
17980 * src/reader.c (parse_macro_decl): New function used to parse macro
17981 declarations.
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
17986 bound to true.
17987 (read_declarations): Add case for macro definition.
17988 (copy_identifier): New.
6fc74234 17989 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
17990 rather than lex.
17991
26f609ff
RA
179922001-08-25 Robert Anisko <robert.anisko@epita.fr>
17993
17994 * src/output.c (prepare): Add prefixed names.
17995 (output_parser): Output semantic actions.
17996 (output_parser): Fix bug on '%%line' directives.
6fc74234 17997
26f609ff
RA
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.
18003
18004 * src/output.c: Remove some C dedicated output.
18005 Improve the use of macro and output obstacks.
18006 (output_defines): Remove.
6fc74234 18007
26f609ff
RA
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'.
6fc74234 18018
26f609ff
RA
18019 * src/output.c (output_table_data): New function.
18020 (output_short_table): Remove.
18021 (output_short_or_char_table): Remove.
6fc74234 18022
26f609ff
RA
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.
18028
6f43b113
RA
180292001-08-25 Robert Anisko <robert.anisko@epita.fr>
18030
18031 * src/main.c (main): Initialize the macro table.
18032
dd3127cf
RA
180332001-08-25 Robert Anisko <robert.anisko@epita.fr>
18034
18035 * src/lex.c (percent_table): Add tok_define.
18036 * src/lex.h: Add tok_define.
18037
aa321494
RA
180382001-08-25 Robert Anisko <robert.anisko@epita.fr>
18039
18040 * src/macrotab.c: New file.
18041 * src/macrotab.h: New file.
18042 * src/Makefile.am: Update.
18043
68bd3b6b
RA
180442001-08-25 Robert Anisko <robert.anisko@epita.fr>
18045
18046 * lib/hash.c: New file.
18047 * lib/hash.h: New file.
18048 * lib/Makefile.am: Update.
18049
45f8dd1e
AD
180502001-08-15 Akim Demaille <akim@epita.fr>
18051
18052 Version 1.28c.
18053
40a64a7a 180542001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
18055
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.
18063
f9a8293a
AD
180642001-08-15 Akim Demaille <akim@epita.fr>
18065
18066 * doc/bison.texinfo (Table of Symbols): Document
18067 YYSTACK_USE_ALLOCA.
18068
150ca7a7
AD
180692001-08-15 Akim Demaille <akim@epita.fr>
18070
18071 * missing: Update from CVS Automake.
18072 * config/config.guess, config/config.sub, config/texinfo.tex:
18073 Update from gnu.org.
18074
69b5cec4
AD
180752001-08-15 Akim Demaille <akim@epita.fr>
18076
18077 * Makefile.maint: Sync with CVS Autoconf.
18078
f2b5126e
PB
180792001-08-14 Pascal Bart <pascal.bart@epita.fr>
18080
69b5cec4 18081 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
18082 `fdl.texi'.
18083 * doc/fdl.texi: Add to package.
18084
4ecbf796
MA
180852001-08-14 Marc Autret <autret_m@epita.fr>
18086
18087 Turn on %{source,header}_extension features.
18088
69b5cec4 18089 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
18090 source_extension.
18091 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 18092 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
18093 between options.
18094
95fb5662
MA
180952001-08-14 Marc Autret <autret_m@epita.fr>
18096
18097 * src/files.c (compute_base_names): Add extensions computing when
18098 `--file-prefix' used.
18099 Standardize function calls.
18100
78d09da9
MA
181012001-08-13 Marc Autret <autret_m@epita.fr>
18102
69b5cec4 18103 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
18104 defining it (defined but null disables alloca).
18105
5a009f2c
MA
181062001-08-13 Marc Autret <autret_m@epita.fr>
18107
18108 * src/bison.simple (_yy_memcpy): CPP reformat.
18109
1e41465a
PB
181102001-08-13 Pascal Bart <pascal.bart@epita.fr>
18111
18112 * tests/atconfig.in (CPPFLAGS): Fix.
18113
c67a198d
PB
181142001-08-10 Pascal Bart <pascal.bart@epita.fr>
18115
79282c6c 18116 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
18117 `gpl.texi'.
18118 * doc/gpl.texi: Add to package.
18119
09a6de7e
MA
181202001-08-10 Marc Autret <autret_m@epita.fr>
18121
18122 * src/print_graph.h: Fix.
18123 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
18124
b77b9ee0
AD
181252001-08-10 Akim Demaille <akim@epita.fr>
18126
18127 * src/system.h: Provide default declarations for stpcpy, strndup,
18128 and strnlen.
18129
3e259915
MA
181302001-08-10 Robert Anisko <anisko_r@epita.fr>
18131
18132 * doc/bison.texinfo (Locations): Update @$ stuff.
18133
ca96bc2d
MA
181342001-08-09 Robert Anisko <anisko_r@epita.fr>
18135
18136 * src/bison.simple (YYLLOC_DEFAULT): Update.
18137 (yyparse): Adjust.
18138
fdc6758b
MA
181392001-08-08 Marc Autret <autret_m@epita.fr>
18140
b77b9ee0 18141 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
18142 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
18143 Reported by Fabrice Bauzac.
957d4dbf 18144
600cad3b
MA
181452001-08-08 Marc Autret <autret_m@epita.fr>
18146
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.
b77b9ee0 18151 (node_output_size): New global variable. Simplify the formatting of
600cad3b 18152 the VCG graph output.
b77b9ee0 18153 (print_actions): Unused code is now used. It notifies the final state
600cad3b 18154 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 18155 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
18156 blue.
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.
18163
976e528f
AD
181642001-08-07 Pascal Bart <pascal.bart@epita.fr>
18165
18166 * tests/atconfig.in (CPPFLAGS): Fix.
18167
20e8e5ca
AD
181682001-08-07 Akim Demaille <akim@epita.fr>
18169
18170 * src/print_graph.c (quote): New.
18171 (print_core): Use it.
18172
957d4dbf 181732001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 18174
3e3da797
AD
18175 * src/vcg.c (complain.h): Include it.
18176 Unepitaize `return' invocations.
c4b66126 18177 [NDEBUG] (main): Remove.
79282c6c 18178 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
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.
18182 Use `quote'.
18183 * src/files.c (output_files): Output the VCG file.
18184 * src/main.c (main): Invoke print_graph ();
3e3da797 18185
957d4dbf 181862001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
18187
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.
18192
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.
18204
927c1557 182052001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
18206
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.
18210
7333d403
AD
182112001-08-06 Marc Autret <autret_m@epita.fr>
18212
18213 Add of %source_extension and %header_extension which specify
18214 the source or/and the header output file extension.
18215
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.
18227
84163231
AD
182282001-08-06 Marc Autret <autret_m@epita.fr>
18229
18230 * configure.in: Bump to 1.28c.
18231 * doc/bison.texinfo: Texinfo thingies.
18232
8303fc42
AD
182332001-08-04 Pascal Bart <pascal.bart@epita.fr>
18234
18235 * tests/atconfig.in (CPPFLAGS): Add.
18236 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
18237
70a84437
AD
182382001-08-03 Akim Demaille <akim@epita.fr>
18239
18240 Version 1.28b.
18241
2ce10144
AD
182422001-08-03 Akim Demaille <akim@epita.fr>
18243
18244 * tests/Makefile.am (check-local): Ship testsuite.
18245 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
18246 Include `string.h'.
18247
1e3e4bc1
AD
182482001-08-03 Akim Demaille <akim@epita.fr>
18249
18250 * configure.in: Try using -Wformat when compiling.
18251
42b45b7f
AD
182522001-08-03 Akim Demaille <akim@epita.fr>
18253
18254 * configure.in: Bump to 1.28b.
18255
8f13fe33
AD
182562001-08-03 Akim Demaille <akim@epita.fr>
18257
18258 * src/complain.c: Adjust strerror_r portability issues.
18259
b37ba92c
AD
182602001-08-03 Akim Demaille <akim@epita.fr>
18261
18262 Version 1.28a.
18263
b0ce6046
AD
182642001-08-03 Akim Demaille <akim@epita.fr>
18265
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.
18271
d01c415b
AD
182722001-08-03 Akim Demaille <akim@epita.fr>
18273
18274 * src/reader.c (readgram): Display hidden chars in error messages.
18275
459dd1a6
AD
182762001-08-03 Akim Demaille <akim@epita.fr>
18277
18278 Update to gettext 0.10.39.
18279
53b74c0c
AD
182802001-08-03 Akim Demaille <akim@epita.fr>
18281
18282 * lib/strspn.c: New.
18283
234a3be3
AD
182842001-08-01 Marc Autret <autret_m@epita.fr>
18285
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.
18301
847bf1f5
AD
183022001-08-01 Robert Anisko <anisko_r@epita.fr>
18303
d995fee7 18304 * doc/bison.texi: Document @$.
847bf1f5
AD
18305 (Locations): New section.
18306
d074a105
AD
183072001-07-18 Akim Demaille <akim@epita.fr>
18308
18309 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
18310 * config/prev-version.txt, config/move-if-change: New.
18311 * Makefile.am: Adjust.
18312
3419715d
AD
183132001-07-08 Pascal Bart <pascal.bart@epita.fr>
18314
18315 * src/bison.simple (yyparse): Suppress warning `comparaison
18316 between signed and unsigned'.
18317
62ab6972
AD
183182001-07-05 Pascal Bart <pascal.bart@epita.fr>
18319
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'.
18325
1e24cc5b
AD
183262001-07-14 Akim Demaille <akim@epita.fr>
18327
18328 * config/: New.
18329 * configure.in: Require Autoconf 2.50.
18330 Update to gettext 0.10.38.
18331
32dfccf8
AD
183322001-03-16 Akim Demaille <akim@epita.fr>
18333
18334 * doc/bison.texinfo: ANSIfy the examples.
18335
cd5bd6ac
AD
183362001-03-16 Akim Demaille <akim@epita.fr>
18337
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.
18343
5141b016
AD
183442001-03-16 Akim Demaille <akim@epita.fr>
18345
18346 * m4/strerror_r.m4: New.
18347 * m4/error.m4: Run AC_FUNC_STRERROR_R.
18348 * lib/error.h, lib/error.c: Update.
18349
447992b9
AD
183502001-03-16 Akim Demaille <akim@epita.fr>
18351
18352 * src/getargs.c (longopts): Clean up.
18353
274d42ce
AD
183542001-02-21 Akim Demaille <akim@epita.fr>
18355
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
18358 longer a buffer.
18359
22c821f3
AD
183602001-02-08 Akim Demaille <akim@epita.fr>
18361
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.
18365
18569462
AD
183662001-02-08 Akim Demaille <akim@epita.fr>
18367
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.
18375
0d8f3c8a
AD
183762001-02-02 Akim Demaille <akim@epita.fr>
18377
18378 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 18379 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 18380
f17bcd1f
AD
183812001-01-19 Akim Demaille <akim@epita.fr>
18382
18383 Get rid of the ad hoc handling of token_buffer in the scanner: use
18384 the obstacks.
18385
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.
18390
511e79b3
AD
183912001-01-19 Akim Demaille <akim@epita.fr>
18392
18393 * src/lex.h: Rename all the tokens:
18394 s/\bENDFILE\b/tok_eof/g;
18395 s/\bIDENTIFIER\b/tok_identifier/g;
18396 etc.
18397 Let them be enums, not #define, to ease debugging.
18398 Adjust all the code.
18399
0d6508ef
AD
184002001-01-18 Akim Demaille <akim@epita.fr>
18401
18402 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
18403 * src/lex.c (maxtoken, grow_token_buffer): Static.
18404
6deb4447
AD
184052001-01-18 Akim Demaille <akim@epita.fr>
18406
18407 Since we now use obstacks, more % directives can be enabled.
18408
18409 * src/lex.c (percent_table): Also accept `%yacc',
18410 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
18411 `%debug'.
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.
18424
ff4423cc
AD
184252000-12-20 Akim Demaille <akim@epita.fr>
18426
18427 Also handle the output file (--verbose) with obstacks.
18428
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.
18436
956dba3a
AD
184372000-12-20 Akim Demaille <akim@epita.fr>
18438
18439 * src/files.c (open_files): Fix the computation of short_base_name
18440 in the case of `-o foo.tab.c'.
18441
337bab46
AD
184422000-12-20 Akim Demaille <akim@epita.fr>
18443
18444 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
18445 (copy_dollar): Now that everything uses obstacks, get rid of the
18446 FILE * parameters.
18447
5d3214b8
AD
184482000-12-20 Akim Demaille <akim@epita.fr>
18449
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.
18453
29092a57
AD
184542000-12-20 Akim Demaille <akim@epita.fr>
18455
18456 * src/bison.s1: Remove, we now use directly...
18457 * src/bison.simple: this.
18458 * src/Makefile.am: Use pkgdata instead of data.
18459
ea5607fd
AD
184602000-12-20 Akim Demaille <akim@epita.fr>
18461
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.
18467
27110317
AD
184682000-12-19 Akim Demaille <akim@epita.fr>
18469
18470 * src/files.c (outfile, defsfile, actfile): Removed as global
18471 vars.
18472 (open_files): Don't compute them.
18473 (output_files): Adjust.
18474 (base_name, short_base_name): Be global.
18475 Adjust dependencies.
18476
19c50364
AD
184772000-12-19 Akim Demaille <akim@epita.fr>
18478
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
18483 short_base_name.
18484 (open_files): Use it.
18485 * tests/suite.at (Checking output file names): New test.
18486
573c1d9f
AD
184872000-12-19 Akim Demaille <akim@epita.fr>
18488
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
18492 `$'.
18493 * src/bison.s1: s/$/%% actions/.
18494 * src/bison.hairy: Likewise.
18495
ef7ddedd
AD
184962000-12-19 Akim Demaille <akim@epita.fr>
18497
18498 * src/output.c (output_parser): Compute the `#line' lines when
18499 there are.
18500 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
18501 Suggested by Hans Aberg.
18502
ff61dabd
AD
185032000-12-19 Akim Demaille <akim@epita.fr>
18504
18505 Let the handling of the skeleton files be local to the procedures
18506 that use it.
18507
18508 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
18509 longer static.
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
18514 skeleton.
18515 * src/reader.c (read_declarations): When %semantic_parser, open
18516 fguard.
18517
55b96341
AD
185182000-12-19 Akim Demaille <akim@epita.fr>
18519
18520 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
18521 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
18522
358c15b7
AD
185232000-12-19 Akim Demaille <akim@epita.fr>
18524
18525 * src/files.c (open_files): Yipee! We no longer need all the code
18526 looking for `/tmp' since we have no tmp file.
18527
7de3329e
AD
185282000-12-19 Akim Demaille <akim@epita.fr>
18529
18530 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
18531 New macros.
18532 * src/files.c (open_files): Less dependency on MSDOS etc.
18533
3abcd459
AD
185342000-12-14 Akim Demaille <akim@epita.fr>
18535
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.
18541
2a91a95e
AD
185422000-12-12 Akim Demaille <akim@epita.fr>
18543
18544 * src/reader.c (copy_definition, parse_union_decl, copy_action)
18545 (copy_guard): Quote the file names.
18546 Reported by Laurent Mascherpa.
18547
14d3eb9b
AD
185482000-12-12 Akim Demaille <akim@epita.fr>
18549
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.
18554
d7045ec6
AD
185552000-11-17 Akim Demaille <akim@epita.fr>
18556
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 *'
18562 variable is valid.
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
18565 append characters.
18566
6fd54b73
AD
185672000-11-17 Akim Demaille <akim@epita.fr>
18568
18569 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
18570 as...
18571 (suite.m4, regression.m4, calc.m4): these.
18572 * tests/atgeneral.m4: Update from CVS Autoconf.
18573
4c50eae6
AD
185742000-11-17 Akim Demaille <akim@epita.fr>
18575
18576 * tests/regression.m4 (%union and --defines): New test,
18577 demonstrating a current bug in the obstack implementation.
18578
a35f64ea
AD
185792000-11-17 Akim Demaille <akim@epita.fr>
18580
18581 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
18582 macros.
18583 Use them to declare the variables which are global or local to
18584 `yyparse'.
18585
7de23534
AD
185862000-11-17 Akim Demaille <akim@epita.fr>
18587
18588 * acconfig.h: Remove, no longer used.
18589
aa7815f5
AD
185902000-11-07 Akim Demaille <akim@epita.fr>
18591
18592 * src: s/Copyright (C)/Copyright/g.
18593
5af1f549
AD
185942000-11-07 Akim Demaille <akim@epita.fr>
18595
18596 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
18597 defining.
18598 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
18599
553e2b22
AD
186002000-11-07 Akim Demaille <akim@epita.fr>
18601
18602 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
18603 Merge in a single CPP if/else.
18604
8a4f41d6
AD
186052000-11-07 Akim Demaille <akim@epita.fr>
18606
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.
18617
095a3fb5
AD
186182000-11-03 Akim Demaille <akim@epita.fr>
18619
18620 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
18621 s/PFILE1/BISON_HAIRY/.
18622 Adjust dependencies.
18623
d1cdce7c
AD
186242000-11-03 Akim Demaille <akim@epita.fr>
18625
090c5ebf 18626 For some reason, this was not applied.
d1cdce7c
AD
18627
18628 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
18629 `unlink': it's no longer used.
18630
9311529b
AD
186312000-11-03 Akim Demaille <akim@epita.fr>
18632
18633 * src/files.c (skeleton_find): New function, eved out of...
18634 (open_files, open_extra_files): here.
18635
d8880f69
AD
186362000-11-03 Akim Demaille <akim@epita.fr>
18637
18638 Don't use `atexit'.
18639
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.
18647
0dbb648e
AD
186482000-11-02 Akim Demaille <akim@epita.fr>
18649
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.
18653
896fe5c1
AD
186542000-11-02 Akim Demaille <akim@epita.fr>
18655
18656 Remove the last uses of mktemp and unlink/delete.
18657
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
18664 obstacks.
18665 (output_token_defines, reader_output_yylsp): Use obstacks.
18666 * src/system.h (obstack_fgrow3): New.
1f65350a 18667 * po/POTFILES.in: Adjust.
896fe5c1 18668
dd60faec
AD
186692000-11-01 Akim Demaille <akim@epita.fr>
18670
18671 Change each use of `fattrs' into a use of `attrs_obstack'.
18672
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.
18678
8c7ebe49
AD
186792000-11-01 Akim Demaille <akim@epita.fr>
18680
18681 Introduce obstacks.
18682 Change each use of `faction' into a use of `action_obstack'.
18683
18684 * lib/obstack.h, lib/obstack.c: New files.
18685 * src/files.c (faction): Remove.
18686 (action_obstack): New.
18687 Adjust all dependencies.
18688
77aee789
AD
186892000-10-20 Akim Demaille <akim@epita.fr>
18690
18691 * lib/quote.h (PARAMS): New macro. Use it.
18692
43591cec
AD
186932000-10-16 Akim Demaille <akim@epita.fr>
18694
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.
18698
1e9798d5
AD
186992000-10-16 Akim Demaille <akim@epita.fr>
18700
18701 * src/symtab.c (bucket_new): New function.
18702 (getsym): Use it.
18703
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.
18709
f282676b
AD
187102000-10-16 Akim Demaille <akim@epita.fr>
18711
18712 * src/lex.c (read_typename): New function.
18713 (lex): Use it.
18714 * src/reader.c (copy_dollar): Likewise.
18715
550a72a3
AD
187162000-10-16 Akim Demaille <akim@epita.fr>
18717
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.
18723
131e2fef
AD
187242000-10-16 Akim Demaille <akim@epita.fr>
18725
18726 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
18727 `read_signed_integer'.
18728
79282c5a
AD
187292000-10-16 Akim Demaille <akim@epita.fr>
18730
18731 * src/reader.c (copy_dollar): New function.
18732 (copy_guard, copy_action): Use it.
18733
ff4a34be
AD
187342000-10-16 Akim Demaille <akim@epita.fr>
18735
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'.
18741
187422000-10-04 Akim Demaille <akim@epita.fr>
18743
18744 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
18745
14ded682
AD
187462000-10-04 Akim Demaille <akim@epita.fr>
18747
18748 * doc/bison.texinfo: Various typos spotted by Neil Booth.
18749
8e03724b
AD
187502000-10-04 Akim Demaille <akim@epita.fr>
18751
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.
18755
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
18759 properly.
18760
a9e64249
AD
187612000-10-04 Akim Demaille <akim@epita.fr>
18762
18763 * src/reader.c (parse_expect_decl): Keep `count' within the size
18764 of `buffer'.
18765 From Neil Booth.
18766
da9abf43
AD
187672000-10-02 Paul Eggert <eggert@twinsun.com>
18768
18769 * bison.s1 (yyparse): Assign the default value
18770 unconditionally, to avoid a GCC warning and make the parser a
18771 tad smaller.
18772
c33638bb
AD
187732000-10-02 Akim Demaille <akim@epita.fr>
18774
18775 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
18776 options.
18777
444c570a
AD
187782000-10-02 Akim Demaille <akim@epita.fr>
18779
18780 * src/derives.c, src/print.c, src/reduce.c: To ease the
18781 translation, move some `\n' out of the translated strings.
18782
89cab50d
AD
187832000-10-02 Akim Demaille <akim@epita.fr>
18784
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.
18790
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'.
18798 Sort the options.
18799 * tests/calc.m4: Test it.
18800
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'.
18805
d6c2cba0
AD
188062000-10-02 Akim Demaille <akim@epita.fr>
18807
18808 Also test parse error messages, including with YYERROR_VERBOSE.
18809
18810 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
18811 associative).
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.
18818
5a35a6cb
AD
188192000-10-02 Akim Demaille <akim@epita.fr>
18820
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:
18825
18826 #if YYDEBUG
18827 if (yydebug)
18828 {
18829 ...
18830 }
18831 #endif
18832
18833 into
18834
18835 if (yydebug)
18836 {
18837 ...
18838 }
18839
18840 unfortunately this leads to a CPP conflict when
18841 `--name-prefix=foo' is used since it produces `#define yydebug
18842 foodebug'.
18843
18844 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
18845 (YYDPRINTF): New macro.
18846 Spread its use.
18847 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
18848 the bison options.
18849 Also test `--verbose', `--defines' and `--name-prefix'.
18850
71da9eea
AD
188512000-10-02 Akim Demaille <akim@epita.fr>
18852
18853 Improve the readability of the produced parsers.
18854
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
18859 of its line.
18860 New variable, `number_of_dollar_signs', to check there's exactly
18861 one `$' in the parser skeleton.
18862
95e36146
AD
188632000-10-02 Akim Demaille <akim@epita.fr>
18864
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.
18870
d7020c20
AD
188712000-10-02 Akim Demaille <akim@epita.fr>
18872
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'.
18883
1916f98e
AD
188842000-10-02 Akim Demaille <akim@epita.fr>
18885
18886 * src/getargs.c (fixed_outfiles): Rename as...
18887 (yaccflag): for consistency and accuracy.
18888 Adjust dependencies.
18889
d7913476
AD
188902000-10-02 Akim Demaille <akim@epita.fr>
18891
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.
18900
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
18903 files.
18904 Adjust dependencies.
18905 * src/warshall.h: New file.
18906 Propagate.
18907
340ef489
AD
189082000-10-02 Akim Demaille <akim@epita.fr>
18909
18910 Various anti-`extern in *.c' changes.
18911
18912 * src/system.h: Include `assert.h'.
18913
b2ca4022
AD
189142000-10-02 Akim Demaille <akim@epita.fr>
18915
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.
18923
18924 Remove a lot of now useless `extern' statements in most files.
18925
403b315b
AD
189262000-10-02 Akim Demaille <akim@epita.fr>
18927
18928 * src/LR0.h: New file.
18929 Propagate its use.
18930
07a58c13
AD
189312000-10-02 Akim Demaille <akim@epita.fr>
18932
18933 * src/print.h: New file.
18934 Propagate its use.
18935 * src/print.c: Formatting and ordering changes.
18936 (verbose, terse): Replace with...
18937 (print_results): this new function.
18938 Adjust dependencies.
18939
0619caf0
AD
189402000-10-02 Akim Demaille <akim@epita.fr>
18941
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.
18948
3519ec76
AD
189492000-10-02 Akim Demaille <akim@epita.fr>
18950
18951 * src/nullable.h: New file.
18952 Propagate its inclusion.
18953 * src/nullable.c: Formatting changes.
18954
015acc48
AD
189552000-10-02 Akim Demaille <akim@epita.fr>
18956
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.
18962
8963a27b
AD
189632000-10-02 Akim Demaille <akim@epita.fr>
18964
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.
18970 Propagate its use.
18971
a70083a3
AD
189722000-10-02 Akim Demaille <akim@epita.fr>
18973
18974 * src/reader.h: New file.
18975 Propagate its use instead of tedious list of `extern' and
18976 prototypes.
18977 * src/reader.c: Formatting changes, topological sort,
18978 s/register//.
18979
abadc117
AD
189802000-10-02 Akim Demaille <akim@epita.fr>
18981
18982 * src/lex.h: Prototype `lex.c' exported functions.
18983 * src/reader.c: Adjust.
18984 * src/lex.c: Formatting changes.
18985 (safegetc): Rename as...
18986 (xgetc): this.
18987
720d742f
AD
189882000-10-02 Akim Demaille <akim@epita.fr>
18989
18990 * src/lalr.h: New file.
18991 Propagate its inclusion instead of prototypes and `extern'.
18992 * src/lalr.c: Formatting changes, topological sorting etc.
18993
f2acea59
AD
189942000-10-02 Akim Demaille <akim@epita.fr>
18995
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.
18999
d019d655
AD
190002000-10-02 Akim Demaille <akim@epita.fr>
19001
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
19005 shorts.
19006
19007 * src/reader.c (user_toknums): Be a short table instead of an int
19008 table.
19009 Adjust dependencies.
19010
19011 Factor the short table outputs.
19012
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.
19016
6c89f1c1
AD
190172000-10-02 Akim Demaille <akim@epita.fr>
19018
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
19024 from output.c.
19025
d9efd181
AD
190262000-09-21 Akim Demaille <akim@epita.fr>
19027
19028 * src/atgeneral.m4: Update from Autoconf.
19029
c29240e7 190302000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
19031
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
19038 cloture.h.
19039 (initialize_states): Rename as...
19040 (new_states): this.
19041 * src/Makefile.am (noinst_HEADERS): Adjust.
19042
499daa50
AD
190432000-09-20 Akim Demaille <akim@epita.fr>
19044
19045 * src/acconfig.h: Don't protect config.h against multiple
19046 inclusion.
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.
19052
cc84fd5d
AD
190532000-09-20 Akim Demaille <akim@epita.fr>
19054
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.
19059
db5b3a89
AD
190602000-09-20 Akim Demaille <akim@epita.fr>
19061
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'.
19067
ceed8467
AD
190682000-09-19 Akim Demaille <akim@epita.fr>
19069
19070 * src/output.c: Formatting changes.
19071 * src/machine.h: Remove, leaving its contents in...
19072 * src/system.h: here.
19073 Include stdio.h.
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.
19079
19080 * tests/calc.m4 (yyin): Be initialized in main, not on the global
19081 scope.
19082 (yyerror): Returns void, not int.
19083 * doc/bison.texinfo: Formatting changes.
19084
05a1d24b
AD
190852000-09-19 Akim Demaille <akim@epita.fr>
19086
19087 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
19088 portable.
19089
cbd25751
AD
190902000-09-18 Akim Demaille <akim@epita.fr>
19091
19092 * configure.in: Append WARNING_CFLAGS to CFLAGS.
19093 * src/Makefile.am (INCLUDES): Don't.
19094 Be ready to fetch headers in lib/.
19095
13863333
AD
190962000-09-18 Akim Demaille <akim@epita.fr>
19097
19098 * doc/bison.texinfo: Update the copyright.
19099 ANSIfy and GNUify the examples.
19100 Remove the old menu.
19101
0d533154
AD
191022000-09-18 Akim Demaille <akim@epita.fr>
19103
19104 First set of tests: use the `calc' example from the documentation.
19105
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.
19115
e79137ac
AD
191162000-09-18 Akim Demaille <akim@epita.fr>
19117
19118 Add support for an Autotest test suite for Bison.
19119
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
19123 files.
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.
19130
27821bff
AD
191312000-04-14 Akim Demaille <akim@epita.fr>
19132
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'
19139 message.
19140 (parse_union_decl, copy_guard, copy_action): Use the same
19141 `unmatched' message.
19142 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
19143
cfe5fbc0
AD
191442000-03-31 Akim Demaille <akim@epita.fr>
19145
19146 * src/files.c (tryopen, tryclose): Move to the top.
19147 Be static.
19148
cb7db13e
AD
191492000-03-31 Akim Demaille <akim@epita.fr>
19150
19151 * src/main.c (main): Don't call `done', exit does it.
19152
a0f6b076
AD
191532000-03-31 Akim Demaille <akim@epita.fr>
19154
36281465
AD
19155 * allocate.c: s/return (foo)/return foo/.
19156 * lalr.c: Likewise.
19157 * LR0.c: Likewise.
19158 * output.c: Likewise.
19159 * reader.c: Likewise.
19160 * symtab.c: Likewise.
19161 * vmsgetargs.c: Likewise.
19162
191632000-03-31 Akim Demaille <akim@epita.fr>
19164
19165 Clean up the error reporting functions.
a0f6b076
AD
19166
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):
19174 Remove.
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'.
19181
19182 * src/getargs.c (usage): More `fputs', less `fprintf'.
19183
18539825
AD
191842000-03-28 Akim Demaille <akim@epita.fr>
19185
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
19190 useless.
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.
19199
9f306f2a
AD
192002000-03-28 Akim Demaille <akim@epita.fr>
19201
19202 * src/getargs.c (usage): Refresh the help message.
19203
0ba347b6
AD
192042000-03-17 Akim Demaille <akim@epita.fr>
19205
19206 * src/getopt1.c: Updated from textutils 2.0e
19207 * src/getopt.c: Likewise.
19208 * src/getopt.h: Likewise.
19209
dbe7f271
AD
192102000-03-17 Akim Demaille <akim@epita.fr>
19211
19212 * src/Makefile.am (bison.simple): Fix the awk program: quote only
19213 the file name, not the whole `#line LINE FILE'.
19214
75bbe78d
AD
192152000-03-17 Akim Demaille <akim@epita.fr>
19216
19217 On syntax errors, report the token on which we choked.
19218
aa5fd0ee
AD
19219 * src/bison.s1 (yyparse): In the label yyerrlab, when
19220 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 19221
7b306f52
AD
192222000-03-17 Akim Demaille <akim@epita.fr>
19223
aa5fd0ee 19224 * src/reader.c (copy_at): New function.
7b306f52
AD
19225 (copy_guard): Use it.
19226 (copy_action): Use it.
19227
e87b5700
AD
192282000-03-17 Akim Demaille <akim@epita.fr>
19229
19230 Be kind to translators, save some useless translations.
19231
aa5fd0ee 19232 * src/main.c (banner): New function.
e87b5700
AD
19233 (fatal_banner): Use it.
19234 (warn_banner): Use it.
19235
ae3c3164
AD
192362000-03-17 Akim Demaille <akim@epita.fr>
19237
aa5fd0ee
AD
19238 * src/reader.c (copy_definition): Use copy_string and
19239 copy_comment. Removed now unused `match', `ended',
19240 `cplus_comment'.
ae3c3164
AD
19241 (copy_comment, copy_string): Moved, to be visible from
19242 copy_definition.
19243
4dc58e7c
AD
192442000-03-17 Akim Demaille <akim@epita.fr>
19245
aa5fd0ee
AD
19246 * src/reader.c (copy_string): Declare `static inline'. No
19247 problems with inline, since it is checked by configure.
4dc58e7c
AD
19248 (copy_comment): Likewise.
19249
0a6384c4
AD
192502000-03-17 Akim Demaille <akim@epita.fr>
19251
aa5fd0ee 19252 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 19253
3cef001a
AD
192542000-03-17 Akim Demaille <akim@epita.fr>
19255
aa5fd0ee 19256 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
19257 (copy_action): Use it. Removed now unused `match', `ended',
19258 `cplus_comment'.
19259 (copy_guard): Likewise.
19260
ca36d2ef
AD
192612000-03-17 Akim Demaille <akim@epita.fr>
19262
aa5fd0ee 19263 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
19264 (copy_action): Use it.
19265 (copy_guard): Likewise.
19266
6666f98f
AD
192672000-03-17 Akim Demaille <akim@epita.fr>
19268
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).
19274
19275 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
19276 yyval.
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
19285 translators.
19286
41aca2e0
AD
192872000-03-17 Akim Demaille <akim@epita.fr>
19288
aa5fd0ee
AD
19289 * src/bison.s1: Formatting and cosmetics changes.
19290 * src/reader.c: Likewise.
41aca2e0
AD
19291 Update the Copyright notice.
19292
dc08c1d5
AD
192932000-03-17 Akim Demaille <akim@epita.fr>
19294
aa5fd0ee
AD
19295 * src/bison.s1 (#line): All set to `#line' only, since the
19296 Makefile now handles them.
dc08c1d5 19297
9ee3c97b
AD
192982000-03-16 Akim Demaille <akim@epita.fr>
19299
19300 * src/output.c (output_rule_data): Output the documentation of
19301 some of the tables.
19302 (Copyright notice): Update.
19303 Formatting changes.
19304
0de741ca
AD
193052000-03-16 Akim Demaille <akim@epita.fr>
19306
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'.
19311
bb10be54
AD
193122000-03-16 Akim Demaille <akim@epita.fr>
19313
19314 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
19315 and related variables so that the similarities are highlighted.
19316
b07b484a
AD
193172000-03-16 Akim Demaille <akim@epita.fr>
19318
19319 * src/bison.s1: Properly indent CPP directives.
19320
361f60b3
AD
193212000-03-16 Akim Demaille <akim@epita.fr>
19322
19323 * src/bison.s1: Properly indent the `alloca' CPP section.
19324
8c44d3ec
AD
193252000-03-16 Akim Demaille <akim@epita.fr>
19326
19327 Do not hard code values of directories in `configure.in'.
19328 Update the `configure' tool chain.
19329
19330 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
19331 src/makefile.am.
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
19339 autoheader.
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
19346 locale files.
19347 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
19348 builddir.
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.
19355
f95997e7
AD
193562000-03-10 Akim Demaille <akim@epita.fr>
19357
19358 * src/closure.c:
19359 Formatting changes of various comments.
19360 Respect the GNU coding standards at various places.
19361 Don't use `_()' when no translation is needed.
19362
193631999-12-13 Jesse Thilo <jthilo@gnu.org>
19364
19365 * src/files.c:
19366 OS/2 honors TMPDIR environment variable.
19367
193681999-12-13 Jesse Thilo <jthilo@gnu.org>
19369
19370 * doc/bison.texinfo: Tweaked spelling and grammar.
19371 Updated ISBN.
19372 Removed reference to price of printed copy.
19373 Mention BISON_SIMPLE and BISON_HAIRY.
19374
193751999-12-13 Jesse Thilo <jthilo@gnu.org>
19376
19377 * configure.in, NEWS:
19378 Bison 1.29 released.
19379
193801999-10-27 Jesse Thilo <jthilo@gnu.org>
19381
19382 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
19383 Added reference card.
19384
193851999-07-26 Jesse Thilo <jthilo@gnu.org>
19386
19387 * po/ru.po: Added Russian translation.
19388
193891999-07-26 Jesse Thilo <jthilo@gnu.org>
19390
19391 * configure.in: Added Russian translation.
19392
193931999-07-06 Jesse Thilo <jthilo@gnu.org>
19394
19395 * configure.in, NEWS, README:
19396 Released version 1.28.
19397
193981999-06-14 Jesse Thilo <jthilo@gnu.org>
19399
19400 * src/system.h:
19401 Squashed redefinition warning on some systems.
19402
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
19405 concatentation.
19406
194071999-06-14 Jesse Thilo <jthilo@gnu.org>
19408
19409 * po/POTFILES.in: Got rid of version.c.
19410
194111999-06-14 Jesse Thilo <jthilo@gnu.org>
19412
19413 * acconfig.h, configure.in:
19414 Have configure build version string instead of relying on ANSI string
19415 concatentation.
19416
194171999-06-08 Jesse Thilo <jthilo@gnu.org>
19418
19419 * doc/bison.1:
19420 Dropped mention of `+' for long-named options.
19421
194221999-05-30 Jesse Thilo <jthilo@gnu.org>
19423
19424 * src/files.c: Added <unistd.h> for unlink().
19425
19426 * src/Makefile.am, src/system.h:
19427 I18n fixes.
19428
194291999-05-30 Jesse Thilo <jthilo@gnu.org>
19430
19431 * README: Added a FAQ list.
19432
19433 * configure.in, acconfig.h:
19434 I18n fixes.
19435
194361999-05-30 Jesse Thilo <jthilo@gnu.org>
19437
19438 * doc/FAQ, doc/Makefile.am:
19439 Added a FAQ list.
19440
194411999-05-19 Jesse Thilo <jthilo@gnu.org>
19442
19443 * src/alloc.h, src/symtab.h, src/version.c:
19444 Protected inclusion of "config.h" with HAVE_CONFIG_H.
19445
194461999-04-18 Jesse Thilo <jthilo@gnu.org>
19447
19448 * src/.cvsignore, src/Makefile.am:
19449 Reorganized: sources in `src', documentation in `doc'.
19450
19451 * src/lex.c (literalchar):
19452 fixed the code for escaping double quotes (thanks
19453 Jonathan Czisny.)
19454
194551999-04-18 Jesse Thilo <jthilo@gnu.org>
19456
19457 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
19458 Adjusted paths to reflect directory reorganization.
19459
194601999-04-18 Jesse Thilo <jthilo@gnu.org>
19461
19462 * doc/.cvsignore, doc/Makefile.am:
19463 Reorganized: sources in `src', documentation in `doc'.
19464
194651999-04-18 Jesse Thilo <jthilo@gnu.org>
19466
19467 * configure.in:
19468 Updated AC_INIT file to reflect directory reorganization.
19469
19470 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
19471 Reorganized: sources in `src', documentation in `doc'.
19472
194731999-04-13 Jesse Thilo <jthilo@gnu.org>
19474
19475 * src/allocate.c:
19476 Don't declare calloc() and realloc() if not necessary.
19477
194781999-04-13 Jesse Thilo <jthilo@gnu.org>
19479
19480 * configure.in, acconfig.h, acinclude.m4:
19481 Don't declare calloc() and realloc() if not necessary.
19482
194831999-03-23 Jesse Thilo <jthilo@gnu.org>
19484
19485 * po/.cvsignore: Added i18n support.
19486
194871999-03-23 Jesse Thilo <jthilo@gnu.org>
19488
19489 * acconfig.h, configure.in, Makefile.am:
19490 Added i18n support.
19491
194921999-03-22 Jesse Thilo <jthilo@gnu.org>
19493
19494 * src/bison.s1: Fixed #line numbers.
19495
194961999-03-15 Jesse Thilo <jthilo@gnu.org>
19497
19498 * po/es.po, po/fr.po, po/nl.po, po/de.po:
19499 Added PO files from Translation Project.
19500
195011999-03-03 Jesse Thilo <jthilo@gnu.org>
19502
19503 * Makefile.am:
19504 Added support for non-ANSI compilers (ansi2knr).
19505
195061999-02-16 Jesse Thilo <jthilo@gnu.org>
19507
19508 * configure.in: Bumped version number to 1.27.
19509
19510 * Makefile.am:
19511 Added `bison.simple' to list of files removed by `make distclean'.
19512
195131999-02-12 Jesse Thilo <jthilo@gnu.org>
19514
19515 * src/files.c, src/files.h:
19516 Defined locations of parser files in config.h instead of Makefile.
19517
195181999-02-12 Jesse Thilo <jthilo@gnu.org>
19519
19520 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
19521 Defined locations of parser files in config.h instead of Makefile.
19522
195231999-02-09 Jesse Thilo <jthilo@gnu.org>
19524
19525 * Makefile.am:
19526 Removed inappropriate use of $< macro.
19527
195281999-02-05 Jesse Thilo <jthilo@gnu.org>
19529
19530 * po/Makefile.in.in, po/POTFILES.in:
19531 Add `po' directory skeleton.
19532
195331999-01-27 Jesse Thilo <jthilo@gnu.org>
19534
19535 * README: Document help-bison list.
19536
19537 * configure.in: Add check for mkstemp().
19538
195391999-01-20 Jesse Thilo <jthilo@gnu.org>
19540
19541 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
19542 Hush a few compiler warnings.
19543
19544 * src/files.c:
19545 Add tryclose(), which verifies that fclose was successful.
19546 Hush a couple of compiler warnings.
19547
195481999-01-20 Jesse Thilo <jthilo@gnu.org>
19549
19550 * Makefile.am, OChangeLog:
19551 ChangeLog is now automatically generated. Include the old version as
19552 OChangeLog.
19553
195541999-01-14 Jesse Thilo <jthilo@gnu.org>
19555
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.
19558
195591999-01-14 Jesse Thilo <jthilo@gnu.org>
19560
19561 * doc/bison.texinfo: Fix formatting glitch.
19562
19563 * doc/bison.texinfo: Update FSF address.
19564
195651999-01-14 Jesse Thilo <jthilo@gnu.org>
19566
19567 * acconfig.h: Update FSF address.
19568
195691999-01-08 Jesse Thilo <jthilo@gnu.org>
19570
19571 * src/system.h:
19572 Don't define PACKAGE here, since config.h defines it.
19573
195741998-12-30 Jesse Thilo <jthilo@gnu.org>
19575
19576 * src/reader.c: Update copyright date.
19577
19578 * src/main.c:
19579 Ditch sprintf to statically-sized buffers in fatal/warn functions in
19580 favor of output directly to stderr (avoids buffer overruns).
19581
19582 * src/reader.c: Some checks for premature EOF.
19583
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.
19586
19587 * src/files.c: Honor TMPDIR on Unix hosts.
19588 Use prototypes if the compiler understands them.
19589
19590 * src/reader.c:
19591 Fix a couple of buffer overrun bugs.
19592 Use prototypes if the compiler understands them.
19593
19594 * src/system.h: Include unistd.h and ctype.h.
19595 Use #ifdef instead of #if for NLS symbols.
19596
195971998-12-30 Jesse Thilo <jthilo@gnu.org>
19598
19599 * doc/bison.texinfo:
19600 Delete comment "consider using @set for edition number, etc..." since
19601 we now are doing so.
19602
196031998-12-30 Jesse Thilo <jthilo@gnu.org>
19604
19605 * configure.in:
19606 Use prototypes if the compiler understands them.
19607
19608 * NEWS: Document 1.26 highlights.
19609
19610 * Makefile.am: Require Automake 1.3 or later.
19611
19612 * acconfig.h:
19613 Use prototypes if the compiler understands them.
19614
196151998-12-29 Jesse Thilo <jthilo@gnu.org>
19616
19617 * src/version.c:
19618 Use VERSION symbol from automake for version number.
19619
196201998-12-29 Jesse Thilo <jthilo@gnu.org>
19621
19622 * acconfig.h, configure.in, version.cin:
19623 Use VERSION symbol from automake for version number.
19624
196251998-11-28 Jesse Thilo <jthilo@gnu.org>
19626
19627 * Makefile.am:
19628 Distribute original version of simple parser (bison.s1), not built
19629 version (bison.simple).
19630
196311998-11-28 Jesse Thilo <jthilo@gnu.org>
19632
19633 * doc/bison.texinfo: Add info dir entry.
19634
19635 * doc/bison.texinfo:
19636 Let automake put version number into documentation.
19637
196381998-11-26 Jesse Thilo <jthilo@gnu.org>
19639
19640 * src/bison.cld, src/build.com, src/vmshlp.mar:
19641 Add non-RCS files from /gd/gnu/bison.
19642
196431998-11-26 Jesse Thilo <jthilo@gnu.org>
19644
19645 * doc/bison.1:
19646 Document the BISON_HAIRY and BISON_SIMPLE variables.
19647
196481998-11-25 Jesse Thilo <jthilo@gnu.org>
19649
19650 * src/version.c: Build version.c automatically.
19651
19652 * src/reader.c:
19653 Fix token numbering (used to start at 258, not 257).
19654
19655 * src/system.h: Include config.h.
19656
19657 * src/getargs.c: Update bug report address.
19658
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.
19661
196621998-11-25 Jesse Thilo <jthilo@gnu.org>
19663
19664 * Makefile.am:
19665 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
19666
19667 * configure.in, version.cin:
19668 Build version.c automatically.
19669
19670 * AUTHORS: Add AUTHORS file.
19671
19672 * README: Update bug report address.
19673
19674 * bison.simple:
19675 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
19676
19677 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
19678 Add automake stuff.
19679
196801998-11-25 Jesse Thilo <jthilo@gnu.org>
19681
19682 * doc/bison.texinfo: Clean up some formatting.
19683
196841998-05-05 Richard Stallman <rms@gnu.org>
19685
19686 * doc/bison.texinfo:
19687 Explain better why to make a pure parser.
19688
196891998-01-05 Richard Stallman <rms@gnu.org>
19690
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
19694 they are open.
19695
196961997-08-25 Richard Stallman <rms@gnu.org>
19697
19698 * src/reader.c (stack_offset;):
19699 Change some warni to warns.
19700
19701 * src/lex.c (literalchar): Use warns, not warni.
19702
197031997-06-28 Richard Stallman <rms@gnu.org>
19704
19705 * src/bison.s1: Add a Bison version comment.
19706
19707 * src/main.c (fatal, warn, berror):
19708 Use program_name.
19709
197101997-06-28 Richard Stallman <rms@gnu.org>
19711
19712 * Makefile.in (bison_version): New variable.
19713 (dist): Use that variable.
19714 (bison.s1): Substitute the Bison version into bison.simple.
19715
19716 * bison.simple: Add a Bison version comment.
19717
197181997-06-18 Richard Stallman <rms@gnu.org>
19719
19720 * src/main.c (fatal, warn, berror):
19721 Make error messages standard.
19722 (toomany): Improve error message text.
19723
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.
19726
197271997-06-18 Richard Stallman <rms@gnu.org>
19728
19729 * Makefile.in: new.h renamed to alloc.h.
19730
197311997-05-24 Richard Stallman <rms@gnu.org>
19732
19733 * src/lex.c (literalchar):
19734 Fix the code for escaping \, " and '.
19735
19736 (lex): Avoid trouble when there are many chars
19737 to discard in a char literal with just several chars in it.
19738
197391997-05-17 Richard Stallman <rms@gnu.org>
19740
19741 * src/bison.s1:
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.
19748
197491997-05-17 Richard Stallman <rms@gnu.org>
19750
19751 * bison.simple:
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.
19758
197591997-04-23 Richard Stallman <rms@gnu.org>
19760
19761 * src/bison.s1:
19762 (alloca) [__hpux]: Always define as __builtin_alloca.
19763
197641997-04-23 Richard Stallman <rms@gnu.org>
19765
19766 * bison.simple:
19767 (alloca) [__hpux]: Always define as __builtin_alloca.
19768
197691997-04-22 Richard Stallman <rms@gnu.org>
19770
19771 * src/bison.s1:
19772 [__hpux]: Include alloca.h (right for HPUX 10)
19773 instead of declaring alloca (right for HPUX 9).
19774
19775 * src/bison.s1 (__yy_memcpy):
19776 Declare arg `count' as unsigned int.
19777 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
19778
197791997-04-22 Richard Stallman <rms@gnu.org>
19780
19781 * bison.simple:
19782 [__hpux]: Include alloca.h (right for HPUX 10)
19783 instead of declaring alloca (right for HPUX 9).
19784
19785 * bison.simple (__yy_memcpy):
19786 Declare arg `count' as unsigned int.
19787 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
19788
197891997-01-03 Richard Stallman <rms@gnu.org>
19790
19791 * src/allocate.c: [__STDC__ or _MSC_VER]:
19792 Declare calloc and realloc to return void *.
19793
197941997-01-02 Richard Stallman <rms@gnu.org>
19795
19796 * src/system.h:
19797 [_MSC_VER]: Include stdlib.h and process.h.
19798 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
19799
19800 * src/main.c (main): Return FAILURE as a value.
19801 (printable_version): Declare arg as int, not char.
19802
198031997-01-02 Richard Stallman <rms@gnu.org>
19804
19805 * Makefile.in (dist):
19806 Explicitly check for symlinks, and copy them.
19807
198081996-12-19 Richard Stallman <rms@gnu.org>
19809
19810 * src/files.c:
19811 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
19812
198131996-12-18 Paul Eggert <eggert@gnu.org>
19814
19815 * src/bison.s1 (yyparse):
19816 If __GNUC__ and YYPARSE_PARAM are both defined,
19817 declare yyparse to have a void * argument.
19818
198191996-12-18 Paul Eggert <eggert@gnu.org>
19820
19821 * bison.simple (yyparse):
19822 If __GNUC__ and YYPARSE_PARAM are both defined,
19823 declare yyparse to have a void * argument.
19824
198251996-12-17 Richard Stallman <rms@gnu.org>
19826
19827 * src/reduce.c (nbits): Add some casts.
19828
198291996-08-12 Richard Stallman <rms@gnu.org>
19830
19831 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
19832
198331996-08-12 Richard Stallman <rms@gnu.org>
19834
19835 * bison.simple: Test _MSDOS as well as _MSDOS_.
19836
198371996-07-31 Richard Stallman <rms@gnu.org>
19838
19839 * src/bison.s1:
19840 [__sun && __i386]: Include alloca.h.
19841
198421996-07-31 Richard Stallman <rms@gnu.org>
19843
19844 * bison.simple:
19845 [__sun && __i386]: Include alloca.h.
19846
198471996-07-30 Richard Stallman <rms@gnu.org>
19848
19849 * src/bison.s1: Comment change.
19850
19851 * src/bison.s1: Test _MSDOS_, not MSDOS.
19852
198531996-07-30 Richard Stallman <rms@gnu.org>
19854
19855 * bison.simple: Comment change.
19856
19857 * bison.simple: Test _MSDOS_, not MSDOS.
19858
198591996-06-01 Richard Stallman <rms@gnu.org>
19860
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.
19863
19864 * src/main.c:
19865 Insert `_' macro around many string constants.
19866
19867 (main): Call setlocale, bindtextdomain and textdomain.
19868
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.
19875
198761996-06-01 Richard Stallman <rms@gnu.org>
19877
19878 * POTFILES.in: New file.
19879
19880 * Makefile.in (allocate.o):
19881 Define target explicitly.
19882
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.
19890
198911996-05-12 Richard Stallman <rms@gnu.org>
19892
19893 * src/bison.s1:
19894 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19895
198961996-05-12 Richard Stallman <rms@gnu.org>
19897
19898 * bison.simple:
19899 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19900
199011996-05-11 Richard Stallman <rms@gnu.org>
19902
19903 * src/bison.s1 (__yy_memcpy):
19904 Really reorder the args, as was supposedly done on Feb 14 1995.
19905 (yyparse): Calls changed accordingly.
19906
199071996-05-11 Richard Stallman <rms@gnu.org>
19908
19909 * Makefile.in (dist): Don't use $(srcdir).
19910
19911 * bison.simple (__yy_memcpy):
19912 Really reorder the args, as was supposedly done on Feb 14 1995.
19913 (yyparse): Calls changed accordingly.
19914
199151996-01-27 Richard Stallman <rms@gnu.org>
19916
19917 * src/output.c (output_rule_data):
19918 Test YYERROR_VERBOSE in the conditional
19919 around the definition of ttyname.
19920
199211995-12-29 Richard Stallman <rms@gnu.org>
19922
19923 * src/bison.s1:
19924 Fix line numbers in #line commands.
19925
199261995-12-29 Richard Stallman <rms@gnu.org>
19927
19928 * bison.simple:
19929 Fix line numbers in #line commands.
19930
199311995-12-27 Richard Stallman <rms@gnu.org>
19932
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.
19937
199381995-12-27 Richard Stallman <rms@gnu.org>
19939
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.
19944
199451995-11-29 Richard Stallman <rms@gnu.org>
19946
19947 * doc/bison.texinfo:
19948 Describe literal string tokens, %raw, %no_lines, %token_table.
19949
199501995-11-29 Daniel Hagerty <hag@gnu.org>
19951
19952 * doc/bison.texinfo: Fixed update date
19953
199541995-10-16 Richard Stallman <rms@gnu.org>
19955
19956 * src/version.c: Version 1.25.
19957
199581995-10-16 Richard Stallman <rms@gnu.org>
19959
19960 * NEWS: *** empty log message ***
19961
199621995-10-16 Richard Stallman <rms@gnu.org>
19963
19964 * doc/bison.1, doc/bison.rnh:
19965 Add new options.
19966
199671995-10-15 Richard Stallman <rms@gnu.org>
19968
19969 * src/vmsgetargs.c, src/getargs.c:
19970 Added -n, -k, and -raw switches.
19971 (noparserflag, toknumflag, rawtoknumflag): New variables.
19972
19973 * src/symtab.h (SALIAS):
19974 New #define for adding aliases to %token.
19975 (struct bucket): Added `alias' field.
19976
19977 * src/reduce.c (reduce_grammar):
19978 Revise error message.
19979 (print_notices): Remove final `.' from error message.
19980
19981 * src/reader.c (reader_output_yylsp):
19982 New function.
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.
20008
20009 * src/output.c:
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.
20014
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.
20020
20021 * src/lex.h:
20022 Added THONG and NOOP for alias processing.
20023 Added SETOPT for the new code that allows setting options with %flags.
20024
20025 * src/lex.c:
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
20040 an incorrect '/'.
20041 (skip_white_space, lex): Revised most error messages
20042 and changed fatal to warn to avoid aborting.
20043 (percent_table): Added %thong declarations.
20044
20045 * src/gram.h: Comment changes.
20046
20047 * src/files.c (openfiles, open_extra_files, done):
20048 Add faction flag
20049 and actfile file. Handle noparserflag. Both for -n switch.
20050
20051 * src/conflicts.c (resolve_sr_conflict):
20052 Remove use of alloca.
20053
200541995-06-01 Jim Meyering <meyering@gnu.org>
20055
20056 * doc/bison.texinfo: *** empty log message ***
20057
200581995-05-06 Richard Stallman <rms@gnu.org>
20059
20060 * src/bison.s1: Comment change.
20061
200621995-05-06 Richard Stallman <rms@gnu.org>
20063
20064 * bison.simple: Comment change.
20065
200661995-05-03 Richard Stallman <rms@gnu.org>
20067
20068 * src/version.c: Version now 1.24.
20069
20070 * src/bison.s1: Change distribution terms.
20071
20072 * src/version.c: Version now 1.23.
20073
200741995-05-03 Richard Stallman <rms@gnu.org>
20075
20076 * doc/bison.texinfo:
20077 Rewrite "Conditions for Using Bison".
20078 Update version to 1.24.
20079
200801995-05-03 Richard Stallman <rms@gnu.org>
20081
20082 * bison.simple: Change distribution terms.
20083
200841995-02-23 Richard Stallman <rms@gnu.org>
20085
20086 * src/files.c: Test __VMS_POSIX as well as VMS.
20087
200881995-02-14 Jim Meyering <meyering@gnu.org>
20089
20090 * src/bison.s1 (__yy_memcpy):
20091 Renamed from __yy_bcopy to avoid
20092 confusion. Reverse FROM and TO arguments to be consistent with
20093 those of memcpy.
20094
200951995-02-14 Jim Meyering <meyering@gnu.org>
20096
20097 * bison.simple (__yy_memcpy):
20098 Renamed from __yy_bcopy to avoid
20099 confusion. Reverse FROM and TO arguments to be consistent with
20100 those of memcpy.
20101
201021994-11-10 David J. MacKenzie <djm@gnu.org>
20103
20104 * NEWS: reformat
20105
20106 * NEWS: New file.
20107
20108 * Makefile.in (DISTFILES): Include NEWS.
20109
20110 * Makefile.in (DISTFILES):
20111 Include install-sh, not install.sh.
20112
20113 * configure.in: Update to Autoconf v2 macro names.
20114
201151994-10-05 David J. MacKenzie <djm@gnu.org>
20116
20117 * Makefile.in: fix typo
20118
20119 * Makefile.in (prefix, exec_prefix):
20120 Let configure set them.
20121
201221994-09-28 David J. MacKenzie <djm@gnu.org>
20123
20124 * Makefile.in: Set datadir to $(prefix)/share.
20125
201261994-09-15 Richard Stallman <rms@gnu.org>
20127
20128 * src/bison.s1:
20129 Update copyright notice and GPL version.
20130
201311994-09-15 Richard Stallman <rms@gnu.org>
20132
20133 * bison.simple:
20134 Update copyright notice and GPL version.
20135
201361994-07-12 Richard Stallman <rms@gnu.org>
20137
20138 * src/reduce.c, src/reader.c:
20139 entered into RCS
20140
201411994-05-05 David J. MacKenzie <djm@gnu.org>
20142
20143 * Makefile.in: entered into RCS
20144
201451994-03-26 Richard Stallman <rms@gnu.org>
20146
20147 * src/bison.s1: entered into RCS
20148
201491994-03-26 Richard Stallman <rms@gnu.org>
20150
20151 * bison.simple: entered into RCS
20152
201531994-03-25 Richard Stallman <rms@gnu.org>
20154
20155 * src/main.c: entered into RCS
20156
201571994-03-24 Richard Stallman <rms@gnu.org>
20158
20159 * src/conflicts.c: entered into RCS
20160
201611994-01-02 Richard Stallman <rms@gnu.org>
20162
20163 * Makefile.in: *** empty log message ***
20164
201651993-11-21 Richard Stallman <rms@gnu.org>
20166
20167 * src/bison.s1: *** empty log message ***
20168
201691993-11-21 Richard Stallman <rms@gnu.org>
20170
20171 * doc/bison.texinfo: entered into RCS
20172
20173 * doc/bison.texinfo: *** empty log message ***
20174
201751993-11-21 Richard Stallman <rms@gnu.org>
20176
20177 * bison.simple: *** empty log message ***
20178
201791993-10-25 David J. MacKenzie <djm@gnu.org>
20180
20181 * doc/bison.texinfo: *** empty log message ***
20182
201831993-10-19 Richard Stallman <rms@gnu.org>
20184
20185 * src/bison.s1: *** empty log message ***
20186
201871993-10-19 Richard Stallman <rms@gnu.org>
20188
20189 * bison.simple: *** empty log message ***
20190
201911993-10-14 Richard Stallman <rms@gnu.org>
20192
20193 * src/bison.s1: *** empty log message ***
20194
201951993-10-14 Richard Stallman <rms@gnu.org>
20196
20197 * bison.simple: *** empty log message ***
20198
201991993-09-14 David J. MacKenzie <djm@gnu.org>
20200
20201 * doc/bison.texinfo: *** empty log message ***
20202
202031993-09-13 Noah Friedman <friedman@gnu.org>
20204
20205 * Makefile.in: *** empty log message ***
20206
202071993-09-10 Richard Stallman <rms@gnu.org>
20208
20209 * src/conflicts.c: *** empty log message ***
20210
20211 * src/system.h: entered into RCS
20212
202131993-09-10 Richard Stallman <rms@gnu.org>
20214
20215 * doc/bison.1: entered into RCS
20216
202171993-09-06 Noah Friedman <friedman@gnu.org>
20218
20219 * src/version.c: entered into RCS
20220
202211993-09-06 Noah Friedman <friedman@gnu.org>
20222
20223 * Makefile.in: *** empty log message ***
20224
202251993-07-30 David J. MacKenzie <djm@gnu.org>
20226
20227 * Makefile.in: *** empty log message ***
20228
202291993-07-24 Richard Stallman <rms@gnu.org>
20230
20231 * src/bison.s1: *** empty log message ***
20232
202331993-07-24 Richard Stallman <rms@gnu.org>
20234
20235 * bison.simple: *** empty log message ***
20236
202371993-07-08 David J. MacKenzie <djm@gnu.org>
20238
20239 * Makefile.in: *** empty log message ***
20240
202411993-07-04 Richard Stallman <rms@gnu.org>
20242
20243 * src/bison.s1: *** empty log message ***
20244
202451993-07-04 Richard Stallman <rms@gnu.org>
20246
20247 * bison.simple: *** empty log message ***
20248
202491993-06-26 David J. MacKenzie <djm@gnu.org>
20250
20251 * src/getargs.c: entered into RCS
20252
202531993-06-26 David J. MacKenzie <djm@gnu.org>
20254
20255 * doc/bison.texinfo: *** empty log message ***
20256
20257 * doc/bison.1: New file.
20258
202591993-06-25 Richard Stallman <rms@gnu.org>
20260
20261 * src/getargs.c: New file.
20262
202631993-06-16 Richard Stallman <rms@gnu.org>
20264
20265 * src/bison.s1: *** empty log message ***
20266
202671993-06-16 Richard Stallman <rms@gnu.org>
20268
20269 * bison.simple: *** empty log message ***
20270
202711993-06-03 Richard Stallman <rms@gnu.org>
20272
20273 * src/bison.s1: New file.
20274
202751993-06-03 Richard Stallman <rms@gnu.org>
20276
20277 * doc/bison.texinfo: *** empty log message ***
20278
202791993-06-03 Richard Stallman <rms@gnu.org>
20280
20281 * bison.simple: New file.
20282
202831993-05-19 Richard Stallman <rms@gnu.org>
20284
20285 * doc/bison.texinfo: New file.
20286
202871993-05-07 Noah Friedman <friedman@gnu.org>
20288
20289 * Makefile.in: *** empty log message ***
20290
202911993-04-28 Noah Friedman <friedman@gnu.org>
20292
20293 * src/reader.c: *** empty log message ***
20294
202951993-04-23 Noah Friedman <friedman@gnu.org>
20296
20297 * src/alloc.h: entered into RCS
20298
202991993-04-20 David J. MacKenzie <djm@gnu.org>
20300
20301 * src/version.c: *** empty log message ***
20302
20303 * src/files.c, src/allocate.c:
20304 entered into RCS
20305
20306 * src/reader.c: *** empty log message ***
20307
20308 * src/lex.c: entered into RCS
20309
20310 * src/conflicts.c: New file.
20311
20312 * src/symtab.c: entered into RCS
20313
20314 * src/alloc.h: New file.
20315
20316 * src/LR0.c: entered into RCS
20317
203181993-04-18 Noah Friedman <friedman@gnu.org>
20319
20320 * src/reader.c: New file.
20321
20322 * src/version.c: *** empty log message ***
20323
203241993-04-18 Noah Friedman <friedman@gnu.org>
20325
20326 * Makefile.in: *** empty log message ***
20327
203281993-04-17 Noah Friedman <friedman@gnu.org>
20329
20330 * Makefile.in: *** empty log message ***
20331
203321993-04-15 Richard Stallman <rms@gnu.org>
20333
20334 * src/main.c, src/files.c:
20335 New file.
20336
203371993-04-15 Noah Friedman <friedman@gnu.org>
20338
20339 * configure.in: entered into RCS
20340
20341 * configure.in: *** empty log message ***
20342
20343 * configure.in: New file.
20344
203451993-04-14 Richard Stallman <rms@gnu.org>
20346
20347 * Makefile.in: New file.
20348
203491993-04-13 Richard Stallman <rms@gnu.org>
20350
20351 * src/version.c: New file.
20352
203531993-03-25 Richard Stallman <rms@gnu.org>
20354
20355 * src/output.c: entered into RCS
20356
203571992-09-25 Richard Stallman <rms@gnu.org>
20358
20359 * configure.bat: entered into RCS
20360
203611992-06-22 Richard Stallman <rms@gnu.org>
20362
20363 * src/vmsgetargs.c: entered into RCS
20364
203651992-06-22 Richard Stallman <rms@gnu.org>
20366
20367 * doc/bison.rnh: entered into RCS
20368
203691992-04-20 David J. MacKenzie <djm@gnu.org>
20370
20371 * README: entered into RCS
20372
203731992-01-22 Richard Stallman <rms@gnu.org>
20374
20375 * src/machine.h: entered into RCS
20376
203771991-12-21 Richard Stallman <rms@gnu.org>
20378
20379 * src/lalr.c, src/closure.c:
20380 entered into RCS
20381
203821991-12-20 Richard Stallman <rms@gnu.org>
20383
20384 * src/state.h: entered into RCS
20385
203861991-12-18 Richard Stallman <rms@gnu.org>
20387
20388 * src/print.c, src/nullable.c, src/derives.c:
20389 entered into RCS
20390
203911991-11-03 David J. MacKenzie <djm@gnu.org>
20392
20393 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
20394 entered into RCS
20395
203961988-09-09 Richard Stallman <rms@gnu.org>
20397
20398 * src/bison.hairy: entered into RCS
20399
204001987-12-16 Richard Stallman <rms@gnu.org>
20401
20402 * REFERENCES: entered into RCS
dc546b0f 20403
f294a2c2 20404
04098407 20405 -----
f294a2c2 20406
04098407 20407 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
95021767
JD
20408 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
20409 Free Software Foundation, Inc.
f294a2c2 20410
04098407
PE
20411 Copying and distribution of this file, with or without
20412 modification, are permitted provided the copyright notice and this
20413 notice are preserved.
e9071366
AD
20414
20415$Id$