]> git.saurik.com Git - bison.git/blame - ChangeLog
* data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer text.
[bison.git] / ChangeLog
CommitLineData
2bb3ebec
WP
12008-02-21 Wojciech Polak <polak@gnu.org>
2
3 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
4 text.
5
333e670c
JD
62008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
7
8 Fix impure push parser compile error reported by Bob Rossi at
9 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
10 * data/yacc.c: Clean up whitespace in the output a little.
11 (yypstate_allocated): Define for impure push parsers regardless of
12 whether the pull interface is also requested.
13 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
14 check impure push parsers without the pull interface.
15
16 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
17 yyerror takes arguments specified by %parse-param while yypstate_new
18 does not.
19 * doc/bison.texinfo (Parser Create Function): Document that
20 yypstate_new returns 0 for multiple impure parser instances.
21 * tests/push.at (Push Parsing: Multiple impure instances): Update
22 expected stderr output.
23
798096e1
JD
242008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
25
26 * runtime-po/POTFILES.in (push.c): Remove.
27
9ca7f077
JD
282008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
29
30 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
31 * data/push.c: Rename to...
32 * data/yacc.c: ... this, overwriting it.
33 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
34 `%push-pull-parser' -> `%define api.push_pull "both"'.
35 Remove old yacc.c tests, and update push.c tests to yacc.c.
36
42ee26bb
JD
372008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
38
39 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
40 `"%code top" blocks' instead of `%code "top" blocks'.
41 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
42 Clean up whitespace in the output a little.
43
b1cc23c4
JD
442008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
45
46 Fix documentation problems reported by Tim Josling at
47 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
48 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
49 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
50 integers. Explain the effect of literal string aliases on error
51 messages. Copy token 0 documentation from the C++ skeleton
52 documentation.
53
ab7f29f8
JD
542008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
55
56 Accept a token number in a %left, %right, or %nonassoc for POSIX
57 conformance. Reported by Tim Josling at
58 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
59 * NEWS (2.3a+): Mention.
60 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
61 and code numbers are treated by precedence declarations.
62 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
63 of symbols.1.
64 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
65 of symbol.
66 (symbol.prec): New, just like symbol but allows INT.
67 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
68 longer holds.
69 * tests/regression.at (Token number in precedence declaration): New
70 test case.
71
a924ef36
JMG
722008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
73
74 DJGPP specific issues.
75 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
76 be changed. Copyright timestamp adjusted.
77 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
78 be changed. Copyright timestamp adjusted.
79 * djgpp/config.site: Copyright timestamp adjusted.
80 * djgpp/config_h.sed: Copyright timestamp adjusted.
81 * djgpp/djunpack.bat: Copyright timestamp adjusted.
82 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
83 filename translation list.
84 * djgpp/subpipe.c (init_subpipe): Check the environment variables
85 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
86 files shall be created. Before trying to use the temp dir where the
87 environment variable points to check that the dir really exists. If
88 not default to the cwd as temp dir. Copyright timestamp adjusted.
89 * djgpp/subpipe.h: Copyright timestamp adjusted.
90 * djgpp/testsuite.sed: Copyright timestamp adjusted.
91
389c8cfd
PE
922008-01-30 Paul Eggert <eggert@cs.ucla.edu>
93
94 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
95
5d1cfef4
PE
962008-01-09 Paul Eggert <eggert@cs.ucla.edu>
97
98 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
99 Problem reported by Claudio Saavedra in
100 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
101
e2dcf996
WP
1022008-01-05 Wojciech Polak <polak@gnu.org>
103
104 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
105 document's title with the input grammar file name.
106
da730230
JD
1072007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
108
109 Automate regression testing of the XML/XSLT implementation. Discussed
110 starting at
111 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
112 * configure.ac (XSLTPROC): New substitution.
113 * Makefile.am (maintainer-xml-check): New phony target invoking...
114 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
115 invoking make maintainer-check with BISON_TEST_XML=1.
116 * tests/atlocal.in (XSLTPROC): New.
117 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
118 not to report reachable memory when Bison is expected to have a
119 non-zero exit status and (2) to compare XML/XSLT output with --graph
120 and --report=all output for every working grammar when
121 BISON_TEST_XML=1.
122 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
123 (AT_BISON_CHECK_XML): New.
124 (AT_QUELL_VALGRIND): New.
125 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
126 (AT_CHECK): ... don't redefine this since this was the old way to
127 quell Valgrind.
128 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
129 AT_BISON_CHECK invocations.
130 * tests/c++.at: Likewise.
131 * tests/calc.at: Likewise.
132 * tests/conflicts.at: Likewise.
133 * tests/cxx-type.at: Likewise.
134 * tests/existing.at: Likewise.
135 * tests/glr-regression.at: Likewise.
136 * tests/headers.at: Likewise.
137 * tests/input.at: Likewise.
138 * tests/java.at: Likewise.
139 * tests/output.at: Likewise.
140 * tests/push.at: Likewise.
141 * tests/reduce.at: Likewise.
142 * tests/regression.at: Likewise.
143 * tests/sets.at: Likewise.
144 * tests/skeletons.at: Likewise.
145 * tests/synclines.at: Likewise.
146 * tests/torture.at: Likewise.
147 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
148 tends to hang xsltproc.
149 (Big horizontal): Likewise.
150
408476bc
JD
1512007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
152
153 In XML output, remove redundant class attribute on symbol element.
154 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
155 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
156 look up a symbol to determine whether it's a nonterminal or terminal.
157 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
158 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
159
160 Add prec/assoc information to XML output.
161 * src/gram.c (grammar_rules_print_xml): For each rule that has a
162 %prec, add a percent_prec attribute.
163 * src/print-xml.c (print_grammar): For each terminal that has a
164 precedence or associativity, add a prec or assoc attribute.
165 (xml_indent): New.
166 (xml_puts): Use xml_indent.
167 (xml_printf): Use xml_indent.
168 * src/print-xml.h (xml_indent): Prototype.
169
170 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
171 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
172
d4a26c48
JD
1732007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
174
175 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
176 (bison:ruleByNumber): ... this for clarity.
177 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
178 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
179 (xsl:template match="reduction"): Update.
180 (xsl:template match="item"): Update.
181 (xsl:template match="reduction"): Update.
182
183 In the XML output, don't print the list of rules where symbols appear.
184 Compute it in XSLT instead. Discussed at
185 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
186 * data/xslt/bison.xsl (bison:ruleByLhs): New.
187 (bison:ruleByRhs): New.
188 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
189 bison:ruleByRhs.
190 (xsl:template match="terminal/rule"): Remove.
191 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
192 bison:ruleByRhs.
193 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
194 Remove.
195 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
196 bison:ruleByRhs and mode="number-link" for rule template.
197 (xsl:template match="terminal/rule"): Remove.
198 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
199 bison:ruleByRhs and mode="number-link" for rule template.
200 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
201 Rewrite as...
202 (xsl:template match="rule" mode="number-link"): ... this.
203 * src/print-xml.c (print_grammar): Don't print the list of rules.
204
ef1b4273
JD
2052007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
206
207 Don't let --report affect XML output; always print all information.
208 Discussed at
209 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
210 * src/conflicts.c (log_resolution): Implement.
211 * src/print-xml.c (print_core): Implement.
212 (print_state): Implement.
213 (print_xml): Implement.
214
215 * NEWS (2.3a+): Fix quotes.
216 * src/parse-gram.y (prologue_declaration): For consistency with -v,
217 don't let %verbose clear the list specified by --report.
218
0f6cd9e3
AD
2192007-11-26 Akim Demaille <akim@epita.fr>
220
221 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
222
d80fb37a
JD
2232007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
224
225 In the XML output, list useless and unused symbols and rules with the
226 useful ones and add a "usefulness" attribute. Discussed starting at
227 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
228 * src/gram.c (grammar_rules_partial_print_xml): Remove.
229 (grammar_rules_print_xml): Print all rules instead of just those
230 useful in the grammar, and add a "usefulness" attribute.
231 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
232 * src/print-xml.c (print_rules_useless_in_parser): Remove.
233 (print_grammar): Print all nonterminals instead of just useful ones,
234 and add a "usefulness" attribute to nonterminals and terminals.
235 (print_xml): Don't print a separate "reductions" or
236 "rules-useless-in-parser" element.
237 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
238 (reduce_xml): Remove.
239 (reduce_token_unused_in_grammar): New.
240 (reduce_nonterminal_useless_in_grammar): New.
241 * src/reduce.h (reduce_xml): Remove prototype.
242 (reduce_token_unused_in_grammar): Add prototype.
243 (reduce_nonterminal_useless_in_grammar): Add prototype.
244 * data/xslt/xml2text.xsl: Update for XML changes.
245 * data/xslt/xml2xhtml.xsl: Update for XML changes.
246 * tests/reduce.at (Useless Terminals): Update output.
247 (Useless Rules): Update output.
248 (Reduced Automaton): Update output.
249
250 Say "Terminals unused in grammar" instead of "Unused terminals".
251 * NEWS (2.3a+): Update.
252 * doc/bison.texinfo (Understanding): Update example output.
253 * src/reduce.c (reduce_output): Implement.
254 * data/xslt/xml2text.xsl: Implement.
255 * data/xslt/xml2xhtml.xsl: Implement.
256
1bb2bd75
JD
2572007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
258
259 Accept --report-file=FILE to override the default `.output' filename.
260 * NEWS (2.3a+): Mention.
261 * doc/bison.texinfo (Bison Options): Add an entry.
262 * src/files.c (compute_output_file_names): Don't override
263 spec_verbose_file if already set.
264 * src/getargs.c (usage): Document --report-file.
265 (REPORT_FILE_OPTION): New anonymous enum member.
266 (long_options): Add entry for it.
267 (getargs): Add case for it setting spec_verbose_file.
268
269 * build-aux/cross-options.pl: Don't record a short option just because
270 there's an arg.
271 * doc/.cvsignore: Add yacc.1.
272
a005a9c4
AD
2732007-11-14 Akim Demaille <akim@epita.fr>
274
275 * doc/yacc.1.in: New.
276 * configure.ac, doc/Makefile.am: Adjust.
277 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
278 config.h symbol.
279 Use AC_SUBST for assignments too.
280 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
281
cff03fb2
JD
2822007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
283
284 * src/gram.c: Remove comments that duplicate comments in gram.h.
285
286 When reporting useless rules and nonterminals, say "useless in grammar"
287 instead of "useless", and say "useless in parser" instead of "never
288 reduced". Discussed starting at
289 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
290 * NEWS (2.3a+): Mention this change.
291 * data/xslt/xml2text.xsl: Update output text and expected input XML
292 element names to match changes below.
293 * data/xslt/xml2xhtml.xsl: Likewise.
294 (xsl:template match="bison-xml-report"): Add missing entry in Table of
295 Contents: "Rules useless in parser due to conflicts".
296 * doc/bison.texinfo (Decl Summary): Reword a little.
297 (Understanding): Update example output for changes below.
298 * src/gram.c: (rule_useful_p): Rename to...
299 (rule_useful_in_grammar_p): ... this.
300 (rule_useless_p): Rename to...
301 (rule_useless_in_grammar_p): ... this.
302 (rule_never_reduced_p): Rename to...
303 (rule_useless_in_parser_p): ... this.
304 (grammar_rules_print): Update for renames.
305 (grammar_rules_print_xml): Update for renames.
306 (grammar_rules_never_reduced_report): Rename to...
307 (grammar_rules_useless_report): ... this since it is used for either
308 kind of useless rule.
309 * src/gram.h: Reword comments and update function names in prototypes.
310 * src/main.c (main): Say "rule useless in parser due to conflicts".
311 * src/print-xml.c (print_rules_never_reduced): Rename to...
312 (print_rules_useless_in_parser): ... this, and rename output XML
313 element "rules-never-reduced" to "rules-useless-in-parser".
314 (print_xml): Update for rename.
315 * src/print.c (print_results): Say "Rules useless in parser due to
316 conflicts".
317 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
318 (nonterminals_reduce): Say "nonterminal useless in grammar".
319 (reduce_output): Say "Nonterminals useless in grammar".
320 Say "Rules useless in grammar".
321 (reduce_xml): Rename output XML element "useless" to
322 "useless-in-grammar".
323 (reduce_print): Don't report the count of grammatically useless rules
324 as "rules never reduced" just because %yacc is specified.
325 In the correct report of this count, say nonterminal(s) and rule(s)
326 "useless in grammar".
327 * tests/conflicts.at (S/R in initial): Update expected output.
328 (Defaulted Conflicted Reduction): Likewise.
329 (Unreachable States After Conflict Resolution): Likewise.
330 * tests/existing.at (GNU pic Grammar): Likewise.
331 * tests/reduce.at (Useless Nonterminals): Likewise.
332 (Useless Rules): Likewise.
333 (Reduced Automaton): Likewise.
334 (Underivable Rules): Likewise.
335 (Empty Language): Likewise.
336
66f0441d
JD
3372007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
338
339 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
340 here document and before the EOF so that BSD's implementation of Bourne
341 shell doesn't parse the delimiter as part of the here document.
342 * doc/.cvsignore: Add cross-options.texi.
343 * src/getargs.c (usage): Add a blank line after the warning categories.
344
d0ee4105
PB
3452007-11-08 Paolo Bonzini <bonzini@gnu.org>
346
347 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
348
e8b1fb9b
AD
3492007-11-05 Akim Demaille <akim@epita.fr>
350
351 Remove Id: from bison.1.
352 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
353 (perl -0777 -pi -e 's/\.PP\nId): New.
354 (.x.1): Use it to ignore the version control revision.
355
2f7a96b5
AD
3562007-11-05 Akim Demaille <demaille@gostai.com>
357
358 * build-aux/Makefile.am: Ship cross-options.pl.
359 * doc/Makefile.am: Always refer to cross-options.texi with
360 $(srcdir).
361 (MAINTAINERCLEANFILES): Add it.
362
f4101aa6
AD
3632007-11-04 Akim Demaille <demaille@gostai.com>
364
365 Generate the long/short option cross-table.
366 * build-aux/cross-options.pl: New.
367 * doc/Makefile.am (cross-options.texi): New.
368 * doc/bison.texinfo: Use it.
369
727a1401
AD
3702007-11-04 Akim Demaille <demaille@gostai.com>
371
372 Generate bison.1 using help2man.
373 * doc/common.x, doc/bison.x: New.
374 * doc/Makefile.am (bison.1, .x.1): New.
375 The code is taken from autoconf-2.61/man/Makefile.am.
376 * configure.ac: Look for help2man.
377
6aeb9c57
AD
3782007-11-04 Akim Demaille <demaille@gostai.com>
379
380 Complete --help.
381 * src/getargs.c (usage): Document -W, make it clear that -d,
382 -g and -x have optional arguments.
383
d7be4085
AD
3842007-11-04 Akim Demaille <demaille@gostai.com>
385
386 Find sha1sum when named gsha1sum.
387 * bootstrap (find_tool): New.
388 ($SHA1SUM): New.
389
d9df47b6
JD
3902007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
391
392 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
393 at
394 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
395 * NEWS (2.3a+): Mention.
396 * data/bison.m4 (b4_pure_if): Don't define it here.
397 * data/c.m4 (b4_identification): Depend on individual skeletons to
398 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
399 values of the %define variables api.pure or api.push_pull. Define
400 YYPURE, YYPUSH, and YYPULL accordingly.
401 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
402 glr.cc has already defined b4_pure_flag.
403 * data/push.c: Define b4_pure_if based on `%define api.pure'.
404 Remove YYPUSH and YYPULL since they're back in b4_identification again.
42ee26bb 405 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
d9df47b6
JD
406 * doc/bison.texinfo (Pure Decl): Update.
407 (Push Decl): Update.
408 (Decl Summary): Add api.pure to %define entry.
409 In %pure-parser entry, say it's deprecated and reference %define.
410 (Pure Calling): Update.
411 (Error Reporting): Update.
412 (C++ Scanner Interface): Update.
413 (How Can I Reset the Parser): Update.
414 (Table of Symbols): In %pure-parser entry, say it's deprecated and
415 reference %define.
416 * src/getargs.c (pure_parser): Remove global variable.
417 * src/getargs.h (pure_parser): Remove extern.
418 * src/output.c (prepare): Don't define pure_flag muscle.
419 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
420 wrapper around `%define api.pure'.
421 * tests/calc.at (Simple LALR Calculator): Update.
422 (Simple GLR Calculator): Update.
423 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
424 Update.
425 (GLR: Resolve ambiguity, pure, locations): Update.
426 (GLR: Merge conflicting parses, pure, no locations): Update.
427 (GLR: Merge conflicting parses, pure, locations): Update.
428 * tests/glr-regression.at (Uninitialized location when reporting
429 ambiguity): Update
430 * tests/input.at (Unused %define api.pure): New test case.
431 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
432 AT_PURE_IF and AT_PURE_AND_LOC_IF.
433 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
434
c373bf8b
JD
4352007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
436
437 %define push_pull -> %define api.push_pull. Discussed starting at
438 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
439 * data/push.c: Expect the new name.
440 * data/yacc.c: Likewise.
441 * doc/bison.texinfo (Push Decl): Update.
442 (Decl Summary): Update %define entry.
443 (Push Parser Function): Update.
444 (Pull Parser Function): Update.
445 (Parser Create Function): Update.
446 (Parser Delete Function): Update.
447 * tests/calc.at (Simple LALR Calculator): Update.
448 * tests/input.at (%define enum variables): Update.
449 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
450 (Push Parsing: Multiple impure instances): Update.
451 (Push Parsing: Unsupported Skeletons): Update.
452 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
453 (Exploding the Stack Size with Malloc): Update.
454
455 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
456 other entries some.
457
32f19b6b
JD
4582007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
459
460 For the XML output's terminal element, rename @number to @token-number,
461 and add @symbol-number. In the nonterminal element, rename @number to
462 @symbol-number. Discussed starting at
463 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
464 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
465 renames.
466 (xsl:template match="nonterminal"): Likewise.
467 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
468 (xsl:template match="nonterminal"): Likewise.
469 * src/print-xml.c (print_grammar): Implement.
470
255a6b90
JD
4712007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
472
473 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
474 2007-10-11 change, the child elements here are items not rules.
408476bc 475 (xsl:template match="item"): New.
255a6b90
JD
476 (xsl:template match="rule"): Update for new reduced itemset.
477 (xsl:template match="point"): Remove.
478 (xsl:template match="empty"): For consistency with --graph, don't
479 output "/* empty */".
480 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
481 line-wrap, don't pass a negative value as first-line-length since this
482 won't work with the following changes.
483 (xsl:template name="line-wrap"): Simplify slightly.
484 (xsl:template name="ws-search"): Eliminate recursion.
485 * src/print_graph.c (print_core): Don't print a reduction's lookahead
486 set next to an item whose dot is not at the end of the RHS even if it
487 happens to be associated with the same rule.
488
88c78747
JD
4892007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
490
31984206
JD
491 Add %define lr.keep_unreachable_states.
492 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
493 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
494 * src/main.c (main): Implement it.
495 * tests/conflicts.at (Unreachable States After Conflict Resolution):
496 Extend to test it, and fix a typo.
497
4982007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
499
500 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
88c78747
JD
501 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
502 the example .output text.
503 * tests/regression.at (Extra lookahead sets in report): Improve wording
504 of comments.
505
b7a70162
WP
5062007-10-17 Wojciech Polak <polak@gnu.org>
507
508 * src/print-xml.c (print_grammar): Renamed
509 <terminal> and <nonterminal> attributes:
510 "type" to "number" and "symbol" to "name".
511 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
512 Use new attribute names.
513 (xsl:template match="nonterminal"): Likewise.
514 * data/xslt/xml2xhtml.xsl: Likewise.
515
a0de5091
JD
5162007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
517
518 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
519 (Option Cross Key): Likewise.
520
521 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
522 next to an item whose dot is not at the end of the RHS even if it
523 happens to be associated with the same rule.
524 * src/print.c (print_core): Likewise.
525 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
526 (Resolved SR Conflicts): Update output.
527 * tests/regression.at (Extra lookahead sets in report): New test case.
528
4c20d18d
WP
5292007-10-11 Wojciech Polak <polak@gnu.org>
530
531 * src/print-xml.c (print_core): Remove item set
532 redundancy.
533 * data/xslt/bison.xsl (bison:ruleNumber): New key.
534 Improve processing time. Suggested by Joel E. Denny.
535 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
536 Write xsl:param "required" attribute as comment.
537 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
538 (xsl:template match="rule"): Support new reduced itemset.
539 (xsl:template match="point"): Remove.
540 * data/xslt/xml2xhtml.xsl: Likewise.
541
f506ad1c
JD
5422007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
543
544 * src/getargs.c (version): Update copyright year.
545
21f1b063
JD
5462007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
547
548 Make xml2dot.xsl and --graph produce the same output.
549 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
550 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
551 escaped later.
552 (xsl:template name="output-node"): Use the new escape template instead
553 of the string-replace template directly.
554 (xsl:template name="output-edge"): Likewise.
555 (xsl:template name="escape"): New, escapes backslashes and newlines in
556 addition to quotation marks.
557 * src/graphviz.c (start_graph, output_node, output_edge): Add
558 whitespace to output for legibility.
559
560 Make xml2text.xsl and --report produce the same output, and remove the
561 XML "conflicts" element since a conflict summary is easily extracted
562 from the automaton.
563 * data/xslt/bison.xsl: New.
564 (xsl:template match="state" mode="bison:count-conflicts): New.
565 * data/xslt/xml2text.xsl: Import bison.xsl.
566 (xsl:template match="bison-xml-report"): Instead of styling the
567 "conflicts" element, style the "automaton" element with mode
568 "conflicts". Unlike the former, the latter lists S/R and R/R
569 conflicts for a state on the same line.
570 (xsl:template match="conflicts"): Remove.
571 (xsl:template match="conflict"): Remove.
572 (xsl:template match="terminal"): Line-wrap the list of rules in which
573 the terminal is used.
574 (xsl:template match="nonterminal"): Likewise for nonterminals.
575 (xsl:template match="automaton" mode="conflicts"): New.
576 (xsl:template match="state" mode="conflicts"): New.
577 (xsl:template name="line-wrap"): New.
578 (xsl:template name="ws-search"): New.
579 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
580 (xsl:template match="bison-xml-report"): Instead of styling the
581 "conflicts" element, style the "automaton" element with mode
582 "conflicts."
583 (xsl:template match="conflicts"): Remove.
584 (xsl:template match="conflict"): Remove.
585 (xsl:template match="automaton" mode="conflicts"): New.
586 (xsl:template match="state" mode="conflicts): New.
587 * src/conflicts.c (conflicts_output_xml): Remove.
588 * src/conflicts.h (conflicts_output_xml): Remove prototype.
589 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
590 * src/print.c (print_grammar): Consistently wrap at the 66th column so
591 the corresponding XSLT is easier. Also, never wrap between a word and
592 the comma that follows it.
593
793fbca5
JD
5942007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
595
596 Improve C++ namespace support. Discussed starting at
597 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
598 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
599 b4_namespace_close): New macros that interpret the %define variable
600 "namespace" so its value can contain "::" to indicate nested
601 namespaces.
602 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
603 the above macros.
604 * data/lalr1.cc (b4_namespace): Likewise.
605 * data/location.cc (b4_namespace): Likewise.
606 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
607 inside a new table in the general %define entry. Document `%define
608 namespace' there as well. Point the %name-prefix entry to it since it
609 explains it more completely in the case of C++.
610 (C++ Bison Interface): Mention `%define namespace' instead of
611 %name-prefix.
612 (Table of Symbols): Remove the `%define push_pull' entry. The %define
613 entry suffices.
614 * tests/c++.at (Relative namespace references): New test case.
615 (Absolute namespace references): New test case.
616 (Syntactically invalid namespace references): New test case.
617 * tests/input.at (C++ namespace reference errors): New test case.
618
35b8730d
JD
6192007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
620
621 Add syncline support and location accessor to internal %define
622 interfaces.
623 * data/bison.m4 (b4_percent_define_get_loc): New.
624 (b4_percent_define_get_syncline): New.
625 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
626 (b4_percent_define_default): Record defining location as line 1 rather
627 than 0 for the sake of synchronizing #line's, and define
628 b4_percent_define_syncline(VARIABLE).
629 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
630 * src/muscle_tab.c (muscle_syncline_grow): New.
631 (muscle_code_grow): Use muscle_syncline_grow.
632 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
633 define b4_percent_define_syncline(VARIABLE).
634 (muscle_percent_define_get_loc): New.
635 (muscle_percent_define_get_syncline): New.
636 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
637 remove some unused variables.
638 (muscle_percent_define_default): Record defining location as line 1
639 rather than 0 for the sake of synchronizing #line's, and define
640 b4_percent_define_syncline(VARIABLE).
641 (muscle_percent_define_check_values): Use
642 muscle_percent_define_get_loc.
643 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
644 (muscle_percent_define_get_syncline): Prototype.
645 * tests/skeletons.at (%define Boolean variables: invalid skeleton
646 defaults): Update output for location change.
647 (Complaining during macro argument expansion): Extend to test
648 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
649
7dc4a694
JD
6502007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
651
652 Fix some error-reporting macro bugs.
653 * data/bison.m4 (b4_cat): New.
654 (b4_error, b4_error_at): Use b4_cat to send error directives directly
655 to stdout so they don't become arguments to other macros. Update
656 comments and add examples.
657 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
658 add examples.
659 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
660 after printing the error directive so that M4 doesn't report subsequent
661 problems that are induced by this problem.
662 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
663 instead of just in them. Recognize @\n in both places. Both expand to
664 the empty string. Needed by b4_cat.
665 * tests/skeletons.at (Complaining during macro argument expansion):
666 New test case.
667 (Fatal errors make M4 exit immediately): New test case.
668
d4bd2295
JD
6692007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
670
671 Implement --print-datadir.
672 * src/getargs.c (usage): Mention.
673 (PRINT_DATADIR_OPTION): New anonymous enum member.
674 (long_options): Add entry for it.
675 (getargs): Add case for it calling compute_pkgdatadir.
676 * src/output.c (output_skeleton): Encapsulate data directory
677 computation from here...
678 (prepare): ... and from here...
679 (compute_pkgdatadir): ... into this new function.
680 * src/output.h (compute_pkgdatadir): Prototype.
681
34cdeddf
JD
6822007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
683
684 * src/print-xml.c (escape_bufs): New static global variable
685 replacing...
686 (xml_escape_n): ... the static local variable buf here.
687 (print_xml): Free memory for escape_bufs.
688 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
689
d782395d
JD
6902007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
691
692 Replace `%push-parser' and `%push-pull-parser' with
693 `%define push_pull "push"' and `%define push_pull "both"'.
694 `%define push_pull "pull"' is the default.
695 * doc/bison.texinfo (Push Decl, Push Parser Function,
696 Pull Parser Function, Parser Create Function, Parser Delete Function):
697 Update declarations.
698 (Decl Summary, Table of Symbols): Replace %push-parser and
699 %push-pull-parser entries with a %define push_pull entry.
700 * data/bison.m4 (b4_percent_define_check_values): New macro.
701 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
702 definitions...
703 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
704 definitions...
705 * data/push.c: ... to here and compute them from the value of the
706 %define variable push_pull.
707 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
708 parsing requests here...
709 * data/yacc.c: ... hack this to switch to push.c any time
710 b4_use_push_pull_flag or the %define variable push_pull is set. This
711 will go away when we mv push.c yacc.c.
712 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
713 push parsing is not supported since unused %define variables are
714 reported anyway.
715 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
716 * src/muscle_tab.h (muscle_percent_define_check_values): Update
717 comments for consistency with b4_percent_define_check_values.
718 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
719 muscles.
720 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
721 Remove.
722 (prologue_declaration): Remove %push-parser and %push-pull-parser
723 rules.
724 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
725 * tests/calc.at: Update declarations.
726 * tests/input.at (%define enum variables): New test case.
727 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
728 declaration.
729 (Push Parsing: Multiple impure instances): Update declaration.
730 (Push Parsing: Unsupported Skeletons): New test case.
731 * tests/torture.at (Exploding the Stack Size with Alloca): Update
732 declaration.
733 (Exploding the Stack Size with Malloc): Update declaration.
734
3f999f78
WP
7352007-09-24 Wojciech Polak <polak@gnu.org>
736
737 Add XSLT transformations.
738
739 * data/xslt/xml2dot.xsl: Transform XML into DOT.
740 * data/xslt/xml2text.xsl: Transform XML into plain text.
741 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
742 * data/Makefile.am (xsltdir): New variable.
743 (dist_xslt_DATA): Add xslt/*.xsl files.
744
a4f75309
PE
7452007-09-23 Paul Eggert <eggert@cs.ucla.edu>
746
747 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
748 Problem reported by Wojciech Polak.
749 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
750 (xml_printf): Undo change I made on 21 September; that is,
751 indent 2 spaces, not 1.
752
ad5feac4
JD
7532007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
754
755 Pacify ./configure --enable-gcc-warnings.
756 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
757 `char const *' instead of `char *'.
758 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
759 local variable `sep'.
760
41d7a5f2
PE
7612007-09-21 Paul Eggert <eggert@cs.ucla.edu>
762
763 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
764 elsewhere.
765 * src/print-xml.c: Prefer "const" after types; that's more consistent.
766 (xml_printf): Indent just 1 space for level.
767 (e_char, xlate_char): Remove.
768 (xml_escape_string): Rewrite to avoid undefined behavior (used
769 storage that was freed from the stack).
770 (xml_escape_n): Don't bother checking for subscript error.
771
3f999f78
WP
7722007-09-21 Wojciech Polak <polak@gnu.org>
773
774 Add Bison XML Automaton Report.
41d7a5f2
PE
775
776 Add support for an -x option to generate an XML report.
777 It is not documented yet.
778 * src/print-xml.c: New file.
779 * src/print-xml.h: Likewise.
780 * lib/timevar.def (TV_XML): New var.
781 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
782 * src/conflicts.c: Include print-xml.h.
783 (solved_conflicts_xml_obstack): New var.
784 (log_resolution, conflicts_solve, conflicts_free):
785 Add support for XML report.
786 (conflicts_output_val): New function.
787 * src/conflicts.h (conflicts_output_val): New decl.
788 * src/files.c (spec_xml_file): New var.
789 (compute_output_file_names, output_file_names_free): Add XML support.
790 * src/files.h (spec_xml_file): New decl.
791 * src/getargs.c (xml_flag): New var.
792 (usage, short_options, long_options, getargs): Add XML support.
793 * src/getargs.h (xml_flag): New decl.
794 * src/gram.c: Include print-xml.h.
795 (rule_lhs_print_xml, rule_rhs_print_xml):
796 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
797 New functions.
798 * src/gram.h: Declare external ones.
799 * src/main.c: Include print-xml.h.
800 (main): Add XML support.
801 * src/reduce.c: Include print-xml.h.
802 (reduce_xml): New function.
803 * src/reduce.h: Declare it.
804 * src/state.c: Include print-xml.h.
805 (state_new): Add XML support.
806 (state_rule_lookahead_tokens_print_xml): New function.
807 * src/state.h: Declare it.
808 (struct state): New member solved_conflicts_xml.
809 * src/symtab.c (symbol_class_get_string): New function.
810 * src/symtab.h: Declare it.
811
6d8e724d
PE
8122007-09-21 Paul Eggert <eggert@cs.ucla.edu>
813
814 * GNUmakefile: Switch to coreutils's version.
815 * bootstrap: Likewise.
816 * Makefile.cfg: Adjust to new GNUmakefile.
817 * README-hacking: Likewise.
818
819 Import from gnulib:
820
821 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
822 Bruno Haible <bruno@clisp.org>
823
824 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
825 and is a script that invokes bison. Tighten the code. Add comments.
826
922bdd7f
JD
8272007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
828
829 Spell "boolean" as "Boolean". Reported by Akim Demaille.
830 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
831 * doc/bison.texinfo (Decl Summary): Fix.
832 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
833 * tests/input.at (Boolean %define variables): Update output.
834 * tests/skeletons.at (%define boolean variables: invalid skeleton
835 defaults): Rename to...
836 (%define Boolean variables: invalid skeleton defaults): ... this and
837 update output.
838
1b17b01d
JD
8392007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
840
841 In impure push mode, don't allow more than one yypstate to be allocated
842 since multiple impure parsers would corrupt yynerrs.
843 * data/push.c (yypstate_allocated): New static global variable
844 initialized to 0.
845 (yypull_parse): If yypstate_new returns 0, don't report it as memory
846 exhaustion if yypstate_allocated is 1, but still return 2.
847 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
848 already 1. Otherwise, set it to 1.
849 (yypstate_delete): Set it to 0.
850 * tests/push.at (Push Parsing: Multiple impure instances): New test
851 case.
852
9987d1b3
JD
8532007-08-17 Bob Rossi <bob@brasko.net>
854
855 * doc/bison.texinfo (Push Decl): Document the push parser.
856 (Table of Symbols): Ditto.
857 (Pure Decl): Ditto.
858 (Decl Summary): Ditto.
859 (Multiple Parsers, Push Parser Function, Pull Parser Function,
860 Parser Create Function, Parser Delete Function):
861 Add new push parser symbols.
862 (Table of Symbols): Document push-parser, push-pull-parser,
863 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
864
f16b0819
PE
8652007-08-15 Paul Eggert <eggert@cs.ucla.edu>
866
867 Update to GPLv3.
868 * doc/gpl-3.0.texi: New file.
869 * doc/gpl.texi: Remove.
870 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
871 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
872 * README-hacking, TODO, bootstrap, bootstrap.conf:
873 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
874 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
875 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
876 * data/lalr1.cc, data/lalr1.java, data/location.cc:
877 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
878 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
879 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
880 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
881 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
882 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
883 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
884 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
885 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
886 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
887 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
888 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
889 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
890 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
891 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
892 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
893 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
894 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
895 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
896 * src/complain.c, src/complain.h, src/conflicts.c:
897 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
898 * src/files.h, src/flex-scanner.h, src/getargs.c:
899 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
900 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
901 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
902 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
903 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
904 * src/print.c, src/print.h, src/print_graph.c:
905 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
906 * src/reduce.h, src/relation.c, src/relation.h:
907 * src/revision.h, src/scan-code.h, src/scan-code.l:
908 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
909 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
910 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
911 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
912 * tests/Makefile.am, tests/actions.at, tests/c++.at:
913 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
914 * tests/existing.at, tests/glr-regression.at:
915 * tests/headers.at, tests/input.at, tests/java.at:
916 * tests/local.at, tests/output.at, tests/push.at:
917 * tests/reduce.at, tests/regression.at, tests/sets.at:
918 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
919 * tests/torture.at:
920 Update to GPLv3.
921
728c4be2
JD
9222007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
923
924 Get rid of broken %no-parser, -n, and --no-parser implementation and
925 documentation.
926 * TODO: Don't mention them.
927 * doc/bison.1: Likewise.
928 * doc/bison.texinfo (Decl Summary): Likewise.
929 (Bison Options): Likewise.
930 (Option Cross Key): Likewise.
931 * src/getargs.c (no_parser_flag): Remove global variable.
932 (usage): Don't print description of -n and --no-parser.
933 (long_options): Remove --no-parser entry here.
934 (getargs): Remove -n case in the switch here.
935 * src/getargs.h (no_parser_flag): Remove extern.
936 * tests/regression.at (Web2c Actions): Remove comment that mentions
937 --no-parser.
938
5d31a216
JD
9392007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
940
941 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
942 name user variables starting with `yy'. Just pass NULL instead of a
943 dummy local &yylval to yypush_parse.
944 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
945 starting with `yy'.
946
a2ea208d
JD
9472007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
948
949 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
950 true since it's then always used regardless of whether yyoverflow is
951 defined. Reported by Christian Burger at
952 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
953 * THANKS: Add Christian Burger.
954
91661ebb
JD
955 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
956 node names: say "Decl Summary" not "Bison Declaration Summary".
957
cbd50549
JD
9582007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
959
960 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
961 determine whether this function has already complained about an invalid
962 value for a %define boolean variable, don't check whether Bison has
963 ever examined the value. As written, the check was a tautology.
964 Instead, record and check for this complaint using a separate muscle.
965
eb1b0740
JD
9662007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
967
968 Fix push parsing memory leak reported by Brandon Lucia at
969 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
970 * THANKS: Add Brandon Lucia.
971 * data/push.c (yypstate_delete): Free the stack if it was reallocated
972 but the parse never completed and thus freed it.
973 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
974 * tests/testsuite.at: Include push.at.
975 * test/push.at: New.
976 (Push Parsing: Memory Leak for Early Deletion): New test case.
977
9d774aff
JD
9782007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
979
980 Improve handling of multiple S/R conflicts in the same state and of S/R
981 conflicts involving multiple reductions.
982 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
983 set for a state here or Bison will abort if it is reassigned on a
984 later conflicted reduction in the same state.
985 Similarly, don't finalize and assign the solved conflicts report here
986 or it will be lost if it is reassigned on a later conflicted reduction
987 in the same state.
988 (set_conflicts): Instead, assign them both here after all S/R conflicts
989 in the state have been fully examined.
990 * src/print.c (shift_set): Rename to...
991 (no_reduce_set): ... this.
992 (print_reductions): Update for rename, and add %nonassoc error action
993 tokens to no_reduce_set so that, when printing the first remaining
994 reduction on an error action token, the reduction is enclosed in
995 brackets.
996 (print_results): Update for rename.
997 * tests/conflicts.at (Solved conflicts report for multiple reductions
998 in a state): New test case.
999 (%nonassoc error actions for multiple reductions in a state): New test
1000 case.
1001
1002 * src/main.c (main): Don't depend on C99 features.
1003
10159d2a
JD
10042007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
1005
1006 * build-aux/.cvsignore: Add compile.
b541ffdf
JD
1007 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
1008 uniwidth.
10159d2a 1009
953b3935
JD
10102007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
1011
1012 * bootstrap (slurp): Create target directories that don't exist.
1013 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
1014
6ce2d93a
JD
10152007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
1016
1017 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
1018 than item number.
1019 * closure.c (closure): Likewise.
1020 * state.h (reductions): Comment sorting of rules.
1021 (state): Comment sorting of items.
1022
ce3448d5
JD
10232007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
1024
1025 Fix C++ test cases after recent Gnulib changes. Discussed starting at
1026 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
1027 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
1028 definition in order to avoid Gnulib headers since we don't use config.h
1029 here.
1030 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
1031 rather than AT_DATA so that config.h is included.
1032
8a86eef0
JD
10332007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
1034
1035 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
1036 instead of fprintf. Guard these functions with #if YYDEBUG instead of
1037 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
1038 and so that YYFPRINTF is guaranteed to be defined here.
1039
b1a81613
JD
10402007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
1041
1042 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
1043 with...
1044 (muscle_percent_define_check_values): ... this more helpful function.
1045 Again, it's not used yet, but it will be.
1046 * src/muscle_tab.h: Likewise.
1047
71b61d4d
JD
1048 Improve some comments in parser table construction.
1049 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
1050 (generate_states): Don't mention ruleset, which is internal to closure.
1051 * src/closure.c (closure): Explain sorting of core and itemset, which
1052 is required for this function to behave correctly.
1053 * src/closure.h (closure): Mention sorting.
1054
2a6b783d
JD
10552007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
1056
1057 * src/lalr.c (state_lookahead_tokens_count): For code readability,
1058 move the check for disabled transitions to an aver since conflict
1059 resolution hasn't happened yet.
1060
1061 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
1062 labels a state as inconsistent just because it has error transitions.
1063 The original form of this check appeared in revision 1.1 of lalr.c,
1064 which was committed on 1991-12-21. Now (at least), changing the
1065 consistency label on such a state appears to have no useful effect in
1066 any of the places it is examined, which I enumerate below. The key
1067 point to understanding each item in this enumeration is that a state
1068 with an error transition is labelled consistent in the first place only
1069 if it has no rules, so the check cannot matter for states that have
1070 rules. (1) Labelling a state as inconsistent will cause set_conflicts
1071 to try to identify its conflicts, and a state must have *rules* to have
1072 conflicts. (2) Labelling a state as inconsistent will affect how
1073 action_row sets the default *rule* for the state. (3) Labelling a
1074 state as inconsistent will cause build_relations to add lookback edges
1075 to *rules* in that state.
1076 * src/state.h (struct state): Word the comment for member consistent
1077 more carefully.
1078
14462c2b
JD
10792007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
1080
1081 Don't depend on C99 features.
1082 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
1083 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
1084 * src/reader.c (check_and_convert_grammar): Fix for-loop.
1085 * src/state.c (state_mark_reachable_states): Fix for-loop.
1086 (state_remove_unreachable_states): Fix for-loop.
1087
1088 Don't widen struct state with member reachable just to temporarily
1089 record reachability. Instead, use a local bitset.
1090 * src/state.h (struct state): Remove member.
1091 * src/state.c (state_new): Don't initialize it.
1092 (state_mark_reachable_states): Rename to...
1093 (state_record_reachable_states): ... this, and use bitset.
1094 (state_remove_unreachable_states): Use bitset.
1095
5a43d418
JD
10962007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
1097
1098 * src/Makefile.am (yacc): Quote target action commands properly so
1099 that the yacc script isn't corrupt. Reported by Hans Aberg at
1100 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
1101
0c650a20
JD
1102 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
1103 the case of pure parsers. Reported by Frans Englich at
1104 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
1105 * THANKS: Add Frans Englich.
1106
61fee93e
JD
1107 * NEWS (2.3a+): In the %code entry, reference section `Bison
1108 Declaration Summary' from the manual now since the %code summary has
1109 moved there.
1110 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
1111 in the rules section must be terminated by semicolons.
1112
f124d423
JD
11132007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
1114
1115 Extend the front-end API for %define variables to more completely
1116 mirror the back-end. This will be useful in the future.
1117 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
1118 Update comments to mention the new front-end counterparts of these
1119 macros.
1120 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
1121 for muscle_string_decode and muscle_location_decode.
1122 (muscle_string_decode): New static function.
1123 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
1124 (muscle_percent_define_get, muscle_percent_define_ifdef): New
1125 functions.
1126 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
1127 muscle_percent_define_get to mimic the b4_percent_define_flag_if
1128 implementation more closely.
1129 (muscle_percent_define_invalid_value): New function.
1130 * src/muscle_tab.h (muscle_percent_define_get,
1131 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
1132 Prototype.
1133
75ad86ee
JD
11342007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
1135
1136 * NEWS (2.3a+): Mention yesterday's state-removal change.
1137 (2.3a): Remove the %language entry, which was added after 2.3a.
1138 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
1139 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
1140 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
1141 tests/existing.at: Update copyright date.
1142
5967f0cf
JD
11432007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1144
1145 If conflict resolution makes states unreachable, remove those states,
1146 report rules that are then unused, and don't report conflicts in those
1147 states.
1148 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
1149 New global function.
1150 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
1151 function.
1152 * src/main.c (main): After conflict resolution, remove the unreachable
1153 states and update all data structures that reference states by number.
1154 * src/state.c (state_new): Initialize each state's reachable member to
1155 false.
1156 (state_mark_reachable_states): New static function.
1157 (state_remove_unreachable_states): New global function.
1158 * src/state.h (struct state): Add member bool reachable.
1159 (state_remove_unreachable_states): Prototype.
1160 * tests/conflicts.at (Unreachable States After Conflict Resolution):
1161 New test case.
1162 * tests/existing.at (GNU pic Grammar): Update test case output now that
1163 an unused rule is discovered.
1164
b09f4f48
JD
11652007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1166
1167 Minor code cleanup in parser table construction.
1168 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
1169 (new_itemsets, save_reductions): Update for rename to nitemset.
1170 * src/closure.c (nritemset): Rename to...
1171 (nitemset): ... this since the "r" appears to meaningless and isn't
1172 used in the comments.
1173 (closure): Update for rename.
1174 * src/closure.h (nritemset): Update extern to...
1175 (nitemset): ... this.
1176 * src/lalr.c (LA): Fix a typo in comments.
1177 * src/print.c (print_core): Update for rename to nitemset.
1178 * src/print_graph.c (print_graph): Likewise.
1179 * src/state.h: Fix some typos in header comments.
1180
bbb44d83
PE
11812007-04-04 Paul Eggert <eggert@cs.ucla.edu>
1182
9b33de72
PE
1183 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
1184 still sticks to ASCII. Sorry!
1185
bbb44d83
PE
1186 * README-hacking: New file, taken mostly from coreutils, with changes
1187 for Bison. Contains much of the contents of:
1188 * README-cvs: Remove.
1189 * bootstrap: Sync from gnulib.
1190 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
1191 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
1192
29553547
JD
11932007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
1194
1195 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
1196 Setzer.
1197 (Java Differences): Fix some typos.
1198 * THANKS: Add Sebastian Setzer.
1199
01b477c6
PB
12002007-03-07 Paolo Bonzini <bonzini@gnu.org>
1201
730739e4
AD
1202 * data/java.m4 (b4_single_class_if): Remove.
1203 (b4_abstract_if): Look at "%define abstract".
1204 (b4_lexer_if): New.
1205 (b4_union_name): Rename...
1206 (b4_yystype): ... to this. Map to "%define stype".
1207 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
1208 b4_maybe_throws): Fix quoting.
1209 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
1210 * data/lalr1.java (Lexer interface): Always define.
1211 (Lexer interface within parser class): Remove.
1212 (YYLexer class): New, used when "%code lexer" is present.
1213 (constructor): When "%code lexer" is used, pass %lex-param
1214 to the lexer constructor.
1215 (yylex, yyparse): Remove %lex-param from method invocations
1216 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
1217
1218 * doc/bison.texinfo (Java Bison Interface): Mention "%define
1219 abstract". Rename "%define union_name" to "%define stype".
1220 Rename method names according to previous patch.
1221 (Java Scanner Interface): Describe "%code lexer" instead of
1222 "%pure-parser" and "%define single_class".
1223 (Java Differences): Mention "%code lexer".
1224
1225 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
1226 Include scanner here, using macros from tests/local.at.
1227 (AT_DATA_CALC_Y): Remove final argument.
1228 (_AT_CHECK_JAVA_CALC): Likewise.
1229 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
1230 of %locations and %error-verbose.
1231 (main): Test with and without %lex-param.
1232 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
1233 (AT_BISON_OPTION_POPDEFS): Pop it.
01b477c6 1234
122bea3a
JMG
12352007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1236
1237 DJGPP spefic issue. Inhibit the use of disallowed characters for
1238 file name genertion on Win98, WinXP, etc. These are |<>":?*\
1239 and concern testsuite case 46.
1240 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
1241 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
1242 * djgpp/config.bat: Inhibit the use of disallowed characters.
1243
9611cfa2
JD
12442007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1245
1246 Miscellaneous %define and %code cleanup.
1247 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
1248 values are interpreted.
1249 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
1250 documentation a little more.
1251 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
1252 muscle_percent_define_insert, muscle_percent_code_grow): New
1253 functions/macros.
1254 * src/muscle_tab.h (muscle_percent_define_insert,
1255 muscle_percent_code_grow): Prototype.
1256 * src/parse-gram.y (prologue_declaration): Use
1257 muscle_percent_define_insert and muscle_percent_code_grow when parsing
1258 %define and %code directives.
1259
1260 Make it easy to share %define boolean variables between the front-end
1261 and back-end. Though not used yet, this will be useful in the future.
1262 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
1263 Bison uses of names rather than just skeleton uses of names.
1264 (b4_percent_define_get, b4_percent_define_ifdef): Rename
1265 b4_percent_define_skeleton_variables(VARIABLE) to
1266 b4_percent_define_bison_variables(VARIABLE).
1267 (b4_percent_code_get, b4_percent_code_ifdef): Rename
1268 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
1269 b4_percent_code_bison_qualifiers(QUALIFIER).
1270 (b4_check_user_names_wrap): Update for renames.
1271 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
1272 muscle_percent_define_default): New functions mimicking
1273 b4_percent_define_flag_if and b4_percent_define_default.
1274
1275 For %define variables, report locations for invalid values and
bbb44d83 1276 redefinitions.
9611cfa2
JD
1277 * data/bison.m4 (b4_percent_define_flag_if): Read
1278 b4_percent_define_loc(VARIABLE) to report the location of an invalid
1279 value for VARIABLE.
1280 (b4_percent_define_default): Save a special location in
1281 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
1282 must later be reported as invalid.
1283 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
1284 functions.
1285 (muscle_percent_define_insert): Record the location of VARIABLE in
1286 muscle percent_define_loc(VARIABLE), and use it to report the previous
1287 location for a redefinition.
1288 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
1289 (muscle_percent_define_default): Update like b4_percent_define_default.
1290 (muscle_grow_user_name_list): Rename to...
1291 (muscle_user_name_list_grow): ... this for consistency and use
1292 muscle_location_grow.
1293 * src/muscle_tab.h (muscle_location_grow): Prototype.
1294 * tests/input.at (%define errors): Update expected output.
1295 * tests/skeletons.at (%define boolean variables: invalid skeleton
1296 defaults): New test case.
1297
0bf92491
JD
12982007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
1299
1300 * src/print.c (lookahead_set, state_default_rule): Remove.
1301 (print_reductions): Replace state_default_rule invocation with
1302 equivalent use of yydefact, which was computed in token_actions in
1303 tables.c.
1304 (print_results): Don't allocate lookahead_set.
1305
d3b12988
PB
13062007-02-27 Paolo Bonzini <bonzini@gnu.org>
1307
1308 * data/lalr1.java: Prefix all private members with yy.
1309
f57a7536
JD
13102007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
1311
1312 Use YYFPRINTF instead of fprintf where appropriate. Reported by
9b33de72 1313 Sebastien Fricker at
f57a7536 1314 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
9b33de72 1315 * THANKS: Add Sebastien Fricker.
f57a7536
JD
1316 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
1317 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
1318 accept a variable number of arguments.
1319
6404a5bf
JD
13202007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
1321
1322 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
1323
e4e09639
JMG
13242007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1325
1326 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
1327 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
1328 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
1329
d7e0a1a7
PE
13302007-02-11 Paul Eggert <eggert@cs.ucla.edu>
1331
1332 Undo my 2007-02-07 change, switching back to the c-strcase module
1333 introduced in the 2007-02-03 change. Bruno Haible reported that
1334 the 2007-02-07 change would be dangerous in Turkish if we add a
1335 language whose name contains "i", since "i" is not lowercase "I"
1336 in Turkish.
1337 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
1338 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
1339 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
1340 * m4/.cvsignore: Remove strcase.m4.
1341 * src/getargs.c: Revert 2007-02-07 change, as follows.
1342 Include c-strcase.h.
1343 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
1344
deee93a1
JD
13452007-02-11 Bruno Haible <bruno@clisp.org>
1346
1347 Enable the Java related testsuite tests when the only Java compiler
1348 found is a gcj < 4.3. Discussed at
1349 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
1350 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
1351
574add85
JD
13522007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
1353
1354 * data/Makefile.am: Update copyright date.
1355 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
1356 yypstate_new returns NULL.
1357 (yypstate_new): Return NULL if malloc does.
1358 * src/reader.c (packgram): Move translation of rule actions from the
1359 beginning of packgram to...
1360 (check_and_convert_grammar): ... here right before packgram is invoked
1361 so it's easier to write more complete comments, and remove redundant
1362 code.
1363
e785ccf7
JD
13642007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
1365
1366 As in semantic actions, make @$ in %initial-action, %destructor, and
1367 %printer imply %locations.
1368 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
1369 scanning @$.
1370 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
1371 (@$ in %initial-action implies %locations,
1372 @$ in %destructor implies %locations,
1373 @$ in %printer implies %locations): ... these new test cases.
1374
1cfe1ed7
PE
13752007-02-07 Paul Eggert <eggert@cs.ucla.edu>
1376
1377 Undo most of the 2007-02-03 change, switching to the strcase module
1378 now that gnulib strcase has been fixed.
1379 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
1380 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
1381 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
1382 * m4/.cvsignore: Add strcase.m4.
1383 * src/getargs.c: Revert 2007-02-03 change, as follows.
1384 Don't include c-strcase.h.
1385 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
1386 strcasecmp has "unspecified behavior" outside the POSIX locale,
1387 but it works fine in practice if at least one argument is ASCII,
1388 as is the case in Bison.
1389
0049ec86
PB
13902007-02-07 Paolo Bonzini <bonzini@gnu.org>
1391
1392 * tests/java.at: Skip tests if only one of javac/java is present.
1393 Reported by Joel E. Denny.
1394 * tests/atlocal.in: Adjust copyright years.
1395
13962007-02-05 Paolo Bonzini <bonzini@gnu.org>
1397
1398 * data/lalr1.java (Stack): Work around old verifiers that disallow
1399 access to the private fields of an inner class, from the outer class.
1400 We can make Stack's fields public because user code doesn't have access
1401 to the instance of Stack used by parse(). Reported by Paul Eggert.
1402
2c2b7220
PE
14032007-02-03 Paul Eggert <eggert@cs.ucla.edu>
1404
1405 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
1406 the right spot for these files?
1407 * bootstrap.conf (gnulib_modules): Add c-strcase.
1408 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
1409 c-strncasecmp.c.
1410 * src/getargs.c: Include c-strcase.h.
1411 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
1412 to avoid unspecified behavior.
1413
b2b81dae
JD
14142007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
1415
1416 * doc/bison.texinfo (Decl Summary): Correct typo.
1417
c1d19e10
PB
14182007-01-30 Paolo Bonzini <bonzini@gnu.org>
1419
1420 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
1421 Complain if the value does not match empty, "true" or "false".
1422 * data/c++.m4: Adjust default definitions of %define variables.
1423 * data/java.m4: Adjust default definitions of %define variables.
1424 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
1425 to above behavior.
1426 * tests/input.at (Boolean %define variables): Test new behavior.
1427
8405b70c
PB
14282007-01-29 Paolo Bonzini <bonzini@gnu.org>
1429
1430 * NEWS: Mention java.
1431 * TODO: Remove things that are done.
1432 * bootstrap.conf: Add javacomp-script and javaexec-script.
1433 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
1434
1435 * data/Makefile.am: Add new files.
1436 * data/java-skel.m4: New.
1437 * data/java.m4: New.
1438 * data/lalr1.java: New.
1439
1440 * doc/bison.texinfo: Put "A Complete C++ Example" under
1441 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
1442 under Other Languages.
1443
1444 * src/getargs.c (valid_languages): Add Java.
1445 * src/getargs.h (struct bison_language): Update size of string fields.
1446
1447 * tests/Makefile.am: Add java.at.
1448 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
1449 * tests/java.at: New.
1450 * tests/testsuite.at: Include it.
1451
3eb82471
JD
14522007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
1453
1454 Clean up.
1455 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
1456 at_directive_argv arguments so these no longer have to be global
1457 variables. Also, update the implementation for the following changes.
1458 (fail_for_at_directive_too_many_args,
1459 fail_for_at_directive_too_few_args): Add at_directive_name argument.
1460 (at_directive_name): Remove as at_directive_argv[0] will be used for
1461 this now.
1462 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
1463 for the directive name.
1464 (at_directive_argc, at_directive_argv): Make these local within
1465 skel_lex instead of global.
1466 (INITIAL): Update directive start action for above changes.
1467 (SC_AT_DIRECTIVE_ARG): Rename to...
1468 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
1469 (SC_AT_DIRECTIVE_SKIP_WS): Update.
1470 (scan_skel): Move yylex_destroy to...
1471 (skel_scanner_free): ... here.
1472 * tests/skeletons.at (installed skeleton file name): Rename to...
1473 (installed skeleton file names): ... this.
1474
148d66d8
JD
14752007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
1476
1477 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
1478 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
1479 Summary" not "Directives".
1480 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
1481 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
1482 since the former is now the more complete one.
1483 (Prologue Alternatives): Likewise and do the same for %defines.
1484 (Table of Symbols): Add summary of %code, add summary of %define, and
1485 move full %code documentation to...
1486 (Decl Summary): ... here for consistency with other entries in these
1487 sections.
1488 Move %define entry in order to keep this list alphabetized.
1489 Reword %define entry a little to put less emphasis on the skeleton
1490 concept, which most users shouldn't have to think about.
1491
665f0c24
PE
14922007-01-26 Paul Eggert <eggert@cs.ucla.edu>
1493
1494 Adjust to recent gnulib changes.
1495 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
1496 Add string.h, string_.h, unistd_.h, wchar_.h.
1497 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
1498 * src/system.h: Don't include <stpcpy.h>; this is now done by
1499 <string.h>.
1500
592d0b1e
PB
15012007-01-23 Paolo Bonzini <bonzini@gnu.org>
1502
1503 Simplify implementation of unqualified %code, implement macros for
1504 uniform treatment of boolean %define flags. Document %define.
1505 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
1506 b4_percent_code_ifdef): New.
1507 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
1508 * data/c++.m4: Define default value for global_tokens_and_yystype.
1509 * data/glr.cc: Likewise.
1510 * data/location.cc: Use b4_percent_define_flag_if.
1511
148d66d8 1512 * doc/bison.texinfo (Decl Summary): Document %define.
592d0b1e
PB
1513
1514 * src/parse-gram.y (Unqualified %code): Change muscle name to
1515 b4_percent_code().
1516 (content.opt): Default to empty.
1517
a7867f53
JD
15182007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
1519
1520 Implement support for relative and absolute skeleton file names.
1521 Discussed starting at
1522 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
1523 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
1524 (Bison Options): Document in --skeleton entry.
1525 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
1526 full_skeleton can't necessarily hold all of pkgdatadir.
1527 If the specified skeleton file name contains a `/', don't prepend
1528 pkgdatadir.
1529 * src/parse-gram.y (prologue_declaration): If the specified skeleton
1530 file name contains a `/', prepend the grammar file directory.
1531 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
1532 * skeletons.at: New file.
1533 (relative skeleton file names): New test case.
1534 (installed skeleton file names): New test case.
1535 * tests/testsuite.at: Include skeletons.at.
1536
1537 * bootstrap: Update copyright to 2007.
1538
830c9b18
PB
15392007-01-17 Paolo Bonzini <bonzini@gnu.org>
1540
1541 * bootstrap: Remove occurrences of .#bootmp from the files.
1542
a8c2e813
AD
15432007-01-17 Akim Demaille <akim@epita.fr>
1544
1545 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
1546 nonterminals.
1547 Use per-type %printer.
1548
279cabb6
JD
15492007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
1550
1551 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
1552 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1553 djgpp/config.site, src/files.c, src/files.h, src/main.c,
1554 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
1555 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
1556 tests/glr-regression.at, tests/input.at, tests/local.at,
1557 tests/output.at, tests/torture.at: Update copyright to 2007.
1558
bb32f4f2
AD
15592007-01-16 Akim Demaille <akim@epita.fr>
1560
1561 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
1562 error code.
1563 (Calc++ Scanner): Exit with failure if we can't open the input
1564 file.
1565 Accept "-" standing for stdin.
1566 (Calc++ Top Level): Print the result only if the parsing was
1567 successful.
1568
7cff04b5
AD
15692007-01-16 Akim Demaille <akim@epita.fr>
1570
1571 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
1572
a4e25e1d
JD
15732007-01-15 Paolo Bonzini <bonzini@gnu.org>
1574 and Joel E. Denny <jdenny@ces.clemson.edu>
1575
1576 Clean up %define and %code implementation in M4 some. Most
1577 importantly, rename all related macros to be in the b4_percent_define
1578 and b4_percent_code namespaces. Also, complete support for `.' in
1579 %define variable names and %code qualifiers.
1580 * data/bison.m4 (b4_check_user_names): Check for special
1581 "SKELETON-NAMESPACE(name)" macros instead of using two nested
1582 m4_foreach loops.
1583 (b4_get_percent_define, b4_get_percent_code): Rename to...
1584 (b4_percent_define_get, b4_percent_code_get): ... these.
1585 Extend documentation with examples.
1586 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
1587 b4_percent_define_skeleton_variables and
1588 b4_percent_code_skeleton_qualifiers.
1589 Expect any value for the %define variable `foo' to be stored in the
1590 macro named `b4_percent_define(foo)'; expect any %code blocks for the
1591 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
1592 expect any unqualified %code blocks to be stored in a macro named
1593 `b4_percent_code_unqualified'.
1594 Use m4_indir so that %define variable names and %code qualifiers can
1595 contain `.', which is allowed by the grammar parser.
1596 (b4_percent_define_default): New macro to set a default value for a
1597 %define variable.
1598 (m4_wrap): Update wrapped code, and fix some underquoting.
1599 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
1600 Expect grammar uses of %define variables and %code qualifiers to be
1601 defined in b4_percent_define_user_variables and
1602 b4_percent_code_user_qualifiers.
1603 * data/c++.m4: Use b4_percent_define_default rather than
1604 m4_define_default. Fix some underquoting. Skeleton usage of %define
1605 variable define_location_comparison now implies skeleton usage of
1606 %define variable filename_type.
1607 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1608 data/push.c, data/yacc.c: Update macro names.
1609 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
1610 muscle names.
1611
e37c665c
JMG
16122007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1613
1614 DJGPP specific issues.
1615
1616 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
1617 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
1618
7d2d521f
JD
16192007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1620
1621 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
1622 run parsers in all tests so that Valgrind is invoked during
1623 maintainer-check-valgrind.
1624 (Duplicate representation of merged trees): Free all semantic values.
1625 (Duplicated user destructor for lookahead): Likewise.
1626
e0ac9b4b
JD
16272007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1628
1629 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
1630 command-line prefix.
1631 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
1632 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
1633 miss Valgrind messages.
1634 (Exploding the Stack Size with Malloc): Likewise.
1635
78143faa
JD
16362007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
1637
1638 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
1639 locals. Reported by Juan Manuel Guerrero at
1640 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
1641 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
1642 Fix some indentation also.
1643 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
1644 explaining this issue.
1645
7ecec4dd
JD
16462007-01-09 Paolo Bonzini <bonzini@gnu.org>
1647 and Joel E. Denny <jdenny@ces.clemson.edu>
1648
1649 Simplify union and prologue handling, and escape union and lex/parse
1650 params with digraphs.
1651 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
1652 values to the empty string since these are no longer guaranteed
1653 initialized by the front-end.
1654 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
1655 braces around b4_user_stype since this is no longer done by the
1656 front-end.
1657 * src/files.c, src/files.h (pre_prologue_obstack,
1658 post_prologue_obstack): Remove.
1659 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
1660 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
1661 with digraphs. This fixes lex params and parse params.
1662 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
1663 * src/output.c (prepare): Remove muscle insertion of the prologues.
1664 (output): Remove freeing of pre_prologue_obstack and
1665 post_prologue_obstack.
1666 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
1667 than prologue_augment for prologue parsing so you don't need prologue
1668 obstacks.
5c80250c
JD
1669 (grammar_declaration): For %union RHS, use `braceless' instead of
1670 "{...}" so that braces are already stripped and code is escaped with
1671 digraphs.
7ecec4dd
JD
1672 * src/reader.c (prologue_augment): Remove.
1673 (reader): Remove initialization of pre_prologue_obstack and
1674 post_prologue_obstack.
1675 * src/reader.h (prologue_augment): Remove.
1676
1677 * data/c.m4: Remove stray parenthesis.
1678
16dc6a9e
JD
16792007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1680
1681 Remove quotes from variables names in %define directives and from
1682 qualifiers in %code directives, and restrict the characters that are
1683 allowed in them to M4-friendly ones. For %define, continue to support
1684 the quoted form as a deprecated feature. Discussed starting at
1685 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
1686 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
1687 %code.
1688 * doc/bison.texinfo (Prologue Alternatives): Update.
91661ebb
JD
1689 (Decl Summary): In %defines entry, update mention of `%code requires'
1690 and `%code provides'.
16dc6a9e
JD
1691 (C++ Location Values): Update %define uses.
1692 (Calc++ Parser Interface): Likewise.
1693 (Calc++ Parser): Likewise, and update `%code requires' uses.
148d66d8 1694 (Table of Symbols): Update %code documentation.
16dc6a9e
JD
1695 * src/parse-gram.y (prologue_declaration): For %define variables, use
1696 `variable' instead of `STRING'.
1697 (grammar_declaration): For %code qualifiers, use `ID' instead of
1698 `STRING'.
1699 (variable): New nonterminal that takes an `ID' or a `STRING'.
1700 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
1701 and %define uses.
1702 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
1703 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
1704 (%define errors): Update %define uses.
1705
e9813cd4
JD
17062007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1707
1708 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
1709 instead of muscle_insert for %define values so that M4-special
1710 characters are replaced with digraphs.
1711 * tests/input.at (%define errors): Extend to check weird values.
1712
6afc30cc
JD
17132007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
1714
1715 Instead of having skeletons declare all valid %define variables and
1716 %code qualifiers, provide macros that retrieve the associated values
1717 and build these lists automatically. Thus Bison will now warn when a
1718 variable or qualifier is not used by the skeleton in the current
1719 invocation regardless of whether it might sometimes be used by that
1720 skeleton in other invocations. Also, move all %define value macros to
1721 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
1722 form, which is replaced by %code.
1723 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
1724 (b4_check_user_names): ... this, and change the series of valid name
1725 arguments to a single list argument for names used in the skeleton
1726 similar to the existing list argument for names used in the grammar.
1727 Warn instead of complaining.
1728 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
1729 values and %code code, to format %code code properly, and to build
1730 lists of all %define variables and %code qualifiers used in the
1731 skeleton: b4_skeleton_percent_define_variables and
1732 b4_skeleton_percent_code_qualifiers.
1733 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
1734 Remove, and...
1735 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
1736 the skeleton names lists can finish building first. In place of
1737 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
1738 expect the lists b4_user_percent_define_variables and
1739 b4_user_percent_code_qualifiers.
1740 * data/c++.m4: Where setting default values for b4_parser_class_name,
1741 b4_location_type, b4_filename_type, b4_namespace, and
1742 b4_define_location_comparison, update their names to the
1743 b4_percent_define_ namespace.
1744 * data/glr.c: Don't use b4_check_percent_define_variables and
1745 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
1746 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
1747 (b4_parser_class_name, b4_namespace): Define these using
a4e25e1d 1748 b4_get_percent_define for parser_class_name and namespace.
6afc30cc
JD
1749 * data/location.cc: Use b4_get_percent_define.
1750 * data/push.c: Don't use b4_check_percent_define_variables and
1751 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
1752 * data/yacc.c: Likewise, and don't call m4_exit in
1753 b4_use_push_for_pull_if or m4_wrap code will never execute.
1754 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
1755 Rename to...
1756 (muscle_grow_user_name_list): ... this for consistency with the
1757 terminology used in bison.m4.
1758 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
1759 %define variable names, and rename muscle used_percent_define_variables
1760 to user_percent_define_variables.
1761 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
1762 user_percent_code_qualifiers.
1763 (content): Remove.
1764 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
1765 {CODE} form is no longer accepted.
1766 * tests/input.at (Reject bad %code qualifiers): Rename to...
1767 (Reject unused %code qualifiers): ... this, and update test output.
1768 (%define error): Update test output.
1769
7eb8a0bc
JD
17702007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
1771
1772 Check for unrecognized %define variables similar to checking for
1773 unrecognized %code qualifiers. Check for redefined %define variables.
1774 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
1775 generalizes...
1776 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
1777 (b4_check_percent_define_variables): New, also wraps it.
1778 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
1779 variables using b4_check_percent_define_variables.
1780 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
1781 all those exercised in the test suite and all those listed in the
1782 `Default values' section of c++.m4. Are there others?
1783 * data/push.c, data/yacc.c: Declare no valid %define variables.
1784 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
1785 similar to muscle_find, but it works even when the muscle stores a
1786 const value.
1787 (muscle_grow_used_name_list): New function for constructing the used
1788 name list muscles that b4_check_for_unrecognized_names requires.
1789 * src/parse-gram.y (prologue_declaration): Warn if a variable is
1790 %define'd more than once. Define the b4_used_percent_define_variables
1791 muscle with muscle_grow_used_name_list.
1792 (grammar_declaration): Abbreviate %code code with
1793 muscle_grow_used_name_list.
1794 * tests/input.at (%define errors): New.
1795
3fc65ead
JD
17962007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1797
1798 Provide warn_at, complain_at, and fatal_at function callbacks to the
1799 skeletons, and use this for %code qualifier complaints.
1800 * data/bison.m4 (b4_error_at): New, invoked by...
1801 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
1802 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
1803 @fatal_at(...@) directives.
1804 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
1805 qualifiers in b4_used_percent_code_qualifiers and to use
1806 b4_complain_at.
1807 * src/location.c, src/location.h (boundary_set_from_string): New global
1808 function.
1809 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
1810 function.
1811 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
1812 to b4_used_percent_code_qualifiers.
1813 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
1814 function.
1815 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
1816 (lineno): Rename to...
1817 (out_lineno): ... this so I don't misunderstand it again.
1818 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
1819 here; these newlines are in the input but not the output file.
1820 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
1821 (at_directive_perform): ... this new static function, and add handling
1822 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
1823 directives.
1824 * tests/input.at (Reject bad %code qualifiers): Update test output with
1825 locations and extend.
1826
1827 * tests/output.at (Output file name: [, Output file name: ]): Remove
1828 bogus comment about these tests failing.
1829
1c7b7e1d
JD
18302007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
1831
1832 Clean up b4_check_percent_code_qualifiers a little.
1833 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
1834 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
1835 documentation and add examples.
1836 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
1837 qualifiers here.
1838
08af01c2
JD
18392007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
1840
1841 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
1842 unreliable -- especially when they're hidden inside another macro.
1843 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
1844 data/c.m4: Remove m4_divert(-1).
1845 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
1846 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
1847 m4_divert_push(0) and m4_divert_pop(0).
279cabb6 1848 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
08af01c2
JD
1849 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
1850 pushed and popped by m4sugar, should be first on the stack.
1851
1852 Provide warn, complain, and fatal function callbacks to the skeletons.
1853 This provides more flexibility than m4_fatal, improves the error
1854 message format, and captures messages for translation. Discussed
1855 starting at
1856 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
1857 * data/bison.m4 (b4_error): New, invoked by...
1858 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
1859 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
1860 directives. Because these M4 macros might be called when the current
1861 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
1862 the previous removal of uses of m4_divert, which caused trouble.
1863 (b4_check_percent_code_qualifiers): Use b4_complain instead of
1864 m4_fatal to report unrecognized %code qualifiers.
1865 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
1866 push parser requests.
1867 * data/glr.c: Use b4_complain instead of m4_fatal to report
1868 non-deterministic push parser requests.
1869 Update @output usage to @output(...@) form.
1870 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
1871 report missing %defines. Update @output usage to @output(...@) form.
1872 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
1873 @output(...@) form.
1874 * src/main.c (main): Invoke skel_scanner_free.
1875 * src/scan-skel.h (skel_scanner_free): Prototype new function.
1876 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
1877 obstack_for_string from flex-scanner.h.
1878 (YY_DECL): Use to declare skel_lex static.
1879 (decode_at_digraphs): Remove; now handled in the new
1880 SC_AT_DIRECTIVE_ARG start condition.
1881 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
1882 functions.
1883 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
1884 at_directive_argv): New static globals.
1885 (INITIAL): Use fail_for_invalid_at.
1886 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
1887 recognize the start of a generalized `@directive(...@)' form and
1888 start...
1889 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
1890 directive args (using the new obstack_for_string), to decode the
1891 contained @ diagraphs, and to perform the directive. It recognizes
1892 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
1893 @output(...@).
1894 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
1895 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
1896 `@,'.
1897 (scan_skel): Initialize obstack_for_string on the first call.
1898 (skel_scanner_free): New function to free obstack_for_string.
1899 * tests/input.at (Reject bad %code qualifiers): Update test output.
1900
8e0a5e9e
JD
19012007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
1902
1903 Consolidate the 4 prologue alternative directives (%code, %requires,
1904 %provides, and %code-top) into a single %code directive with an
1905 optional qualifier field. Discussed at
1906 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
1907 * NEWS (2.3a+): Rewrite the existing entry for the prologue
1908 alternatives.
1909 * doc/bison.texinfo (Prologue Alternatives): Update.
1910 (Decl Summary): Update to %code "requires" and %code "provides".
1911 (Calc++ Parser): Update to %code "requires".
148d66d8 1912 (Table of Symbols): Remove entries for %requires, %provides, and
8e0a5e9e
JD
1913 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
1914 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
1915 are replaced by b4_percent_code_provides and b4_percent_code_requires,
1916 which are skeleton-specific.
1917 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
1918 declare what %code qualifiers it supports and to complain if any other
1919 qualifiers were used in the grammar.
1920 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
1921 and b4_user_code([b4_percent_code_provides]) in place of
1922 b4_user_requires and b4_user_provides.
1923 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
1924 Add b4_user_code([b4_percent_code_top]) and
1925 b4_user_code([b4_percent_code]).
1926 Invoke b4_check_percent_code_qualifiers.
1927 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
1928 PERCENT_REQUIRES): Remove.
1929 (grammar_declaration): Remove RHS's for %code-top, %provides, and
1930 %requires. Rewrite the %code RHS as the unqualified form defining the
1931 muscle b4_percent_code. Add another RHS for the qualified %code form,
1932 which defines muscles of the form b4_percent_code_QUALIFIER and the
1933 b4_used_percent_code_qualifiers muscle.
1934 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
1935 PERCENT_REQUIRES): Remove.
1936 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
1937 %code "requires" and %code "provides".
1938 * tests/input.at (Reject bad %code qualifiers): New.
1939
95021767
JD
19402007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
1941
1942 Use the new code_props interface for destructors and printers.
1943 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
1944 printer_location members, and change the type of the destructor and
1945 printer members to code_props.
1946 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
1947 symbol_printer_get, semantic_type_destructor_set,
1948 semantic_type_printer_set, default_tagged_destructor_set,
1949 default_tagless_destructor_set, default_tagged_printer_set,
1950 default_tagless_printer_set): Use code_props in arguments and return
1951 types in place of char const * and location.
1952 (symbol_destructor_location_get, symbol_printer_location_get): Remove
1953 since the locations are now contained in the return of
1954 symbol_destructor_get and symbol_printer_get.
1955 * src/output.c (symbol_destructors_output, symbol_printers_output):
1956 Replace with...
1957 (symbol_code_props_output): ... this to eliminate duplicate code.
1958 (output_skeleton): Update to use symbol_code_props_output.
1959 * src/reader.c (symbol_should_be_used): Update use of
1960 symbol_destructor_get.
1961 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
1962 Update uses of the various _destructor_set and _printer_set functions.
1963 * src/symtab.c: (default_tagged_destructor_location,
1964 default_tagless_destructor_location, default_tagged_printer_location,
1965 default_tagless_printer_location): Remove since we...
1966 (default_tagged_destructor, default_tagless_destructor,
1967 default_tagged_printer, default_tagless_printer): ... change the type
1968 of these to code_props.
1969 (symbol_new, semantic_type_new, symbol_destructor_set,
1970 semantic_type_destructor_set, symbol_destructor_get,
1971 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
1972 symbol_check_alias_consistency, default_tagged_destructor_set,
1973 default_tagless_destructor_set, default_tagged_printer_set,
1974 default_tagless_printer_set): Update.
1975 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
1976 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
1977 code_props members.
1978 (symbol_print): Use SYMBOL_CODE_PRINT.
1979
f6857bbf
JD
19802007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
1981
1982 Use the new code_props interface for rule actions.
1983 * src/symlist.h (symbol_list): Replace action, action_location, and
1984 used members with a code_props action_props member.
1985 * src/reader.c (symbol_should_be_used, grammar_rule_check,
1986 grammar_midrule_action, grammar_current_rule_merge_set,
1987 grammar_current_rule_symbol_append, packgram): Update.
1988 * src/scan-code.h (translate_rule_action): Remove, no longer used.
1989 * src/scan-code.l (handle_action_dollar): Update.
1990 (translate_rule_action): Remove, no longer used.
1991 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
1992
7c0c6181
JD
19932007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
1994
1995 Use the new code_props interface in parse-gram.y.
1996 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
1997 Update all uses of translate_* functions to use the new code_props
1998 interface and to use gram_scanner_last_string_free and
1999 code_scanner_last_string_free where possible.
2000 (grammar_declaration): symbol_list_destructor_set and
2001 symbol_list_printer_set now perform the translation, so don't do it
2002 here. Use gram_scanner_last_string_free where possible.
2003 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
2004 translate_code): Remove, no longer used.
2005 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
2006 symbol_list_printer_set): Perform code translation here rather than
2007 depending on the caller to do so.
2008
2009 * src/symlist.h (struct symbol_list): Correct some documentation typos.
2010 * src/scan-gram.h (gram_last_string): Remove declaration.
2011 * src/scan-gram.l (last_string): Declare it static.
2012
28e52c0d
JD
20132007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
2014
2015 Encapsulate code properties and related functionality for the various
2016 destructors, printers, and actions into a code_props structure and
2017 interface. This patch merely implements code_props in scan-code.h and
2018 scan-code.l. Future patches will rewrite other modules to use it.
2019 Discussed starting at
2020 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
2021 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
2022 consistently initialize const structs that have an empty location
2023 field.
2024 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
2025 to ensure consistency.
2026 * src/scan-code.h (code_props): New structure.
2027 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
2028 function, macro, and const global variable for initializing a
2029 code_props with no code.
2030 (code_props_plain_init, code_props_symbol_action_init,
2031 code_props_rule_action_init, code_props_translate_code): The rest of
2032 the new code_props functional interface. Among other things, the init
2033 functions set the code_props kind field so that
2034 code_props_translate_code will know whether to behave like
2035 translate_symbol_action, translate_rule_action, or translate_code.
2036 These old translate functions must remain until all other modules are
2037 updated to use the new code_props interface.
2038 (code_scanner_last_string_free): New function similar to
2039 gram_scanner_last_string_free.
2040 (code_scanner_free): Add documentation.
2041 * src/scan-code.l: Implement the new interface.
2042 (code_lex): Make it static, add a code_props* argument, and remove the
2043 rule argument.
2044 (last_string): New static global similar to the one in scan-gram.l.
2045 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
2046 instead of rule.
2047 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
2048 code_props since Bison may one day use this information for destructors
2049 and printers.
2050 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
2051 (handle_action_dollar): Use symbol_list_n_get and set used flag
2052 directly since symbol_list_n_used_set is removed.
2053 (translate_action): Add a code_props* argument and remove the rule,
2054 action, and location arguments. Pass the code_props* on to code_lex.
2055 (translate_rule_action, translate_symbol_action, translate_code):
2056 Rewrite as wrappers around the new code_props interface.
2057 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
2058 it would eventually need to break the encapsulation of code_props.
2059
96034983
JD
20602007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
2061
2062 * etc/.cvsignore: New.
2063
945e396c
JD
20642007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
2065
2066 Add maintainer-push-check to run maintainer-check using push parsing in
2067 place of pull parsing where available.
2068 * Makefile.am (maintainer-push-check): New.
2069 * data/bison.m4 (b4_use_push_for_pull_if): New.
2070 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
2071 appropriately based on their existing values.
2072 (yypush_parse): Don't print push-parser-specific diagnostics if push
2073 parsing is being used in place of pull parsing.
2074 * data/yacc.c: If push parsing should replace pull parsing, redirect to
2075 push.c.
2076 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
2077 variable, and insert b4_use_push_for_pull_flag into muscles.
2078 * tests/Makefile.am (maintainer-push-check): New.
2079
7d596384
JD
20802006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
2081
2082 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
2083 (whether successful or failed) so that yypush_parse can be invoked
2084 again to start a new parse using the same yypstate.
2085 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
2086 check multiple yypull_parse invocations on the same yypstate. For pull
2087 mode, extend to check multiple yyparse invocations.
2088 (Exploding the Stack Size with Alloca): Extend to try with
2089 %push-pull-parser.
2090 (Exploding the Stack Size with Malloc): Likewise.
2091
2092 * tests/calc.at (Simple LALR Calculator): Don't specify
2093 %skeleton "push.c" since %push-pull-parser implies that now.
2094 * tests/headers.at (export YYLTYPE): Don't check for the push
2095 declarations. Otherwise, this test case can't be used to see if push
2096 mode can truly emulate pull mode.
2097 * tests/input.at (Torturing the Scanner): Likewise.
2098 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
2099 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
2100 AT_YACC_IF, which now includes the case of push mode since %skeleton
2101 need not be used for push mode. This will be more intuitive once
2102 push.c is renamed to yacc.c.
2103
7172e23e
JD
21042006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
2105
2106 For push mode, convert yyparse from a macro to a function, invoke yylex
2107 instead of passing a yylexp argument to yypull_parse, and don't
2108 generate yypull_parse or yyparse unless %push-pull-parser is declared.
2109 Discussed starting at
2110 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
2111 * data/bison.m4 (b4_pull_if): New.
2112 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
2113 * data/push.c: Improve M4 quoting a little.
2114 (b4_generate_macro_args, b4_parenthesize): Remove.
2115 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
2116 any time a pull parser is requested.
2117 Don't #define this as a wrapper around yypull_parse. Instead, when
2118 both push and pull are requested, make it a function that does that
2119 same thing.
2120 (yypull_parse): If there's a b4_prefix, #define this to
2121 b4_prefix[pull_parse] when both push and pull are requested.
2122 Don't define this as a function unless both push and pull are
2123 requested.
2124 Remove the yylexp argument and hard-code yylex invocation instead.
2125 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
2126 %push-parser.
2127 * src/getargs.c (pull_parser): New global initialized to true.
2128 * getargs.h (pull_parser): extern it.
2129 * src/output.c (prepare): Insert pull_flag muscle.
2130 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
2131 (prologue_declaration): Set both push_parser and pull_parser = true for
2132 %push-pull-parser. Set push_parser = true and pull_parser = false for
2133 %push-parser.
2134 * src/scan-gram.l: Don't accept %push_parser as an alternative to
2135 %push-parser since there's no backward-compatibility concern here.
2136 Scan %push-pull-parser.
2137 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
2138 instead of %push-parser.
2139 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
2140 prototype it in the module that calls yyparse.
2141 * tests/input.at (Torturing the Scanner): Likewise.
2142 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
2143
2e7944cb
JD
21442006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
2145
2146 Update etc/bench.pl. Optimize push mode a little (the yyn change
2147 deserves most of the credit).
2148 * Makefile.am (SUBDIRS): Add etc subdirectory.
2149 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
2150 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
2151 yytoken, yyval, and yyloc declarations to...
2152 (yyparse or yypush_parse): ... here to improve performance. For
2153 yypush_parse invocations after the first, be sure to assign yyn its old
2154 value again.
2155 (yypstate_new): Don't bother initializing the yyresult field since the
2156 initial value isn't used.
2157 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
2158 remove the #define that, in push mode, set it to yyps->NAME.
2159 * etc/Makefile.am: New.
2160 * etc/bench.pl: Remove and build it instead from...
2161 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
2162 "tests/bison" from the build directory by default rather than just
2163 invoking "bison" from $PATH.
2164 (calc_grammar): Update push parser code: don't declare yylval globally,
2165 don't define yyparse_wrapper, and don't #define yyparse.
2166 (bench_grammar): Update to check all working combinations of yacc.c,
2167 push.c, impure, pure, pull, and push.
2168
c3d50342
JD
21692006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
2170
2171 For push mode, add pull wrappers around yypush_parse.
2172 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
2173 (yypull_parse): New function wrapping yypush_parse.
2174 (yyparse): New #define wrapping yypull_parse.
2175 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
2176 is declared.
2177 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
2178 prototype yylex in the module that calls yyparse, and don't prototype
2179 yyparse there. Otherwise, the yyparse expansion won't compile.
2180 * tests/input.at (Torturing the Scanner): Likewise.
2181
94ebeba5
JD
21822006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
2183
2184 Enable push parsers to operate in impure mode. Thus, %push-parser no
2185 longer implies %pure-parser. The point of this change is to move
2186 towards being able to test the push parser code by running the entire
2187 test suite as if %push-parser had been declared.
2188 * data/push.c (yypush_parse): For impure mode, remove the
2189 yypushed_char, yypushed_val, and yypushed_loc arguments.
2190 Instead, declare these as local variables initialized to the global
2191 yychar, yylval, and yylloc.
2192 For the first yypush_parse invocation only, restore the initial values
2193 of these global variables when it's time to read a token since they
2194 have been overwritten.
2195 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
2196 %push-parser.
2197 * tests/calc.at (Simple LALR(1) Calculator): Always declare
2198 %pure-parser along with %push-parser since this test case was designed
2199 for pure push parsers.
2200 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
2201 (AT_YACC_OR_PUSH_IF): New.
2202 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
2203 add a note that it's still wrong for some cases (as it has been for a
2204 while).
2205 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
2206 %push-parser no longer implies %pure-parser.
2207
a0633178
JD
22082006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2209
2210 Remove some unnecessary differences between the pull parser code and
2211 the push parser code. This patch enables yynerrs in push mode.
2212 * data/push.c: Reformat M4 a little.
2213 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
2214 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
2215 because push mode is on. Instead, if pure mode is on, move yynerrs
2216 to...
2217 (b4_declare_parser_state_variables): ... here.
2218 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
2219 to yyps->NAME so it can be used in yypush_parse.
2220 (yypush_parse): Don't omit uses of yynerrs in push mode.
2221
8646b6a3
JD
22222006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2223
2224 Fix bug such that the first pushed token's value and location are
2225 sometimes overwritten (sometimes by %initial-action) before being used.
2226 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
2227 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
2228 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
2229 more closely mimic the pull parser logic.
2230 Don't copy the pushed token to yychar, yylval, and yylloc until it's
2231 time to read a token, which is after any initialization of yylval and
2232 yylloc.
2233 (gottoken): Rename label to...
2234 (yyread_pushed_token): ... for clarity and to avoid infringing on the
2235 user namespace.
2236
9baf4d74
JD
22372006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
2238
2239 Rearrange initialization of the parser state variables so that the
2240 skeleton doesn't have to have a copy for pull mode and another for push
2241 mode. This patch also fixes at least a bug such that yylloc was not
2242 initialized (with b4_location_initial_line and
2243 b4_location_initial_column) upon calling yypush_parse. However, that
2244 initialization now overwrites the first token's location;
2245 %initial-action assigning @$ already did the same thing, and both bugs
2246 will be fixed in a later patch.
2247 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
2248 (b4_declare_parser_state_variables): Remove initialization of yytoken,
2249 yyss, yyvs, yyls, and yystacksize.
2250 (yypstate_new): Remove initialization of some yypstate fields: yystate,
2251 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
2252 yylsp.
2253 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
2254 yyps->NAME so it can be used in yypush_parse.
2255 (yyparse or yypush_parse): For yypush_parse, don't print the
2256 "Starting parse" diagnostic for invocations after the first.
2257 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
2258 yypush_parse, only do it for the first invocation.
2259 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
2260 initialization to occur in yypush_parse but only on the first
2261 invocation.
2262
23522164
JD
22632006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2264
2265 * data/push.c: Add CPP guards around push parser declarations in both
2266 the header and the code file.
2267 In the code file, move the push parser declarations to the same place
2268 they appear in the header file.
2269 Clean up the M4 some, especially the inconsistent underquoting in
2270 some b4_c_function_def and b4_c_function_decl uses.
2271
bb010fe5
JD
22722006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2273
2274 Encapsulate the push parser state variables into an M4 macro so the
2275 push skeleton doesn't have to list them again for pull mode's yyparse.
2276 For push mode, remove yypush_parse's local equivalents of these
2277 variables to eliminate unnecessary copying between the two sets at
2278 run-time. This patch also fixes at least a bug related to multiple
2279 %initial-action invocations in push mode.
2280 * data/push.c (b4_declare_parser_variables): Rename to...
2281 (b4_declare_scanner_communication_variables): ... this for clarity and
2282 update both uses.
2283 (b4_declare_yyparse_variables): Remove and move its contents to the one
2284 spot where it was invoked.
2285 (b4_declare_parser_state_variables): New macro containing the parser
2286 state variables required by push mode.
2287 (struct yypstate): Replace all fields but yynew with
2288 b4_declare_parser_state_variables.
2289 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
2290 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
2291 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
2292 (yyparse or yypush_parse): For yyparse in pull mode, replace local
2293 parser state variable declarations with
2294 b4_declare_parser_state_variables.
2295 Don't initialize parser state variables when calling yypush_parse since
2296 yypstate_new already does that.
2297 Invoke the user's initial action only upon the first yypush_parse
2298 invocation.
2299 Remove all code that copies between the local parser state variables
2300 and the yypstate.
2301
2d212f8c
JD
23022006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
2303
2304 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
2305 prevent a name collision in a future patch where these names will
2306 sometimes be #define'd.
2307 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
2308 since it no longer has the same name as the existing argument.
2309 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
2310
e6e704dc
JD
23112006-12-19 Paolo Bonzini <bonzini@gnu.org>
2312 and Joel E. Denny <jdenny@ces.clemson.edu>
2313
2314 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
2315 that the argument is case-insensitive, and there's no `=' here.
2316 For the %skeleton entry, mention that %language is better.
2317 (Bison Options): Likewise for --language and --skeleton. Move the
2318 --skeleton entry so that the `Tuning the parser' section is sorted
2319 alphabetically on long options.
2320 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
2321 %language directive in detail here; cross-reference the %language
2322 documentation instead.
2323 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
2324 `%require "2.3b"' so that the example is always up-to-date.
148d66d8 2325 (Table of Symbols): Add entries for %language and %skeleton.
e6e704dc
JD
2326 * examples/extexi (normalize): Instead of replacing every %require
2327 argument with the current Bison version, just substitute for
2328 `@value{VERSION}'. This guarantees that we're testing what actually
2329 appears in the documentation.
2330 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
2331 rather than `@VERSION@'.
2332
0e021770
PE
23332006-12-18 Paul Eggert <eggert@cs.ucla.edu>
2334
fd575f05
PE
2335 * NEWS: Reword the %language news a bit, and put it earlier.
2336
0e021770
PE
2337 * src/getargs.c (skeleton_arg): Last arg is now location const *.
2338 Rewrite to simplify the logic.
2339 (language_argmatch): Likewise.
fd575f05
PE
2340 (program_name): We now own this var.
2341 * src/getargs.h (struct bison_language): Use char[] rather than
2342 const char *.
0e021770
PE
2343
2344 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
2345 Java is supported.
2346 * src/complain.c (program_name): Remove decl; no longer needed.
2347 * src/main.c (program_name): Remove; now belongs to getargs.
2348
23492006-12-18 Paolo Bonzini <bonzini@gnu.org>
2350
2351 * NEWS: Document %language.
2352
2353 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
2354
2355 * data/c-skel.m4, data/c++-skel.m4: New files.
2356 * data/glr.c: Complain on push parsers.
2357
2358 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
2359 over %skeleton.
148d66d8 2360 (Decl Summary): Document %language and %skeleton.
0e021770
PE
2361 (Command line): Document -L.
2362
2363 * examples/extexi: Rewrite %require directive.
2364 * examples/calc++/Makefile.am: Pass VERSION to extexi.
2365
2366 * src/files.c (compute_exts_from_gc): Look in language structure
2367 for .y extension.
2368 (compute_file_name_parts): Check whether .tab should be added.
2369 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
2370 (language, skeleton_arg, language_argmatch): New.
2371 (long_options): Add --language.
2372 (getargs): Use skeleton_arg, add -L/--language.
2373 * src/getargs.h: Include location.h.
2374 (struct bison_language, language, skeleton_arg, language_argmatch): New.
2375 * src/output.c (prepare): Pick default skeleton from struct language.
2376 Don't dispatch C skeletons here.
2377 * src/parse-gram.y (PERCENT_LANGUAGE): New.
2378 (prologue_declaration): Add "%language" rule, use skeleton_arg.
2379 * src/scan-gram.l ("%language"): New rule.
2380
2381 * tests/calc.at: Test %skeleton and %language.
2382 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
2383 (AT_GLR_IF): Look for %skeleton "glr.cc".
2384 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
2385 (AT_YACC_IF): Reject %language.
2386
5691bf57
PE
23872006-12-18 Paul Eggert <eggert@cs.ucla.edu>
2388
db06f0ce
PE
2389 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
2390 since it wasn't used; only the typedef name 'semantic_type' is needed.
2391 Also, omit trailing white space.
2392
5691bf57
PE
2393 * bootstrap: Sync from coreutils.
2394 (gnulib_extra_files): Add build-aux/announce.gen.
2395 (slurp): Adjust .gitignore files like .cvsignore files.
2396 * build-aux/announce-gen: Remove from CVS, since bootstrap
2397 now creates this.
2398
791934e4
JD
23992006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
2400
2401 Make %push-parser imply %pure-parser. This fixes several bugs; see
2402 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
2403 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
2404 pure_parser = true.
2405 * data/push.c: Don't bother testing b4_push_if when deciding whether
2406 to expand b4_declare_parser_variables globally.
2407 (yypush_parse): Likewise in here.
2408
2409 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
2410 (yy_reduce_print): Reformat M4 for readability.
2411
ee5abb37
JD
24122006-12-15 Bob Rossi <bob@brasko.net>
2413 and Joel Denny <jdenny@ces.clemson.edu>
2414
2415 * data/push.c (yypstate): Add typedef, and update all uses of
2416 struct yypstate to just yypstate.
2417 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
2418
16ca01f9
JD
24192006-12-14 Bob Rossi <bob@brasko.net>
2420
2421 * data/push.c (yypush_parse): Declare prototype regardless of
2422 %locations option.
2423
ab8e7e1a
JD
24242006-12-14 Bob Rossi <bob@brasko.net>
2425
2426 * data/push.c (yyparse): Remove the prototype and the #define when in
2427 push-parser mode.
2428
9bf32be3
JD
24292006-12-13 Bob Rossi <bob@brasko.net>
2430
2431 * data/push.c (yypstate_init): Rename to...
2432 (yypstate_new): ... this and use b4_c_function_def.
2433 (yypstate_delete): New.
2434 (yypush_parse): Change parameters yynval and yynlloc to be const.
2435 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
2436 yypstate_delete functions.
2437
f02e2948
JD
24382006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
2439
2440 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
2441 strange test case titles. Reported by Bob Rossi.
2442
38eb7751
PE
24432006-12-13 Paul Eggert <eggert@cs.ucla.edu>
2444
2445 * TODO: Add pointer to Sylvain Schmitz's work on static detection
2446 of potential ambiguities in GLR grammers.
2447
bd9d212b
JD
24482006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
2449
2450 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
2451 `bison ', use m4_index instead of m4_substr since chopping up a string
2452 containing M4-special characters causes problems here.
2453
2454 Fix a couple of bugs related to special characters in user-specified
2455 file names, and make it easier for skeletons to compute output file
2456 names with the same file name prefix as Bison-computed output file
2457 names.
2458 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
2459 b4_parser_file_name and b4_spec_defines_file instead of
2460 @output_parser_name@ and @output_header_name@, which are now redundant.
2461 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
2462 b4_parser_file_name, b4_spec_defines_file, and the new
2463 @basename(FILENAME@) instead of @output_parser_name@ and
2464 @output_header_name@, which inappropriately escaped the file names as
2465 C string literals.
2466 * src/files.c (all_but_ext): Remove static qualifier.
2467 (compute_output_file_names): Move `free (all_but_ext)' to...
2468 (output_file_names_free): ... here since all_but_ext is needed later.
2469 * src/files.h (all_but_ext): Extern.
2470 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
2471 exactly what MUSCLE_INSERT_STRING used to do.
2472 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
2473 characters are escaped properly.
2474 * src/output.c (prepare): Define muscle file_name_all_but_ext as
2475 all_but_ext.
2476 For pkgdatadir muscle, maintain previous functionality by using
2477 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
2478 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
2479 digraphs would never be expanded. Hopefully no one has M4-special
2480 characters in his Bison installation path.
2481 * src/scan-skel.l: Don't parse @output_header_name@ and
2482 @output_parser_name@ anymore since they're now redundant.
2483 In @output, use decode_at_digraphs.
2484 Parse a new @basename command that invokes last_component.
2485 (decode_at_digraphs): New.
2486 (BASE_QPUTS): Remove unused.
2487 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
2488 (Output file name): New tests.
2489
3f7ca628
JD
24902006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
2491
2492 Warn about output files that are generated by the skeletons and that
2493 conflict with other output files.
2494 * data/glr.c: Don't generate the header file here when glr.cc does.
2495 * src/files.c (file_names, file_names_count): New static globals.
2496 (compute_output_file_names): Invoke output_file_name_check for files
2497 not generated by the skeletons and remove existing checks.
2498 (output_file_name_check): New function that warns about conflicting
2499 output file names.
2500 (output_file_names_free): Free file_names.
2501 * src/files.h (output_file_name_check): Declare.
2502 * src/scan-skel.l: Invoke output_file_name_check for files generated by
2503 the skeletons.
2504 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
2505 (Conflicting output files): New tests.
2506
178e123e
PE
25072006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2508
2509 * doc/bison.texinfo: Fix a couple of typos.
2510
25112006-12-08 Bob Rossi <bob@brasko.net>
8def5cd0
JD
2512
2513 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
2514 Rename to...
2515 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
2516 update all uses.
2517 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
2518 (yypush_parse): Rename yypvars argument to yyps and remove redundant
2519 local pv.
2520 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
2521 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
2522
ea17f233
JD
25232006-12-07 Bob Rossi <bob@brasko.net>
2524 and Joel Denny <jdenny@ces.clemson.edu>
2525
2526 * data/push.c (yypvarsinit): Change return type from void* to struct
2527 yypvars*. No longer cast to void* on return.
2528 (struct yypvars): Remove yylen since it need not be remembered between
2529 yypushparse invocations.
2530 (yypushparse): Don't copy between yylen and pv->yylen.
2531
55a30bda
JD
25322006-12-05 Bob Rossi <bob@brasko.net>
2533
2534 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
2535 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
2536 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
2537 (struct yypvars): Remove b4_declare_parser_variables.
2538 (yypvarsinit): Remove init code for removed variables.
2539 (global scope): Do not declare b4_declare_parser_variables if
2540 push or pure mode.
2541 (yypushparse): Add b4_declare_parser_variables.
2542 Init new local variables, and remove init code for removed
2543 yypvars variables.
2544 (yyparse): Delete.
2545 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
2546 and yyparse for other modes.
2547 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
2548 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
2549 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
2550 (AT_PURE_LEX_IF): True if pure or push parser.
2551
85894313
JD
25522006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
2553
2554 Document Yacc prologue alternatives and default %destructor's and
2555 %printer's as experimental. Don't mention Java yet. Discussed at
2556 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
2557 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
2558 (2.3a): Annotate this entry to say the old forms of these features were
2559 also experimental.
2560 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
148d66d8 2561 Table of Symbols): Say they're experimental. Comment out any mention
85894313
JD
2562 of Java (we'll want this back eventually).
2563
02975b9a
JD
25642006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
2565
2566 Support a file name argument to %defines. Deprecate `=' in
2567 %file-prefix, %name-prefix, and %output. Discussed at
2568 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
2569 * NEWS (2.3a+): Mention.
148d66d8 2570 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
02975b9a
JD
2571 form of %defines, and remove `=' from entries for %file-prefix,
2572 %name-prefix, and %output.
2573 * src/parse-gram.y (prologue_declaration): Implement.
2574 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
2575 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
2576 all but one occurrence of %name-prefix.
2577 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
2578 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
2579 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
2580 occurrence of each of %file-prefix and %output. Add check for %defines
2581 with argument.
2582 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
2583 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
2584 Remove the `=' from %output.
2585
287b314e
JD
25862006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
2587
2588 Don't escape $ in test case titles since Autoconf 2.61 now does that
2589 correctly.
2590 * tests/actions.at (Default %printer and %destructor are not for error
2591 or $undefined): Here.
2592 (Default %printer and %destructor are not for $accept): Here.
2593 * tests/input.at (Invalid $n and @n): Here.
2594
3ebecc24
JD
25952006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
2596
2597 Rename <!> to <>. Discussed starting at
2598 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
2599 * NEWS (2.3a+): Update.
148d66d8 2600 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
3ebecc24
JD
2601 Update.
2602 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
2603 * src/scan-gram.l (INITIAL): Implement.
2604 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
2605 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
2606 comment.
2607 * tests/actions.at (Default tagless %printer and %destructor,
2608 Default tagged and per-type %printer and %destructor,
2609 Default %printer and %destructor are not for error or $undefined,
2610 Default %printer and %destructor are not for $accept,
2611 Default %printer and %destructor for mid-rule values): Update.
2612 * tests/input.at (Default %printer and %destructor redeclared,
2613 Unused values with default %destructor): Update.
2614
26b8a438
JD
26152006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2616
2617 Don't let %prec take a nonterminal.
2618 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
2619 token.
2620 * tests/input.at (%prec takes a token): New test checking that %prec
2621 won't take a nonterminal.
2622
07c39ae9
JD
26232006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2624
405d53b7
JD
2625 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
2626 it was double-quoted.
07c39ae9
JD
2627 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
2628 grammar is maintained with Bison's highest standards.
2629 * src/getargs.c: Fix some typos in Doxygen comments.
2630
580b8926
JD
26312006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2632
2633 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
2634 later. Reported by Paul Eggert in
2635 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
2636 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
2637 * src/scan-code.l (translate_action): Don't bother invoking
2638 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
2639 (code_scanner_free): Instead of invoking
2640 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
2641 which frees more.
2642 * src/scan-gram.l (gram_scanner_free): Likewise.
2643 * src/scan-skel.l (scan_skel): Likewise.
2644
4502eadc
JD
26452006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
2646
2647 * src/files.c (tr): Change return type to void.
2648 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
2649 has been called previously for the same key.
2650 (muscle_find): Return storage instead of value so that
2651 --enable-gcc-warnings doesn't produce warnings that the return discards
2652 const. aver that the value and storage are the same since storage
2653 could potentially be NULL when value is not.
2654 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
2655 same as 0.
2656
7746c8f6
PE
26572006-11-08 Paul Eggert <eggert@cs.ucla.edu>
2658
2659 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
2660 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
2661 us a slightly cleaner distribution, and also works.
2662 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
2663 gnulib changes.
2664
eb095650
PE
26652006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
2666 and Paul Eggert <eggert@cs.ucla.edu>
2667
2668 Don't let Bison leak memory except when it complains.
2669 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
2670 (spec_defines_file, dir_prefix): Now char *, not const char *,
2671 since they are freed.
2672 * src/files.c: Likewise.
2673 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
2674 Likewise.
2675 (tr): Now operates in-place. All uses changed.
2676 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
2677 values.
2678 (compute_file_name_parts, compute_output_file_names): Don't store
2679 read-only data in variables that will be freed.
2680 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
2681 src_extension, and header_extension.
2682 (output_file_names_free): New public function to free
2683 spec_verbose_file, spec_graph_file, spec_defines_file,
2684 parser_file_name, and dir_prefix.
2685 * src/getargs.c (getargs): Don't store read-only data in variables that
2686 will be freed.
2687 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
2688 (which previously existed but was unused), and quotearg_free.
2689 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
2690 * src/muscle_tab.c: Likewise.
2691 (muscle_entry): Make the value char const *,
2692 and add a new storage member that is char * and can be freed.
2693 (muscle_entry_free): New private function.
2694 (muscle_init): Use it instead of free.
2695 (muscle_insert, muscle_grow): Update and use new storage member.
2696 (muscle_code_grow): Free the string passed to muscle_grow
2697 since it's not needed anymore.
2698 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
2699 add a new `char *code' member.
2700 ("{...}"): Declare semantic type as code.
2701 * src/scan-code.h (translate_rule_action):
2702 (translate_symbol_action, translate_code, translate_action): Return
2703 `char const *' rather than `char *' since external code should not free
2704 these strings.
2705 * src/scan-code.l: Likewise.
2706 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
2707 which is "{...}" in the parser.
2708 * tests/Makefile.am (maintainer-check-valgrind): Set
2709 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
2710 Valgrind.
2711 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
2712 complain.
2713 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
2714 expecting a non-zero exit status sets --leak-check=summary and
2715 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
2716 this case, and we don't want to hear about it.
2717
ac564be4
PE
27182006-11-08 Paul Eggert <eggert@cs.ucla.edu>
2719
2720 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
2721 instead of from the template, to simplify configuration a bit.
2722 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
2723 and m4/wint_t.m4, as they are needed with the latest gnulib.
2724
17bd8a73
JD
27252006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2726
2727 Disable unset/unused mid-rule value warnings by default, and recognize
2728 --warnings=midrule-values to enable them. Discussed starting at
2729 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
2730 * NEWS (2.3a+): Mention.
2731 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
2732 warnings): Add entry for midrule-values subargument.
2733 * src/reader.c (symbol_should_be_used): Don't return true just because
2734 the value is a set/used mid-rule value unless
2735 --warnings=midrule-values was specified.
2736 * tests/input.at (Unused values, Unused values before symbol
2737 declarations): Run tests with and without --warnings=midrule-values.
2738
2739 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
2740 than LIST_FREE directly.
2741
89eb3c76
JD
27422006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2743
2744 Finish implementing --warnings=error, which should not be implied by
2745 --warnings=all (or by its synonyms -W and --warnings without
2746 subarguments).
2747 * src/complain.c (set_warning_issued): New function to report that
2748 warnings are being treated as errors and to record an error if so.
2749 Invoke...
2750 (warn_at, warn): ... here.
2751 * src/getargs.c (warnings_args, warnings_types): Reorder so that
2752 "error - warnings are errors" does not appear above "all - all of the
2753 above".
2754 (getargs): For -W and --warnings without subarguments, don't let
2755 FLAGS_ARGMATCH set warnings_error in warnings_flag.
2756 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
2757
ba7560e2
JD
27582006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
2759
2760 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
2761 empty subargument list. For example: `bison --warnings= parser.y'.
2762
31283fc3
JD
27632006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2764
2765 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
2766 the parser header file so that gcc doesn't warn.
2767
12e35840
JD
27682006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2769
2770 Split the default %destructor/%printer into two kinds: <*> and <!>.
2771 Discussed starting at
2772 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
2773 * NEWS (2.3a+): Mention.
2774 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
2775 previous change today related to mid-rules.
148d66d8 2776 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
3ebecc24 2777 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
12e35840
JD
2778 (TYPE_TAG_ANY): Add as <*>.
2779 (TYPE_TAG_NONE): Add as <!>.
2780 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
2781 for <*> and <!>.
2782 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
2783 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
2784 * src/symlist.c (symbol_list_default_new): Split into tagged and
2785 tagless versions.
2786 (symbol_list_destructor_set, symbol_list_printer_set): Split
2787 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
2788 SYMLIST_DEFAULT_TAGLESS.
2789 * src/symlist.h: Update symbol_list_default*_new prototypes.
2790 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
2791 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
2792 * src/symtab.c (default_destructor, default_destructor_location,
2793 default_printer, default_printer_location): Split each into tagged and
2794 tagless versions.
2795 (symbol_destructor_get, symbol_destructor_location_get,
2796 symbol_printer_get, symbol_printer_location_get): Implement tagged
2797 default and tagless default cases.
2798 (default_destructor_set, default_printer_set): Split each into tagged
2799 and tagless versions.
2800 * src/symtab.h: Update prototypes.
2801 * tests/actions.at (Default %printer and %destructor): Rename to...
2802 (Default tagless %printer and %destructor): ... this, and extend.
2803 (Per-type %printer and %destructor): Rename to...
2804 (Default tagged and per-type %printer and %destructor): ... this, and
2805 extend.
2806 (Default %printer and %destructor for user-defined end token): Extend.
2807 (Default %printer and %destructor are not for error or $undefined):
2808 Update.
2809 (Default %printer and %destructor are not for $accept): Update.
2810 (Default %printer and %destructor for mid-rule values): Extend.
2811 * tests/input.at (Default %printer and %destructor redeclared): Extend.
2812 (Unused values with default %destructor): Extend.
2813
f91b1629
JD
28142006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2815
2816 Don't apply the default %destructor/%printer to an unreferenced midrule
2817 value. Mentioned at
2818 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
2819 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
2820 like $@n instead of just @n so that the default %destructor/%printer
2821 logic doesn't see them as user-defined symbols.
2822 (symbol_is_dummy): Check for both forms of the name.
2823 * src/reader.c (packgram): Remove the `$' from each midrule symbol
2824 name for which the midrule value is referenced in any action.
2825 * tests/actions.at (Default %printer and %destructor for mid-rule
2826 values): New test.
2827 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
2828 for change to dummy symbol names.
2829
519d0004
JD
28302006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2831
2832 Warn about unset midrule $$ if the corresponding $n is used.
2833 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
2834 $n usage.
2835 (packgram): Before invoking grammar_rule_check on any rule, make sure
2836 all actions have already been scanned in order to set `used' flags.
2837 Otherwise, checking that a midrule's $$ is set will not always work
2838 properly because the midrule check must forward-reference the midrule's
2839 parent rule.
2840 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
2841 warning.
2842
a501eca9
JD
28432006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2844
2845 More improvements to the documentation of the prologue alternatives:
2846 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
2847 Bison manual.
2848 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
2849 some text to clarify the relative importance of the new directives and
2850 to show how these directives may be viewed as code labels.
2851
2cbe6b7f
JD
28522006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
2853
2854 Similar to the recently removed %before-header, add %code-top as the
2855 alternative to the pre-prologue. Mentioned at
2856 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
2857 Also, let the prologue alternatives appear in the grammar section.
2858 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
2859 (prologue_declaration): Move the existing prologue alternatives to...
2860 (grammar_declaration): ... here and add %code-top.
2861 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
2862
2863 Clean up and extend documentation for the prologue alternatives.
2864 * NEWS (2.3a+): Describe prologue alternatives.
2865 * doc/bison.texinfo (Prologue): Move discussion of prologue
2866 alternatives to...
2867 (Prologue Alternatives): ... this new section, and extend it to discuss
2868 all 4 directives in detail.
148d66d8
JD
2869 (Table of Symbols): Clean up discussion of prologue alternatives and
2870 add %code-top.
2cbe6b7f 2871
e557d3ea
JMG
28722006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2873
2874 DJGPP specific issues.
2875
2876 * djgpp/config.bat: config.hin has been moved to lib. Adjust
2877 config.bat accordingly.
2878 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
2879 * djgpp/config.site: Likewise.
2880
136a0f76
PB
28812006-10-16 Paolo Bonzini <bonzini@gnu.org>
2882
27bd5d67
PB
2883 Replace %*-header with %provides, %requires, %code. See discussion at
2884 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
2885
136a0f76
PB
2886 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
2887 (b4_user_start_header): Remove.
2888 * data/glr.c: Use new macros instead of b4_*start_header
2889 and b4_*end_header.
2890 * data/glr.cc: Likewise.
2891 * data/lalr1.cc: Likewise.
2892 * data/push.c: Likewise.
2893 * data/yacc.c: Likewise.
2894
2895 * doc/bison.texinfo: Remove %before-header, rename
2896 %{start,end,after}-header to %requires, %provides, %code.
2897
2898 * src/parse-gram.y: Likewise (also rename token names accordingly).
2899 * src/scan-gram.l: Likewise.
2900 * tests/actions.at: Likewise.
2901
10f429ef
PE
29022006-10-14 Paul Eggert <eggert@cs.ucla.edu>
2903
2904 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
2905 Problem reported by Joel E. Denny.
2906
29072006-10-14 Jim Meyering <jim@meyering.net>
2908
2909 (Sync from coreutils.)
2910 Work also when the working directory (with e.g. coreutils sources)
2911 is version controlled with git, rather than CVS.
2912 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
2913 rather than CVS.
2914 In messages and comments, say e.g., "checked-out sources",
2915 rather than "CVS sources".
2916 (version_controlled_file): New function. Work for git as well as
2917 for CVS. Don't use grep's -q option.
2918 (slurp): Call it here, in place of CVS-specific code.
2919
c4bd5bf7
JD
29202006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
2921
2922 Fix testsuite for ./configure --enable-gcc-warnings:
2923 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
2924 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
2925 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
2926 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
2927 * test/regression.at (Diagnostic that expects two alternatives):
2928 Likewise.
2929
46356ea4
PE
29302006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2931
231ed89a
PE
2932 * bootstrap.conf (gnulib_modules): Add config-h.
2933 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
2934 worry about HAVE_CONFIG_H.
2935 * lib/abitset.c: Likewise.
2936 * lib/bitset.c: Likewise.
2937 * lib/bitset_stats.c: Likewise.
2938 * lib/bitsetv-print.c: Likewise.
2939 * lib/bitsetv.c: Likewise.
2940 * lib/ebitset.c: Likewise.
2941 * lib/get-errno.c: Likewise.
2942 * lib/lbitset.c: Likewise.
2943 * lib/subpipe.c: Likewise.
2944 * lib/timevar.c: Likewise.
2945 * lib/vbitset.c: Likewise.
2946 * lib/bitset.c: Include "bitset.h" first, to test interface.
2947 * lib/bitset_stats.c: Include "bitset_stats.h" first.
2948 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
2949 * lib/bitsetv.c: Include "bitsetv.h" first.
2950 * lib/get-errno.c: Include "get-errno.h" first.
2951 * m4/.cvsignore: Add config-h.m4.
2952 * tests/actions.at (Default %printer and %destructor for ...):
2953 Adjust expected line numbers in output to reflect removal of #if
2954 HAVE_CONFIG_H lines.
2955 * tests/glr-regression.at (Missed %merge type warnings when ...):
2956 Likewise.
2957 * tests/regression.at (Braced code in declaration in rules section):
2958 Likewise.
2959 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
2960 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
2961 Include <config.h> unconditionally.
2962
46356ea4
PE
2963 * bootstrap: Sync from coreutils, as follows:
2964
2965 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
2966
2967 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
2968 variable was sometimes used without being initialized. This
2969 messed up the installation of the INSTALL file in some cases.
2970
2971 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
2972
2973 * bootstrap (usage, main program, symlink_to_gnulib): Add option
2974 --copy. Inspired by a suggestion from Bruno Haible.
2975
2976 2006-10-03 Jim Meyering <jim@meyering.net>
2977
2978 * bootstrap: Undo last change to this file, since now gnulib-tool
2979 sticks with the automake default in generating dependencies.
2980
dd4bf078
PE
29812006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2982
cf2a5f7c
PE
2983 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
2984 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
2985
2986 * doc/bison.1: Add copyright notice.
2987
2988 * data/glr.c: Don't include <stdarg.h>; not used.
2989
35fe0834
PE
2990 * NEWS: The -g and --graph options now output graphs in Graphviz
2991 DOT format, not VCG format.
2992 * doc/bison.1: Likewise.
2993 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
fcab4a2e
PE
2994 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
2995 of this change in
2996 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
35fe0834
PE
2997 * TODO: Remove Graphviz entry.
2998 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
2999 remove vcg.c, vcg.h, vcg_defaults.h.
3000 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
3001 * src/graphviz.c, src/graphviz.h: New files.
3002 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
3003 * src/files.h: Make comment more generic.
3004 * src/main.c (main): Likewise.
3005 * src/print_graph.h: Likewise.
3006 * src/getargs.c (usage): Make usage description more generic.
3007 * src/print_graph.c: Include graphviz.h rather than vcg.h.
3008 (static_graph, fgraph): Remove. All uses changed to pass
3009 arguments instead of sharing a static var.
3010 (print_core, print_actions, print_state, print_graph):
3011 Output graphviz format rather than VCG format.
3012 * tests/.cvsignore: Remove *.vcg; add *.dot.
3013 * tests/output.at: Expect *.dot files, not *.vcg files.
3014
dd4bf078
PE
3015 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
3016 accommodates the 2006-10-08 change.
3017
efdd7421
PE
30182006-10-11 Bob Rossi <bob@brasko.net>
3019
3020 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
3021 (b4_yyssa, b4_yyerror_range): New macros.
3022 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
3023 (yypvarsinit): Remove init of removed fields.
3024 (yypushparse): Remove use of removed fields; use new macros instead.
3025
96a1981a
PE
30262006-10-11 Paul Eggert <eggert@cs.ucla.edu>
3027
3028 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
3029 in a push parser. Reindent slightly to match yacc.c better.
3030
30312006-10-11 Bob Rossi <bob@brasko.net>
3032
46356ea4
PE
3033 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
3034 yymsg_alloc fields.
3035 (yypvarsinit, yypushparse): Remove init of removed fields.
3036 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
96a1981a 3037
c1630a8b
PE
30382006-10-09 Paul Eggert <eggert@cs.ucla.edu>
3039
3040 * THANKS: Add Paolo Bonzini and Bob Rossi.
3041
90b9908d
PB
30422006-10-08 Paolo Bonzini <bonzini@gnu.org>
3043
3044 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
3045 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
3046 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
3047 b4_define_user_cde and uses): Remove.
3048 (b4_comment, b4_prefix, b4_sync_start): New.
3049 * data/bison.m4: New file, with most of the content removed from c.m4.
3050 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
3051 * src/output.c (output_skeleton): Pass bison.m4.
3052 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
3053 only if specified.
3054
cf806753
PE
30552006-10-05 Paul Eggert <eggert@cs.ucla.edu>
3056
3057 Fix test failure reported by Tom Lane in
3058 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
3059 and try to make such failures easier to catch in the future.
3060 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
3061 that's now the caller's responsibility.
3062 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
3063 Set yychar = YYEOF if it's negative.
3064 * tests/actions.at (yylex): Abort if asked to read past EOF.
3065 * tests/conflicts.at (yylex): Likewise.
3066 * tests/cxx-type.at (yylex): Likewise.
3067 * tests/glr-regression.at (yylex): Likewise.
3068 * tests/input.at (yylex): Likewise.
3069 * tests/regression.at (yylex): Likewise.
3070 * tests/torture.at (yylex): Likewise.
3071
0e2f006a
PE
30722006-10-01 Paul Eggert <eggert@cs.ucla.edu>
3073
3074 Fix problems with translating English-language diagnostics.
3075 * bootstrap: Fix bug introduced in recent bootstrap changes, with
3076 respect to bison-runtime pot generation. The YY_ stuff
3077 wasn't being captured.
3078 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
3079 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
3080 * runtime-po/POTFILES.in: Add data/push.c.
3081
e3ddc1e3
PE
30822006-09-29 Paul Eggert <eggert@cs.ucla.edu>
3083
3084 Merge bootstrap changes from coreutils.
3085
3086 2006-09-28 Jim Meyering <jim@meyering.net>
3087
3088 Automatically generated dependencies are important even
3089 when all of the sources in a directory come from gnulib.
3090 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
3091 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
3092
3093 2006-09-23 Jim Meyering <jim@meyering.net>
3094
3095 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
3096
3097 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3098
3099 * bootstrap: Add support for --force.
3100 (usage): New function. Describe usage less tersely.
3101 (CVS_only_file): New var.
3102
01e972b3
PE
31032006-09-21 Paul Eggert <eggert@cs.ucla.edu>
3104
3105 * data/push.c (YYPUSH_MORE): Make it an enum instead.
3106 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
3107 Adjust white space and comments to match GNU style better.
3108
c63d3e90
PE
31092006-09-20 Bob Rossi <bob@brasko.net>
3110
3111 * data/push.c (yyresult_get): Remove function.
3112 (YYPUSH_MORE): Add #define.
3113 (yypushparse): Modify return value.
3114
e70f46d1
PE
31152006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3116
3117 * stamp-h.in: Remove; no longer needed.
3118 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
3119 Remove config.h, config.hin, intl (no longer created).
3120 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
3121 stamp-h1.
3122
3123 Sync bootstrap from coreutils, as follows:
3124
3125 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
3126
3127 * bootstrap (symlink_to_gnulib): New function.
3128 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
3129 to copies-of-gnulib.
3130 (cp_mark_as_generated, slurp, gnulib_files):
3131 Avoid making a copy if it's the same as the old version.
3132 (gnulib_files): Add support for this variable (used by Bison).
3133
a92be413
PE
31342006-09-20 Paul Eggert <eggert@cs.ucla.edu>
3135
3136 * src/getargs.c (usage): Rework to use conventions similar to
3137 coreutils, to make translation a bit easier and the code a bit
3138 smaller. Problem reported by Tim Van Holder.
3139
4f82b42a
PE
31402006-09-15 Paul Eggert <eggert@cs.ucla.edu>
3141
3b2942e6
PE
3142 Use some of gnulib's new modules, taken from coreutils.
3143
3144 * bootstrap: Sync from coreutils, except add support for gnulib_files.
3145 * bootstrap.conf: New file.
3146 (gnulib_modules): Add configmake, inttypes, unistd.
3147 (XGETTEXT_OPTIONS): Add complain, complain_at,
3148 fatal, fatal_at, warn, warn_at, unexpected_end.
3149 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
3150 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
3151 (gl_EARLY): Add.
3152 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
3153 (gl_INIT): Add
3154 (GNULIB_AUTOCONF_SNIPPET): Remove.
3155 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
3156 the pickiest.
3157 * lib/.cvsignore: Add inttypes_.h.
3158 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
3159 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
3160 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
3161 no-longer-necessary initializations.
3162 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
3163 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
3164 use the unistd module.
3165 * src/system.h: Likewise.
3166 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
3167 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
3168 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
3169 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
3170 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
3171 * src/system.h: Include inttypes.h unconditionally, now that we
3172 use the inttypes module. Don't bother to include stdint.h, since
3173 inttypes.h now does that for us.
3174 (LOCALEDIR): Remove, now that we use the configmake module.
3175 * src/getargs.c: Include configmake.h.
3176 * src/main.c: Likewise.
3177 * src/output.c: Likewise.
3178 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
3179 not from $abs_top_builddir, since config.h moved.
3180
3181
4f82b42a
PE
3182 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
3183 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
3184
3185 * src/parse-gram.y (symbol_declaration): Don't put statements
3186 before declarations; it's not portable to C89.
3187 * src/scan-code.l (handle_action_at): Likewise.
3188
3189 * src/scan-code.l: Always initialize braces_level; the old code
3190 left it uninitialized and therefore had undefined behavior.
3191
3192 Don't attempt to redefine 'assert', since it runs afoul of
3193 systems where standard headers (mistakenly) include <assert.h>.
3194 Instead, define and use our own alternative, called 'aver'.
3195 * src/reader.c: Don't include assert.h, since we no longer
3196 use assert.
3197 * src/scan-code.l: Likewise.
3198 * src/system.h (assert): Remove, replacing with....
3199 (aver): New function, taking a bool arg. All uses changed.
3200 * src/tables.c (pack_vector): Ensure that aver arg is bool,
3201 not merely an integer.
3202
31c10e38
PE
32032006-09-15 Bob Rossi <bob@brasko.net>
3204
3205 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
3206 * data/c.m4 (YYPUSH): New.
3207 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
3208 * src/getargs.c (push_parser): New var.
3209 * src/getargs.h (push_parser): New declaration.
3210 * src/output.c (prepare): Add macro insertion of `push_flag'.
3211 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
3212 (prologue_declaration): Parse %push-parser.
3213 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
3214 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
3215 list of removed lines from the traces observed.
3216 (AT_CHECK_CALC_LALR): Added push parser tests.
3217
fa7b79c0
PE
32182006-09-13 Paul Eggert <eggert@cs.ucla.edu>
3219
21fe08ca
PE
3220 * NEWS: Version 2.3a.
3221 * configure.ac (AC_INIT): Likewise.
3222
e8ec4d9b
PE
3223 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
3224 "#define YYSTYPE int" that caused "make maintainer-check" to fail
3225 due to header ordering dependencies. I don't know why the #define
3226 was there.
3227
fa7b79c0
PE
3228 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
3229 runtime cost when YYDEBUG is not defined, and so that some tests
3230 that used to fail now work. Problem and initial suggestion by
3231 Paolo Bonzini.
3232 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
3233 * data/glr.cc (b4_parser_class_name):
3234 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
3235 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
3236 (yydebug_) [YYDEBUG]: New member.
3237 (yycdebug_): Now defined only if YYDEBUG.
3238 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
3239 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
3240 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
3241 if YYYDEBUG.
3242 (debug_stream, set_debug_stream, debug_level, set_debug_level):
3243 Define only if YYDEBUG.
3244 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
3245 set_debug_level.
3246 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
3247 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
3248 AT_CHECK_CALC_GLR_CC that are working now.
3249
4ec13d60
PE
32502006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3251
3252 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
3253 We don't need them in glr.cc, and glr.c defines them.
3254 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
3255 assumes that defining it to anything is the same as defining
3256 it to 1. Problem reported by Paolo Bonzini.
3257
8e1687ae
PE
32582006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
3259
3260 * data/c.m4 (b4_null, b4_case): Define.
3261 * src/output.c (prepare_symbols): Use b4_null.
3262 (user_actions_output): Use b4_case.
3263
3dc5e96b
PE
32642006-09-11 Paul Eggert <eggert@cs.ucla.edu>
3265
aef3da86
PE
3266 * data/glr.c (b4_shared_declarations): Put start-header first,
3267 before any #includes that we generate, so that feature-test
3268 macros work. Problem reported by Michael Deutschmann in
3269 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
3270 * data/lalr1.cc: Likewise.
3271 * doc/bison.texinfo (Prologue): Document that feature-test macros
3272 should be defined before any Bison declarations.
3273 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
3274 that depend on location.hh after, not before, Bison decls, since
3275 we now include location.hh after the first user prologue.
3276
3dc5e96b
PE
3277 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
3278 Sander Brandenburg in
3279 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
3280 Also, fix minor white space and comment issues.
aef3da86
PE
3281 (Prologue): Mention that it's better to define feature-test macros
3282 before Bison declarations. Problem reported by Michael Deutschmann.
3283
3284 * README-cvs: Fix typo: "&" should be "&&". Problem reported
3285 by Jim Meyering.
3286 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
3287 This adjusts to recent gnulib changes.
3dc5e96b 3288
b2a0b7ca
JD
32892006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
3290
3291 Finish implementation of per-type %destructor/%printer. Discussed
3292 starting at
3293 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
3294 and
3295 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
3296 * NEWS (2.3+): Add a description of this feature to the default
3297 %destructor/%printer description.
3298 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
3299 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
3300 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
3301 list node contains a semantic type.
3302 * src/symtab.c, src/symtab.h: Extend with a table that associates
3303 semantic types with their %destructor's and %printer's.
3304 (semantic_type_from_uniqstr, semantic_type_get,
3305 semantic_type_destructor_set, semantic_type_printer_set): New functions
3306 composing the public interface of that table.
3307 (symbol_destructor_get, symbol_destructor_location_get,
3308 symbol_printer_get, symbol_printer_location_get): If there's no
3309 per-symbol %destructor/%printer, look up the per-type before trying
3310 the default.
3311 * tests/actions.at (Per-type %printer and %destructor): New test case.
3312 * tests/input.at (Default %printer and %destructor redeclared):
3313 Extend to check that multiple occurrences of %symbol-default in a
3314 single %destructor/%printer declaration is an error.
3315 (Per-type %printer and %destructor redeclared, Unused values with
3316 per-type %destructor): New test cases.
3317
3be03b13
JD
33182006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
3319
3320 Require default %destructor/%printer to be declared using
3321 %symbol-default instead of an empty symbol list, and start working on
3322 new per-type %destructor/%printer. Discussed at
3323 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
3324 * NEWS (2.3+): Add %symbol-default to example.
3325 * bison.texinfo (Freeing Discarded Symbols): Likewise.
148d66d8 3326 (Table of Symbols): Add entry for %symbol-default.
3be03b13
JD
3327 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
3328 (generic_symlist, generic_symlist_item): New nonterminals for creating
3329 a list in which each item is a symbol, semantic type, or
3330 %symbol-default.
3331 (grammar_declaration): Use generic_symlist in %destructor and %printer
3332 declarations instead of symbols.1 or an empty list.
3333 (symbol_declaration, precedence_declaration, symbols.1): Update actions
3334 for changes to symbol_list.
3335 * src/reader.c: Update for changes to symbol_list.
3336 * src/scan-code.l: Likewise.
3337 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
3338 * src/symlist.c, src/symlist.h: Extend such that a list node may
3339 represent a semantic type or a %symbol-default in addition to just an
3340 ordinary symbol. Add switched functions for setting %destructor's and
3341 %printer's.
3342 * tests/actions.at, tests/input.at: Add %symbol-default to all default
3343 %destructor/%printer declarations.
3344
3508ce36
JD
33452006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
3346
3347 Whether the default %destructor/%printer applies to a particular symbol
3348 isn't a question of whether the user *declares* that symbol (in %token,
3349 for example). It's a question of whether the user by any means
3350 *defines* the symbol at all (by simply using a char token, for
3351 example). $end is defined by Bison whereas any other token with token
3352 number 0 is defined by the user. The error token is always defined by
3353 Bison regardless of whether the user declares it with %token, but we
3354 may one day let the user define error as a nonterminal instead.
3355 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
3356 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
3357 the meaning of "user-defined".
3358 * tests/actions.at (Default %printer and %destructor for user-declared
3359 end token): Rename to...
3360 (Default %printer and %destructor for user-defined end token): ...
3361 this.
3362
3363 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
3364 computation of whether to apply the default, don't maintain a list of
3365 every Bison-defined symbol. Instead, just check for a first character
3366 of '$', which a user symbol cannot have, and check for the error token.
3367
9350499c
JD
33682006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
3369
3370 Don't apply the default %destructor or %printer to the error token,
3371 $undefined, or $accept. This change fits the general rule that the
3372 default %destructor and %printer are only for user-declared symbols,
3373 and it solves several difficulties that are described in the new test
3374 cases listed below.
3375 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
3376 * tests/actions.at (Default %printer and %destructor are not for error
3377 or $undefined, Default %printer and %destructor are not for $accept):
3378 New test cases.
3379
4d7370cb
JD
33802006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
3381
3382 Allow %start after the first rule.
3383 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
3384 when parsing the first rule.
3385 (check_and_convert_grammar): Search for it here after all grammar
3386 declarations have been parsed. Skip midrules, which have dummy LHS
3387 nonterminals.
3388 * src/symtab.c (symbol_is_dummy): New function.
3389 * src/symtab.h (symbol_is_dummy): Declare it.
3390 * tests/input.at (%start after first rule): New test.
3391
6d0ef4ec
JD
33922006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
3393
3394 Redo some of the previous commit: add back the ability to use
3395 non-aliased/undeclared string literals since it might be useful to
3396 those declaring %token-table.
3397 * src/reader.c (check_and_convert_grammar): Undo changes in previous
3398 commit: don't worry about complaints from symbols_pack.
3399 * src/symtab.c (symbol_new, symbol_class_set,
3400 symbol_check_alias_consistency): Undo changes in previous commit: count
3401 each string literal as a new symbol and token, assign it a symbol
3402 number, and don't complain about non-aliased string literals.
3403 (symbols_pack): Since symbol_make_alias still does not decrement symbol
3404 and token counts but does still set aliased tokens to the same number,
3405 symbol_pack_processor now leaves empty slots in the symbols array.
3406 Remove those slots.
3407 * tests/regression.at (Undeclared string literal): Remove test case
3408 added in previous commit since non-aliased string literals are allowed
3409 again.
3410 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
3411 remove unnecessary string literal declarations.
3412 * tests/sets.at (Firsts): Likewise.
3413
965537bc
JD
34142006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
3415
3416 Don't allow an undeclared string literal, but allow a string literal to
3417 be used before its declaration.
3418 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
3419 symbols_pack complained.
3420 * src/symtab.c (symbol_new): Don't count a string literal as a new
3421 symbol.
3422 (symbol_class_set): Don't count a string literal as a new token, and
3423 don't assign it a symbol number since symbol_make_alias does that.
3424 (symbol_make_alias): It's not necessary to decrement the symbol and
3425 token counts anymore. Don't assume that an alias declaration occurs
3426 before any uses of the identifier or string, and thus don't assert that
3427 one of them has the highest symbol number so far.
3428 (symbol_check_alias_consistency): Complain if there's a string literal
3429 that wasn't declared as an alias.
3430 (symbols_pack): Bail if symbol_check_alias_consistency failed since
3431 symbol_pack asserts that every token has been assigned a symbol number
3432 although undeclared string literals have not.
3433 * tests/regression.at (String alias declared after use, Undeclared
6d0ef4ec 3434 string literal): New test cases.
965537bc
JD
3435 (Characters Escapes, Web2c Actions): Declare string literals as
3436 aliases.
3437 * tests/sets.at (Firsts): Likewise.
3438
47aee066
JD
34392006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
3440
3441 In the grammar scanner, STRING_FINISH unclosed constructs and return
3442 them to the parser in order to improve error messages.
3443 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
3444 SC_BRACED_CODE, SC_PROLOGUE): Implement.
3445 * tests/input.at (Unclosed constructs): New test case.
3446 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
3447 seen.
3448
3449 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
3450 unused global.
3451
1f6b3679
JD
34522006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
3453
3454 Handle string aliases for character tokens correctly.
3455 * src/symtab.c (symbol_user_token_number_set): If the token has an
3456 alias, check and set its alias's user token number instead of its own,
3457 which is set to indicate the alias. Previously, every occurrence of
3458 the character token in the grammar overwrote that alias indicator with
3459 the character code.
3460 * tests/input.at (String aliases for character tokens): New test.
3461
219741d8
JD
34622006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
3463
3464 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
3465
11daa4e7
PE
34662006-08-11 Paul Eggert <eggert@cs.ucla.edu>
3467
3468 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
3469 to prevent failures when building on older platforms.
3470 Check for autopoint failure.
3471 Set XGETTEXT_OPTIONS to values that check for C format strings,
3472 so that translators are warned about them (this also helps
3473 prevent core dumps).
3474
3475 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
3476 function, since it simplifies our code a bit.
3477
3478 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
3479 rather than -W, so we don't get bogus warnings about sign comparisons.
3480 Add -Wpointer-arith, since that warning is useful (it reports code
3481 that does not conform to C89 and that some compilers reject).
3482 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
3483 since it's no longer needed.
3484
f9bfc42a
JD
34852006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
3486
3487 Clean up scanners a bit.
3488 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
3489 definitions so gcc won't warn when obstack_for_string is unused.
3490 * src/scan-code.l: config.h and system.h are already #include'd by
3491 scan-code-c.c, so get rid of them here.
3492 * src/scan-gram.l: Likewise.
3493 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
3494 definitions rather than duplicating the rest of it.
3495 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
3496
06e8700a
JD
34972006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
3498
3499 Suppress signed/unsigned comparison warnings for yycheck.
3500 * data/c.m4 (b4_safest_int_type): New macro.
3501 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
3502 a signed int type, cast it to b4_safest_int_type first.
3503 * data/yacc.c: Likewise.
3504 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
3505 also overwritten.
3506
9c437126
PE
35072006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3508
3509 * doc/bison.texinfo: Fix some typos.
3510
284d8a13
PE
35112006-08-02 Paul Eggert <eggert@cs.ucla.edu>
3512
3513 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
3514 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
3515
3516 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
3517 the latest gnulib does this a different way.
3518 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
3519 translation was patched, so stop omitting it.
3520
ec5479ce
JD
35212006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
3522
3523 Enable declaration of default %printer/%destructor. Make the parser
3524 use these for all user-declared grammar symbols for which the user does
3525 not declare a specific %printer/%destructor. Thus, the parser uses it
3526 for token 0 if the user declares it but not if Bison generates it as
3527 $end. Discussed starting at
3528 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
3529 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
3530 and
3531 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
3532 * NEWS (2.3+): Mention.
3533 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
3534 declare a %destructor for a mid-rule's semantic value. It's just
3535 impossible to declare one specific to it.
3536 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
3537 code. Describe default %destructor form.
3538 * src/parse-gram.y (grammar_declaration): Parse default
3539 %printer/%destructor declarations.
3540 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
3541 and symbol_destructor_location_get rather than accessing the destructor
3542 and destructor_location members of struct symbol.
3543 (symbol_printers_output): Likewise but for %printer's.
3544 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
3545 again.
3546 * src/symtab.c (default_destructor, default_destructor_location,
3547 default_printer, default_printer_location): New static global
3548 variables to record the default %destructor and %printer.
3549 (symbol_destructor_get, symbol_destructor_location_get,
3550 symbol_printer_get, symbol_printer_location_get): New functions to
3551 compute the appropriate %destructor and %printer for a symbol.
3552 (default_destructor_set, default_printer_set): New functions to set the
3553 default %destructor and %printer.
3554 * src/symtab.h: Prototype all those new functions.
3555 * tests/actions.at (Default %printer and %destructor): New test to
3556 check that the right %printer and %destructor are called, that they're
3557 not called for $end, and that $$ and @$ work correctly.
3558 (Default %printer and %destructor for user-declared end token): New
3559 test to check that the default %printer and %destructor are called for
3560 a user-declared end token.
3561 * tests/input.at (Default %printer and %destructor redeclared, Unused
3562 values with default %destructor): New tests to check related grammar
3563 warnings and errors.
3564
868d2d96
JD
35652006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
3566
3567 Clean up handling of %destructor for the end token (token 0).
3568 Discussed starting at
3569 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
3570 and
3571 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
3572
3573 Make the skeletons consistent in how they pop the end token and invoke
3574 its %destructor.
3575 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
3576 state, which has token number 0, since this would invoke the
3577 %destructor for the end token.
3578 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
3579 until after shifting the end token, or else it won't be popped.
3580 * data/yacc.c (yyparse): Likewise.
3581
3582 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
3583 it's the end token. Upon termination, destroy an unshifted lookahead
3584 even when it's the end token.
3585 * data/lalr1.cc (yy::parser::parse): Likewise.
3586 * data/yacc.c (yyparse): Likewise.
3587
3588 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
3589 value warnings for the end token when the user gives the end token a
3590 %destructor.
3591
3592 * tests/actions.at (Printers and Destructors): Test all the above.
3593
62a9592d
PE
35942006-07-24 Paul Eggert <eggert@cs.ucla.edu>
3595
3596 Update to latest gnulib and gettext versions.
3597 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
3598 Add fopen-safer.
3599 (gnulib_files): Add m4/warning.m4. Don't worry about files
3600 overwritten by autopoint.
3601 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
3602 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
3603 rejects them.
3604 Don't use autoreconf; instead, invoke autopoint etc. by hand,
3605 so that we can remove the intl files at a better time.
3606 (intl_files_to_remove): Remove aclocal.m4, since it gets
3607 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
3608 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
3609 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
3610 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
3611 Remove datarootdir hack; no longer needed.
3612 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
3613 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
3614 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
3615 strdup.h.
3616 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
3617 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
3618
10d6970f
PE
36192006-07-20 Paul Eggert <eggert@cs.ucla.edu>
3620
3621 * bootstrap: Adjust to today's change to gnulib-tool by invoking
3622 it with --assume-autoconf='latest-stable'.
3623
50a33993
JD
36242006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
3625
3626 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
3627 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
3628 YYSTYPE' and `{'.
3629 * src/muscle_tab.h (muscle_grow): Replace the header comments with
3630 those from muscle_tab.c since the old ones are misleading.
3631
2ce4ed68
AD
36322006-07-13 Akim Demaille <akim@epita.fr>
3633
3634 Support %define "KEY" {VALUE}.
3635 * src/scan-code.h, src/scan-code.l (translate_action)
3636 (translate_rule_action, translate_symbol_action, translate_code):
3637 Return char *, not const char *.
3638 * src/parse-gram.y (declaration): Rename as...
3639 (prologue_declaration): this.
3640 (string_content): Remove this nonterminal, use STRING.
3641 (braceless, content, content.opt): New nonterminal.
3642 Use them.
3643 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
3644 as value.
3645 * src/scan-gram.l (getargs.h): Don't include it.
3646
db7e5eb5
PE
36472006-07-12 Paul Eggert <eggert@cs.ucla.edu>
3648
3649 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
3650 rather than a for-loop that declares a local bool variable. This
3651 should work around a compatibility problem with a Cray x1e C++
3652 compiler reported by Hung Nguyen in
3653 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
3654 The for-loop was introduced in the 2004-11-17 change but I don't
3655 know why it was needed.
3656
a5d80ba5
AD
36572006-07-12 Akim Demaille <akim@epita.fr>
3658
3659 * data/c.m4: Comment changes.
3660
23eb2a69
AD
36612006-07-10 Akim Demaille <akim@lrde.epita.fr>
3662
3663 * src/complain.c (error_message, ERROR_MESSAGE): New.
3664 To factor...
3665 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
3666 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
3667
ddc8ede1
PE
36682006-07-09 Paul Eggert <eggert@cs.ucla.edu>
3669
3670 * NEWS: Instead of %union, you can define and use your own union type
3671 YYSTYPE if your grammar contains at least one <type> tag.
3672 Your YYSTYPE need not be a macro; it can be a typedef.
3673 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
3674 (Union Decl, Decl Summary): Document this.
3675 * data/glr.c (YYSTYPE): Implement this.
3676 * data/glr.cc (YYSTYPE): Likewise.
3677 * data/lalr1.cc (YYSTYPE): Likewise.
3678 * data/yacc.c (YYSTYPE): Likewise.
3679 * src/output.c (prepare): Output tag_seen_flag.
3680 * src/parse-gram.y (declaration, grammar_declaration):
3681 Use 'union_seen' rather than 'typed' to determine whether
3682 %union has been seen, since grammars can now be typed without
3683 %union.
3684 (symbol_declaration, type.opt, symbol_def):
3685 Keep track of whether a tag has been seen.
3686 * src/reader.c (union_seen, tag_seen): New vars.
3687 (typed): remove.
3688 * src/reader.h (union_seen, tag_seen, typed): Likewise.
3689 * src/scan-code.l (untyped_var_seen): New variable.
3690 (handle_action_dollar): Adjust to above changes.
3691 (handle_action_dollar, handle_action_at):
3692 Improve overflow checking for outlandish numbers.
3693 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
3694 avoid new diagnostics generated by above changes.
3695 * tests/regression.at (YYSTYPE typedef): Add test to check
3696 for type tags without %union.
3697
3698 * src/symlist.c (symbol_list_length): Return int, not unsigned
3699 int, since callers expect int. This may need to get revisited
3700 once we have proper integer overflow checking.
3701
3702 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
3703 object is now static.
3704
3705 * src/getargs.c (flags_argmatch): Return void, not int,
3706 to pacify ./configure --enable-gcc-warnings.
3707
3708 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
3709 since last_string is already defined to FLEX_PREFIX (last_string).
3710
7b42569e
AD
37112006-07-09 Akim Demaille <akim@lrde.epita.fr>
3712
3713 Implement --warnings/-W.
3714 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
3715 replaced by...
3716 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
3717 Adjust callers.
3718 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
3719 (warnings_args, warnings_types): New.
3720 (getargs, short_options, long_options): Accept -W/--warnings.
3721 Sort the options by alphabetical order, upper case letter right
3722 before its lower case.
3723
3b452f4e
JD
37242006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
3725
3726 Change %merge result type clash warnings to errors. Discussed at
3727 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
3728 * src/reader.c (record_merge_function_type): Use complain_at.
3729 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3730 declared later): Update test case results.
3731
b8a41559
AD
37322006-07-09 Akim Demaille <akim@lrde.epita.fr>
3733
3734 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
3735 to be in alphabetical order.
3736 (trace_args): Spelling fixes.
3737
cd9e1ba2
PE
37382006-07-09 Paul Eggert <eggert@cs.ucla.edu>
3739
3740 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
3741 so they don't collide with user-defined macros.
3742 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
3743 this was never guaranteed, and now that we're using gnulib stdint,
3744 which defines int_fast16_t to long int, the problem is exposed.
3745
cb48f191
PE
37462006-07-08 Paul Eggert <eggert@cs.ucla.edu>
3747
b8445a15
PE
3748 * data/c.m4 (b4_basename): Simplify a bit, since we don't
3749 need the full POSIX semantics (and weren't implementing them
3750 anyway).
3751
cb48f191
PE
3752 Adjust to Autoconf 2.60 and today's gnulib.
3753 * bootstrap (gnulib_modules): Add stdint.
3754 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
3755 no longer copies it.
3756 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
3757 since stdint needs the former and wcwidth (which is now required
3758 by mbswidth) needs the latter.
3759 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
3760 work around a compatibility glitch between gettext 0.14.6 and
3761 Autoconf 2.60.
3762 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
3763 Do not check for uintptr_t, since new stdint module does the right
3764 thing.
3765 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
3766 Add stdint.h, stdint_.h, wcwidth.h.
3767 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
3768 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
3769 stdint.m4, wchar_t.m4, wcwidth.m4.
3770 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
3771 usual order for ../lib/*.h files.
3772 (file_name_split): Use last_component, not base_name, to adjust
3773 to gnulib changes.
3774 * src/parse-gram.h: Include <strverscmp.h> in the usual order
3775 for ../lib/*.h files.
3776 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
3777 Define unconditionally, since we now assume the stdint module.
3778 * src/scan-skel.l: Include <dirname.h>.
3779 (BASE_QPUTS): Use last_component, not base_name.
3780 * src/system.h: Include <unlocked-io.h> in the usual order
3781 for ../lib/*.h files. Include <stdint.h> unconditionally,
3782 since we now use the stdint module.
3783 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
3784 HAVE_UINTPTR_T, since we now use the stdint module.
3785 (base_name): Remove decl, since files now include <dirname.h>
3786 to get the decl.
3787
cd48d21d
AD
37882006-07-08 Akim Demaille <akim@lrde.epita.fr>
3789
3790 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
3791 New, default to 1.
3792 * data/yacc.c, data/glr.c, data/location.cc: Use them.
3793 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
3794 default.
3795 * tests/calc.at: Adjust.
3796
8ec0a172
AD
37972006-07-08 Akim Demaille <akim@lrde.epita.fr>
3798
b8445a15 3799 * data/c.m4 (b4_basename): New.
8ec0a172
AD
3800 (b4_syncline): Also output the location of its invocation (from
3801 the skeleton).
3802 (b4_user_action, b4_define_user_action, b4_user_actions)
3803 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
3804 (b4_user_stype): New.
3805 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
3806
4a678af8
JD
38072006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3808
3809 In the grammar file, the first column is 1 not 0 on the first line as
3810 on every other line.
3811 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
3812 * tests/input.at (Torturing the Scanner): Update output.
3813
3814 * src/scan-gram.l (scanner_cursor): Declare it static.
3815
dd60572a
JD
38162006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
3817
3818 In warnings, say "previous declaration" rather than "first
3819 declaration".
3820 * src/symtab.c (redeclaration): Do that here.
3821 * src/reader.c (record_merge_function_type): In the case of a result
3822 type clash, report the previous declaration rather than the very first
3823 one in the grammar file.
3824 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3825 declared later): Add a third declaration to check this behavior.
3826 * tests/input.at (Incompatible Aliases): Update output.
3827
2073e1b6
AD
38282006-06-27 Akim Demaille <akim@epita.fr>
3829
3830 * doc/Doxyfile.in: New.
3831 * doc/Makefile.am: Use it.
3832 * src/lalr.h, src/symtab.h: Initial doxygenation.
3833
8ee5b538
JD
38342006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3835
3836 Don't miss %merge result type warnings just because the LHS types are
fab044e6
JD
3837 declared after the %merge. This continues the effort of the previous
3838 patch.
8ee5b538
JD
3839 * src/reader.c (get_merge_function): Don't set the merger type yet.
3840 (record_merge_function_type): New function for setting the merger type
3841 and checking for clashes.
3842 (grammar_current_rule_merge_set): Set the location of the %merge for
3843 the current rule.
3844 (packgram): Invoke record_merge_function_type for each rule now that
3845 all symbol type declarations have been parsed.
3846 * src/reader.h (merger_list.type_declaration_location): New member
3847 storing the location of the first %merge from which the type for this
3848 merging function was derived.
3849 * src/symlist.h (symbol_list.merger_declaration_location): New member
3850 storing the location of a rule's %merge, if any.
3851 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
3852 declared later): New test to catch the error fixed by the above patch.
3853
ffa4ba3a
JD
38542006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3855
3856 Get action warnings (grammar_rule_check) right even when symbol
fab044e6
JD
3857 declarations appear after the rules. Discussed at
3858 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
3859 and
3860 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
3861 Don't mistake the type of $$ in a midrule to be that of its parent
3862 rule's $$.
ffa4ba3a
JD
3863 * src/reader.c (grammar_current_rule_end): Don't invoke
3864 grammar_rule_check yet since not all symbol declarations may have been
3865 parsed yet.
3866 (grammar_midrule_action): Likewise.
3867 Don't record whether the midrule's $$ has been used yet since actions
3868 haven't been translated yet.
3869 Record the midrule's parent rule and its RHS index within the parent
3870 rule.
3871 (grammar_current_rule_action_append): Don't translate the action yet
3872 since not all symbol declarations may have been parsed yet and, thus,
3873 warnings about types for $$, $n, @$, and @n can't be reported yet.
3874 (packgram): Translate the action and invoke grammar_rule_check now that
3875 all symbol declarations have been parsed.
3876 * src/scan-code.l (handle_action_dollar): Now that this is invoked
3877 after parsing the entire grammar file, the symbol list here in the case
3878 of a midrule is actually the midrule's empty RHS, so reference its
3879 parent rule's RHS where necessary.
3880 On the other hand, now that you can already know it's a midrule, you
3881 aren't forced to think $$ has the same type as its parent rule's $$.
3882 (handle_action_at): In the case of a midrule, reference the parent rule
3883 where necessary.
3884 * src/symlist.c (symbol_list_new): Initialize new midrule-related
3885 members.
3886 (symbol_list_length): Now that this is invoked after all rules have
3887 been parsed, a NULL symbol (rather than a NULL symbol list node)
3888 terminates a rule. symbol_list_print already does this correctly.
3889 * src/symlist.h (symbol_list.midrule_parent_rule,
3890 symbol_list.midrule_parent_rhs_index): New members so that midrules can
3891 remember their relationships with their parents.
3892 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
3893 fixed by the above patch.
3894 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
3895 implementing...
3896 (Unused values): ... this old test case and...
3897 (Unused values before symbol declarations): ... this new test case.
3898 This one is the same as `Unused values' except that all symbol
3899 declarations appear after the rules in order to catch the rest of the
3900 errors fixed by the above patch.
3901
e256e17f
JD
39022006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
3903
300a1930
JD
3904 More cleanup.
3905 * src/reader.c (current_rule): Declare it static since it's no longer
3906 used outside this file.
3907 (grammar_current_rule_action_append): Remove redundant arguments from
3908 translate_rule_action invocation.
3909 * src/reader.h (current_rule): Remove this unused extern.
3910 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
3911 * src/scan-code.l (translate_rule_action): Likewise.
e256e17f 3912
381ecb06
JD
39132006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
3914
3915 Clean up yesterday's patch.
3916 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
3917 to...
3918 * src/reader.c (grammar_current_rule_action_append): ... here for
3919 consistency with grammar_current_rule_symbol_append.
3920 * tests/regression.at (Braced code in declaration in rules section):
3921 Make yyerror and yylex static as usual.
3922
4210cd0b
JD
39232006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
3924
3925 Fix bug that mistakes braced code in a declaration in the rules section
3926 to be a rule action. Mentioned at
3927 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
3928 * src/scan-gram.l: Move midrule action detection from the start of the
3929 scanning of any braced code to...
3930 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
3931 action. For readability, use $2 and @2 rather than the equivalent
3932 global variables.
3933 * tests/regression.at (Braced code in declaration in rules section):
3934 New test to catch the error fixed by the above patch.
3935
3936 Work on code readability some.
3937 * src/scan-code.l (current_rule): Get rid of this misleading and
3938 redundant declaration: it's actually extern'ed in reader.h.
3939 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
3940 translate_action): Add a rule argument and use it instead of the global
3941 current_rule.
3942 (translate_rule_action): This already receives current_rule through an
3943 argument, so pass it on to translate_action instead of assigning
3944 current_rule to current_rule.
3945 (translate_symbol_action, translate_code): Pass rule = NULL to
3946 translate_action.
3947
34f98f46
JD
39482006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
3949
3950 Rename %before-definitions to %start-header and %after-definitions to
3951 %end-header. Don't use these declarations to separate pre-prologue
3952 blocks from post-prologue blocks. Add new order-independent
3953 declarations %before-header and %after-header as alternatives to the
3954 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
3955 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
3956 * NEWS (2.3+): Update for these changes.
3957 * data/glr.c (b4_before_definitions): Update to...
3958 (b4_start_header): ... this.
3959 (b4_after_definitions): Update to...
3960 (b4_end_header): ... this.
3961 * data/glr.cc: Likewise.
3962 * data/lalr1.cc: Likewise.
3963 * data/yacc.c: Likewise.
3964 * doc/bison.texinfo (The prologue): Update names, and replace remaining
3965 prologue blocks with %*-header declarations.
3966 (Calc++ Parser): Likewise.
91661ebb 3967 (Decl Summary): Update names.
148d66d8 3968 (Table of Symbols): Update description.
34f98f46
JD
3969 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
3970 (PERCENT_END_HEADER): ... this.
3971 (PERCENT_BEFORE_DEFINITIONS): Update to...
3972 (PERCENT_START_HEADER): ... this.
3973 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
3974 (declaration): Update token names and m4 macro names.
3975 When parsing %end-header and %start-header, invoke translate_code
3976 before muscle_code_grow, and no longer set global booleans to remember
3977 whether these declarations have been seen.
3978 Parse new %after-header and %before-header.
3979 * src/reader.c (before_definitions, after_definitions): Remove.
3980 (prologue_augment): Accept a new bool argument to specify whether to
3981 augment the pre-prologue or post-prologue.
3982 * src/reader.h (before_definitions, after_definitions): Remove these
3983 extern's.
3984 (prologue_augment): Add new bool argument.
3985 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
3986 (PERCENT_END_HEADER): ... this.
3987 (PERCENT_BEFORE_DEFINITIONS): Update to...
3988 (PERCENT_START_HEADER): ... this.
3989 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
3990 * tests/actions.at (Printers and Destructors): Update names.
3991
31b2b07e
JD
39922006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
3993
3994 Add comparison operators for C++ location classes. Discussed at
3995 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
3996 * data/c++.m4 (b4_define_location_comparison): New boolean %define
3997 declaration indicating whether filename_type has an operator==. If
3998 filename_type is `std::string', it defaults to `1', `0' otherwise.
3999 * data/location.cc: Iff b4_define_location_comparison is `1', add
4000 operator== and operator!= for class position and for class location.
4001
4002 Some minor fixes.
4003 * src/scan-action.l: Remove unused file.
4004 * src/symtab.c (symbol_printer_set): Use printer_location not
4005 destructor_location.
4006 * src/symtab.h (struct symbol): Replace incorrect source comment for
4007 printer members.
4008 * tests/input.at (Incompatible Aliases): Update output with correct
4009 printer location.
4010
9bc0dd67
JD
40112006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
4012
4013 Don't put the pre-prologue in the header file. For the yacc.c code
4014 file and the glr.c header and code files, move the pre-prologue before
4015 the token definitions. Add new %before-definitions and
4016 %after-definitions to declare code that will go in both the header file
4017 and code file. Discussed at
4018 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
4019 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
4020 and
4021 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
4022 * NEWS (2.3+): Describe these changes.
4023 * data/glr.c (b4_pre_prologue): Move from within to before...
4024 (b4_shared_declarations): ... this.
4025 Add new b4_before_definitions before b4_token_enums.
4026 Add new b4_after_definitions at the end.
4027 * data/glr.cc (b4_pre_prologue): Replace with...
4028 (b4_before_definitions): ... this in the header file.
4029 (b4_after_definitions): New near the end of the header file.
4030 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
4031 code file right before including the header file.
4032 (b4_before_definitions): New in the previous position of
4033 b4_pre_prologue in the header file.
4034 (b4_after_definitions): New near the end of the header file.
4035 * data/yacc.c: Clean up some m4 quoting especially in the header file.
4036 (b4_token_enums_defines): In the code file, move to right before
4037 YYSTYPE for consistency with the header file.
4038 (b4_before_definitions): New right before b4_token_enums_defines in
4039 both the header and code file.
4040 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
4041 header and code file.
4042 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
4043 of prologues for %union dependencies.
91661ebb
JD
4044 (Decl Summary): In %defines description, mention the effect of
4045 %before-definitions and %after-definitions on the header file.
9bc0dd67
JD
4046 (Calc++ Parser): Forward declare driver in a %before-definitions rather
4047 than in the pre-prologue so that make check succeeds.
148d66d8 4048 (Table of Symbols): Add entries for %before-definitions and
9bc0dd67
JD
4049 %after-definitions.
4050 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
4051 %before-definitions.
4052 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
4053 (declaration): Parse those declarations and append to
4054 b4_before_definitions and b4_after_definitions, respectively.
4055 * src/reader.c (before_definitions, after_definitions): New bools to
4056 track whether those declarations have been seen.
4057 (prologue_augment): Add to the post-prologue if %union,
4058 %before-definitions, or %after-definitions has been seen.
4059 * src/reader.h (before_definitions, after_definitions): New extern's.
4060 * src/scan-gram.l: Scan the new declarations.
4061 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
4062 prologue block in a %before-definitions or a %after-definitions based
4063 on whether the %union is declared.
4064 * tests/regression.at (Early token definitions with --yacc, Early token
4065 definitions without --yacc): Move tests for token definitions into the
4066 post-prologue since token names are no longer defined in the
4067 pre-prologue.
4068
203b9274
AD
40692006-06-20 Akim Demaille <akim@epita.fr>
4070
4071 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
4072 (symbol_get): Use it.
4073 * src/parse-gram.y: Use it.
4074
a7ee59cf
JD
40752006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
4076
4077 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
4078 build succeeds when configured with --enable-gcc-warnings.
4079
5a2baae7
PE
40802006-06-19 Paul Eggert <eggert@cs.ucla.edu>
4081
33ad1a9c
PE
4082 * src/parse-gram.y (char_name): New function.
4083 (CHAR, STRING, string_content): For %printer, properly escape.
4084 (ID): Prefer fputs to fprintf.
4085 (id): Reindent to be consistent with other rules.
4086 Properly quote char.
4087
5a2baae7
PE
4088 The Translation Project changed its way of publishing translations
4089 to maintainers. I haven't received any responses to my request
4090 for supporting the old way, or for documenting the new way. I
4091 have modified 'bootstrap' to use screen scraping
4092 (in this case, HTML scraping). This is unreliable and inelegant,
4093 but I don't see any better way. Yuck.
4094 * bootstrap (TP_URL, WGET_COMMAND): New vars.
4095 (get_translations): New function, which uses HTML scraping to
4096 deduce locations of latest translations.
4097 Use this function to grab both bison and bison-runtime .po files.
4098 Don't bother priming the pump for the runtime-po domain any more,
4099 as it's now translated better than bison is.
4100
58d7a1a1
AD
41012006-06-19 Akim Demaille <akim@epita.fr>
4102
4103 * src/scan-gram.l: No longer "parse" things after `%union' until
4104 `{'. Rather, return a single "%union" token.
4105 No longer make symbols: return strings, and leave the conversion
4106 to symbols to the parser.
4107 (SC_PRE_CODE, token_type): Remove.
4108 * src/parse-gram.y (%union): New field `character'.
4109 Sort tokens.
4110 (CHAR): New token.
4111 (ID, ID_COLON): Now that the scanner no longer makes them
4112 identifiers, adjust all uses to invoke symbol_get.
4113 (id_colon): New, wraps the conversion from string to symbol.
4114 (%union): Accept a possible union_name.
4115 (symbol): Now can be a char.
4116 * data/c.m4 (b4_union_name): Leave a default value.
4117 * data/glr.c, data/yacc.c: Use it.
4118
b931235e
JD
41192006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
4120
4121 For associating token numbers with token names for "yacc.c", don't use
4122 #define statements unless `--yacc' is specified; always use enum
4123 yytokentype. Most important discussions start at:
4124 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
4125 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
4126 and
4127 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
4128 * NEWS (2.3+): Mention.
4129 * data/c.m4 (b4_yacc_if): New.
4130 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
4131 token #define's.
4132 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
4133 on token name definitions.
4134 * src/getargs.c (usage): Capitalize `Yacc' in English.
4135 * src/output.c (prepare): Define b4_yacc_flag.
4136 * tests/regression.at (Early token definitions): Test that tokens names
4137 are defined before the pre-prologue not just before the post-prologue.
4138 Remove this test case and copy to...
4139 (Early token definitions with --yacc): ... this to test #define's.
4140 (Early token definitions without --yacc): ... and this to test enums.
4141
9e6e7ed2
PE
41422006-06-11 Paul Eggert <eggert@cs.ucla.edu>
4143
4144 * NEWS: Reword the post-2.3 change to not be so optimistic about
4145 removing the old "look-ahead" spelling.
4146 Update previous look-ahead/lookahead change reports.
4147 * REFERENCES: look-ahead -> lookahead (since that's
4148 what he actually wrote).
4149 * doc/refcard.tex: look ahead -> lookahead,
4150 look-ahead -> lookahead
4151
742e4900
JD
41522006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
4153
4154 For consistency, use `lookahead' instead of `look-ahead' or
4155 `look_ahead'. Discussed starting at
4156 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
4157 and then at
4158 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
4159 * NEWS: For the next release, note the change to `--report'.
4160 * TODO, doc/bison.1: Update English.
4161 * doc/bison.texinfo: Update English.
4162 (Understanding Your Parser, Bison Options): Document as
4163 `--report=lookahead' rather than `--report=look-ahead'.
4164 * src/conflicts.c: Update English in comments.
4165 (lookahead_set): Rename from look_ahead_set.
4166 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
4167 (resolve_sr_conflict): Rename local look_ahead_tokens to
4168 lookahead_tokens, and update other uses.
4169 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
4170 count_rr_conflicts, conflicts_free): Update uses.
4171 * src/getargs.c (report_args): Move "lookahead" before alternate
4172 spellings.
4173 (report_types): Update uses.
4174 (usage): For `--report' usage description, state `lookahead' spelling
4175 rather than `look-ahead'.
4176 * src/getargs.h (report.report_lookahead_tokens): Rename from
4177 report_look_ahead_tokens.
4178 * src/lalr.c: Update English in comments.
4179 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
4180 (state_lookahead_tokens_count): Rename from
4181 state_look_ahead_tokens_count.
4182 Rename local n_look_ahead_tokens to n_lookahead_tokens.
4183 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
4184 Rename local n_look_ahead_tokens to n_lookahead_tokens.
4185 Update other uses.
4186 Update English in output.
4187 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
4188 * src/print.c: Update English in comments.
4189 (lookahead_set): Rename from look_ahead_set.
4190 (print_reduction): Rename argument lookahead_token from
4191 look_ahead_token.
4192 (print_core, state_default_rule, print_reductions, print_results):
4193 Update uses.
4194 * src/print_graph.c: Update English in comments.
4195 (print_core): Update uses.
4196 * src/state.c: Update English in comments.
4197 (reductions_new): Update uses.
4198 (state_rule_lookahead_tokens_print): Rename from
4199 state_rule_look_ahead_tokens_print, and update other uses.
4200 * src/state.h: Update English in comments.
4201 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
4202 (state_rule_lookahead_tokens_print): Rename from
4203 state_rule_look_ahead_tokens_print.
4204 * src/tables.c: Update English in comments.
4205 (conflict_row, action_row): Update uses.
4206 * tests/glr-regression.at
4207 (Incorrect lookahead during deterministic GLR,
4208 Incorrect lookahead during nondeterministic GLR): Rename
4209 print_look_ahead to print_lookahead.
4210 * tests/torture.at: Update English in comments.
4211 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
4212 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
4213 (Many lookahead tokens): Update uses.
4214 * data/glr.c: Update English in comments.
4215 * lalr1.cc: Likewise.
4216 * yacc.c: Likewise.
4217 * src/conflicts.h: Likewise.
4218 * src/lalr.h: Likewise.
4219 * src/main.c: Likewise.
4220 * src/output.c: Likewise.
4221 * src/parse-gram.c: Likewise.
4222 * src/tables.h: Likewise.
4223 * tests/calc.at: Likewise.
4224
3c40d0b5
JD
42252006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
4226
4227 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
4228
5d278082
PE
42292006-06-07 Paul Eggert <eggert@cs.ucla.edu>
4230
4231 * TODO: Add request from Nelson H. F. Beebe to be able to install
4232 Bison without installing the yacc script.
4233
9e668899
JD
42342006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
4235
4236 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
4237 and yytext if they're already #define'd.
4238 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
4239 * src/scan-code-c.c: ... here.
4240 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
4241 <config.h>.
4242
0c8e079f
JD
42432006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
4244
4245 Get Bison to build again when configured with --enable-gcc-warnings.
4246 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
4247 missing #include's.
4248 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
4249 loc argument as it shadows a global.
4250 * src/scan-gram.l: Remove stray comma that prevents boundary_set
4251 invocation.
4252
4253 * src/.cvsignore: Add scan-code.c.
4254
2346344a
AD
42552006-06-07 Akim Demaille <akim@epita.fr>
4256
4257 * src/scan-gram.l: Move the "add a trailing ; to actions" code
4258 to...
4259 * src/scan-code.l: here.
4260 * tests/input.at (Torturing the Scanner): Fix another location
4261 error.
4262
4862bdfd
AD
42632006-06-07 Akim Demaille <akim@epita.fr>
4264
4265 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
4266
e9071366
AD
42672006-06-06 Akim Demaille <akim@epita.fr>
4268
4269 Extract the parsing of user actions from the grammar scanner.
4270 As a consequence, the relation between the grammar scanner and
4271 parser is much simpler. We can also split "composite tokens" back
4272 into simple tokens.
4273 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
4274 * src/scan-gram.l (add_column_width, adjust_location): Move to and
4275 rename as...
4276 * src/location.h, src/location.c (add_column_width)
4277 (location_compute): these.
4278 Fix the column count: the initial column is 0.
4279 (location_print): Be robust to ending column being 0.
4280 * src/location.h (boundary_set): New.
4281 * src/main.c: Adjust to scanner_free being renamed as
4282 gram_scanner_free.
4283 * src/output.c: Include scan-code.h.
4284 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
4285 Use boundary_set.
4286 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
4287 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
4288 which is now, again, a separate token.
4289 Adjust all dependencies.
4290 Whereever actions with $ and @ are used, use translate_code.
4291 (action): Remove this nonterminal which is now useless.
4292 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
4293 (grammar_current_rule_action_append): Use translate_code.
4294 (packgram): Bound check ruleno, itemno, and rule_length.
4295 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
4296 (last_string, last_braced_code_loc, max_left_semantic_context)
4297 (scanner_initialize, scanner_free, scanner_last_string_free)
4298 (gram_out, gram_lineno, YY_DECL_): Move to...
4299 * src/scan-gram.h: this new file.
4300 (YY_DECL): Rename as...
4301 (GRAM_DECL): this.
4302 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
4303 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
4304 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
4305 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
4306 Move these declarations, and...
4307 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
4308 these to...
4309 * src/flex-scanner.h: this new file.
4310 * src/scan-gram.l (rule_length, rule_length_overflow)
4311 (increment_rule_length): Remove.
4312 (last_braced_code_loc): Rename as...
4313 (gram_last_braced_code_loc): this.
4314 Adjust to the changes of the parser.
4315 Move all the handling of $ and @ into...
4316 * src/scan-code.l: here.
4317 * src/scan-gram.l (handle_dollar, handle_at): Remove.
4318 (handle_action_dollar, handle_action_at): Move to...
4319 * src/scan-code.l: here.
4320 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
4321 scan-code.h, scan-code-c.c, scan-gram.h.
4322 (EXTRA_bison_SOURCES): Add scan-code.l.
4323 (BUILT_SOURCES): Add scan-code.c.
4324 (yacc): Be robust to white spaces.
4325
4326 * tests/conflicts.at, tests/input.at, tests/reduce.at,
4327 * tests/regression.at: Adjust the column numbers.
4328 * tests/regression.at: Adjust the error message.
7891a7c4 4329
184e42f0
JD
43302006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
4331
4332 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
4333 Use Akim's wording from
4334 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
4335
7891a7c4
JD
43362006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
4337
4338 Between Bison releases, manually append `+' to the previous Bison
4339 release number, and use that as a signal to automatically print the
4340 ChangeLog's CVS Id keyword from --version. Discussed starting at
4341 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
4342 * ChangeLog: Add Id header.
4343 * configure.ac (AC_INIT): Append `+' to `2.3'.
4344 * src/.cvsignore: Add revision.c.
4345 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
4346 (BUILT_SOURCES): Add revision.c.
4347 (revision.c): New target rule. This file defines a new global variable
4348 named revision. It initializes it with either the Id from ChangeLog
4349 or, if VERSION doesn't contain `+', with the empty string.
4350 * src/getargs.c (version): Print the value of revision.
4351 * src/revision.h: Extern revision.
4352
4ad3ed84
PE
43532006-06-05 Paul Eggert <eggert@cs.ucla.edu>
4354
4355 * NEWS: Version 2.3.
4356 * configure.ac (AC_INIT): Likewise.
4357
02103984
PE
43582006-05-30 Paul Eggert <eggert@cs.ucla.edu>
4359
4360 * data/glr.c (YYRECOVERING): Define to be a function-like macro
4361 with no arguments, not as an object-like macro. This is for
4362 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
4363 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
4364 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
4365 Document this.
4366
2c08afa5
JD
43672006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
4368
4369 * src/getargs.c (usage): Back out yesterday's modification of the
4370 --help output so that we don't have to wait for translation before
4371 releasing 2.3.
4372
6077da58
PE
43732006-05-29 Paul Eggert <eggert@cs.ucla.edu>
4374
4375 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
4376 Problem reported by Akim Demaille.
4377
2a26b6c2
JD
43782006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
4379
4380 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
4381
aefef0d6
PE
43822006-05-26 Paul Eggert <eggert@cs.ucla.edu>
4383
4384 * data/yacc.c (yy_reduce_print): Omit trailing white space in
4385 generated source code. Problem reported by Frans Englich in
4386 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
4387
fcd8e201
PE
43882006-05-22 Paul Eggert <eggert@cs.ucla.edu>
4389
4390 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
4391 shell, not within 'make', so that 'make' by an ordinary builder
4392 (using GNU make) does not worry about configuring gzip. This also
4393 works around a bug reported independently by Keith Thompson and by
4394 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
4395 stderr rather than stdout, messing up the build logs.
4396
7b5cdcbd
JD
43972006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
4398
4399 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
4400 to make sure that YYID will never be unused. This fixes a 'make
4401 maintainer-check' failure caused by the recent changes to the 'Trivial
4402 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
4403 not used.
4404 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
4405
5ad0a449
JD
44062006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
4407
4408 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
4409 state before an empty RHS is always resolved here. Only the location
4410 of that state is guaranteed to be resolved, and that's enough. This
4411 fixes the remaining bug reported by Derek M. Jones in
4412 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
4413 * tests/glr-regression.at (Uninitialized location when reporting
4414 ambiguity): Test the above case.
4415 Also, the embedded comments in this test case claim it checks the case
4416 of an empty RHS that has inherited the initial location. However, the
4417 corresponding LHS was already resolved, so yyresolveLocations didn't
4418 actually have reason to modify it. Fix this by forcing
4419 nondeterministic operation at the beginning of the parse.
4420
50cce58e
PE
44212006-05-20 Paul Eggert <eggert@cs.ucla.edu>
4422
4423 * data/c.m4 (b4_yy_symbol_print_generate):
4424 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
4425 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
4426 of the bugs reported today by Derek M Jones in
4427 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
4428 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
4429 defined to be a type name without parens or brackets.
4430 (Location Type): Similarly for YYLTYPE.
4431 * tests/regression.at (Trivial grammars): Put in a test for this
4432 bug that will be caught by 'make maintainer-check' (though not,
4433 alas, by 'make check' unless your compiler is picky).
4434
ab8d9dc5
PE
44352006-05-19 Paul Eggert <eggert@cs.ucla.edu>
4436
0d2c8934 4437 * NEWS: Version 2.2.
ab8d9dc5
PE
4438 * configure.ac (AC_INIT): Likewise.
4439
9138c575
JD
44402006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
4441
4442 * data/glr.c (yyreportTree): Make room in yystates for the state
4443 preceding the RHS. This fixes the segmentation fault reported by Derek
4444 M. Jones in
4445 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
4446 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
4447 to the user. Reported for yyreportTree by Derek M. Jones later in the
4448 same thread.
4449 * THANKS: Add Derek M. Jones.
4450 Update my email address.
4451 Fix typo in Steve Murphy's name.
4452
276f48df
PE
44532006-05-14 Paul Eggert <eggert@cs.ucla.edu>
4454
d6645148
PE
4455 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
4456 checking against YYLAST that caused the parser to miss a potential
4457 alternative in its diagnostic.
4458 Problem reported by Maria Jose Moron Fernandez in
4459 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
4460 * data/lalr1.cc (yysyntax_error_): Likewise.
4461 * data/yacc.c (yysyntax_error): Likewise.
4462 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
4463 tokens, in case we run into an older C compiler.
4464 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
4465 Use them to check for the off-by-one error fixed above.
4466
276f48df
PE
4467 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
4468 YYSIZE_T, not size_t.
4469 * tests/regression.at (Trivial grammars): New test, to catch
4470 the error fixed by the above patch.
4471
cd8b5791
AD
44722006-05-14 Akim Demaille <akim@lrde.epita.fr>
4473
4474 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
4475 scheme.
4476 Reported by Steve Murphy.
4477
34376418
AD
44782006-05-14 Akim Demaille <akim@lrde.epita.fr>
4479
4480 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
4481 * data/glr.cc: b4_location_flag is now b4_locations_flag.
4482
327afc7c
AD
44832006-05-14 Akim Demaille <akim@lrde.epita.fr>
4484
4485 Implement --trace=m4.
4486 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
4487 * src/output.c (output_skeleton): When set, pass -dV to m4.
4488
4489 Factor the handling of flags in m4.
4490 * src/output.c (prepare): Rename the muscle names debug, defines,
4491 error_verbose to debug_flag, defines_flag, error_verbose_flag.
4492 * data/c.m4: Adjust.
4493 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
4494 Use b4_define_flag_if to define other b4_FLAG_if macros.
4495 (b4_location_if): As a consequence, rename as...
4496 (b4_locations_if): this, for consistency.
4497 Adjust all the skeletons.
4498
ba9ecd19
AD
44992006-05-14 Akim Demaille <akim@lrde.epita.fr>
4500
4501 * etc/bench.pm: Shorten bench names.
4502
4e83ea15
AD
45032006-05-14 Akim Demaille <akim@lrde.epita.fr>
4504
4505 * src/output.h, src/output.c (error_verbose): Move to...
4506 * src/getargs.h, src/getargs.c: here.
4507 Sort the flags.
4508 Adjust dependencies.
4509
6e93d810
PE
45102006-05-13 Paul Eggert <eggert@cs.ucla.edu>
4511
4512 * data/c.m4 (b4_copyright): Put the special exception for Bison
4513 skeletons here, so we don't have to put it in each skeleton. All
b15296ff
PE
4514 uses changed. Suggested by Akim Demaille. Also, wrap the
4515 copyright notice, in case it is longer than 80 columns. Replace
4516 comma by newline after title.
6e93d810 4517
eaea13f5
PE
45182006-05-11 Paul Eggert <eggert@cs.ucla.edu>
4519
4520 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
4521 incompatibility, not a bug. Mention that it wasn't fixed as of
4522 flex 2.5.33.
4523
3cf084ec
AD
45242006-05-11 Akim Demaille <akim@lrde.epita.fr>
4525
4526 * examples/extexi: Enforce the precedence of concatenation over
4527 >>.
0a9f1c7d 4528 Reported by Tommy Nordgren.
3cf084ec 4529
32c96bd7
AD
45302006-05-11 Akim Demaille <akim@lrde.epita.fr>
4531
4532 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
4533 with the member "token".
f94705b2 4534 Reported by Martin Nylin.
32c96bd7 4535
eaea13f5
PE
45362006-05-08 Paul Eggert <eggert@cs.ucla.edu>
4537
4538 * data/glr.c: Switch to Bison 2.2 special-exception language in
4539 the copyright notice. Use more-regular format for titles and
4540 copyright notices.
4541 * data/glr.cc: Likewise.
4542 * data/location.cc: Likewise.
4543 * data/yacc.cc: Likewise.
4544 * doc/bison.texinfo (Conditions): Document this.
4545 * NEWS: likewise. Upgrade version to 2.2.
4546
6e2d1146
AD
45472006-04-27 Akim Demaille <akim@lrde.epita.fr>
4548
4549 * data/glr.cc: Remove dead code.
4550
47671055
PE
45512006-04-25 Paul Eggert <eggert@cs.ucla.edu>
4552
4553 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
4554 that variable and the line breaks the bootstrap. Problem reported
4555 by Juan M. Guerrero.
4556
ed2e6384
AD
45572006-04-24 Akim Demaille <akim@lrde.epita.fr>
4558
4559 * doc/bison.texinfo (Multiple start-symbols): New.
4560
3cedc2dc
AD
45612006-04-24 Akim Demaille <akim@lrde.epita.fr>
4562
4563 * etc/README, etc/bench.pl: New.
4564
b2ddc3f3
AD
45652006-04-03 Akim Demaille <akim@lrde.epita.fr>
4566
4567 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
4568 rule.
4569 Reported by Mickael Labau.
4570 * tests/input.at (Torturing the Scanner): Test it.
4571
91e3ac9a
PE
45722006-03-16 Paul Eggert <eggert@cs.ucla.edu>
4573
4574 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
4575 Problem reported by Bob Rossi.
4576
45772006-03-13 Paul Eggert <eggert@cs.ucla.edu>
4578
4579 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
4580 and didn't really work.
4581 For the index, use @ifnotinfo, not @iftex.
4582 Minor cleanups of spacing and terminology.
4583
5cf61e93
AD
45842006-03-12 Akim Demaille <akim@lrde.epita.fr>
4585
4586 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
4587 of AT_NAME_PREFIX when %name-prefix is not used.
4588
aa08666d
AD
45892006-03-12 Akim Demaille <akim@lrde.epita.fr>
4590
4591 Apply --prefix to C++ skeletons too: they change the namespace.
4592 The test suite already exercize these cases.
4593 * data/c++.m4 (b4_namespace): New.
4594 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
4595 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
4596 * data/yacc.c, data/glr.c: Remove a useless `[]'.
4597 * doc/bison.texinfo: Document it.
4598 (Option Cross Key): Use @multitable in all formats. It looks
4599 nicer, even in TeX outputs.
4600 (Rules): Use the same code whatever the output type is.
4601 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
4602 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
4603 * tests/calc.at: Use it, instead of hard coding `yy'.
91e3ac9a 4604
45567173
AD
46052006-03-10 Akim Demaille <akim@lrde.epita.fr>
4606
4607 * TODO: Remove dead items.
4608
e9d8f881 46092006-03-10 Akim Demaille <akim@lrde.epita.fr>
55ba27be
AD
4610
4611 * doc/FAQ: Remove, merged into...
4612 * doc/bison.texinfo (FAQ): this.
4613 * doc/Makefile.am (EXTRA_DIST): Adjust.
4614
c095d689
AD
46152006-03-10 Akim Demaille <akim@lrde.epita.fr>
4616
4617 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
4618 even if empty.
4619 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
4620 * doc/bison.texinfo (Calc++ Scanner): Use it.
4621
6e0f8287
PE
46222006-03-09 Paul Eggert <eggert@cs.ucla.edu>
4623
4624 Fix two nits reported by twlevo, plus one more that I discovered.
4625
4626 * src/assoc.h (assoc_to_string): Give a name to the arg, as
4627 this is the usual Bison style.
4628 * src/location.h (location_print): Likewise.
4629
4630 * src/reader.h (token_name): Likewise.
4631
d6b771c3
PE
46322006-03-08 Paul Eggert <eggert@cs.ucla.edu>
4633
4634 Fix some nits reported by twlevo.
4635 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
4636 and "POSIX". Use more-modern syntax for URLs. Mention C++
4637 and ask for Java. Don't hardwire OS version numbers. Add
4638 copyright notice.
4639 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
4640 * src/conflicts.c (solved_conflicts_obstack): Now static.
4641
1e137b71
JD
46422006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
4643
4644 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
4645 page. Say "you can use it" not "you may use it" as on the web page;
4646 we're describing capabilities not granting permission.
4647
73f2e47e
PE
46482006-03-06 Paul Eggert <eggert@cs.ucla.edu>
4649
6d05403d
PE
4650 * data/glr.c (yyresolveLocations): Rename local variables to avoid
4651 shadowing warnings. Use usual patter for iterating through RHS.
4652 * tests/glr-regression.at
4653 (Uninitialized location when reporting ambiguity):
4654 Modify yylex so that it uses its argument, rather than trying
4655 to rely on ARGSUSED (which doesn't work for gcc with warnings).
4656 const char -> char const.
4657
73f2e47e
PE
4658 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
4659 Don't use tabs inside commands; it messes up 'ps'.
4660 Problem reported by twlevo.
4661
8710fc41
JD
46622006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
4663
4664 * tests/glr-regression.at (Uninitialized location when reporting
4665 ambiguity): New test case.
4666 * data/glr.c (yyresolveLocations): New function, which uses
4667 YYLLOC_DEFAULT.
4668 (yyresolveValue): Invoke yyresolveLocations before reporting an
4669 ambiguity.
4670 * doc/bison.texinfo (Default Action for Locations): Note
4671 YYLLOC_DEFAULT's usage for ambiguity locations.
4672 (GLR Semantic Actions): Cross-reference those notes.
4673
ae952af2
JD
46742006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
4675
4676 * tests/glr-regression.at (Leaked semantic values when reporting
4677 ambiguity): Remove unnecessary union and type declarations.
4678 (Leaked lookahead after nondeterministic parse syntax error): New test
4679 case.
4680 * data/glr.c (yyparse): Check for zero stacks remaining before
4681 attempting to shift the lookahead so that you don't lose it.
4682
35ee866a
JD
46832006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4684
4685 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
4686 * tests/glr-regression.at (Leaked semantic values when reporting
4687 ambiguity): New test case.
4688 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
4689 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
4690 now unnecessary yystackp parameter.
4691 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
4692 destructors can be called.
4693
4694 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
4695 in existing testcases.
4696
520181ab
JD
46972006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4698
4699 Don't leak semantic values for parent RHS when a user action cuts the
4700 parser, and clean up related code a bit.
4701 * tests/glr-regression.at (Leaked merged semantic value if user action
35ee866a
JD
4702 cuts parse): Rename to...
4703 (Leaked semantic values if user action cuts parse): ... this. Add check
520181ab
JD
4704 for leaked parent RHS values.
4705 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
4706 between an unresolved state (non-empty chain of semantic options) and
4707 an incomplete one (signaled by an empty chain).
ae952af2 4708 (yyresolveStates): Document the interface. Move all manipulation of a
520181ab
JD
4709 successfully or unsuccessfully resolved yyGLRState to...
4710 (yyresolveValue): ... here so that yyresolveValue always leaves a
4711 yyGLRState with consistent data and thus is easier to understand.
4712 Remove the yyvalp and yylocp parameters since they are always just
4713 taken from the yys parameter. When reporting a discarded merged value
4714 in debugging output, note that it is incompletely merged. Document the
4715 interface.
4716 (yyresolveAction): If resolving any of the RHS states fails, destroy
4717 them all rather than leaking them. Thus, as long as user actions are
4718 written to clean up the RHS correctly, yyresolveAction always cleans up
4719 the RHS of a semantic option. Document the interface.
4720
18d9185c
PE
47212006-02-27 Paul Eggert <eggert@cs.ucla.edu>
4722
4723 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
4724 led to a segmentation fault in GNU Pascal. Problem reported
4725 by Waldek Hebisch.
4726
841a7737
JD
47272006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
4728
4729 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
4730 mid-rule action inside a nonterminal symbol in order to declare a
4731 destructor for its semantic value.
4732
fc3f467f
PE
47332006-02-16 Paul Eggert <eggert@cs.ucla.edu>
4734
4735 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
4736 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
4737 __cplusplus && ! defined _STDLIB_H && !
4738 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
4739 defined free))]: Include <stdlib.h> rather than rolling our own
4740 declarations of malloc and free, to avoid problems with
4741 incompatible declarations (using 'throw') C++'s stdlib.h. This
4742 should fix Debian bug 340012
4743 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
4744 reported by Guillaume Melquiond.
4745
a3af26dd
PE
47462006-02-13 Paul Eggert <eggert@cs.ucla.edu>
4747
4d7bc38c
PE
4748 * NEWS: Clarify symbols versus types in unused-value warnings.
4749
a3af26dd
PE
4750 * configure.ac (AC_INIT): Bump version number.
4751
4e26c69e
PE
47522006-02-13 Paul Eggert <eggert@cs.ucla.edu>
4753
4754 * NEWS: Version 2.1a.
4755 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
4756 since C99 requires this.
4757
498e897c
PE
47582006-02-11 Paul Eggert <eggert@cs.ucla.edu>
4759
4760 * m4/c-working.m4: New file.
4761 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
4762
57bb17ca
PE
47632006-02-10 Paul Eggert <eggert@cs.ucla.edu>
4764
4765 * Makefile.maint: Merge from coreutils.
4766
0be105dc
PE
47672006-02-09 Paul Eggert <eggert@cs.ucla.edu>
4768
4769 More portability fixes for problems summarized by Nelson H. F. Beebe.
4770
4771 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
4772 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
4773 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
4774 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
4775 messes up because C++ code is compiled in 32-bit mode but linked
4776 in 64-bit mode.
4777
6fc0c024
PE
47782006-02-08 Paul Eggert <eggert@cs.ucla.edu>
4779
4780 More portability fixes for problems summarized by Nelson H. F. Beebe.
4781
7870f699
PE
4782 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
4783 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
4784
6fc0c024
PE
4785 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
4786 nodist_PROGRAMS, since we don't need to actually compile the
4787 example if we're just doing a plain 'make'. This avoids bothering
4788 the installer unnecessarily about problems due to weird C++
4789 compilers.
4790
fe6c2fde
PE
47912006-02-06 Paul Eggert <eggert@cs.ucla.edu>
4792
4793 More portability fixes for problems summarized by Nelson H. F. Beebe.
4794
4795 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
4796 than #include "...", and compile with -I'.'. The old method was
4797 not portable, according to Posix and the C standard, and it does
4798 not work with Sun C 5.7, where previous #line directives affect
4799 the working directory used in later #include "..." directives.
4800
927b425b
JMG
48012006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4802
4803 Various DJGGP specific issues in /djgpp
4804
d9735e9e
PE
48052006-02-02 Paul Eggert <eggert@cs.ucla.edu>
4806
4807 More portability fixes for problems summarized by Nelson H. F. Beebe.
4808
4809 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
4810 '#include <map>' works and that you can apply ++ to iterators.
4811
5a6755af
PE
48122006-02-01 Paul Eggert <eggert@cs.ucla.edu>
4813
67a0dc4f
PE
4814 Work around portability problems summarized by Nelson H. F. Beebe in
4815 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
4816
8c86f0ef
PE
4817 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
4818 that '#include <string>' works.
4819
de35dd59
PE
4820 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
4821 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
4822 "warning: sorry: semantics of inline function static data `const
4823 unsigned char translate_table[262]' are wrong (you'll wind up with
4824 multiple copies)".
4825
67a0dc4f
PE
4826 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
4827 or, xor to not_, and_, or_, and xor_, respectively. This works
4828 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
4829 random system header somewhere that includes the equivalent of
4830 <iso646.h>.
4831
5a6755af
PE
4832 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
4833 -E" works; it apparently doesn't work with PathScale EKO Compiler
67a0dc4f 4834 Suite Version 2.0.
5a6755af 4835
3f001415
JD
48362006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
4837
4838 During deterministic GLR operation, user actions should be able to
4839 influence the parse by changing yychar. To make this easier to fix and
4840 to make glr.c easier to evolve in general, don't maintain yytoken in
4841 parallel with yychar; just compute yytoken when needed.
4842 * tests/glr-regression.at (Incorrect lookahead during deterministic
4843 GLR): Check that setting yychar in a user action has the intended
4844 effect.
4845 * data/glr.c (yyGLRStack): Remove yytokenp member.
4846 (yyclearin): Don't set *yytokenp.
4847 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
4848 yychar rather than *yytokenp to determine the current lookahead.
4849 Compute yytoken locally when needed.
4850 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
4851 point to.
4852
4853 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
4854 after `--report' documentation.
4855
e2a8c0f5
PE
48562006-01-30 Paul Eggert <eggert@cs.ucla.edu>
4857
4858 * src/parse-gram.y (grammar_declaration): Location of printer
4859 symbol is @1, not list->location. Bug reported by twlevo.
4860 * tests/input.at (Incompatible Aliases): Adjust to above change.
4861
6b702268
PE
48622006-01-29 Paul Eggert <eggert@cs.ucla.edu>
4863
27622431
PE
4864 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
4865 all the test at once. This makes the output easier to read in the
4866 normal case.
4867
6b702268
PE
4868 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
4869 got from <http://bro-ids.org/download.html>. The bug is that
4870 when two actions appeared in succession, the second one was
4871 scanned before the first one was added to the grammar rule
4872 as a midrule action. Bison then output the incorrect warning
4873 "parse.y:905.17-906.36: warning: unused value: $3".
4874 * src/parse-gram.y (BRACED_CODE, action): These are no longer
4875 associated with a value.
4876 (rhs): Don't invoke grammar_current_rule_action_append.
4877 (action): Invoke it here instead.
4878 * src/reader.c (grammar_midrule_action): Now extern.
4879 (grammar_current_rule_action_append): Don't invoke
4880 grammar_midrule_action; that is now the scanner's job.
4881 * src/reader.h (last_string, last_braced_code_loc):
4882 (grammar_midrule_action): New decls.
4883 * src/scan-gram.l (last_string): Now extern, sigh.
4884 (last_braced_code_loc): New extern variable.
4885 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
4886 rule already has an action.
4887 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
4888 * tests/input.at (AT_CHECK_UNUSED_VALUES):
4889 Add some tests to check that the above changes fixed the bug.
4890
d40ba6c2
PE
48912006-01-27 Paul Eggert <eggert@cs.ucla.edu>
4892
4893 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
4894 All used changed. Check whether the symbol has a destructor,
4895 not whether it is typed.
4896 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
4897 that the values are still reported as unused. All line numbers
4898 adjusted.
4899
401aace6
PE
49002006-01-23 Paul Eggert <eggert@cs.ucla.edu>
4901
4902 Work around a bug in bro 0.8, which underparenthesizes its
4903 definition of YYLLOC_DEFAULT.
4904 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
4905 their arguments.
4906 * data/lalr1.cc: Likewise.
4907 * data/yacc.cc: Likewise.
4908
06f01bc4
PE
49092006-01-22 Paul Eggert <eggert@cs.ucla.edu>
4910
401aace6
PE
4911 Work around a bug in Pike 7.0, and give the Pike folks a
4912 better way to override the usual int widths.
4913 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
4914 user can override the types.
4915 (short): #undef, to work around a bug in Pike 7.0.
4916 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
4917 (union yyalloc.yyss): Use yytype_int16 rather than short.
4918 All uses changed.
4919 (yysigned_char): Remove.
4920 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
4921 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
4922 * tests/regression.at (Web2c Actions): Adjust to above changes.
4923
4924 * src/reader.c (check_and_convert_grammar): New function.
4925 (reader): Close the input file even if something went wrong during
4926 parsing. Minor file descriptor leak reported by twlevo.
4927
06f01bc4
PE
4928 * src/assoc.c (assoc_to_string): Use a default: abort (); case
4929 to pacify gcc -Wswitch-default.
4930 * src/scan-gram.l (adjust_location): Use a default: break; case
4931 to pacify gcc -Wswitch-default.
4932 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
4933 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
4934 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
4935 Move these decls to scan-skel.l, since they don't need to be
4936 visible elsewhere.
4937 * src/scan-skel.l: Accept the above decls.
4938 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
4939 is used.
4940
02650b7f
PE
49412006-01-21 Paul Eggert <eggert@cs.ucla.edu>
4942
4943 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
4944 since we don't want to insist on a version number at the start
4945 of the changelog every time.
4946 * Makefile.maint: Sync from coreutils a bit better.
4947 (sc_trailing_blank): Renamed from sc_trailing_space.
4948 All uses changed.
4949 (sc_no_if_have_config_h, sc_require_config_h):
4950 (sc_prohibit_assert_without_use): New rules.
4951 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
4952 (sc_dd_max_sym_length): Fix leading spaces in rule.
4953 (sc_system_h_headers): Prefix with @.
4954 (sc_useless_cpp_parens, m4-check): Output line numbers.
4955 (changelog-check): Allow version only in head.
4956 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
4957 satisfy new Makefile.maint rule.
4958 * data/glr.c: Likewise.
4959 * data/glr.cc: Likewise.
4960 * data/lalr1.cc: Likewise.
4961 * data/yacc.c: Likewise.
4962 * lib/ebitsetv.c: Likewise.
4963 * lib/lbitset.c: Likewise.
4964 * lib/subpipe.c: Likewise.
4965 * lib/timevar.c: Likewise.
4966 * src/system.h: Likewise.
4967 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
4968 * djgpp/Makefile.maint: Add copyright notice.
4969 * djgpp/README.in: Likewise.
4970 * djgpp/config.bat: Likewise.
4971 * djgpp/config.site: Likewise.
4972 * djgpp/config_h.sed: Likewise.
4973 * djgpp/djunpack.bat: Likewise.
4974 * djgpp/config.sed: Fix copyright notice to match standard format.
4975 * djgpp/subpipe.h: Likewise.
4976 * lib/bitsetv-print.c: Likewise.
4977 * lib/bitsetv.c: Likewise.
4978 * lib/subpipe.h: Likewise.
4979 * lib/timevar.c: Likewise.
4980 * lib/timevar.h: Likewise.
4981 * djgpp/subpipe.c: Use standard recipe for config.h.
4982 * lib/abitset.c: Likewise.
4983 * lib/bitset.c: Likewise.
4984 * lib/bitset_stats.c: Likewise.
4985 * lib/bitsetv-print.c: Likewise.
4986 * lib/bitsetv.c: Likewise.
4987 * lib/ebitsetv.c: Likewise.
4988 * lib/get-errno.c: Likewise.
4989 * lib/lbitset.c: Likewise.
4990 * lib/subpipe.c: Likewise.
4991 * lib/timevar.c: Likewise.
4992 * lib/vbitset.c: Likewise.
4993 * tests/local.at: Likewise.
4994 * src/scan-gram.l: Don't include verify.h, since system.h does
4995 that for us.
4996 * .x-sc_require_config_h: New file.
4997 * .x-sc_unmarked_diagnostics: New file.
4998
287c78f6
PE
49992006-01-20 Paul Eggert <eggert@cs.ucla.edu>
5000
287c78f6
PE
5001 Be a bit more systematic about using 'abort'.
5002 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
5003 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
5004 Put 'default: abort ();' before some other case, to satisfy older
5005 pedantic compilers.
5006 * lib/bitset_stats.c (bitset_stats_init): Likewise.
5007 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
5008 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
5009 * src/conflicts.c (resolve_sr_conflict): Likewise.
68cae94e
PE
5010 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
5011 (get_decision_str, get_orientation_str, get_node_alignment_str):
5012 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
5013 (get_linestyle_str, get_arrowstyle_str): Likewise.
5014 * src/conflicts.c (resolve_sr_conflict):
5015 Use a default case rather than one for the one remaining enum
5016 value, to catch invalid enum values as well.
5017 * src/lalr.c (set_goto_map, map_goto):
5018 Prefer "assert (FOO);" to "if (!FOO) abort ();".
5019 * src/nullable.c (nullable_compute, token_definitions_output):
5020 Likewise.
5021 * src/reader.c (packgram, reader): Likewise.
5022 * src/state.c (transitions_to, state_new, state_reduction_find):
5023 Likewise.
5024 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
5025 (symbol_pack): Likewise.
5026 * src/tables.c (conflict_row, pack_vector): Likewise.
287c78f6
PE
5027 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
5028 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
68cae94e
PE
5029 * src/system.h: Don't include <assert.h>.
5030 (assert): New macro.
5031
5032 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
5033 (Destructor Decl, Parser Function, Pure Calling):
5034 Describe rules for braces inside C code more carefully.
287c78f6 5035
c66dfadd
PE
50362006-01-19 Paul Eggert <eggert@cs.ucla.edu>
5037
c21493b8
PE
5038 Fix some porting glitches found by Nelson H. F. Beebe.
5039 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
5040 compilers that don't understand that abort () does not return.
5041 * src/state.c (transitions_to): Likewise.
5042 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
5043 that '#include <cstdlib>' works.
5044 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
5045 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
5046 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
5047 for the benefit of some pre-C99 compilers.
5048
b6e3facf
PE
5049 * bootstrap: Undo changes to gnulib files that autoreconf made.
5050
c66dfadd
PE
5051 Minor fixups to get 'make maintainer-check' to work.
5052 * configure.ac: Don't use -Wnested-externs, as it's incompatible
5053 with the new verify.h implementation.
5054 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
5055 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
5056 * data/yacc.c (YYUSE): Likewise.
5057 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
5058 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
5059 * src/parse-gram.y (declaration): Don't pass a string constant
5060 to a function that expects char *, since GCC might complain
5061 about the constant value.
5062 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
5063 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
5064 before #defining them.
5065 * tests/glr-regression.at
5066 (Incorrectly initialized location for empty right-hand side in GLR):
5067 In yyerror, use the msg arg.
5068 (Corrupted semantic options if user action cuts parse):
5069 (Incorrect lookahead during deterministic GLR):
5070 (Incorrect lookahead during nondeterministic GLR):
5071 Don't name a local var 'index'; it shadows string.h's 'index'.
5072
ed94ef2a
AD
50732006-01-19 Akim Demaille <akim@epita.fr>
5074
5075 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
5076 location, not just parts of it.
5077
e9ad4aec
PE
50782006-01-18 Paul Eggert <eggert@cs.ucla.edu>
5079
d6ca7905
PE
5080 * NEWS: Document the fact that multiple %unions are now allowed.
5081 * doc/bison.texinfo (Union Decl): Likewise.
51cbef6f
PE
5082 * TODO: This feature is now implemented, so remove it from
5083 the wishlist.
d6ca7905 5084
ef1b70e0
PE
5085 * Makefile.maint: Merge with coreutils Makefile.maint.
5086 (CVS_LIST): Use build-aux version if available.
5087 (VERSION_REGEXP): New macro.
5088 (syntax-check-rules): Add sc_no_if_have_config_h,
5089 sc_prohibit_assert_without_use, sc_require_config_h,
5090 sc_useless_cpp_parens.
5091 (sc_obsolete_symbols): Check for O_NDELAY.
5092 (sc_dd_max_sym_length): Track coreutils.
5093 (sc_unmarked_diagnostics): Look in all files, not just *.c.
5094 (sc_useless_cpp_parens): New rule.
5095 (news-date-check): Look for version or today's date.
5096 (changelog-check): Don't require version number near head.
5097 (copyright-check): Use current year instead of hardwiring 2005.
5098 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
5099 (announcement): Add --gpg-key-ID.
5100
5101 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
5102 with "file system".
5103
2073ce56 5104 Avoid undefined behavior that addressed just before the start of an
e9ad4aec
PE
5105 array. Problem reported by twlevo.
5106 * src/reader.c (packgram): Prepend a new sentinel before ritem.
5107 * src/lalr.c (build_relations): Rely on new sentinel.
5108 * src/gram.c (gram_free): Adjust to new sentinel.
5109
b7691f15
JD
51102006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
5111
5112 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
5113 yylookaheadNeeds. All uses updated.
5114 (yysplitStack): Rename local yynewLookaheadStatuses to
5115 yynewLookaheadNeeds.
5116 * data/glr-regression.at (Incorrect lookahead during nondeterministic
5117 GLR): In comments, change `lookahead status' to `lookahead need'.
5118
ddee1b06
PH
51192006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5120
5121 * data/glr.c (yysplitStack): A little stylistic rewrite.
5122
12f4614d
PH
51232006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5124
5125 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
5126
32c29292
JD
51272006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
5128
5129 * doc/bison.texinfo: Fix some typos.
5130 (GLR Semantic Actions): New subsection discussing special
5131 considerations because GLR semantic actions might be deferred.
5132 (Actions): Mention look-ahead usage of yylval.
5133 (Actions and Locations): Mention look-ahead usage of yylloc.
5134 (Special Features for Use in Actions): Add YYEOF entry and mention it
5135 in the yychar entry.
5136 In the yychar entry, remove mention of the local yychar case (pure
5137 parser) since this is irrelevant information when writing semantic
148d66d8 5138 actions and since it's already discussed in `Table of Symbols' where
32c29292
JD
5139 yychar is otherwise described as an external variable.
5140 In the yychar entry, don't call it the `current' look-ahead since it
5141 isn't when semantic actions are deferred.
5142 In the yychar and yyclearin entries, add note about deferred semantic
5143 actions.
5144 Add yylloc and yylval entries discussing look-ahead usage.
5145 (Look-Ahead Tokens): When discussing yychar, don't call it the
5146 `current' look-ahead, and do mention yylval and yylloc.
5147 (Error Recovery): Cross-reference `Action Features' when mentioning
5148 yyclearin.
148d66d8 5149 (Table of Symbols): In the yychar entry, don't call it the `current'
32c29292
JD
5150 look-ahead.
5151 In the yylloc and yylval entries, mention look-ahead usage.
5152
de366a2f 51532006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
2781dbd1
JD
5154
5155 * tests/glr-regression.at: Update copyright year to 2006.
5156
bf70fa87
JD
51572006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5158
5159 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
5160 use during nondeterministic operation to track which stacks have
5161 actually needed the current lookahead.
5162 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
5163 Allocate, deallocate, resize, and otherwise shuffle space for
5164 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
5165 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
5166 appropriately during nondeterministic operation.
5167 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
5168 members to store the current lookahead to be used by the deferred
5169 user action.
5170 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
5171 from which the RHS is taken. Set the lookahead members of the new
5172 yySemanticOption according to the lookahead status for stack yyk.
5173 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
5174 yyaddDeferredAction.
5175 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
5176 members of yySemanticOption before invoking yyuserAction, and then set
5177 them back to their current values afterward.
5178 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
5179 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
5180 * tests/glr-regression.at: Remove `.' from the ends of recent test case
5181 titles for consistency.
5182 (Leaked merged semantic value if user action cuts parse): In order to
5183 suppress lint warnings, use arguments in merge function, and assign
5184 char value < 128 in main.
5185 (Incorrect lookahead during deterministic GLR): New test case.
5186 (Incorrect lookahead during nondeterministic GLR): New test case.
5187
05449a2c
JD
51882006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5189
de366a2f 5190 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
05449a2c
JD
5191 !yyvaluep as signal that no semantic value is available to print.
5192 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
5193 to print a semantic value.
5194
4158e0a1 51952006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
fd2493f7 5196
4158e0a1
JD
5197 * tests/glr-regression.at: For consistency with my newer test cases,
5198 don't thank myself.
5199
d659304d
JD
52002006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
5201
5202 * data/glr.c (yyresolveValue): When merging semantic options, if at
5203 least one user action succeeds but a later one cuts the parse, then
5204 destroy the semantic value before returning rather than leaking it.
5205 (yyresolveStates): If a user action cuts the parse and thus
5206 yyresolveValue fails, ignore the (unset) semantic value rather than
5207 corrupting the yyGLRState, and empty the semantic options list since
5208 the user actions should have called all necessary destructors.
5209 Simplify code with YYCHK.
5210 * tests/glr-regression.at (Corrupted semantic options if user action
5211 cuts parse): New test case.
5212 (Undesirable destructors if user action cuts parse): New test case.
5213 Before applying any of this patch, this test case never actually failed
5214 for me... but only because the corrupted semantic options usually
5215 masked this bug.
5216 (Leaked merged semantic value if user action cuts parse): New test
5217 case.
5218
6ec2c0f2
AD
52192006-01-05 Akim Demaille <akim@epita.fr>
5220
5221 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
5222
1b9c21fb
PE
52232006-01-04 Paul Eggert <eggert@cs.ucla.edu>
5224
5225 * data/c.m4 (b4_c_modern): New macro, with a new provision for
5226 _MSC_VER. Problem reported by Cenzato Marco.
5227 (b4_c_function_def): Use it.
5228 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
5229 b4_c_modern.
5230 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
5231 than rolling our own.
5232
84866159
AD
52332006-01-04 Akim Demaille <akim@epita.fr>
5234
5235 Also warn about non-used mid-rule values.
5236 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
5237 member.
5238 (symbol_list_new): Adjust.
5239 * src/reader.c (symbol_typed_p): New.
5240 (grammar_rule_check): Use it.
5241 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
5242 Check its rule.
5243 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
5244 Use it.
5245 * tests/actions.at (Exotic Dollars): Adjust.
5246
378f4bd8
AD
52472006-01-04 Akim Demaille <akim@epita.fr>
5248
5249 * src/reader.c (grammar_midrule_action): If $$ is set in a
5250 mid-rule, move the `used' bit to its lhs.
5251 * tests/input.at (Unused values): New.
5252 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
5253
e2a21b6f
PE
52542006-01-03 Paul Eggert <eggert@cs.ucla.edu>
5255
54662697
PE
5256 * doc/bison.texinfo (Bison Options): Say more accurately what
5257 --yacc does.
5258 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
5259 about declarations in the grammar when in Yacc mode, as POSIX does
5260 not require a diagnostic when the grammar uses extensions.
5261
5262 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
5263
073f9288
PE
5264 Warn about dubious constructions like "%token T T".
5265 Reported by twlevo.
5266 * src/symtab.h (struct symbol.declared): New member.
5267 * src/symtab.c (symbol_new): Initialize it to false.
5268 (symbol_class_set): New arg DECLARING, specifying whether
5269 this is a declaration that we want to warn about, if there
5270 is more than one of them. All uses changed.
5271
1221b78a
PE
5272 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
5273 Allow multiple %union directives, whose contents concatenate.
5274 * src/parse-gram.y (grammar_declaration): Likewise.
5275 Use muscle_code_grow, so that we don't need stype_line any more.
5276 All uses changed.
5277
5278 * src/muscle_tab.c (muscle_grow): Fix comment.
5279
e2a21b6f
PE
5280 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
5281 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
5282 Update copyright year to 2006.
5283
8f7e3cf9
AD
52842006-01-03 Akim Demaille <akim@epita.fr>
5285
5286 Have glr.cc pass (some of) the calc.at tests.
5287 * data/glr.cc (b4_parse_param_orig): New.
5288 (b4_parse_param): Improve its definition, and bound it more
5289 clearly in the skeleton.
5290 (b4_epilogue): Append, instead of prepending, in order to keep
5291 #line consistency.
5292 Simplify the generation of auxiliary functions: locations and
5293 purity are mandated.
5294 (b4_global_tokens_and_yystype): Honor it.
5295 * data/location.cc (c++.m4): Don't include it.
5296 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
5297 and AT_SKEL_CC_IF.
5298 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
5299 AT_LALR1_CC_IF.
5300 Be sure to initialize the first position's filename.
5301 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
5302 mandated anyway.
5303 (AT_CHECK_CALC_GLR_CC): New.
5304 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
5305
3953ed88
AD
53062006-01-02 Akim Demaille <akim@epita.fr>
5307
5308 * src/output.c (output_skeleton): Don't hard wire the inclusion of
5309 c.m4.
0a96ba81 5310 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
3953ed88
AD
5311 * data/glr.cc: Do not include stack.hh.
5312
9ecafbbf
AD
53132006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
5314
5315 * data/glr.c: Reformat whitespace with tabs.
5316 (b4_lpure_formals): Remove this unused m4 macro.
5317 * tests/cxx-type.at: Reformat whitespace with tabs.
5318 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
5319 since it's a member. Rename type to isNterm for clarity.
5320
c4d497a0
AD
53212005-12-29 Akim <akim@sulaco.local>
5322
5323 Let glr.cc catch up with symbol_value_print.
5324 * data/glr.cc (b4_yysymprint_generate): Replace by...
5325 (b4_yy_symbol_print_generate): this.
5326 (yy_symbol_print, yy_symbol_value_print): Declare them.
5327
4517da37
PE
53282005-12-28 Paul Eggert <eggert@cs.ucla.edu>
5329
5330 * src/location.h (boundary): Note that a line or column equal
5331 to INT_MAX indicates an overflow.
5332 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
5333 (rule_length_overflow, increment_rule_length, add_column_width):
5334 New functions.
5335 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
5336 (<SC_BRACED_CODE>"}"):
5337 Use increment_rule_length rather than incrementing it by hand.
5338 (adjust_location, handle_syncline): Diagnose overflow.
5339 (handle_action_dollar, handle_action_at):
5340 Fix bug with monstrosities like $-2147483648.
5341 Remove now-unnecessary checks.
5342 (scan_integer): Verify assumptions and remove now-unnecessary checks.
5343 (convert_ucn_to_byte): Verify assumptions.
5344 (handle_syncline): New arg LOC. All callers changed.
5345 Don't store through a value derived from char const * pointer.
5346
5347 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
5348 GCC warnings.
5349
e3233bf6
PE
53502005-12-27 Paul Eggert <eggert@cs.ucla.edu>
5351
5352 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
5353 Remove unnecessary forward static decls.
5354
8f3596a6
AD
53552005-12-27 Akim Demaille <akim@epita.fr>
5356
5357 * src/reader.c (grammar_current_rule_check): Also check that $$
5358 is used.
5359 Take the rule to check as argument, hence rename as...
5360 (grammar_rule_check): this.
5361 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
5362 Rename as...
5363 (grammar_rule_begin, grammar_rule_end): these, for consistency.
5364 (grammar_midrule_action, grammar_symbol_append): Now static.
5365 * tests/torture.at (input): Don't rely on the default action
5366 being always performed.
5367 * tests/calc.at: "Set" $$ even when the action is "cut" with
5368 YYERROR or other.
5369 * tests/actions.at (Exotic Dollars): Instead of using unused
5370 values, check that the warning is issued.
5371
721be13c
PE
53722005-12-22 Paul Eggert <eggert@cs.ucla.edu>
5373
5374 * NEWS: Improve wording for unused-value warnings.
5375
a0af42fc
AD
53762005-12-22 Akim Demaille <akim@epita.fr>
5377
5378 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
5379 (b4_yysymprint_generate): Rename as...
5380 (b4_yy_symbol_print_generate): this.
5381 Generate yy_symbol_print instead of yysymprint.
5382 Generate also yy_symbol_value_print, and use it.
5383
affac613
AD
53842005-12-22 Akim Demaille <akim@epita.fr>
5385
721be13c 5386 * NEWS: Warn about unused values.
affac613
AD
5387 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
5388 a `used' member.
5389 (symbol_list_n_get, symbol_list_n_used_set): New.
5390 (symbol_list_n_type_name_get): Use symbol_list_n_get.
5391 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
5392 * src/reader.c (grammar_current_rule_check): Check that values are
5393 used.
5394 * src/symtab.c (symbol_print): Accept 0.
5395 * tests/existing.at: Remove the type information.
5396 Empty the actions.
5397 Remove useless actions (beware of mid-rule actions: perl -000
5398 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
5399 * tests/actions.at (Exotic Dollars): Use unused values.
5400 * tests/calc.at: Likewise.
5401 * tests/glr-regression.at (No users destructors if stack 0 deleted):
5402 Likewise.
5403
5404 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
5405 rule_useful_p.
5406
9d9b8b70
PE
54072005-12-21 Paul Eggert <eggert@cs.ucla.edu>
5408
8bb4c753
PE
5409 Undo 2005-12-01 tentative license wording change. The wording is
5410 still being reviewed by the lawyers, and we don't want to wait for
5411 them before publishing a test release. For now, revert to the
5412 previous wording.
5413 * NEWS: Undo 2005-12-01 change.
5414 * data/glr.c: Revert to previous license wording.
5415 * data/glr.cc: Likewise.
5416 * data/lalr1.cc: Likewise.
5417 * data/location.cc: Likewise.
5418 * data/yacc.c: Likewise.
5419
9d9b8b70
PE
5420 * NEWS: Reword %destructor vs YYABORT etc.
5421 * data/glr.c: Use American spacing, for consistency.
5422 * data/glr.cc: Likewise.
5423 * data/lalr1.cc: Likewise.
5424 * data/yacc.c: Likewise.
5425 * data/yacc.c: Reformat comments slightly.
5426 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
5427 for consistency. Fix some spelling errors and reword recently-included
5428 text slightly.
5429 * tests/cxx-type.at: Cast results of malloc, for C++.
5430
2c3b392a
AD
54312005-12-21 Joel E. Denny <address@hidden>
5432
5433 * tests/cxx-type.at: Construct a tree, count the parents of shared
5434 nodes, and free each node once and only once. Previously, the memory
5435 for semantic values was leaked instead.
5436
d6cff4dc
AD
54372005-12-21 Joel E. Denny <address@hidden>
5438
5439 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
5440 (yylval, yylloc): If pure, #define to yystackp->yyval and
5441 yystackp->yyloc similar to yychar and yynerrs.
5442 (yyparse): If pure, remove local yylval and yylloc. Add local
5443 yystackp to accommodate pure definitions of yylval and yylloc.
5444 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
5445 yylvalp and yyllocp to &yylval and &yylloc.
5446 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
5447 namespace. Previously, nerrs and char were missing, but lval and lloc
5448 weren't necessary.
5449 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
5450 yylvalp and yyllocp parameters since, if pure, these are now always
5451 accessible through yystackp. If not pure, they are still accessible
5452 globally.
5453 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
5454 `if (YYID (N))' to pacify lint.
5455
a85284cf
AD
54562005-12-21 Akim Demaille <akim@epita.fr>
5457
5458 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
5459 destroy the RHS symbols of a rule.
5460 * data/yacc.c (yylen): Initialize to 0.
5461 Keep its value to the number of items to possibly shift.
5462 In particular, a regular successful parse that ends on YYFINAL by
5463 a (internal) YYACCEPT must not have yylen != 0.
5464 (yyerrorlab, yyreturn): Pop the RHS.
5465 Reorder a bit to emphasize the `shifting' bits of code.
5466 (YYPOPSTACK): Now accept a number of items to pop.
5467 * data/lalr1.cc: Likewise.
5468 * data/glr.c: Formatting changes.
5469 Use goto instead of fall through.
5470 * doc/bison.texinfo (Destructor Decl): Complete.
5471
d508c281
JMG
54722005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5473
5474 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
5475 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
5476 * djgpp/config.bat: Replace every occurence of the file name
5477 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
5478 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
5479 * djgpp/config.sed: Replace every occurence of the file name
5480 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
5481 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
5482 * djgpp/djunpack.bat: DJGPP specific file.
5483 * djgpp/fnchange.lst: DJGPP specific file.
5484 * djgpp/README.in: Add new information about how to unpack the bison
5485 source on MSDOS and other systems which have 8.3 file name restrictions
5486 using djunpack.bat and fnchange.lst.
5487
3e7a2cd9
PE
54882005-12-12 Paul Eggert <eggert@cs.ucla.edu>
5489
5490 * bootstrap (build_cvs_prefix): Remove; unused.
5491 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
5492 when getting gnulib.
5493
54942005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
5495
5496 * data/glr.c: Reorder typedef declarations for structs to match order
5497 of struct declarations.
5498 Rename yystack everywhere to yystackp except in yyparse where it's not
5499 a pointer.
5500 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
5501 consistency.
5502 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
5503 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
5504 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
5505 lint.
5506
877519f8
PE
55072005-12-09 Paul Eggert <eggert@cs.ucla.edu>
5508
0eca5a39
PE
5509 * tests/sets.at (Accept): Fix typos in regular expression used to
5510 sed out the final state number.
5511
2cec9080
PE
5512 Work around portability problem on Solaris 10: flex-generated
5513 files include <stdio.h> before <config.h>, which messes up
5514 because the latter defines __EXTENSIONS__. Address the problem
5515 by creating two new little files that include <config.h> first,
5516 then include the flex-generated files. Rewrite everyone else
5517 to include <config.h> first, as well.
5518 * lib/timevar.c: Always include "config.h".
5519 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
5520 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
5521 (EXTRA_bison_SOURCES): New macro.
5522 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
5523 * src/system.h: Don't include config.h.
5524 * src/LR0.c: Include <config.h> first.
5525 * src/assoc.c: Likewise.
5526 * src/closure.c: Likewise.
5527 * src/complain.c: Likewise.
5528 * src/conflicts.c: Likewise.
5529 * src/derives.c: Likewise.
5530 * src/files.c: Likewise.
5531 * src/getargs.c: Likewise.
5532 * src/gram.c: Likewise.
5533 * src/lalr.c: Likewise.
5534 * src/location.c: Likewise.
5535 * src/main.c: Likewise.
5536 * src/muscle_tab.c: Likewise.
5537 * src/nullable.c: Likewise.
5538 * src/output.c: Likewise.
5539 * src/parse-gram.y: Likewise.
5540 * src/print.c: Likewise.
5541 * src/print_graph.c: Likewise.
5542 * src/reader.c: Likewise.
5543 * src/reduce.c: Likewise.
5544 * src/relation.c: Likewise.
5545 * src/state.c: Likewise.
5546 * src/symlist.c: Likewise.
5547 * src/symtab.c: Likewise.
5548 * src/tables.c: Likewise.
5549 * src/uniqstr.c: Likewise.
5550 * src/vcg.c: Likewise.
5551
877519f8
PE
5552 * src/parse-gram.y: Fix minor problems uncovered by lint.
5553 (current_lhs, current_lhs_location): Now static.
5554 (current_assoc): Remove unused variable.
5555
5556 Cleanups so that Bison-generated parsers have less lint.
5557 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
5558 Prepend /*ARGSUSED*/, for lint's sake.
5559 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
5560 definition if 'lint' is defined.
5561 (YYID): New macro (or function, if lint).
5562 All uses of /*CONSTCOND*/0 replaced by YYID(0).
5563 * data/yacc.c: Likewise.
5564 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
5565 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
5566 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
5567 is C++ only.
5568 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
5569 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
5570 Use YYID(0) rather than 0, for lint.
5571 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
5572 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
5573
f5228370
PE
55742005-12-07 Paul Eggert <eggert@cs.ucla.edu>
5575
5576 * tests/glr-regression.at
5577 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
5578 Close memory leak reported by twlevo.
5579
69ce078b
PE
55802005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
5581
6ff99711
PE
5582 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
5583 all stacks.
5584 (yyparse): Iterate another stack in order to call user destructors.
69ce078b
PE
5585 * tests/glr-regression.at (No users destructors if stack 0 deleted):
5586 New test case.
5587 (Duplicated user destructor for lookahead): This test now is expected
5588 to succeed.
5589
af3412cd
PE
55902005-12-01 Paul Eggert <eggert@cs.ucla.edu>
5591
32b5b719 5592 * NEWS: Document the following change.
af3412cd
PE
5593 * data/yacc.c: Say "parser skeleton" rather than "file", since
5594 it's no longer just a file.
5595 * data/glr.c: Grant a special exception for C GLR parsers, that
5596 reads like the already-existing exception for C LALR(1) parsers.
5597 * data/glr.cc: Likewise.
5598 * data/lalr1.cc: Likewise.
5599 * data/location.cc: Likewise.
5600 * data/yacc.c: Reword the "written by" statement to clarify that
5601 it was the parser skeleton, not the entire output file.
5602 * data/glr.c: Written by Paul Hilfinger.
5603 * data/glr.cc: Written by Akim Demaille.
5604 * data/lalr1.cc: Likewise.
5605
035aa4a0
PE
56062005-11-18 Paul Eggert <eggert@cs.ucla.edu>
5607
d9963c85
PE
5608 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
5609 Fix typos in previous change that broke 'make check'.
5610 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
5611 supported in C.
5612 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
5613 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
5614 We can revert this once things settle down.
5615
035aa4a0
PE
5616 * src/conflicts.c (conflicts_print): Don't print file name twice
5617 when %expect fails because there were no conflicts.
5618 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
5619 change.
5620 * tests/conflicts.at (%expect not enough, %expect too much):
5621 (%expect with reduce conflicts): Adjust to new behavior.
5622
56232005-11-18 Akim Demaille <akim@epita.fr>
5624
5625 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
5626 errors.
5627 * NEWS: Document this.
5628 * doc/bison.texinfo (Expect Decl): Likewise.
5629
d1ff7a7c
AD
56302005-11-16 Akim Demaille <akim@epita.fr>
5631
5632 Generalize the display of semantic values and locations in traces.
5633 * data/glr.c (yy_reduce_print): Fix indices (again).
5634 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
5635 literal integers.
5636 * data/lalr1.cc (yyreduce_print): Rename as...
5637 (yy_reduce_print): this.
5638 Display values and locations.
5639 * data/yacc.c (yy_reduce_print): Likewise.
5640 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
5641 (yysymprint): Move higher to be visible from yy_reduce_print).
5642 (yyparse): Adjust.
5643 * tests/calc.at: Adjust the expected length of the traces.
5644
6de5398d
AD
56452005-11-14 Akim Demaille <akim@epita.fr>
5646
5647 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
5648 from 1 to N, while values and location start at 0.
5649 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
5650
a1373f55
AD
56512005-11-14 Akim Demaille <akim@epita.fr>
5652
5653 * data/glr.c (yy_reduce_print): Fix the $ number.
5654
613d8952
AD
56552005-11-14 Akim Demaille <akim@epita.fr>
5656
5657 "Use" parse parameters.
5658 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
5659 * data/glr.c, data/glr.cc: Use them.
5660 * data/glr.c (YYUSE): Have a C++ definition that supports
5661 non-pointer types.
5662
b2741627
AD
56632005-11-14 Akim Demaille <akim@epita.fr>
5664
5665 * data/glr.c (yyexpandGLRStack): Declare only if defined.
5666
5059b5c8
AD
56672005-11-14 Akim Demaille <akim@epita.fr>
5668
42249483
AD
5669 * data/glr.cc: New.
5670 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5059b5c8 5671
4626a15d
AD
56722005-11-12 Akim Demaille <akim@epita.fr>
5673
5674 Let position and location be PODs.
5675 * data/location.cc (position::initialize, location::initialize): New.
5676 (position::position, location::location): Define only if
5677 b4_location_constructors is defined.
5678 * data/lalr1.cc (b4_location_constructors): Define it for backward
5679 compatibility.
5680 * doc/bison.texinfo (Initial Action Decl): Use initialize.
5681
56822005-11-12 Akim Demaille <akim@epita.fr>
98ae9643
AD
5683
5684 * data/lalr1.cc: Move the body of the ctor and dtor into the
5685 parser file (instead of the header).
5686 Wrap the implementations in a "namespace yy".
5687
56882005-11-12 Akim Demaille <akim@epita.fr>
5689
5690 Have glr.c include its header file when created.
5691 * data/glr.c (b4_shared_declarations): New.
5692 Output them verbatim in the parser if !%defines, otherwise
5693 output then in the header file, and include it instead.
5694
1989d947
AD
56952005-11-11 Akim Demaille <akim@epita.fr>
5696
5697 * data/glr.c: Comment changes.
5698
56992005-11-11 Akim Demaille <akim@epita.fr>
62b08cfc
AD
5700
5701 When yydebug, report semantic and location values for reductions.
5702 * data/glr.c (yy_reduce_print): Report the semantic values and the
5703 locations.
5704 (YY_REDUCE_PRINT): Adjust.
5705 (yyglrReduce): Use them.
5706 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
5707 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
5708 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
5709 traces.
5710
02998094
AD
57112005-11-10 Akim Demaille <akim@epita.fr>
5712
5713 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
5714 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
5715 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
5716
5210672f
PE
57172005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
5718
5719 * m4/cxx.m4, examples/Makefile.am: Don't build
5720 examples/calc++ if no C++ compiler is available. (trivial change)
5721
a8991a1d
AD
57222005-11-09 Akim Demaille <akim@epita.fr>
5723
5724 * src/scan-skel.l: Use a couple of asserts.
5725
36b5e963
AD
57262005-11-03 Akim Demaille <akim@epita.fr>
5727
5728 In some (weird) cases, the final state number is incorrect.
5729 Reported by Alexandre Duret-Lutz.
5730 * src/LR0.c (state_list_append): Remove the computation of
5731 final_state.
5732 (save_reductions): Do it here.
5733 (get_state): Alpha conversion.
5734 (generate_states): Use a for loop.
5735 * src/gram.h (item_number_is_rule_number)
5736 (item_number_is_symbol_number): New.
5737 * src/state.c: Use assert.
5738 * src/system.h: Include assert.h.
5739 * tests/sets.at (Accept): New.
5740
44e7ead1
PH
57412005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5742
5743 * data/glr.c (yyfill): Adjust comment.
36b5e963 5744 (yyresolveAction): Initialize default location properly
44e7ead1
PH
5745 for empty right-hand sides.
5746 (yydoAction): Ditto.
5747 Add comment explaining apparently dead code.
36b5e963
AD
5748 * tests/glr-regression.at
5749 (Incorrectly initialized location for empty right-hand side in GLR):
44e7ead1 5750 New test.
36b5e963 5751
e10a80ee
PE
57522005-10-30 Paul Eggert <eggert@cs.ucla.edu>
5753
5754 * bootstrap (cleanup_gnulib): New function. Use it to clean up
5755 gnulib when interrupted. This fixes some race conditions and
5756 works around some portability problems (one noted by Paul
5757 Hilfinger).
5758
067b32ee
AD
57592005-10-22 Akim <akim@epita.fr>
5760
5761 * Makefile.cfg: Adjust to config -> build-aux.
5762 Reported by twledo.
5763
4b367315
AD
57642005-10-21 Akim Demaille <akim@epita.fr>
5765
5766 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
5767 the %parse-params.
5768 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
5769 * data/yacc.c (b4_Pure_if): Rename as...
5770 (b4_yacc_pure_if): this.
5771 (YY_SYMBOL_PRINT, yyparse): Adjust.
5772 * doc/bison.texinfo: Formatting changes.
5773
24cc23d9
AD
57742005-10-21 Akim Demaille <akim@epita.fr>
5775
5776 Finish the transition config -> build-aux.
5777 * configure.ac, Makefile.am: Use build-aux.
5778 * config/prev-version, config/announce-gen, config/Makefile.am:
5779 Move to...
5780 * build-aux/prev-version, build-aux/announce-gen,
5781 * build-aux/Makefile.am: here.
5782
d4476375
AD
57832005-10-14 Akim Demaille <akim@epita.fr>
5784
5785 * examples/calc++/test: Use set -x only when VERBOSE.
5786
302c0aee
PE
57872005-10-13 Paul Eggert <eggert@cs.ucla.edu>
5788
5789 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
5790 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
5791
7625ec2c
AD
57922005-10-13 Akim Demaille <akim@epita.fr>
5793
5794 * src/scan-skel.l: Output the base name parts of the parser and
5795 header file names.
302c0aee 5796 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7625ec2c
AD
5797 additional checks.
5798 Use this to exercise C++ outputs in subdirs.
5799 Reported by Oleg Smolsky.
5800
ba0fe3c7
PE
58012005-10-12 Paul Eggert <eggert@cs.ucla.edu>
5802
5803 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
5804 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
5805 Problem reported by John P. Hartmann.
5806 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
5807 already defined it.
5808
9b8a5ce0
AD
58092005-10-12 Akim Demaille <akim@epita.fr>
5810
5811 * src/parse-gram.y (version_check): Exit 63 to please missing
5812 (stands for "version mismatch).
5813 * tests/input.at, doc/bison.texinfo: Adjust.
5814
4f6e011e
PE
58152005-10-10 Paul Eggert <eggert@cs.ucla.edu>
5816
5817 Work around portability problems with Visual Age C compiler
5818 (xlc and xlC_r) reported by John P. Hartmann.
5819 * data/location.cc (initial_column, initial_line): Remove.
5820 All uses replaced by 0 and 1.
5821 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
5822 that xlc complains about.
5823 * src/scan-skel.l (skel_wrap): Likewise.
4d7aa45e 5824 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
ba0fe3c7 5825 as __STDC__.
4d7aa45e
PE
5826 * data/yacc.c (YYMODERN_C): New macro, which also looks at
5827 __STDC_VERSION__. Use it everywhere instead of looking at
5828 __STDC__ and __cplusplus.
4f6e011e 5829
a1b3bf8c
AD
58302005-10-10 Akim Demaille <akim@epita.fr>
5831
5832 * examples/calc++/test: Be quiet unless VERBOSE.
5833
412e44aa
PE
58342005-10-05 Paul Eggert <eggert@cs.ucla.edu>
5835
2a4647a3
PE
5836 * data/c.m4 (yydestruct, yysymprint):
5837 Use YYUSE instead of casting to void.
5838 * data/glr.c (YYUSE): New macro.
5839 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
5840 Use it instead of rolling our own.
5841 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
5842 (YYCHK1):
5843 Use /*CONSTCOND*/ to suppress lint warnings.
5844 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
5845 (YY_STACK_PRINT): Use 'false' not '0'.
5846 (YYUSE): New macro.
5847 (yysymprint_, yydestruct_): Use it instead of rolling our own.
5848 * data/yacc.c (YYUSE): New macro.
5849 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
5850 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
5851 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
5852
5853
412e44aa
PE
5854 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
5855 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
5856
88c6637f
PE
58572005-10-04 Paul Eggert <eggert@cs.ucla.edu>
5858
2f4f028d
PE
5859 Undo the parts of the unlocked-I/O change that substituted
5860 putc or puts for printf. This might hurt performance a bit,
5861 but some people prefer the printf style.
5862 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
5863 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
5864 All uses replaced by YYFPRINTF and YYDPRINTF.
5865 * data/yacc.c: Likewise.
5866 * lib/bitset.c (bitset_print): Likewise.
5867 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
5868 putc and puts.
5869 * lib/lbitset.c (debug_lbitset): Likewise.
5870 * src/closure.c (print_firsts, print_fderives): Likewise.
5871 * src/gram.c (grammar_dump): Likewise.
5872 * src/lalr.c (look_ahead_tokens_print): Likewise.
5873 * src/output.c (escaped_output): Likewise.
5874 (user_actions_output): Break apart two printfs.
5875 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
5876 * src/reduce.c (reduce_print): Likewise.
5877 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
5878 * src/system.h: Include unlocked-io.h rathe than stdio.h.
5879
88c6637f
PE
5880 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
5881 Use assignments rather than casts-to-void to suppress
5882 unused-variable warnings. This pacifies 'lint'.
5883 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
5884 unused-variable warnings.
5885
fb32e373
JMG
58862005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5887
5888 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
5889
edb8f44f
PE
58902005-10-02 Paul Eggert <eggert@cs.ucla.edu>
5891
fb9c0b33
PE
5892 Use unlocked I/O for a minor performance improvement on hosts like
5893 GNU/Linux and Solaris that support unlocked I/O. The basic idea
5894 is to use the gnlib unlocked-io module, and to prefer putc and
5895 puts to printf when either will work (since the latter doesn't
5896 come in an unlocked flavor).
5897 * bootstrap (gnulib_modules): Add unlocked-io.
5898 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
5899 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
5900 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
5901 and similarly for puts and putc and printf.
5902 * data/yacc.c: Likewise.
5903 * lib/bitset.c (bitset_print): Likewise.
5904 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
5905 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
5906 to printf.
5907 * lib/lbitset.c (debug_lbitset): Likewise.
5908 * src/closure.c (print_firsts, print_fderives): Likewise.
5909 * src/gram.c (grammar_dump): Likewise.
5910 * src/lalr.c (look_ahead_tokens_print): Likewise.
5911 * src/output.c (escaped_output): Likewise.
5912 (user_actions_output): Coalesce two printfs.
2f4f028d 5913 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
fb9c0b33
PE
5914 * src/reduce.c (reduce_print): Likewise.
5915 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2f4f028d 5916 * src/system.h: Include unlocked-io.h rather than stdio.h.
fb9c0b33 5917
edb8f44f
PE
5918 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
5919 this confuses xgettext.
5920
b50d2359
AD
59212005-10-02 Akim Demaille <akim@epita.fr>
5922
5923 * bootstrap (gnulib_modules): Add strverscmp.
5924 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
5925 * m4/.cvsignore: Add strverscmp.m4.
5926 * src/parse-gram.y (%require): New token, new rule.
5927 (version_check): New.
5928 * src/scan-gram.l (%require): Adjust.
5929 * tests/input.at (AT_REQUIRE): New.
5930 Use it.
5931 * doc/bison.texinfo (Require Decl): New.
5932 (Calc++ Parser): Use %require.
5933
21667f64
AD
59342005-10-02 Akim Demaille <akim@epita.fr>
5935
5936 * data/location.cc: New.
5937
2b81e969
AD
59382005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
5939 Akim Demaille <akim@epita.fr>
5940
5941 Make sure -odir/foo.cc creates dir/location.hh etc.
5942 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
5943 (spec_file_prefix, spec_verbose_file, spec_graph_file)
5944 (spec_defines_file): Now const.
5945 (dir_prefix): New.
5946 (short_base_name): Remove.
5947 * src/files.c: Adjust.
5948 (dirname.h): Include.
5949 (base_name): Don't prototype it.
5950 (finput): Remove, duplicates gram_in.
5951 (full_base_name, short_base_name): Replace by...
5952 (all_but_ext, all_but_tab_ext): these.
5953 (compute_base_names): Rename as...
5954 (compute_file_name_parts): this.
5955 Update to compute the new variables, including dir_prefix.
5956 Adjust dependencies.
5957 * src/output.c (prepare): Output them.
5958 * src/reader.c: Adjust to use gram_in, not finput.
5959 * src/scan-skel.l (@dir_prefix@): New.
5960
ad6a9b97
JMG
59612005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5962
5963 * lib/subpipe.c: New function end_of_output_subpipe() added
5964 to allow support for non-posix systems. This is a no-op function
5965 for posix systems.
5966
5967 * lib/subpipe.h: New function end_of_output_subpipe() added
5968 to allow support for non-posix systems. This is a no-op function
5969 for posix systems.
5970
5971 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
5972 handle the lack of pipe/fork functionality on non-posix systems.
5973
5974 * djgpp/Makefile.maint: DJGPP specific file.
5975
5976 * djgpp/README.in: DJGPP specific file.
5977
5978 * djgpp/config.bat: DJGPP specific configuration file.
5979
5980 * djgpp/config.sed: DJGPP specific configuration file.
5981
5982 * djgpp/config.site: DJGPP specific configuration file.
5983
5984 * djgpp/config_h.sed: DJGPP specific configuration file.
5985
5986 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
5987
5988 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
5989
fc695704
AD
59902005-10-02 Akim Demaille <akim@epita.fr>
5991
5992 * data/location.cc: New, extract from...
5993 * data/lalr1.cc: here.
5994 (location.hh): Include it after the user prologue, in case the
5995 filename type is defined by the user.
5996 Forward declation location and position before the pre-prologue.
5997 (yyresult_): Rename as...
5998 (yyresult): this, it's a local variable, not an attribute.
5999 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
6000
60012005-10-01 Akim Demaille <akim@epita.fr>
5215c87f
AD
6002
6003 * examples/extexi: Restore the #line generation.
6004
fb9712a9
AD
60052005-09-30 Akim Demaille <akim@epita.fr>,
6006 Alexandre Duret-Lutz <adl@gnu.org>
6007
6008 Move the token type and YYSTYPE in the parser class.
6009 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
6010 (parser::token): New, from the moved free definition of tokens.
6011 (parser::semantic_value): Now a full definition instead of an
6012 indirection to YYSTYPE.
6013 (b4_post_prologue): No longer included in the header file, but
6014 in the implementation file.
6015 * doc/bison.texi (C+ Language Interface): Update.
6016 * src/parse-gram.y: Support unary %define.
6017 * tests/actions.at: Define global_tokens_and_yystype for backward
6018 compatibility until we update the tests.
6019 * tests/calc.at: Idem.
6020 (first_line, first_column, last_line, last_column): Define for lalr1.cc
6021 to simplify the code.
6022
55f0c7b1
PE
60232005-09-29 Paul Eggert <eggert@cs.ucla.edu>
6024
6025 Port to SunOS 4.1.4, which lacks strtoul and strerror.
6026 Ah, the good old days! Problem reported by Peter Klein.
6027 * bootstrap (gnulib_modules): Add strerror, strtoul.
6028 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
6029 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
6030
fb9712a9 60312005-09-29 Akim Demaille <akim@epita.fr>
d4fb5e3c
AD
6032
6033 * data/c.m4 (b4_error_verbose_if): New.
6034 * data/lalr1.cc: Use it.
6035 (YYERROR_VERBOSE_IF): Remove.
6036 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
6037 parser members, replaced by...
6038 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
6039 local variables.
6040 (yysyntax_error_): Takes the state number as argument.
6041 (yyreduce_print_): Use the argument yyrule, not the former
6042 attribute yyn_.
6043
8a6f72f3
PE
60442005-09-26 Paul Eggert <eggert@cs.ucla.edu>
6045
6046 * bootstrap (gnulib_modules): Add verify.
6047 * lib/.cvsignore: Add verify.h.
6048 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
6049 * src/system.h (verify): Remove.
6050 Include verify.h instead.
6051 * src/tables.c (tables_generate): Use new API for 'verify'.
6052
0d50976f
PE
60532005-09-21 Paul Eggert <eggert@cs.ucla.edu>
6054
ebc3737e
PE
6055 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
6056 local variables whose names begin with 'yy'.
6057 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
6058 Trivial changes from Joel E. Denny.
6059
0d50976f
PE
6060 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
6061 it itself.
6062 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
6063 don't use alloca any more.
6064
6065 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
6066 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
62c4328e 6067 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
0d50976f
PE
6068 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
6069 to match yacc.c, to test more hosts.
6070
a05b79df
PE
60712005-09-20 Paul Eggert <eggert@cs.ucla.edu>
6072
55289366
PE
6073 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
6074 doesn't affect behavior.
6075 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
6076 Solaris, AIX, MSC.
6077 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
6078 This works a bit better with glibc, if user code has already included
6079 stdlib.h.
6080 * doc/bison.texinfo (Bison Parser): Document that users can't
6081 arbitrarily use malloc and free for other purposes. Document
6082 that <alloca.h> and <malloc.h> might be included.
6083 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
6084 user must declare alloca.
6085
a05b79df
PE
6086 * HACKING (release): Forwarn the Translation Project about
6087 stable releses.
6088
3ab2ca22
AD
60892005-09-20 Akim Demaille <akim@epita.fr>
6090
6091 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
6092
a9739e7c
PE
60932005-09-19 Paul Eggert <eggert@cs.ucla.edu>
6094
a702593e
PE
6095 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
6096 (YYSTACK_ALLOC_MAXIMUM): Use it.
6097 (yysyntax_error): New function.
6098 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
6099 multiple syntax errors are reported, and alloca is being used.
6100 Instead, reallocate buffers twice as big each time, so that
6101 we waste at most half the allocated memory. Start with a small
6102 (128-byte) buffer that will suffice in most cases anyway.
6103 Use yysyntax_error to do most of the work.
6104
6105 * doc/bison.texinfo (Error Reporting, Table of Symbols):
6106 yynerrs is the number of errors reported, not the number of
6107 errors encountered.
6108
a9739e7c
PE
6109 * tests/glr-regression.at (Duplicated user destructor for lookahead):
6110 Mark it as expected to fail.
6111 Cast result of malloc; problem reported by twlevo@xs4all.nl.
6112 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
6113 Don't start user-code symbols with "yy", to avoid name space problems.
6114
f479c6c6
AD
61152005-09-19 Akim Demaille <akim@epita.fr>
6116
6117 Remove the traits, failed experiment.
6118 It never proved useful, and anyway because of the current
6119 definition, it was not possible to have several specialization of
6120 this traits, making it useless.
6121 * data/lalr1.cc (yy:traits): Remove.
6122 Inline its definitions in the parser class.
6123
e2586f82
AD
61242005-09-19 Akim Demaille <akim@epita.fr>
6125
6126 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
6127 least Mac OSX with a /usr/local install of gettext.
6128
2e8cf949
AD
61292005-09-19 Akim Demaille <akim@epita.fr>
6130
6131 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
6132 and yytoken for similarity with the other skeletons.
6133
c7fb0b90
AD
61342005-09-19 Akim Demaille <akim@epita.fr>
6135
4e26c69e 6136 * NEWS, configure.ac: update version number to 2.1a.
c7fb0b90 6137
1bd0deda
PE
61382005-09-16 Paul Eggert <eggert@cs.ucla.edu>
6139
6140 * NEWS: Version 2.1.
6141
6142 * NEWS: Remove notice of yytname change, since it was never in an
6143 official release.
6144 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
6145 diagnostic.
6146 * src/output.c (prepare): Likewise.
6147 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
6148 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
6149 is not defined. This is an awful hack, but it's enough for now.
6150 All callers changed.
6151 * tests/glr-regression-at (make_value): Args are const pointers now,
6152 to avoid GCC warning.
6153 (Duplicated user destructor for lookahead): New test. Currently
6154 skipped. It fails on my host but I'm not sure it'll always fail.
6155
61562005-09-16 Akim Demaille <akim@epita.fr>
c1432f65
AD
6157
6158 * src/symtab.h (struct symbol): Declare the printer and destructor
6159 as const, to avoid accidental calls to free.
6160 (symbol_destructor_set, symbol_printer_set): Adjust.
6161 * src/symtab.c: Adjust.
6162
1bd0deda 61632005-09-16 Akim Demaille <akim@epita.fr>
cf147260
AD
6164
6165 * data/c.m4 (b4_token_enums): New.
6166 (b4_token_defines): Rename as...
6167 (b4_token_enums_defines): this.
6168 (b4_token_defines): New, output only the #defines.
6169 * data/yacc.c, data/glr.c: Adjust.
6170 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
6171 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
6172 as default values.
6173
dbcdae2d
AD
61742005-09-16 Akim Demaille <akim@epita.fr>
6175
6176 * data/lalr1.cc (yylex_): Remove, inline its code.
6177 (yyreport_syntax_error_): Remove, replaced by...
6178 (yysyntax_error_): this which returns a string and leaves to the
6179 caller the call to the users' error function.
6180 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
6181 Move from members of the parser object...
6182 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
6183 to local variables of the parse function.
6184
70d8f291
AD
61852005-09-16 Akim Demaille <akim@epita.fr>
6186
6187 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
6188 since it's in Bison's name space.
6189
b47dbebe
PE
61902005-09-15 Paul Eggert <eggert@cs.ucla.edu>
6191
ae199bf1
PE
6192 * data/glr.c (yyresolveValue): Add default case to pacify
6193 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
6194
b47dbebe
PE
6195 * NEWS: Document when yyparse started to return 2.
6196 * doc/bison.texinfo (Parser Function): Document when yyparse
6197 returns 2.
6198
6199 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
6200 (b4_filename_type): Renamed back from b4_file_name_type. All uses
6201 changed.
6202 (class position): file_name -> filename (reverting). All uses changed.
6203
62042005-09-14 Paul Eggert <eggert@cs.ucla.edu>
6205
6206 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
6207 do anything if $@ exists. This reverts part of the 2005-07-07
6208 patch.
6209
00292f66
PE
62102005-09-11 Paul Eggert <eggert@cs.ucla.edu>
6211
6212 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
6213 contains obsolete information and isn't worth distributing as a
6214 separate file anyway.
6215 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
6216 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
6217 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
6218 (yyparse): Abort if user code uses longjmp to throw an unexpected
6219 value.
6220
a420f962
PE
62212005-09-09 Paul Eggert <eggert@cs.ucla.edu>
6222
00292f66
PE
6223 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
6224 Suggested by twlevo@xs4all.nl.
6225
127287e9
PE
6226 * data/glr.c (YYCHK1): Do not assume YYE is in range.
6227 This avoids a diagnostic from gcc -Wswitch-enum.
6228 Problem reported by twlevo@xs4all.nl.
6229
a420f962
PE
6230 * doc/bison.texinfo: Don't use "filename", as per GNU coding
6231 standards. Use "file name" or "file" or "name", depending on
6232 the context.
6233 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
6234 not to hack/foo.tab.c.
6235 (Calc++ Top Level): 2nd arg of main is not const.
48b16bbc
PE
6236 * data/glr.c: b4_filename -> b4_file_name.
6237 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
6238 All uses changed.
6239 (class position): filename -> file_name. All uses changed.
6240 * data/yacc.c: b4_filename -> b4_file_name.
6241 * lib/bitset.h: filename -> file_name in local vars.
6242 * lib/bitset_stats.c: Likewise.
6243 * src/files.c: Likewise.
6244 * src/scan-skel.l ("@output ".*\n): Likewise.
6245 * src/files.c (file_name_split): Renamed from filename_split.
6246 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
a420f962
PE
6247
62482005-09-08 Paul Eggert <eggert@cs.ucla.edu>
6249
6250 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
6251 to accommodate latest gnulib.
6252
6253 * tests/glr-regression.at (Duplicate representation of merged trees):
6254 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
6255
6256 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
6257 needed.
6258
42a6501d
PE
62592005-08-26 Paul Eggert <eggert@cs.ucla.edu>
6260
6261 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
6262 All uses changed. Invoke user destructor after an error during a
6263 split parse (trivial change from Joel E. Denny).
6264
6265 * tests/glr-regression.at
6266 (User destructor after an error during a split parse): New test case.
6267 Problem reported by Joel E. Denny in:
6268 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
6269
ef9a1faf
PE
62702005-08-25 Paul Eggert <eggert@cs.ucla.edu>
6271
5b4aaf78
PE
6272 * README-cvs: Give URLs for recommended tools.
6273 Mention Gzip version problem, and bootstrapping issues.
6274 Remove troubleshooting section, as it's somewhat obsolete.
6275
b5240ba5
PE
6276 * bootstrap (no_cache): New var, to accommodate different wget
6277 variants. Use it instead of '-C off'. Problem reported by
6278 twlevo@xs4all.nl.
6279
ef9a1faf
PE
6280 * data/glr.c (yydestroyStackItem): New function.
6281 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
6282 debugging information. Problem reported by Joel E. Denny.
6283
e6efa9da
AD
62842005-08-25 Akim Demaille <akim@epita.fr>
6285
6286 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
6287
adc90f13
PE
62882005-08-24 Paul Eggert <eggert@cs.ucla.edu>
6289
6290 * data/glr.c (yyrecoverSyntaxError, yyreturn):
6291 Don't invoke destructor on unresolved entries.
6292 * tests/glr-regression.at
6293 (User destructor for unresolved GLR semantic value): New test case.
6294 Problem reported by Joel E. Denny in:
6295 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
6296
f9315de5
PE
62972005-08-21 Paul Eggert <eggert@cs.ucla.edu>
6298
15d29c1f
PE
6299 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
6300 Add strnlen.c.
6301 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
6302 lib-prefix.m4, po.m4.
6303
dd5f2af2
PE
6304 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
6305 in yydestruct diagnostic, since it might not be an error.
6306 Problem reported by Joel Denny near end of
6307 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6250acbd 6308 * data/lalr1.cc (yyerturn): Likewise.
dd5f2af2
PE
6309 * data/yacc.c (yyreturn): Likewise.
6310 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
6311
6312 * src/files.c: Remove obsolete FIXME comment.
6313
6314 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
6315 with the other templates, and to fix bogus run-on messages such
6316 as the one reported at the end of
6317 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6318 All callers changed to avoid the newline.
6319 (yyprocessOneStack): Output two lines rather than one, to accommodate
6320 the above change. This changes the debug output format slightly.
6321
f9315de5
PE
6322 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
6323 reported by Joel E. Denny in
6324 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
6325 (trivial change).
6326 * tests/glr-regression.at (Duplicate representation of merged trees):
6327 New test, from Joel E. Denny in:
6328 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
6329 * THANKS: Add Joel E. Denny.
6330
6331 * configure.ac (AC_INIT): Bump to 2.0c.
6332
04098407
PE
63332005-07-24 Paul Eggert <eggert@cs.ucla.edu>
6334
6335 * NEWS: Version 2.0b.
6336
ca5d2013
PE
6337 * Makefile.am (SUBDIRS): Put examples before tests, so that
6338 "make check" doesn't finish with "All 1 tests passed".
6339
3d54b576
PE
6340 * tests/regression.at (Token definitions): Don't rely on
6341 AT_PARSER_CHECK for data that contains backslashes. It currently
6342 uses 'echo', and 'echo' isn't portable if its argument contains
6343 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
6344 that the byte '\0xff' is not printable in the C locale; it is,
6345 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
6346 not printable, so use '\0x81' to test.
6347
d53ae497
PE
6348 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
6349 version of GCC, since the macro is used with non-GCC compilers.
6350
fc01665e
PE
6351 Fix core dump reported by Pablo De Napoli in
6352 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
6353 * tests/regression.at (Invalid inputs with {}): New test.
6354 * src/parse-gram.y (token_name): Translate type before using
6355 it as an index.
6356
04098407
PE
6357 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
6358 the user's name space. All uses changed to __attribute__
6359 ((__unused__)).
6360 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
6361 Add __attribute__ ((__noreturn__)).
6362
6363 * etc/clcommit: Remove. We weren't using it, and it failed
6364 "make maintainer-distcheck".
6365 * Makefile.maint: Merge from coreutils.
6366 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
6367 (syntax-check-rules): Change list of rules as described below.
6368 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
6369 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
6370 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
6371 (sc_trailing_space): New rules.
6372 (sc_xalloc_h_in_src): Remove.
6373 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
6374 (sc_space_tab, sc_error_exit_success, sc_changelog):
6375 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
6376 (makefile-check, po-check, author_mark_check):
6377 (makefile_path_separator_check, copyright-check):
6378 Use grep -n, to make it easier to find violations.
6379 Use CVS_LIST and CVS_LIST_EXCEPT.
6380 (header_regexp, h_re): Remove.
6381 (dd_c): New macro.
6382 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
6383 (my-distcheck): Use more-modern GCC flags.
6384 (signatures, %.asc): Remove.
6385 (rel-files, announcement): Remove signatures.
6386 Restore old updating code, even though we don't use it, so
6387 that we're the same as coreutils.
6388 (alpha, beta, major): Depend on news-date-check.
6389 Make the upload commands.
6390
6391 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
6392 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
6393 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
6394 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
6395 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
6396 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
6397 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
6398 * tests/sets.at: Likewise.
6399
6400 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
6401 we comment out the Autoconf version number.
6402 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
6403 it's error-prone and "make maintainer-distcheck" rejects it.
6404
6405 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
6406 Indent calls to "error" to pacify "make maintainer-distcheck",
6407 when the calls are not intended to be translated.
6408 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
6409
6410 * src/Makefile.am (DEFS): Use +=, to pacify
6411 "make maintainer-distcheck".
6412 (bison_SOURCES): Add scan-skel.h.
6413 (sc_tight_scope): New rule, from coreutils.
6414
6415 * src/files.c (src_extension, header_extension):
6416 Now static, not extern.
6417 * src/getargs.c (short_options): Likewise.
6418 * src/muscle_tab.c (muscle_table): Likewise.
6419 * src/parse-gram.y (current_class, current_type, current_prec):
6420 Likewise.
6421 * src/reader.c (grammar_end, previous_rule_end): Likewise.
6422 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
6423 * src/main.c (main): Cast bindtextdomain and textdomain calls to
6424 void, to avoid warning when NLS is disabled.
6425 * src/output.c: Include scan-skel.h.
6426 (scan_skel): Remove decl, since scan-skel.h does this.
6427 (output_skeleton):
6428 Indent calls to "error" to pacify "make maintainer-distcheck".
6429 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
6430 * src/reader.h (gram_end, gram_lineno): New decls to pacify
6431 "make maintainer-distcheck".
6432 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
6433 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
6434 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
6435 (skel_lex_destroy, scan_skel): Move these decls to...
6436 * src/scan-skel.h: New file.
6437 * src/uniqstr.c (uniqstr_assert):
6438 Indent calls to "error" to pacify "make maintainer-distcheck".
6439
6440 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
6441 not @VAR@.
6442
6443 * tests/torture.at: Revamp to avoid misuse of atoi that
6444 "make maintainer-distcheck" complained about.
6445
6446 * examples/extexi (message): Don't print a message more than once,
6447 and omit line-number decoration that makes Emacs compile think
6448 that informative messages are worth worrying about.
6449
64502005-07-22 Paul Eggert <eggert@cs.ucla.edu>
6451
6452 * configure.ac: Update version number.
6453
6454 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
6455 accidentally.
6456 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
6457 autogenerated by the maintainer.
6458 * examples/calc++/.cvsignore: Add *.yy.
6459
6460 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
6461 * lib/bitset_stats.c (bitset_stats_init): Likewise.
6462 * lib/bitsetv.c (bitsetv_alloc): Likewise.
6463
6464 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
6465
6466 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
6467 from maintainer-distcheck about casting the argument of 'free'.
6468
6469 * NEWS: Mention recent yytname changes.
6470 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
6471
6472 * bootstrap: For translations that have not yet been upgraded to
6473 the new runtime-po domain, prime the pump by extracting the
6474 relevant strings from the obsolete translations. This code can be
6475 removed once the bison-runtime domain has been translated by each
6476 team.
6477
6478 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
6479 now that token names are already quoted.
6480
6481 Fix problem reported by Anthony Heading.
6482 * data/glr.c (YYTOKEN_TABLE): New macro.
6483 (yytname): Define if YYTOKEN_TABLE.
6484 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
6485 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
6486 (YYERROR_VERBOSE): Define the same way the other skeletons do.
6487 * src/output.c (prepare_symbols): Output token_table_flag.
6488
0ffda363
PE
64892005-07-21 Paul Eggert <eggert@cs.ucla.edu>
6490
6491 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
6492 again if the first call fails.
6493
6494 * data/glr.c (yytnamerr): New function.
6495 (yyreportSyntaxError): Use it to dequote most string literals.
6496 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
6497 with other skeletons. All uses changed.
6498 (yytnameerr_): New function.
6499 (yyreport_syntax_error): Use it to dequote most string literals.
6500 * data/yacc.c (yytnamerr): New function.
6501 (yyerrlab): Use it to decode most string literals.
6502 * doc/bison.texinfo (Decl Summary, Calling Convention):
6503 Clarify quoting convention of yytname.
6504 * src/output.c (prepare_symbols): Quote all names. This undoes
6505 the 2005-04-17 change, which is now accomplished (mostly) via
6506 changes in the parsers as described above.
6507 * tests/regression.at (Token definitions, Web2c Actions):
6508 Undo most 2005-04-17 change here, too.
6509
65102005-07-20 Paul Eggert <eggert@cs.ucla.edu>
6511
6512 Fix more problems reported by twlevo@xs4all.nl.
6513 * tests/cxx-type.at: Don't pipe output of ./types through sed to
6514 remove trailing spaces. This loses the exit status of ./types,
6515 and isn't needed since ./types shouldn't be emitting trailing
6516 spaces.
6517 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
6518 as the stack isn't valid in that case.
6519
6520 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
6521 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
6522 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
6523 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
6524 is used.
6525 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
6526 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
6527 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
6528 Likewise.
6529
6530 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
6531 overly-picky compilers that reject 'char *foo = "bar";'.
6532
6533 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
6534 to FILE * parameter, not to stderr. This fixes a typo introduced
6535 in the 2005-07-12 change.
6536
6537 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
6538 warnings from GCC 4.
6539
6540 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
6541 (yyglrShiftDefer, yysplitStack):
6542 Remove unused parameters b4_pure_formals. All uses changed.
6543 (yyglrShift): Remove unused parameters b4_user_formals.
6544 All uses changed.
6545 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
6546
6100a9aa
PE
65472005-07-18 Paul Eggert <eggert@cs.ucla.edu>
6548
258b75ca
PE
6549 Destructor cleanups and regularization among the three skeletons.
6550 * NEWS: Document the behavior changes.
6551 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
6552 stack before failing, as the cleanup code will do it for us now.
6553 * data/lalr1.cc (yyerrlab): Likewise.
6554 * data/glr.c (yyparse): Pop everything off the stack before
6555 freeing it, so that destructors get called properly.
6556 * data/lalr1.cc (yyreturn): Likewise.
6557 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
6558 This is more consistent.
6559 * doc/bison.texinfo (Destructor Decl): Mention more reasons
6560 why destructors might be called. 1.875 -> 2.1.
6561 (Destructor Decl, Decl Summary, Table of Symbols):
6562 Some English-language cleanups for %destructor.
6563 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
6564 Add output line for destructor of start symbol.
6565 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
6566 because of that same extra output line.
6567
1a059451
PE
6568 * NEWS: Document minor wording changes in diagnostics of
6569 Bison-generated parsers.
6570 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
6571 Remove unused formals. All uses changed.
6572 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
6573 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
6574 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
6575 Rename yyoverflowab to yyexhaustedlab.
6576 When memory exhaustion occurs during syntax-error reporting,
6577 report it separately rather than in a single diagnostic; this
6578 eases translation.
6579 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
6580 (Memory Exhausted): Renamed from Parser Stack Overflow.
6581 Revamp wording slightly to prefer "memory exhaustion".
6582 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
6583
97460c78
PE
6584 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
6585
30757c8c
PE
6586 Add i18n support to the GLR skeleton. Partially fix the C++
6587 skeleton; a C++ expert needs to finish this. Remove debugging
6588 msgids; there's little point to having them translated, since they
6589 can be understood only by someone who can read the
6590 (English-language) source code.
6591
6592 Generate runtime-po/bison-runtime.pot automatically, so that we
6593 don't have to worry about garbage getting in that file. We'll
6594 make sure after the next official release that old msgids don't
6595 get lost. See
6596 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
6597
6598 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
6599 Now auto-generated.
6600 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
6601 Fix typos in explanations of the runtime file.
6602 * bootstrap: Change gettext keyword from YYI18N to YY_.
6603 Use standard Makefile.in.in in runtime-po, since we'll arrange
6604 for backward-compatible bison-runtime.po files in a different way.
6605 * data/glr.c (YY_): New macro, from yacc.c.
6606 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
6607 Translate messages intended for users.
6608 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
6609 the wording in the other skeletons. We don't know that the memory
6610 is virtual.
6611 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
6612 Use same method that yacc.c uses.
6613 Don't translate debugging messages.
6614 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
6615 it doesn't work (yet), and requires C++ expertise to fix.
6616 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
6617 Move defn to a more logical place, to be consistent with other
6618 skeletons.
6619 Don't translate debugging messages.
6620 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
6621 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
6622 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
6623 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
6624
ac8c5689
PE
6625 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
6626 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
6627 void, not int.
6628 * tests/glr-regression.at (Badly Collapsed GLR States):
6629 Likewise.
6630 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
6631 yylex should return 0 at EOF rather than aborting.
6632
6100a9aa
PE
6633 Improve tests for stack overflow in GLR parser.
6634 Problem reported by twlevo@xs4all.nl.
6635 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
6636 All uses removed.
6637 (yyStackOverflow): Just longjmp, but with value 2 so that caller
6638 can handle the problem.
6639 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
6640 (yyparse): New local variable yyresult to record the result.
6641 Use result of setjmp to set it, rather than storing itinto
6642 struct.
6643 (yyDone): Remove label.
6644 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
6645 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
6646 if YYABORT is used).
6647 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
6648 yyparse status; put status > 1 into diagnostic.
6649 Check that status==2 works.
6650 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
6651 Use exit status 3 for failure to open (which shouldn't happen).
6652
15f40952
PE
66532005-07-17 Paul Eggert <eggert@cs.ucla.edu>
6654
67fd79c4
PE
6655 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
6656 1 on syntax error; just let yyparse do its thing.
6657 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
6658 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
6659 (Exploding the Stack Size with Alloca):
6660 (Exploding the Stack Size with Malloc):
6661 Expect exit status 2, not 1, since the parser is supposed to blow
6662 its stack. Problem reported by twlevo@xs4all.nl.
6663
15f40952
PE
6664 * data/glr.c (yyparse): Don't assume that the initial calls
6665 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
6666 Print a stack-overflow message and fail instead.
6667 Initialize the line-number information before creating the stack,
6668 so that the stack-overflow message can report line zero safely.
6669
f32c66b5
PE
66702005-07-14 Paul Eggert <eggert@cs.ucla.edu>
6671
a22ff96f 6672 Fix problems reported by twlevo@xs4all.nl.
e2688cd9
PE
6673 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
6674 (yyuserMerge): Provide a default case if b4_mergers is empty.
6675 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
6676 * tests/glr-regression.at
6677 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
c70fdfcd 6678 Add casts to pacify C++ compilers.
1beb0b24
PE
6679 * tests/glr-regression.at (Improper merging of GLR delayed action
6680 sets): Declare yylex before using it.
f32c66b5 6681 * tests/Makefile.am (maintainer-check-g++): Fix a stray
a22ff96f
PE
6682 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
6683 test for valgrind; valgrind is independent of g++.
6684 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
6685 for compatibility with POSIX 1003.1-2001 (if running coreutils).
6686 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
6687 Use a destructor, so that we can expand the stack. Change
6688 YYSTYPE to char * so that we can free it. Cast result of malloc.
f32c66b5 6689
d741bd1b
PE
66902005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
6691
6692 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
6693 a valgrind failure. Problem reported by twlevo@xs4all.nl.
6694
0410a6e0
PE
66952005-07-13 Paul Eggert <eggert@cs.ucla.edu>
6696
6697 * PACKAGING: New file, suggested by Bruno Haible and taken from
6698 similar wording in gettext's PACKAGING file.
6699 * NEWS: Mention PACKAGING.
6700 * Makefile.am (EXTRA_DIST): Add PACKAGING.
6701
f7ab6a50
PE
67022005-07-12 Paul Eggert <eggert@cs.ucla.edu>
6703
baf785db 6704 * NEWS: Document recent i18n improvements.
f7ab6a50
PE
6705 * bootstrap: Get runtime translations into runtime-po.
6706 Create runtime-po files automatically, if possible.
6707 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
6708 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
6709 does not infringe on the user's name space.
6710 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
6711 * doc/bison.texinfo (Internationalization): Revamp the English
6712 and Texinfo syntax a bit, to try to make it clearer.
6713 (Bison Options, Option Cross Key): Mention --print-localedir.
6714 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
6715 YYENABLE_NLS. Quote a bit more.
6716 * runtime-po/.cvsignore: New file.
6717 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
6718 * runtime-po/Rules-quot: Remove; now created by bootstrap.
6719 * runtime-po/quot.sed: Likewise.
6720 * runtime-po/boldquot.sed: Likewise.
6721 * runtime-po/en@quot.header: Likewise.
6722 * runtime-po/en@boldquot.header: Likewise.
6723 * runtime-po/insert-header.sin: Likewise.
6724 * runtime-po/remove-potcdate.sin: Likewise.
6725 * runtime-po/Makevars: Likewise.
6726 * runtime-po/LINGUAS: Likewise.
6727 * runtime-po/de.po: Likewise; we will rely on the translation project
6728 to maintain this, so "bootstrap" should get it.
0410a6e0 6729 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
f7ab6a50
PE
6730 its value.
6731 * src/main.c (main): Bind the bison-runtime domain, too.
6732
67332005-07-12 Bruno Haible <bruno@clisp.org>
6734
6735 * data/yacc.c: Include <libintl.h> when NLS is enabled.
6736 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
6737 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
6738 * runtime-po: New directory.
6739 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
6740 $(DOMAIN).pot-update rule, so that old messages are never dropped.
6741 * runtime-po/Rules-quot: New file, copied from po/.
6742 * runtime-po/quot.sed: Likewise.
6743 * runtime-po/boldquot.sed: Likewise.
6744 * runtime-po/en@quot.header: Likewise.
6745 * runtime-po/en@boldquot.header: Likewise.
6746 * runtime-po/insert-header.sin: Likewise.
6747 * runtime-po/remove-potcdate.sin: Likewise.
6748 * runtime-po/Makevars: New file.
6749 * runtime-po/POTFILES.in: New file.
6750 * runtime-po/LINGUAS: New file.
6751 * runtime-po/bison-runtime.pot: New file.
6752 * runtime-po/de.po: New file.
6753 * m4/bison.m4: New file.
6754 * Makefile.am (SUBDIRS): Add runtime-po.
6755 (aclocaldir, aclocal_DATA): New variables.
6756 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
6757 Define aclocaldir.
6758 * src/getargs.c (usage): Document --print-localedir option.
6759 (PRINT_LOCALEDIR_OPTION): New enum item.
6760 (long_options): Add --print-localedir option.
6761 (getargs): Handle --print-localedir option.
6762 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
6763 (Internationalization): New section.
6764
22dda0f0
AD
67652005-07-12 Akim Demaille <akim@epita.fr>
6766
6767 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
6768 for consistency with the rest of the code.
6769 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
6770 Add separators.
6771
82b248ad
AD
67722005-07-12 Akim Demaille <akim@epita.fr>
6773
6774 * src/parse-gram.y: Use %printer instead of YYPRINT.
6775
fa0e9314
AD
67762005-07-12 Akim Demaille <akim@epita.fr>
6777
867a3e00
AD
6778 * src/symtab.h, src/symtab.c (symbol_print): New.
6779 * src/symlist.h, src/symlist.c (symbol_list_print): New.
6780 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
6781
67822005-07-12 Akim Demaille <akim@epita.fr>
6783
6784 * data/glr.c (b4_syncline): Fix (swap) the definitions of
fa0e9314
AD
6785 b4_at_dollar and b4_dollar_dollar.
6786
e054b190
PE
67872005-07-11 Paul Eggert <eggert@cs.ucla.edu>
6788
6789 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
6790 and Pennello's paper.
6791
34160ec4
PE
67922005-07-09 Paul Eggert <eggert@cs.ucla.edu>
6793
407d4a75
PE
6794 * data/yacc.c (yyparse): Undo previous patch. Instead,
6795 set yylsp[0] and yyvsp[0] only if the initial action
6796 sets yylloc and yylval, respectively.
6797
34160ec4
PE
6798 * data/yacc.c (yyparse): In the initial action, set
6799 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
6800 This avoids the use of undefined variables if the initial
6801 action does not set yylloc and/or yylval.
6802
c3d5a4a7
PE
68032005-07-07 Paul Eggert <eggert@cs.ucla.edu>
6804
b34d96c1
PE
6805 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
6806 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
6807 Remove from CVS. These files are automatically generated.
6808 * examples/extexi: Clarify that this file is now part of Bison,
6809 not GNU M4, and that it works with any POSIX-compatible Awk.
6810 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
6811 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
6812 so that we also get calc++-parser.yy. Geneate it.
6813 Use $(AWK), not gawk, since any conforming Awk will do.
6814 Put comment before action, since older 'make' can't handle comment
6815 in action.
6816 $(BUILT_SOURCES): List all built sources, not just some of them.
6817 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
6818 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
6819 $($(calc_sources_generated)): Remove unnecessary test for existence
6820 of target. (This had a shell syntax error anyway; a stray "x".)
6821 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
6822 calc++-parser.yy.
6823 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
6824
c3d5a4a7
PE
6825 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
6826 implied by the other modules.
6827
828c373b
AD
68282005-07-06 Akim Demaille <akim@epita.fr>
6829
6830 Bind examples/calc++ to the package.
6831 * examples/calc++/Makefile: Remove, replaced by...
6832 * examples/calc++/Makefile.am: ... this new file.
6833 * examples/calc++/test: Remove input.
6834 * examples/calc++/compile: Remove.
6835 * examples/Makefile.am: New.
6836 * configure.ac, Makefile.am: Adjust.
6837 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
6838
63cb01d6
PE
68392005-07-05 Paul Eggert <eggert@cs.ucla.edu>
6840
fd2df2ed
PE
6841 * data/glr.c (yyFail): Drastically simplify; since the format argument
6842 never had any % directives, we can simply pass it to yyerror.
6843 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
6844 be modified later, as that is the usual style in glr.c.
6845 Problems reported by Paul Hilfinger.
6846
63cb01d6
PE
6847 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
6848 and size overflow errors.
6849 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
6850 in case the user prolog sets feature-test macros like _GNU_SOURCE.
6851 (YYSIZEMAX): New macro.
6852 (yystpcpy): New function, taken from yacc.c.
6853 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
6854 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
6855 so that we don't have to maintain their signatures.
6856 (yyFail): Check for buffer overflow, by using vsnprintf rather
6857 than vsprintf. Allocate a bigger buffer if possible.
6858 Report an error if buffer allocation fails.
6859 (yyStackOverflow): New function.
6860 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
6861 the initialization was successful. It might fail if storage was
6862 exhausted.
6863 (yyexpandGLRStack): Add more checks for storage allocation failure.
6864 Use yyStackOverflow to report failures.
6865 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
6866 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
6867 Don't assume stack number fits in int.
6868 (yysplitStack): Check for storage allocation failure.
6869 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
6870 can print diagnostics on storage allocation failure. All callers
6871 changed.
6872 (yyresolveValue): Use yybool for boolean.
6873 (yyreportSyntaxError): Check for size-calculation overflow.
6874 This code is taken from yacc.c.
6875 (yyparse): Check for storage allocation errors when allocating
6876 the initial stack.
6877
1c59e0a1
AD
68782005-07-05 Akim Demaille <akim@epita.fr>
6879
6880 Extract calc++ from the documentation.
6881 * doc/bison.texinfo (Calc++): Add the extraction marks.
6882 * examples/extexi: New, from the aborted GNU Programming 2E.
6883 Separate the different paragraph of a file with empty lines.
6884 * examples/Makefile: Use it to extract the whole calc++ example.
6885
8a0adb01
AD
68862005-06-24 Akim Demaille <akim@epita.fr>
6887
6888 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
6889 class typedefs.
6890
12545799
AD
68912005-06-22 Akim Demaille <akim@epita.fr>
6892
6893 * doc/bison.texinfo (C++ Language Interface): First stab.
6894 (C++ Parsers): Remove.
6895
99be0235
AD
68962005-06-22 Akim Demaille <akim@epita.fr>
6897
6898 * data/lalr1.cc (yylex_): Honor %lex-param.
6899
0ffd4fd1
AD
69002005-06-22 Akim Demaille <akim@epita.fr>
6901
6902 Start a set of simple examples.
6903 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
6904 * examples/calc++/calc++-driver.hh,
6905 * examples/calc++/calc++-parser.yy,
6906 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
6907 * examples/calc++/compile, examples/calc++/test: New.
6908
0925ebb4
PE
69092005-06-09 Paul Eggert <eggert@cs.ucla.edu>
6910
6911 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
6912 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
6913 which stems from the 2005-05-27 patch.
6914
43d3b664
PH
69152005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
6916
6917 * data/glr.c: Modify treatment of unused parameters to permit use
6918 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
6919
3062864d
PE
69202005-05-30 Paul Eggert <eggert@cs.ucla.edu>
6921
6922 Fix infringement on user name space reported by Janos Zoltan Szabo.
6923 * data/yacc.c (yyparse): strlen -> yystrlen.
6924
989b5b8e
AD
69252005-05-30 Akim Demaille <akim@epita.fr>
6926
6927 * data/lalr1.cc (_): New.
6928 Translate the various messages.
6929
bedf57f5
PE
69302005-05-27 Paul Eggert <eggert@cs.ucla.edu>
6931
6932 Fix infringement on user name space reported by Bruno Haible.
6933 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
6934 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
6935 the user's name space.
6936 (alloca): Include <stdlib.h> to get it, if it's not built in.
6937 (YYMALLOC, YYFREE): Define only if needed.
6938 (malloc, free): Declare, but only if needed, as this infringes on
6939 the user name space.
6940
4d1801f1
PE
69412005-05-25 Paul Eggert <eggert@cs.ucla.edu>
6942
6943 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
6944 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
6945 with %d format.
6946 * lib/ebitset.c (min, max): Undef before defining.
6947 * lib/vbitset.c (min, max): Likewise.
6948 * lib/subpipe.c (create_subpipe): Save local variables in case
6949 vfork clobbers them.
6950
69512005-05-24 Bruno Haible <bruno@clisp.org>
6952
6953 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
6954 error message syntax used by gcc-4.0.
6955
b94a9e1e
PE
69562005-05-23 Paul Eggert <eggert@cs.ucla.edu>
6957
85ac3861
PE
6958 * README: Mention m4 1.4.3. Remove obsolete advice about
6959 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
6960
b94a9e1e
PE
6961 * bootstrap: Remove workaround for problem I encountered with
6962 gettext 0.14.1; it seems to be fixed now.
6963
51c30d21
PE
69642005-05-22 Paul Eggert <eggert@cs.ucla.edu>
6965
009ce67d
PE
6966 * NEWS: Version 2.0a.
6967
f2a97c62
PE
6968 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
6969 the previous change.
6970
c8775f93
PE
6971 Various maintainer cleanups.
6972 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
6973 conftest*, for benefit of CVS commands run at the same time as
6974 "configure". Add build-aux, since "bootstrap" now creates it and
6975 its subfiles.
6976 * Makefile.cfg (move_if_change): Remove.
6977 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
6978 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
6979 (po_repo, do-po-update, po-update, wget_files, get-targets):
6980 (config.guess-url_prefix, config.sub-url_prefix):
6981 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
6982 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
6983 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
6984 Remove.
6985 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
6986 this is now the recommended name.
6987 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
6988 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
6989 ylwrap. These files now go into build-aux.
6990 * config/move-if-change: Remove.
6991 * config/prev-version.txt: Bump from 1.75 to 2.0.
6992
3ea5f0ec
PE
6993 * bootstrap: Add stdio-safer, unistd-safer modules.
6994 Remove m4/glibc2.m4 (introduced by latest gnulib, but
6995 we don't need it).
6996 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
6997 fopen-safer.c, stdio-safer.h, unistd-safer.h.
6998 * lib/subpipe.c: Include "unistd-safer.h".
6999 (create_subpipe): Make sure all the newly-created
7000 file descriptors are > 2, so that diagnostics don't
7001 get sent down them (which might cause Bison to hang, in theory).
7002 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
7003 * src/files.c (xfopen): Use fopen_safer, not fopen.
7004
51c30d21
PE
7005 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
7006 yesterday's yacc.c fix.
7007
cea1469d
PE
70082005-05-21 Paul Eggert <eggert@cs.ucla.edu>
7009
3ea5f0ec
PE
7010 * data/glr.c, data/lalr1.cc: Update copyright date.
7011
cea1469d
PE
7012 Fix a destructor bug reported by Wolfgang Spraul in
7013 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
7014 * data/yacc.c (yyabortlab): Don't call destructor, and
7015 don't set yychar to EMPTY.
7016 (yyoverflowlab): Don't call destructor.
7017 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
7018 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
7019 since we no longer output the message "discarding lookahead token
7020 end of input ()".
7021
5e6f62f2
PH
70222005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
7023
7024 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
7025 fix a small glitch in debugging output.
7026 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
7027 after YY_SYMBOL_PRINT where needed.
7028
7029 (struct yyGLRState): Add some comments.
7030 (struct yySemanticOption): Add some comments.
7031 (union yyGLRStackItem): Add comment.
7032
7033 (yymergeOptionSets): Correct this to properly perform the union,
7034 avoiding infinite reported by Michael Rosien.
7035 Update comment.
7036
7037 * tests/glr-regression.at: Add test for GLR merging error reported
7038 by M. Rosien.
cea1469d 7039
0fb669f9
PE
70402005-05-13 Paul Eggert <eggert@cs.ucla.edu>
7041
7042 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
7043 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
7044 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
7045 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
7046 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
7047 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
7048 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
7049 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
7050 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
7051 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
7052 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
7053 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
7054 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
7055 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
7056 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
7057 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
7058 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
7059 src/derives.h, src/files.c, src/files.h, src/getargs.c,
7060 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
7061 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
7062 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
7063 src/output.h, src/parse-gram.c, src/parse-gram.h,
7064 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
7065 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
7066 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
7067 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
7068 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
7069 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
7070 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
7071 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
7072 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
7073 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
7074 tests/reduce.at, tests/regression.at, tests/sets.at,
7075 tests/synclines.at, tests/testsuite.at, tests/torture.at:
7076 Update FSF postal mail address.
7077
51f4735e
PE
70782005-05-11 Paul Eggert <eggert@cs.ucla.edu>
7079
7080 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
7081 Problem reported by Ralf Menzel.
7082
80ce3401
PE
70832005-05-01 Paul Eggert <eggert@cs.ucla.edu>
7084
7085 * tests/actions.at: Test that stack overflow invokes destructors.
7086 From Marcus Holland-Moritz.
7087 * data/yacc.c (yyerrlab): Move the code that destroys the stack
7088 from here....
7089 (yyreturn): to here. That way, destructors are called properly
7090 even if the stack overflows, or the user calls YYACCEPT or
7091 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
7092 (yyoverflowlab): Destroy the lookahead.
7093
70942005-04-24 Paul Eggert <eggert@cs.ucla.edu>
7095
7096 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
7097
72f000b0
PE
70982005-04-17 Paul Eggert <eggert@cs.ucla.edu>
7099
7100 * NEWS: Bison-generated C parsers no longer quote literal strings
7101 associated with tokens.
7102 * src/output.c (prepare_symbols): Don't escape strings,
7103 since users don't want to see C escapes.
7104 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
7105 in diagnostics.
c19683bb 7106 * tests/input.at (Torturing the Scanner): Likewise.
72f000b0
PE
7107 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
7108
1094323f
PE
71092005-04-16 Paul Eggert <eggert@cs.ucla.edu>
7110
7111 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
7112 the data size is known to be too small and we can't increase it.
7113 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
7114
ca407bdf
PE
71152005-04-15 Paul Eggert <eggert@cs.ucla.edu>
7116
7117 * src/parse-gram.y: Include quotearg.h.
7118 (string_as_id): Quote $1 before using it as a key, since the
7119 lexer no longer quotes it for us.
7120 (string_content): Don't strip quotes, since lexer no longer
7121 quotes it for us.
7122 * src/scan-gram.l: Include quotearg.h.
7123 ("\""): Omit quote.
7124 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
7125 a key, since the rest of the lexer doesn't quote it.
7126 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
7127 * tests/regression.at (Token definitions): Check for backslashes
7128 in token strings.
7129
7130 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
7131 (YYSIZE_T): Define to unsigned long int when using an older compiler.
7132 (yyparse): Revamp code to generate long syntax error message, to
7133 make it easier to translate, and to avoid problems with arithmetic
7134 overflow. Change "virtual memory" to "memory" in diagnostic, since
7135 we don't know whether the memory is virtual.
7136
1ce59070
PE
71372005-04-13 Paul Eggert <eggert@cs.ucla.edu>
7138
7139 * NEWS: Bison-generated C parsers now use the _ macro to
7140 translate strings.
7141 * data/yacc.c (_) [!defined _]: New macro.
7142 All English strings wrapped inside this macro.
7143 * doc/bison.texinfo (Bison Parser): Document _.
7144 * po/POTFILES.in: Include src/parse-gram.c, since it now
7145 includes translateable strings that parse-gram.y doesn't.
7146
a749a695
PE
71472005-04-12 Paul Eggert <eggert@cs.ucla.edu>
7148
7149 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
7150 reverting the 2004-10-11 change to this function.
7151 (symbol_check_alias_consistency): Don't call symbol_type_set
7152 if the type name is already correct.
7153 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
7154
8fb1053b
PE
71552005-03-25 Paul Eggert <eggert@cs.ucla.edu>
7156
7157 * tests/regression.at (Token definitions): Don't use a token named
7158 c, as that generates a "#define c ..." that runs afoul of buggy
7159 stdlib.h that uses the identifier c as a member of struct
7160 drand48_data. Problem reported by Horst Wente.
7161
ff498c4a
PE
71622005-03-21 Paul Eggert <eggert@cs.ucla.edu>
7163
7164 * bootstrap: Change translation URL from
7165 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
7166 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
7167 redirection glitches. Problem reported by twlevo@xs4all.nl.
7168
65211d70
PE
71692005-03-20 Paul Eggert <eggert@cs.ucla.edu>
7170
7171 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
7172 after operands; POSIX says this isn't portable for the c99 command.
7173
9577fb1f
PE
71742005-03-18 Paul Eggert <eggert@cs.ucla.edu>
7175
7176 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
7177 immediately if a data overrun has occurred; this may help us track
7178 down what may be a spurious failure on MacOS.
7179
78b178f7
PE
71802005-03-17 Paul Eggert <eggert@cs.ucla.edu>
7181
a2599d0f
PE
7182 Respond to problems reported by twlevo@xs4all.nl.
7183
7184 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
7185
78b178f7
PE
7186 * src/vcg.h: Comment fix.
7187 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
7188 (G_CMAX): Change to -1 instead of INT_MAX.
7189
7190 * data/yacc.c (yyparse): Omit spaces before #line.
78b178f7 7191
7296e729
PE
71922005-03-15 Paul Eggert <eggert@cs.ucla.edu>
7193
7194 * src/tables.c (state_number_to_vector_number): Put it inside an
7195 "#if 0", since it's not currently used. Problem reported by
7196 Roland McGrath.
7197
05ac60f3
PE
71982005-03-06 Paul Eggert <eggert@cs.ucla.edu>
7199
7200 * src/output.c (escaped_output): Renamed from
7201 escaped_file_name_output, since we now use it for symbol tags as
7202 well. All uses changed.
7203 (symbol_destructors_output, symbol_printers_output):
7204 Escape symbol tags too.
7205 Problem reported by Matyas Forstner in
7206 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
7207
7208 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
7209 not needed.
7210 * src/output.c (user_actions_output, token_definitions_output,
7211 symbol_destructors_output, symbol_printers_output): Likewise.
7212 * src/reader.c (prologue_augment): Likewise.
7213 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
7214
7215 * src/vcg.c (output_edge): Don't quote linestyle arg.
7216 Problem reported by twlevo@xs4all.nl.
7217
7eb453ac
PE
72182005-02-28 Paul Eggert <eggert@cs.ucla.edu>
7219
7220 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
7221 example, reported by Derek M Jones. Also, make the example even
7222 more outrageous, to better illustrate how bad the problem is.
7223
4c04c52a
PE
72242005-02-24 Paul Eggert <eggert@cs.ucla.edu>
7225
7226 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
7227 putsym. Typo reported by Sebastian Piping.
7228
a61e1620
PE
72292005-02-23 Paul Eggert <eggert@cs.ucla.edu>
7230
7231 * doc/bison.texinfo (Language and Grammar): some -> same
7232 (Epilogue): int he -> in the
7233 Typos reported by Sebastian Piping via Justin Pence.
7234
9ec93868
PE
72352005-02-07 Paul Eggert <eggert@cs.ucla.edu>
7236
7237 * tests/glr-regression.at (Improper handling of embedded actions
7238 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
7239 embedded actions and $-N in GLR parsers", work around an Autoconf bug
7240 with dollar signs in test names.
7241 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
7242 for a similar reason.
7243
73ce7e7e
PE
72442005-01-28 Paul Eggert <eggert@cs.ucla.edu>
7245
7246 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
7247 wants to redefine G_VIEW.
7248
2e72b98e
PE
72492005-01-27 Paul Eggert <eggert@cs.ucla.edu>
7250
7251 * src/vcg.c (get_view_str): Remove case for normal_view.
7252 Problem reported by twlevo@xs4all.nl.
7253
e0d634e5
PE
72542005-01-24 Paul Eggert <eggert@cs.ucla.edu>
7255
ccf830a4
PE
7256 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
7257 Problem reported by twlevo@xs4all.nl.
7258
e0d634e5
PE
7259 * doc/bison.texinfo: Change @dircategory from "GNU programming
7260 tools" to "Software development". Requested by Richard Stallman
7261 via Karl Berry.
7262
7bbc8cb0
PE
72632005-01-23 Paul Eggert <eggert@cs.ucla.edu>
7264
7265 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
7266 Problem reported by twlevo@xs4all.nl.
7267
08b770bc
PE
72682005-01-21 Paul Eggert <eggert@cs.ucla.edu>
7269
7270 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
7271 keyword; it's not needed with modern compilers, and it doesn't
7272 affect correctness with older compilers. Suggested by
7273 twlevo@xs4all.nl.
7274
95f22ad2
PE
72752005-01-17 Paul Eggert <eggert@cs.ucla.edu>
7276
7277 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
7278 gcc -Wswitch-default.
7279 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
7280 * data/yacc.c (yyparse): Likewise.
7281
d229d15c
PE
72822005-01-12 Paul Eggert <eggert@cs.ucla.edu>
7283
7284 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
7285 already. Let config.h define any nonstandard values.
7286
ecadd90f
PE
72872005-01-10 Paul Eggert <eggert@cs.ucla.edu>
7288
7289 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
7290 for the benefit of slower hosts. Problem reported by
7291 Nelson H. F. Beebe.
7292
213744b5
PE
72932005-01-07 Paul Eggert <eggert@cs.ucla.edu>
7294
7295 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
7296 being defined and not used.
7297 * data/lalr1.cc (yyparse): Likewise.
7298 Use "if (false)" rather than "if (0)".
7299
249d3236
PE
73002005-01-05 Paul Eggert <eggert@cs.ucla.edu>
7301
7302 * TODO: Mention that we should allow NUL bytes in tokens.
7303
987cc1fb
PE
73042005-01-02 Paul Eggert <eggert@cs.ucla.edu>
7305
7306 * src/scan-skel.l (<<EOF>>): Don't close standard output.
7307 Problem reported by Hans Aberg.
7308
08fe02d9
PE
73092005-01-01 Paul Eggert <eggert@cs.ucla.edu>
7310
7311 * src/getargs.c (version): Happy new year; update overall
7312 program copyright date from 2004 to 2005.
7313
7314 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
7315 Problem reported by Hans Aberg.
7316 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
7317 (Output file names.): Add a test for the case when standard output
7318 is closed.
7319
010c0266
PE
73202004-12-26 Paul Eggert <eggert@cs.ucla.edu>
7321
7322 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
7323 to fix an oversight in the Bison 2.0 manual.
7324
da12206a
PE
73252004-12-25 Paul Eggert <eggert@cs.ucla.edu>
7326
7327 * NEWS: Version 2.0. Reformat the existing news items since
7328 1.875, so that related items are grouped together.
3a4734aa 7329 * configure.ac (AC_INIT): Bump version to 2.0.
da12206a
PE
7330 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
7331
c935d934
PE
7332 * tests/torture.at (Exploding the Stack Size with Alloca): Set
7333 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
7334 otherwise, we're not testing alloca. Unfortunately there's no
7335 simple way to consult HAVE_ALLOCA here.
7336
da12206a
PE
7337 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
7338 for yymsg, too.
7339
7340 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
7341 hand. This avoids a warning about comparing int to size_t when
7342 GCC warnings are enabled.
7343
0a2c5137
PE
73442004-12-22 Paul Eggert <eggert@cs.ucla.edu>
7345
d7e14fc0
PE
7346 * NEWS: Bison-generated parsers no longer default to using the
7347 alloca function (when available) to extend the parser stack, due
7348 to widespread problems in unchecked stack-overflow detection.
7349 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
7350 responsibility to set it to a positive value. This lets the user
7351 specify a value that is not a preprocessor constant.
7352 * data/yacc.c (YYMAXDEPTH): Likewise.
7353 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
7354 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
7355 to be a compile-time constant. However, explain the constraints on it.
7356 Also, explain the constraints on YYINITDEPTH.
7357 (Table of Symbols): Explain that alloca is no longer the default.
7358 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
7359 to 1.
7360
0a2c5137
PE
7361 * doc/bison.texinfo (Location Default Action): Mention that n must
7362 be zero when k is zero. Suggested by Frank Heckenbach.
7363
e019c247
AD
73642004-12-22 Akim Demaille <akim@epita.fr>
7365
7366 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
7367 (parser::state_type, parser::semantic_type, parser::location_type):
7368 Private, not public.
7369 (parser::parse): Return ints, not bool.
7370 Returning a bool introduces a problem: 0 corresponds to false, and
7371 it seems weird to return false on success. Returning true changes
7372 the conventions for yyparse.
7373 Alternatively we could return void and send an exception.
7374 There is no clear consensus (yet?).
7375 (state_stack, semantic_stack, location_stack): Rename as...
7376 (state_stack_type, semantic_stack_type, location_stack_type): these.
7377 Private, not public.
7378 * tests/c++.at: New.
7379 * tests/testsuite.at, tests/Makefile.am: Adjust.
7380
72731bb7
AD
73812004-12-21 Akim Demaille <akim@epita.fr>
7382
7383 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
7384
9a0d8bec
AD
73852004-12-21 Akim Demaille <akim@epita.fr>
7386
7387 Don't impose std::string for filenames.
7388
7389 * data/lalr1.cc (b4_filename_type): New.
7390 (position::filename): Use it.
7391 (parser.hh): Move the inclusion of stack.hh and location.hh below
7392 the user code, so that needed headers for the filename type can be
7393 included first.
72731bb7
AD
7394 Forward declare them before the user code.
7395 * tests/Makefile.am (check-local, installcheck-local): Pass
7396 TESTSUITEFLAGS to the TESTSUITE.
9a0d8bec 7397
99880de5
AD
73982004-12-20 Akim Demaille <akim@epita.fr>
7399
7400 Use more STL like names: my_class instead of MyClass.
7401
7402 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
7403 (SemanticStack, SemanticType, StateStack, StateType)
7404 (TokenNumberType, Stack, Slice, Traits, Parser::location)
7405 (Parser::value): Rename as...
7406 (location_stack, location_type, rhs_number_type, semantic_stack)
7407 (semantic_type, state_stack, state_type, token_number_type, stack)
7408 (slice, traits, parser::yylloc, parser::yylval): these.
7409
7410 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
7411
9bec482e
PE
74122004-12-19 Paul Eggert <eggert@cs.ucla.edu>
7413
7414 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
7415 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
7416
f6fbd3da
PE
74172004-12-17 Paul Eggert <eggert@cs.ucla.edu>
7418
7419 Remove uses of 'short int' and 'unsigned short int'. This raises
7420 some arbitrary limits. It uses more memory but nowadays that's
7421 not much of an issue.
7422
7423 This change does not affect the generated parsers; that's a different
7424 task, as some users will want to conserve memory there.
7425
7426 Ideally we should use size_t to represent all object counts, and
7427 something like ptrdiff_t to represent signed differences of object
7428 counts; but that will require more code-cleanup than I have the
7429 time to do right now.
7430
7431 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
7432 Use size_t, not int or short int, to count objects.
7433 * src/closure.c (nritemset, closure): Likewise.
7434 * src/closure.h (nritemset, closure): Likewise.
7435 * src/nullable.c (nullable_compute): Likewise.
7436 * src/print.c (print_core): Likewise.
7437 * src/print_graph.c (print_core): Likewise.
7438 * src/state.c (state_compare, state_hash): Likewise.
7439 * src/state.h (struct state): Likewise.
7440 * src/tables.c (default_goto, goto_actions): Likewise.
7441
7442 * src/gram.h (rule_number, rule): Use int, not short int.
7443 * src/output.c (prepare_rules): Likewise.
7444 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
7445 errs, reductions): Likewise.
7446 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
7447 Likewise.
7448 * src/tables.c (vector_number, tally, action_number,
7449 ACTION_NUMBER_MINIMUM): Likewise.
7450 * src/output.c (muscle_insert_short_int_table): Remove.
7451
efeed023
AD
74522004-12-17 Akim Demaille <akim@epita.fr>
7453
7454 * data/lalr1.cc: Extensive Doxygenation.
7455 (error_): Rename as...
7456 (error): this, since it is visible to the user.
7457 Adjust callers.
7458 (Parser::message): Now an automatic variable from...
7459 (Parser::yyreport_syntax_error_): here.
7460 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
7461 Parser::error.
7462 * tests/input.at: Escape $.
7463
bc82c5a5
PE
74642004-12-16 Paul Eggert <eggert@cs.ucla.edu>
7465
7466 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
7467 Parenthesize rhs to avoid obscure problems with mistakes like
7468 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
7469 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
7470 b4_rhs_location): Likewise.
7471 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
7472 b4_rhs_location): Likewise.
7473
fd19f271
AD
74742004-12-16 Akim Demaille <akim@epita.fr>
7475
7476 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
7477 yacc.c: be sure to stay within yycheck_.
7478 * tests/actions.at: Re-enable C++ tests.
7479
10454ea4
AD
74802004-12-16 Akim Demaille <akim@epita.fr>
7481
7482 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
7483 real.
7484
c5b95ccf
AD
74852004-12-16 Akim Demaille <akim@epita.fr>
7486
7487 Use #define to handle the %name-prefix.
7488
7489 * data/glr.c, data/yacc.c: Comment changes.
7490 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
7491 so that one can refer to yylex in the parser file, and have it
7492 renamed, as is the case with other skeletons.
7493
617a8f12
AD
74942004-12-16 Akim Demaille <akim@epita.fr>
7495
7496 Move lalr1.cc internals into yy*.
7497
7498 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
7499 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
7500 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
7501 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
7502 (empty_, final_, terror_, errcode_, ntokens_)
7503 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
7504 (looka_, ilooka_, error_range_, nerrs_):
7505 Rename as...
7506 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
7507 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
7508 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
7509 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
7510 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
7511 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
7512 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
7513 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
7514 these.
7515
1e547e6e
PE
75162004-12-15 Paul Eggert <eggert@cs.ucla.edu>
7517
7518 Fix some problems reported by twlevo at xs4all.
7519 * src/symtab.c (symbol_new): Report an error if the input grammar
7520 contains too many symbols. This is better than calling abort() later.
7521 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
7522 (struct node, struct graph):
7523 Rename member expand to stretch. All uses changed.
7524 (struct graph): Remove member layoutalgorithm. All uses removed.
7525 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
7526 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
7527 All uses changed.
7528 (N_STRETCH): Rename from N_EXPAND. All uses changed.
7529
735d6bd4
AD
75302004-12-15 Akim Demaille <akim@epita.fr>
7531
7532 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
7533 Add more Doxygen comments.
7534 (symprint_, stack_print_, reduce_print_, destruct_, pop)
7535 (report_syntax_error_, translate_): Rename as...
7536 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
7537 (yypop_, yyreport_syntax_error_, yytranslate_): this.
7538
2e1f5829
AD
75392004-12-15 Akim Demaille <akim@epita.fr>
7540
7541 * data/lalr1.cc (lex_): Rename as...
7542 (yylex_): this.
7543 Move the trace here.
7544 Take the %name-prefix into account.
7545 Reported by Alexandre Duret-Lutz.
7546
a3cb6248
AD
75472004-12-15 Akim Demaille <akim@epita.fr>
7548
7549 Simplify the C++ parser constructor.
7550
7551 * data/lalr1.cc (debug_): Rename as...
7552 (yydebug_): so that the parser's internals are always in the yy*
7553 pseudo namespace.
7554 Adjust uses.
7555 (b4_parse_param_decl): Remove the leading comma as it is now only
7556 called as unique argument list.
7557 (Parser::Parser): Remove the constructor accepting a location and
7558 an initial debugging level.
7559 Remove from the other ctor the argument for the debugging level.
7560 (debug_level_type, debug_level, set_debug_level): New.
7561
7562 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
7563 constructor calls.
7564
07fed891
AD
75652004-12-15 Akim Demaille <akim@epita.fr>
7566
7567 Remove b4_root related material: failure experiment
a3cb6248 7568 (which goal was to allow to derive from a class).
07fed891
AD
7569
7570 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
7571 definitions and uses.
7572
e603eaa5
PE
75732004-12-14 Paul Eggert <eggert@cs.ucla.edu>
7574
7575 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
7576 not 2, since it's not portable to subtract 1 from the start of an
7577 array. The new item 0 is never set or used. All uses changed.
7578
7579 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
7580 the default definition of YYLLOC_DEFAULT. Problem reported
7581 by Frank Heckenbach.
7582
fafb007d
PE
75832004-12-12 Paul Eggert <eggert@cs.ucla.edu>
7584
7585 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
7586 the normal case and one for the error case. Just use the
7587 first one uniformly. Problem reported by Frank Heckenbach.
7588 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
7589 use exactly the same macro in both places.
7590 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
7591 so that the normal-case YYRHSLOC works for the error case too.
7592 All uses changed.
7593 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
7594 (YYLLOC_DEFAULT): Use the same macro as glr.c.
7595 * doc/bison.texinfo (Location Default Action): Don't claim that
7596 we have an array of locations. Use the same macro for both glr
7597 and lalr parsers. Mention YYRHSLOC. Mention what happens when
7598 the index is 0.
7599
48814dcd
PE
76002004-12-10 Paul Eggert <eggert@cs.ucla.edu>
7601
a4e1a53b
PE
7602 * HACKING: Update email addresses to send announcements to.
7603
48814dcd
PE
7604 * configure.ac (AC_INIT): Bump version to 1.875f.
7605
337116ba
PE
76062004-12-10 Paul Eggert <eggert@cs.ucla.edu>
7607
7608 * NEWS: Version 1.875e.
7609 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
7610
7611 * src/scan-skel.l: Include "complain.h", for "fatal".
7612
7613 * src/relation.h (relation_print, relation_digraph):
7614 Relation sizes are of type relation_node, not size_t (this is
7615 merely a doc fix, since the two types are equivalent).
7616 (relation_transpose): Relation sizes are of type relation_node,
7617 not int.
7618 * src/relation.c: Likewise.
7619 (top, infinity): Now of type relation_node, not int.
7620 (traverse, relation_transpose): Use relation_node, not int.
7621
7622 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
7623 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
7624 (yyparse): Remove unused local introduced in 2004-10-25 patch.
7625
7626 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
68b082af 7627 specifying whether the test should be skipped. Use it tp
337116ba 7628 specify that the [%defines %skeleton "lalr1.cc"] tests currently
68b082af 7629 fail on some hosts, and should be skipped.
337116ba 7630
da2a7671
PE
76312004-12-08 Paul Eggert <eggert@cs.ucla.edu>
7632
7633 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
7634 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
7635 unless otherwise specified below.
7636
7637 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
7638 to allocate kernel_base, kernel_items, kernel_size, since
7639 they needn't be initialized to 0.
7640 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
7641 * src/closure.c (new_closure): Likewise, for itemset.
7642 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
7643 * src/lalr.c (set_goto_map): Likewise, for temp_map.
7644 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
7645 (build_relations): Likewise for edge, states1, includes.
7646 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
7647 * src/reader.c (packgram): Likewise, for ritem, rules.
7648 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
7649 * src/relation.c (relation_digraph): Likewise for VERTICES.
7650 (relation_transpose): Likewise for new_R, end_R.
7651 * src/symtab.c (symbols_token_translations_init): Likewise for
7652 token_translations.
7653 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
7654 (token_actions): Likewise for yydefact, actrow, conflrow,
7655 conflict_list.
7656 (save_column): Likewise for froms[symno], tos[symno].
7657 (goto_actions): Likewise for state_count.
7658 (pack_table): Likewise for base, pos, check.
7659 (tables_generate): Likewise for width.
7660
7661 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
7662 for initial core. Just have a separate core, so we needn't worry
7663 about whether kernel_size and kernel_base are initialized.
7664
7665 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
7666 kernel_size, kernel_items): Remove unnecessary initialization.
7667 * src/conflicts.c (conflicts): Likewise.
7668 * src/derives.c (derives): Likewise.
7669 * src/muscle_tablc (muscle_insert): Likewise.
7670 * src/relation.c (relation_digraph): Likewise.
7671 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
7672 conflrow, conflict_table, conflict_list, table, check):
7673 Likewise.
7674
7675 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
7676 This is because all callers pass unsigned int.
7677 * src/closure.h (new_closure): Likewise.
7678
7679 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
7680 (build_relations): Initialize includes[i] in all cases.
7681 * src/reader.c (packgram): Always initialize rules[ruleno].prec
7682 and rules[ruleno].precsym. Initialize members in order.
7683 * src/relation.c (relation_transpose): Always initialize new_R[i]
7684 and end_R[i].
7685 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
7686
7687 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
7688 conflict_list[0] was always 0, but now it isn't initialized.
7689
7690 * src/table.c (table_grow): When conflict_table grew, the grown
7691 area wasn't cleared. Fix this.
7692
7693 * lib/.cvsignore: Add strdup.c, strdup.h.
7694 * m4/.cvsignore: Add strdup.m4.
7695
00baeeac
PE
76962004-12-07 Paul Eggert <eggert@cs.ucla.edu>
7697
7698 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
7699 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
7700 GOTO_NUMBER_MAXIMUM, since we occasionally compute
7701 ngotos + 1 without checking for overflow.
7702 (build_relations): Use END_NODE, not -1, to denote end of edges.
7703 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
7704 build_relations): Use goto_number, not int, for goto numbers.
7705 * src/tables.c (save_column, default_goto): Likewise.
7706
be3d9d42
AD
77072004-11-23 Akim Demaille <akim@epita.fr>
7708
7709 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
7710 of #defining from yystype.
7711 Don't typedef yystype, C++ does not need it.
7712 This lets it possible to forward declare it as union.
7713
78e526d5
PE
77142004-11-23 Paul Eggert <eggert@cs.ucla.edu>
7715
7716 * bootstrap (gnulib_modules): Add extensions.
7717 Problem reported by Jim Meyering.
7718
afbb696d
PE
77192004-11-22 Paul Eggert <eggert@cs.ucla.edu>
7720
7721 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
7722 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
7723 src/system.h, src/tables.c: XFREE -> free, to accommodate
7724 recent change to gnulib xalloc.h.
78e526d5 7725 Problem reported by Jim Meyering.
afbb696d 7726
c1f8f16a
AD
77272004-11-17 Akim Demaille <akim@epita.fr>
7728
7729 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
7730
db7e5eb5 77312004-11-17 Akim Demaille <akim@epita.fr>,
9a1e9989
AD
7732 Alexandre Duret-Lutz <adl@gnu.org>
7733
7734 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
7735 changes.
7736 (YYCDEBUG): Adjust.
7737 Use it instead of cdebug_.
7738 (Parser::debug_stream, Parser::set_debug_stream): New.
7739 (Parser::symprint_): Define cdebug_ for temporary backward
7740 compatibility.
7741 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
7742 debug_stream ().
7743
68e11668
AD
77442004-11-17 Akim Demaille <akim@epita.fr>
7745
7746 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
7747 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
7748 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
7749 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
7750
97cbc73e
PE
77512004-10-27 Paul Eggert <eggert@cs.ucla.edu>
7752
7753 * data/glr.c (yyloc_default): Remove; not used.
7754 Problem reported by Frank Heckenbach.
7755
e342c3be
AD
77562004-10-25 Akim Demaille <akim@epita.fr>
7757
7758 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
7759 Introduce another definition to address simple location arrays.
7760 (yyGLRStack): New member: yyerror_range.
7761 (yyrecoverSyntaxError, yyparse): Update it.
7762 (yyrecoverSyntaxError): Use it when shifting the error token to
7763 have an accurate range, equivalent to the one computed by both
7764 yacc.c and lalr1.cc.
7765 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
7766 that column numbers start at column 0, as per GNU Coding
7767 Standards, the others tests, and the doc.
7768 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
7769 Adjust to the above change (first column is 0).
7770 And adjust the location of the "<error>", now covering the whole
7771 line.
7772
93602feb 77732004-10-22 Akim Demaille <akim@epita.fr>
04098407 7774 and Paul Eggert <eggert@cs.ucla.edu>
93602feb
PE
7775
7776 Remove some arbitrary limits on goto numbers and relations.
7777 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
7778 initial values, since they're never used.
7779 (set_goto_map): ngotos is now unsigned, so test for overflow
7780 by seeing whether it wraps around to zero.
7781 * src/lalr.h (goto_number): Now size_t, not short int.
7782 (GOTO_NUMBER_MAXIMUM): Remove.
7783 * src/relation.c (relation_print, traverse, relation_transpose):
7784 Check for END_NODE rather than looking at sign.
7785 * src/relation.h (END_NODE): New macro.
7786 (relation_node): Now size_t, not short int.
7787
dba08b04
PE
77882004-10-22 Paul Eggert <eggert@cs.ucla.edu>
7789
7790 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
7791 keyword, not an identifier. Problem reported by Baron Schwartz in
7792 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
7793
df09ef2e
AD
77942004-10-11 Akim Demaille <akim@epita.fr>
7795
7796 * src/symtab.c (symbol_check_alias_consistency): Also check
7797 type names, destructors, and printers.
7798 Reported by Alexandre Duret-Lutz.
7799 Recode the handling of associativity and precedence in terms
7800 of symbol_precedence_set.
7801 Accept no redeclaration at all, not even equal to the previous
7802 value.
7803 (redeclaration): New.
7804 Use it to factor redeclaration complaints.
7805 (symbol_make_alias): Don't set the type of the alias, let
7806 symbol_check_alias_consistency do it as for other features.
7807 * src/symtab.h (symbol): Add new member prec_location, and
7808 type_location.
7809 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
7810 * tests/input.at (Incompatible Aliases): New.
7811
146bc99d
PE
78122004-10-09 Paul Eggert <eggert@cs.ucla.edu>
7813
7814 .cvsignore fixes to accommodate gnulib changes,
7815 and the practice of naming build directories "_build".
7816 * .cvsignore: Add "_*". Sort.
7817 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
7818 * m4/.cvsignore: Add "*_gl.m4".
7819
e503aa60
AD
78202004-10-06 Akim Demaille <akim@epita.fr>
7821
7822 * src/parse-gram.y (add_param): Fix the truncation of trailing
7823 spaces.
7824
b4a20338
AD
78252004-10-05 Akim Demaille <akim@epita.fr>
7826
7827 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
7828 whether the reducion was empty or not. This leaves room to
7829 improve the use of YYLLOC_DEFAULT in such a case.
7830 lalr1.cc is still experimental, so changing this is acceptable.
7831 And finally, there are probably not many users who changed the
7832 handling of locations in GLR, so changing is admissible too.
7833
7834 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
7835 empty reduction, set @$ to an empty location ending the previously
7836 stacked symbol.
7837 Adjust uses to make sure the code is triggered on empty
7838 reductions.
7839 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
7840 expected output: empty reductions have empty locations.
7841
f85a5e6f
AD
78422004-09-29 Akim Demaille <akim@epita.fr>
7843
7844 * data/lalr1.cc: Move towards a more standard C++ coding style
7845 for templates: Class < T > -> Class<T>.
7846
b203fc2c
AD
78472004-09-29 Akim Demaille <akim@epita.fr>
7848
7849 * data/lalr1.cc: Reinstall the former ctor, for sake of
7850 compatibility, but warn it will be removed.
7851 Move towards a more standard C++ coding style (i.e., type *var ->
7852 type* var).
7853
5b7e1e73
PE
78542004-09-27 Paul Eggert <eggert@cs.ucla.edu>
7855
3fee967f
PE
7856 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
7857 since it's less likely to work if NULs are involved in the future.
5b7e1e73 7858
0dcca5c2
AD
78592004-09-27 Akim Demaille <akim@epita.fr>
7860
7861 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
7862
6dde1c82
AD
78632004-09-27 Akim Demaille <akim@epita.fr>
7864
7865 * data/lalr1.cc (b4_parse_param_decl_1): New.
b203fc2c 7866 (b4_parse_param_decl): Use it to have different names between attribute
6dde1c82
AD
7867 and argument names.
7868 (b4_cc_constructor_call): Likewise.
7869
b233d555
AD
78702004-09-24 Akim Demaille <akim@epita.fr>
7871
7872 * src/parse-gram.y (add_param): Strip the leading and trailing
7873 blanks from a formal argument declaration.
7874 (YY_LOCATION_PRINT): New.
7875
619404e3
AD
78762004-09-24 Akim Demaille <akim@epita.fr>
7877
7878 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
7879 after the location.
7880
dd8d9022
AD
78812004-09-24 Akim Demaille <akim@epita.fr>
7882
7883 * doc/bison.texinfo (Table of Symbols): Sort.
7884
0092f063
AD
78852004-09-21 Akim Demaille <akim@epita.fr>
7886
7887 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
7888 the useless parentheses.
7889 Suggested by Paul Eggert.
7890
451364ed
AD
78912004-09-20 Akim Demaille <akim@epita.fr>
7892
7893 Let the initial-action act on the look-ahead, and use it for the
7894 "initial push" (corresponding to an hypothetical beginning-of-file).
7895 And let lalr1.cc honor %initial-action.
7896
7897 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
7898 example.
7899 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
7900 (Parser::Parser): Remove the ctor that used to initialize it.
7901 (Parser::parse): Like in the other skeletons, issue the "starting
7902 parse" message before any action.
7903 Honor %initial-action.
7904 Initialize the stacks with the lookahead.
7905 * data/yacc.c: Let $$ and @$ in %initial-action designate the
7906 look-ahead.
7907 Push them in the stacks.
7908 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
7909
18d192f0
AD
79102004-09-20 Akim Demaille <akim@epita.fr>
7911
7912 * doc/bison.texinfo (Initial Action Decl): New.
7913
b8458aa5
AD
79142004-09-20 Akim Demaille <akim@epita.fr>
7915
7916 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
7917 clearer criterion to define it.
7918 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
7919 When reducing on an empty RHS, use the latest stacked location as
7920 location.
7921 yylloc is not always available.
7922 * data/glr.c: Likewise.
7923 Also, honor initial-actions.
7924
3fc16193
AD
79252004-09-20 Akim Demaille <akim@epita.fr>
7926
7927 * data/yacc.c (YY_LOCATION_PRINT): New.
7928 Define when we know YYLTYPE's structure, i.e., when the default
7929 YYLLOC_DEFAULT is used.
7930 * data/c.m4 (b4_yysymprint_generate): Use it.
7931 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
7932 value of the result.
7933 (error_start_): Replace with...
7934 (error_range_): this location array.
7935 This allows to replace code relying on the implementation of
7936 locations by portable code.
7937 * data/yacc.c (yylerrsp): Replace with...
7938 (yyerror_range): this.
7939 Every time a token is popped, update yyerror_range[0], to have an
7940 accurate location for the error token.
7941 * data/glr.c (YY_LOCATION_PRINT): New.
7942 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
7943 deference a pointer.
7944 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
7945 report the location in %printers.
7946
7947 * src/scan-skel.l: Instead of abort, report error messages to ease
7948 understanding skeleton scanning failures.
7949
ecfe33e7
AD
79502004-09-16 Akim Demaille <akim@epita.fr>
7951
7952 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
7953 (iterator, const_iterator): these, to be more in the C++ spirit.
7954 Also, return reverse iterators so that when displaying the stack
7955 we display its bottom first.
7956 (Parser::stack_print_, Parser::reduce_print_): Match the messages
7957 from yacc.c.
7958 We should probably use vector here though.
7959
1576d44d
AD
79602004-09-16 Akim Demaille <akim@epita.fr>
7961
7962 Have more complete shift traces.
7963
7964 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
7965 to report Shifts instead of ad hoc YYDPRINTF invocations,
7966 including for the error token.
7967 * data/lalr1.cc (symprint_): Output the location.
7968 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
7969 output the location within the %printer.
7970 Activate GLR tests, at least to make sure they compile properly.
7971 They still don't pass though.
7972 * tests/calc.at: Adjust expect verbose output, since now "Entering
7973 state..." is on a different line than the "Shifting" message.
7974
9c66f418
AD
79752004-09-08 Akim Demaille <akim@epita.fr>
7976
7977 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
7978 Bison directive from the Bison file to the invocation of this
7979 macro, so that these directives are passed to
7980 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
7981 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
7982 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
7983 the extra Bison directives instead of the whole series.
7984 Change the grammar so that there are recoverable errors, and
7985 unrecoverable errors. Now we can have the parser give up before
7986 consuming the whole input. As a result we now can observe that
7987 the lookahead is freed when needed.
7988 Change the parser source to parse argv[1] instead of a hard coded
7989 string.
7990 Simplify yylex, and give a value and location to EOF.
7991 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
7992 passed directives already coded in the file.
7993 Add some tests to check the location of "error".
7994 For some tests, the C++ parser is correct, and not yacc.c.
7995 For other tests, they provide different, but unsatisfying, values,
7996 so keep the C++ value so that at least one parser is "correct"
7997 according to the test suite.
7998 (Actions after errors): Remove, this is subsumed by the
7999 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
8000
52d5733f
AD
80012004-09-06 Akim Demaille <akim@epita.fr>
8002
8003 * data/lalr1.cc: Adjust the indentation of the labels.
04098407 8004 (Parser::pop): New.
52d5733f
AD
8005 Use it.
8006
a0e68930
AD
80072004-09-06 Akim Demaille <akim@epita.fr>
8008
8009 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
8010 argument, an informative message.
8011 Call YY_SYMBOL_PRINT.
8012 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
8013 * data/lalr1.cc (destruct_): Likewise.
8014 In addition, no longer depend on b4_yysymprint_generate and
8015 b4_yydestruct_generate to generate these functions, do it "by
8016 hand".
8017
e757bb10
AD
80182004-09-03 Akim Demaille <akim@epita.fr>
8019
8020 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
8021 invoked, yydestruct the lookahead.
8022 * tests/calc.at (Calculator $1): Update the expected lengths of
8023 traces: there is an added line for the discarded lookahead.
8024 * doc/bison.texinfo (Destructor Decl): Some rewording.
8025 Define "discarded" symbols.
8026
0fe1f06d
AD
80272004-09-02 Akim Demaille <akim@epita.fr>
8028
8029 * data/lalr1.cc (translate_, destruct_): No reason to be static.
8030
284acc8b
AD
80312004-09-02 Akim Demaille <akim@epita.fr>
8032
8033 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
8034 (YYDSYMPRINTF): Rename as...
8035 (YY_SYMBOL_PRINT): this.
8036 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
8037 two.
8038 Use it instead of direct symprint_ calls.
8039 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
8040 one.
8041
a5eb1ed2
AD
80422004-09-02 Akim Demaille <akim@epita.fr>
8043
b7c72fe1
AD
8044 * data/lalr1.cc (b4_yysymprint_generate): New.
8045 (symprint_): New member function, defined when YYDEBUG.
8046 Use it consistently instead of token/nterm debugging output by
8047 hand.
a5eb1ed2
AD
8048 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
8049 %printer calls to use cdebug_ when using lalr1.cc.
8050
417141dd
AD
80512004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
8052
8053 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
8054 with #ifdef YYDEBUG.
8055
2fa09258
AD
80562004-08-26 Akim Demaille <akim@epita.fr>
8057
8058 * doc/bison.texinfo (Implementing Loops): Rename as...
8059 (Implementing Gotos/Loops): this.
8060
9378b508
PE
80612004-08-13 Paul Eggert <eggert@cs.ucla.edu>
8062
8063 Adjust to latest gnulib.
8064 * bootstrap (gnulib_modules): Add xalloc-die.
8065 Set LC_ALL=C so that file names sort consistently.
8066 Prefer the gnulib copies of gettext.m4, glibc21.m4,
8067 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
8068 uintmax_t.m4, ulonglong.m4.
8069 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
8070 po.m4 since we are now using _gl.m4 instead.
8071
87a8ad5c
PE
80722004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
8073
8074 * src/scan-action.l: Remove. Scanning of semantic actions is
8075 handled in scan-gram.l.
8076
dca81a78
PE
80772004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
8078
8079 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
8080
8081 * src/location.h (struct): The file member is a uniqstr.
8082 (equal_boundaries): Use UNIQSTR_EQ for comparison.
8083
c9cbf7c5
PE
80842004-07-22 Paul Eggert <eggert@cs.ucla.edu>
8085
8086 Fix bug with non-%union parsers that have printers or destructors,
8087 which led to a Bison core dump. Reported by Peter Fales in
8088 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
2fa09258 8089
c9cbf7c5
PE
8090 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
8091 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
8092 not to our own type.
8093 * src/output.c (symbol_destructors_output, symbol_printers_output):
8094 Don't assume %union.
8095 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
8096 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
8097 UNION-FLAG. All callers changed.
8098 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
8099 Use type char, not unsigned int, when declaring an array of char;
8100 this lets us remove a cast.
8101 (Printers and Destructors): Add non-%union test cases.
8102
fa7e68c3
PE
81032004-06-21 Paul Eggert <eggert@cs.ucla.edu>
8104
8105 * doc/bison.texinfo: Minor editorial changes, mostly to the new
8106 GLR writeups. E.g., avoid frenchspacing and the future tense,
8107 change "lookahead" to "look-ahead", and change "wrt" to "with
8108 respect to".
2fa09258 8109
fa7e68c3
PE
81102004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8111
8112 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
8113 New sections, split off from the GLR Parsers section. Put the new
8114 Simple GLR Parser near the start of the GLR section, for clarity.
8115 Rewrite connective text.
8116
99a9344e
PE
81172004-06-21 Frank Heckenbach <frank@g-n-u.de>
8118
8119 * doc/bison.texinfo (Simple GLR Parsers): New section.
8120
8dd162d3
PE
81212004-06-21 Paul Eggert <eggert@cs.ucla.edu>
8122
8123 * NEWS, TODO, doc/bison.texinfo:
8124 Use "look-ahead" instead of "lookahead", to be consistent.
8125 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
8126 while we're fixing "look-ahead".
8127 * src/conflicts.c (shift_set): Renamed from shiftset.
8128 (look_ahead_set): Renamed from lookaheadset.
8129 * src/print.c: Likewise.
8130 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
8131 name for "lookahead".
8132 (report_types, usage): Likewise.
8133 * src/getargs.h (report_look_ahead_tokens): Renamed from
8134 report_lookaheads.
8135 * src/lalr.c (compute_look_ahead_tokens): Renamed from
8136 compute_lookaheads.
8137 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
8138 (look_ahead_tokens_print): Renamed from lookaheads_print.
8139 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
8140 state_rule_lookaheads_print.
8141 * src/state.h: Likewise.
8142 (reductions.look_ahead_tokens): Renamed from lookaheads.
8143 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
8144 AT_DATA_LOOKAHEADS_GRAMMAR.
8145
57a90331
PE
81462004-06-03 Paul Eggert <eggert@cs.ucla.edu>
8147
8148 * README: Update location of patched M4 distribution.
8149
8ed3234a
PE
81502004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
8151
8152 Don't assume the C++ compiler takes the same arguments as the C compiler
8153 (trivial change).
8154 * configure.ac (O0CXXFLAGS): New var.
8155 * tests/atlocal.in (CXXFLAGS): Use it.
8156
07971983
PE
81572004-05-29 Paul Eggert <eggert@cs.ucla.edu>
8158
8159 Fix some "make check" problems with C++ reported by
8160 Albert Chin-A-Young for Tru64 C++ in this thread:
8161 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
8162
8163 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
8164 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
8165 Output to a .cc file for C++, not to a .c file.
8166 * tests/calc.at (AT_CHECK_CALC): Likewise.
8167 * tests/regression.at (AT_CHECK_DANCER): Likewise.
8168 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
8169
29058652
PE
81702004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
8171
8172 * tests/calc.at, tests/actions.at: Workaround for SGI
8173 C++ compiler. (trivial change)
8174
62cb8a99
PE
81752004-05-27 Paul Eggert <eggert@cs.ucla.edu>
8176
fd418816
PE
8177 Spent a few hours checking out which prerequisite versions the
8178 current sources actually require. I went all the way back to
8179 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
8180 a seemingly endless set of combinations of versions more recent
8181 than that. The bottom line is that the current sources require
8182 fairly recent versions of the build tools, and it'll be some work
8183 to change this.
8184 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
8185 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
8186 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
8187 Add comments explaining why those particular versions are
8188 currently needed.
2fa09258 8189
62cb8a99
PE
8190 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
8191 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
161a71f3 8192 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
62cb8a99
PE
8193
8194 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
8195 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
8196
caa52c10
PE
81972004-05-26 Paul Eggert <eggert@cs.ucla.edu>
8198
8199 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
8200 0.11.5. Suggested by Bruno Haible.
8201 * bootstrap: Remove gettext version checking.
8202
8203 * doc/bison.texinfo (Decl Summary): Also mention that %union
8204 can depend on prerequisite types. Problem reported by Tim
8205 Van Holder.
8206
4bfd5e4e
PE
82072004-05-25 Paul Eggert <eggert@cs.ucla.edu>
8208
2cef3017
PE
8209 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
8210 * README-alpha: Don't tell people not to package this.
8211
b9c85d5c
PE
8212 * bootstrap: Don't assume $(...) works; use `...` instead.
8213 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
8214 gettext better.
8215
4bfd5e4e
PE
8216 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
8217 put into the -d output file, and mention what to do if YYSTYPE is
8218 defined as a macro.
8219
6a36ff94
PE
82202004-05-24 Paul Eggert <eggert@cs.ucla.edu>
8221
6712933e
PE
8222 Undo change made earlier today: it caused autopoint to not bring
8223 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
8224 autopoint's.
8225
8226 * bootstrap: Check that gettext version matches what's in
8227 configure.ac. Warn users to ignore robots.txt ERROR 404.
8228 * bootstrap: Undo today's earlier change (logged below).
8229 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
b9c85d5c 8230
6a36ff94
PE
8231 The gettext version checking is causing more trouble than it's
8232 curing; remove it. Problem reported by Paul Hilfinger.
8233
8234 * bootstrap: Issue a warning that one can expect a message
8235 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
8236 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
8237
209ea708
PE
82382004-05-23 Paul Eggert <eggert@cs.ucla.edu>
8239
8240 Ensure that the C++ compiler used for testing actually works on a
8241 simple test program; if not, skip the C++-related tests. Problem
8242 reported by Vin Shelton in:
161a71f3 8243 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
209ea708
PE
8244
8245 * m4/cxx.m4: New file.
8246 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
8247 * tests/atlocal.in (BISON_CXX_WORKS): Add.
8248 * tests/local.at (AT_COMPILE_CXX): Use it.
8249
41ca2549
PE
82502004-05-21 Paul Eggert <eggert@cs.ucla.edu>
8251
383e69dc
PE
8252 * data/glr.c (yylloc): Output this macro even if locations are not
8253 being generated, as the GLR parser needs it even in that case.
8254 Problem reported by Troy A. Johnson
8255 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
8256
41ca2549
PE
8257 * configure.ac (AC_INIT): Update to 1.875e.
8258
e476c87d
PE
82592004-05-21 Paul Eggert <eggert@cs.ucla.edu>
8260
8261 * NEWS: Version 1.875d.
8262 * configure.ac (AC_INIT): Likewise.
8263 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
8264
8265 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
8266 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
8267 lalr1.cc runs afoul of the first, and the last two are no longer
8268 supported by GCC 3.4.0.
8269 * README: Mention GNU m4 1.4 or later; mention m4 patches.
8270 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
8271
233a88ad
PE
82722004-05-06 Paul Eggert <eggert@cs.ucla.edu>
8273
8274 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
8275 unsigned int, for compatibility with latest gnulib hash module.
8276 * src/state.c (state_hash, state_hasher): Likewise.
8277 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
8278 * src/uniqstr.c (hash_uniqstr): Likewise.
e476c87d 8279
12ffdd28
PE
82802004-05-03 Paul Eggert <eggert@cs.ucla.edu>
8281
8282 * NEWS: Unescaped newlines are no longer allowed in char & strings.
8283
8284 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
8285 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
8286 character and string literals.
8287 (unexpected_end): New function.
8288 (unexpected_eof): Use it.
8289 (unexpected_newline): New function.
8290 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
8291 actions.
e476c87d 8292
12ffdd28
PE
8293 * NEWS: Document %expect-rr.
8294
8295 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
8296 Fix typo by replacing $1 with $option.
8297 Remove more 'intl'-related files.
9668e2be 8298 Don't DEFUN AM_INTL_SUBDIR twice.
12ffdd28
PE
8299
8300 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
8301 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
8302 strtoul.c.
8303 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
8304 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
8305 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
8306 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
8307 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
8308 * src/.cvsignore: Add *.output.
8309
8310 * src/parse-gram.y: Put copyright notice inside %{ %} so it
8311 gets copied to the output file.
e476c87d 8312
1f65350a
PE
83132004-04-28 Paul Eggert <eggert@twinsun.com>
8314
8315 Get files from the gnulib and po repositories, instead of relying
8316 on them being in our CVS. Upgrade to latest versions of gnulib
8317 and Automake.
8318
8319 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
8320 * bootstrap: Bootstrap from gnulib and po repositories.
8321 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
8322 * README-cvs: Document these changes. Remove version numbers from
8323 mentions of build tools, since they change so often. Mention Flex.
8324
8325 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
8326 (gl_USE_SYSTEM_EXTENSIONS): Add.
12ffdd28
PE
8327 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
8328 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
1f65350a 8329 does this for us.
12ffdd28
PE
8330 (AC_ISC_POSIX): Remove; we no longer support this
8331 ancient OS, as it gets in the way of latest Autoconf & gnulib.
1f65350a
PE
8332 (AC_HEADER_STDC): Remove: we now assume C89 or better.
8333 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
8334 Do not check for C89 headers, except for locale.h which is used
8335 by the Yacc library and must port to K&R hosts.
8336 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
8337 Do not check for C89 functions, except for setlocale which is
8338 used by the Yacc library.
8339 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
8340 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
8341 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
8342 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
8343 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
8344 AM_GNU_GETTEXT): Remove; now done by:
8345 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
8346 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
8347 for us.
8348
8349 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
8350 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
8351 Define to empty, as gnulib.mk will do the rest for us.
8352 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
8353 for us.
8354 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
8355 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
8356
8357 * src/files.c: Include gnulib's xstrndup.h.
8358
8359 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
8360 (REALLOC): Use xnrealloc, for likewise.
8361 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
8362 (strnlen, memrchr): Remove decls; functions no longer used.
8363 Include <stpcpy.h>.
8364
8365 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
8366 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
8367 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
8368 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
8369 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
8370 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
8371 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
8372 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
8373 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
8374 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
8375 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
8376 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
8377 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
8378 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
8379 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
8380 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
8381 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
8382 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
8383 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
8384 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
8385 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
8386 Remove, as these files are now generated automatically
8387 by bootstrap or automake.
8388
8389 * po/ChangeLog: Remove: all but one entry was a duplicate
8390 of this file, and I moved that 2000-11-02 entry here.
8391
8392 * config/.cvsignore: Add Makefile, depcomp, install-sh.
8393 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
8394 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
8395 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
8396 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
8397 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
8398 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
8399 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
8400 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
8401 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
8402 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
8403 xstrndup.h.
8404 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
8405 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
8406 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
8407 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
8408 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
8409 * src/.cvsignore: Remove *_.c.
8410
8411
8412 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
8413 support it. (The latest stable gzip doesn't.)
8414
84152004-04-27 Paul Eggert <eggert@twinsun.com>
8416
8417 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
8418 case, as stos_ is now used by destructors due to the 2004-02-09
8419 change.
8420
8421 Remove more K&R C support.
8422 * lib/libiberty.y (PARAMS): Remove. All uses removed.
8423 * lib/subpipe.c (errno): Remove decl.
8424 Include <stdlib.h> unconditionally.
8425 (EXIT_FAILURE): Remove macro.
8426 * src/complain.c (vfprintf, strerror): Remove.
8427 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
8428 unconditionally.
8429 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
8430 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
8431 (strchr, strspn, memchr): Remove decls.
8432 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
8433 unconditionally. Do not declare perror.
8434 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
8435 unconditionally.
8436
8437 * src/complain.c (_): Remove useless defn, as system.h defines this.
8438
8439 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
8440 with latest obstack.h.
8441 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
8442 to procedure types, as obstack.h now does that for us.
8443 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
8444
8445 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
8446 so that this include file can stand alone.
8447 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
8448 does this now. Include subpipe.h first after config.h, to
8449 test whether it can stand alone.
8450
8451 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
8452 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
8453 unused declaration.
8454
8455 * tests/synclines.at (%union synch line): Put a dummy member in
8456 the union, because empty unions aren't allowed in C. Caught
8457 by GCC 3.4.0.
8458
4f16766c
PE
84592004-04-13 Jim Meyering <jim@meyering.net>
8460
8461 * src/conflicts.c (conflicts_print): Correct format string typo:
8462 use `%%' to produce literal `%'. (trivial change)
8463
779e7ceb
PE
84642004-03-30 Paul Eggert <eggert@twinsun.com>
8465
8466 * src/getargs.c (version): Update copyright year to 2004.
8467
8468 * data/c.m4 (b4_int_type): Use 'short int' rather than
8469 'short', and similarly for 'long', 'unsigned', etc.
8470 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
8471 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
8472 yy_yypstack, yydumpstack): Likewise.
8473 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
8474 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
8475 Likewise.
8476 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
8477 yy_stack_print, yyparse): Likewise.
8478 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
8479 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
8480 * lib/bitset.c (bitset_print): Likewise.
8481 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
8482 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
8483 * lib/bitsetv.c (bitsetv_dump): Likewise.
8484 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
8485 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
8486 Likewise.
8487 * src/LR0.c (allocate_itemsets): Likewise.
8488 * src/gram.h (rule_number, rule): Likewise.
8489 * src/lalr.h (goto_number): Likewise.
8490 * src/nullable.c (nullable_compute): Likewise.
8491 * src/output.c (prepare_rules): Likewise.
8492 * src/relation.c (relation_print, relation_digraph): Likewise.
8493 * src/relation.h (relation_node): Likewise.
8494 * src/state.h (state_number, transitions, errs, reductions,
8495 struct state): Likewise.
8496 * src/symtab.h (symbol_number, struct symbol): Likewise.
8497 * src/tables.c (vector_number, tally, action_number,
8498 default_goto, goto_actions): Likewise.
8499 * tests/existing.at (GNU Cim Grammar): Likewise.
8500 * tests/regression.at (Web2c Actions): Likewise.
8501
8502 * src/output.c (muscle_insert_short_int_table): Renamed from
8503 muscle_insert_short_table. All uses changed.
8504
d6328241
PH
85052004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8506
8507 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
8508 (declaration): Replace expected_conflicts with expected_sr_conflicts.
8509 Add %expect-rr rule.
4f16766c 8510
d6328241
PH
8511 * src/scan-gram.l: Recognize %expect-rr.
8512
4f16766c 8513 * src/conflicts.h (expected_sr_conflicts): Rename from
d6328241 8514 expected_conflicts.
4f16766c 8515 (expected_rr_conflicts): Declare.
d6328241
PH
8516
8517 * src/conflicts.c (expected_sr_conflicts): Rename from
8518 expected_conflicts.
8519 (expected_rr_conflicts): Define.
8520 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
8521 for GLR parsers.
8522 Use expected_sr_conflicts in place of expected_conflicts.
8523 Warn if expected_rr_conflicts used in non-GLR parser.
4f16766c 8524
d6328241 8525 * doc/bison.texinfo: Add documentation for %expect-rr.
4f16766c 8526
1452af69
PE
85272004-03-08 Paul Eggert <eggert@gnu.org>
8528
8529 Add support for hex token numbers. Suggested by Odd Arild Olsen in
161a71f3 8530 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
1452af69
PE
8531
8532 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
8533 in lalr1.cc.
8534 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
8535 * src/scan-gram.l (scan_integer): New function.
8536 ({int}): Use it.
8537 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
8538 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
8539 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
8540 Say "long int", not "long", for uniformity with GNU style.
8541
006d217d
PE
85422004-02-25 Paul Eggert <eggert@twinsun.com>
8543
8544 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
8545 compilers. This fixes a problem with Intel's C++ compiler being
8546 chatty, reported by Guido Trentalancia in
161a71f3 8547 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
006d217d 8548
c2729758
ADL
85492004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
8550
8551 Support %destructor and merge error locations in lalr1.cc.
8552
8553 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
8554 (Parser::stos_): Define unconditionally.
8555 (Parser::destruct_): New method. Generate its body with
8556 b4_yydestruct_generate.
8557 (Parser::error_start_): New attribute.
8558 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
8559 token which are discarded.
8560 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
8561 error_start_ when erroneous token are discarded.
8562 (Parser::parse) <yyerrlab1>: Compute the location of the error
8563 token so that it covers all the discarded tokens.
8564 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
8565 it can be called with `%skeleton "lalr1.cc"', and do that.
8566
dd0e0635
PE
85672004-02-02 Paul Eggert <eggert@twinsun.com>
8568
8569 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
8570 $(top_srcdir)/lib and ../lib. This fixes a bug reported
8571 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
8572 There's no need to mention top_builddir since Automake does that
8573 for us.
8574 (INCLUDES): Remove, as Automake says it's obsolescent.
8575 Contents migrated into AM_CPPFLAGS as described above.
8576 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
8577
85782004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8579
8580 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
8581 (yyreportSyntaxError): Handle case where lookahead token is
8582 YYEMPTY.
8583
be16239b
PH
85842004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8585
8586 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
8587 resulting parsers are compilable with C++.
8588
5fa90832
PE
85892003-12-23 Paul Eggert <eggert@twinsun.com>
8590
8591 * config/depcomp, config/install-sh: Sync with Automake 1.8.
8592 * src/output.c (output_skeleton): Rename local var.
8593 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
8594 Bison tokens, as this runs afoul of the 2003-10-07 change that
8595 disallowed NUL bytes in character constants or string literals.
8596
8597 * tests/local.at: Require Autoconf 2.59's Autotest.
8598 * tests/testsuite.at: Don't include local.at, since we now assume
8599 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
8600 including it.
8601 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
8602 multiple inclusion warnings.
dd0e0635 8603
b165c324
AD
86042003-12-02 Akim Demaille <akim@epita.fr>
8605
8606 * doc/bison.texinfo (How Can I Reset the Parser): More about start
8607 conditions.
8608 From Bruno Haible.
8609
26e06a21
ADL
86102003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
8611
8612 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
8613
92ac3705
PE
86142003-10-07 Paul Eggert <eggert@twinsun.com>
8615
6a5ecb38
PE
8616 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
8617 if testsuite doesn't exist.
8618
92ac3705
PE
8619 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
8620 literals, unfortunately.
8621 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
8622 Complain about NUL bytes in character constants or string literals.
8623
91d2c560
PE
86242003-10-05 Paul Eggert <eggert@twinsun.com>
8625
8626 * NEWS: Don't document %no-default-prec, as it's still
8627 too experimental.
8628 * doc/bison.texinfo: Document %no-default-prec only if
8629 the defaultprec flag is set. Normally it's not.
8630
0cc3da3a
PE
86312003-10-04 Paul Eggert <eggert@twinsun.com>
8632
8633 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
8634 non-modifiable lvalue, instead of a modifiable one.
8635 * doc/bison.texinfo (Actions): Document that $$ can
8636 be assigned to. Do not claim that $$ and $N are
8637 array element references: user code should not rely on this.
8638
22fccf95
PE
86392003-10-01 Paul Eggert <eggert@twinsun.com>
8640
8641 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
8642 (grammar_declaration): Use it.
8643 * src/scan-gram.l: New token %no-default-prec.
8644 * tests/conflicts.at: Revamp tests to use %no-default-prec.
8645 * NEWS, doc/bison.texinfo: Document the above.
8646
fc8f2965
AD
86472003-10-01 Akim Demaille <akim@epita.fr>
8648
8649 VCG no longer supports long_straight_phase.
8650
8651 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
8652 * src/print_graph.c (print_graph): Adjust.
8653
39a06c25
PE
86542003-09-30 Frank Heckenbach <frank@g-n-u.de>
8655 and Paul Eggert <eggert@twinsun.com>
8656
8657 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
8658 Table of Symbols): Document %default-prec.
8659 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
8660 (grammar_declaration): Set default_prec on %default-prec.
8661 * src/scan-gram.l (%default-prec): New token.
8662 * src/reader.h (default_prec): New flag.
8663 * src/reader.c: Likewise.
8664 (packgram): Handle it.
8665 * tests/conflicts.at (%default-prec without %prec,
8666 %default-prec with %prec, %default-prec 1): New tests.
fc8f2965 8667
39a06c25
PE
86682003-09-30 Paul Eggert <eggert@twinsun.com>
8669
8670 * tests/testsuite.at: Include local.at, not input.at, fixing
8671 a typo in the 2003-08-25 patch.
8672
62b6aef9
AD
86732003-08-27 Akim Demaille <akim@epita.fr>
8674
8675 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
8676 GCC warnings.
8677
89e1cc61
AD
86782003-08-26 Akim Demaille <akim@epita.fr>
8679
8680 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
8681 "<\#" to avoid magic from Gnus when posting parts of this script.
8682
a08460b0
AD
86832003-08-26 Akim Demaille <akim@epita.fr>
8684
8685 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
8686 (Parser::parse): here.
8687 Adjust: nerrs and errstatus is now replaced by...
8688 (Parser::nerrs_, Parser::errstatus_): New.
8689
603f1cfd
AD
86902003-08-25 Akim Demaille <akim@epita.fr>
8691
8692 * config/announce-gen, Makefile.cfg: New.
8693 * Makefile.am: Adjust.
8694 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
8695 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
8696
cd3684cf
AD
86972003-08-25 Akim Demaille <akim@epita.fr>
8698
8699 When reducing initial empty rules, Bison parser read an initial
8700 location that is not defined. This results in garbage, and that
8701 affects Bison's own parser. Therefore we need (i) to extend Bison
8702 to support a means to initialize this location, and (ii) to use
8703 this CVS Bison to fix CVS Bison's parser.
8704
8705 * src/reader.h, reader.c (epilogue_augment): Remove, replace
8706 with...
8707 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
8708 * src/parse-gram.y: Adjust.
8709 (%initial-action): New.
8710 (%error-verbose): Since we require CVS Bison, there is no reason
8711 not to use it.
8712 * src/scan-gram.l: Adjust.
8713 * src/Makefile.am (YACC): New, to make sure we use our own parser.
8714 * data/yacc.c (yyparse): Use b4_initial_action.
8715
4e03e201
AD
87162003-08-25 Akim Demaille <akim@epita.fr>
8717
8718 * doc/bison.texinfo: Don't promote stdout for error messages.
8719
8c182d05
AD
87202003-08-25 Akim Demaille <akim@epita.fr>
8721
8722 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
8723 From Alexandre Duret-Lutz.
8724
6a60c4cf
PE
87252003-08-25 Akim Demaille <akim@epita.fr>
8726
8727 Version 1.875c.
8728
25f66e1a
AD
87292003-08-25 Akim Demaille <akim@epita.fr>
8730
8731 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
8732 Use them.
8733
5348bfbe
AD
87342003-08-25 Akim Demaille <akim@epita.fr>
8735
8736 * data/lalr1.cc (Parser::reduce_print_): New.
8737 Use it.
8738
47301314
AD
87392003-08-25 Akim Demaille <akim@epita.fr>
8740
8741 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
8742 error recovery loops. This patch is based on
161a71f3 8743 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
47301314
AD
8744 Also, augment the similarity between lalr1.cc and yacc.c.
8745 Note: the locations of error recovery rules are not correct yet.
8746
8747 * data/lalr1.cc: Comment changes to augment the similarity between
8748 lalr1.cc and yacc.c.
8749 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
8750 (yyerrlab1): Remove, but where it used to be (now the bottom part of
8751 yyerrlab), when hitting EOF, pop the whole stack here instead of
8752 merely falling thru the default error handling mechanism.
8753 (yyerrorlab): New label, with the old contents of YYERROR,
8754 plus the following change: pop the stack of rhs corresponding
8755 to the production that invoked YYERROR. That is how Yacc
8756 behaves (required by POSIX).
8757 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
8758 fail.
8759
1f7a61ff
AD
87602003-08-25 Akim Demaille <akim@epita.fr>
8761
8762 Tune local.at so that people can "autom4te -l autotest calc.at -o
8763 calc" for instance, to extract a sub test suite.
8764
8765 * tests/testsuite.at: Move the initialization, Autotest version
8766 requirement, and AT_TESTED invocation into...
8767 * tests/local.at: here.
8768 * tests/testsuite.at: Include it for compatibility with Autoconf
8769 2.57.
8770 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
8771 be ignore.
8772
327b5b56
PE
87732003-08-04 Paul Eggert <eggert@twinsun.com>
8774
8775 Rework code slightly to avoid gcc -Wtraditional warnings.
8776 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
8777 The returned value is now stored in *YY0. All callers changed.
8778 * src/output.c (merge_output): Adjust to the above change.
8779
0051e3ed
PE
87802003-07-26 Paul Eggert <eggert@twinsun.com>
8781
8782 * data/glr.c (YYASSERT): New macro.
8783 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
8784 yyresolveStates, yyprocessOneStack):
8785 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
8786 Derived from a suggestion by Frank Heckenbach.
1f7a61ff 8787
137437c6
PE
87882003-07-25 Paul Eggert <eggert@twinsun.com>
8789
5b620e06
PE
8790 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
8791 for portability to K&R C (after ansi2knr, presumably). See
161a71f3 8792 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5b620e06
PE
8793 by Frank Heckenbach, though I have omitted the structure-initialization
8794 part of his glr-knr.diff patch since I recall that the Portable
8795 C Compiler didn't require that change.
8796
137437c6
PE
8797 Let the user specify how to allocate and free memory.
8798 Derived from a suggestion by Frank Heckenbach in
161a71f3 8799 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
137437c6
PE
8800 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
8801 All uses of free, malloc, realloc changed to use these macros,
8802 and unnecessary casts removed.
8803 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
8804
ddb85ca5
PE
88052003-07-06 Matthias Mann <MatthiasMann@gmx.de>
8806
8807 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
8808 use s.empty() rather than s == "" to test for empty string; see
161a71f3 8809 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
ddb85ca5
PE
8810 (trivial change)
8811
39910e09
AD
88122003-06-25 Akim Demaille <akim@epita.fr>
8813
8814 * config/depcomp, config/install-sh: Update from masters.
8815
0ae99356
PE
88162003-06-20 Paul Eggert <eggert@twinsun.com>
8817
8818 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
8819 and return properly parenthesized result.
8820 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
8821 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
8822 Remove unnecessary parentheses from uses.
8823 * doc/bison.texinfo (Location Default Action): Describe the
8824 conventions for parentheses.
8825
cd05d13c
PE
88262003-06-19 Paul Eggert <eggert@twinsun.com>
8827
81fd08ca
PE
8828 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
8829 yyreportTree): Do not assume that size_t is the same width as int,
8830 when printing sizes. Print sizes using an unsigned format.
8831 Problem reported by Frank Heckenbach in
161a71f3 8832 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4dcf140b 8833
cd05d13c
PE
8834 Port to Forte Developer 7 C compiler.
8835 * data/glr.c (struct YYLTYPE): If locations are not being used,
8836 declare a single dummy member, as empty structs do not conform
8837 to the C standard.
8838 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
8839 the Forte Developer 7 C compiler complains that end-of-loop
8840 code is not reached.
8841
4dcf140b
PE
88422003-06-17 Paul Eggert <eggert@twinsun.com>
8843
8844 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
8845 avoid warnings from picky compilers about redefinition of PARAMS.
8846
8dd76bee
PE
88472003-06-17 Paul Eggert <eggert@twinsun.com>
8848
8849 Version 1.875b.
8850
8851 * NEWS: Document 1.875b.
8852
8853 * lib/bbitset.h: Do not include config.h; that's the includer's job.
8854 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
8855 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
8856 Don't use 'index' in comments, as it's a builtin fn on some hosts.
8857 * lib/bitset_stats.c: Include gettext.h unconditionally, as
8858 per recent gettext manual's suggestion.
8859 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
8860 Use prototypes, not old-style definitions.
8861 * lib/lbitset.c (lbitset_unused_clear): Likewise.
8862 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
8863 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
8864 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
8865 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
8866 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
8867 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
8868 vbitset_or_and_cmp, vbitset_copy): Likewise.
8869
8870 * lib/libiberty.h: Do not include config.h; that's the includer's job.
8871 Do not include <stdlib.h>.
8872 (PARAMS): Define unconditionally for C89.
8873 (ATTRIBUTE_NORETURN): Remove.
8874 (ATTRIBUTE_UNUSED): Define unconditionally.
8875
8876 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
161a71f3 8877 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8dd76bee
PE
8878 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
8879 * lib/vbitset.c, lib/vbitset.h: New files.
8880 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
8881 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
8882 from libbitset.
8883
8884 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
8885 `How Can I Reset @code{yyparse}', since texinfo does not allow
8886 arbitrary @ in node names.
8887
8888 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
8889 shouldn't be needed according to the gettext 0.12.1 documentation
8890 but which seem to be needed anyway: codeset.m4 glibc21.m4
f8e8262e 8891 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8dd76bee 8892 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
f8e8262e 8893 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
cd05d13c 8894
8dd76bee
PE
8895 * lib/.cvsignore: Add stdbool.h.
8896 * m4/.cvsignore: Add nls.m4, po.m4.
8897
8898 Upgrade to CVS gnulib.
8899 * stdbool_.h: File renamed from stdbool.h.in.
8900 * configure.ac (AM_STDBOOL_H): Invoke this instead of
8901 AC_HEADER_STDBOOL.
8902 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
8903 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
8904 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
8905 (MOSTLYCLEANFILES): New var.
8906 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
8907 (stdbool.h): New rule.
8908 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
8909 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
8910 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
8911 m4/quote.m4: Upgrade to today's gnulib.
8912
8913 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
8914 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
8915 the tests right now.
8916 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
8917 yyerror are declared before use; C99 requires this.
8918
25005f6a
PH
89192003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8920
8921 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
8922 first.
8923 (yyrecoverSyntaxError): Correct the logic for setting and testing
8924 yyerrState.
8925 Correct comment on handling EOF.
8926 Allow states with only a default reduction, rather than failing
8dd76bee 8927 (I can't quite reconstruct why these were not allowed before).
25005f6a 8928
137437c6 8929 Fixes to avoid problem that $-N rules in GLR parsers can cause
25005f6a 8930 buffer overruns, corrupting state.
8dd76bee
PE
8931
8932 * src/output.c (prepare_rules): Output max_left_semantic_context
25005f6a
PH
8933 definition.
8934 * src/reader.h (max_left_semantic_context): New variable declaration.
8935 * src/scan-gram.l (max_left_semantic_context): Define.
8936 (handle_action_dollar): Update max_left_semantic_context.
8937 * data/glr.c (YYMAXLEFT): New definition.
8938 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
8939 (yyresolveAction): Ditto.
8940
8941 Fixes to problems with location handling in GLR parsers reported by
8942 Frank Heckenbach (2003/06/05).
8943
8944 * data/glr.c (YYLTYPE): Make trivial if locations not used.
8945 (YYRHSLOC): Add parentheses, and define only if locations used.
8946 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
8947 locations not used.
8948 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
8949 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8dd76bee 8950
25005f6a
PH
8951 * tests/cxx-type.at: Exercise location information; update tests
8952 to differentiate output with and without locations.
8dd76bee 8953 Remove forward declarations of yylex and yyerror---caused errors
25005f6a
PH
8954 because default YYLTYPE not yet defined.
8955 Change semantic actions to compute strings, rather than printing
8956 them directly (to test proper passing of semantics values). Change
8957 output to prefix notation and update test data and expected results.
8958 (yylex): Track locations.
8959 (stmtMerge): Return value rather than printing, and include arguments
8960 in value.
8dd76bee 8961
711f40b7
PE
89622003-06-03 Paul Eggert <eggert@twinsun.com>
8963
8964 Avoid warnings generated by GCC 2.95.4 when Bison is
8965 configured with --enable-gcc-warnings.
8966 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
8967 yy::]b4_parser_class_name[::translate_,
8968 yy::Stack::operator[] (unsigned),
8969 yy::Stack::operator[] (unsigned) const,
8970 yy::Slice::operator[] (unsigned),
8971 yy::Slice::operator[] (unsigned) const):
8972 Rename local vars to avoid warnings.
8973 * tests/glr-regression.at (Improper handling of embedded actions
8974 and $-N in GLR parsers): Remove unused local variable from yylex.
8975 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
8976 (void) as arg when not pure, since we now assume C89 when building
8977 Bison. Pacify GCC by using parameter.
8978
ac695f7d
PE
89792003-06-02 Paul Eggert <eggert@twinsun.com>
8980
8981 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
8982 yy::Location::lines, yy::Location::columns): Rename arguments
8983 to avoid shadowing; this removes a warning generated by GCC 3.3.
8984
26ec81e0
PE
89852003-06-01 Paul Eggert <eggert@twinsun.com>
8986
8987 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
8988 to g++, as GCC 3.3 complains if you do it.
8989 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
8990 everything that WARNING_CFLAGS has, except omit warnings
8991 not suitable for C++.
8992 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
8993 * tests/atlocal.in (CXXFLAGS): New var.
8994 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
8995
8996 Fix a GLR parser bug I reported in February; see
161a71f3 8997 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
26ec81e0
PE
8998 The problem was that GLR parsers did not conform to the C standard,
8999 because actions like { $1 = $2 + $3; } expanded to expressions
9000 that invoked YYFILL in separate subexpressions, and YYFILL assigned
9001 to a local variable. The C standard says that expressions
9002 like (var = f ()) + (var = f ()) have undefined behavior.
9003 Another problem was that GCC sometimes issues warnings that
9004 yyfill and its parameters are unused.
9005
9006 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
9007 as possibly unused.
9008 (yyfill): New function.
9009 (YYFILL): Use it.
9010 (yyuserAction): Change type of yynormal to bool, so that it matches
9011 the new yyfill signature. Mark it as possibly unused.
9012
9013
9014 Follow up on a bug I reported in February, where a Bison-generated
9015 parser can loop. Provide a test case and a fix for yacc.c. I
9016 don't have a fix for lalr1.cc or for glr.c, unfortunately.
9017 The original bug report is in:
161a71f3 9018 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
26ec81e0
PE
9019
9020 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
9021 macro's size was becoming unwieldy.
9022 (yyerrlab): Do not discard an empty lookahead symbol, as this
9023 might destroy garbage.
9024 (yyerrorlab): New label, with the old contents of YYERROR,
9025 plus the following change: pop the stack of rhs corresponding
9026 to the production that invoked YYERROR. That is how Yacc
9027 behaves, and POSIX requires this behavior.
9028 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
9029 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
9030 Define 'alarm' to do nothing if unistd.h is not available.
9031 Add a new rule "exp: '-' error;" to test the above change to
9032 data/yacc.c. Use 'alarm' to abort any test taking longer than
9033 10 seconds, as it's probably looping.
9034 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
9035 Also, the new yacc.c generates two fewer diagnostics for an
9036 existing test.
9037
d0829076
PE
90382003-05-24 Paul Eggert <eggert@twinsun.com>
9039
c6ae27df
PE
9040 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
9041 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
9042 This fixes a problem reported by John Bowman when the Compaq/HP
9043 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
9044 -ansi -Wall -gall).
9045 * data/yacc.c (union yyalloc): Likewise.
9046 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
26ec81e0 9047
d0829076
PE
9048 Switch from 'int' to 'bool' where that makes sense.
9049
9050 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
9051 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
9052 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
9053 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
9054 Return or accept bool, not int. All callers changed.
9055 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
9056 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
9057 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
9058 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
9059 bitset_or_and_cmp_): Likewise.
9060 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
9061 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
9062 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
9063 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
9064 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
9065 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
9066 bitset_stats_or_and_cmp): Likewise.
9067 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
9068 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
9069 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
9070 ebitset_xor_cmp): Likewise.
9071 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
9072 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
9073 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
9074 lbitset_xor_cmp): Likewise.
9075 * lib/bbitset.h: Include <stdbool.h>.
9076 (struct bitset_vtable): The following members now return bool, not
9077 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
9078 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
9079 or_and_cmp).
9080 * src/conflicts.c (count_rr_conflicts): Likewise.
9081 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
9082 All uses changed.
9083 * lib/ebitset.c (ebitset_obstack_init): Likewise.
9084 * lib/lbitset.c (lbitset_obstack_init): Likewise.
9085 * src/getargs.c (debug_flag, defines_flag, locations_flag,
9086 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
9087 graph_flag): Likewise.
9088 * src/getargs.h (debug_flag, defines_flag, locations_flag,
9089 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
9090 graph_flag): Likewise.
9091 * src/output.c (error_verbose): Likewise.
9092 * src/output.h (error_verbose): Likewise.
9093 * src/reader.c (start_flag, typed): Likewise.
9094 * src/reader.h (typed): Likewise.
9095 * src/getargs.c (LOCATIONS_OPTION): New constant.
9096 (long_options, getargs): Use it.
9097 * src/lalr.c (build_relations): Use bool, not int.
9098 * src/nullable.c (nullable_compute): Likewise.
9099 * src/print.c (print_reductions): Likewise.
9100 * src/tables.c (action_row, pack_vector): Likewise.
9101 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
9102 * src/output.c (prepare): Use it.
9103 * src/output.c (token_definitions_output,
9104 symbol_destructors_output, symbol_destructors_output): Use string,
9105 not boolean integer, to keep track of whether to output separator.
9106 * src/print_graph.c (print_core): Likewise.
9107 * src/state.c (state_rule_lookaheads_print): Likewise.
9108
9109 * config/install-sh: Sync from automake 1.7.5.
9110
6b2584b7
PE
91112003-05-14 Paul Eggert <eggert@twinsun.com>
9112
9113 * src/parse-gram.y (rules_or_grammar_declaration): Require a
9114 semicolon after a grammar declaration, in the interest of possible
9115 future changes to the Bison input language.
9116 Do not allow a stray semicolon at the start of the grammar.
9117 (rhses.1): Allow one or more semicolons after any rule, including
9118 just before "|" as required by POSIX.
9119 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
9120 grammar.
9121
caf37a36
ADL
91222003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
9123
9124 %parse-param support for lalr1.cc.
9125
9126 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
9127 b4_cc_constructor_calls, b4_cc_constructor_call,
9128 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
9129 definitions.
9130 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
9131 parse-param arguments.
9132 (yy::b4_parser_class_name): Declare instance variables to
9133 hold parse-param arguments.
9134 * tests/calc.at: s/value/semantic_value/ because value clashes
9135 with a member of yy::b4_parser_class_name. Adjust C++ code
9136 to handle %parse-param. Enable %parse-param test in C++.
9137
3ab37077
PE
91382003-05-12 Paul Eggert <eggert@twinsun.com>
9139
9140 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
9141 English a bit. Fix fclose typo. Change "const char" to "char
9142 const", and use ANSI C rather than K&R for "main". Suggest
9143 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
9144 and suggest yy_switch_to_buffer.
9145
91462003-05-05 Paul Eggert <eggert@twinsun.com>
163ab321
PE
9147
9148 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
9149 C89. This avoids a diagnostic on compilers that define __STDC__
9150 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
161a71f3 9151 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
163ab321 9152
e743727f
PE
91532003-05-03 Paul Eggert <eggert@twinsun.com>
9154
9155 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
9156 Do not overrun array bounds.
9157 This should fix a bug reported today by Olatunji Oluwabukunmi in
161a71f3 9158 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
e743727f 9159
916708d5
AD
91602003-04-29 Akim Demaille <akim@epita.fr>
9161
9162 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
9163 * src/getargs.c, src/getargs.h: here, as bool, not int.
9164 (nondeterministic_parser): New.
9165 * src/parse-gram.y, src/scan-gram.l: Support
9166 %nondeterministic-parser.
9167 * src/output.c (prepare): Use nondeterministic_parser instead
9168 of glr_parser where appropriate.
9169 * src/tables.c (conflict_row, action_row, save_row)
9170 (token_actions, token_actions, pack_vector): Ditto.
9171
a06ea4aa
AD
91722003-04-29 Akim Demaille <akim@epita.fr>
9173
9174 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
9175
211074ca
AD
91762003-04-29 Akim Demaille <akim@epita.fr>
9177
9178 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
9179 with %pure-parser and %locations to exercise the patch from Yakov
9180 Markovitch below.
9181
6175ffe3
PE
91822003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
9183
9184 * data/yacc.c: (b4_lex_param): Corrected for the case where
9185 %lex-param is provided and %pure-parser isn't.
9186
b1e95857
PE
91872003-04-27 Paul Eggert <eggert@twinsun.com>
9188
9189 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
161a71f3 9190 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
b1e95857
PE
9191 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
9192 if it is not defined.
9193 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
9194
acda9df6
PE
91952003-04-26 Paul Eggert <eggert@twinsun.com>
9196
3470c57b
PE
9197 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
9198 Declare to be of type suitable for the ninf value itself, not of
9199 type suitable for the corresponding table, since the latter might
9200 be unsigned but the ninf value might be negative. This fixes a
9201 bug reported by Alexandre Duret-Lutz in
161a71f3 9202 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3470c57b 9203
acda9df6
PE
9204 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
9205 invokes it. We shouldn't invoke it twice because it will attempt
9206 to put error.o in the archive twice. This fixes a glitch reported
9207 by Martin Mokrejs in
161a71f3 9208 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
acda9df6 9209
b5250f26
PE
92102003-04-21 Paul Eggert <eggert@twinsun.com>
9211
9212 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
9213 to gnulib.
9214
089ac0f1
PE
92152003-04-21 Yakov Markovitch <Markovitch@iso.ru>
9216
9217 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
9218 Fix obvious typo that results in uncompilable GLR parsers
9219 when both %pure-parser and %locations are used. (trivial change)
9220
5ededac6
PE
92212003-04-17 Paul Eggert <eggert@twinsun.com>
9222
1b8f2fff
PE
9223 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
9224 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
9225 Do not insert the expected token via unput, as this runs afoul
9226 of a POSIX-compatibility bug in flex 2.5.31.
9227 All uses changed to BEGIN the parent state,
9228 since we no longer insert the expected token via unput.
9229 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
9230 that is no longer emitted after the above change.
9231
5ededac6
PE
9232 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
9233 the first one. This change is from Paul Hilfinger, and it fixes
9234 regression reported by Werner Lemberg in
161a71f3 9235 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5ededac6
PE
9236
9237 (resolve_sr_conflict): Don't invoke state_errs_set
9238 unless one or more tokens have been explicitly made errors.
9239 Otherwise, the above change causes Bison to abort.
9240
9241 * tests/existing.at (GNU pic Grammar): New test case, taken from
9242 Lemberg's email.
9243
b8be9132
AD
92442003-03-31 Akim Demaille <akim@epita.fr>
9245
9246 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
9247
d423d460
AD
92482003-03-31 Akim Demaille <akim@epita.fr>
9249
9250 * src/output.c (prepare_symbols): Avoid trailing spaces in the
9251 output.
9252
c7e441b4
AD
92532003-03-31 Akim Demaille <akim@epita.fr>
9254
9255 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
9256 From Paul Hilfinger.
9257
231897ad
AD
92582003-03-29 Akim Demaille <akim@epita.fr>
9259
9260 * m4/error.m4: Do not put under dynamic conditions some code which
9261 expansion is under static control.
9262
5b066063
AD
92632003-03-29 Akim Demaille <akim@epita.fr>
9264
9265 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
9266
22a74fec
AD
92672003-03-29 Akim Demaille <akim@epita.fr>
9268
9269 * doc/bison.texinfo (Strings are Destroyed): New.
9270
0eee27e7
PE
92712003-03-13 Paul Eggert <eggert@twinsun.com>
9272
9273 * .cvsignore: Add configure.lineno.
9274 * src/.cvsignore: Add yacc.
9275 * tests/.cvsignore: Add testsuite.log.
9276 * doc/fdl.texi: Sync with latest FSF version.
9277
f61aad93
PE
92782003-03-12 Paul Eggert <eggert@twinsun.com>
9279
537636c7
PE
9280 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
9281 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
9282 cursor, instead of leaving it undefined. This fixes a bug
9283 reported by Tim Van Holder in
161a71f3 9284 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
537636c7
PE
9285 * tests/input.at (Torturing the Scanner): Test the scanner on
9286 an empty input file, which was Tim Van Holder's test case.
9287
9288 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
9289 <sys/resource.h> can be included, include sys/time.h and
9290 sys/times.h first, if available. This works around the SunOS
9291 4.1.4 porting bug reported by Bruce Becker in
161a71f3 9292 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
537636c7
PE
9293
9294 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
9295 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
9296 AC_HEADER_SYS_WAIT.
9297
f61aad93
PE
9298 Merge changes from gnulib. This was prompted because the CVS
9299 snapshot didn't build on Solaris 7 due to strnlen problems.
9300
9301 These changes need to be merged back into gnulib:
9302 * lib/hash.c: Include <stdbool.h> unconditionally.
9303 * m4/onceonly.m4 (m4_quote): New macro.
9304 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
9305 Quote AC_FOREACH variable-expansions properly.
9306 The 2003-01-03 obstack.h change also needs merging.
9307 {end of changes requiring merging}
5b066063 9308
f61aad93
PE
9309 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
9310 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
9311 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
9312 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
9313 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
9314 New files, imported from gnulib.
9315 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
9316 above.
9317
9318 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
9319 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
9320 gnulib sources.
9321
9322 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
9323 Add.
9324 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
9325 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
9326 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
9327 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
9328 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
9329 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
9330 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
9331 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
9332 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
9333 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
9334 (jm_PREREQ_ARGMATCH): Remove.
9335 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
9336 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
9337
9338 * src/system.h: Include <stdbool.h> unconditionally.
9339
9340 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
9341 assuming at least C89 in the bitset code for some time now.
9342
d2ffe116
AD
93432003-03-03 Akim Demaille <akim@epita.fr>
9344
9345 * ro.po: New.
9346
052826fd
AD
93472003-03-02 Akim Demaille <akim@epita.fr>
9348
9349 * doc/bison.texinfo (Table of Symbols): Reactivate the
9350 documentation for %lex-param, and %parse-param.
9351
c4749565
AD
93522003-03-02 Akim Demaille <akim@epita.fr>
9353
9354 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
9355 generate verbose error messages.
9356 Use the number of tokens as an upper bound in yytname, as it
9357 cannot be a non terminal.
9358
d5286af1
AD
93592003-03-02 Akim Demaille <akim@epita.fr>
9360
9361 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
9362 message.
9363
22e304a6
AD
93642003-03-02 Akim Demaille <akim@epita.fr>
9365
22e304a6
AD
9366 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
9367 Use them to exercise yycheck overrun.
9368 Based on Andrew Suffield's grammar.
9369
67a25fed
AD
93702003-03-02 Akim Demaille <akim@epita.fr>
9371
9372 Create tests/local.at for Bison generic testing macros.
9373
9374 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
9375 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
9376 This new file.
9377 * tests/calc.at (AT_CHECK_CALC): Adjust.
9378 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
9379 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
9380 * tests/local.at: here.
9381 (AT_COMPILE_CXX): Tags the tests using it as c++.
9382 Ignore the test if CXX is not functional.
9383
9c2b381f
PE
93842003-03-01 Paul Eggert <eggert@twinsun.com>
9385
9386 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
9387 not loc->end, since loc->end might contain garbage and this leads
9388 to undefined behavior on some platforms.
9389 (id_loc, token_start): Use (IF_LINTed) initial values that do not
9390 depend on *loc, so that the reader doesn't give the the false
9391 impression that *loc is initialized.
9392 (<INITIAL>"%%"): Do not bother setting code_start, since its value
9393 does not survive the return.
9394
0433ba88
AD
93952003-03-01 Akim Demaille <akim@epita.fr>
9396
9397 * src/scan-gram.l (code_start): Always initialize it when entering
9398 into yylex, as SC_EPILOGUE is activated *before* the corresponding
9399 yylex invocation. An alternative would be making it static, but
9400 then it starts with the second %%'s beginning, instead of its end.
9401
b305ea69
PE
94022003-02-28 Paul Eggert <eggert@twinsun.com>
9403
9404 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
9405 around a UnixWare 7.1.1 porting bug reported by John Hughes in
161a71f3 9406 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
b305ea69 9407
c3d25e01
PE
94082003-02-26 Paul Eggert <eggert@twinsun.com>
9409
9410 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
9411 Remove Sequent/Pyramid discussion (nobody uses them any more).
9412 Merge VMS and MS-DOS discussion; these ports may well be dead
9413 but let's keep mentioning them for now. Put <> around email
9414 addresses. Add copyright notice.
9415
c267ffbc
PE
94162003-02-24 Paul Eggert <eggert@twinsun.com>
9417
9418 * data/glr.c (yy_reduce_print): yylineno -> yylno,
9419 to avoid collision with flex use of yylineno.
9420 Problem reported by Bruce Lilly in
161a71f3 9421 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
c267ffbc
PE
9422 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
9423 * data/yacc.c (yy_reduce_print): Likewise.
9424
9425 * config/depcomp: Sync with Automake 1.7.3.
9426
f939fc12
AD
94272003-02-21 Akim Demaille <akim@epita.fr>
9428
9429 * data/lalr1.cc: Use temporary variables instead of casts to
9430 change integer types.
9431 Suggested by Paul Eggert.
9432
95923bd6
AD
94332003-02-21 Akim Demaille <akim@epita.fr>
9434
9435 * doc/bison.texinfo: Use "location" consistently to refer to @n,
9436 to avoid confusions with lalr1.cc's notion of Position.
9437 Suggested by Paul Eggert.
9438
2cdc240e
AD
94392003-02-20 Akim Demaille <akim@epita.fr>
9440
9441 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
9442 before initial_columns.
9443 (location.hh): Use consistent variable names when defining the
9444 operator<<.
9445 Use "last" so that we subtract from Positions, not from unsigned.
9446
5d003116
AD
94472003-02-20 Akim Demaille <akim@epita.fr>
9448
9449 * data/lalr1.cc (position.hh): New subfile, including the extended
9450 and Doxygen'ed documentation of class Position.
9451 (location.hh): Use it.
9452 Document a` la Doxygen.
ba1ecc07 9453 With the help of Benoit Perrot.
5d003116 9454
d02b25f9
AD
94552003-02-20 Akim Demaille <akim@epita.fr>
9456
9457 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
9458 AT_YACC_IF.
9459 Redefine AT_YYERROR_SEES_LOC_IF using it.
9460 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
9461 not defined.
9462 Don't use the location in yy::Parser::error_ and
9463 yy::Parser::print_ when not %locations.
9464 Activate more lalr1.cc tests.
9465
0d1c3a04
AD
94662003-02-19 Akim Demaille <akim@epita.fr>
9467
9468 * data/lalr1.cc: When displaying a line number, be sure to make it
9469 an int.
9470
60a777aa
AD
94712003-02-19 Akim Demaille <akim@epita.fr>
9472
9473 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
9474 Remove, useless.
9475 (YYABORT, YYACCEPT, YYERROR): New.
9476 * tests/calc.at: Renable the lalr1.cc test.
9477
0b86fc41
AD
94782003-02-19 Akim Demaille <akim@epita.fr>
9479
9480 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
9481 error recovery, mixing with/without pops and discarding of the
9482 lookahead.
9483 Exercise YYERROR.
9484 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
9485
da99a5dc
PE
94862003-02-17 Paul Eggert <eggert@twinsun.com>
9487
9488 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
9489 * tests/testsuite.at (AT_COMPILE): Use them.
9490 This fixes the testsuite problem reported by Robert Lentz in
161a71f3 9491 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
da99a5dc 9492
93b8c255
PE
94932003-02-12 Paul Eggert <eggert@twinsun.com>
9494
9495 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
9496 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
161a71f3 9497 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
93b8c255
PE
9498 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
9499 Check for malloc failure, for consistency with yacc.c.
9500 (yytname_size): Remove, for consistency with yacc.c.
9501
9502 The bug still remains in data/lalr1.cc, as I didn't have time
9503 to fix it there.
9504
7548fed2
AD
95052003-02-06 Akim Demaille <akim@epita.fr>
9506
9507 * configure.ac (GXX): Rename as...
9508 (CXX): this, to keep the original Autoconf semantics.
9509 Require 2.57.
9510 * data/lalr1.cc: Fix b4_copyright invocations.
9511 If YYDEBUG is not defined, don't depend upon name_ being defined.
9512 (location.hh): Include string and iostream.
9513 (Position::filename): New member.
9514 (Position::Position ()): New.
9515 (operator<< (Position)): New.
9516 (operator- (Position, int)): New.
9517 (Location::first, Location::last): Rename as...
9518 (Location::begin, Location::end): these, to mock the conventional
9519 iterator names.
9520 (operator<< (Location)): New.
9521 * tests/atlocal.in (CXX): New.
9522 * tests/testsuite.at (AT_COMPILE_CXX): New.
9523 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
9524 locations in a more synthetic way.
9525 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
9526 lalr1.cc is used.
9527 Adjust the C locations to match those from Emacs: first column is
9528 column 0.
9529 Change all the expected results.
9530 Conform to the GCS: simplify the locations when applicable.
9531 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
9532 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
9533 these CPP macros with the m4 macros new defined by...
9534 (AT_CHECK_PUSHDEFS): this, i.e.:
9535 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
d02b25f9 9536 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
7548fed2
AD
9537 New macros.
9538 (AT_CHECK_POPDEFS): Undefine them.
9539 (AT_CHECK_CALC_LALR1_CC): New.
9540 Use it for the first lalr1.cc test.
9541
43a176ef
AD
95422003-02-04 Akim Demaille <akim@epita.fr>
9543
9544 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
9545 Location as is defined.
9546
fc049e9c
AD
95472003-02-04 Akim Demaille <akim@epita.fr>
9548
9549 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
9550 name_ being defined.
9551
a737b216
PE
95522003-02-03 Paul Eggert <eggert@twinsun.com>
9553
9554 * src/gram.h (start_symbol): Remove unused decl.
9555
9556 Use more-consistent naming conventions for local vars.
9557
9558 * src/derives.c (derives_compute): Change type of local var from
9559 int to rule_number.
9560 * src/gram.c (grammar_rules_partial_print): Likewise.
9561 * src/print.c (print_core): Likewise.
9562 * src/reduce.c (reduce_grammar_tables): Likewise.
9563
9564 * src/gram.c (grammar_dump): Change name of item_number *
9565 local var from r to rp.
9566 * src/nullable.c (nullable_compute): Likewise.
9567
9568 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
9569
9570 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
9571 for symbol or symbol_number var.
9572 * src/reader.c (grammar_start_symbol_set): Likewise.
9573 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
9574 Likewise.
9575 * src/state.c (transitions_to): Likewise.
9576 * src/state.h: Likewise.
9577 * src/tables.c (symbol_number_to_vector_number): Likewise.
9578
9579 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
9580 char * var.
9581
9582 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
9583 var.
9584
9585 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
9586 var.
9587
9588 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
9589 Use str, not s, for char * var. Use ch, not c, for character var.
9590 Use size for size var.
9591
9592 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
9593 char * var.
9594 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
9595 uniqstr var.
9596 * src/uniqstr.h: Likewise.
9597
9598 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
9599 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
9600 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
9601 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
9602 param to have same name as that of enum, so that we don't use
9603 "s" to stand for a non-state.
9604
68e93ad5
AD
96052003-02-02 Akim Demaille <akim@epita.fr>
9606
9607 * src/scan-skel.l: Scan more than one inert character per yylex
9608 invocation.
9609
92898986
PE
96102003-02-01 Paul Eggert <eggert@twinsun.com>
9611
9612 Version 1.875a.
9613
1d9d5d71
PE
9614 * po/LINGUAS: Add ms.
9615
0435d061
AD
96162003-01-30 Akim Demaille <akim@epita.fr>
9617
9618 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
9619
6029a57f
PH
96202003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9621
9622 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
9623 of $1.
0435d061
AD
9624
9625 Changes in response to error report by S. Eken: GLR mode does not
6029a57f 9626 handle negative $ indices or $ indices in embedded rules correctly.
161a71f3 9627 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
0435d061 9628
6029a57f
PH
9629 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
9630 (b4_rhs_location): Ditto.
0435d061 9631 (yyfill): New function to copy from stack tree into array
6029a57f 9632 incrementally.
0435d061
AD
9633 (yyuserAction): Modify to allow incremental move of semantic values
9634 to rhs array when in GLR mode.
9635 Define YYFILL to use in user-defined actions to fill semantic array
6029a57f
PH
9636 as needed.
9637 Remove dummy use of yystack, as there is now a guaranteed use.
9638 (yydoAction): Modify to allow incremental move of semantic values
9639 to rhs array when in GLR mode.
9640 (yyresolveAction): Ditto.
9641 (yyglrShiftDefer): Update comment.
0435d061 9642 (yyresolveStates): Use X == NULL for pointers, not !X.
6029a57f
PH
9643 (yyglrReduce): Ditto.
9644 (yydoAction): Ditto
0435d061 9645
6029a57f
PH
9646 * tests/glr-regr1.at: Rename to ...
9647 * tests/glr-regression.at: Add new regression test for the problems
9648 described above (adapted from S. Eken).
9649 Update copyright notice.
9650 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
9651 * tests/Makefile.am: Ditto.
9652
6cee6297
PE
96532003-01-28 Paul Eggert <eggert@twinsun.com>
9654
9655 * data/lalr1.cc: Do not use @output_header_name@ unless
9656 b4_defines_flag is set. This fixes two bugs reported by
9657 Tim Van Holder in
161a71f3
PE
9658 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
9659 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6cee6297 9660
b2a836b5
PE
96612003-01-21 Paul Eggert <eggert@twinsun.com>
9662
9663 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
9664 we don't need to worry about yyerrlab1 being reported as an
9665 "unused label" by non-GCC C compilers. The downside is that if
9666 locations are used then a couple of statements are duplicated each
9667 time YYERROR is invoked, but the upside is that the warnings
9668 should vanish.
9669 (yyerrlab1): Move code to YERROR.
9670 (yyerrlab2): Remove. Change uses back to yyerrlab1.
9671 This reverts some of the 2002-12-27 change.
9672
4196b931
PE
96732003-01-17 Paul Eggert <eggert@twinsun.com>
9674
9675 * src/output.c (symbol_printers_output): Fix typo that led
9676 to core dump. Problem reported by Antonio Rus in
161a71f3 9677 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
4196b931 9678
3ae831b4
AD
96792003-01-13 Akim Demaille <akim@epita.fr>,
9680 Quoc Peyrot <chojin@lrde.epita.fr>,
9681 Robert Anisko <anisko_r@lrde.epita.fr>
9682
9683 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
9684 when the stacks contain one element, as the loop would otherwise
9685 free the last state, and then use the top state (the one we just
9686 popped). This means that the initial elements will not be freed
9687 explicitly, as is the case in yacc.c; it is not a problem, as
9688 these elements have fake values.
9689
e3aa65c5
PE
96902003-01-11 Paul Eggert <eggert@twinsun.com>
9691
9692 * NEWS: %expect-violations are now just warnings, reverting
9693 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
9694 bootstrapping problem reported by Matthias Klose; see
161a71f3 9695 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
e3aa65c5
PE
9696 * src/conflicts.c (conflicts_print): Likewise.
9697 * tests/conflicts.at (%expect not enough, %expect too much,
9698 %expect with reduce conflicts): Likewise.
9699 * doc/bison.texinfo (Expect Decl): Document this. Also mention
9700 that the warning is enabled if the number of conflicts changes
9701 (not necessarily increases).
9702
9703 * src/getargs.c (version): Update copyright year.
9704
f0057011
AD
97052003-01-09 Akim Demaille <akim@epita.fr>
9706
9707 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
9708
1ee6d2a0
PE
97092003-01-08 Paul Eggert <eggert@twinsun.com>
9710
9711 * Makefile.maint (WGETFLAGS):
9712 New macro, containing "-C off" to disable proxy caches.
9713 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
9714 (rel-check): Use $(WGET) instead of wget.
9715
d4fd77c4
PE
97162003-01-06 Paul Eggert <eggert@twinsun.com>
9717
9718 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
9719 the GLR paper of Scott, Johnstone and Hussain.
9720
464c6927
PE
97212003-01-04 Paul Eggert <eggert@twinsun.com>
9722
d600ee67
PE
9723 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
9724 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
9725 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
9726 (EXTRA_LIBRARIES): New var, for liby.a.
9727 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
9728 (EXTRA_SCRIPTS): New var, for yacc.
9729
464c6927
PE
9730 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
9731 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
9732 Problem reported by Nelson H. F. Beebe.
9733
97342003-01-03 Paul Eggert <eggert@twinsun.com>
9735
9736 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
9737 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
9738 when compiling Bison 1.875's `bitset bset = obstack_alloc
9739 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
9740
9741 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
9742 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
9743 grow to a huge size with typical invocation.
d600ee67 9744
464c6927
PE
9745 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
9746 Use the pattern recommended by Autoconf 2.57, except also protect
9747 against double-definition.
9748 * src/system.h: Likewise.
9749 Portability issues reported by Nelson H. F. Beebe.
d600ee67 9750
464c6927
PE
9751 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
9752 All uses changed. Provide a definition in both C and C++.
9753 (yytrue, yyfalse): Define even if defined (__cplusplus).
9754
9755 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
9756 Reported by Nelson H. F. Beebe.
d600ee67 9757
464c6927
PE
9758 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
9759
0f42c7d5
PE
97602003-01-02 Paul Eggert <eggert@twinsun.com>
9761
9762 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
9763 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
9764 Bug reported by Nelson H. F. Beebe.
9765
dc546b0f
PE
97662003-01-01 Paul Eggert <eggert@twinsun.com>
9767
9768 * Version 1.875.
9769
2c09b6a7
PE
97702002-12-30 Paul Eggert <eggert@twinsun.com>
9771
9772 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
9773 Moved here from...
9774 (<INITIAL>","): Here. This causes stray "," to be treated
9775 more uniformly.
9776
dc546b0f 9777 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
9778 last brace in braced code when not in Yacc mode, for compatibility
9779 with Bison 1.35. This resurrects the 2001-12-15 patch to
9780 src/reader.c.
9781
9782 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
9783 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
9784
535c0f63
PE
97852002-12-28 Paul Eggert <eggert@twinsun.com>
9786
9787 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
9788 that of SYM's type. This fixes Debian bug 168069, reported by
9789 Thomas Olsson.
d600ee67 9790
963fcc17
PE
97912002-12-28 Paul Eggert <eggert@twinsun.com>
9792
9793 Version 1.75f.
9794
9795 Switch back to the Yacc style of conflict reports, undoing some
9796 of the 2002-07-30 change.
9797 * doc/bison.texinfo (Understanding): Use Yacc style for
9798 conflict reports. Also, use new way of locating rules.
9799 * src/conflicts.c (conflict_report):
9800 Renamed from conflict_report_yacc, removing the old
9801 'conflict_report'. Translate the entire conflict report at once,
9802 so that we don't assume that "," has the same interpretation in
9803 all languages.
9804 (conflicts_output): Use Yacc-style conflict report for each state,
9805 instead of our more-complicated style.
9806 (conflicts_print): Use Yacc-style conflict report, except print
9807 the input file name when not emulating Yacc.
9808 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
9809 Conflicted Reduction, %expect not enough, %expect too much,
9810 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
9811 * tests/existing.at (GNU Cim Grammar): Likewise.
9812 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
9813
9814 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
9815 fatal): Don't invoke fflush; it's not needed and it might even be
9816 harmful for stdout, as stdout might not be open.
9817 * src/reduce.c (reduce_print): Likewise.
9818
b1efe548
PE
98192002-12-27 Paul Eggert <eggert@twinsun.com>
9820
9821 Fix a bug where error locations were not being recorded correctly.
9822 This problem was originally reported by Paul Hilfinger in
161a71f3 9823 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
9824
9825 * data/yacc.c (yyparse): New local var yylerrsp, to record the
9826 top of the location stack's error locations.
9827 (yyerrlab): Set it. When discarding a token, push its location
9828 onto yylerrsp so that we don't lose track of the error's end.
9829 (yyerrlab1): Now is only the target of YYERROR, so that we can
9830 properly record the location of the action that failed. For GCC
9831 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
9832 GCC warning about yyerrlab1 being unused if YYERROR is unused.
9833 (yyerrlab2): New label, which yyerrlab now falls through to.
9834 Compute the error's location by applying YYLLOC_DEFAULT to
9835 the locations of all the symbols that went into the error.
9836 * doc/bison.texinfo (Location Default Action): Mention that
9837 YYLLOC_DEFAULT is also invoked for syntax errors.
9838 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
9839 Error locations include the locations of all the tokens that were
9840 discarded, not just the last token.
d600ee67 9841
983c5c2c
PE
98422002-12-26 Paul Eggert <eggert@twinsun.com>
9843
b1efe548
PE
9844 * src/files.c: Include quote.h.
9845 (compute_output_file_names): Warn if we detect conflicting
9846 outputs to the same file. This should catch the misunderstanding
9847 exemplified by Debian Bug 165349, reported by Bruce Stephens..
9848
9849 * src/conflicts.c (conflicts_print): If the user specifies
9850 "%expect N", report an error if there are any reduce/reduce
9851 conflicts. This is what the manual says should happen.
9852 This fixes Debian bug 130890, reported by Anthony DeRobertis.
9853 * tests/conflicts.at (%expect with reduce conflicts): New test.
9854
983c5c2c
PE
9855 Don't use m4_include on relative file names, as it doesn't work as
9856 desired if there happens to be a file with that name under ".".
d600ee67 9857
983c5c2c
PE
9858 * m4sugar/version.m4: Remove; it was included but it wasn't used.
9859 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
9860 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
9861 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
9862 * src/output.c (output_skeleton): Use full path names when
9863 specifying a file to include; don't rely on include path, as
9864 it's unreliable when the working file contains a file with
9865 that name.
d600ee67 9866
983c5c2c
PE
98672002-12-25 Paul Eggert <eggert@twinsun.com>
9868
9869 Remove obsolete references to bison.simple and bison.hairy.
9870 Problem mentioned by Aubin Mahe in
161a71f3 9871 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
9872 * data/glr.c: Comment fix.
9873 * doc/bison.1: Remove references. Also, mention "yacc".
9874
9875 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
9876 with -g option.
9877
9878 * src/parse-gram.y (declaration): Use enum "report_states" rather
9879 than its numeric value 1.
9880
9881 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
9882 opening a new one. This fixes Debian bug 165349, reported by
9883 Bruce Stephens.
9884
23f2d9dc
PE
98852002-12-24 Paul Eggert <eggert@twinsun.com>
9886
9887 Version 1.75e.
9888
9889 * Makefile.maint (cvs-update): Don't assume that the shell
9890 supports $(...), as Solaris sh doesn't.
9891
9892 * src/parse-gram.y (lloc_default): Remove test for empty
9893 nonterminals at the end, since it didn't change the result.
9894
98952002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
9896
9897 If the user does not define YYSTYPE as a macro, Bison now declares it
9898 using typedef instead of defining it as a macro. POSIX requires this.
9899 For consistency, YYLTYPE is also declared instead of defined.
9900
9901 %union directives can now have a tag before the `{', e.g., the
9902 directive `%union foo {...}' now generates the C code
9903 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
9904 The default union tag is `YYSTYPE', for compatibility with Solaris 9
9905 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
9906 instead of `yyltype'.
9907
9908 `yystype' and `yyltype' are now obsolescent macros instead of being
9909 typedefs or tags; they are no longer documented and will be
9910 withdrawn in a future release.
9911
9912 * data/glr.c (b4_location_type): Remove.
9913 (YYSTYPE): Renamed from yystype.
9914 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
9915 (struct YYLTYPE): Renamed from struct yyltype.
9916 (YYLTYPE): Renamed from yyltype.
9917 (yyltype, yystype): New (and obsolescent) macros,
9918 for backward compatibility.
9919 * data/yacc.c: Likewise.
9920
9921 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
9922 does not specify a union tag. This is for compatibility with
9923 Solaris 9 yacc.
9924
9925 * src/parse-gram.y (add_param): 2nd arg is now char * not char
9926 const *, since it is now modified by stripping surrounding { }.
9927 (current_braced_code): Remove.
9928 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
9929 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
9930 trailing " {...}". Now of type <chars>.
9931 (grammar_declaration): Adjust to bundled tokens.
9932 (code_content): Remove; stripping is now done by add_param.
9933 (print_token_value): Print contents of bundled tokens.
9934 (token_name): New function.
9935
9936 * src/reader.h (braced_code, current_braced_code): Remove.
9937 (token_name): New decl.
9938
9939 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
9940 token_type, not braced_code code_kind. All uses changed.
9941 (SC_PRE_CODE): New state, for scanning after a keyword that
9942 has (or usually has) an immediately-following braced code.
9943 (token_type): New local var, to keep track of which token type
9944 to return when scanning braced code.
9945 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
dc546b0f 9946 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
9947 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
9948 instead of returning a token type immediately.
9949 (<INITIAL>"{"): Set token type.
9950 (<SC_BRACED_CODE>"}"): Use it.
9951 (handle_action_dollar, handle_action_at): Now returns bool
9952 indicating success. Fail if ! current_rule; this prevents a core dump.
9953 (handle_symbol_code_dollar, handle_symbol_code_at):
9954 Remove; merge body into caller.
9955 (handle_dollar, handle_at): Complain in invalid contexts.
9956
9957 * NEWS, doc/bison.texinfo: Document the above.
9958 * NEWS: Fix years and program names in copyright notice.
9959
879ca4f8
PE
99602002-12-17 Paul Eggert <eggert@twinsun.com>
9961
9962 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
9963 Reporting, Table of Symbols): Omit mentions of %lex-param and
9964 %parse-param from the documentation for now.
9965
1c5fe69d
PE
99662002-12-15 Paul Eggert <eggert@twinsun.com>
9967
9968 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
9969 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
9970 lookahead symbol, and which sets yychar in parser actions) and it
7ea9026a
PE
9971 disagreed with the Bison documentation. Bug
9972 reported by Andrew Walrond.
d600ee67 9973
1c5fe69d
PE
9974 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
9975 as the caller now does that.
9976 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
9977 (YYEMPTY): Parenthesize right hand side, since others use it.
9978 (yyparse): Don't assume that our generated code is the only code
9979 that sets yychar.
9980
d1de5372
PE
99812002-12-13 Paul Eggert <eggert@twinsun.com>
9982
9983 Version 1.75d.
9984
9985 POSIX requires a "yacc" command.
9986 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
9987 (MOSTLYCLEANFILES): Add yacc.
9988 (yacc): New rule.
1c5fe69d 9989 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
9990 as an alias for bison y.
9991
9992 * po/LINGUAS: Add da.
d600ee67 9993
d1de5372
PE
9994 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
9995 problem with latest <getopt.h>.
9996 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
9997
9998 * doc/fdl.texi: Upgrade to 1.2.
9999 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
10000 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
10001 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
10002 gnulib.
10003 * config/install-sh: Sync with autotools.
10004
10005 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
161a71f3 10006 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
10007 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
10008 locations are requested.
10009 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
10010 locations are requested.
10011
d0f3fe23
PE
100122002-12-12 Paul Eggert <eggert@twinsun.com>
10013
10014 Remove unportable casts and storage allocation tricks.
10015 While we're at it, remove almost all casts, since they
10016 usually aren't needed and are a sign of trouble.
10017
10018 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
10019
10020 * src/derives.c (derives_compute): Do not subtract NTOKENS from
10021 the pointer DSET returned by malloc; this isn't portable.
10022 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
10023 Similarly for DERIVES.
10024 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
10025 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
10026 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
10027
10028 * src/derives.c (derives_compute): Do not bother invoking
10029 int_of_rule_number, since rule numbers are integers.
10030
10031 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
10032 rather than XMALLOC (char, N).
10033
10034 * src/files.c (filename_split): Rewrite to avoid cast.
10035
10036 * src/gram.h (symbol_number_as_item_number,
10037 item_number_as_symbol_number, rule_number_as_item_number,
10038 item_number_as_rule_number):
10039 Now inline functions rather than macros, to avoid casts.
10040 * src/state.h (state_number_as_int): Likewise.
10041 * src/tables.c (state_number_to_vector_number,
10042 symbol_number_to_vector_number): Likewise.
10043
10044 * src/gram.h (int_of_rule_number): Remove; no longer used.
10045
10046 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
10047 since the resulting storage is always stored into.
10048
10049 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
10050 where it's needed.
10051
10052 * src/muscle_tab.c (muscle_m4_output):
10053 Now inline. Return bool, not int.
10054 * src/state.c (state_compare): Likewise.
10055 * src/symtab.c (symbol_check_defined,
10056 symbol_check_alias_consistency, symbol_pack, symbol_translation,
10057 hash_compare_symbol, hash_symbol):
10058 Likewise.
10059 * src/uniqstr.c (uniqstr_print): Likewise.
10060 * src/muscle_tab.c (muscle_m4_output_processor):
10061 New function, to avoid casts.
10062 * src/state.c (state_comparator, stage_hasher): Likewise.
10063 * src/symtab.c (symbol_check_defined_processor,
10064 symbol_check_alias_consistency_processor, symbol_pack_processor,
10065 symbol_translation_processor, hash_symbol_comparator,
10066 hash_symbol_hasher): Likewise.
10067 * src/uniqstr.c (uniqstr_print_processor): Likewise.
10068 * src/muscle_tab.c (muscles_m4_output):
10069 Use new functions instead of casting old functions unportably.
10070 * src/state.c (state_hash_new): Likewise.
10071 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
10072 symbols_token_translations_init):
10073 Likewise.
10074 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
10075
10076 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
10077 var instead of casting to long, to avoid casts.
10078 (prepare_states): Use MALLOC rather than alloca, so that we don't
10079 have to worry about alloca.
10080 * src/state.c (state_hash_lookup): Likewise.
10081
10082 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
10083 local var instead of casting to unsigned char, to avoid casts.
10084
10085 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
10086 STATE_ALLOC): Remove.
10087 (transitions_new, errs_new, reductions_new, state_new): Use malloc
10088 rather than calloc, and use offsetof to avoid allocating slightly
10089 too much storage.
10090 (state_new): Initialize all members.
10091
10092 * src/state.c (state_hash): Use unsigned accumulator, not signed.
10093
10094 * src/symtab.c (symbol_free): Remove; unused.
10095 (symbol_get): Remove cast in lhs of assignment.
10096 (symbols_do): Now static. Accept generic arguments, not
10097 hashing-related ones.
10098
10099 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
10100 (symbol_processor): Remove.
10101 (symbols_do): Remove decl; now static.
10102
10103 * src/system.h (alloca): Remove; decl no longer needed.
10104 (<stddef.h>): Include, for offsetof.
10105 (<inttypes.>, <stdint.h>): Include if available.
10106 (uintptr_t): New type, if system lacks it.
10107 (CALLOC, MALLOC, REALLOC): New macros.
10108 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
10109 new macros.
10110
10111 * src/tables.c (table_size): Now int, to pacify GCC.
10112 (table_grow, table_ninf_remap): Use signed table size.
10113 (save_row): Don't bother initializing locals when not needed.
10114 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
10115 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
10116
10117 * src/vcg.h: Correct misspellings.
10118
10119 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
10120
10121
10122 * src/getargs.c (getargs): Don't assume EOF == -1.
10123
26b4a969
PE
101242002-12-09 Paul Eggert <eggert@twinsun.com>
10125
10126 Change identifier spellings to avoid collisions with names
10127 that are reserved by POSIX.
10128
10129 Don't use names ending in _t, since POSIX reserves them.
10130 For consistency, remove _e and _s endings -- they're weren't
10131 needed to remove ambiguity. All uses changed.
10132 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
10133 turn was just renamed from struniq_t.
10134 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
10135 which in turn was just renamed from struniq_processor_t.
10136 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
10137 in turn was renamed from hash_compare_struniq_t.
10138 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
10139 (state_list): Renamed from state_list_t.
10140 * src/assoc.h (assoc): Renamed from assoc_t.
10141 * src/conflicts.c (enum conflict_resolution): Renamed from
10142 enum conflict_resolution_e.
10143 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
10144 (rule_list): Renamed from rule_list_t.
10145 * src/getargs.h (enum trace): Renamed from enum trace_e.
10146 (enum report): Renamed from enum report_e.
10147 * src/gram.h (item_number): Renamed from item_number_t.
10148 (rule_number): Renamed from rule_number_t.
10149 (struct rule_s): Remove the "rule_s" part; not used.
10150 (rule): Renamed from rule_t.
10151 (rule_filter): Renamed from rule_filter_t.
10152 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
10153 (goto_list): Renamed from goto_list_t.
10154 * src/lalr.h (goto_number): Renamed from goto_number_t.
10155 * src/location.h (location): Renamed from location_t.
10156 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
10157 and moved here from:
10158 * src/muscle_tab.h (muscle_entry_t): here.
10159 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
10160 (rule_list): Renamed from rule_list_t.
10161 * src/print_graph.c (static_graph): Renamed from graph.
10162 * src/reader.h (braced_code): Renamed from braced_code_t.
10163 Remove brace_code_e tag.
10164 * src/relation.h (relation_node): Renamed from relation_node_t.
10165 (relation_nodes): Renamed from relation_nodes_t.
10166 (relation): Renamed from relation_t.
10167 * src/state.h (state_number): Renamed from state_number_t.
10168 (struct state): Renamed from struct state_s.
10169 (state): Renamed from state_t.
10170 (transitions): Renamed from transitions_t. Unused (and
10171 misspelled) transtion_s tag removed.
10172 (errs): Renamed from errs_t. Unused errs_s tag removed.
10173 (reductions): Renamed from reductions_t. Unused tag
10174 reductions_s removed.
10175 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
10176 (struct symbol_list): Renamed from struct symbol_list_s.
10177 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
10178 (struct symbol): Renamed from struct symbol_s.
10179 (symbol): Renamed from symbol_t.
10180 * src/tables.c (vector_number): Renamed from vector_number_t.
10181 (action_number): Renamed from action_t.
10182 * src/tables.h (base_number): Renamed from base_t.
10183 * src/vcg.h (enum color): Renamed from enum color_e.
10184 (enum textmode): Renamed from enum textmode_e.
10185 (enum shape): Renamed from enum shape_e.
10186 (struct colorentry): Renamed from struct colorentry_s.
10187 (struct classname): Renamed from struct classname_s.
10188 (struct infoname): Renamed from struct infoname_s.
10189 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
10190 (enum decision): Renamed from enum decision_e.
10191 (enum orientation): Renamed from enum orientation_e.
10192 (enum alignment): Renamed from enum alignment_e.
10193 (enum arrow_mode): Renamed from enum arrow_mode_e.
10194 (enum crossing_type): Renamed from enum crossing_type_e.
10195 (enum view): Renamed from enum view_e.
10196 (struct node): Renamed from struct node_s.
10197 (node): Renamed from node_t.
10198 (enum linestyle): Renamed from enum linestyle_e.
10199 (enum arrowstyle): Renamed from enum arrowstyle_e.
10200 (struct edge): Renamed from struct edge.
10201 (edge): Renamed from edge_t.
10202 (struct graph): Renamed from struct graph_s.
10203 (graph): Renamed from graph_t.
10204 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
10205 Rename value_t -> value.
10206 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
10207 value_t_as_yystype -> value_as_yystype.
10208
10209 Don't include <errno.h> in the mainstream code, since it
10210 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
10211 * lib/get-errno.c, lib/get-errno.h: New files.
10212 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
10213 get-errno.c.
10214 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
10215 * src/output.c (output_skeleton): Likewise.
10216 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
10217 instead of errno.
10218 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
10219 Likewise.
10220 (handle_action_dollar, handle_action_at): Likewise.
10221 * src/system.h: Do not include <errno.h>.
10222 (TAB_EXT): Renamed from EXT_TAB.
10223 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
10224
10225 Avoid str[a-z]*, since <string.h> reserves that name space.
10226 Change all instances of "struniq" in names to "uniqstr", and
10227 likewise for "STRUNIQ" and "UNIQSTR".
10228 * src/uniqstr.c: Renamed from src/struniq.c.
10229 * src/uniqstr.h: Renamed from src/struniq.h.
10230 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
10231 * src/files.c (strsuffix): Remove; unused.
10232 (concat2): Renamed from stringappend. Now static.
10233 * src/files.h (strsuffix, stringappend): Remove; unused.
10234 * src/parse-gram.y (<chars>): Renamed from <string>.
10235 (<uniqstr>): Renamed from <struniq>.
10236 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
10237 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
10238 (struct graph_s.expand): Renamed from struct graph_s.stretch.
10239 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
10240 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
10241 (N_EXPAND): Renamed from N_STRETCH.
10242
10243 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
10244 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
10245 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
10246 Remove; unused.
10247 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
10248 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
10249 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
10250 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
10251 (BASE_MAXIMUM): Renamed from BASE_MAX.
10252 (BASE_MINIMUM): Renamed from BASE_MIN.
10253 (ACTION_MAX): Remove; unused.
10254 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
10255 Unnecessary casts removed from above defines.
10256
10257
10258 Fix misspelling in names.
10259 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
10260 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
10261 G_NODE_ALIGNEMENT.
10262
10263
10264 * lib/timevar.c (timevar_report): Renamed from time_report,
10265 for consistency with other names.
10266 * lib/timevar.h (timevar_report): New decl.
10267 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
10268
10269
10270 Sort include-file uses.
10271
10272 Reorder all include files under src to be in the order "system.h".
10273 then the ../lib include files in angle brackets (alphabetized),
10274 then the . include files in double-quotes (alphabetized). Fix
10275 dependency breakages encountered in this process, as follows:
10276 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
10277 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
10278 * src/state.h: Include "symtab.h".
10279
996b1c7e
PE
102802002-12-08 Paul Eggert <eggert@twinsun.com>
10281
10282 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
10283 since this causes problems when __file__ contains character
10284 sequences like "@" that are treated specially by src/scan-skel.l.
10285 Instead, just use the file's basename. This fixes the bug
10286 reported by Martin Mokrejs in
161a71f3 10287 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 10288
e19c4e5d
PE
102892002-12-06 Paul Eggert <eggert@twinsun.com>
10290
10291 Add support for rules that do not have trailing semicolons, as
10292 POSIX requires. Improve the quality of locations in Bison
10293 diagnostics.
26b4a969 10294
e19c4e5d
PE
10295 * src/location.c: Include <quotearg.h>.
10296 (empty_location): Now const.
10297 (location_print): New function. Follow the recommendation of the
10298 GNU Coding Standards for locations that span file boundaries.
10299 * src/location.h: Do not include <quotearg.h>; no longer needed.
10300 (boundary): New type.
10301 (location_t): Use it. This allows locations to span file boundaries.
10302 All member uses changed: file -> start.file or end.file (as needed),
10303 first_line -> start.line, first_column -> start.column,
10304 last_line -> end.line, last_column -> end.column.
10305 (equal_boundaries): New function.
10306 (LOCATION_RESET, LOCATION_STEP): Remove.
10307 (LOCATION_PRINT): Remove. All callers changed to use location_print.
10308 (empty_location): Now const.
10309 (location_print): New decl.
10310 * src/parse-gram.y (lloc_default): New function, which handles
10311 empty locations more accurately.
10312 (YYLLOC_DEFAULT): Use it.
10313 (%token COLON): Remove.
10314 (%token ID_COLON): New token.
26b4a969 10315 (rules): Use it.
e19c4e5d
PE
10316 (declarations, rules): Remove trailing semicolon.
10317 (declaration, rules_or_grammar_declaration):
10318 Allow empty (";") declaration.
10319 (symbol_def): Remove empty actions; no longer needed.
10320 (rules_or_grammar_declaration): Remove trailing semicolon.
10321 (semi_colon.opt): Remove.
10322 * src/reader.h: Include location.h.
10323 (scanner_cursor): New decl.
10324 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
10325 rolling our own.
10326 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
10327 of *loc.
10328 (STEP): Remove. No longer needed, now that adjust_location does
10329 the work. All uses removed.
10330 (scanner_cursor): New var.
10331 (adjust_location): Renamed from extend_location. It now sets
10332 *loc and adjusts the scanner cursor. All uses changed.
10333 Don't bother testing for CR.
10334 (handle_syncline): Remove location arg; now updates scanner cursor.
10335 All callers changed.
10336 (unexpected_end_of_file): Now accepts start boundary of token or
10337 comment, not location. All callers changed. Update scanner cursor,
10338 not the location.
10339 (SC_AFTER_IDENTIFIER): New state.
10340 (context_state): Renamed from c_context. All uses changed.
10341 (id_loc, code_start, token_start): New local vars.
10342 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
10343 processing of Yacc white space and equivalents here.
10344 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
10345 instead of returning ID immediately, since we need to search for
10346 a subsequent colon.
10347 (<INITIAL>"'", "\""): Save token_start.
10348 (<INITIAL>"%{", "{", "%%"): Save code_start.
10349 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
10350 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
10351 BEGIN context_state at end, not INITIAL.
10352 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
10353 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
10354 Return correct token start.
10355 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
10356 the start of a character, string or multiline comment is found.
10357 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
10358 Reduction): Adjust reported locations to match the more-precise
10359 results now expected.
10360 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
10361 * tests/reduce.at (Useless Rules, Reduced Automaton,
10362 Underivable Rules): Likewise.
10363 * tests/regression.at (Invalid inputs): No longer `expecting ";"
10364 or "|"' now that so many other tokens are allowed by the new grammar.
10365
10366 * src/complain.h (current_file): Remove duplicate decl;
10367 current_file is now owned by files.h.
10368 * src/complain.c, src/scan-gram.l: Include files.h.
10369
103702002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 10371
e19c4e5d
PE
10372 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
10373 promotes to int; it might be unsigned int.
10374 * data/yacc.c (yy_reduce_print): Likewise.
10375
10376 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
10377 be #defined in the prologue, not in the Bison declarations.
10378 This fixes Debian Bug 102878, reported by Shaul Karl.
26b4a969 10379
b64755e3
PE
103802002-12-02 Paul Eggert <eggert@twinsun.com>
10381
10382 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
10383 * lib/strtoul.c: New file, from gnulib.
10384 This fixes a porting bug reported by Peter Klein in
161a71f3 10385 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 10386
6e746484
PE
103872002-11-30 Paul Eggert <eggert@twinsun.com>
10388
b64755e3
PE
10389 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
10390 and put only a forward declaration in the prologue. This is for
10391 consistency with the other scanner helper functions.
10392
6ba55592
PE
10393 Type clashes now generate warnings, not errors, since it
10394 appears that POSIX may allow some grammars with type clashes.
10395 * src/reader.c (grammar_current_rule_check): Warn about
10396 type clashes instead of complaining.
10397 * tests/input.at (Type Clashes): Expect warnings, not complaints.
10398
6e746484
PE
10399 Add Yacc library, since POSIX requires it.
10400 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
10401 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
10402 * lib/main.c, lib/yyerror.c: New files.
10403
10404 gram_error can be static; it need not be extern.
10405 * src/reader.h (gram_error): Remove decl.
10406 * src/parse-gram.y (gram_error): Now static. Add static decl.
10407 (print_token_value): Omit parameter names from forward decl,
10408 for consistency.
10409
88510f9c
PE
104102002-11-29 Paul Eggert <eggert@twinsun.com>
10411
6e746484
PE
10412 * doc/bison.texinfo: Emphasize that yylex and yyerror must
10413 be declared before being used. E.g., one should typically
10414 declare them in the prologue. Use GNU coding style in examples.
10415 Put "const" consistently after the type it modifies. Mention
10416 that C99 supports "inline". Mention that yyerror traditionally
10417 returns "int".
10418
88510f9c
PE
10419 %parse-param and %lex-param now take just one argument, the
10420 declaration; the argument name is deduced from the declaration.
10421
10422 * doc/bison.texinfo (Parser Function, Pure Calling, Error
10423 Reporting, Table of Symbols): Document this.
10424 * src/parse-gram.y (add_param): New function.
10425 (COMMA): Remove.
10426 (declaration): Implement new rule for %parse-param and %lex-param.
10427 * src/scan-gram.l: "," now elicits a warning, rather than being
10428 a token; this is more compatible with byacc.
10429 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
10430
bb92250c
PE
104312002-11-27 Paul Eggert <eggert@twinsun.com>
10432
10433 Rename identifiers to avoid real and potential collisions.
10434
10435 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
10436 to avoid collision with lex macro described by Bruce Lilly in
161a71f3 10437 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
10438 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
10439 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
10440 * src/parse-gram.y (print_token_value): Renamed from yyprint.
10441 All uses changed.
10442 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
10443 The name "yycontrol" violates the name space rules, and this stuff
10444 wasn't being used anyway.
10445 (input): Remove action; this stuff wasn't being used.
10446 (gram_error): Rename local variable yylloc -> loc.
10447 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
10448 (YY_DECL): Don't use "yy" at start of local variables.
10449 All uses changed, e.g., yylloc -> loc.
10450 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
10451 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
10452 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
10453 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
10454
10455 * src/parse-gram.y (gram_error): loc is now const *.
10456 * src/reader.h (gram_error): Likewise.
10457
3af4feb2
PE
104582002-11-24 Paul Eggert <eggert@twinsun.com>
10459
10460 Version 1.75c.
10461
10462 * tests/actions.at (Actions after errors): Use an output format
10463 more similar to that of the Printers and Destructors test.
10464 Test the position of the ';' token too.
10465 (Printers and Destructors): Likewise.
10466 (Printers and Destructors: %glr-parser): Remove for now, to avoid
10467 unnecessarily alarming people when the test fails.
10468
10469 * data/yacc.c (yyerrlab1): Move this label down, so that the
10470 parser does not discard the lookahead token if the user code
10471 invokes YYERROR. This change is required for POSIX conformance.
10472
10473 * lib/error.c: Sync with gnulib.
10474
104752002-11-22 Paul Eggert <eggert@twinsun.com>
10476
10477 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
10478 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
10479 * lib/xmalloc.c: Likewise.
26b4a969 10480
58004308
PE
104812002-11-20 Paul Eggert <eggert@twinsun.com>
10482
10483 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
10484
104852002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 10486
58004308
PE
10487 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
10488 should use `if (! x) abort ();' rather than `assert (x);', and
10489 anyway it's one less thing to worry about configuring.
10490
10491 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
10492 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
10493 and replace all instances of assert with abort.
10494 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
10495 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
10496
10497 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
10498 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
10499 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
10500 hash_find_entry, hash_rehash, hash_insert): Likewise.
10501 * src/conflicts.c (resolve_sr_conflict): Likewise.
10502 * src/lalr.c (set_goto_map, map_goto): Likewise.
10503 * src/nullable.c (nullable_compute): Likewise.
10504 * src/output.c (prepare_rules, token_definitions_output): Likewise.
10505 * src/reader.c (packgram, reader): Likewise.
10506 * src/state.c (state_new, state_free, state_transitions_set,
10507 state_reduction_find): Likewise.
10508 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
10509 symbol_pack): Likewise.
10510 * src/tables.c (conflict_row, pack_vector): Likewise.
10511 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
10512 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
10513 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
10514 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
10515
10516 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
10517 (ARGMATCH_CONSTRAINT): New macro.
10518 (ARGMATCH_ASSERT): Use it.
10519
10520 * src/system.h (verify): New macro.
10521 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
10522 rather than assert.
10523 * src/tables.c (tables_generate): Likewise.
10524
10525 * src/struniq.c (struniq_assert): Now returns void, and aborts
10526 if the assertion is false.
10527 (struniq_assert_p): Remove.
10528 * src/struniq.h: Likewise.
10529
76ae8198
PE
105302002-11-18 Paul Eggert <eggert@twinsun.com>
10531
10532 * data/glr.c (yygetLRActions): Replace `yyindex' with
10533 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
10534 This fixes the regression with Sun ONE Studio 7 cc that I reported in
161a71f3 10535 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 10536
d3c4e709
AD
105372002-11-18 Akim Demaille <akim@epita.fr>
10538
10539 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
10540 space.
10541 From Tim Van Holder.
10542
8d8a7238
PE
105432002-11-17 Paul Eggert <eggert@twinsun.com>
10544
10545 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
10546 to "SyntaxError" for consistency with my 2002-11-15 change.
10547
10548 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
10549 not define to {}, since this breaks the common use of `YYDPRINTF
10550 ((...));' if a single statement is desired (e.g. before `else').
10551 Work around GCC warnings by surrounding corresponding calls with
10552 {} if needed.
10553 (yyhasResolvedValue): Remove unused function.
10554 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
10555 loop body.
10556 (yyreportSyntaxError): Renamed from yyreportParseError.
10557 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
10558 All uses changed.
10559 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
10560 extern when possible. Remove unused initializations.
10561
b0937b22
AD
105622002-11-16 Akim Demaille <akim@epita.fr>
10563
10564 Augment the similarity between GLR and LALR traces.
10565
10566 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
10567 (YY_REDUCE_PRINT): New.
10568 (yyparse): Use them.
10569 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
10570 YYDPRINT here.
10571 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
10572 state reached after the reduction/recovery, since...
10573 (yyparse, yyprocessOneStack): Report the state we are entering in.
10574
c5e3e510
AD
105752002-11-16 Akim Demaille <akim@epita.fr>
10576
10577 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
10578 Add support for --trace=skeleton.
10579 * src/scan-skel.l: %option debug.
10580 Scan strings of non-@ or \n instead of character by character.
10581 (scan_skel): Handle trace_skeleton.
10582 (QPUTS): New.
10583 (@output_parser_name@, @output_header_name@): ``Restore'' their
10584 support (used to be M4 macros).
10585 * data/yacc.c: Quote larger chunks, a la glr.c.
10586 * data/lalr1.cc: Likewise.
10587 The header guards are no longer available, so use some other
10588 string than `YYLSP_NEEDED'.
10589
4c6cc1db
AD
105902002-11-16 Akim Demaille <akim@epita.fr>
10591
10592 Make the ``Printers and Destructors'' test more verbose, taking
10593 `yacc.c''s behavior as (possibly wrong) reference.
10594
10595 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
10596 instead of fprint on stdout.
10597 Set and report the last_line of the symbols.
10598 Consistently display values and locations.
10599
6d9e8019
PE
106002002-11-16 Paul Eggert <eggert@twinsun.com>
10601
10602 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
10603
6e649e65
PE
106042002-11-15 Paul Eggert <eggert@twinsun.com>
10605
b25d88f6
PE
10606 * tests/actions.at (Actions after errors): New test case.
10607
6e649e65
PE
10608 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
10609 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
10610 tests/action.at, tests/calc.at, tests/conflicts.at,
10611 tests/cxx-type.at, tests/regression.at:
10612 "parse error" -> "syntax error" for POSIX compatibility.
10613 "parsing stack overflow..." -> "parser stack overflow" so
10614 that code matches Bison documentation.
10615
0f39aab9
AD
106162002-11-15 Akim Demaille <akim@epita.fr>
10617
10618 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
10619 take two BRACED_CODE, not two string_content.
10620 Free the scanner's obstack when we are done.
10621 (code_content): New.
10622 * tests/calc.at: Adjust.
10623 * doc/bison.texinfo: Adjust.
10624 Also, make sure to include the `,' for these declarations.
10625
761c1926
AD
106262002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
10627
10628 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
10629 definition; avoids potential autoreconf problems.
10630
b0f98b10
AD
106312002-11-15 Akim Demaille <akim@epita.fr>
10632
10633 Always check the value returned by yyparse.
10634
10635 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
10636 returned by yyparse.
10637 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
10638 Adjust calls.
10639 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
10640 returned by yyparse.
10641
970785f1
PH
106422002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10643
10644 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
10645 on input.at test.
10646
8fcc7db1
PE
106472002-11-14 Paul Eggert <eggert@twinsun.com>
10648
7ec1b48e
PE
10649 * src/output.c (output_skeleton): Call xfopen instead of
10650 duplicating xfopen's body.
10651
cfff7583 10652 Fix bugs reported by Nelson H. F. Beebe in
161a71f3 10653 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 10654
8fcc7db1
PE
10655 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
10656 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
10657 Group compiler. Instead, use "$CC -E bar.c". Include the .h
10658 file twice in the grammar, as an extra check.
10659
10660 * tests/input.at (Torturing the Scanner): Surround the
10661 backslash-newline tests with "#if 0", to make it less likely that
10662 we'll run into compiler bugs. Bring back solitary \ inside
10663 comment, but add a closing comment to work around HP C bug. Don't
e3aa65c5 10664 test backslash-newline in C character constant.
8fcc7db1 10665
4e8d992c
AD
106662002-11-14 Akim Demaille <akim@epita.fr>
10667
10668 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
10669 status of the compiler.
f32b346d 10670 Calling `exit 1' is no longer needed.
4e8d992c
AD
10671 Reported by Nelson H. F. Beebe.
10672
9501dc6e
AD
106732002-11-14 Akim Demaille <akim@epita.fr>
10674
10675 * tests/atlocal.in (CPPFLAGS): We have config.h.
10676 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
10677 New.
10678 * tests/actions.at, tests/calc.at, tests/conflicts.at,
10679 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
10680 * tests/regression.at, tests/torture.at: Use them for all the
10681 grammars that are to be compiled.
10682 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
10683 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
10684 * doc/bison.texinfo (GLR Parsers): Document `inline'.
10685
18b519c0
AD
106862002-11-14 Akim Demaille <akim@epita.fr>
10687
10688 * doc/bison.texinfo: Various formatting changes (alignments in
10689 samples, additional @group/@end group, GCS in samples.
10690 Use @deffn instead of simple @table to define the directives,
10691 macros, variables etc.
10692
9a86cdb9
PE
106932002-11-13 Paul Eggert <eggert@twinsun.com>
10694
daa33def 10695 Fix some bugs reported by Albert Chin-A-Young in
161a71f3 10696 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 10697
daa33def 10698 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 10699 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
10700 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
10701 * tests/headers.at (export YYLTYPE): Likewise.
10702
10703 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 10704 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 10705
9a86cdb9
PE
10706 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
10707 comments, since they're not portable. Use GNU coding style.
10708
9c1e26bd
AD
107092002-11-13 Akim Demaille <akim@epita.fr>
10710
10711 * data/yacc.c: Leave bigger chunks of quoted text.
10712 (YYDSYMPRINTF): New.
10713 Use it to report symbol activities.
10714 * data/glr.c (YYDSYMPRINTF): New.
10715 Use it.
10716
87f721cc
PE
107172002-11-12 Paul Eggert <eggert@twinsun.com>
10718
10719 Version 1.75b.
10720
10721 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
10722 (yyglrReduce): Return yyok, not 0.
10723 This should avoid the enumerated-type warnings reported
464c6927 10724 by Nelson H. F. Beebe in
161a71f3 10725 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
10726
10727 * lib/bbitset.h (BITSET_INLINE): Remove.
10728 * lib/bitset.h [! BITSET_INLINE]: Remove.
10729 (bitset_set, bitset_reset, bitset_test): Rename local vars
10730 to avoid shadowing warnings by GCC.
10731
10732 * data/glr.c (inline): Remove #define. It's the user's
10733 responsibility to #define it away, just like 'const'.
464c6927 10734 This fixes one of the bugs reported by Nelson H. F. Beebe in
161a71f3 10735 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 10736
87f721cc
PE
10737 * Makefile.maint (po-check): Scan .l and .y files instead of the
10738 .c and the .h files that they generate. This fixes the bug
10739 reported by Tim Van Holder in:
161a71f3 10740 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
10741 Look for N_ as well as for _. Try to avoid matching #define for
10742 N_ and _.
10743 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
10744 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
10745 * src/scan-gram.l: Revamp regular expressions so that " and '
10746 do not confuse xgettext.
10747
10748 * src/struniq.h (struniq_new): Do not declare the return type
10749 to be 'const'; this violates the C standard.
10750 * src/struniq.c (struniq_new): Likewise.
10751
be14ade5
AD
107522002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
10753
10754 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
10755 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
10756 linker.
10757
05291fbc
AD
107582002-11-12 Akim Demaille <akim@epita.fr>
10759
10760 * Makefile.maint: Sync with Autoconf:
10761 (local_updates): New.
10762
1f5fd52e
AD
107632002-11-12 Akim Demaille <akim@epita.fr>
10764
10765 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
10766
283f1e64
AD
107672002-11-12 Akim Demaille <akim@epita.fr>
10768
10769 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
10770 locations.
10771
886b69d1
AD
107722002-11-12 Akim Demaille <akim@epita.fr>
10773
10774 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
10775 not yyvalue.
10776
3df37415
AD
107772002-11-12 Akim Demaille <akim@epita.fr>
10778
10779 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
10780 Use it to test the GLR parser.
10781
7bd6c77e
AD
107822002-11-12 Akim Demaille <akim@epita.fr>
10783
10784 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
10785 defines it.
10786 * data/glr.c (yystos): New.
10787 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
10788 (YYDSYMPRINT): New.
10789 (yyval): Don't define it, it is handled via M4.
10790 (yyrecoverParseError): Free verbosely the discarded symbols.
10791 * data/yacc.c (yysymprint): Remove, rather...
10792 (b4_yysymprint_generate): invoke.
10793 * data/c.m4 (b4_yysymprint_generate): New.
10794 Accept pointers as arguments, as opposed to the version from
10795 yacc.c.
10796 (b4_yydestruct_generate): Likewise.
10797 * tests/cations.at (Printers and Destructors): Use Bison directives
10798 instead of CPP macros.
10799 Don't rely on internal details.
10800
b0400cc6
AD
108012002-11-12 Akim Demaille <akim@epita.fr>
10802
10803 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
10804 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
10805 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
10806 it against YYEMPTY and so forth), work on yytoken (i.e., set
10807 it to YYEMPTY etc.).
10808 (yydestruct): Replace with a b4_yydestruct_generate invocation.
10809 (b4_symbol_actions): Remove.
10810 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
10811 for 0, end-of-input.
10812
72f889cc
AD
108132002-11-12 Akim Demaille <akim@epita.fr>
10814
10815 * doc/bison.texinfo (Destructor Decl): New.
10816
b1ae9233
AD
108172002-11-12 Akim Demaille <akim@epita.fr>
10818
10819 * src/tables.c (tables_generate): Use free for pointers that
10820 cannot be NULL, not XFREE.
10821 (pack_vector): Use assert, not fatal, for bound violations.
10822 * src/state.c (state_new): Likewise.
10823 * src/reader.c (reader): Likewise.
10824 * src/lalr.c (set_goto_map): Likewise.
72f889cc 10825 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
10826 the file name.
10827
7ec2d4cd
AD
108282002-11-12 Akim Demaille <akim@epita.fr>
10829
10830 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
10831 Restore.
10832 * src/scan-gram.l (last_string): Is global to the file, not to
10833 yylex.
10834 * src/parse-gram.y (input): Don't append the epilogue here,
10835 (epilogue.opt): do it here, and free the scanner's obstack.
10836 * src/reader.c (epilogue_set): Rename as...
10837 (epilogue_augment): this.
10838 * data/c.m4 (b4_epilogue): Defaults to empty.
10839
573a6cd3
AD
108402002-11-12 Akim Demaille <akim@epita.fr>
10841
10842 * src/getargs.c (long_options): Remove duplicates.
10843 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
10844 Remove.
10845 * doc/bison.rnh: Remove.
10846 * doc/bison.texinfo (VMS Invocation): Remove.
10847
95612cfa
AD
108482002-11-12 Akim Demaille <akim@epita.fr>
10849
10850 * src/struniq.h, src/struniq.c (struniq_t): Is const.
10851 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
10852
10853 Use struniq for symbols.
10854
10855 * src/symtab.h (symbol_t): The tag member is a struniq.
10856 (symbol_type_set): Adjust.
10857 * src/symtab.c (symbol_new): Takes a struniq.
10858 (symbol_free): Don't free the tag member.
10859 (hash_compare_symbol_t, hash_symbol_t): Rename as...
10860 (hash_compare_symbol, hash_symbol): these.
10861 Use the fact that tags as struniqs.
10862 (symbol_get): Use struniq_new.
10863 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
10864 Returns a strniq.
10865 * src/reader.h (merger_list, grammar_currentmerge_set): The name
10866 and type members are struniqs.
10867 * src/reader.c (get_merge_function)
10868 (grammar_current_rule_merge_set): Adjust.
10869 (TYPE, current_type): Are struniq.
10870
10871 Use struniq for file names.
10872
10873 * src/files.h, src/files.c (infile): Split into...
10874 (grammar_file, current_file): these.
10875 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
10876 * src/reduce.c (reduce_print): Likewise.
10877 * src/getargs.c (getargs): Likewise.
10878 * src/complain.h, src/complain.c: Likewise.
10879 * src/main.c (main): Call struniqs_new early enough to use it for
10880 file names.
10881 Don't free the input file name.
10882
3e6656f9
AD
108832002-11-12 Akim Demaille <akim@epita.fr>
10884
10885 * src/symtab.c (symbol_free): Remove dead deactivated code:
10886 type_name are properly removed.
10887 Don't use XFREE to free items that cannot be NULL.
10888 * src/struniq.h, src/struniq.c: New.
10889 * src/main.c (main): Initialize/free struniqs.
10890 * src/parse-gram.y (%union): Add astruniq member.
10891 (yyprint): Adjust.
10892 * src/scan-gram.l (<{tag}>): Return a struniq.
10893 Free the obstack bit that used to store it.
10894 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
10895
7672019c
PE
108962002-11-11 Paul Eggert <eggert@twinsun.com>
10897
10898 Revamp to fix many (but not all) of the C- and M4-related quoting
10899 problems. Among other things, this fixes the Bison bug reported
10900 by Jan Hubicka when processing the Bash grammar; see:
161a71f3 10901 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
10902
10903 Use new @ escapes consistently. Represent brackets with @{ and @}
10904 rather than @<:@ and @:>@, since this works a bit better with dumb
10905 editors like vi. Represent @ with @@, since @ is now consistently
10906 an escape. Use @oline@ and @ofile@ rather than __oline__ and
10907 __ofile__, to avoid unexpected expansions. Similarly, use @output
10908 rather than #output.
10909
10910 * data/c.m4 (b4_copyright): Omit file name from comment, since
10911 the file name could contain "*/".
10912 (b4_synclines_flag): Don't quote the 2nd argument; it should already
10913 be quoted. All uses changed.
10914
10915 * data/glr.c: Use new @ escapes consistently.
10916 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
10917 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
10918 Remove, since they couldn't handle arbitrary characters in file
10919 names.
10920 * data/lalr1.cc: Likewise.
10921 * data/yacc.c: Likewise.
10922
10923 * src/files.c (output_infix): Remove; all uses removed.
10924 * src/files.h: Likewise.
10925
10926 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
10927 mishandled funny characters in file names, and anyway it isn't
10928 needed any more.
10929 * data/yacc.c: Likewise.
10930 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
10931
10932 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
10933 * data/yacc.c: Likewise.
10934
10935 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
10936 strings now.
10937 (muscle_init): Quote filename as a C string.
10938 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
10939 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
10940 * src/output.c (escaped_file_name_output): New function.
10941 (prepare_symbols): Quote tokens for M4.
10942 (prepare): Don't insert output_infix, output_prefix,
10943 output_parser_name, output_header_name; this is now down by scan-skel.
10944 Insert skeleton as a C string.
10945
10946 * src/output.c (user_actions_output, symbol_destructors_output,
10947 symbol_printers_output): Quote filenames for C and M4.
10948 * src/reader.c (prologue_augment, epilogue_set): Likewise.
10949
10950 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
10951 escapes other than \\ and \'; this simplifies the code.
10952 (<SC_STRING>): Likewise, for \\ and \".
10953 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
10954 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
10955 Use new escapes @{ and @} for [ and ].
10956
10957 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
10958 them with auto vars.
10959 Switch to new escape scheme, where @ is the escape character uniformly.
10960 Abort if a stray escape character is found. Avoid unbounded input
10961 buffer when parsing non-escaped text.
10962
10963 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
10964 __oline__, #output, $@, and @{ do not have unintended meanings.
10965
acea4f3b
PE
109662002-11-09 Paul Eggert <eggert@twinsun.com>
10967
10968 Fix the test failure due to GCC warnings described in
161a71f3 10969 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
10970 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
10971 evaluate to 0 if it's impossible for NINF to be in the respective
10972 table.
10973 (yygetLRActions, yyrecoverParseError): Use them.
10974
10975 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
10976 counted in the token inserted at end of file. Now takes
10977 location_t *, not location_t, so that the location can be
10978 adjusted. All uses changed.
10979
10980 * tests/regression.at (Invalid inputs): Adjust wording in
10981 diagnostic to match the new behavior.
10982
10983 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
10984 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
10985 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
10986 abort ();'. This reduces the runtime of the "Many lookaheads"
10987 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
10988 GCC 3.2.
10989
20ef1ad5
PE
109902002-11-07 Paul Eggert <eggert@twinsun.com>
10991
10992 * src/parse-gram.y (CHARACTER): Remove unused token.
10993 All uses removed.
10994
10995 * src/scan-gram.l: Remove stack option. We no longer use the
10996 stack, since the stack was never deeper than 1; instead, use the
10997 new auto var c_context to record the stacked value.
10998
10999 Remove nounput option. At an unexpected end of file, we now unput
11000 the minimal input necessary to end cleanly; this simplifies the
11001 code.
11002
11003 Avoid unbounded token sizes where this is easy.
11004
11005 (unexpected_end_of_file): New function.
11006 Use it to systematize the error message on unexpected EOF.
11007 (last-string): Now auto, not static.
11008 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
11009 (scanner_last_string_free): Remove; not used.
11010 (percent_percent_count): Move decl to just before use.
11011 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
11012 not the (never otherwised-used) CHARACTER.
11013
93724f13
AD
110142002-11-07 Akim Demaille <akim@epita.fr>
11015
11016 Let yyerror always receive the msg as last argument, so that
11017 yyerror can be variadic.
11018
11019 * data/yacc.c (b4_yyerror_args): New.
11020 Use it when calling yyerror.
11021 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
11022 Use it when calling yyerror.
11023 * doc/bison.texinfo (Error Reporting): Adjust.
11024 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
11025 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
11026
6e40b4eb
AD
110272002-11-06 Akim Demaille <akim@epita.fr>
11028
11029 #line should have quoted strings.
11030 Ideally, this should be done by m4_quotearg.
11031
11032 * src/scan-skel.l: Include quotearg.h.
11033 Quote __ofile__.
11034 * src/output.c (symbol_printers_output)
11035 (symbol_destructors_output): Quote the file name.
11036
2dfbfc12
AD
110372002-11-06 Akim Demaille <akim@epita.fr>
11038
11039 * tests/regression.at (Invalid inputs): Adjust to the recent
11040 messages.
11041
437c2d80
AD
110422002-11-06 Akim Demaille <akim@epita.fr>
11043
11044 Restore --no-lines.
11045 Reported by Jim Kent.
11046
11047 * data/c.m4 (b4_syncline): New.
11048 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
11049 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
11050 * src/output.c (user_actions_output): Likewise.
11051 (prepare): Define 'b4_synclines_flag'.
2dfbfc12 11052 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 11053
900c5db5
AD
110542002-11-06 Akim Demaille <akim@epita.fr>
11055
11056 * src/main.c (main): Free `infile'.
11057 * src/scan-gram.l (handle_syncline): New.
11058 Recognize `#line'.
11059 * src/output.c (user_actions_output, symbol_destructors_output)
11060 (symbol_printers_output): Use the location's file name, not
11061 infile.
11062 * src/reader.c (prologue_augment, epilogue_set): Likewise.
11063
e183b123 110642002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 11065
e183b123 11066 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 11067 either has GLR conflict entries.
e183b123 11068
193eb6b7
PE
110692002-11-05 Paul Eggert <eggert@twinsun.com>
11070
e183b123
PE
11071 * src/scan-gram.l: Use more accurate diagnostics, e.g.
11072 "integer out of range" rather than "invalid value".
11073 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
11074 accordingly.
11075
193eb6b7
PE
11076 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
11077 Also, remove one static variable in the scanner.
11078
11079 * src/scan-gram.l (braces_level): Now auto, not static.
11080 Initialize to zero if the compiler is being picky.
11081 (INITIAL): Clear braces_level instead of incrementing it.
11082 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
11083 as POSIX 1003.1-2001 requires.
11084 * src/system.h (IF_LINT): New macro, taken from coreutils.
11085 * configure.ac: Define "lint" if --enable-gcc-warnings.
11086
29c01725
AD
110872002-11-05 Akim Demaille <akim@epita.fr>
11088
11089 * src/scan-gram.l: When it starts with `%', complain about the
11090 whole directive, not just that `invalid character: %'.
11091
8aeac3ca
AD
110922002-11-04 Akim Demaille <akim@epita.fr>
11093
11094 * Makefile.maint: Update from Autoconf.
11095 (update, cvs-update, po-update, do-po-update): New.
11096
793a58bb
AD
110972002-11-04 Akim Demaille <akim@epita.fr>
11098
11099 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
11100 and yyerror.
11101 Have yyerror `use' its arguments.
11102 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
11103 returns true when location & yacc & pure & parse-param.
11104 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
11105
c4d720cd
AD
111062002-11-04 Akim Demaille <akim@epita.fr>
11107
11108 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
11109 clashes.
11110 * src/scan-gram.l: Use [\'] instead of ['] to pacify
11111 font-lock-mode.
11112 Use complain_at.
11113 Use quote, not quote_n since LOCATION_PRINT no longer uses the
11114 slot 0.
11115
613a0dc5
PE
111162002-11-03 Paul Eggert <eggert@twinsun.com>
11117
11118 * src/reader.c (get_merge_function, grammar_current_rule_check):
11119 Use consistent diagnostics for reporting type name clashes.
11120 Quote the types with <>, for consistency with Yacc.
11121 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
11122
2a8d363a
AD
111232002-11-03 Akim Demaille <akim@epita.fr>
11124
11125 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
11126 New.
11127 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
11128 (b4_parse_param): Remove.
11129 Use b4_identification.
11130 Propagate b4_pure_args where needed to pass them to yyerror.
11131 * data/glr.m4 (b4_parse_param): Remove.
11132 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
11133 (b4_lpure_formals): New.
11134 Use b4_identification.
11135 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
11136 b4_user_formals and b4_user_args.
11137 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
11138 (yyreportAmbiguity): When using a pure parser, also need
11139 the location, and the parse-params.
11140 Adjust callers.
11141 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
11142 When using a pure parser, also need the parse-params.
11143 Adjust callers.
11144 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
11145 (%pure-parser + %parse-param) LALR and GLR parsers.
11146 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
11147 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
11148 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
11149 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
11150 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
11151 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
11152 * doc/bison.texinfo: Untabify the whole file.
11153 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
11154 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
11155 (Error Reporting): Adjust to these new directives.
11156 Document %error-verbose, deprecate YYERROR_VERBOSE.
11157
9e32add8
AD
111582002-11-03 Akim Demaille <akim@epita.fr>
11159
11160 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
11161 AT_CHECK_CALC_GLR invocations to use % directives, instead of
11162 command line options.
11163 * tests/cxx-type.at: Formatting changes.
11164
b02d90a5
PE
111652002-11-03 Paul Eggert <eggert@twinsun.com>
11166
11167 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
11168 to count columns correctly, and to check for invalid inputs.
9e32add8 11169
b02d90a5
PE
11170 Use mbsnwidth to count columns correctly. Account for tabs, too.
11171 Include mbswidth.h.
11172 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
11173 (extend_location): New function.
11174 (YY_LINES): Remove.
11175
11176 Handle CRLF in C code rather than in Lex code.
11177 (YY_INPUT): New macro.
11178 (no_cr_read): New function.
11179
11180 Scan UCNs, even though we don't fully handle them yet.
11181 (convert_ucn_to_byte): New function.
11182
11183 Handle backslash-newline correctly in C code.
11184 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
11185 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
11186 all uses changed.
11187 (tag, splice): New EREs. Do not allow NUL or newline in tags.
11188 Use {splice} wherever C allows backslash-newline.
11189 YY_STEP after space, newline, vertical-tab.
11190 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
9e32add8 11191
b02d90a5
PE
11192 (letter, id): Don't assume ASCII; e.g., spell out a-z.
11193
11194 ({int}, handle_action_dollar, handle_action_at): Check for integer
11195 overflow.
9e32add8 11196
b02d90a5
PE
11197 (YY_STEP): Omit trailing semicolon, so that it's more like C.
11198
11199 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
11200 as well as \000. Check for UCHAR_MAX, not 255.
11201 Allow \x with an arbitrary positive number of digits, as in C.
11202 Check for overflow here.
11203 Allow \? and UCNs, for compatibility with C.
11204
11205 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
11206 with quote slot used by complain_at.
11207
11208 * tests/input.at: Add tests for backslash-newline, m4 quotes
11209 in symbols, long literals, and funny escapes in strings.
11210
11211 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
11212 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
11213 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
11214 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
11215 * m4/mbswidth.m4: New file, from GNU coreutils.
11216
11217 * doc/bison.texinfo (Grammar Outline): Document // comments.
11218 (Symbols): Document that trigraphs have no special meaning in Bison,
11219 nor is backslash-newline allowed.
11220 (Actions): Document that trigraphs have no special meaning.
11221
11222 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
11223 no longer used.
11224
112252002-11-02 Paul Eggert <eggert@twinsun.com>
11226
11227 * src/reader.c: Don't include quote.h; not needed.
11228 (get_merge_function): Reword warning to be consistent with
11229 type clash diagnostic in grammar_current_rule_check.
11230
11231 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
11232 bug in trigraph handling.
11233
11234 * src/output.c (prepare_symbols): When printing token names,
11235 escape "[" as "@<:@" and likewise for "]".
11236
11237 * src/system.h (errno): Remove declaration, as we are now
11238 assuming C89 or better, and C89 guarantees errno.
11239
762b212b
PE
112402002-10-30 Paul Eggert <eggert@twinsun.com>
11241
11242 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
11243 Check for close failures.
11244 * src/files.h (xfclose): Return void, not int, since it always
11245 returned zero.
11246 * src/files.c (xfclose): Likewise. Report I/O error if ferror
11247 indicates one.
11248 * src/output.c (output_skeleton): Use xfclose rather than fclose
11249 and ferror. xfclose now checks ferror.
11250
11251 * data/glr.c (YYLEFTMOST_STATE): Remove.
11252 (yyreportTree): Use a stack-based leftmost state. This avoids
11253 our continuing battles with bogus warnings about initializers.
11254
56100c60
AD
112552002-10-30 Akim Demaille <akim@epita.fr>
11256
11257 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
11258 #if.
11259
51b4a04c
PH
112602002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11261
11262 * tests/glr-regr1.at: New test for reported regressions.
11263 * tests/testsuite.at: Add glr-regr1.at test.
11264 * tests/Makefile.am: Add glr-regr1.at test.
e183b123 11265
bf1ebda2
PE
112662002-10-24 Paul Eggert <eggert@twinsun.com>
11267
5c16c6b1
PE
11268 Version 1.75a.
11269
bf1ebda2
PE
11270 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
11271 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
11272 we use malloc. Don't assume 'A' through 'Z' are contiguous.
11273 Don't assume strdup exists; POSIX says its an XSI extension.
11274 Check for buffer overflow on input.
11275
b526ee61
AD
112762002-10-24 Akim Demaille <akim@epita.fr>
11277
11278 * src/output.c (output_skeleton): Don't disable M4sugar comments
11279 too soon: it results in comments being expanded.
11280 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
11281 first output.
11282
f1886bb2
AD
112832002-10-24 Akim Demaille <akim@epita.fr>
11284
11285 * data/yacc.c (m4_int_type): New.
11286 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
11287 char' as only yacc.c wants K&R portability.
11288 * data/glr.c (yysigned_char): Remove.
11289 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
11290 Reported by Quoc Peyrot.
11291
c5576256
PE
112922002-10-23 Paul Eggert <eggert@twinsun.com>
11293
11294 * src/main.c (main): With --trace=time, report times even if a
11295 non-fatal error occurs. Formerly, the times were reported in some
11296 such cases but not in others.
11297 * src/reader.c (reader): Just return if a complaint has been issued,
11298 instead of exiting, so that 'main' can report times.
11299
27b0ffea
AD
113002002-10-22 Akim Demaille <akim@epita.fr>
11301
11302 * src/system.h: Include sys/types.
11303 Reported by Bert Deknuydt.
11304
223a7883
PE
113052002-10-23 Paul Eggert <eggert@twinsun.com>
11306
11307 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
11308 Suggested by Art Haas.
11309
113102002-10-22 Paul Eggert <eggert@twinsun.com>
11311
11312 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
11313 decl; not needed any more.
11314 * src/main.c (main): Use return to exit, undoing yesterday's change.
11315 The last OS that we could find where this wouldn't work is
11316 SunOS 3.5, and that's too old to worry about now.
11317
11318 * data/glr.c (struct yyltype): Define members even when not
11319 doing locations. This is more consistent with yacc.c, and it
11320 works around the following bug reports:
161a71f3
PE
11321 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
11322 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
27b0ffea 11323
223a7883
PE
11324 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
11325 @acronym consistently. Standardize on "Yacc" instead of "YACC",
11326 "Algol" instead of "ALGOL". Give a bit more history about BNF.
11327
8b76775a
AD
113282002-10-22 Akim Demaille <akim@epita.fr>
11329
11330 * data/README: New.
11331
6db10d14
PE
113322002-10-21 Paul Eggert <eggert@twinsun.com>
11333
11334 Be consistent about 'bool'; the old code used an enum in one
11335 module and an int in another, and this violates the C standard.
11336 * m4/stdbool.m4: New file, from coreutils 4.5.3.
11337 * configure.ac (AC_HEADER_STDBOOL): Add.
11338 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
11339 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
11340 * src/symtab.c (hash_compare_symbol_t): Likewise.
11341 * src/system.h (bool, false, true): Use a definition consistent
11342 with ../lib/hash.c. All uses changed.
11343
11344 * src/complain.c (warning_issued): Renamed from warn_message_count,
11345 so that we needn't worry about integer overflow (!).
11346 Now of type bool. All uses changed.
11347 (complaint_issued): Renamed from complain_message_count; likewise.
11348
11349 * src/main.c (main): Use exit to exit with failure.
27b0ffea 11350
6db10d14
PE
11351 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
11352 rather than 1 and 0.
11353 * src/main.c (main): Likewise.
11354 * src/getargs.c (getargs): Likewise.
11355 * src/reader.c (reader): Likewise.
11356
11357 * src/getarg.c (getargs): Remove duplicate code for
11358 "Try `bison --help'".
11359
11360 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
11361 What was that "2" for?
11362
11363 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
11364 * src/getargs.c (usage): Likewise.
11365
11366 * src/getargs.c (getargs): When there are too few operands, report
11367 the last one. When there are too many, report the first extra
11368 one. This is how diffutils does it.
11369
92a060fd
PE
113702002-10-20 Paul Eggert <eggert@twinsun.com>
11371
11372 Remove K&R vestiges.
11373 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
11374 * src/complain.c (VA_START): Remove. Assume prototypes.
11375 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
11376 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
11377 fatal): Assume prototypes.
11378 * src/complain.h: Assume prototypes.
11379 * src/system.h (PARAMS): Remove.
11380 Include <limits.h> unconditionally, since it's guaranteeed even
11381 for a freestanding C89 compiler.
11382 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
11383 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8b76775a 11384
e7cb57c0
AD
113852002-10-20 Akim Demaille <akim@epita.fr>
11386
11387 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
11388 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
11389 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
11390 (yyresolveStates, yyresolveAction, yyresolveStack)
11391 (yyprocessOneStack): Use them.
11392 (yy_reduce_print): New.
11393 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
11394
0245f82d
AD
113952002-10-20 Akim Demaille <akim@epita.fr>
11396
11397 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
11398 arguments and output `void'.
11399 (b4_c_function): Rename as...
11400 (b4_c_function_def): this.
11401 (b4_c_function_decl, b4_c_ansi_function_def)
11402 (b4_c_ansi_function_decl): New.
11403 Change the interpretation of the arguments: before `int, foo', now
11404 `int foo, foo'.
11405 * data/yacc.c (yyparse): Prototype and define thanks to these.
11406 Adjust b4_c_function_def uses.
11407 * data/glr.c (yyparse): Likewise, but ANSI only.
11408
39912f52
AD
114092002-10-20 Akim Demaille <akim@epita.fr>
11410
11411 * src/output.c (prepare): Move the definition of `tokens_number',
11412 `nterms_number', `undef_token_number', `user_token_number_max'
11413 to...
11414 (prepare_tokens): Here.
11415 (prepare_tokens): Rename as...
11416 (prepare_symbols): this.
11417 (prepare): Move the definition of `rules_number' to...
11418 (prepare_rules): here.
11419 (prepare): Move the definition of `last', `final_state_number',
11420 `states_number' to...
11421 (prepare_states): here.
11422 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
11423
20c1e2ad
AD
114242002-10-20 Akim Demaille <akim@epita.fr>
11425
11426 * src/tables.h, src/tables.c, src/output.c: Comment changes.
11427
21964f43
AD
114282002-10-20 Akim Demaille <akim@epita.fr>
11429
11430 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
11431 * data/c.m4: here.
11432
66d30cd4
AD
114332002-10-20 Akim Demaille <akim@epita.fr>
11434
11435 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
11436 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
11437 `pair'.
11438 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
11439 `name' to...
11440 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
11441 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
11442 These.
11443
95f2c9fe
PE
114442002-10-19 Paul Eggert <eggert@twinsun.com>
11445
11446 Do not create a temporary file, as that involves security and
11447 cleanup headaches. Instead, use a pair of pipes.
11448 Derived from a suggestion by Florian Krohm.
11449 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
11450 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
11451 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
11452 (BISON_PREREQ_SUBPIPE): Add.
11453 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
11454 Add subpipe.h, subpipe.c.
11455 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
11456 * po/POTFILES.in: Add lib/subpipe.c.
11457 * src/output.c: Include "subpipe.h".
11458 (m4_invoke): Remove decl.
11459 (scan_skel): New decl.
11460 (output_skeleton): Use pipe rather than temporary file for m4 input.
11461 Check that m4sugar.m4 is readable, to avoid deadlock.
11462 Check for pipe I/O error.
11463 * src/scan-skel.l (readpipe): Remove decl.
11464 (scan_skel): New function, to be used in place of m4_invoke.
11465 Read from stream rather than file.
66d30cd4 11466
95f2c9fe
PE
11467 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
11468 float, as this generates a warning on Solaris 8 + GCC 3.2 with
11469 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
11470 this generates a more-accurate value anyway.
11471
11472 * lib/timevar.c (timervar_accumulate): Rename locals to
11473 avoid confusion with similarly-named more-global.
11474 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
11475
11476 * src/output.c (prepare): Use xstrdup to convert char const *
11477 to char *, to avoid GCC warning.
11478
c19988b7
AD
114792002-10-19 Akim Demaille <akim@epita.fr>
11480
11481 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
11482 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
11483 Use them to have `calc.y' ready for %pure-parser.
11484 * data/yacc.c (YYLEX): Pass a yylex return type to
11485 b4_c_function_call.
11486
ae7453f2
AD
114872002-10-19 Akim Demaille <akim@epita.fr>
11488
11489 Prototype support of %lex-param and %parse-param.
11490
11491 * src/parse-gram.y: Add the definition of the %lex-param and
11492 %parse-param tokens, plus their rules.
11493 Drop the `_' version of %glr-parser.
11494 Add the "," token.
11495 * src/scan-gram.l (INITIAL): Scan them.
11496 * src/muscle_tab.c: Comment changes.
11497 (muscle_insert, muscle_find): Rename `pair' as `probe'.
11498 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
11499 (muscle_entry_s): The `value' member is no longer const.
11500 Adjust all dependencies.
11501 * src/muscle_tab.c (muscle_init): Adjust: use
11502 MUSCLE_INSERT_STRING.
11503 Initialize the obstack earlier.
11504 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
11505 (muscle_pair_list_grow): New.
11506 * data/c.m4 (b4_c_function_call, b4_c_args): New.
11507 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
11508 * tests/calc.at: Use %locations, not --locations.
11509 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
11510
0e575721
AD
115112002-10-19 Akim Demaille <akim@epita.fr>
11512
11513 * src/getargs.c (usage): Take status as argument and exit
11514 accordingly.
11515 Report the traditional `Try ... --help' message when status != 0.
11516 (usage, version): Don't take a FILE * as arg, it is pointless.
11517 (getargs): When there is an incorrect number of arguments, make it
11518 an error, and report it GNUlically thanks to `usage ()'.
11519
724ce7f5
PE
115202002-10-18 Paul Eggert <eggert@twinsun.com>
11521
3a781eb2
PE
11522 * data/glr.c (yyreportParseError): Don't assume that sprintf
11523 yields the length of the printed string, as this is not true
11524 on SunOS 4.1.4. Reported by Peter Klein.
11525
724ce7f5
PE
11526 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
11527 * tests/conflicts.at (%nonassoc and eof): Likewise.
11528 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
11529
473d0a75
AD
115302002-10-17 Akim Demaille <akim@epita.fr>
11531
11532 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
11533 * src/getargs.c (trace_types, trace_args): Adjust.
11534 * src/reader.c (grammar_current_rule_prec_set)
11535 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
11536 Standardize error messages.
11537 And s/@prec/%prec/!
11538 (reader): Use trace_flag to enable scanner/parser debugging,
11539 instead of an adhoc scheme.
11540 * src/scan-gram.l: Remove trailing debugging code.
11541
e76d2469
PE
115422002-10-16 Paul Eggert <eggert@twinsun.com>
11543
93e2236a
PE
11544 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
11545 MUSCLE_TAB_H.
11546
e76d2469
PE
11547 * NEWS: Officially drop support for building Bison with K&R C,
11548 since it didn't work anyway and it's not worth worrying about.
11549 * Makefile.maint (wget_files): Remove ansi2knr.c.
11550 (ansi2knr.c-url_prefix): Remove.
11551 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
11552 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
11553 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
11554
5bd1c419
PE
115552002-10-15 Paul Eggert <eggert@twinsun.com>
11556
11557 Stop using the "enum_" trick for K&R-style function definitions;
11558 it confused me, and I was the author! Instead, assume that people
11559 who want to use K&R C compilers (when using these modules in GCC,
11560 perhaps?) will run ansi2knr.
11561
11562 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
11563 All uses of "enum_" changed to "enum ".
11564 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
11565 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 11566
5bd1c419
PE
11567 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
11568 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
11569 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
11570 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
11571 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
11572 abitset_not, abitset_ones, abitset_or, abitset_or_and,
11573 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
11574 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
11575 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
11576 Use function prototypes; this removes the need for declaring
11577 static functions simply to provide their prototypes.
11578 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
11579 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
11580 bitset_count_, bitset_create, bitset_dump, bitset_first,
11581 bitset_free, bitset_init, bitset_last, bitset_next,
11582 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
11583 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
11584 bitset_print, bitset_release_memory, bitset_toggle_,
11585 bitset_type_choose, bitset_type_get, bitset_type_name_get,
11586 debug_bitset): Likewise.
11587 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
11588 * lib/bitset_stats.c (bitset_log_histogram_print,
11589 bitset_percent_histogram_print, bitset_stats_and,
11590 bitset_stats_and_cmp, bitset_stats_and_or,
11591 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
11592 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
11593 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
11594 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
11595 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
11596 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
11597 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
11598 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
11599 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
11600 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
11601 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
11602 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
11603 bitset_stats_zero): Likewise.
11604 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
11605 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
11606 bitsetv_dump, debug_bitsetv): Likewise.
11607 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
11608 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
11609 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
11610 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
11611 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
11612 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
11613 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
11614 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
11615 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
11616 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
11617 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
11618 Likewise.
11619 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
11620 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
11621 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
11622 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
11623 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
11624 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
11625 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
11626 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
11627 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
11628 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
11629 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 11630
ae26e1f0
AD
116312002-10-14 Akim Demaille <akim@epita.fr>
11632
11633 Version 1.75.
11634
d43baf71
AD
116352002-10-14 Akim Demaille <akim@epita.fr>
11636
11637 * tests/Makefile.am (maintainer-check-posix): New.
11638
7ebc83e3
AD
116392002-10-14 Akim Demaille <akim@epita.fr>
11640
11641 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
11642 member.
11643
05846dae
AD
116442002-10-14 Akim Demaille <akim@epita.fr>
11645
11646 * src/tables.c (table_ninf_remap): base -> tab.
11647 Reported by Matt Rosing.
11648
1318e37d
PE
116492002-10-14 Paul Eggert <eggert@twinsun.com>
11650
447fbb17
PE
11651 * tests/action.at, tests/calc.at, tests/conflicts.at,
11652 tests/cxx-type.at, tests/headers.at, tests/input.at,
11653 tests/regression.at, tests/synclines.at, tests/torture.at:
11654 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
11655 so that the tests still work even if POSIXLY_CORRECT is set.
11656 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 11657
1318e37d
PE
11658 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
11659 for portability to K&R hosts. Fix typo: signed char is guaranteed
11660 only to 127, not to 128.
11661 * data/glr.c (yysigned_char): New type.
11662 * data/yacc.c (yysigned_char): Likewise.
11663 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
11664
cc0f0794
PE
116652002-10-13 Paul Eggert <eggert@twinsun.com>
11666
5038f418
PE
11667 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
11668 true due to limited range of data type" warning from GCC.
11669
cc0f0794
PE
11670 * data/c.m4 (b4_token_defines): Protect against double-inclusion
11671 by wrapping enum yytokentype's definition inside #ifndef
11672 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
11673
6fed0802
AD
116742002-10-13 Akim Demaille <akim@epita.fr>
11675
11676 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
11677 Un yy- yyrhs to avoid the name clash with the global YYRHS.
11678
32f0598d
AD
116792002-10-13 Akim Demaille <akim@epita.fr>
11680
11681 * Makefile.maint: Update from Autoconf 2.54.
11682 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
11683
7ea9a33f
AD
116842002-10-13 Akim Demaille <akim@epita.fr>
11685
11686 * src/print.c (print_state): Separate the list of solved conflicts
11687 from the other items.
11688 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
11689
ea99527d
AD
116902002-10-13 Akim Demaille <akim@epita.fr>
11691
11692 Let nondeterministic skeletons be usable with deterministic
11693 tables.
11694
11695 With the patch, GAWK compiled by GCC without -O2 passes its test
11696 suite using a GLR parser driven by LALR tables. It fails with -O2
11697 because `struct stat' gives two different answers on my machine:
11698 88 (definition of an auto var) and later 96 (memset on this var).
11699 Hence the stack is badly corrumpted. The headers inclusion is to
11700 blame: if I move the awk.h inclusion before GLR's system header
11701 inclusion, the two struct stat have the same size.
11702
11703 * src/tables.c (pack_table): Always create conflict_table.
11704 (token_actions): Always create conflict_list.
11705 * data/glr.c (YYFLAG): Remove, unused.
11706
f377f69f
AD
117072002-10-13 Akim Demaille <akim@epita.fr>
11708
11709 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
11710 (O0FLAGS): New.
11711 (VALGRIND, GXX): New.
11712 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
11713 * tests/bison.in: Run $PREBISON a pre-command.
11714 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
11715 (maintainer-check-g++): New.
11716 * Makefile.am (maintainer-check): New.
11717
2a1fe6ed
AD
117182002-10-13 Akim Demaille <akim@epita.fr>
11719
11720 * data/glr.c: Formatting changes.
11721 Tweak some trace messages to match yacc.c's.
11722
f50adbbd
AD
117232002-10-13 Akim Demaille <akim@epita.fr>
11724
11725 GLR parsers sometimes raise parse errors instead of performing the
11726 default reduction.
11727 Reported by Charles-Henry de Boysson.
11728
11729 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
ba0fe3c7 11730 check the length of the traces when %glr.
f50adbbd
AD
11731 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
11732 GLR's traces.
11733 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
11734 Test GLR parsers.
11735 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
11736 (yyltype): Remove the yy prefix from the member names.
11737 (yytable): Complete its comment.
11738 (yygetLRActions): Map error action number from YYTABLE from
11739 YYTABLE_NINF to 0.
11740 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
11741 (which was a bug: it should have been YYTABEL_NINF, and yet it was
11742 not satisfying as we could compare an YYACTION computed from
11743 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
11744 only value for error actions.
11745 (yyreportParseError): In verbose parse error messages, don't issue
11746 `error' in the list of expected tokens.
11747 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
11748 next action to perform to match glr.c's decoding.
11749 (yytable): Complete its comment.
11750
bcbad5b9
PE
117512002-10-13 Paul Eggert <eggert@twinsun.com>
11752
11753 Fix problem reported by Henrik Grubbstroem in
161a71f3 11754 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
11755 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
11756 because the Bison parser reads the second action before reducing
11757 the first one.
11758 * src/scan-gram.l (rule_length): New static var.
11759 Use it to keep track of the rule length in the scanner, since
11760 we can't expect the parser to be in lock-step sync with the scanner.
11761 (handle_action_dollar, handle_action_at): Use this var.
11762 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 11763
14904b89
PE
117642002-10-12 Paul Eggert <eggert@twinsun.com>
11765
1fe611e5
PE
11766 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
11767 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
11768 Include <sys/time.h> when checking for clock_t and struct tms.
11769 Use same include order as source.
11770 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
161a71f3 11771 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 11772
1fe611e5
PE
11773 * lib/timevar.c: Update copyright date and clarify comments.
11774 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 11775
1fe611e5
PE
11776 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
11777 GCC version as of today, then merge Bison's changes.
11778 Change "GCC" to "Bison" in copyright notice. timevar.def's
11779 author is Akim, so change that too.
11780
98194095
PE
11781 * src/reader.c (grammar_current_rule_check):
11782 Don't worry about the default action if $$ is untyped.
11783 Prevents bogus warnings reported by Jim Gifford in
161a71f3 11784 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 11785
14904b89
PE
11786 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
11787 * data/glr.c, data/lalr1.cc, data/yacc.c:
11788 Output token definitions before the first part of user declarations.
11789 Fixes compatibility problem reported by Jim Gifford for kbd in
161a71f3 11790 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 11791
ff6dca18
PE
117922002-10-11 Paul Eggert <eggert@twinsun.com>
11793
11794 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
11795 (yyparse): here. This undoes some of the 2002-07-25 change.
11796 Compatibility problem reported by Ralf S. Engelschall with
11797 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
11798
eb714592
AD
117992002-10-11 Akim Demaille <akim@epita.fr>
11800
11801 * tests/regression.at Characters Escapes): New.
11802 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
11803 characters.
11804 Reported by Jan Nieuwenhuizen.
11805
b7195100
AD
118062002-10-11 Akim Demaille <akim@epita.fr>
11807
11808 * po/id.po: New.
11809
f28a0f2d
PE
118102002-10-10 Paul Eggert <eggert@twinsun.com>
11811
11812 Portability fixes for bitsets; this also avoids several GCC
11813 warnings.
11814
11815 * lib/abitset.c: Include <stddef.h>, for offsetof.
11816 * lib/lbitset.c: Likewise.
11817
11818 * lib/abitset.c (abitset_bytes): Return a size that is aligned
11819 properly for vectors of objects. Do not assume that adding a
11820 header size to a multiple of a word size yields a value that is
11821 properly aligned for the whole union.
11822 * lib/bitsetv.c (bitsetv_alloc): Likewise.
11823
11824 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
11825 unique names for structures.
11826 * lib/ebitset.c (ebitset_bytes): Likewise.
11827 * lib/lbitset.c (lbitset_bytes): Likewise.
11828
11829 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
11830 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
11831 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
11832 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
11833 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
11834 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
11835 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
11836 to improve the type-checking that GCC can do.
11837 * lib/bitset.c (bitset_op4_cmp): Likewise.
11838 * lib/bitset_stats.c (bitset_stats_count,
11839 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
11840 bitset_stats_copy, bitset_stats_disjoint_p,
11841 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
11842 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
11843 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
11844 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
11845 bitset_stats_and_or_cmp, bitset_stats_andn_or,
11846 bitset_stats_andn_or_cmp, bitset_stats_or_and,
11847 bitset_stats_or_and_cmp): Likewise.
11848 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
11849 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
11850 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
11851 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
11852
11853 * lib/abitset.h: Include bitset.h, not bbitset.h.
11854 * lib/ebitset.h: Likewise.
11855 * lib/lbitset.h: Likewise.
11856
11857 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
11858 All instances of parameters of type enum bitset_opts are now of
11859 type enum_bitset_opts, to conform to the C Standard, and similarly
11860 for enum_bitset_type.
11861 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
11862 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
11863
11864 Do not use "struct bitset_struct" to mean different things in
11865 different modules. Not only is this confusing, it violates
11866 the C Standard, which requires that structure types in different
11867 modules must be compatible if one is to be passed to the other.
11868 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
11869 All instances of "struct bitset_struct *" replaced with "bitset".
11870 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
11871 (union bitset_union, struct abitset_struct, struct ebitset_struct,
11872 struct lbitset_struct, struct bitset_stats_struct): New types.
11873 All uses of struct bitset_struct changed to union bitset_union,
11874 etc.
ba0fe3c7 11875 * lib/abitset.c (struct abitset_struct, abitset,
f28a0f2d
PE
11876 struct bitset_struct): Remove.
11877 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
11878 struct bitset_struct): Remove.
11879 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
11880 bitset_struct): Remove.
11881 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
11882 Likewise.
11883
11884 Do not call a function of type T using a call that assumes the
11885 function is of a different type U. Standard C requires that a
11886 function must be called with a type that is compatible with its
11887 definition.
11888 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11889 New decls.
11890 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
11891 New functions.
11892 * lib/ebitset.c (PFV): Remove.
11893 * lib/lbitset.c (PFV): Likewise.
11894 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
11895 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
11896 decls.
11897 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
11898 (ebitset_vtable): Use them.
11899 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
11900 lbitset_xor): New functions.
11901 (lbitset_vtable): Use them.
11902
11903 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
11904 Declare.
11905
11906 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
11907 GCC warning.
11908 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
11909 Use offsetof, for simplicity.
11910
6fbe4984
PE
119112002-10-06 Paul Eggert <eggert@twinsun.com>
11912
11913 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
11914 the same width as int. This reapplies a hunk of the 2002-08-12 patch
161a71f3 11915 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
11916 which was inadvertently undone by the 2002-09-30 patch.
11917 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
11918 the same width as int.
11919
420f93c8
PE
119202002-10-04 Paul Eggert <eggert@twinsun.com>
11921
11922 Version 1.50.
11923
11924 * configure.ac (AC_INIT), NEWS: Increment version number.
11925
11926 * doc/bison.texinfo: Minor spelling, grammar, and white space
11927 fixes.
11928 (Symbols): Mention that any negative value returned from yylex
11929 signifies end-of-input. Warn about negative chars. Mention
11930 the portable Standard C character set.
11931
11932 The GNU coding standard says CFLAGS and YFLAGS are reserved
11933 for the installer to set.
11934 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
11935 * src/Makefile.am (AM_CFLAGS): Likewise.
11936 (AM_YFLAGS): Renamed from YFLAGS.
11937
11938 Fix some MAX and MIN problems.
11939 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
11940 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
11941 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
11942 * src/reader.c (reader): Use it.
11943
11944 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
11945 POSIX 1003.1-2001 has removed fgrep.
11946
119472002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11948
11949 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
11950 interpreted as signed.
11951 * lib/ebitset.c (ebitset_list): Fix bug.
11952
ff68026d
PE
119532002-10-01 Paul Eggert <eggert@twinsun.com>
11954
11955 More fixes for 64-bit hosts and large bitsets.
11956
11957 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
11958 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
11959 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
11960 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
11961 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
11962 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
11963 bitset_count_): Likewise.
11964 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
11965 bitset_first, bitset_last): Likewise.
11966 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
11967 bitset_stats_list_reverse, bitset_stats_size,
11968 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
11969 Likewise.
11970 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11971 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
11972 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
11973 bitsetv_reflexive_transitive_closure): Likewise.
11974 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
11975 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
11976 Likewise.
11977 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
11978 Likewise.
420f93c8 11979
ff68026d
PE
11980 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
11981 Use size_t, not unsigned int, to count bytes.
11982 * lib/abitset.h (abitset_bytes): Likewise.
11983 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
11984 Likewise.
11985 * lib/bitset.h (bitset_bytes): Likewise.
11986 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
11987 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
11988 * lib/bitsetv.c (bitsetv_alloc): Likewise.
11989 * lib/ebitset.c (ebitset_bytes): Likewise.
11990 * lib/ebitset.h (ebitset_bytes): Likewise.
11991 * lib/lbitset.c (lbitset_bytes): Likewise.
11992 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 11993
ff68026d
PE
11994 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
11995 abitset_subset_p, abitset_disjoint_p, abitset_and,
11996 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
11997 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
11998 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
11999 abitset_or_and, abitset_or_and_cmp):
12000 Use bitset_windex instead of unsigned int.
12001 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
12002 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
12003 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
12004 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
12005 Likewise.
12006 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 12007
ff68026d
PE
12008 * lib/bitset.c (bitset_print):
12009 Use proper printf formats for widths of integer types.
12010 * lib/bitset_stats.c (bitset_percent_histogram_print,
12011 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
12012 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
12013 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
12014 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 12015
ff68026d
PE
12016 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
12017 BITSET_SIZE_MAX): New macros.
12018 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
12019 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
12020 to BITSET_WINDEX_MAX.
12021
12022 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
12023 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
12024 since we now return the bitset_bindex type (not int).
12025
12026 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
12027 when computing sizes.
12028 * lib/ebitset.c (ebitset_elts_grow): Likewise.
12029
12030 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
12031 and avoid cast to unsigned.
12032
6aa452a6
AD
120332002-09-30 Akim Demaille <akim@epita.fr>
12034
12035 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
12036 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
12037 Updates from Michael Hayes.
12038
927f7817
AD
120392002-09-30 Art Haas <ahaas@neosoft.com>
12040
12041 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
12042 invocations.
12043 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
12044 defined.
12045
9738f41e
AD
120462002-09-27 Akim Demaille <akim@epita.fr>
12047
12048 Version 1.49c.
12049
a5c75d7f
AD
120502002-09-27 Akim Demaille <akim@epita.fr>
12051
12052 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
12053 (Because of AC_LIBSOURCE).
12054
8280e179
AD
120552002-09-27 Akim Demaille <akim@epita.fr>
12056
12057 Playing with Autoscan.
12058
12059 * configure.ac: Remove the old LIBOBJ tweaks.
12060 (AC_REPLACE_FUNCS): Add strrchr and strtol.
12061 * lib/strrchr.c: New.
12062 * lib/strtol.c: New, from the Coreutils 4.5.1.
12063
ae64af35
AD
120642002-09-27 Akim Demaille <akim@epita.fr>
12065
12066 Playing with Autoscan.
12067
12068 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
12069 * lib/Makefile.am (libbison_a_SOURCES): No longer include
12070 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
12071 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
12072 Coreutils 4.5.1.
12073
d1a1114f
AD
120742002-09-24 Akim Demaille <akim@epita.fr>
12075
12076 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
12077 (Frequently Asked Questions, Parser Stack Overflow): New.
12078
b906441c
AD
120792002-09-13 Akim Demaille <akim@epita.fr>
12080
12081 Playing with autoscan.
12082
12083 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
12084 * src/files.c (skeleton_find): Remove, unused.
12085 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
12086 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
12087
bd701811
AD
120882002-09-13 Akim Demaille <akim@epita.fr>
12089
12090 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
12091 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
12092
e0a13e7b
AD
120932002-09-13 Akim Demaille <akim@epita.fr>
12094
12095 * configure.ac: Require 2.54.
12096 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
12097 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
12098 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
12099 Remove, provided by Autoconf macros.
12100
c97011bf
AD
121012002-09-12 Akim Demaille <akim@epita.fr>
12102
12103 * m4/prereq.m4: Update, from Coreutils 4.5.1.
12104
d862b1be
AD
121052002-09-12 Akim Demaille <akim@epita.fr>
12106
12107 * m4/prereq.m4: Update, from Fileutils 4.1.5.
12108 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
12109 Reported by Martin Mokrejs.
12110
3d38c03a
AD
121112002-09-10 Akim Demaille <akim@epita.fr>
12112
12113 * src/parse-gram.y: Associate a human readable string to each
12114 token type.
12115 * tests/regression.at (Invalid inputs): Adjust.
12116
b6347355
AD
121172002-09-10 Gary V. Vaughan <gary@gnu.org>
12118
12119 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
12120 with an Autoconf-2.5x style configure.ac.
12121
09ba4ab2
PE
121222002-09-06 Paul Eggert <eggert@twinsun.com>
12123
12124 * doc/bison.texinfo (Conditions): Make explicit that the GPL
12125 exception applies only to yacc.c. This is a modification of a
12126 patch originally suggested by Akim Demaille.
12127
21846f69
AD
121282002-09-06 Akim Demaille <akim@epita.fr>
12129
09ba4ab2
PE
12130 * data/c.m4 (b4_copyright): Move the GPL exception comment from
12131 here to...
12132 * data/yacc.c: here.
12133
21846f69
AD
12134 * data/lalr1.cc (struct yyltype): Don't define it, since we use
12135 LocationType.
12136 (b4_ltype): Default to yy::Location from location.hh.
12137
c0ad8bf3
AD
121382002-09-04 Jim Meyering <jim@meyering.net>
12139
12140 * data/yacc.c: Guard the declaration of yytoknum also with
12141 `#ifdef YYPRINT', so it is declared only when used.
12142
3a93251e
AD
121432002-09-04 Akim Demaille <akim@epita.fr>
12144
12145 * configure.in: Rename as...
12146 * configure.ac: this.
12147 Bump to 1.49c.
12148
427c0dda
AD
121492002-09-04 Akim Demaille <akim@epita.fr>
12150
12151 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
12152 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
12153 translate maintainer only messages.
12154
6a254321
PE
121552002-08-12 Paul Eggert <eggert@twinsun.com>
12156
645e30d1
PE
12157 Version 1.49b.
12158
6a254321
PE
12159 * Makefile.am (SUBDIRS): Remove intl.
12160 (DISTCLEANFILES): Remove.
12161 * NEWS: Mention that GNU M4 is now required. Clarify what is
12162 meant by "larger grammars". Mention the pt_BR translation.
12163 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
12164 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
12165 Bump version from 0.11.2 to 0.11.5.
12166 (BISON_PREREQ_STAGE): Remove.
12167 (AM_GNU_GETTEXT): Use external gettext.
12168 (AC_OUTPUT): Remove intl/Makefile.
12169
12170 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
12171
12172 * data/glr.c: Include string.h, for strlen.
12173 (yyreportParseError): Use size_t for yysize.
12174 (yy_yypstack): No longer nested inside yypstates, as nested
12175 functions are not portable. Do not assume size_t is the
12176 same width as int.
12177 (yypstates): Do not assume that ptrdiff_t is the same width
12178 as int, and similarly for yyposn and YYINDEX.
12179
12180 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
12181
12182 * lib/Makefile.am (INCLUDES): Do not include from the intl
12183 directory, which has been removed.
12184 * src/Makefile.am (INCLUDES): Likewise.
12185
12186 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
12187 (bitsets_sources, additional_bitsets_sources, timevars_sources):
12188 New vars.
12189
12190 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
12191 * tests/Makefile.am (EXTRA_DIST): Likewise.
12192
12193 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
12194 Do not assume that bitset_windex is the same width as unsigned.
12195
12196 * lib/abitset.c (abitset_unused_clear): Do not assume that
12197 bitset_word is the same width as int.
12198 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
12199 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
12200 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
12201 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
12202 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
12203
12204 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
12205 portability to one's complement hosts!).
12206 * lib/ebitset.c (ebitset_op1): Likewise.
12207 * lib/lbitset.c (lbitset_op1): Likewise.
12208
12209 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
12210 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
12211 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
12212 Sync with fileutils.
12213 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
12214 lib/gettext.h: Sync with diffutils.
12215
12216 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
12217 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
12218
12219 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
12220 PROTOTYPES to check for prototypes, and "defined __STDC__" to
12221 check for void *.
12222
12223 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
12224 size_t; the old version tried to do this but casted improperly.
12225 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
12226 (bitset_test): Now returns int, not unsigned long.
12227
12228 * lib/bitset_stats.c: Include "gettext.h".
12229 (_): New macro.
12230 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
12231 name locals "index", as it generates unnecessary warnings on some
12232 hosts that have an "index" function.
12233
12234 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
12235 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
12236 they need translation.
12237 * src/LR0.c (state_list_append, new_itemsets, get_state,
12238 append_states, generate_states): Likewise.
12239 * src/assoc.c (assoc_to_string): Likewise.
12240 * src/closure.c (print_closure, set_firsts, closure): Likewise.
12241 * src/gram.c (grammar_dump): Likewise.
12242 * src/injections.c (injections_compute): Likewise.
12243 * src/lalr.c (lookaheads_print): Likewise.
12244 * src/relation.c (relation_transpose): Likewise.
12245 * src/scan-gram.l: Likewise.
12246 * src/tables.c (table_grow, pack_vector): Likewise.
12247
12248 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
12249 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
12250 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
12251 * m4/mbstate_t.m4: Sync with fileutils.
12252 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
12253
12254 * po/LINGUAS: Add pt_BR.
12255 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
12256 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
12257 lib/timevar.c.
12258 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
12259 manual recommends.
12260 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
12261
12262 * src/complain.c (strerror_r): Remove decl; not needed.
12263 (strerror): Use same pattern as ../lib/error.c.
12264
12265 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
12266
12267 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
12268
12269 * src/main.c (main): Cast result of bindtextdomain and textdomain
12270 to void, to avoid a GCC warning when --disable-nls is in effect.
12271
12272 * src/scan-gram.l: Use strings rather than escapes when possible,
12273 to minimize the number of warnings from xgettext.
12274 (handle_action_dollar, handle_action_at): Don't use isdigit,
12275 as it mishandles negative chars and it may not work as expected
12276 outside the C locale.
12277
12278 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
12279 this is a GCC extension and is not portable to other compilers.
12280
12281 * src/system.h (alloca): Use same pattern as ../lib/error.c.
12282 Do not include <ctype.h>; no longer needed.
12283 Do not include <malloc.h>; no longer needed (and generates
12284 warnings on OpenBSD 3.0).
12285
12286 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
12287 it's not portable.
12288
12289 * tests/regression.at: Do not use 'cc -c input.c -o input';
12290 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
12291
12292 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
12293 exit status as failure, not just exit status 1. Sun C exits
12294 with status 2 sometimes.
12295
12296 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
12297 Use it for the two large tests.
12298
c8f002c7
AD
122992002-08-02 Akim Demaille <akim@epita.fr>
12300
12301 * src/conflicts.c (conflicts_output): Don't output rules never
12302 reduced here, since anyway that computation doesn't work.
12303 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
12304 (rule_useless_p, rule_never_reduced_p): New.
12305 (grammar_rules_partial_print): Use a filter instead of a range.
12306 Display the title only if needed.
12307 (grammar_rules_print): Adjust.
12308 (grammar_rules_never_reduced_report): New.
12309 * src/tables.c (action_row): Move the computation of rules never
12310 reduced to...
12311 (token_actions): here.
12312 * src/main.c (main): Make the parser before making the report, so
12313 that rules never reduced are computed.
12314 Call grammar_rules_never_reduced_report.
12315 * src/print.c (print_results): Report rules never reduced.
12316 * tests/conflicts.at, tests/reduce.at: Adjust.
12317
cd08e51e
AD
123182002-08-01 Akim Demaille <akim@epita.fr>
12319
12320 Instead of attaching lookaheads and duplicating the rules being
12321 reduced by a state, attach the lookaheads to the reductions.
12322
12323 * src/state.h (state_t): Remove the `lookaheads',
12324 `lookaheads_rule' member.
12325 (reductions_t): Add a `lookaheads' member.
12326 Use a regular array for the `rules'.
12327 * src/state.c (reductions_new): Initialize the lookaheads member
12328 to 0.
12329 (state_rule_lookaheads_print): Adjust.
12330 * src/state.h, src/state.c (state_reductions_find): New.
12331 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
12332 (count_rr_conflicts): Adjust.
12333 * src/lalr.c (LArule): Remove.
12334 (add_lookback_edge): Adjust.
12335 (state_lookaheads_count): New.
12336 (states_lookaheads_initialize): Merge into...
12337 (initialize_LA): this.
12338 (lalr_free): Adjust.
12339 * src/main.c (main): Don't free nullable and derives too early: it
12340 is used by --verbose.
12341 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
12342
bb0027a9
AD
123432002-08-01 Akim Demaille <akim@epita.fr>
12344
12345 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
12346 `rule_number_t**'.
12347 (set_derives, free_derives): Rename as...
12348 (derives_compute, derives_free): this.
12349 Adjust all dependencies.
12350 * src/nullable.c (set_nullable, free_nullable): Rename as...
12351 (nullable_compute, nullable_free): these.
12352 (rule_list_t): Store rule_t *, not rule_number_t.
12353 * src/state.c (state_rule_lookaheads_print): Directly compare rule
12354 pointers, instead of their numbers.
12355 * src/main.c (main): Call nullable_free, and derives_free earlier,
12356 as they were lo longer used.
12357
3325ddc4
AD
123582002-08-01 Akim Demaille <akim@epita.fr>
12359
12360 * lib/timevar.c (get_time): Include children time.
12361 * src/lalr.h (LA, LArule): Don't export them: used with the
12362 state_t.
12363 * src/lalr.c (LA, LArule): Static.
12364 * src/lalr.h, src/lalr.c (lalr_free): New.
12365 * src/main.c (main): Call it.
12366 * src/tables.c (pack_vector): Check whether loc is >= to the
12367 table_size, not >.
12368 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
12369 (tables_generate): do it, since that's also it which allocates
12370 them.
12371 Don't free LA and LArule, main does.
12372
c6f1a33c
AD
123732002-07-31 Akim Demaille <akim@epita.fr>
12374
12375 Separate parser tables computation and output.
12376
12377 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
12378 (conflict_list, conflict_list_cnt, table, check, table_ninf)
12379 (yydefgoto, yydefact, high): Move to...
12380 * src/tables.h, src/tables.c: here.
12381 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
12382 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
12383 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
12384 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
12385 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
12386 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
12387 (action_row, save_row, token_actions, save_column, default_goto)
12388 (goto_actions, sort_actions, matching_state, pack_vector)
12389 (table_ninf_remap, pack_table, prepare_actions): Move to...
12390 * src/tables.c: here.
12391 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
12392 * src/output.c (token_actions, output_base, output_conflicts)
12393 (output_check): Merge into...
12394 (prepare_actions): this.
12395 (actions_output): Rename as...
12396 (user_actions_output): this.
12397 * src/main.c (main): Call tables_generate and tables_free.
12398
1509d42f
AD
123992002-07-31 Akim Demaille <akim@epita.fr>
12400
12401 Steal GCC's --time-report support.
12402
12403 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
12404 stolen/adjusted from GCC.
12405 * m4/stage.m4: Remove time related checks.
12406 * m4/timevar.m4: New.
12407 * configure.in: Adjust.
12408 * src/system.h: Adjust to using timevar.h.
12409 * src/getargs.h, src/getargs.c: Support trace_time for
12410 --trace=time.
12411 * src/main.c (stage): Remove.
12412 (main): Replace `stage' invocations with timevar calls.
12413 * src/output.c: Insert pertinent timevar calls.
12414
273a74fa
AD
124152002-07-31 Akim Demaille <akim@epita.fr>
12416
12417 Let --trace have arguments.
12418
12419 * src/getargs.h (enum trace_e): New.
12420 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
12421 (long_options, short_options): --trace/-T takes an optional
12422 argument.
12423 Change all the uses of trace_flag to reflect the new flags.
12424 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
12425
12426 Strengthen `stage' portability.
12427
12428 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
12429 * configure.in: Use it.
12430 Don't check for malloc.h and sys/times.h.
12431 * src/system.h: Include them when appropriate.
12432 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
12433 times and struct tms are available.
12434
217598da
AD
124352002-07-30 Akim Demaille <akim@epita.fr>
12436
12437 In verbose parse error message, don't report `error' as an
12438 expected token.
12439 * tests/actions.at (Printers and Destructors): Adjust.
12440 * tests/calc.at (Calculator $1): Adjust.
12441 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
12442 error message, do not report the parser accepts the error token in
12443 that state.
12444
52489d44
AD
124452002-07-30 Akim Demaille <akim@epita.fr>
12446
12447 Normalize conflict related messages.
12448
12449 * src/complain.h, src/complain.c (warn, complain): New.
12450 * src/conflicts.c (conflicts_print): Use them.
12451 (conflict_report_yacc): New, extracted from...
12452 (conflicts_print): here.
12453 * tests/conflicts.at, tests/existing.at: Adjust.
12454
e8832397
AD
124552002-07-30 Akim Demaille <akim@epita.fr>
12456
12457 Report rules which are never reduced by the parser: those hidden
12458 by conflicts.
12459
12460 * src/LR0.c (save_reductions): Don't make the final state too
12461 different: save its reduction (accept) instead of having a state
12462 without any action (no shift or goto, no reduce).
12463 Note: the final state is now a ``regular'' state, i.e., the
12464 parsers now contain `reduce 0' as default reduction.
12465 Nevertheless, since they decide to `accept' when yystate =
12466 final_state, they still will not reduce rule 0.
12467 * src/print.c (print_actions, print_reduction): Adjust.
12468 * src/output.c (action_row): Track reduced rules.
12469 (token_actions): Report rules never reduced.
12470 * tests/conflicts.at, tests/regression.at: Adjust.
12471
caf23d24
AD
124722002-07-30 Akim Demaille <akim@epita.fr>
12473
12474 `stage' was accidently included in a previous patch.
12475 Initiate its autoconfiscation.
12476
12477 * configure.in: Look for malloc.h and sys/times.h.
12478 * src/main.c (stage): Adjust.
12479 Report only when trace_flag.
12480
640748ee
AD
124812002-07-29 Akim Demaille <akim@epita.fr>
12482
12483 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
12484 state_number_t.
12485 (errs_t): symbol_t*, not symbol_number_t.
12486 (reductions_t): rule_t*, not rule_number_t.
12487 (FOR_EACH_SHIFT): New.
12488 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
12489 * src/print.c, src/print_graph.c: Adjust.
12490
88bce5a2
AD
124912002-07-29 Akim Demaille <akim@epita.fr>
12492
12493 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
12494
12495 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
12496 (endtoken, accept): these.
12497 * src/reader.c (reader): Set endtoken's default tag to "$end".
12498 Set undeftoken's tag to "$undefined" instead of "$undefined.".
12499 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
12500 Adjust.
12501
1bfb97db
AD
125022002-07-29 Akim Demaille <akim@epita.fr>
12503
12504 * src/reduce.c (reduce_grammar): When the language is empty,
12505 complain about the start symbol, not the axiom.
12506 Use its location.
12507 * tests/reduce.at (Empty Language): New.
12508
fc5734fe
AD
125092002-07-26 Akim Demaille <akim@epita.fr>
12510
12511 * src/reader.h, src/reader.c (gram_error): ... can't get
12512 yycontrol without making too strong assumptions on the parser
12513 itself.
12514 * src/output.c (prepare_tokens): Use the real 0th value of
12515 token_translations instead of `0'.
12516 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
12517 visible here.
12518 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
12519 for the time being: %locations ought to provide it to yyerror.
12520
3650b4b8
AD
125212002-07-25 Akim Demaille <akim@epita.fr>
12522
12523 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
12524 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
12525 * tests/regression.at (Web2c Actions): Adjust.
12526
4b3d3a8e
AD
125272002-07-25 Akim Demaille <akim@epita.fr>
12528
12529 Stop storing rules from 1 to nrules + 1.
12530
12531 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
12532 * src/nullable.c, src/output.c, src/print.c, src/reader.c
12533 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
12534 Iterate from 0 to nrules.
12535 Use rule_number_as_item_number and item_number_as_rule_number.
12536 Adjust to `derive' now containing possibly 0.
12537 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
12538 Handle the `- 1' part in rule numbers from/to item numbers.
12539 * src/conflicts.c (log_resolution): Fix the message which reversed
12540 shift and reduce.
12541 * src/output.c (action_row): Initialize default_rule to -1.
12542 (token_actions): Adjust.
12543 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
12544 expected output.
12545 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
12546
4a2a22f4
AD
125472002-07-25 Akim Demaille <akim@epita.fr>
12548
12549 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
12550 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
12551 (b4_c_knr_arg_decl): New.
12552 * data/yacc.c: Use it to define yysymprint, yydestruct, and
12553 yyreport_parse_error.
12554
b8df3223
AD
125552002-07-25 Akim Demaille <akim@epita.fr>
12556
12557 * data/yacc.c (yyreport_parse_error): New, extracted from...
12558 (yyparse): here.
12559 (yydestruct, yysymprint): Move above yyparse.
12560 Be K&R compliant.
12561
a762e609
AD
125622002-07-25 Akim Demaille <akim@epita.fr>
12563
12564 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
12565 replace...
12566 (b4_sint_type, b4_uint_type): these.
12567 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
12568 * tests/regression.at (Web2c Actions): Adjust.
12569
12b0043a
AD
125702002-07-25 Akim Demaille <akim@epita.fr>
12571
12572 * src/gram.h (TIEM_NUMBER_MAX): New.
12573 (item_number_of_rule_number, rule_number_of_item_number): Rename
12574 as...
12575 (rule_number_as_item_number, item_number_as_rule_number): these.
12576 Adjust dependencies.
12577 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
12578 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
12579 (symbol_number_to_vector_number): New.
12580 (order): Of vector_number_t* type.
12581 (base_t, BASE_MAX, BASE_MIN): New.
12582 (froms, tos, width, pos, check): Of base_t type.
12583 (action_number_t, ACTION_MIN, ACTION_MAX): New.
12584 (actrow): Of action_number_t type.
12585 (conflrow): Of unsigned int type.
12586 (table_ninf, base_ninf): New.
12587 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
12588 (muscle_insert_int_table, muscle_insert_base_table)
12589 (muscle_insert_rule_number_table): New.
12590 (prepare_tokens): Output `toknum' as int_table.
12591 (action_row): Returns a rule_number_t.
12592 Use ACTION_MIN, not SHRT_MIN.
12593 (token_actions): yydefact is rule_number_t*.
12594 (table_ninf_remap): New.
12595 (pack_table): Use it for `base' and `table'.
12596 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
12597 replaced with...
12598 (YYPACT_NINF, YYTABLE_NINF): these.
12599 (yypact, yytable): Compute their types instead of hard-coded
12600 `short'.
12601 * tests/regression.at (Web2c Actions): Adjust.
12602
5dde258a
AD
126032002-07-19 Akim Demaille <akim@epita.fr>
12604
12605 * src/scan-gram.l (id): Can start with an underscore.
12606
a945ec39
AD
126072002-07-16 Akim Demaille <akim@epita.fr>
12608
12609 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
12610 Adjust all former `associativity' dependencies.
12611 * src/symtab.c (symbol_new): Default associativity is `undef', not
12612 `right'.
12613 (symbol_check_alias_consistence): Adjust.
12614
fae437e8
AD
126152002-07-09 Akim Demaille <akim@epita.fr>
12616
12617 * doc/bison.texinfo: Properly set the ``header'' part.
12618 Use @dircategory ``GNU programming tools'' as per Texinfo's
12619 documentation.
12620 Use @copying.
12621
1a715ef2
AD
126222002-07-09 Akim Demaille <akim@epita.fr>
12623
12624 * lib/quotearg.h: Protect against multiple inclusions.
12625 * src/location.h (location_t): Add a `file' member.
12626 (LOCATION_RESET, LOCATION_PRINT): Adjust.
12627 * src/complain.c (warn_at, complain_at, fatal_at): Drop
12628 `error_one_per_line' support.
12629
a5d50994
AD
126302002-07-09 Akim Demaille <akim@epita.fr>
12631
12632 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
12633 * src/reader.c (lineno): Remove.
12634 Adjust all dependencies.
12635 (get_merge_function): Take a location and use complain_at.
12636 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
12637 * tests/regression.at (Invalid inputs, Mixing %token styles):
12638 Adjust.
12639
b275314e
AD
126402002-07-09 Akim Demaille <akim@epita.fr>
12641
12642 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
12643 recovery rule, and forbid extensions when --yacc.
12644 (gram_error): Use complain_at.
12645 * src/reader.c (reader): Exit if there were parse errors.
12646
865b9df1
AD
126472002-07-09 Akim Demaille <akim@epita.fr>
12648
12649 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
12650 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
12651 Reported by R Blake <blakers@mac.com>.
12652
c76e14da
AD
126532002-07-09 Akim Demaille <akim@epita.fr>
12654
12655 * data/yacc.c: Output the copyright notive in the header.
12656
7db2ed2d
AD
126572002-07-03 Akim Demaille <akim@epita.fr>
12658
12659 * src/output.c (froms, tos): Are state_number_t.
12660 (save_column): sp, sp1, and sp2 are state_number_t.
12661 (prepare): Rename `final' as `final_state_number', `nnts' as
12662 `nterms_number', `nrules' as `rules_number', `nstates' as
12663 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
12664 unused.
12665 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
12666 * data/lalr1.cc (nsym_): Remove, unused.
12667
e68e0410
AD
126682002-07-03 Akim Demaille <akim@epita.fr>
12669
12670 * src/lalr.h, src/lalr.c (goto_number_t): New.
12671 * src/lalr.c (goto_list_t): New.
12672 Propagate them.
12673 * src/nullable.c (rule_list_t): New.
12674 Propagate.
12675 * src/types.h: Remove.
12676
e1a4f3a4
AD
126772002-07-03 Akim Demaille <akim@epita.fr>
12678
12679 * src/closure.c (print_fderives): Use rule_rhs_print.
12680 * src/derives.c (print_derives): Use rule_rhs_print.
12681 (rule_list_t): New, replaces `shorts'.
12682 (set_derives): Add comments.
12683 * tests/sets.at (Nullable, Firsts): Adjust.
12684
536545f3
AD
126852002-07-03 Akim Demaille <akim@epita.fr>
12686
12687 * src/output.c (prepare_actions): Free `tally' and `width'.
12688 (prepare_actions): Allocate and free `order'.
12689 * src/symtab.c (symbols_free): Free `symbols'.
12690 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
12691 * src/output.c (m4_invoke): Move to...
12692 * src/scan-skel.l: here.
12693 (<<EOF>>): Close yyout, and free its name.
12694
8b752b00
AD
126952002-07-03 Akim Demaille <akim@epita.fr>
12696
12697 Fix some memory leaks, and fix a bug: state 0 was examined twice.
12698
12699 * src/LR0.c (new_state): Merge into...
12700 (state_list_append): this.
12701 (new_states): Merge into...
12702 (generate_states): here.
12703 (set_states): Don't ensure a proper `errs' state member here, do it...
12704 * src/conflicts.c (conflicts_solve): here.
12705 * src/state.h, src/state.c: Comment changes.
12706 (state_t): Rename member `shifts' as `transitions'.
12707 Adjust all dependencies.
12708 (errs_new): For consistency, also take the values as argument.
12709 (errs_dup): Remove.
12710 (state_errs_set): New.
12711 (state_reductions_set, state_transitions_set): Assert that no
12712 previous value was assigned.
12713 (state_free): New.
12714 (states_free): Use it.
12715 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
12716 temporary storage: use `errs' and `nerrs' as elsewhere.
12717 (set_conflicts): Allocate and free this `errs'.
12718
613f5e1a
AD
127192002-07-02 Akim Demaille <akim@epita.fr>
12720
12721 * lib/libiberty.h: New.
12722 * lib: Update the bitset implementation from upstream.
12723 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
12724 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
12725 * src/main.c: Adjust bitset stats calls.
12726
26e0cadc
PE
127272002-07-01 Paul Eggert <eggert@twinsun.com>
12728
12729 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
12730 char, so that negative chars don't collide with $.
12731
1154cced
AD
127322002-06-30 Akim Demaille <akim@epita.fr>
12733
12734 Have the GLR tests be `warning' checked, and fix the warnings.
12735
12736 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
12737 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
12738 (yyremoveDeletes): `yyi' and `yyj' are size_t.
12739 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
12740 (yyaddDeferredAction): static.
12741 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
12742 (yyreportParseError): yyprefix is const.
12743 yytokenp is used only when verbose.
12744 (yy__GNUC__): Replace with __GNUC__.
12745 (yypdumpstack): yyi is size_t.
12746 (yypreference): Un-yy local variables and arguments, to avoid
12747 clashes with `yyr1'. Anyway, we are not in the user name space.
12748 (yytname_size): be an int, as is compared with ints.
12749 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
12750 Use them.
12751 * tests/cxx-gram.at: Use quotation to protect $1.
12752 Use AT_COMPILE to enable warnings hunts.
12753 Prototype yylex and yyerror.
12754 `Use' argc.
12755 Include `string.h', not `strings.h'.
12756 Produce and prototype stmtMerge only when used.
12757 yylex takes a location.
12758
97650f4e
AD
127592002-06-30 Akim Demaille <akim@epita.fr>
12760
12761 We spend a lot of time in quotearg, in particular when --verbose.
12762
12763 * src/symtab.c (symbol_get): Store a quoted version of the key.
12764 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
12765 Adjust all callers.
12766
d2576365
AD
127672002-06-30 Akim Demaille <akim@epita.fr>
12768
12769 * src/state.h (reductions_t): Rename member `nreds' as num.
12770 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
12771 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
12772
ccaf65bc
AD
127732002-06-30 Akim Demaille <akim@epita.fr>
12774
12775 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
12776 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
12777 (shifts_to): Rename as...
12778 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
12779 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
12780 (TRANSITION_IS_DISABLED, transitions_to): these.
12781
87675353
AD
127822002-06-30 Akim Demaille <akim@epita.fr>
12783
12784 * src/print.c (print_shifts, print_gotos): Merge into...
12785 (print_transitions): this.
12786 (print_transitions, print_errs, print_reductions): Align the
12787 lookaheads columns.
12788 (print_core, print_transitions, print_errs, print_state,
12789 print_grammar): Output empty lines separator before, not after.
12790 (state_default_rule_compute): Rename as...
12791 (state_default_rule): this.
12792 * tests/conflicts.at (Defaulted Conflicted Reduction),
12793 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
12794 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
12795
ce4ccb4b
AD
127962002-06-30 Akim Demaille <akim@epita.fr>
12797
12798 Display items as we display rules.
12799
12800 * src/gram.h, src/gram.c (rule_lhs_print): New.
12801 * src/gram.c (grammar_rules_partial_print): Use it.
12802 * src/print.c (print_core): Likewise.
12803 * tests/conflicts.at (Defaulted Conflicted Reduction),
12804 (Unresolved SR Conflicts): Adjust.
12805 (Unresolved SR Conflicts): Adjust and rename as...
12806 (Resolved SR Conflicts): this, as was meant.
12807 * tests/regression.at (Web2c Report): Adjust.
12808
bc933ef1
AD
128092002-06-30 Akim Demaille <akim@epita.fr>
12810
12811 * src/print.c (state_default_rule_compute): New, extracted from...
12812 (print_reductions): here.
12813 Pessimize, but clarify the code.
12814 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
12815
53d4308d
AD
128162002-06-30 Akim Demaille <akim@epita.fr>
12817
12818 * src/output.c (action_row): Let default_rule be always a rule
12819 number.
12820
574fb2d5
AD
128212002-06-30 Akim Demaille <akim@epita.fr>
12822
12823 * src/closure.c (print_firsts, print_fderives, closure):
12824 Use BITSET_EXECUTE.
12825 * src/lalr.c (lookaheads_print): Likewise.
12826 * src/state.c (state_rule_lookaheads_print): Likewise.
12827 * src/print_graph.c (print_core): Likewise.
12828 * src/print.c (print_reductions): Likewise.
12829 * src/output.c (action_row): Likewise.
12830 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
12831
05811fd7
AD
128322002-06-30 Akim Demaille <akim@epita.fr>
12833
12834 * src/print_graph.c: Use report_flag.
12835
0e4d5753
AD
128362002-06-30 Akim Demaille <akim@epita.fr>
12837
12838 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
12839 to...
12840 * src/relation.h, src/relation.c (traverse, relation_digraph)
12841 (relation_print, relation_transpose): New.
12842
24c7d800
AD
128432002-06-30 Akim Demaille <akim@epita.fr>
12844
12845 * src/state.h, src/state.c (shifts_to): New.
12846 * src/lalr.c (build_relations): Use it.
12847
9222837b
AD
128482002-06-30 Akim Demaille <akim@epita.fr>
12849
12850 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
12851 (item_number_of_rule_number, rule_number_of_item_number): New.
12852 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
12853 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
12854 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
12855 Propagate their use.
12856 Much remains to be done, in particular wrt `shorts' from types.h.
12857
260008e5
AD
128582002-06-30 Akim Demaille <akim@epita.fr>
12859
12860 * src/symtab.c (symbol_new): Initialize the `printer' member.
12861
8a731ca8
AD
128622002-06-30 Akim Demaille <akim@epita.fr>
12863
12864 * src/LR0.c (save_reductions): Remove, replaced by...
12865 * src/state.h, src/state.c (state_reductions_set): New.
12866 (reductions, errs): Rename as...
12867 (reductions_t, errs_t): these.
12868 Adjust all dependencies.
12869
32e1e0a4
AD
128702002-06-30 Akim Demaille <akim@epita.fr>
12871
12872 * src/LR0.c (state_list_t, state_list_append): New.
12873 (first_state, last_state): Now symbol_list_t.
12874 (this_state): Remove.
12875 (new_itemsets, append_states, save_reductions): Take a state_t as
12876 argument.
12877 (set_states, generate_states): Adjust.
12878 (save_shifts): Remove, replaced by...
12879 * src/state.h, src/state.c (state_shifts_set): New.
12880 (shifts): Rename as...
12881 (shifts_t): this.
12882 Adjust all dependencies.
12883 * src/state.h (state_t): Remove the `next' member.
12884
e5fb6710
AD
128852002-06-30 Akim Demaille <akim@epita.fr>
12886
12887 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
12888 escaped in slot 0.
12889
c7ca99d4
AD
128902002-06-30 Akim Demaille <akim@epita.fr>
12891
12892 Use hash.h for the state hash table.
12893
12894 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
12895 (allocate_storage): Use state_hash_new.
12896 (free_storage): Use state_hash_free.
12897 (new_state, get_state): Adjust.
12898 * src/lalr.h, src/lalr.c (states): Move to...
12899 * src/states.h (state_t): Remove the `link' member, no longer
12900 used.
12901 * src/states.h, src/states.c: here.
12902 (state_hash_new, state_hash_free, state_hash_lookup)
12903 (state_hash_insert, states_free): New.
12904 * src/states.c (state_table, state_compare, state_hash): New.
12905 * src/output.c (output_actions): Do not free states now, since we
12906 still need to know the final_state number in `prepare', called
12907 afterwards. Do it...
12908 * src/main.c (main): here: call states_free after `output'.
12909
df0e7316
AD
129102002-06-30 Akim Demaille <akim@epita.fr>
12911
12912 * src/state.h, src/state.c (state_new): New, extracted from...
12913 * src/LR0.c (new_state): here.
12914 * src/state.h (STATE_ALLOC): Move to...
12915 * src/state.c: here.
12916 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
12917 * src/state.h, src/state.c: here.
12918
39f41916
AD
129192002-06-30 Akim Demaille <akim@epita.fr>
12920
12921 * src/reader.c (gensym): Rename as...
12922 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
12923 (getsym): Rename as...
12924 (symbol_get): this.
12925
d57650a5
AD
129262002-06-30 Akim Demaille <akim@epita.fr>
12927
12928 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
12929 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
12930 * src/output.c, src/print.c, src/print_graph.c: Propagate.
12931 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
12932
5a08f1ce
AD
129332002-06-30 Akim Demaille <akim@epita.fr>
12934
12935 Make the test suite pass with warnings checked.
12936
12937 * tests/actions.at (Printers and Destructors): Improve.
12938 Avoid unsigned vs. signed issues.
12939 * tests/calc.at: Don't exercise the scanner here, do it...
12940 * tests/input.at (Torturing the Scanner): here.
12941
720623af
PH
129422002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12943
88e7e941 12944 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
12945 reorganize first lines parallel to yacc.c.
12946
fb8135fa
AD
129472002-06-28 Akim Demaille <akim@epita.fr>
12948
12949 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
12950 (b4_token_enum, b4_token_defines): New, factored from...
12951 * data/lalr1.cc, data/yacc.c, glr.c: here.
12952
41442480
AD
129532002-06-28 Akim Demaille <akim@epita.fr>
12954
12955 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
12956 unused variables.
12957 * src/output.c (merger_output): static.
12958
e0e5bf84
AD
129592002-06-28 Akim Demaille <akim@epita.fr>
12960
ba0fe3c7 12961 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
e0e5bf84
AD
12962 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
12963 pacify GCC.
12964 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 12965
676385e2
PH
129662002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12967
12968 Accumulated changelog for new GLR parsing features.
12969
6a254321 12970 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
12971 conflicts_total_count.
12972 * src/conflicts.h: Ditto.
12973 * src/output.c (token_actions): Use the new name.
12974 (output_conflicts): Change conflp => conflict_list_heads, and
12975 confl => conflict_list for better readability.
12976 * data/glr.c: Use the new names.
12977 * NEWS: Add self to GLR announcement.
e0e5bf84 12978
676385e2
PH
12979 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
12980
12981 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
12982 Akim Demaille.
12983
12984 * data/bison.glr: Change name to glr.c
12985 * data/glr.c: Renamed from bison.glr.
12986 * data/Makefile.am: Add glr.c
e0e5bf84
AD
12987
12988 * src/getargs.c:
12989
676385e2 12990 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
ba0fe3c7 12991 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 12992
676385e2
PH
12993 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12994
12995 * data/bison.glr: Be sure to restore the
12996 current #line when returning to the skeleton contents after having
12997 exposed the input file's #line.
12998
12999 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13000
13001 * data/bison.glr: Bring up to date with changes to bison.simple.
13002
13003 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13004
13005 * data/bison.glr: Correct definitions that use b4_prefix.
13006 Various reformatting.
13007 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
13008 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
13009 yytokenp argument; now part of stack.
13010 (yychar): Define to behave as documented.
13011 (yyclearin): Ditto.
e0e5bf84 13012
676385e2
PH
13013 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13014
13015 * src/reader.h: Add declaration for free_merger_functions.
13016
13017 * src/reader.c (merge_functions): New variable.
13018 (get_merge_function): New function.
13019 (free_merger_functions): New function.
13020 (readgram): Check for %prec that is not followed by a symbol.
13021 Handle %dprec and %merge declarations.
13022 (packgram): Initialize dprec and merger fields in rules array.
13023
13024 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
13025 conflict_list_cnt, conflict_list_free): New variables.
13026 (table_grow): Also grow conflict_table.
e0e5bf84 13027 (prepare_rules): Output dprec and merger tables.
676385e2 13028 (conflict_row): New function.
e0e5bf84 13029 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
13030 default reduction in conflicted states for GLR parser so that there
13031 are spaces for the conflict lists.
13032 (save_row): Also save conflict information.
13033 (token_actions): Allocate conflict list.
13034 (merger_output): New function.
13035 (pack_vector): Pack conflict table, too.
13036 (output_conflicts): New function to output yyconflp and yyconfl.
13037 (output_check): Allocate conflict_tos.
13038 (output_actions): Output conflict tables, also.
13039 (output_skeleton): Output b4_mergers definition.
13040 (prepare): Output b4_max_rhs_length definition.
13041 Use 'bison.glr' as default skeleton for GLR parsers.
13042
13043 * src/gram.c (glr_parser): New flag.
13044 (grammar_free): Call free_merger_functions.
13045
13046 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
13047 all pairs of conflicting reductions, rather than just all tokens
13048 causing conflicts. Needed to size conflict tables.
e0e5bf84 13049 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
13050 interface.
13051 (conflicts_print): Ditto.
13052 (count_total_conflicts): New function.
13053
13054 * src/reader.h (merger_list): New type.
13055 (merge_functions): New variable.
13056
13057 * src/lex.h (tok_dprec, tok_merge): New token types.
13058
13059 * src/gram.h (rule_s): Add dprec and merger fields.
13060 (glr_parser): New flag.
13061
13062 * src/conflicts.h (count_total_conflicts): New function.
13063
13064 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
13065
13066 * doc/bison.texinfo (Generalized LR Parsing): New section.
13067 (GLR Parsers): New section.
13068 (Language and Grammar): Mention GLR parsing.
13069 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
13070 Correct typo ("tge" -> "the").
13071
13072 * data/bison.glr: New skeleton for GLR parsing.
13073
13074 * tests/cxx-gram.at: New tests for GLR parsing.
13075
13076 * tests/testsuite.at: Include cxx-gram.at.
13077
13078 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 13079
676385e2
PH
13080 * src/parse-gram.y:
13081
13082 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
13083
13084 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 13085
b5480d74 130862002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
13087
13088 * src/options.h, src/options.c: Remove.
13089 * src/getargs.c (short_options, long_options): New.
13090
60491a94
AD
130912002-06-27 Akim Demaille <akim@epita.fr>
13092
13093 * data/bison.simple, data/bison.c++: Rename as...
13094 * data/yacc.c, data/lalr1.cc: these.
13095 * doc/bison.texinfo (Environment Variables): Remove.
13096
9be0c25b
AD
130972002-06-25 Raja R Harinath <harinath@cs.umn.edu>
13098
13099 * src/getargs.c (report_argmatch): Initialize strtok().
13100
1ae72863
AD
131012002-06-20 Akim Demaille <akim@epita.fr>
13102
13103 * data/bison.simple (b4_symbol_actions): New, replaces...
13104 (b4_symbol_destructor, b4_symbol_printer): these.
13105 (yysymprint): Be sure to call YYPRINT only for tokens, and using
13106 user token numbers.
13107
87542d29
AD
131082002-06-20 Akim Demaille <akim@epita.fr>
13109
13110 * data/bison.simple (yydestructor): Rename as...
13111 (yydestruct): this.
13112
1a31ed21
AD
131132002-06-20 Akim Demaille <akim@epita.fr>
13114
13115 * src/symtab.h, src/symtab.c (symbol_type_set)
13116 (symbol_destructor_set, symbol_precedence_set): The location is
13117 the last argument.
13118 Adjust all callers.
13119
e776192e
AD
131202002-06-20 Akim Demaille <akim@epita.fr>
13121
13122 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
13123 internals.
13124 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
13125 Takes a location.
13126 * src/symtab.h, src/symtab.c (symbol_class_set)
13127 (symbol_user_token_number_set): Likewise.
13128 Adjust all callers.
13129 Promote complain_at.
13130 * tests/input.at (Type Clashes): Adjust.
13131
5c1180b3
AD
131322002-06-20 Akim Demaille <akim@epita.fr>
13133
13134 * data/bison.simple (YYLEX): Fix the declaration when
13135 %pure-parser.
13136
e3170060
AD
131372002-06-20 Akim Demaille <akim@epita.fr>
13138
13139 * data/bison.simple (yysymprint): Don't print the token number,
13140 just its name.
13141 * tests/actions.at (Destructors): Rename as...
13142 (Printers and Destructors): this.
13143 Also exercise %printer.
13144
253862fd
AD
131452002-06-20 Akim Demaille <akim@epita.fr>
13146
13147 * data/bison.simple (YYDSYMPRINT): New.
13148 Use it to remove many of the #if YYDEBUG/if (yydebug).
13149
366eea36
AD
131502002-06-20 Akim Demaille <akim@epita.fr>
13151
13152 * src/symtab.h, src/symtab.c (symbol_t): printer and
13153 printer_location are new members.
13154 (symbol_printer_set): New.
13155 * src/parse-gram.y (PERCENT_PRINTER): New token.
13156 Handle its associated rule.
13157 * src/scan-gram.l: Adjust.
13158 (handle_destructor_at, handle_destructor_dollar): Rename as...
13159 (handle_symbol_code_at, handle_symbol_code_dollar): these.
13160 * src/output.c (symbol_printers_output): New.
13161 (output_skeleton): Call it.
13162 * data/bison.simple (yysymprint): New. Cannot be named yyprint
13163 since there are already many grammar files with a user `yyprint'.
13164 Replace the calls to YYPRINT to calls to yysymprint.
13165 * tests/calc.at: Adjust.
13166 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
13167 taking advantage of parser very internal details (stack size!).
13168
4f25ebb0
AD
131692002-06-20 Akim Demaille <akim@epita.fr>
13170
13171 * src/scan-gram.l: Complete the scanner with the missing patterns
13172 to pacify Flex.
13173 Use `quote' and `symbol_tag_get' where appropriate.
13174
93b68a0e
AD
131752002-06-19 Akim Demaille <akim@epita.fr>
13176
13177 * tests/actions.at (Destructors): Augment to test locations.
13178 * data/bison.simple (yydestructor): Pass it the current location
13179 if locations are enabled.
13180 Prototype only when __STDC__ or C++.
13181 Change the argument names to move into the yy name space: there is
13182 user code here.
13183
58612f1d
AD
131842002-06-19 Akim Demaille <akim@epita.fr>
13185
74310291
AD
13186 * data/bison.simple (b4_pure_if): New.
13187 Use it instead of #ifdef YYPURE.
13188
131892002-06-19 Akim Demaille <akim@epita.fr>
13190
13191 * data/bison.simple (b4_location_if): New.
58612f1d
AD
13192 Use it instead of #ifdef YYLSP_NEEDED.
13193
f25bfb75
AD
131942002-06-19 Akim Demaille <akim@epita.fr>
13195
13196 Prepare @$ in %destructor, but currently don't bind it in the
13197 skeleton, as %location use is not cleaned up yet.
13198
13199 * src/scan-gram.l (handle_dollar, handle_destructor_at)
13200 (handle_action_at): New.
13201 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
13202 a braced_code_t and a location as additional arguments.
13203 (handle_destructor_dollar): Instead of requiring `b4_eval', just
13204 unquote one when outputting `b4_dollar_dollar'.
13205 Adjust callers.
13206 * data/bison.simple (b4_eval): Remove.
13207 (b4_symbol_destructor): Adjust.
13208 * tests/input.at (Invalid @n): Adjust.
13209
c732d2c6
AD
132102002-06-19 Zack Weinberg <zack@codesourcery.com>
13211
13212 * doc/bison.texinfo: Document ability to have multiple
13213 prologue sections.
13214
8c165d89
AD
132152002-06-18 Akim Demaille <akim@epita.fr>
13216
13217 * src/files.c (compute_base_names): When computing the output file
13218 names from the input file name, strip the directory part.
13219
ca98bf57
AD
132202002-06-18 Akim Demaille <akim@epita.fr>
13221
13222 * data/bison.simple.new: Comment changes.
13223 Reported by Andreas Schwab.
13224
0bfb02ff
AD
132252002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
13226
13227 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
13228 there are no `label `yyoverflowlab' defined but not used' warnings
13229 when yyoverflow is defined.
13230
24c0aad7
AD
132312002-06-18 Akim Demaille <akim@epita.fr>
13232
13233 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
13234 new member.
13235 (symbol_destructor_set): Adjust.
13236 * src/output.c (symbol_destructors_output): Output the destructor
13237 locations.
13238 Output the symbol name.
13239 * data/bison.simple (b4_symbol_destructor): Adjust.
13240
5719c109
AD
132412002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
13242 and Akim Demaille <akim@epita.fr>
13243
13244 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
13245 what's left on the stack when the error recovery hits EOF.
13246 * tests/actions.at (Destructors): Complete to exercise this case.
13247
9280d3ef
AD
132482002-06-17 Akim Demaille <akim@epita.fr>
13249
13250 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
13251 arguments is really empty, not only equal to `[]'.
13252 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
13253 member.
13254 (symbol_destructor_set): New.
13255 * src/output.c (symbol_destructors_output): New.
13256 * src/reader.h (brace_code_t, current_braced_code): New.
13257 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
13258 (handle_dollar): Rename as...
13259 (handle_action_dollar): this.
13260 (handle_destructor_dollar): New.
13261 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
13262 (grammar_declaration): Use it.
13263 * data/bison.simple (yystos): Is always defined.
13264 (yydestructor): New.
13265 * tests/actions.at (Destructors): New.
13266 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
13267
dafdc66f
AD
132682002-06-17 Akim Demaille <akim@epita.fr>
13269
13270 * src/symlist.h, src/symlist.c (symbol_list_length): New.
13271 * src/scan-gram.l (handle_dollar, handle_at): Compute the
13272 rule_length only when needed.
13273 * src/output.c (actions_output, token_definitions_output): Output
13274 the full M4 block.
13275 * src/symtab.c: Don't access directly to the symbol tag, use
13276 symbol_tag_get.
13277 * src/parse-gram.y: Use symbol_list_free.
13278
56c47203
AD
132792002-06-17 Akim Demaille <akim@epita.fr>
13280
13281 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
13282 (symbol_list_prepend, get_type_name): Move to...
13283 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
13284 (symbol_list_prepend, symbol_list_n_type_name_get): here.
13285 Adjust all callers.
13286 (symbol_list_free): New.
13287 * src/scan-gram.l (handle_dollar): Takes a location.
13288 * tests/input.at (Invalid $n): Adjust.
13289
1e0bab92
AD
132902002-06-17 Akim Demaille <akim@epita.fr>
13291
13292 * src/reader.h, src/reader.c (symbol_list_new): Export it.
13293 (symbol_list_prepend): New.
13294 * src/parse-gram.y (%union): `list' is a new member.
13295 (symbols.1): New, replaces...
13296 (terms_to_prec.1, nterms_to_type.1): these.
13297 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
13298 Take a location as additional argument.
13299 Adjust all callers.
13300
04e60654
AD
133012002-06-15 Akim Demaille <akim@epita.fr>
13302
13303 * src/parse-gram.y: Move %token in the declaration section so that
13304 we don't depend upon CVS Bison.
13305
10e5b8bd
AD
133062002-06-15 Akim Demaille <akim@epita.fr>
13307
13308 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
13309 * src/print.c (print_core): Use it.
13310
9801d40c
AD
133112002-06-15 Akim Demaille <akim@epita.fr>
13312
13313 * src/conflicts.c (log_resolution): Accept the rule involved in
13314 the sr conflicts instead of the lookahead number that points to
13315 that rule.
13316 (flush_reduce): Accept the current lookahead vector as argument,
13317 instead of the index in LA.
13318 (resolve_sr_conflict): Accept the current number of lookahead
13319 bitset to consider for the STATE, instead of the index in LA.
13320 (set_conflicts): Adjust.
13321 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
13322
c0263492
AD
133232002-06-15 Akim Demaille <akim@epita.fr>
13324
13325 * src/state.h (state_t): Replace the `lookaheadsp' member, a
13326 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
13327 Adjust all dependencies.
13328 * src/lalr.c (initialize_lookaheads): Split into...
13329 (states_lookaheads_count, states_lookaheads_initialize): these.
13330 (lalr): Adjust.
13331
9757c359
AD
133322002-06-15 Akim Demaille <akim@epita.fr>
13333
13334 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
13335 out of...
13336 (grammar_rules_print): here.
13337 * src/reduce.c (reduce_output): Use it.
13338 * tests/reduce.at (Useless Rules, Reduced Automaton)
13339 (Underivable Rules): Adjust.
13340
6b98e4b5
AD
133412002-06-15 Akim Demaille <akim@epita.fr>
13342
13343 Copy BYacc's nice way to report the grammar.
13344
13345 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
13346 New.
13347 Don't print the rules' location, it is confusing and useless.
13348 (rule_print): Use grammar_rhs_print.
13349 * src/print.c (print_grammar): Use grammar_rules_print.
13350
6b98e4b5
AD
133512002-06-15 Akim Demaille <akim@epita.fr>
13352
13353 Complete and rationalize `useless thing' warnings.
13354
13355 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
13356 (symbol_tag_print): New.
13357 Use them everywhere in place of accessing directly the tag member.
13358 * src/gram.h, src/gram.c (rule_print): New.
13359 Use it where a rule used to be printed `by hand'.
13360 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
13361 (reduce_grammar_tables): Report the useless rules.
13362 (reduce_print): Useless things are a warning, not an error.
13363 Report it as such.
13364 * tests/reduce.at (Useless Nonterminals, Useless Rules):
13365 (Reduced Automaton, Underivable Rules): Adjust.
13366 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
13367 * tests/conflicts.at (Unresolved SR Conflicts)
13368 (Solved SR Conflicts): Adjust.
13369
ee000ba4
AD
133702002-06-15 Akim Demaille <akim@epita.fr>
13371
13372 Let symbols have a location.
13373
13374 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
13375 (getsym): Adjust.
13376 Adjust all callers.
13377 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
13378 Use location_t, not int.
13379 * src/symtab.c (symbol_check_defined): Take advantage of the
13380 location.
13381 * tests/regression.at (Invalid inputs): Adjust.
13382
8efe435c
AD
133832002-06-15 Akim Demaille <akim@epita.fr>
13384
13385 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
13386 (input): Don't try to initialize yylloc here, do it in the
13387 scanner.
13388 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
13389 * src/gram.h (rule_t): Change line and action_line into location
13390 and action_location, of location_t type.
13391 Adjust all dependencies.
13392 * src/location.h, src/location.c (empty_location): New.
13393 * src/reader.h, src/reader.c (grammar_start_symbol_set)
13394 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
13395 (grammar_current_rule_symbol_append)
13396 (grammar_current_rule_action_append): Expect a location as argument.
13397 * src/reader.c (grammar_midrule_action): Adjust to attach an
13398 action's location as dummy symbol location.
13399 * src/symtab.h, src/symtab.c (startsymbol_location): New.
13400 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
13401 the line numbers.
13402
1921f1d7
AD
134032002-06-14 Akim Demaille <akim@epita.fr>
13404
13405 Grammar declarations may be found in the grammar section.
13406
13407 * src/parse-gram.y (rules_or_grammar_declaration): New.
13408 (declarations): Each declaration may end with a semicolon, not
13409 just...
13410 (grammar_declaration): `"%union"'.
13411 (grammar): Branch to rules_or_grammar_declaration.
13412
4515534c
AD
134132002-06-14 Akim Demaille <akim@epita.fr>
13414
13415 * src/main.c (main): Invoke scanner_free.
13416
f958596b
AD
134172002-06-14 Akim Demaille <akim@epita.fr>
13418
13419 * src/output.c (m4_invoke): Extracted from...
13420 (output_skeleton): here.
13421 Free tempfile.
13422
2c569025
AD
134232002-06-14 Akim Demaille <akim@epita.fr>
13424
13425 * src/parse-gram.y (directives, directive, gram)
13426 (grammar_directives, precedence_directives, precedence_directive):
13427 Rename as...
13428 (declarations, declaration, grammar, grammar_declaration)
13429 (precedence_declaration, precedence_declarator): these.
13430 (symbol_declaration): New.
13431
592e8d4d
AD
134322002-06-14 Akim Demaille <akim@epita.fr>
13433
13434 * src/files.c (action_obstack): Remove, unused.
13435 (output_obstack): Remove it, and all its dependencies, as it is no
13436 longer needed.
13437 * src/reader.c (epilogue_set): Build the epilogue in the
13438 muscle_obstack.
13439 * src/output.h, src/output.c (muscle_obstack): Move to...
13440 * src/muscle_tab.h, src/muscle_tab.h: here.
13441 (muscle_init): Initialize muscle_obstack.
13442 (muscle_free): New.
13443 * src/main.c (main): Call it.
13444
0c15323d
AD
134452002-06-14 Akim Demaille <akim@epita.fr>
13446
13447 * src/location.h: New, extracted from...
13448 * src/reader.h: here.
13449 * src/Makefile.am (noinst_HEADERS): Merge into
13450 (bison_SOURCES): this.
13451 Add location.h.
13452 * src/parse-gram.y: Use location_t instead of Bison's.
13453 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
13454 Use location_t instead of ints.
13455
e96c9728
AD
134562002-06-14 Akim Demaille <akim@epita.fr>
13457
13458 * data/bison.simple, data/bison.c++: Be sure to restore the
13459 current #line when returning to the skeleton contents after having
13460 exposed the input file's #line.
13461
75d1fe16
AD
134622002-06-12 Akim Demaille <akim@epita.fr>
13463
13464 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
13465 eager.
13466 * tests/actions.at (Exotic Dollars): New.
13467
6c35d22c
AD
134682002-06-12 Akim Demaille <akim@epita.fr>
13469
13470 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
13471 ['"/] too eagerly.
13472 * tests/input.at (Torturing the Scanner): New.
13473
1d6412ad
AD
134742002-06-11 Akim Demaille <akim@epita.fr>
13475
13476 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
13477 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
13478 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
13479 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
13480 * src/reader.c (reader): Use it.
13481
4cdb01db
AD
134822002-06-11 Akim Demaille <akim@epita.fr>
13483
13484 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
13485 Adjust all callers.
13486 (scanner_last_string_free): New.
13487
44995b2e
AD
134882002-06-11 Akim Demaille <akim@epita.fr>
13489
13490 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
13491 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
13492 (last_string, YY_OBS_FREE): New.
13493 Use them when returning an ID.
13494
e9955c83
AD
134952002-06-11 Akim Demaille <akim@epita.fr>
13496
13497 Have Bison grammars parsed by a Bison grammar.
13498
13499 * src/reader.c, src/reader.h (prologue_augment): New.
13500 * src/reader.c (copy_definition): Remove.
13501
13502 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
13503 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
13504 (grammar_current_rule_prec_set, grammar_current_rule_check)
13505 (grammar_current_rule_symbol_append)
13506 (grammar_current_rule_action_append): Export.
13507 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
13508 (symbol_list_action_append): Remove.
13509 Hook the routines from reader.
13510 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
13511 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
13512
13513 * src/reader.c (read_declarations): Remove, unused.
13514
13515 * src/parse-gram.y: Handle the epilogue.
13516 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
13517 (grammar_start_symbol_set): this.
13518 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
13519 * src/reader.c (readgram): Remove, unused.
13520 (reader): Adjust to insert eoftoken and axiom where appropriate.
13521
13522 * src/reader.c (copy_dollar): Replace with...
13523 * src/scan-gram.h (handle_dollar): this.
13524 * src/parse-gram.y: Remove `%thong'.
13525
13526 * src/reader.c (copy_at): Replace with...
13527 * src/scan-gram.h (handle_at): this.
13528
13529 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
13530 New.
13531
13532 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
13533 time being.
13534
13535 * src/reader.h, src/reader.c (grammar_rule_end): New.
13536
13537 * src/parse.y (current_type, current_class): New.
13538 Implement `%nterm', `%token' support.
13539 Merge `%term' into `%token'.
13540 (string_as_id): New.
13541 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
13542 type name.
13543
13544 * src/parse-gram.y: Be sure to handle properly the beginning of
13545 rules.
13546
13547 * src/parse-gram.y: Handle %type.
13548 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
13549
13550 * src/parse-gram.y: More directives support.
13551 * src/options.c: No longer handle source directives.
13552
13553 * src/parse-gram.y: Fix %output.
13554
13555 * src/parse-gram.y: Handle %union.
13556 Use the prologue locations.
13557 * src/reader.c (parse_union_decl): Remove.
13558
13559 * src/reader.h, src/reader.c (epilogue_set): New.
13560 * src/parse-gram.y: Use it.
13561
13562 * data/bison.simple, data/bison.c++: b4_stype is now either not
13563 defined, then default to int, or to the contents of %union,
13564 without `union' itself.
13565 Adjust.
13566 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
13567
13568 * src/output.c (actions_output): Don't output braces, as they are
13569 already handled by the scanner.
13570
13571 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
13572 characters to themselves.
13573
13574 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
13575 that the epilogue has a proper #line.
13576
13577 * src/parse-gram.y: Handle precedence/associativity.
13578
13579 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
13580 a terminal.
13581 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
13582 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
13583 at all to define terminals that cannot be emitted.
13584
13585 * src/scan-gram.l: Escape M4 characters.
13586
13587 * src/scan-gram.l: Working properly with escapes in user
13588 strings/characters.
13589
13590 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
13591 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
13592 grammar.
13593 Use more modest sizes, as for the time being the parser does not
13594 release memory, and therefore the process swallows a huge amount
13595 of memory.
13596
13597 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
13598 stricter %token grammar.
13599
13600 * src/symtab.h (associativity): Add `undef_assoc'.
13601 (symbol_precedence_set): Do nothing when passed an undef_assoc.
13602 * src/symtab.c (symbol_check_alias_consistence): Adjust.
13603
13604 * tests/regression.at (Invalid %directive): Remove, as it is now
13605 meaningless.
13606 (Invalid inputs): Adjust to the new error messages.
13607 (Token definitions): The new grammar doesn't allow too many
13608 eccentricities.
13609
13610 * src/lex.h, src/lex.c: Remove.
13611 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
13612 (copy_character, copy_string2, copy_string, copy_identifier)
13613 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
13614 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
13615 (parse_action): Remove.
13616 * po/POTFILES.in: Adjust.
13617
2e047461
AD
136182002-06-11 Akim Demaille <akim@epita.fr>
13619
cd05d13c 13620 * src/reader.c (parse_action): Don't store directly into the
2e047461
AD
13621 rule's action member: return the action as a string.
13622 Don't require `rule_length' as an argument: compute it.
13623 (grammar_current_rule_symbol_append)
13624 (grammar_current_rule_action_append): New, eved out from
13625 (readgram): here.
13626 Remove `action_flag', `rulelength', unused now.
13627
9af3fbce
AD
136282002-06-11 Akim Demaille <akim@epita.fr>
13629
13630 * src/reader.c (grammar_current_rule_prec_set).
13631 (grammar_current_rule_check): New, eved out from...
13632 (readgram): here.
13633 Remove `xaction', `first_rhs': useless.
13634 * tests/input.at (Type clashes): New.
13635 * tests/existing.at (GNU Cim Grammar): Adjust.
13636
1485e106
AD
136372002-06-11 Akim Demaille <akim@epita.fr>
13638
13639 * src/reader.c (grammar_midrule_action): New, Eved out from
13640 (readgram): here.
13641
da4160c3
AD
136422002-06-11 Akim Demaille <akim@epita.fr>
13643
13644 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
13645 New.
13646 (readgram): Use them as replacement of inlined code, crule and
13647 crule1.
13648
f6d0f937
AD
136492002-06-11 Akim Demaille <akim@epita.fr>
13650
13651 * src/reader.c (grammar_end, grammar_symbol_append): New.
13652 (readgram): Use them.
13653 Make the use of `p' as local as possible.
13654
69078d4b
AD
136552002-06-10 Akim Demaille <akim@epita.fr>
13656
13657 GCJ's parser requires the tokens to be defined before the prologue.
13658
13659 * data/bison.simple: Output the token definition before the user's
13660 prologue.
13661 * tests/regression.at (Braces parsing, Duplicate string)
13662 (Mixing %token styles): Check the output from bison.
13663 (Early token definitions): New.
13664
5e424082
AD
136652002-06-10 Akim Demaille <akim@epita.fr>
13666
13667 * src/symtab.c (symbol_user_token_number_set): Don't complain when
13668 assigning twice the same user number to a token, so that we can
13669 use it in...
13670 * src/lex.c (lex): here.
13671 Also use `symbol_class_set' instead of hand written code.
13672 * src/reader.c (parse_assoc_decl): Likewise.
13673
44536b35
AD
136742002-06-10 Akim Demaille <akim@epita.fr>
13675
13676 * src/symtab.c, src/symtab.c (symbol_class_set)
13677 (symbol_user_token_number_set): New.
13678 * src/reader.c (parse_token_decl): Use them.
13679 Use a switch instead of ifs.
13680 Use a single argument.
13681
8b9f2372
AD
136822002-06-10 Akim Demaille <akim@epita.fr>
13683
13684 Remove `%thong' support as it is undocumented, unused, duplicates
13685 `%token's job, and creates useless e-mail traffic with people who
13686 want to know what it is, why it is undocumented, unused, and
13687 duplicates `%token's job.
13688
13689 * src/reader.c (parse_thong_decl): Remove.
13690 * src/options.c (option_table): Remove "thong".
13691 * src/lex.h (tok_thong): Remove.
13692
3ae2b51f
AD
136932002-06-10 Akim Demaille <akim@epita.fr>
13694
13695 * src/symtab.c, src/symtab.c (symbol_type_set)
13696 (symbol_precedence_set): New.
13697 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
13698 (value_components_used): Remove, unused.
13699
2f1afb73
AD
137002002-06-09 Akim Demaille <akim@epita.fr>
13701
13702 Move symbols handling code out of the reader.
13703
13704 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
13705 (axiom): Move to...
13706 * src/symtab.h, src/symtab.c: here.
13707
13708 * src/gram.c (start_symbol): Remove: use startsymbol->number.
13709 * src/reader.c (startval): Rename as...
13710 * src/symtab.h, src/symtab.c (startsymbol): this.
13711 * src/reader.c: Adjust.
13712
13713 * src/reader.c (symbol_check_defined, symbol_make_alias)
13714 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
13715 (token_translations_init)
13716 Move to...
13717 * src/symtab.c: here.
13718 * src/reader.c (packsymbols): Move to...
13719 * src/symtab.h, src/symtab.c (symbols_pack): here.
13720 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
13721 argument.
13722
e9bca3ad
AD
137232002-06-03 Akim Demaille <akim@epita.fr>
13724
13725 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
13726 then statements.
13727
86eff183
AD
137282002-06-03 Akim Demaille <akim@epita.fr>
13729
13730 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
13731 structs with non literals.
13732 * src/scan-skel.l: never-interactive.
13733 * src/conflicts.c (enum conflict_resolution_e): No trailing
13734 comma.
13735 * src/getargs.c (usage): Split long literal strings.
13736 Reported by Hans Aberg.
13737
717be197
AD
137382002-05-28 Akim Demaille <akim@epita.fr>
13739
13740 * data/bison.c++: Use C++ ostreams.
13741 (cdebug_): New member.
13742
670ddffd
AD
137432002-05-28 Akim Demaille <akim@epita.fr>
13744
13745 * src/output.c (output_skeleton): Be sure to allocate enough room
13746 for `/' _and_ for `\0' in full_skeleton.
13747
769b430f
AD
137482002-05-28 Akim Demaille <akim@epita.fr>
13749
13750 * data/bison.c++: Catch up with bison.simple:
13751 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13752 and Paul Eggert <eggert@twinsun.com>: `error' handing.
13753 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
13754 and popping traces.
13755
7067cb36
PH
137562002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13757
13758 * src/output.c (output_skeleton): Put an explicit path in front of
13759 the skeleton file name, rather than relying on the -I directory,
13760 to partially alleviate effects of having a skeleton file lying around
13761 in the current directory.
769b430f 13762
4a713ec2
PH
137632002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13764
769b430f 13765 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
13766 obstack_printf should be obstack_fgrow1.
13767
b408954b
AD
137682002-05-26 Akim Demaille <akim@epita.fr>
13769
13770 * src/state.h (state_t): `solved_conflicts' is a new member.
13771 * src/LR0.c (new_state): Set it to 0.
13772 * src/conflicts.h, src/conflicts.c (print_conflicts)
13773 (free_conflicts, solve_conflicts): Rename as...
13774 (conflicts_print, conflicts_free, conflicts_solve): these.
13775 Adjust callers.
13776 * src/conflicts.c (enum conflict_resolution_e)
13777 (solved_conflicts_obstack): New, used by...
13778 (log_resolution): this.
13779 Adjust to attach the conflict resolution to each state.
13780 Complete the description with the precedence/associativity
13781 information.
13782 (resolve_sr_conflict): Adjust.
13783 * src/print.c (print_state): Output its solved_conflicts.
13784 * tests/conflicts.at (Unresolved SR Conflicts)
13785 (Solved SR Conflicts): Exercise --report=all.
13786
a49aecd5
AD
137872002-05-26 Akim Demaille <akim@epita.fr>
13788
13789 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
13790 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
13791 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
13792 (token_number_t, item_number_as_token_number)
13793 (token_number_as_item_number, muscle_insert_token_number_table):
13794 Rename as...
13795 (symbol_number_t, item_number_as_symbol_number)
13796 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
13797 these, since it is more appropriate.
13798
5504898e
AD
137992002-05-26 Akim Demaille <akim@epita.fr>
13800
13801 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
13802 `Error:' lines.
13803 * data/bison.simple (yystos) [YYDEBUG]: New.
13804 (yyparse) [YYDEBUG]: Display the symbols which are popped during
13805 error recovery.
13806 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
13807
ec3bc396
AD
138082002-05-25 Akim Demaille <akim@epita.fr>
13809
13810 * doc/bison.texinfo (Debugging): Split into...
13811 (Tracing): this new section, its former contents, and...
13812 (Understanding): this new section.
13813 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
13814 by...
13815 (report_flag): this.
13816 Adjust all dependencies.
13817 (report_args, report_types, report_argmatch): New.
13818 (usage, getargs): Report/support -r, --report.
13819 * src/options.h
13820 (struct option_table_struct): Rename as..,
13821 (struct option_table_s): this.
13822 Rename the `set_flag' member to `flag' to match with getopt_long's
13823 struct.
13824 * src/options.c (option_table): Split verbose into an entry for
13825 %verbose, and another for --verbose.
13826 Support --report/-r, so remove -r from the obsolete --raw.
13827 * src/print.c: Attach full item sets and lookaheads reports to
13828 report_flag instead of trace_flag.
13829 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
13830
78df8250
PE
138312002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13832 and Paul Eggert <eggert@twinsun.com>
769b430f 13833
78df8250
PE
13834 * data/bison.simple (yyparse): Correct error handling to conform to
13835 POSIX and yacc. Specifically, after syntax error is discovered,
13836 do not reduce further before shifting the error token.
13837 Clean up the code a bit by removing the labels yyerrdefault,
13838 yyerrhandle, yyerrpop.
13839 * NEWS: Document the above.
13840
c0c9ea05
PH
138412002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13842
13843 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
13844 type; it isn't always big enough, since it doesn't necessarily
13845 include non-terminals.
769b430f 13846 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
13847 the latter can be removed.
13848 (yy_token_number_type): Remove, only one use.
13849 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
13850 don't use TokenNumberType as element type.
769b430f 13851
c0c9ea05
PH
13852 * tests/regression.at: Modify expected output to agree with change
13853 to yyr1 and yytranslate.
769b430f 13854
6390a83f
FK
138552002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
13856
13857 * src/reader.c (parse_action): Use copy_character instead of
13858 obstack_1grow.
13859
db7c8e9a
AD
138602002-05-13 Akim Demaille <akim@epita.fr>
13861
13862 * tests/regression.at (Token definitions): Prototype yylex and
13863 yyerror.
13864
fcc61800
PH
138652002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13866
158c687b 13867 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
13868 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
13869 32-bit arithmetic.
13870 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
13871
5683e9b2
AD
138722002-05-07 Akim Demaille <akim@epita.fr>
13873
13874 * tests/synclines.at: Be sure to prototype yylex and yyerror to
13875 avoid GCC warnings.
13876
0c2d3f4c
AD
138772002-05-07 Akim Demaille <akim@epita.fr>
13878
13879 Kill GCC warnings.
13880
13881 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
13882 over the RHS of each rule.
13883 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
13884 * src/state.h (state_t): Member `nitems' is unsigned short.
13885 * src/LR0.c (get_state): Adjust.
13886 * src/reader.c (packgram): Likewise.
13887 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
13888 `Type'.
13889 (muscle_insert_int_table): Remove, unused.
13890 (prepare_rules): Remove `max'.
13891
1565b720
AD
138922002-05-06 Akim Demaille <akim@epita.fr>
13893
13894 * src/closure.c (print_firsts): Display of the symbol tags.
13895 (bitmatrix_print): Move to...
13896 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
13897 here.
13898 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
13899
cfaee611
AD
139002002-05-06 Akim Demaille <akim@epita.fr>
13901
13902 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
13903 hash_do_for_each.
13904
458be8e0
AD
139052002-05-06 Akim Demaille <akim@epita.fr>
13906
13907 * src/LR0.c (new_state, get_state): Instead of using the global
13908 `kernel_size' and `kernel_base', have two new arguments:
13909 `core_size' and `core'.
13910 Adjust callers.
13911
a900a624
AD
139122002-05-06 Akim Demaille <akim@epita.fr>
13913
13914 * src/reader.c (packgram): No longer end `ritem' with a 0
13915 sentinel: it is not used.
13916
d4e7d3a1
AD
139172002-05-05 Akim Demaille <akim@epita.fr>
13918
13919 New experimental feature: display the lookaheads in the report and
13920 graph.
13921
13922 * src/print (print_core): When --trace-flag, display the rules
13923 lookaheads.
13924 * src/print_graph.c (print_core): Likewise.
13925 Swap the arguments.
13926 Adjust caller.
13927
39ceb25b
AD
139282002-05-05 Akim Demaille <akim@epita.fr>
13929
13930 * tests/torture.at (Many lookaheads): New test.
13931
5372019f
AD
139322002-05-05 Akim Demaille <akim@epita.fr>
13933
13934 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
13935 (GENERATE_MUSCLE_INSERT_TABLE): this.
13936 (output_int_table, output_unsigned_int_table, output_short_table)
13937 (output_token_number_table, output_item_number_table): Replace with...
13938 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
13939 (muscle_insert_short_table, muscle_insert_token_number_table)
13940 (muscle_insert_item_number_table): these.
13941 Adjust all callers.
13942 (prepare_tokens): Don't free `translations', since...
13943 * src/reader.h, src/reader.c (grammar_free): do it.
13944 Move to...
13945 * src/gram.h, src/gram.c (grammar_free): here.
13946 * data/bison.simple, data/bison.c++: b4_token_number_max is now
13947 b4_translate_max.
13948
5df5f6d5
AD
139492002-05-05 Akim Demaille <akim@epita.fr>
13950
13951 * src/output.c (output_unsigned_int_table): New.
13952 (prepare_rules): `i' is unsigned.
13953 `prhs', `rline', `r2' are unsigned int.
13954 Rename muscle `rhs_number_max' as `rhs_max'.
13955 Output muscles `prhs_max', `rline_max', and `r2_max'.
13956 Free rline and r1.
13957 * data/bison.simple, data/bison.c++: Adjust to use these muscles
13958 to compute types instead of constant types.
13959 * tests/regression.at (Web2c Actions): Adjust.
13960
b87f8b21
AD
139612002-05-04 Akim Demaille <akim@epita.fr>
13962
13963 * src/symtab.h (SALIAS, SUNDEF): Rename as...
13964 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
13965 Adjust dependencies.
13966 * src/output.c (token_definitions_output): Be sure not to output a
13967 `#define 'a'' when fed with `%token 'a' "a"'.
13968 * tests/regression.at (Token definitions): New.
13969
8bb936e4
PE
139702002-05-03 Paul Eggert <eggert@twinsun.com>
13971
13972 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
13973 for K&R C.
13974
139752002-05-03 gettextize <bug-gnu-gettext@gnu.org>
13976
13977 * Makefile.am (SUBDIRS): Remove intl.
13978 (EXTRA_DIST): Add config/config.rpath.
13979
53c71a12
AD
139802002-05-03 Akim Demaille <akim@epita.fr>
13981
13982 * data/bison.simple (m4_if): Don't output empty enums.
13983 And actually, output valid enum definitions :(.
13984
289dd0cf
AD
139852002-05-03 Akim Demaille <akim@epita.fr>
13986
13987 * configure.bat: Remove, completely obsolete.
13988 * Makefile.am (EXTRA_DIST): Adjust.
13989 Don't distribute config.rpath...
13990 * config/Makefile.am (EXTRA_DIST): Do it.
13991
db85e524
AD
139922002-05-03 Akim Demaille <akim@epita.fr>
13993
13994 * configure.in (GETTEXT_VERSION): New.
13995 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
13996
83ccf991
AD
139972002-05-03 Akim Demaille <akim@epita.fr>
13998
13999 * data/bison.simple (b4_token_enum): New.
14000 (b4_token_defines): Use it to output tokens both as #define and
14001 enums.
14002 Suggested by Paul Eggert.
14003 * src/output.c (token_definitions_output): Don't output spurious
14004 white spaces.
14005
1f418995
AD
140062002-05-03 Akim Demaille <akim@epita.fr>
14007
14008 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
14009
45119f04
RA
140102002-05-02 Robert Anisko <robert@lrde.epita.fr>
14011
14012 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
14013 Update the stack class, give a try to deque as the default container.
14014
b2d52318
AD
140152002-05-02 Akim Demaille <akim@epita.fr>
14016
14017 * data/bison.simple (yyparse): Do not implement @$ = @1.
14018 (YYLLOC_DEFAULT): Adjust to do it.
14019 * doc/bison.texinfo (Location Default Action): Fix.
14020
3a8b4109
AD
140212002-05-02 Akim Demaille <akim@epita.fr>
14022
14023 * src/reader.c (parse_braces): Merge into...
14024 (parse_action): this.
14025
84614e13
AD
140262002-05-02 Akim Demaille <akim@epita.fr>
14027
14028 * configure.in (ALL_LINGUAS): Remove.
14029 * po/LINGUAS, hr.po: New.
14030
fdbcd8e2
AD
140312002-05-02 Akim Demaille <akim@epita.fr>
14032
14033 Remove the so called hairy (semantic) parsers.
14034
14035 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
14036 * src/gram.h, src/gram.c (semantic_parser): Remove.
14037 (rule_t): Remove the guard and guard_line members.
14038 * src/lex.h (token_t): remove tok_guard.
14039 * src/options.c (option_table): Remove %guard and %semantic_parser
14040 support.
14041 * src/output.c, src/output.h (guards_output): Remove.
14042 (prepare): Adjust.
14043 (token_definitions_output): Don't output the `T'
14044 tokens (???).
14045 (output_skeleton): Don't output the guards.
14046 * src/files.c, src/files.c (attrsfile): Remove.
14047 * src/reader.c (symbol_list): Remove the guard and guard_line
14048 members.
14049 Adjust dependencies.
14050 (parse_guard): Remove.
14051 * data/bison.hairy: Remove.
14052 * doc/bison.texinfo (Environment Variables): Remove occurrences of
14053 BISON_HAIRY.
14054
82b6cb3f
AD
140552002-05-02 Akim Demaille <akim@epita.fr>
14056
14057 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
14058 (parse_guard): Rename the formal argument `stack_offset' as
14059 `rule_length', which is more readable.
14060 Adjust callers.
14061 (copy_at, copy_dollar): Instead of outputting the hard coded
14062 values of $$, $n and so forth, output invocation to b4_lhs_value,
14063 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
14064 Note: this patch partially drops `semantic-parser' support: it
14065 always does `rule_length - n', where semantic parsers ought to
14066 always use `-n'.
82b6cb3f
AD
14067 * data/bison.simple, data/bison.c++ (b4_lhs_value)
14068 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
14069
6cbfbcc5
AD
140702002-05-02 Akim Demaille <akim@epita.fr>
14071
14072 * configure.in (AC_INIT): Bump to 1.49b.
14073 (AM_INIT_AUTOMAKE): Short invocation.
14074
b8548114
AD
140752002-05-02 Akim Demaille <akim@epita.fr>
14076
14077 Version 1.49a.
14078
c20cd1fa
AD
140792002-05-01 Akim Demaille <akim@epita.fr>
14080
14081 * src/skeleton.h: Remove.
14082
8a9566d4
AD
140832002-05-01 Akim Demaille <akim@epita.fr>
14084
14085 * src/skeleton.h: Fix the #endif.
14086 Reported by Magnus Fromreide.
14087
8c6d399a
PE
140882002-04-26 Paul Eggert <eggert@twinsun.com>
14089
14090 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
14091 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 14092 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 14093
2b7ed18a
RA
140942002-04-25 Robert Anisko <robert@lrde.epita.fr>
14095
14096 * src/scan-skel.l: Postprocess quadrigraphs.
14097
14098 * src/reader.c (copy_character): New function, used to output
14099 single characters while replacing `[' and `]' with quadrigraphs, to
14100 avoid troubles with M4 quotes.
14101 (copy_comment): Output characters with copy_character.
14102 (read_additionnal_code): Likewise.
14103 (copy_string2): Likewise.
14104 (copy_definition): Likewise.
14105
14106 * tests/calc.at: Exercise M4 quoting.
14107
34a89c50
AD
141082002-04-25 Akim Demaille <akim@epita.fr>
14109
14110 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
14111 between `!' and the command.
14112 Reported by Paul Eggert.
14113
0dd1580a
RA
141142002-04-24 Robert Anisko <robert@lrde.epita.fr>
14115
14116 * tests/calc.at: Exercise prologue splitting.
14117
14118 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
14119 `b4_post_prologue' instead of `b4_prologue'.
14120
14121 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
14122 muscles.
14123 (output): Free pre_prologue_obstack and post_prologue_obstack.
14124 * src/files.h, src/files.c (attrs_obstack): Remove.
14125 (pre_prologue_obstack, post_prologue_obstack): New.
14126 * src/reader.c (copy_definition): Add a parameter to specify the
14127 obstack to fill, instead of using attrs_obstack unconditionally.
14128 (read_declarations): Pass pre_prologue_obstack to copy_definition if
14129 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
14130
83c1796f
PE
141312002-04-23 Paul Eggert <eggert@twinsun.com>
14132
14133 * data/bison.simple: Remove unnecessary commentary and white
14134 space differences from 1_29-branch.
14135 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
14136
14137 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
14138 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
14139 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
14140 constructors or destructors.
14141
14142 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
14143
1207eeac
AD
141442002-04-23 Akim Demaille <akim@epita.fr>
14145
14146 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
14147 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
14148 location with columns.
14149 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
14150 All reported by Paul Eggert.
14151
78ab8f67
AD
141522002-04-22 Akim Demaille <akim@epita.fr>
14153
14154 * src/reduce.c (dump_grammar): Move to...
14155 * src/gram.h, src/gram.c (grammar_dump): here.
14156 Be sure to separate long item numbers.
14157 Don't read the members of a rule's prec if its nil.
14158
133c20e2
AD
141592002-04-22 Akim Demaille <akim@epita.fr>
14160
14161 * src/output.c (table_size, table_grow): New.
14162 (MAXTABLE): Remove, replace uses with table_size.
14163 (pack_vector): Instead of dying when the table is too big, grow it.
14164
9515e8a7
AD
141652002-04-22 Akim Demaille <akim@epita.fr>
14166
14167 * data/bison.simple (yyr1): Its type is that of a token number.
14168 * data/bison.c++ (r1_): Likewise.
14169 * tests/regression.at (Web2c Actions): Adjust.
14170
23c5a174
AD
141712002-04-22 Akim Demaille <akim@epita.fr>
14172
14173 * src/reader.c (token_translations_init): 256 is now the default
14174 value for the error token, i.e., it will be assigned another
14175 number if the user assigned 256 to one of her tokens.
14176 (reader): Don't force 256 to error.
14177 * doc/bison.texinfo (Symbols): Adjust.
14178 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
14179 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
14180 etc. instead of 10, 20, 30 (which was used to `jump' over error
14181 (256) and undefined (2)).
14182
5fbb0954
AD
141832002-04-22 Akim Demaille <akim@epita.fr>
14184
14185 Propagate more token_number_t.
14186
14187 * src/gram.h (token_number_as_item_number)
14188 (item_number_as_token_number): New.
14189 * src/output.c (GENERATE_OUTPUT_TABLE): New.
14190 Use it to create output_item_number_table and
14191 output_token_number_table.
14192 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
14193 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
14194 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
14195 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
14196
4f940944
AD
141972002-04-22 Akim Demaille <akim@epita.fr>
14198
14199 * src/output.h, src/output.c (get_lines_number): Remove.
14200
3ded9a63
AD
142012002-04-19 Akim Demaille <akim@epita.fr>
14202
14203 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
14204 as Lex/Flex'.
14205 (Debugging): More details about enabling the debugging features.
14206 (Table of Symbols): Describe $$, $n, @$, and @n.
14207 Suggested by Tim Josling.
14208
e0c471a9
AD
142092002-04-19 Akim Demaille <akim@epita.fr>
14210
14211 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
14212
fecc10cd
AD
142132002-04-10 Akim Demaille <akim@epita.fr>
14214
14215 * src/system.h: Rely on HAVE_LIMITS_H.
14216 Suggested by Paul Eggert.
14217
51dec47b
AD
142182002-04-09 Akim Demaille <akim@epita.fr>
14219
14220 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
14221 full stderr, and strip it according to the bison options, instead
14222 of composing the error message from different bits.
14223 This makes it easier to check for several error messages.
14224 Adjust all the invocations.
14225 Add an invocation exercising the error token.
14226 Add an invocation demonstrating a stupid error message.
14227 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
14228 Adjust the tests.
14229 Error message are for stderr, not stdout.
14230
007a50a4
AD
142312002-04-09 Akim Demaille <akim@epita.fr>
14232
14233 * src/gram.h, src/gram.c (error_token_number): Remove, use
14234 errtoken->number.
14235 * src/reader.c (reader): Don't specify the user token number (2)
14236 for $undefined, as it uselessly prevents using it.
14237 * src/gram.h (token_number_t): Move to...
14238 * src/symtab.h: here.
14239 (state_t.number): Is a token_number_t.
14240 * src/print.c, src/reader.c: Use undeftoken->number instead of
14241 hard coded 2.
14242 (Even though this 2 is not the same as above: the number of the
14243 undeftoken remains being 2, it is its user token number which
14244 might not be 2).
14245 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
14246 `user_token_number_max'.
14247 Output `undef_token_number'.
14248 * data/bison.simple, data/bison.c++: Use them.
14249 Be sure to map invalid yylex return values to
14250 `undef_token_number'. This saves us from gratuitous SEGV.
14251
14252 * tests/conflicts.at (Solved SR Conflicts)
14253 (Unresolved SR Conflicts): Adjust.
14254 * tests/regression.at (Web2c Actions): Adjust.
14255
06446ccf
AD
142562002-04-08 Akim Demaille <akim@epita.fr>
14257
14258 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
14259 Adding #line.
14260 Remove the duplicate `typedefs'.
14261 (RhsNumberType): Fix the declaration and various other typos.
14262 Use __ofile__.
14263 * data/bison.simple: Use __ofile__.
14264 * src/scan-skel.l: Handle __ofile__.
14265
62a3e4f0
AD
142662002-04-08 Akim Demaille <akim@epita.fr>
14267
14268 * src/gram.h (item_number_t): New, the type of item numbers in
14269 RITEM. Note that it must be able to code symbol numbers as
14270 positive number, and the negation of rule numbers as negative
14271 numbers.
14272 Adjust all dependencies (pretty many).
14273 * src/reduce.c (rule): Remove this `short *' pointer: use
14274 item_number_t.
14275 * src/system.h (MINSHORT, MAXSHORT): Remove.
14276 Include `limits.h'.
14277 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
14278 (shortcpy): Remove.
14279 (MAXTABLE): Move to...
14280 * src/output.c (MAXTABLE): here.
14281 (prepare_rules): Use output_int_table to output rhs.
14282 * data/bison.simple, data/bison.c++: Adjust.
14283 * tests/torture.at (Big triangle): Move the limit from 254 to
14284 500.
14285 * tests/regression.at (Web2c Actions): Ajust.
14286
14287 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
14288 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
14289 passes, but produces negative #line number, once fixed, GCC is
14290 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
14291 C), it passes.
14292 * src/state.h (state_h): Code input lines on ints, not shorts.
14293
bb88b0fc
AD
142942002-04-08 Akim Demaille <akim@epita.fr>
14295
14296 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
14297 and then the grammar.
14298
9a636f47
AD
142992002-04-08 Akim Demaille <akim@epita.fr>
14300
14301 * src/system.h: No longer using strndup.
14302
680e8701
AD
143032002-04-07 Akim Demaille <akim@epita.fr>
14304
14305 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
14306 * src/output.c (output_table_data): Return the longest number.
14307 (prepare_tokens): Output `token_number_max').
14308 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
14309 New.
14310 Use them to define yy_token_number_type/TokenNumberType.
14311 Use this type for yytranslate.
14312 * tests/torture.at (Big triangle): Push the limit from 124 to
14313 253.
14314 * tests/regression.at (Web2c Actions): Adjust.
14315
817e9f41
AD
143162002-04-07 Akim Demaille <akim@epita.fr>
14317
14318 * tests/torture.at (Big triangle): New.
14319 (GNU AWK Grammar, GNU Cim Grammar): Move to...
14320 * tests/existing.at: here.
14321
5123689b
AD
143222002-04-07 Akim Demaille <akim@epita.fr>
14323
14324 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
14325 nritems.
14326 Adjust dependencies.
14327
f3849179
AD
143282002-04-07 Akim Demaille <akim@epita.fr>
14329
14330 * src/reader.c: Normalize increments to prefix form.
14331
bd02036a
AD
143322002-04-07 Akim Demaille <akim@epita.fr>
14333
14334 * src/reader.c, symtab.c: Remove debugging code.
14335
db8837cb
AD
143362002-04-07 Akim Demaille <akim@epita.fr>
14337
14338 Rename all the `bucket's as `symbol_t'.
14339
14340 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
14341 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
14342 * src/symtab.c, src/symtab.h (bucket): Rename as...
14343 (symbol_t): this.
14344 (symbol_list_new, bucket_check_defined, bucket_make_alias)
14345 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
14346 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
14347 (buckets_new, buckets_free, buckets_do): Rename as...
14348 (symbol_list_new, symbol_check_defined, symbol_make_alias)
14349 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
14350 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
14351 (symbols_new, symbols_free, symbols_do): these.
14352
72a23c97
AD
143532002-04-07 Akim Demaille <akim@epita.fr>
14354
14355 Use lib/hash for the symbol table.
14356
14357 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
14358 EOF.
14359 * src/lex.c (lex): Set the `number' member of new terminals.
14360 * src/reader.c (bucket_check_defined, bucket_make_alias)
14361 (bucket_check_alias_consistence, bucket_translation): New.
14362 (reader, grammar_free, readgram, token_translations_init)
14363 (packsymbols): Adjust.
14364 (reader): Number the predefined tokens.
14365 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
14366 for predefined tokens.
14367 * src/symtab.h (bucket): Remove all the hash table related
14368 members.
14369 * src/symtab.c (symtab): Replace by...
14370 (bucket_table): this.
14371 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
14372 (buckets_new, buckets_do): New.
14373
280a38c3
AD
143742002-04-07 Akim Demaille <akim@epita.fr>
14375
14376 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
14377 (start_symbol, max_user_token_number, semantic_parser)
14378 (error_token_number): Initialize.
14379 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
14380 Initialize.
14381 (reader): Don't.
14382 (errtoken, eoftoken, undeftoken, axiom): Extern.
14383
03b31c0c
AD
143842002-04-07 Akim Demaille <akim@epita.fr>
14385
14386 * src/gram.h (rule_s): prec and precsym are now pointers
14387 to the bucket giving the priority/associativity.
14388 Member `associativity' removed: useless.
14389 * src/reduce.c, src/conflicts.c: Adjust.
14390
8b3df748
AD
143912002-04-07 Akim Demaille <akim@epita.fr>
14392
14393 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
14394 Properly escape the symbols' TAG when outputting them.
14395
e601aa1d
AD
143962002-04-07 Akim Demaille <akim@epita.fr>
14397
14398 * src/lalr.h (LA): Is a bitsetv, not bitset*.
14399
b0299a2e
AD
144002002-04-07 Akim Demaille <akim@epita.fr>
14401
14402 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
14403 (LArule): this, which is an array to rule_t*.
14404 * src/print.c, src/conflicts.c: Adjust.
14405
d7e1f00c
AD
144062002-04-07 Akim Demaille <akim@epita.fr>
14407
14408 * src/gram.h (rule_t): Rename `number' as `user_number'.
14409 `number' is a new member.
14410 Adjust dependencies.
14411 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
14412
cc9305dd
AD
144132002-04-07 Akim Demaille <akim@epita.fr>
14414
14415 As a result of the previous patch, it is no longer needed
14416 to reorder ritem itself.
14417
14418 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
14419
b0940840
AD
144202002-04-07 Akim Demaille <akim@epita.fr>
14421
14422 Be sure never to walk through RITEMS, but use only data related to
14423 the rules themselves. RITEMS should be banished.
14424
14425 * src/output.c (output_token_translations): Rename as...
14426 (prepare_tokens): this.
14427 In addition to `translate', prepare the muscles `tname' and
14428 `toknum', which were handled by...
14429 (output_rule_data): this.
14430 Remove, and move the remainder of its outputs into...
14431 (prepare_rules): this new routines, which also merges content from
14432 (output_gram): this.
14433 (prepare_rules): Be sure never to walk through RITEMS.
14434 (output_stos): Rename as...
14435 (prepare_stos): this.
14436 (output): Always invoke prepare_states, after all, just don't use it
14437 in the output if you don't need it.
14438
643a5994
AD
144392002-04-07 Akim Demaille <akim@epita.fr>
14440
14441 * src/LR0.c (new_state): Display `nstates' as the name of the
14442 newly created state.
14443 Adjust to initialize first_state and last_state if needed.
14444 Be sure to distinguish the initial from the final state.
14445 (new_states): Create the itemset of the initial state, and use
14446 new_state.
14447 * src/closure.c (closure): Now that the initial state has its
14448 items properly set, there is no need for a special case when
14449 creating `ruleset'.
14450
14451 As a result, now the rule 0, reducing to $axiom, is visible in the
14452 outputs. Adjust the test suite.
14453
14454 * tests/conflicts.at (Solved SR Conflicts)
14455 (Unresolved SR Conflicts): Adjust.
14456 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
14457 * tests/conflicts.at (S/R in initial): New.
14458
b4c4ccc2
AD
144592002-04-07 Akim Demaille <akim@epita.fr>
14460
14461 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
14462 the RHS of the rules.
14463 * src/output.c (output_gram): Likewise.
14464
bba97eb2
AD
144652002-04-07 Akim Demaille <akim@epita.fr>
14466
14467 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
14468 bucket.
14469 Adjust all dependencies.
14470 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
14471 `number' of the buckets too.
14472 * src/gram.h: Include `symtab.h'.
14473 (associativity): Move to...
14474 * src/symtab.h: here.
14475 No longer include `gram.h'.
14476
c3b407f4
AD
144772002-04-07 Akim Demaille <akim@epita.fr>
14478
14479 * src/gram.h, src/gram.c (rules_rhs_length): New.
14480 (ritem_longest_rhs): Use it.
14481 * src/gram.h (rule_t): `number' is a new member.
14482 * src/reader.c (packgram): Set it.
14483 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
14484 the end of `rules', and count them out of `nrules'.
14485 (reduce_output, dump_grammar): Adjust.
14486 * src/print.c (print_grammar): It is no longer needed to check for
14487 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
14488 * tests/reduce.at (Reduced Automaton): New test.
14489
11652ab3
AD
144902002-04-07 Akim Demaille <akim@epita.fr>
14491
14492 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
14493 lacking `+ 1' to nrules, Bison reported as useless a token if it
14494 was used solely to set the precedence of the last rule...
14495
26b23c1a
AD
144962002-04-07 Akim Demaille <akim@epita.fr>
14497
14498 * data/bison.c++, data/bison.simple: Don't output the current file
14499 name in #line, to avoid useless diffs between two identical
14500 outputs under different names.
14501
18bcecb0
AD
145022002-04-07 Akim Demaille <akim@epita.fr>
14503
14504 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
14505 Normalize loops to using `< nrules + 1', not `<= nrules'.
14506
fa770c86
AD
145072002-04-07 Akim Demaille <akim@epita.fr>
14508
14509 * TODO: Update.
14510
d9b739c3
AD
145112002-04-07 Akim Demaille <akim@epita.fr>
14512
14513 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
14514 bucket.value as bucket.number.
14515
99013900
AD
145162002-04-07 Akim Demaille <akim@epita.fr>
14517
14518 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
14519 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
14520 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
14521 RHS, instead of being an index in RITEMS.
14522
e966383b
PE
145232002-04-04 Paul Eggert <eggert@twinsun.com>
14524
14525 * doc/bison.texinfo: Update copyright date.
14526 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
14527 (Symbols): Warn about running Bison in one character set,
14528 but compiling and/or running in an incompatible one.
14529 Warn about character code 256, too.
14530
145312002-04-03 Paul Eggert <eggert@twinsun.com>
14532
14533 * src/bison.data (YYSTACK_ALLOC): Depend on whether
14534 YYERROR_VERBOSE is nonzero, not whether it is defined.
14535
14536 Merge changes from bison-1_29-branch.
c307773e 14537
8d6c48b9
PE
145382002-03-20 Paul Eggert <eggert@twinsun.com>
14539
14540 Merge fixes from Debian bison_1.34-1.diff.
14541
14542 * configure.in (AC_PREREQ): 2.53.
14543
e53c6322
AD
145442002-03-20 Akim Demaille <akim@epita.fr>
14545
14546 * src/conflicts.c (log_resolution): Argument `resolution' is const.
14547
9ffbeca7
PE
145482002-03-19 Paul Eggert <eggert@twinsun.com>
14549
21db0b2a
PE
14550 * src/bison.simple (YYCOPY): New macro.
14551 (YYSTACK_RELOCATE): Use it.
14552 Remove Type arg; no longer needed. All callers changed.
14553 (yymemcpy): Remove; no longer needed.
14554
9ffbeca7
PE
14555 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
14556 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14557
642cb8f8
AD
145582002-03-19 Akim Demaille <akim@epita.fr>
14559
14560 Test and fix the #line outputs.
14561
14562 * tests/atlocal.at (GCC): New.
14563 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
0ffd4fd1 14564 (Prologue synch line, %union synch line, Postprologue synch line)
642cb8f8
AD
14565 (Action synch line, Epilogue synch line): New tests.
14566 * src/reader.c (parse_union_decl): Define the muscle stype_line.
14567 * data/bison.simple, data/bison.c++: Use it.
14568
3c31a486
AD
145692002-03-19 Akim Demaille <akim@epita.fr>
14570
14571 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
14572 (Solved SR Conflicts, %expect not enough, %expect right)
14573 (%expect too much): Move to...
14574 * tests/conflicts.at: this new file.
14575
0d8bed56
AD
145762002-03-19 Akim Demaille <akim@epita.fr>
14577
14578 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
14579 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
14580 that we can move to enums for instance.
14581 * src/output.c (token_definitions_output): Output a list of
14582 `token-name, token-number' instead of the #define.
14583 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
14584
9208d17f
AD
145852002-03-14 Akim Demaille <akim@epita.fr>
14586
14587 Use Gettext 0.11.1.
14588
af27eacb
RA
145892002-03-09 Robert Anisko <robert@lrde.epita.fr>
14590
14591 * data/bison.c++: Make the user able to add members to the generated
14592 parser by subclassing.
14593
9101a310
RA
145942002-03-05 Robert Anisko <robert@lrde.epita.fr>
14595
14596 * src/reader.c (read_additionnal_code): `c' should be an integer, not
14597 a character.
14598 Reported by Nicolas Tisserand and Nicolas Burrus.
14599
fff9bf0b
RA
146002002-03-04 Robert Anisko <robert@lrde.epita.fr>
14601
14602 * src/reader.c: Warn about lacking semi-colons, do not complain.
14603
64dba31e
RA
146042002-03-04 Robert Anisko <robert@lrde.epita.fr>
14605
14606 * data/bison.c++: Remove a debug line.
14607
374f5a14
RA
146082002-03-04 Robert Anisko <robert@lrde.epita.fr>
14609
14610 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
14611 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
14612 provide a default implementation.
14613
bfcf1f3a
AD
146142002-03-04 Akim Demaille <akim@epita.fr>
14615
14616 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
14617 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
14618 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
14619 * tests/semantic.at (Parsing Guards): Similarly.
14620 * src/reader.at (readgram): Complain if the last rule is not ended
14621 with a semi-colon.
14622
65ccf9fc
AD
146232002-03-04 Akim Demaille <akim@epita.fr>
14624
14625 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
14626 * src/closure.c: here.
14627 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
14628 RTC.
14629 * src/warshall.h, src/warshall.c: Remove.
14630 * tests/sets.at (Broken Closure): Adjust.
14631
d0039cbc
AD
146322002-03-04 Akim Demaille <akim@epita.fr>
14633
14634 * src/output.c (output_skeleton): tempdir is const.
14635 bytes_read is unused.
14636
345cea78
AD
146372002-03-04 Akim Demaille <akim@epita.fr>
14638
14639 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
14640 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
14641 Update.
14642 From Michael Hayes.
14643
564801f7
AD
146442002-03-04 Akim Demaille <akim@epita.fr>
14645
14646 * src/closure.c (closure): `r' is unused.
14647
e5352bc7
AD
146482002-03-04 Akim Demaille <akim@epita.fr>
14649
14650 * tests/sets.at (Broken Closure): Add the ending `;'.
14651 * src/reader.at (readgram): Complain if a rule is not ended with a
14652 semi-colon.
14653
914feea9
AD
146542002-03-04 Akim Demaille <akim@epita.fr>
14655
14656 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
14657 (count_sr_conflicts): Use bitset_count.
14658 * src/reduce.c (inaccessable_symbols): Ditto.
14659 (bits_size): Remove.
14660 * src/warshall.h, src/warshall.c: Convert to bitsetv.
14661
f0250de6
AD
146622002-03-04 Akim Demaille <akim@epita.fr>
14663
14664 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
14665 * src/reduce.c: Remove the `bitset_zero's following the
14666 `bitset_create's, as now it is performed by the latter.
14667
ef017502
AD
146682002-03-04 Akim Demaille <akim@epita.fr>
14669
14670 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
14671 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
14672 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
14673 latest sources from Michael.
14674
76514394
AD
146752002-03-04 Akim Demaille <akim@epita.fr>
14676
14677 * src/output.c (output): Don't free the grammar.
14678 * src/reader.c (grammar_free): New.
14679 * src/main.c (main): Call it and don't free symtab here.
14680
55024580
AD
146812002-03-04 Akim Demaille <akim@epita.fr>
14682
14683 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
14684 before returning.
14685 Reported by Benoit Perrot.
14686
f9abaa2c
AD
146872002-03-04 Akim Demaille <akim@epita.fr>
14688
14689 Use bitset operations when possible, not loops over bits.
14690
14691 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
14692 bitset_or.
14693 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
14694 * src/reduce.c (useless_nonterminals): Formatting changes.
14695 * src/warshall.c (TC): Use bitset_or.
14696
0e721e75
AD
146972002-03-04 Akim Demaille <akim@epita.fr>
14698
14699 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
14700 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
14701 Ditto.
14702
0fb1ffb1
AD
147032002-03-04 Akim Demaille <akim@epita.fr>
14704
14705 * src/lalr.c (F): Now a bitset*.
14706 Adjust all dependencies.
14707
b86796bf
AD
147082002-03-04 Akim Demaille <akim@epita.fr>
14709
14710 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
14711 Adjust all dependencies.
14712
602bbf31
AD
147132002-03-04 Akim Demaille <akim@epita.fr>
14714
14715 * src/L0.c, src/LR0.h (nstates): Be size_t.
14716 Adjust comparisons (signed vs unsigned).
14717 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
14718 bitset*.
14719 Adjust all dependencies.
14720
d8a0245c
AD
147212002-03-04 Akim Demaille <akim@epita.fr>
14722
14723 * src/closure.c (firsts): Now, also a bitset.
14724 Adjust all dependencies.
14725 (varsetsize): Remove, now unused.
14726 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
14727
34ba9743
AD
147282002-03-04 Akim Demaille <akim@epita.fr>
14729
14730 * src/print.c: Convert to use bitset.h, not hand coded iterations
14731 over ints.
14732
ed86e78c
AD
147332002-03-04 Akim Demaille <akim@epita.fr>
14734
14735 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
14736
dfdb1797
AD
147372002-03-04 Akim Demaille <akim@epita.fr>
14738
14739 * src/closure.c (ruleset): Be a bitset.
14740 (rulesetsize): Remove.
14741
7086e707
AD
147422002-03-04 Akim Demaille <akim@epita.fr>
14743
14744 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
14745 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
14746 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
14747 * src/closure.c (fderives): Be an array of bitsets.
14748
98254360
RA
147492002-02-28 Robert Anisko <robert@lrde.epita.fr>
14750
14751 * data/bison.c++: Merge the two generated headers. Insert a copyright
14752 notice in each output file.
14753
a75c057f
AD
147542002-02-28 Akim Demaille <akim@epita.fr>
14755
14756 * data/bison.c++: Copy the prologue of bison.simple to fetch
14757 useful M4 definitions, such as b4_header_guard.
14758
06b00abc
AD
147592002-02-25 Akim Demaille <akim@epita.fr>
14760
14761 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
14762 translator friendly scheme for the bgr
14763 copyright notice.
06b00abc 14764
70e7d534
AD
147652002-02-25 Akim Demaille <akim@epita.fr>
14766
14767 * src/output.c (header_output): Remove, now handled completely via
14768 M4.
14769
abe017f6
AD
147702002-02-25 Akim Demaille <akim@epita.fr>
14771
14772 * m4/m4.m4: New, from CVS Autoconf.
14773 * configure.in: Invoke it.
14774 * src/output.c (output_skeleton): Use its result instead of the
14775 hard coded name.
14776
381fb12e
AD
147772002-02-25 Akim Demaille <akim@epita.fr>
14778
14779 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
14780 Fileutils 4.1.5.
14781 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
14782 * src/output.c (output_skeleton): Use mkstemp to create a real
14783 temporary file.
14784 Move the filling of `skeleton' and its muscle to...
14785 (prepare): here.
14786 (output): Move the definition of the prologue muscle to...
14787 (prepare): here.
14788 * src/system.h (DEFAULT_TMPDIR): New.
14789
6f38107f
PE
147902002-02-14 Paul Eggert <eggert@twinsun.com>
14791
14792 Remove the support for C++ namespace cleanliness; it was
14793 causing more problems than it was curing, since it didn't work
14794 properly on some nonstandard C++ compilers. This can wait
14795 for a proper C++ parser.
14796
14797 * NEWS: Document this.
14798 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
14799 of C++, as it's treated like C now.
14800 * src/bison.simple (YYSTD): Remove.
14801 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
14802 Treat C++ just like Standard C instead of trying to support
14803 namespace cleanliness.
14804
80cce3da
AD
148052002-02-14 Akim Demaille <akim@epita.fr>
14806
14807 * tests/regression.at (else): Adjust to Andreas' change.
14808
842e8679
AD
148092002-02-14 Akim Demaille <akim@epita.fr>
14810
14811 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
14812
4bda3f10
AD
148132002-02-13 Andreas Schwab <schwab@suse.de>
14814
14815 * src/output.c (output_rule_data): Don't output NULL, it might
14816 not be defined yet.
14817
4162fa07 148182002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 14819
4162fa07
RA
14820 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
14821 (Copyright notice): Update.
b418ecd8 14822
bd16a5dc
AD
148232002-02-11 Akim Demaille <akim@epita.fr>
14824
14825 * tests/regression.at (%nonassoc and eof): Don't include
14826 nonportable headers.
14827
8d69a1a3
RA
148282002-02-08 Robert Anisko <robert@lrde.epita.fr>
14829
14830 * data/bison.c++: Correct error recovery. Make the user able to
14831 initialize the starting location.
14832
9b2d0677
AD
148332002-02-07 Akim Demaille <akim@epita.fr>
14834
14835 * tests/input.at: New.
14836
69e2658b
RA
148372002-02-07 Robert Anisko <robert@lrde.epita.fr>
14838
14839 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 14840 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
14841 directives around tables only needed for debugging.
14842
4aacc3a7
RA
148432002-02-07 Robert Anisko <robert@lrde.epita.fr>
14844
14845 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
14846 C++ parsers.
14847 (yy::b4_name::parse): Use print_.
14848
762a801e
RA
148492002-02-07 Robert Anisko <robert@lrde.epita.fr>
14850
14851 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
14852
4bb2bc3f
RA
148532002-02-07 Robert Anisko <robert@lrde.epita.fr>
14854
14855 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
14856 C++ parsers.
14857 (yy::b4_name::parse): Build verbose error messages, and use error_.
14858
6b45a3ca
RA
148592002-02-06 Robert Anisko <robert@lrde.epita.fr>
14860
14861 * data/bison.c++: Fix m4 quoting in comments.
14862
50997c6e
RA
148632002-02-06 Robert Anisko <robert@lrde.epita.fr>
14864
14865 * data/bison.c++: Adjust the parser code. Fix some muscles that were
14866 not expanded by m4.
14867
3f3eed27
AD
148682002-02-05 Akim Demaille <akim@epita.fr>
14869
14870 * data/bison.c++: Adjust to the M4 back end.
14871 More is certainly needed.
14872
be2a1a68
AD
148732002-02-05 Akim Demaille <akim@epita.fr>
14874
14875 Give a try to M4 as a back end.
14876
14877 * lib/readpipe.c: New, from wdiff.
14878 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
14879 BISON_HAIRY.
14880 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
14881 specific values. Now it is m4 that performs the lookup.
14882 * src/parse-skel.y: Remove.
14883 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
14884 * src/output.c (actions_output, guards_output)
14885 (token_definitions_output): No longer keeps track of the output
14886 line number, hence remove the second argument.
14887 (guards_output): Check against the guard member of a rule, not the
14888 action member.
14889 Adjust callers.
14890 (output_skeleton): Don't look for the skeleton location, let m4 do
14891 that.
14892 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
14893 file will be used.
14894 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
14895 (prepare): Given that for the time being changesyntax is not
14896 usable in M4, rename the muscles using `-' to `_'.
14897 Define `defines_flag', `output_parser_name' and `output_header_name'.
14898 * src/output.h (actions_output, guards_output)
14899 (token_definitions_output): Adjust prototypes.
14900 * src/scan-skel.l: Instead of scanning the skeletons, it now
14901 processes the output of m4: `__oline__' and `#output'.
14902 * data/bison.simple: Adjust to be used by M4(sugar).
14903 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
14904 to date.
14905 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
14906 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
14907 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
14908 shamelessly stolen from CVS Autoconf.
14909
beda758b
AD
149102002-02-05 Akim Demaille <akim@epita.fr>
14911
14912 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
14913 * configure.in: Check for the declarations of free and malloc.
14914 * src/muscle_tab.c: Adjust.
14915
5ece6d43
AD
149162002-02-05 Akim Demaille <akim@epita.fr>
14917
14918 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
14919 which have no values.
14920
5bb18f9a
AD
149212002-02-05 Akim Demaille <akim@epita.fr>
14922
14923 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
14924 * data/: here.
14925
894dd62e
PE
149262002-01-29 Paul Eggert <eggert@twinsun.com>
14927
14928 * src/bison.simple (YYSIZE_T): Do not define merely because
14929 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
14930 On some platforms, <alloca.h> does not declare YYSTD (size_t).
14931
82841af7
AD
149322002-01-27 Akim Demaille <akim@epita.fr>
14933
14934 Fix `%nonassoc and eof'.
14935
14936 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
14937 which were not properly copied! Replace
14938 memcpy (res->errs, src->errs, src->nerrs);
14939 with
14940 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
14941 !!!
14942 * tests/regression.at (%nonassoc and eof): Adjust to newest
14943 Autotest: `.' is not in the PATH.
14944
318b76e9
AD
149452002-01-27 Akim Demaille <akim@epita.fr>
14946
14947 * tests/sets.at (AT_EXTRACT_SETS): New.
14948 (Nullable): Use it.
14949 (Firsts): New.
14950
30d2f3d5
AD
149512002-01-26 Akim Demaille <akim@epita.fr>
14952
14953 * tests/actions.at, tests/calc.at, tests/headers.at,
14954 * tests/torture.at: Adjust to the newest Autotest which no longer
14955 forces `.' in the PATH.
14956
30f8c395
AD
149572002-01-25 Akim Demaille <akim@epita.fr>
14958
14959 * tests/regression.at (%nonassoc and eof): New.
14960 Suggested by Robert Anisko.
14961
29ae55f1
AD
149622002-01-24 Akim Demaille <akim@epita.fr>
14963
14964 Bison dumps core when trying to complain about broken input files.
14965 Reported by Cris van Pelt.
14966
14967 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
14968 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
14969 into...
14970 (Invalid inputs): Strengthen: exercise parse_percent_token.
14971
2b548aa6
RA
149722002-01-24 Robert Anisko <robert.anisko@epita.fr>
14973
14974 * src/Makefile.am: Add bison.c++.
14975 * src/bison.c++: New skeleton.
14976
bb0146c2
AD
149772002-01-21 Paolo Bonzini <bonzini@gnu.org>
14978
14979 * po/it.po: New.
14980
bec30531
AD
149812002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
14982
14983 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
14984
fc6edc45
MA
149852002-01-20 Marc Autret <marc@gnu.org>
14986
14987 * src/files.c (compute_output_file_names): Fix
14988
5e5d5415
MA
149892002-01-20 Marc Autret <marc@gnu.org>
14990
14991 * tests/output.at: New test.
14992 * src/files.c (compute_base_names): Don't map extensions when
14993 the YACC flag is set, use defaults.
14994 Reported by Evgeny Stambulchik.
14995
44ea3fbd
MA
149962002-01-20 Marc Autret <marc@gnu.org>
14997
ba0fe3c7
PE
14998 * src/system.h: Need to define __attribute__ away for non-GCC
14999 compilers as well (i.e., the vendor C compiler).
44ea3fbd
MA
15000 Suggested by Albert Chin-A-Young.
15001
338963d1
TVH
150022002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
15003
15004 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
15005 canonical definition.
15006 * src/system.h: Use the canonical definition for PARAMS (avoids
15007 a conflict with the macro from lib/hash.h).
15008
c57b2479
AD
150092002-01-11 Akim Demaille <akim@epita.fr>
15010
15011 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 15012 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 15013
b85810ae
AD
150142002-01-09 Akim Demaille <akim@epita.fr>
15015
15016 * src/files.c, src/files.h (output_infix): New.
15017 (tab_extension): Remove.
15018 (compute_base_names): Compute the former, drop the latter.
15019 * src/output.c (prepare): Insert the muscles `output-infix', and
15020 `output-suffix'.
15021 * src/parse-skel.y (string, string.1): New.
15022 (section.header): Use it.
15023 (section.yacc): Remove.
15024 (prefix): Remove too.
15025 * src/scan-skel.l: Adjust.
15026 * src/bison.simple, src/bison.hairy: Adjust.
15027
cae60122
AD
150282002-01-09 Akim Demaille <akim@epita.fr>
15029
15030 * configure.in (WERROR_CFLAGS): Compute it.
15031 * src/Makefile.am (CFLAGS): Pass it.
15032 * tests/atlocal.in (CFLAGS): Idem.
15033 * src/files.c: Fix a few warnings.
15034 (get_extension_index): Remove, unused.
15035
ae404801
AD
150362002-01-08 Akim Demaille <akim@epita.fr>
15037
15038 * src/getargs.c (AS_FILE_NAME): New.
15039 (getargs): Use it to convert DOSish file names.
15040 * src/files.c (base_name): Rename as full_base_name to avoid
15041 clashes with `base_name ()'.
15042 (filename_split): New.
15043 (compute_base_names): N-th rewrite, using filename_split.
15044
22312b71
AD
150452002-01-08 Akim Demaille <akim@epita.fr>
15046
15047 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
15048 New, stolen from the Fileutils 4.1.
15049 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
15050 * configure.in: Check for the presence of memrchr, and of its
15051 prototype.
15052
a67cef01
TVH
150532002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
15054
15055 * lib/hash.h (__P): Added definition for this macro.
15056 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
15057 BUILT_SOURCES, to ensure they are generated first.
15058 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
15059 %error-verbose to allow bootstrapping with bison 1.30x.
15060
2b25d624
AD
150612002-01-06 Akim Demaille <akim@epita.fr>
15062
15063 * src/reader.c (parse_braces): Don't fetch the next char, the
15064 convention is to fetch on entry.
15065 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
15066 'switch' without a following semicolon.
15067 * tests/regression.at (braces parsing): New.
15068
3460813b
AD
150692002-01-06 Akim Demaille <akim@epita.fr>
15070
15071 Bison is dead wrong in its RR conflict reports.
15072
15073 * tests/torture.at (GNU Cim Grammar): New.
15074 * src/conflicts.c (count_rr_conflicts): Fix.
15075
73784c64
AD
150762002-01-06 Akim Demaille <akim@epita.fr>
15077
15078 Creating package.m4 from configure.ac causes too many problems.
15079
15080 * tests/Makefile.am (package.m4): Create it by hand,
15081 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
15082
25d81090
AD
150832002-01-06 Akim Demaille <akim@epita.fr>
15084
15085 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
15086 skeleton.h.
15087
a9b8959e
PE
150882002-01-04 Paul Eggert <eggert@twinsun.com>
15089
15090 * doc/bison.texinfo (Debugging):
15091 Remove YYSTDERR; it's no longer defined or used.
15092 Also, s/cstdio.h/cstdio/.
15093
25d81090
AD
150942002-01-03 Akim Demaille <akim@epita.fr>
15095
15096 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
15097
1109455c
AD
150982002-01-03 Akim Demaille <akim@epita.fr>
15099
15100 * src/parse-skel.y (process_skeleton): Don't bind the parser's
15101 tracing code to --trace, wait for a better --trace option, with
15102 args.
15103
7ea5e977
AD
151042002-01-03 Akim Demaille <akim@epita.fr>
15105
15106 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
15107 The ISO C++ standard is extremely clear about it: stderr is
15108 considered a macro, not a regular symbol (see table 94 `Header
15109 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
15110 Therefore std:: does not apply to it. It still does with fprintf.
15111 Also, s/cstdio.h/cstdio/.
15112
fab5b110
AD
151132002-01-03 Akim Demaille <akim@epita.fr>
15114
15115 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
15116 for non system headers.
15117
aed7fd9b
AD
151182002-01-02 Akim Demaille <akim@epita.fr>
15119
15120 Equip the skeleton chain with location tracking, runtime trace,
15121 pure parser and scanner.
15122
15123 * src/parse-skel.y: Request a pure parser, locations, and prefix
15124 renaming.
15125 (%union): Having several members with the same type does not help
15126 type mismatches, simplify.
15127 (YYPRINT, yyprint): New.
15128 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
15129 (skel_error): this.
15130 Handle locations.
15131 * src/scan-skel.l: Adjust to these changes.
15132 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
15133 (LOCATION_PRINT, skel_control_t): New.
15134
24fad99e
AD
151352001-12-30 Akim Demaille <akim@epita.fr>
15136
15137 * src/parse-skel.y: Get rid of the shift/reduce conflict:
15138 replace `gb' with BLANKS.
15139 * src/scan-skel.l: Adjust.
15140
a4b36db4
AD
151412001-12-30 Akim Demaille <akim@epita.fr>
15142
15143 * src/system.h: We don't need nor want bcopy.
15144 Throw away MS-DOS crap: we don't need getpid.
15145 * configure.in: We don't need strndup. It was even causing
15146 problems: because Flex includes the headers *before* us,
15147 _GNU_SOURCE is not defined by config.h, and therefore strndup was
15148 not visible.
15149 * lib/xstrndup.c: New.
15150 * src/scan-skel.l: Use it.
15151 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
15152 * src/parse-skel.y: Use %directives instead of #defines.
15153
1239777d
AD
151542001-12-30 Akim Demaille <akim@epita.fr>
15155
15156 * src/skeleton.h: New.
15157 * src/output.c (output_parser, output_master_parser): Remove, dead
15158 code.
15159 * src/output.h (get_lines_number, actions_output, guards_output)
15160 (token_definitions_output): Prototype them.
15161 * src/parse-skel.y: Add the license notice.
15162 Include output.h and skeleton.h.
15163 (process_skeleton): Returns void, and takes a single parameter.
15164 * src/scan-skel.l: Add the license notice.
15165 Include skeleton.h.
15166 Don't use %option yylineno: it seems that then Flex imagines
15167 REJECT has been used, and therefore it won't reallocate its
15168 buffers (which makes no other sense to me than a bug). It results
15169 in warnings for `unused: yy_flex_realloc'.
15170
9b3add5b
RA
151712001-12-30 Robert Anisko <robert.anisko@epita.fr>
15172
15173 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
15174 (MUSCLE_INSERT_PREFIX): ...to there.
15175 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
15176 (MUSCLE_INSERT_PREFIX): Move from here...
15177
15178 * src/bison.hairy: Add a section directive. Put braces around muscle
15179 names. This parser skeleton is still broken, but Bison should not
15180 choke on a bad muscle 'syntax'.
15181 * src/bison.simple: Add a section directive. Put braces around muscle
15182 names.
15183
15184 * src/files.h (strsuffix, stringappend): Add declarations.
15185 (tab_extension): Add declaration.
15186 (short_base_name): Add declaration.
15187
15188 * src/files.c (strsuffix, stringappend): No longer static. These
15189 functions are used in the skeleton parser.
15190 (tab_extension): New.
15191 (compute_base_names): Use the computations done in this function
fab5b110 15192 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
15193 names.
15194 (short_base_name): No longer static.
15195
15196 * src/output.c (output_skeleton): New.
15197 (output): Disable call to output_master_parser, and give a try to
15198 a new skeleton handling system.
15199 (guards_output, actions_output): No longer static.
15200 (token_definitions_output, get_lines_number): No longer static.
15201
15202 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
15203
fab5b110 15204 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
15205 parse-skel.y.
15206
15207 * src/parse-skel.y: New file.
15208 * src/scan-skel.l: New file.
15209
b5b61c61
AD
152102001-12-29 Akim Demaille <akim@epita.fr>
15211
15212 %name-prefix is broken.
15213
15214 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
15215 Adjust all dependencies.
15216 * tests/headers.at (export YYLTYPE): Strengthen this test: use
15217 %name-prefix.
15218
15219 Renaming yylval but not yylloc is not consistent. Now we do.
15220
15221 * src/bison.simple: Prefix yylloc if used.
15222 * doc/bison.texinfo (Decl Summary): Document that.
15223
8c9a50be
AD
152242001-12-29 Akim Demaille <akim@epita.fr>
15225
15226 * doc/bison.texinfo: Promote `%long-directive' over
15227 `%long_directive'.
15228 Remove all references to fixed-output-files, yacc is enough.
15229
d99361e6
AD
152302001-12-29 Akim Demaille <akim@epita.fr>
15231
15232 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
15233 user prologue. These are defaults.
15234 * tests/actions.at (Mid-rule actions): Make sure the user can
15235 define YYDEBUG and YYERROR_VERBOSE.
15236
b9cecb91
AD
152372001-12-29 Akim Demaille <akim@epita.fr>
15238
15239 * src/output.c (header_output): Don't forget to export YYLTYPE and
15240 yylloc.
15241 * tests/headers.at (export YYLTYPE): New, make sure it does.
15242 * tests/regression.at (%union and --defines, Invalid CPP headers):
15243 Move to...
15244 * tests/headers.at: here.
15245
aea13e97
AD
152462001-12-29 Akim Demaille <akim@epita.fr>
15247
15248 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
15249
931394cb
AD
152502001-12-29 Akim Demaille <akim@epita.fr>
15251
15252 * tests/actions.at (Mid-rule actions): Output on a single line
15253 instead of several.
15254
704a47c4
AD
152552001-12-29 Akim Demaille <akim@epita.fr>
15256
15257 * doc/bison.texinfo: Formatting changes.
15258
091e20bb
AD
152592001-12-29 Akim Demaille <akim@epita.fr>
15260
15261 Don't store the token defs in a muscle, just be ready to output it
15262 on command. Now possible via `symbols'. Fixes a memory leak.
15263
15264 * src/output.c (token_definitions_output): New.
15265 (output_parser, header_output): Use it.
15266 * src/reader.c (symbols_save): Remove.
15267
cce71710
AD
152682001-12-29 Akim Demaille <akim@epita.fr>
15269
15270 * src/bison.simple: Do not provide a default for YYSTYPE and
15271 YYLTYPE before the user's prologue. Otherwise it's hardly... a
15272 default.
15273
82c035a8
AD
152742001-12-29 Akim Demaille <akim@epita.fr>
15275
15276 Mid-rule actions are simply... ignored!
15277
15278 * src/reader.c (readgram): Be sure to attach mid-rule actions to
15279 the empty-rule associated to the dummy symbol, not to the host
15280 rule.
15281 * tests/actions.at (Mid-rule actions): New.
15282
8419d367
AD
152832001-12-29 Akim Demaille <akim@epita.fr>
15284
15285 Memory leak.
15286
15287 * src/reader.c (reader): Free grammar.
15288
375d5806
AD
152892001-12-29 Akim Demaille <akim@epita.fr>
15290
15291 Memory leak.
15292
15293 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
15294 since it allocates it for each state, although only one is needed.
15295 (allocate_storage): Do it here.
15296
f51cb8ff
AD
152972001-12-29 Akim Demaille <akim@epita.fr>
15298
15299 * src/options.h, src/options.c (create_long_option_table): Rename
15300 as...
15301 (long_option_table_new): this, with a clearer prototype.
15302 (percent_table): Remove, unused,
15303 * src/getargs.c (getargs): Adjust.
15304
29e88316
AD
153052001-12-29 Akim Demaille <akim@epita.fr>
15306
15307 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
15308 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
15309 as states.
15310
b9f71f19
AD
153112001-12-29 Akim Demaille <akim@epita.fr>
15312
15313 * src/lalr.c (build_relations): Rename `states' as `states1'.
15314 Sorry, I don't understand exactly what it is, no better name...
15315
1a2b5d37
AD
153162001-12-29 Akim Demaille <akim@epita.fr>
15317
15318 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
15319 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
15320 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
15321 as rules.
15322
1cca533e
AD
153232001-12-29 Akim Demaille <akim@epita.fr>
15324
15325 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
15326 ago.
15327
c03ae966
AD
153282001-12-29 Akim Demaille <akim@epita.fr>
15329
15330 * src/reader.c, src/reader.h (user_toknums): Remove.
15331 Adjust all users to use symbols[i]->user_token_number.
15332
5a670b1e
AD
153332001-12-29 Akim Demaille <akim@epita.fr>
15334
15335 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
15336 Adjust all users to use symbols[i]->prec or ->assoc.
15337
ad949da9
AD
153382001-12-29 Akim Demaille <akim@epita.fr>
15339
15340 * src/reader.c, src/reader.h (tags): Remove.
15341 Adjust all users to use symbols[i]->tag.
15342
0e78e603
AD
153432001-12-29 Akim Demaille <akim@epita.fr>
15344
15345 * src/gram.h, src/gram.c (symbols): New, similar to state_table
15346 and rule_table.
15347 * src/reader.c (packsymbols): Fill this table.
15348 Drop sprec.
15349 * src/conflicts.c (resolve_sr_conflict): Adjust.
15350 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
15351 single table.
15352 Use symbols[i]->tag instead of tags[i].
15353
213e640e
AD
153542001-12-29 Akim Demaille <akim@epita.fr>
15355
15356 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
15357 In addition, put a comment in there, to replace...
15358 * tests/regression.at (%union and C comments): Remove.
15359
e7b8bef1
AD
153602001-12-29 Akim Demaille <akim@epita.fr>
15361
15362 * tests/regression.at (Web2c Actions): Blindly move the actual
15363 output as expected output. The contents *seem* right to me, but I
15364 can't pretend reading perfectly parser tables... Nonetheless, all
15365 the other tests pass correctly, the table look OK, even though the
15366 presence of `$axiom' is to be noted: AFAICS it is useless (but
15367 harmless).
15368
b68e7744
AD
153692001-12-29 Akim Demaille <akim@epita.fr>
15370
15371 * src/reader.c (readgram): Don't add the rule 0 if there were no
15372 rules read. In other words, add it _after_ having performed
15373 grammar sanity checks.
15374 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
15375
78d5bae9
AD
153762001-12-29 Akim Demaille <akim@epita.fr>
15377
15378 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
15379 visible, and some states have now a different number.
15380
ff442794
AD
153812001-12-29 Akim Demaille <akim@epita.fr>
15382
15383 * src/reader.c (readgram): Bind the initial rule's lineno to that
15384 of the first rule.
15385 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
15386 (Solved SR Conflicts): Adjust rule 0's line number.
15387
610ab194
AD
153882001-12-29 Akim Demaille <akim@epita.fr>
15389
15390 Fix the `GAWK Grammar' failure.
15391
15392 * src/LR0.c (final_state): Initialize to -1 so that we do compute
15393 the reductions of the first state which was mistakenly confused
15394 with the final state because precisely final_state was initialized
15395 to 0.
15396 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
15397 now noticed by Bison.
15398 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
15399 have a reduction on $default.
15400
29d29c8f
AD
154012001-12-29 Akim Demaille <akim@epita.fr>
15402
15403 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
15404 rule line numbers.
15405 * src/closure.c (print_closure): Likewise.
15406 * src/derives.c (print_derives): Likewise.
15407 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
15408 now.
15409
7c6b64d0
AD
154102001-12-29 Akim Demaille <akim@epita.fr>
15411
15412 * src/lalr.c (lookaheads_print): New.
15413 (lalr): Call it when --trace-flag.
15414 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
15415 are dumped.
15416
3d4daee3
AD
154172001-12-29 Akim Demaille <akim@epita.fr>
15418
15419 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
15420 when walking through ritem, even via rule->rhs.
15421 * src/reduce.c (dump_grammar, useful_production, reduce_output)
15422 (useful_production, useless_nonterminals): Likewise.
15423 (reduce_grammar_tables): Likewise, plus update nritems.
15424 * src/nullable.c (set_nullable): Likewise.
15425 * src/lalr.c (build_relations): Likewise.
15426 * tests/sets.at (Nullable): Adjust.
15427 Fortunately, now, the $axiom is no longer nullable.
15428
9e7f6bbd
AD
154292001-12-29 Akim Demaille <akim@epita.fr>
15430
15431 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
15432 the 0-sentinel.
15433 * src/gram.c (ritem_longest_rhs): Likewise.
15434 * src/reduce.c (nonterminals_reduce): Likewise.
15435 * src/print_graph.c (print_graph): Likewise.
15436 * src/output.c (output_rule_data): Likewise.
15437 * src/nullable.c (set_nullable): Likewise.
15438
255ef638
AD
154392001-12-29 Akim Demaille <akim@epita.fr>
15440
15441 * src/output.c: Comment changes.
15442
0d8a7363
AD
154432001-12-27 Paul Eggert <eggert@twinsun.com>
15444
15445 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
15446 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
15447 Sparc, as they were causing more porting problems than the
15448 (minor) performance improvement was worth.
15449
15450 Also, catch up with 1.31's YYSTD.
15451
3db472b9
AD
154522001-12-27 Akim Demaille <akim@epita.fr>
15453
15454 * src/output.c (output_gram): Rely on nritems, not the
15455 0-sentinel. See below.
15456 Use -1 as separator, not 0.
15457 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
15458 Rely on -1 as separator in yyrhs, instead of 0.
15459 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
15460 twice `Now at end of input', therefore there are two lines less to
15461 expect.
15462
b365aa05
AD
154632001-12-27 Akim Demaille <akim@epita.fr>
15464
15465 * tests/regression.at (Unresolved SR Conflicts):
15466 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
15467 below.
15468
30171f79
AD
154692001-12-27 Akim Demaille <akim@epita.fr>
15470
15471 * src/LR0.c (new_state): Recognize the final state by the fact it
15472 is reached by eoftoken.
15473 (insert_start_shifting_state, insert_eof_shifting_state)
15474 (insert_accepting_state, augment_automaton): Remove, since now
15475 these states are automatically computed from the initial state.
15476 (generate_states): Adjust.
15477 * src/print.c: When reporting a rule number to the user, substract
15478 1, so that the axiom rule is rule 0, and the first user rule is 1.
15479 * src/reduce.c: Likewise.
15480 * src/print_graph.c (print_core): For the time being, just as for
15481 the report, depend upon --trace-flags to dump the full set of
15482 items.
15483 * src/reader.c (readgram): Once the grammar read, insert the rule
15484 0: `$axiom: START-SYMBOL $'.
15485 * tests/set.at: Adjust: rule 0 is now displayed, and since the
15486 number of the states has changed (the final state is no longer
15487 necessarily the last), catch up.
15488
75142d45
AD
154892001-12-27 Akim Demaille <akim@epita.fr>
15490
15491 Try to make the use of the eoftoken valid. Given that its value
15492 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
15493 is used instead of > 0 where appropriate, (ii), depend upon nritems
15494 instead of the 0-sentinel.
15495
15496 * src/gram.h, src/gram.c (nritems): New.
15497 Expected to be duplication of nitems, but for the time being...
15498 * src/reader.c (packgram): Assert nritems and nitems are equal.
15499 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
15500 * src/closure.c (print_closure, print_fderives): Likewise.
15501 * src/gram.c (ritem_print): Likewise.
15502 * src/print.c (print_core, print_grammar): Likewise.
15503 * src/print_graph.c: Likewise.
15504
b7c49edf
AD
155052001-12-27 Akim Demaille <akim@epita.fr>
15506
15507 * src/main.c (main): If there are complains after grammar
15508 reductions, then output the report anyway if requested, then die.
15509 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
15510 * src/reader.c (eoftoken): New.
15511 (parse_token_decl): If the token being defined has value `0', it
15512 is the eoftoken.
15513 (packsymbols): No longer hack `tags' to insert `$' by hand.
15514 Be sure to preserve the value of the eoftoken.
15515 (reader): Make sure eoftoken is defined.
15516 Initialize nsyms to 0: now eoftoken is created just like the others.
15517 * src/print.c (print_grammar): Don't special case the eof token.
15518 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
15519 lie anyway, albeit pleasant.
15520 * tests/calc.at: Exercise error messages with eoftoken.
15521 Change the grammar so that empty input is invalid.
15522 Adjust expectations.
15523 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
15524
ec2da99f
AD
155252001-12-27 Akim Demaille <akim@epita.fr>
15526
15527 * configure.in: Check the protos of strchr ans strspn.
15528 Replace strchr if needed.
15529 * src/system.h: Provide the protos of strchr, strspn and memchr if
15530 missing.
15531 * lib/strchr.c: New.
15532 * src/reader.c (symbols_save): Use strchr.
15533
8adfa272
AD
155342001-12-27 Akim Demaille <akim@epita.fr>
15535
15536 * src/print.c, src/print_graph.c (escape): New.
15537 Use it to quote the TAGS outputs.
15538 * src/print_graph.c (print_state): Now errors are in red, and
15539 reductions in green.
15540 Prefer high to wide: output the state number on a line of its own.
15541
80dac38c
AD
155422001-12-27 Akim Demaille <akim@epita.fr>
15543
15544 * src/state.h, src/state.c (reductions_new): New.
15545 * src/LR0.c (set_state_table): Let all the states have a
15546 `reductions', even if reduced to 0.
15547 (save_reductions): Adjust.
15548 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
15549 * src/print.c (print_reductions, print_actions): Adjust.
15550 * src/output.c (action_row): Adjust.
15551
2cec70b9
AD
155522001-12-27 Akim Demaille <akim@epita.fr>
15553
15554 * src/state.h, src/state.c (errs_new, errs_dup): New.
15555 * src/LR0.c (set_state_table): Let all the states have an errs,
15556 even if reduced to 0.
15557 * src/print.c (print_errs, print_reductions): Adjust.
15558 * src/output.c (output_actions, action_row): Adjust.
15559 * src/conflicts.c (resolve_sr_conflict): Adjust.
15560
13ca549a
AD
155612001-12-27 Akim Demaille <akim@epita.fr>
15562
15563 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
15564
5092aba5
AD
155652001-12-27 Akim Demaille <akim@epita.fr>
15566
15567 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
15568 * src/print.c: here.
15569 (lookaheadset, shiftset): New, used as additional storage by
15570 print_reductions.
15571 (print_results): Adjust.
15572 (print_shifts, print_gotos, print_errs): New, extracted from...
15573 (print_actions): here.
15574 * src/print_graph.c (print_actions): Remove dead code.
15575
11e2beca
AD
155762001-12-27 Akim Demaille <akim@epita.fr>
15577
15578 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
15579 `$n' and `@n'.
15580
dac3c910
AD
155812001-12-27 Akim Demaille <akim@epita.fr>
15582
15583 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
15584 (build_relations): Adjust.
15585
d0b0fefa
AD
155862001-12-27 Akim Demaille <akim@epita.fr>
15587
15588 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
15589 duplication.
15590
adc8c848
AD
155912001-12-27 Akim Demaille <akim@epita.fr>
15592
15593 * src/reader.c (packgram): Catch nitems overflows.
15594
14d293ac
AD
155952001-12-27 Akim Demaille <akim@epita.fr>
15596
15597 * src/files.c, src/files.h (guard_obstack): Remove.
15598 * src/output.c (output): Adjust.
15599 * src/reader.c (parse_braces): New, factoring...
15600 (copy_action, copy_guard): these two which are renamed as...
15601 (parse_action, parse_guard): these.
15602 As a voluntary consequence, using braces around guards is now
15603 mandatory.
15604
f499b062
AD
156052001-12-27 Akim Demaille <akim@epita.fr>
15606
15607 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
15608 * src/reader.c (symbol_list): `guard' and `guard_line' are new
15609 members.
15610 (symbol_list_new): Adjust.
15611 (copy_action): action_line is the first line, not the last.
15612 (copy_guard): Just as for actions, store the `action' only, not
15613 the switch/case/break flesh.
15614 Don't parse the user action that might follow the guard, let...
15615 (readgram): do it, i.e., now, there can be an action after a
15616 guard.
15617 In other words the guard is just explicitly optional.
15618 (packgram): Adjust.
15619 * src/output.c (guards_output): New.
15620 (output_parser): Call it when needed.
15621 (output): Also free the guard and attrs obstacks.
15622 * src/files.c, src/files.h (obstack_save): Remove.
15623 (output_files): Remove.
15624 As a result, if one needs the former `.act' file, using an
15625 appropriate skeleton which requires actions and guards is now
15626 required.
15627 * src/main.c (main): Adjust.
15628 * tests/semantic.at: New.
15629 * tests/regression.at: Use `input.y' as input file name.
15630 Avoid 8+3 problems by requiring input.c when the test needs the
15631 parser.
15632
d945f5cd
AD
156332001-12-27 Akim Demaille <akim@epita.fr>
15634
15635 * src/reader.c (symbol_list_new): Be sure to initialize all the
15636 fields.
15637
d200e455
AD
156382001-12-27 Akim Demaille <akim@epita.fr>
15639
15640 All the hacks using a final pseudo state are now useless.
15641
15642 * src/LR0.c (set_state_table): state_table holds exactly nstates.
15643 * src/lalr.c (nLA): New.
15644 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
15645 instead of lookaheadsp from the pseudo state (nstate + 1).
15646
f9507c28
AD
156472001-12-27 Akim Demaille <akim@epita.fr>
15648
15649 * src/output.c (action_row, token_actions): Use a state_t instead
15650 of a integer, and nlookaheads instead of the following state's
15651 lookaheadsp.
15652
065fbd27
AD
156532001-12-27 Akim Demaille <akim@epita.fr>
15654
15655 * src/conflicts.c (log_resolution, flush_shift)
15656 (resolve_sr_conflict, set_conflicts, solve_conflicts)
15657 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
15658 (conflicts_print, print_reductions): Use a state_t instead of an
15659 integer when referring to a state.
15660 As much as possible, depend upon nlookaheads, instead of the
15661 `lookaheadsp' member of the following state (since lookaheads of
15662 successive states are successive, the difference between state n + 1
15663 and n served as the number of lookaheads for state n).
15664 * src/lalr.c (add_lookback_edge): Likewise.
15665 * src/print.c (print_core, print_actions, print_state)
15666 (print_results): Likewise.
15667 * src/print_graph.c (print_core, print_actions, print_state)
15668 (print_graph): Likewise.
15669 * src/conflicts.h: Adjust.
15670
1b177bd7
AD
156712001-12-27 Akim Demaille <akim@epita.fr>
15672
15673 * src/bison.hairy: Formatting/comment changes.
15674 ANSIfy.
15675 Remove `register' indications.
15676 Add plenty of `static'.
15677
7742ddeb
AD
156782001-12-27 Akim Demaille <akim@epita.fr>
15679
15680 * src/output.c (prepare): Drop the muscle `ntbase' which
15681 duplicates ntokens.
15682 * src/bison.simple: Formatting/comment changes.
15683 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
15684 is an undocumented synonym.
15685
1fa14068
AD
156862001-12-22 Akim Demaille <akim@epita.fr>
15687
15688 * src/output.c (output_table_data): Change the prototype to use
15689 `int' for array ranges: some invocations do pass an int, not a
15690 short.
15691 Reported by Wayne Green.
15692
b9752825
AD
156932001-12-22 Akim Demaille <akim@epita.fr>
15694
15695 Some actions of web2c.y are improperly triggered.
15696 Reported by Mike Castle.
15697
15698 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
15699 * tests/regression.at (Web2c): Rename as...
15700 (Web2c Report): this.
15701 (Web2c Actions): New.
15702
776209d6
AD
157032001-12-22 Akim Demaille <akim@epita.fr>
15704
15705 Reductions in web2c.y are improperly reported.
15706 Reported by Mike Castle.
15707
15708 * src/conflicts.c (print_reductions): Fix.
15709 * tests/regression.at (Web2c): New.
15710
275fc3ad
AD
157112001-12-18 Akim Demaille <akim@epita.fr>
15712
15713 Some host fail on `assert (!"foo")', which expands to
15714 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
15715 Reported by Nelson Beebee.
15716
15717 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
15718 `#define it_succeeded 0' and `assert (it_succeeded)'.
15719
897668ee
MA
157202001-12-17 Marc Autret <autret_m@epita.fr>
15721
15722 * src/bison.simple: Don't hard code the skeleton line and filename.
15723 * src/output.c (output_parser): Rename 'line' as 'output_line'.
15724 New line counter 'skeleton_line' (skeleton-line muscle).
15725
ab3399e0
PE
157262001-12-17 Paul Eggert <eggert@twinsun.com>
15727
15728 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
15729 YYDEBUG must be defined to a nonzero value.
15730
15731 * src/bison.simple (yytname): Do not assume that the user defines
15732 YYDEBUG to a properly parenthesized expression.
15733
3877f72b
AD
157342001-12-17 Akim Demaille <akim@epita.fr>
15735
15736 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
15737 nlookaheads is a new member.
15738 Adjust all users.
15739 * src/lalr.h (nlookaheads): Remove this orphan declaration.
15740 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
15741 state.
776209d6 15742
331dbc1b
AD
157432001-12-17 Akim Demaille <akim@epita.fr>
15744
15745 * src/files.h, src/files.c (open_files, close_files): Remove.
15746 * src/main.c (main): Don't open/close files, nor invoke lex_free,
15747 let...
15748 * src/reader.c (reader): Do it.
776209d6 15749
be750e4c
AD
157502001-12-17 Akim Demaille <akim@epita.fr>
15751
15752 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 15753
709ae8c6
AD
157542001-12-17 Akim Demaille <akim@epita.fr>
15755
15756 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
15757 (flush_reduce): New.
15758 (resolve_sr_conflict): Adjust.
776209d6 15759
f87685c3
AD
157602001-12-17 Akim Demaille <akim@epita.fr>
15761
15762 * src/output.c (output_obstack): Be static and rename as...
15763 (format_obstack): this, to avoid any confusion with files.c's
15764 output_obstack.
15765 * src/reader.h (muscle_obstack): Move to...
15766 * src/output.h: here, since it's defined in output.c.
15767
837491d8
AD
157682001-12-17 Akim Demaille <akim@epita.fr>
15769
15770 * src/output.c (action_row, save_column, default_goto)
15771 (sort_actions, matching_state, pack_vector): Better variable
15772 locality.
15773
796d61fb
AD
157742001-12-17 Akim Demaille <akim@epita.fr>
15775
15776 * src/output.c: Various formatting changes.
776209d6 15777
64d15509
AD
157782001-12-17 Akim Demaille <akim@epita.fr>
15779
15780 * src/files.c (output_files): Free the output_obstack.
15781 * src/main.c (main): Call print and print_graph conditionally.
15782 * src/print.c (print): Work unconditionally.
15783 * src/print_graph.c (print_graph): Work unconditionally.
15784 * src/conflicts.c (log_resolution): Output only if verbose_flag.
15785
fbc8ecb7
MA
157862001-12-16 Marc Autret <autret_m@epita.fr>
15787
15788 * src/output.c (actions_output): Fix. When we use %no-lines,
15789 there is one less line per action.
15790
f0440388
MA
157912001-12-16 Marc Autret <autret_m@epita.fr>
15792
15793 * src/bison.simple: Remove a useless #line directive.
15794 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
15795 * src/output.c (get_lines_number): New.
776209d6 15796 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
15797 output muscles.
15798 Fix line numbering.
15799 (actions_output): Computes the number of lines taken by actions.
15800 (output_master_parser): Insert new skeleton which is the name of
15801 the output parser file name.
15802
a79986b8
MA
158032001-12-15 Marc Autret <autret_m@epita.fr>
15804
15805 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
15806
4ec8e00f
MA
158072001-12-15 Marc Autret <autret_m@epita.fr>
15808
15809 * src/output.c (output_gram): Keep track of the hairy one.
15810
1a4648ff
AD
158112001-12-15 Akim Demaille <akim@epita.fr>
15812
15813 Make `make distcheck' work.
15814
15815 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
15816 system.h which uses libgettext.h.
15817
9c2c67e6
AD
158182001-12-15 Akim Demaille <akim@epita.fr>
15819
15820 * src/nullable.c (set_nullable): Useless rules must be skipped,
15821 otherwise, since we range over their symbols, we might look at a
15822 nonterminal which no longer ``exists'', i.e., it is not counted in
15823 `nvars', hence we overflow our arrays.
15824
93ede233
AD
158252001-12-15 Akim Demaille <akim@epita.fr>
15826
15827 The header can also be produced directly, without any obstack!
15828 Yahoo!
15829
15830 * src/files.c, src/files.h (defines_obstack): Remove.
15831 (compute_header_macro): Global.
15832 (defines_obstack_save): Remove.
15833 * src/reader.c (parse_union_decl): No longer output to
15834 defines_obstack: its content can be found in the `stype' muscle
15835 anyway.
15836 (output_token_translations): Merge into...
15837 (symbols_output): this.
15838 Rename as...
15839 (symbols_save): this.
15840 (reader): Adjust.
15841 * src/output.c (header_output): New.
15842 (output): Call it.
15843
2666f928
AD
158442001-12-15 Akim Demaille <akim@epita.fr>
15845
15846 * src/reader.c (parse_union_decl): Instead of handling two obstack
15847 simultaneously, use one to define the `stype' muscle, and use the
15848 value of the latter to fill defines_obstack.
15849 (copy_comment): Remove.
15850 (copy_comment2): Work for a single obstack.
15851 Rename as...
15852 (copy_comment): this.
15853
428046f8
AD
158542001-12-15 Akim Demaille <akim@epita.fr>
15855
15856 * src/lex.c, src/lex.h (xgetc): No longer static.
15857 * src/reader.c (parse_union_decl): Revamp.
15858
ea52d706
AD
158592001-12-15 Akim Demaille <akim@epita.fr>
15860
15861 Still making progress in separating Bison into (i) input, (ii)
15862 process, (iii) output: now we can directly output the parser file
15863 without using table_obstack at all.
15864
15865 * src/files.c, src/files.h (table_obstack): Bye bye.
15866 (parser_file_name): New.
15867 * src/files.c (compute_output_file_names): Compute it.
15868 * src/output.c (actions_output, output_parser)
15869 (output_master_parser): To a file instead of an obstack.
15870
3f96f4dc
AD
158712001-12-15 Akim Demaille <akim@epita.fr>
15872
15873 Attach actions to rules, instead of pre-outputting them to
15874 actions_obstack.
15875
15876 * src/gram.h (rule_t): action and action_line are new members.
15877 * src/reader.c (symbol_list): Likewise.
15878 (copy_action): Save the actions within the rule.
15879 (packgram): Save them in rule_table.
15880 * src/output.c (actions_output): New.
15881 (output_parser): Use it on `%%actions'.
15882 (output_rule_data): Don't free rule_table.
15883 (output): Do it.
15884 (prepare): Don't save the `action' muscle.
15885 * src/bison.simple: s/%%action/%%actions/.
15886
51576fb3
AD
158872001-12-15 Akim Demaille <akim@epita.fr>
15888
15889 * src/reader.c (copy_action): When --yacc, don't append a `;'
15890 to the user action: let it fail if lacking.
dee049eb 15891 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 15892
2648a72d
AD
158932001-12-14 Akim Demaille <akim@epita.fr>
15894
15895 * src/lex.c (literalchar): Simply return the char you decoded, non
15896 longer mess around with obstacks and int pointers.
15897 Adjust all callers.
15898
92790e5b
AD
158992001-12-14 Akim Demaille <akim@epita.fr>
15900
15901 * src/lex.c (literalchar): Don't escape the special characters,
15902 just decode them, and keep them as char (before, eol was output as
15903 the 2 char string `\n' etc.).
15904 * src/output.c (output_rule_data): Use quotearg to output the
15905 token strings.
15906
927c1557
PE
159072001-12-13 Paul Eggert <eggert@twinsun.com>
15908
15909 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
15910 Do not infringe on the global user namespace when using C++.
15911 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
15912 All uses of `fprintf' and `stderr' changed.
15913
15914 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
15915
ed8e1f68
AD
159162001-12-13 Akim Demaille <akim@epita.fr>
15917
15918 The computation of nullable is broken: it doesn't handle empty
15919 RHS's properly.
15920
15921 * tests/torture.at (GNU AWK Grammar): New.
15922 * tests/sets.at (Nullable): New.
15923 * src/nullable.c (set_nullable): Instead of blindly looping over
15924 `ritems', loop over the rules, and then over their rhs's.
15925
15926 Work around Autotest bugs.
15927
15928 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
15929 frame, because Autotest understand lines starting with a `+' as
15930 traces from the shell. Then, they are not processed properly.
15931 Admittedly an Autotest bug, but we don't have time to wait for
15932 Autotest to catch up.
15933 * tests/regression.at (Broken Closure): Adjust to the new table
15934 frames.
15935 Move to...
15936 * tests/sets.at: here.
15937
cb581495
AD
159382001-12-13 Akim Demaille <akim@epita.fr>
15939
15940 * src/closure.c (closure): Use nrules instead of playing tricks
15941 with BITS_PER_WORD.
15942
2e729273
AD
159432001-12-13 Akim Demaille <akim@epita.fr>
15944
15945 * src/print.c (print_actions): Output the handling of `$' as the
15946 traces do: shifting the token EOF. Before EOF was treated as a
15947 nonterminal.
15948 * tests/regression.at: Adjust some tests.
15949 * src/print_graph.c (print_core): Complete the set of items via
15950 closure. The next-to-final and final states are still unsatisfying,
15951 but that's to be addressed elsewhere.
15952 No longer output the rule numbers, but do output the state number.
15953 A single loop for the shifts + gotos is enough, but picked a
15954 distinct color for each.
15955 (print_graph): Initialize and finalize closure.
15956
107f7dfb
AD
159572001-12-13 Akim Demaille <akim@epita.fr>
15958
15959 * src/reader.c (readgram): Remove dead code, an strip useless
15960 braces.
15961 (get_type): Remove, unused.
15962
9b53a24f
AD
159632001-12-12 Akim Demaille <akim@epita.fr>
15964
15965 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
15966 on that of lib/error.c.
15967
dbfb6dcd
AD
159682001-12-12 Akim Demaille <akim@epita.fr>
15969
15970 Some hosts don't like `/' in includes.
15971
15972 * src/system.h: Include libgettext.h without qualifying the path.
15973 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
15974 $(top_srcdir).
15975
c25fb648
MA
159762001-12-11 Marc Autret <autret_m@epita.fr>
15977
15978 * src/output.c (output_parser): Remove useless muscle.
15979
710ddc4f
MA
159802001-12-11 Marc Autret <autret_m@epita.fr>
15981
15982 * src/bison.simple: Remove #line just before %%epilogue. It
15983 is now handled in ...
15984 * src/reader.c (read_additionnal_code): Add the output of a
15985 #line for the epilogue.
15986
e83d80b8
MA
159872001-12-10 Marc Autret <autret_m@epita.fr>
15988
927c1557 15989 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
15990 replace precedent remove.
15991 * src/bison.simple: Remove #line before %%prologue because
15992 %%input-line is wrong at this time.
15993
971d5158
MA
159942001-12-10 Marc Autret <autret_m@epita.fr>
15995
15996 * src/reader.c (symbols_output): Clean up.
927c1557 15997 * src/output.c (output_gram, output): Clean up.
971d5158 15998
5edafffd
AD
159992001-12-10 Akim Demaille <akim@epita.fr>
16000
16001 * src/lalr.c (initialize_lookaheads): New. Extracted from...
16002 * src/LR0.c (set_state_table): here.
16003 * src/lalr.c (lalr): Call it.
16004
0279f8e9
AD
160052001-12-10 Akim Demaille <akim@epita.fr>
16006
16007 * src/state.h (shifts): Remove the `number' member: shifts are
16008 attached to state, hence no longer need to be labelled with a
16009 state number.
16010
190c4f5f
AD
160112001-12-10 Akim Demaille <akim@epita.fr>
16012
16013 Now that states have a complete set of members, the linked list of
16014 shifts is useless: just fill directly the state's shifts member.
16015
16016 * src/state.h (shifts): Remove the `next' member.
16017 * src/LR0.c (first_state, last_state): Remove.
16018 Adjust the callers.
16019 (augment_automaton): Don't look for the shifts that must be added
16020 a shift on EOF: it is those of the state we looked for! But now,
16021 since shifts are attached, it is no longer needed to looking
16022 merely by its id: its number.
16023
2a73b93d
AD
160242001-12-10 Akim Demaille <akim@epita.fr>
16025
16026 * src/LR0.c (augment_automaton): Better variable locality.
16027 Remove an impossible branch: if there is a state corresponding to
16028 the start symbol being shifted, then there is shift for the start
16029 symbol from the initial state.
16030
74392f6a
AD
160312001-12-10 Akim Demaille <akim@epita.fr>
16032
16033 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
16034 only when appropriate: when insert_start_shifting_state' is not
16035 invoked.
16036 * tests/regression.at (Rule Line Numbers): Adjust.
16037
37c82725
AD
160382001-12-10 Akim Demaille <akim@epita.fr>
16039
16040 * src/LR0.c (augment_automaton): Now that all states have shifts,
16041 merge the two cases addition shifts to the initial state.
16042
6a164e0c
AD
160432001-12-10 Akim Demaille <akim@epita.fr>
16044
16045 * src/lalr.c (set_state_table): Move to...
16046 * src/LR0.c: here.
16047 * src/lalr.c (lalr): Don't call it...
16048 * src/LR0.c (generate_states): do it.
16049 * src/LR0.h (first_state): Remove, only the table is used.
16050
7215de24
AD
160512001-12-10 Akim Demaille <akim@epita.fr>
16052
16053 * src/LR0.h (first_shift, first_reduction): Remove.
16054 * src/lalr.c: Don't use first_shift: find shifts through the
16055 states.
16056
80e25d4d
AD
160572001-12-10 Akim Demaille <akim@epita.fr>
16058
16059 * src/LR0.c: Attach shifts to states as soon as they are
16060 computed.
16061 * src/lalr.c (set_state_table): Instead of assigning shifts to
16062 state, just assert that the mapping was properly done.
16063
0ab3728b
AD
160642001-12-10 Akim Demaille <akim@epita.fr>
16065
16066 * src/LR0.c (insert_start_shift): Rename as...
16067 (insert_start_shifting_state): this.
16068 (insert_eof_shifting_state, insert_accepting_state): New.
16069 (augment_automaton): Adjust.
16070 Better locality of the variables.
16071 When looking if the start_symbol is shifted from the initial
16072 state, using `while (... symbol != start_symbol ...)' sounds
16073 better than `while (... symbol < start_symbol ...)': If fail
16074 to see how the order between symbols could be relevant!
16075
78af9bbc
AD
160762001-12-10 Akim Demaille <akim@epita.fr>
16077
16078 * src/getargs.h: Don't declare `spec_name_prefix' and
16079 `spec_file_prefix', declared by src/files.h.
16080 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
16081 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
16082 * src/output.c (prepare): Adjust.
16083 * src/reader.c (symbols_output): Likewise.
16084 * src/vmsgetargs.c: Vaguely adjust, but who cares?
16085
bdef2a41
AD
160862001-12-10 Akim Demaille <akim@epita.fr>
16087
16088 * src/muscle_tab.c (muscle_init): NULL is a better default than
16089 `"0"'.
16090
3735969c
AD
160912001-12-10 Akim Demaille <akim@epita.fr>
16092
16093 * src/reader.c (reader): Calling symbols_output once is enough.
16094
49701457
AD
160952001-12-10 Akim Demaille <akim@epita.fr>
16096
16097 Now that states have a complete set of members, the linked list of
16098 reductions is useless: just fill directly the state's reductions
16099 member.
16100
16101 * src/state.h (struct reductions): Remove member `number' and
16102 `next'.
16103 * src/LR0.c (first_reduction, last_reduction): Remove.
16104 (save_reductions): Don't link the new reductions, store them in
16105 this_state.
16106 * src/lalr.c (set_state_table): No need to attach reductions to
16107 states, it's already done.
16108 * src/output.c (output_actions): No longer free the shifts, then
16109 the reductions, then the states: free all the states and their
16110 members.
16111
0edad749
AD
161122001-12-10 Akim Demaille <akim@epita.fr>
16113
16114 * src/options.c (OPTN, DRTV, BOTH): New.
16115 (option_table): Use them.
16116
0edad749
AD
16117 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
16118 the job of system.h.
16119 * src/options.c: Don't include stdio.h and xalloc.h for the same
16120 reasons.
16121
5449dd0f
AD
161222001-12-10 Akim Demaille <akim@epita.fr>
16123
16124 * src/output.c (output, prepare): Make sure the values of the
16125 muscles `action' and `prologue' are 0-terminated.
16126
a870c567
AD
161272001-12-10 Akim Demaille <akim@epita.fr>
16128
16129 Clean up GCC warnings.
16130
16131 * src/reader.c (copy_action): `buf' is not used.
16132 (parse_skel_decl): Be static.
16133 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
16134 * src/options.h (create_long_option_table): Have a real prototype.
16135 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
16136 (hash_delete_at): Return const void *.
16137 Adjust casts to preserve the const.
16138
80df8768
AD
161392001-12-10 Akim Demaille <akim@epita.fr>
16140
16141 * configure.in: Require 2.52g.
16142 M4 is not needed, but AUTOM4TE is.
16143 * m4/m4.m4: Remove.
16144 * tests/Makefile.am: Adjust.
16145
f693ad14
AD
161462001-12-10 Akim Demaille <akim@epita.fr>
16147
16148 One structure for states is enough, even though theoretically
16149 there are LR(0) states and LALR(1) states.
16150
16151 * src/lalr.h (state_t): Remove.
16152 (state_table): Be state_t **, not state_t *.
16153 * src/state.h (core, CORE_ALLOC): Rename as...
16154 (state_t, STATE_ALLOC): this.
16155 Add the LALR(1) members: shifts, reductions, errs.
16156 * src/LR0.c (state_table): Rename as...
16157 (state_hash): this, to avoid name clashes with the global
16158 `state_table'.
16159 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
16160 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
16161
74ffbcb6
AD
161622001-12-10 Akim Demaille <akim@epita.fr>
16163
16164 Bison dumps core on bash.y.
16165 Reported by Pascal Bart.
16166
16167 * src/warshall.c (bitmatrix_print): New.
16168 (TC): Use it.
ba0fe3c7 16169 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
74ffbcb6
AD
16170 j must be the outer loop.
16171 * tests/regression.at (Broken Closure): New.
16172
07708e19
AD
161732001-12-05 Akim Demaille <akim@epita.fr>
16174
16175 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
16176 its argument.
ba1ecc07 16177 Reported by Peter Hamorsky.
07708e19 16178
92b16366
AD
161792001-12-05 Akim Demaille <akim@epita.fr>
16180
16181 * src/conflicts.c (err_table): Remove.
16182 (resolve_sr_conflict): Adjust.
16183 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
16184 Rename as...
16185 (state_t.reductions, state_t.shifts): this.
16186
076ab033
AD
161872001-12-05 Akim Demaille <akim@epita.fr>
16188
16189 * src/reduce.c (reduce_grammar_tables): No longer disable the
16190 removal of useless rules via CPP but via `if (0)', so that the
16191 compiler still check the code is valid.
16192 For instance, it should have noticed `rline' no longer exists: use
16193 the `line' member of rule_t.
16194 * src/gram.c (dummy, rline): Remove, unused.
16195
3843c413
AD
161962001-12-05 Akim Demaille <akim@epita.fr>
16197
16198 * src/output.c (pack_vector): Use assert, not berror.
16199 * src/main.c (berror): Remove, unused.
16200
43168960
AD
162012001-12-05 Akim Demaille <akim@epita.fr>
16202
16203 New experimental feature: if --verbose --trace output all the
16204 items of a state, not only its kernel.
16205
16206 * src/print.c (print_core): If `trace_flag', then invoke closure
16207 before outputting the items of the state (print_core is no longer
16208 a correct name them).
16209 (print_results): Invoke new_closure/free_closure if needed.
16210
b2872512
AD
162112001-12-05 Akim Demaille <akim@epita.fr>
16212
16213 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
16214 * src/closure.c, src/closure.h (itemsetsize): Rename as...
16215 (nitemset): for consistency with the rest of the project.
16216
23cbcc6c
AD
162172001-12-05 Akim Demaille <akim@epita.fr>
16218
16219 * src/closure.c (print_closure): Improve.
16220 (closure): Use it for printing input and output.
16221
03ec521c
AD
162222001-12-05 Akim Demaille <akim@epita.fr>
16223
16224 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
16225 indexed by nonterminals.
16226
3a7456dd
AD
162272001-12-05 Akim Demaille <akim@epita.fr>
16228
16229 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
16230 what it was!).
16231 * src/warshall.h: Remove accidental duplication of the content.
16232
1cbcf2e7
AD
162332001-12-05 Akim Demaille <akim@epita.fr>
16234
16235 * src/closure.c (set_fderives): De-obfuscate.
16236
84182270
AD
162372001-12-05 Akim Demaille <akim@epita.fr>
16238
16239 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
16240
3f6f053c
AD
162412001-12-05 Akim Demaille <akim@epita.fr>
16242
16243 * src/closure.c (set_firsts): De-obfuscate.
16244
7a5350ba
AD
162452001-12-05 Akim Demaille <akim@epita.fr>
16246
16247 * src/output.c (action_row): De-obfuscate
16248 using the good o' techniques: arrays not pointers, variable
16249 locality, BITISSET, RESETBIT etc.
16250
d954473d
AD
162512001-12-05 Akim Demaille <akim@epita.fr>
16252
16253 Pessimize the code to simplify it: from now on, all the states
16254 have a valid SHIFTS, which NSHIFTS is possibly 0.
16255
16256 * src/LR0.c (shifts_new): Be global and move to..
16257 * src/state.c, src/state.h: here.
16258 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
16259 * src/print_graph: Adjust.
16260
9839bbe5
AD
162612001-12-05 Akim Demaille <akim@epita.fr>
16262
16263 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
16264 * src/conflicts.c: Use it.
16265 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
16266 incorrectly ``simplified''.
16267
9f136c07
AD
162682001-12-05 Akim Demaille <akim@epita.fr>
16269
16270 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
16271 using the good o' techniques: arrays not pointers, variable
16272 locality, BITISSET, RESETBIT etc.
16273
b608206e
AD
162742001-12-05 Akim Demaille <akim@epita.fr>
16275
16276 * src/state.h (SHIFT_SYMBOL): New.
16277 * src/conflicts.c: Use it to deobfuscate.
16278
52afa962
AD
162792001-12-05 Akim Demaille <akim@epita.fr>
16280
16281 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
16282 (print_reductions): De-obfuscate using the good o' techniques:
16283 arrays not pointers, variable locality, BITISSET.
16284
e74dc321
AD
162852001-12-05 Akim Demaille <akim@epita.fr>
16286
16287 * src/conflicts.c (print_reductions): Arrays, not pointers.
16288 Use BITISSET.
16289
768fca83
AD
162902001-12-05 Akim Demaille <akim@epita.fr>
16291
16292 * src/conflicts.c (print_reductions): Pessimize, but clarify.
16293
a17e599f
AD
162942001-12-05 Akim Demaille <akim@epita.fr>
16295
16296 * src/conflicts.c (print_reductions): Improve variable locality.
16297
a04bc341
AD
162982001-12-05 Akim Demaille <akim@epita.fr>
16299
16300 * src/conflicts.c (print_reductions): Pessimize, but clarify.
16301
c8ea038e
AD
163022001-12-05 Akim Demaille <akim@epita.fr>
16303
16304 * src/conflicts.c (print_reductions): Improve variable locality.
16305
aa2aab3c
AD
163062001-12-05 Akim Demaille <akim@epita.fr>
16307
16308 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
16309 * src/lalr.c: Use them.
16310
b178c8cc
AD
163112001-12-05 Akim Demaille <akim@epita.fr>
16312
16313 * src/LR0.c (augment_automaton): Formatting changes.
16314 Better variable locality.
16315
f67d13aa
AD
163162001-12-05 Akim Demaille <akim@epita.fr>
16317
16318 * src/lalr.c (matrix_print): New.
16319 (transpose): Use it.
16320 Use arrays instead of pointers.
16321
c2713865
AD
163222001-12-05 Akim Demaille <akim@epita.fr>
16323
16324 * src/lalr.c (maxrhs): Move to...
16325 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
16326 * src/lalr.c (build_relations): Adjust.
16327
9887c18a
AD
163282001-12-05 Akim Demaille <akim@epita.fr>
16329
16330 * src/lalr.c (transpose): Free the memory allocated to the
16331 argument, as it is replaced by the results by the unique caller.
16332 (build_relations): Merely invoke transpose: it handles the memory
16333 deallocation.
16334 Improve variable locality.
16335 Avoid variables used as mere abbreviations.
16336 (compute_lookaheads): Use arrays instead of pointers.
16337
4d4f699c
AD
163382001-12-05 Akim Demaille <akim@epita.fr>
16339
16340 * src/lalr.c (initialize_F): Improve variable locality.
16341 Avoid variables used as mere abbreviations.
16342
80a69750
AD
163432001-12-05 Akim Demaille <akim@epita.fr>
16344
16345 * src/derives.c (print_derives): Display the ruleno.
16346 * src/lalr.c (initialize_F, transpose): Better variable locality
16347 to improve readability.
16348 Avoid variables used as mere abbreviations.
16349
fe961097
AD
163502001-12-05 Akim Demaille <akim@epita.fr>
16351
16352 * src/lalr.c (traverse): Use arrays instead of pointers.
16353
e3e4e814
AD
163542001-12-05 Akim Demaille <akim@epita.fr>
16355
16356 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
16357 the handling of squeue.
16358 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
16359
630e182b
AD
163602001-12-05 Akim Demaille <akim@epita.fr>
16361
16362 Because useless nonterminals are now kept alive (instead of being
16363 `destroyed'), we now sometimes examine them, and store information
16364 related to them. Hence we need to know their number, and adjust
16365 memory allocations.
16366
16367 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
16368 static.
16369 * src/LR0.c (allocate_itemsets): The memory allocated to
16370 `symbol_count' was used for two different purpose: once to count
16371 the number of occurrences of each symbol, and later reassigned to
16372 `shift_symbol', containing the symbol that can be shifted from a
16373 given state.
16374 Deobfuscate, i.e., allocate, use and free `symbol_count' here
16375 only, and...
16376 (new_itemsets): Allocate `shift_symbol' here.
16377 (allocate_itemsets): symbol_count includes useless nonterminals.
16378 Make room for them.
16379 (free_storage): Use `free', not `XFREE', for pointers that cannot
16380 be null.
16381
81b51460
AD
163822001-12-05 Akim Demaille <akim@epita.fr>
16383
16384 * src/nullable.c (set_nullable): Deobfuscate the handling of
16385 ritem.
16386 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
16387
3067fbef
AD
163882001-12-05 Akim Demaille <akim@epita.fr>
16389
16390 * src/gram.c, src/gram.h (ritem_print): New.
16391 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
16392 (This useless function was defined only to work around VMS linkers
16393 that can't handle compilation units with variables only).
16394 * src/reduce.c (dump_grammar): Use it to trace the construction of
16395 ritem.
16396
c2bea5f9
PE
163972001-12-04 Paul Eggert <eggert@twinsun.com>
16398
7d27c823
PE
16399 * src/bison.simple (union yyalloc): Change member names
16400 to be the same as the stack names.
16401 (yyparse): yyptr is now union yyalloc *, not char *.
16402 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
16403 and may generate better code on some machines.
c2bea5f9
PE
16404 (yystpcpy): Use prototype if __STDC__ is defined, not just
16405 if __cplusplus is defined.
35687a9d 16406
2c8a9dfa
AD
164072001-11-30 Akim Demaille <akim@epita.fr>
16408
16409 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
16410 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
16411 Gettext doesn't compile cleanly, and dies with -Werror.
16412 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
16413 Include WARNING_CFLAGS here.
16414 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
16415 before being defined.
16416
f4e421e6
AD
164172001-11-27 Paul Eggert <eggert@twinsun.com>
16418
16419 * lib/quotearg.h (quotearg_n, quotearg_n_style):
16420 First arg is int, not unsigned.
16421 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
16422 (SIZE_MAX, UINT_MAX): New macros.
16423 (quotearg_n_options): Abort if N is negative.
16424 Avoid overflow check on hosts where size_t is 64 bits and int
16425 is 32 bits, as overflow is impossible there.
16426 Fix off-by-one typo that caused unnecessary reallocation.
16427
7093d0f5
AD
164282001-11-29 Paul Eggert <eggert@twinsun.com>
16429
16430 Name space cleanup in generated parser.
16431
16432 * doc/bison.texinfo (Bison Parser): Discuss system headers
16433 and their effect on the user name space.
16434
16435 * src/bison.simple:
16436 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
16437 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
16438 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
16439
16440 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
16441 on user names when possible.
16442
16443 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
16444 Simplify test for whather <alloca.h> exists.
16445
16446 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
16447
16448 (<stdio.h>): Include if YYDEBUG.
16449
16450 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
16451 ! defined (yyoverflow) && ! defined (yymemcpy).
16452
16453 (yymemcpy, yyparse): Rename local variables as needed so that
16454 they all begin with 'yy'.
16455
16456 (yystrlen, yystpcpy): New functions.
16457
16458 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
16459 All uses changed.
16460
16461 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
16462 instead of relying on string.h functions. Use YYSTACK_ALLOC
16463 and YYSTACK_FREE instead of malloc and free.
16464
fd51e5ff
AD
164652001-11-30 Akim Demaille <akim@epita.fr>
16466
16467 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
16468 before their first uses.
16469 (YYBISON, YYPURE): Move to the top of the output.
16470
7d13ff5f
AD
164712001-11-30 Akim Demaille <akim@epita.fr>
16472
16473 * tests/reduce.at (Useless Nonterminals): Fix.
16474
892a3995
AD
164752001-11-30 Akim Demaille <akim@epita.fr>
16476
16477 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
16478 if body instead of `;' to pacify GCC's warnings.
16479
68f1e3ed
AD
164802001-11-30 Akim Demaille <akim@epita.fr>
16481
16482 Instead of mapping the LHS of unused rules to -1, keep the LHS
16483 valid, but flag the rules as invalid.
16484
16485 * src/gram.h (rule_t): `useful' is a new member.
16486 * src/print.c (print_grammar): Adjust.
16487 * src/derives.c (set_derives): Likewise.
16488 * src/reader.c (packgram, reduce_output): Likewise.
16489 * src/reduce.c (reduce_grammar_tables): Likewise.
16490 * tests/reduce.at (Underivable Rules, Useless Rules): New.
16491
d2d1b42b
AD
164922001-11-30 Akim Demaille <akim@epita.fr>
16493
16494 * src/reduce.c (reduce_output): Formatting changes.
16495 * src/print.c (print_results, print_grammar): Likewise.
16496 * tests/regression.at (Rule Line Numbers)
16497 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
16498
760b53a8
AD
164992001-11-30 Akim Demaille <akim@epita.fr>
16500
16501 * src/reduce.c (nonterminals_reduce): Instead of throwing away
16502 useless nonterminals, move them at the end of the symbol arrays.
16503 (reduce_output): Adjust.
16504 * tests/reduce.at (Useless Nonterminals): Adjust.
16505
00238958
AD
165062001-11-30 Akim Demaille <akim@epita.fr>
16507
16508 * src/reduce.c: Various comment/formatting changes.
16509 (nonterminals_reduce): New, extracted from...
16510 (reduce_grammar_tables): here.
16511 (reduce_grammar): Call nonterminals_reduce.
16512
396452de
PE
165132001-11-29 Paul Eggert <eggert@twinsun.com>
16514
16515 * src/bison.simple (YYSTACK_REALLOC): Remove.
16516 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
16517 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
16518 New macros.
16519 (union yyalloc): New type.
16520 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
16521 an arbitrary restriction on hosts where size_t is wider than int.
16522
16523 (yyparse): Don't dump core if alloca or malloc fails; instead, report
16524 a parser stack overflow. Allocate just one block of memory for all
16525 three stacks, instead of allocating three blocks; this typically is
16526 faster and reduces fragmentation.
16527
16528 Do not limit the number of items in the stack to a value that fits
16529 in 'int', as this is an arbitrary limit on hosts with 64-bit
16530 size_t and 32-bit int.
16531
147e184c
MA
165322001-11-29 Marc Autret <autret_m@epita.fr>
16533
16534 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
16535 of defining YYERROR_VERBOSE.
16536 [AT_DATA]: $4 is now out of C declarations in the prologue.
16537
426cf563
MA
165382001-11-28 Marc Autret <autret_m@epita.fr>
16539
16540 * src/reader.c (parse_dquoted_param): New.
16541 (parse_skel_decl): Use it.
16542 * src/lex.h: Add its prototype.
16543 * src/lex.c (literalchar): Become not static.
16544
c7925b99
MA
165452001-11-28 Marc Autret <autret_m@epita.fr>
16546
16547 * src/output.h: And put its extern declaration here.
16548 * src/output.c (error_verbose): Define here.
16549 (prepare): Echo name modification.
16550 * src/getargs.h: Clean its extern declaration.
16551 * src/getargs.c (error_verbose_flag): Remove.
16552 (getargs): Remove case 'e'.
16553 * src/options.c (option_table): 'error-verbose' is now seen as simple
16554 percent option.
16555 Include output.h.
16556
16557 * src/reader.c (read_declarations): Remove case tok_include.
16558 (parse_include_decl): Remove.
16559 * src/lex.h (token_t): Remove tok_include.
16560 * src/options.c (option_table): 'include' is now a simple command line
16561 option.
16562
5b5d1929
MA
165632001-11-28 Marc Autret <autret_m@epita.fr>
16564
16565 * src/bison.simple: Adjust muscle names.
16566 * src/muscle_tab.c (muscle_init): Also rename the muscles.
16567 * src/output.c (prepare): s/_/-/ for the muscles names.
16568 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
16569
8850be4b
MA
165702001-11-28 Marc Autret <autret_m@epita.fr>
16571
16572 * src/bison.simple: Fix debug.
16573 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
16574
4a38e613
AD
165752001-11-28 Akim Demaille <akim@epita.fr>
16576
16577 * src/LR0.c (shifts_new): New.
16578 (save_shifts, insert_start_shift, augment_automaton): Use it.
16579
4b35e1c1
AD
165802001-11-28 Akim Demaille <akim@epita.fr>
16581
16582 * src/closure.c (closure): `b' and `ruleno' denote the same value:
16583 keep ruleno only.
16584
d2b04478
AD
165852001-11-28 Akim Demaille <akim@epita.fr>
16586
16587 * src/closure.c (closure): Instead of looping over word in array
16588 then bits in words, loop over bits in array.
16589
2c4c30aa
AD
165902001-11-28 Akim Demaille <akim@epita.fr>
16591
16592 * src/closure.c (closure): No longer optimize the special case
16593 where all the bits of `ruleset[r]' are set to 0, to make the code
16594 clearer.
16595
576890b7
AD
165962001-11-28 Akim Demaille <akim@epita.fr>
16597
16598 * src/closure.c (closure): `r' and `c' are new variables, used to
16599 de-obfuscate accesses to RULESET and CORE.
16600
cb487d7d
AD
166012001-11-28 Akim Demaille <akim@epita.fr>
16602
16603 * src/reduce.c (reduce_print): Use ngettext.
16604 (dump_grammar): Improve the trace accuracy.
16605
6013d43f
AD
166062001-11-28 Akim Demaille <akim@epita.fr>
16607
16608 * src/reduce.c (dump_grammar): Don't translate trace messages.
16609
cb4956ee
AD
166102001-11-28 Akim Demaille <akim@epita.fr>
16611
16612 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
16613 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
16614 as all tags are free'ed afterwards.
16615 From Enrico Scholz.
16616
648185ab
PE
166172001-11-27 Paul Eggert <eggert@twinsun.com>
16618
16619 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
16620 use alloca when we didn't want to, and vice versa.
16621
68254a03
MA
166222001-11-27 Marc Autret <autret_m@epita.fr>
16623
9113b58f
AD
16624 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
16625 initialization.
68254a03
MA
16626 * src/output.c (prepare): Remove its update.
16627
04d843a2
MA
166282001-11-27 Marc Autret <autret_m@epita.fr>
16629
16630 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
16631 Use %error-verbose.
16632
d2079671 166332001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
16634
16635 * src/bison.simple: Remove YYERROR_VERBOSE using.
16636 Use %%error_verbose.
16637 (yyparse): Likewise.
16638 * src/output.c (prepare): Give its final value.
16639 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
16640 * src/getargs.h: Add its extern declaration.
16641 * src/getargs.c (error_verbose_flag): New int.
16642 (getargs): Update to catch new case.
16643 * src/options.c (option_table): 'error-verbose' is a new option.
16644 (shortopts): Update.
16645
e0327bc8
AD
166462001-11-27 Akim Demaille <akim@epita.fr>
16647
16648 * src/system.h: Use intl/libgettext.h.
16649 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
16650
000f1a3c
AD
166512001-11-27 Akim Demaille <akim@epita.fr>
16652
16653 * tests/torture.at (Exploding the Stack Size with Malloc):
16654 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
16655
26cfe0be
AD
166562001-11-27 Akim Demaille <akim@epita.fr>
16657
16658 * src/files.c: Include error.h.
16659 Reported by Hans Aberg.
16660
f6bd5427
MA
166612001-11-26 Marc Autret <autret_m@epita.fr>
16662
d2079671 16663 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
16664 (read_declarations): Add case tok_include.
16665 * src/getargs.h (include): Add its extern definition.
16666 * src/getargs.c (include): New const char *.
16667 (getargs): Add case '-I'.
16668 * src/options.c (option_table): Add include as command line and
16669 percent option.
16670 * src/lex.h (token_t): Add tok_include.
16671
2ca209c1
AD
166722001-11-26 Akim Demaille <akim@epita.fr>
16673
16674 * src/reader.c (readgram): Make sure rules for mid-rule actions
16675 have a lineno equal to that of their host rule.
16676 Reported by Hans Aberg.
16677 * tests/regression.at (Rule Line Numbers): New.
16678
0e41b407
AD
166792001-11-26 Akim Demaille <akim@epita.fr>
16680
16681 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
16682 size_ts.
16683
166842001-11-26 Akim Demaille <akim@epita.fr>
16685
16686 * src/complain.c, src/complain.h (error): Remove, provided by
16687 lib/error.[ch].
16688
e0c40012
AD
166892001-11-26 Akim Demaille <akim@epita.fr>
16690
16691 * src/reader.c (read_declarations): Don't abort on tok_illegal,
16692 issue an error message.
16693 * tests/regression.at (Invalid %directive): New.
16694 Reported by Hans Aberg.
16695
5e147124
AD
166962001-11-26 Akim Demaille <akim@epita.fr>
16697
16698 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
16699 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
16700
a034c8b8
AD
167012001-11-26 Akim Demaille <akim@epita.fr>
16702
16703 * src/conflicts.c (conflicts_print): Don't complain at all when
16704 there are no reduce/reduce conflicts, and as many shift/reduce
16705 conflicts as expected.
16706 * tests/regression.at (%expect right): Adjust.
16707
c64a20f3
AD
167082001-11-23 Akim Demaille <akim@epita.fr>
16709
16710 * lib/alloca.c: Update, from fileutils.
16711
5b0d29bb
AD
167122001-11-23 Akim Demaille <akim@epita.fr>
16713
16714 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
16715
722c4bfe
AD
167162001-11-23 Akim Demaille <akim@epita.fr>
16717
16718 * src/system.h: Include alloca.h.
16719 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
16720
6255b435
AD
167212001-11-23 Akim Demaille <akim@epita.fr>
16722
16723 * src/print_graph.c (print_actions): Remove `rule', unused.
16724 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
16725 pacify GCC's signed < unsigned warnings.
16726 * src/closure.c (itemsetsize): Likewise.
16727 * src/reader.c (symbol_list_new): Static.
16728
b29b2ed5
AD
167292001-11-23 Akim Demaille <akim@epita.fr>
16730
16731 Attaching lineno to buckets is stupid, since only one copy of each
16732 symbol is kept, only the line of the first occurrence is kept too.
16733
16734 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
16735 * src/reader.c (rline_allocated): Remove, unused.
16736 (symbol_list): Have a `line' member.
16737 (symbol_list_new): New.
16738 (readgram): Use it.
16739 * src/print.c (print_grammar): Output the rule line numbers.
16740 * tests/regression.at (Solved SR Conflicts)
16741 (Unresolved SR Conflicts): Adjust.
16742 Reported by Hans Aberg.
16743
a81b1d4a
MA
167442001-11-22 Marc Autret <autret_m@epita.fr>
16745
16746 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
16747
c1ecb3c1
MA
167482001-11-22 Marc Autret <autret_m@epita.fr>
16749
16750 * src/muscle_tab.c (muscle_init): Remove initialization of
16751 skeleton muscle.
16752 * src/output.c (output_master_parser): Do it here.
16753
fbe01355
AD
167542001-11-20 Akim Demaille <akim@epita.fr>
16755
16756 * po/sv.po: New.
16757 * configure.in (ALL_LINGUAS): Adjust.
16758 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
16759 longer contains strings to translate.
16760
81e895c0
AD
167612001-11-19 Akim Demaille <akim@epita.fr>
16762
16763 * src/conflicts.c (conflicts_print): Add a missing \n.
16764
6bb1878b
AD
167652001-11-19 Akim Demaille <akim@epita.fr>
16766
16767 * src/nullable.c (nullable_print): New.
16768 (set_nullable): Call it when tracing.
16769 Better locality of variables.
16770
d9ec2d07
AD
167712001-11-19 Akim Demaille <akim@epita.fr>
16772
16773 * src/print.c (print_actions): Better locality of variables.
16774
720e5c1b
AD
167752001-11-19 Akim Demaille <akim@epita.fr>
16776
16777 * src/derives.c (print_derives): Fix and enrich.
16778 * src/closure.c (print_fderives): Likewise.
16779
fb908786
AD
167802001-11-19 Akim Demaille <akim@epita.fr>
16781
16782 * src/closure.c (itemsetend): Remove, replaced with...
16783 (itemsetsize): new.
16784
125ecb56
AD
167852001-11-19 Akim Demaille <akim@epita.fr>
16786
16787 * src/LR0.c (kernel_end): Remove, replaced with...
16788 (kernel_size): new.
16789
d8cf039f
AD
167902001-11-19 Akim Demaille <akim@epita.fr>
16791
16792 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
16793 to clarify.
16794
7bec0760
AD
167952001-11-19 Akim Demaille <akim@epita.fr>
16796
16797 * src/closure.c (closure): Use arrays instead of pointers to clarify.
16798
c87d4863
AD
167992001-11-19 Akim Demaille <akim@epita.fr>
16800
16801 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
16802 trace messages.
16803 * src/LR0.c: Likewise.
16804 (allocate_itemsets): Use arrays instead of pointers to clarify.
16805
9bfe901c
AD
168062001-11-19 Akim Demaille <akim@epita.fr>
16807
16808 * src/getargs.c (statistics_flag): Replace with...
16809 (trace_flag): New.
16810 (longopts): Accept --trace instead of --statistics.
16811 * src/getargs.h, src/options.c: Adjust.
16812 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
16813 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
16814
97db7bd4
AD
168152001-11-19 Akim Demaille <akim@epita.fr>
16816
cc72668c 16817 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
16818 pointers to clarify the code.
16819 (save_reductions, save_shifts): Factor common parts of alternatives.
16820
2c5f66ed
AD
168212001-11-19 Akim Demaille <akim@epita.fr>
16822
16823 * src/LR0.c (new_state, get_state): Complete TRACE code.
16824 * src/closure.c: Include `reader.h' to get `tags', needed by the
16825 trace code.
16826 Rename the conditional DEBUG as TRACE.
16827 Output consistently TRACEs to stderr, not stdout.
16828 * src/derives.c: Likewise.
16829 * src/reduce.c: (inaccessable_symbols): Using if is better style
16830 than goto.
16831 Use `#if TRACE' instead of `#if 0' for tracing code.
16832
300f275f
AD
168332001-11-19 Akim Demaille <akim@epita.fr>
16834
16835 * src/system.h (LIST_FREE, shortcpy): New.
16836 * src/LR0.c: Use them.
16837 * src/output.c (free_itemsets, free_reductions, free_shifts):
16838 Remove, replaced by LIST_FREE.
16839
f59c437a
AD
168402001-11-19 Akim Demaille <akim@epita.fr>
16841
16842 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
16843 (REDUCTIONS_ALLOC): New.
16844 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
16845 allocation.
16846
6986fd9e
AD
168472001-11-19 Akim Demaille <akim@epita.fr>
16848
16849 * src/LR0.c (new_state): Complete trace code.
16850 * src/nullable.c (set_nullable): Don't translate traces.
16851
4bc30f78
AD
168522001-11-19 Akim Demaille <akim@epita.fr>
16853
16854 * src/print_graph.c (print_core): Better locality of variables.
16855 * src/print.c (print_core): Likewise.
16856
08a946e0
AD
168572001-11-19 Akim Demaille <akim@epita.fr>
16858
16859 * src/vcg.c: You do the output, so you are responsible of the
16860 handling of VCG syntax, in particular: use quotearg.
16861 * src/print_graph.c: Don't.
16862 (print_actions): Don't output the actions as part of the nodes,
16863 since that's the job of the edges.
16864 (print_state): Don't output by hand: fill the node description,
9bfe901c 16865 and ask for its output.
08a946e0 16866
f0473484
AD
168672001-11-19 Akim Demaille <akim@epita.fr>
16868
cc72668c
AD
16869 * src/bison.simple (yyparse): When verbosely reporting an error,
16870 no longer put additional quotes around token names.
f0473484
AD
16871 * tests/calc.at: Adjust.
16872
e41dc700
AD
168732001-11-19 Akim Demaille <akim@epita.fr>
16874
16875 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
16876 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
16877 * src/output.c: Adjust.
16878
652a871c
AD
168792001-11-19 Akim Demaille <akim@epita.fr>
16880
16881 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
16882 (rule_t): this.
16883 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
16884
b2ed6e58
AD
168852001-11-19 Akim Demaille <akim@epita.fr>
16886
16887 * src/gram.h (rule_t): New.
16888 (rule_table): New.
16889 (rrhs, rlhs): Remove, part of state_t.
16890 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
16891 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
16892 * src/reader.c, src/reduce.c: Adjust.
16893
edad7067
AD
168942001-11-19 Akim Demaille <akim@epita.fr>
16895
16896 * src/reader.c (symbols_output): New, extracted from...
16897 (packsymbols): Here.
16898 (reader): Call it.
16899
3feec034
AD
169002001-11-19 Akim Demaille <akim@epita.fr>
16901
16902 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
16903 (maxrhs): this new function.
16904
ddcd5fdf
AD
169052001-11-19 Akim Demaille <akim@epita.fr>
16906
cc72668c 16907 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
16908 Adjust.
16909
bb527fc2
AD
169102001-11-19 Akim Demaille <akim@epita.fr>
16911
cc72668c 16912 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
16913 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16914 * src/lalr.c: Adjust.
16915
a845a697
AD
169162001-11-19 Akim Demaille <akim@epita.fr>
16917
16918 * src/lalr.c (initialize_LA): Only initialize LA. Let...
16919 (set_state_table): handle the `lookaheads' members.
16920
f004bf6a
AD
169212001-11-19 Akim Demaille <akim@epita.fr>
16922
cc72668c
AD
16923 * src/lalr.h (lookaheads): Removed array, whose contents is now
16924 a member of...
f004bf6a
AD
16925 (state_t): this structure.
16926 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16927 Adjust.
16928
de326cc0
AD
169292001-11-19 Akim Demaille <akim@epita.fr>
16930
cc72668c
AD
16931 * src/lalr.h (consistent): Removed array, whose contents is now
16932 a member of...
de326cc0
AD
16933 (state_t): this structure.
16934 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16935 Adjust.
16936
90b4416b
AD
169372001-11-19 Akim Demaille <akim@epita.fr>
16938
cc72668c
AD
16939 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
16940 contents are now members of...
90b4416b
AD
16941 (state_t): this structure.
16942 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
16943 Adjust.
16944
9703cc49
AD
169452001-11-19 Akim Demaille <akim@epita.fr>
16946
16947 * src/lalr.h (state_t): New.
16948 (state_table): Be a state_t * instead of a core **.
16949 (accessing_symbol): Remove, part of state_t.
16950 * src/lalr.c: Adjust.
16951 (set_accessing_symbol): Merge into...
16952 (set_state_table): this.
16953 * src/print_graph.c, src/conflicts.c: Adjust.
16954
d803322e
AD
169552001-11-14 Akim Demaille <akim@epita.fr>
16956
16957 * tests/calc.at, tests/output.at, tests/regression.at,
16958 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
16959 now the tests are run in private dirs, therefore AC_CLEANUP and
16960 family can be simplified to 0-ary.
16961 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
16962 use abs. path to find config.h.
16963 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
16964 stderr, there can be way too much random noise.
16965 Instead pass -Werror to GCC and rely on the exit status.
16966 Reported by Wolfram Wagner.
16967
3d76b07d
AD
169682001-11-14 Akim Demaille <akim@epita.fr>
16969
16970 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
16971 defined only if yyoverflow is defined, to avoid `warning: unused
16972 variable `yyvs1''.
16973 Reported by The Test Suite.
16974
09b503c8
AD
169752001-11-14 Akim Demaille <akim@epita.fr>
16976
16977 * src/print.c: Include reduce.h.
16978 Reported by Hans Aberg.
16979
169802001-11-14 Akim Demaille <akim@epita.fr>
16981
16982 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
16983 Revert a previous patch: these are really const.
16984 * src/conflicts.c (conflict_report): Additional useless pair of
16985 braces to pacify GCC's warnings for `if () if () {} else {}'.
16986 * src/lex.c (parse_percent_token): Replace equal_offset with
16987 arg_offset.
16988 arg is const.
16989 Be sure to strdup `arg' when used, since there is no reason for
16990 token_buffer not to change.
16991
0f37a994
AD
169922001-11-14 Akim Demaille <akim@epita.fr>
16993
16994 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
16995 definition.
16996 * src/main.c (main): Use them.
16997 Suggested by Hans Aberg.
16998
d39d93b8
AD
169992001-11-12 Akim Demaille <akim@epita.fr>
17000
17001 * src/system.h (ngettext): Now that we use ngettext, be sure to
17002 provide a default definition when NLS are not used.
17003
9edcd895
AD
170042001-11-12 Akim Demaille <akim@epita.fr>
17005
17006 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
17007 Use @kbd to denote user input.
17008 (Language and Grammar): ANSIfy the example.
17009 Adjust its layout for info/notinfo.
17010 (Location Tracking Calc): Output error messages to stderr.
17011 Output locations in a more GNUtically correct way.
17012 Fix a couple of Englishos.
17013 Adjust @group/@end group pairs.
17014
7da99ede
AD
170152001-11-12 Akim Demaille <akim@epita.fr>
17016
e3aa65c5 17017 %expect was not functioning at all.
7da99ede
AD
17018
17019 * src/conflicts.c (expected_conflicts): Set to -1.
17020 (conflict_report): Use ngettext.
17021 (conflicts_print): Check %expect and make its violation an error.
17022 * doc/bison.texinfo (Expect Decl): Adjust.
17023 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
17024 * tests/regression.at (%expect not enough, %expect right)
17025 (%expect too much): New.
17026
ba9dda1a
AD
170272001-11-12 Akim Demaille <akim@epita.fr>
17028
17029 * tests/regression.at (Conflicts): Rename as...
17030 (Unresolved SR Conflicts): this.
17031 (Solved SR Conflicts): New.
17032
337c5bd1
AD
170332001-11-12 Akim Demaille <akim@epita.fr>
17034
17035 * src/reduce.c (print_results): Rename as...
17036 (reduce_output): This.
17037 Output to OUT, passed as argument, instead of output_obstack.
17038 (dump_grammar): Likewise.
17039 (reduce_free): New.
17040 Also free V1.
17041 (reduce_grammar): No longer call reduce_output, since...
17042 * src/print.c (print_results): do it.
17043 * src/main.c (main): Call reduce_free;
17044
c73a41af
AD
170452001-11-12 Akim Demaille <akim@epita.fr>
17046
17047 * src/conflicts.c (print_reductions): Accept OUT as argument.
17048 Output to it, not to output_obstack.
17049 * src/print.c (print_actions): Adjust.
17050
0df87bb6
AD
170512001-11-12 Akim Demaille <akim@epita.fr>
17052
17053 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
17054 the result instead of using...
17055 (src_total, rrc_total, src_count, rrc_count): Remove.
17056 (any_conflicts): Remove.
17057 (print_conflicts): Split into...
17058 (conflicts_print, conflicts_output): New.
17059 * src/conflicts.h: Adjust.
17060 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
0f37a994 17061 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
17062 * tests/regression.at (Conflicts): New.
17063 Reported by Tom Lane.
17064
e4d3d4de
AD
170652001-11-12 Akim Demaille <akim@epita.fr>
17066
17067 * tests/regression.at (Invalid input): Remove, duplicate with
17068 ``Invalid input: 1''.
17069
6d7d248e
AD
170702001-11-12 Akim Demaille <akim@epita.fr>
17071
17072 * tests/torture.at (AT_DATA_STACK_TORTURE)
17073 (Exploding the Stack Size with Alloca)
17074 (Exploding the Stack Size with Malloc): New.
17075
e9e4c321
AD
170762001-11-12 Akim Demaille <akim@epita.fr>
17077
17078 * src/bison.simple (YYSTACK_REALLOC): New.
17079 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 17080 Reported by Per Allansson.
e9e4c321 17081
5f7e0832
AD
170822001-11-12 Pascal Bart <pascal.bart@epita.fr>
17083
17084 * src/bison.simple: Define type yystype instead of YYSTYPE, and
17085 define CPP macro, which substitute YYSTYPE by yystype.
17086 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
17087 with yyltype/YYLTYPE. This allows inclusion of the generated
17088 header within the parser if the compiler, such as GGC, accepts
17089 multiple equivalent #defines.
17090 From Akim.
17091
e3f1699f
AD
170922001-11-05 Akim Demaille <akim@epita.fr>
17093
17094 * src/reader.c (symbols_output): New, extracted from...
17095 (packsymbols): here.
17096 (reader): Adjust.
17097
65be0866
AD
170982001-11-05 Akim Demaille <akim@epita.fr>
17099
17100 * src/lex.c (parse_percent_token): s/quotearg/quote/.
17101
e4d910bf
AD
171022001-11-05 Akim Demaille <akim@epita.fr>
17103
17104 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
17105 pattern.
17106
951366c1
AD
171072001-11-05 Akim Demaille <akim@epita.fr>
17108
17109 * src/options.h (struct option_table_struct): set_flags is void*.
17110 * src/options.c (longopts): Support `--output' and `%output'.
17111 (usage): Adjust.
17112 * src/lex.h (tok_setopt): Remove, replaced with...
17113 (tok_intopt, tok_stropt): these new guys.
17114 * src/lex.c (getopt.h): Not needed.
17115 (token_buffer, unlexed_token_buffer): Not const.
17116 (percent_table): Promote `-' over `_' in directive names.
17117 Active `%name-prefix', `file-prefix', and `output'.
17118 (parse_percent_token): Accept possible arguments to directives.
17119 Promote `-' over `_' in directive names.
17120
d8988b2f
AD
171212001-11-04 Akim Demaille <akim@epita.fr>
17122
17123 * doc/bison.texinfo (Decl Summary): Split the list into
17124 `directives for grammars' and `directives for bison'.
17125 Sort'em.
17126 Add description of `%name-prefix', `file-prefix', and `output'.
17127 Promote `-' over `_' in directive names.
17128 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
17129 Simplify the description of `--name-prefix'.
17130 Promote `-' over `_' in directive names.
17131 Promote `--output' over `--output-file'.
17132 Fix the description of `--defines'.
17133 * tests/output.at: Exercise %file-prefix and %output.
17134
6468d18e
AD
171352001-11-02 Akim Demaille <akim@epita.fr>
17136
17137 * doc/refcard.tex: Update.
17138
6b7e85b9
AD
171392001-11-02 Akim Demaille <akim@epita.fr>
17140
17141 * src/symtab.h (SUNDEF): New.
17142 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
17143 stand for `uninitialized', instead of 0.
17144 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
17145 * src/lex.c (lex): Adjust.
17146
17147 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
17148 Number it 0.
17149 Let yylex return it instead of a plain 0.
17150 Reported by Dick Streefland.
17151
cd5aafcf
AD
171522001-11-02 Akim Demaille <akim@epita.fr>
17153
17154 * tests/regression.at (Mixing %token styles): New test.
17155
037ca2f1
AD
171562001-11-02 Akim Demaille <akim@epita.fr>
17157
17158 * src/reader.c (parse_thong_decl): Formatting changes.
17159 (token_translations_init): New, extracted from...
17160 (packsymbols): Here.
17161 Adjust.
17162
270a173c
AD
171632001-11-01 Akim Demaille <akim@epita.fr>
17164
17165 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
17166 Check that `9foo.y' produces correct cpp guards.
17167 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
17168 guards.
17169 Reported by Wwp.
17170
561f9a30
AD
171712001-11-01 Akim Demaille <akim@epita.fr>
17172
17173 * tests/regression.at (Invalid input: 2): New.
17174 * src/lex.c (unlexed_token_buffer): New.
17175 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
17176 too.
17177 Reported by Wwp.
17178
f987e9d2
AD
171792001-11-01 Akim Demaille <akim@epita.fr>
17180
17181 * tests/calc.at: Catch up with 1.30.
17182 * configure.in: Bump to 1.49a.
17183 Adjust to newer Autotest.
17184
0846f581
PB
171852001-10-19 Pascal Bart <pascal.bart@epita.fr>
17186
17187 * src/conflicts.c: Move global variables rrc_total and src_total ...
17188 (print_conflicts): here.
17189 * src/output.c (output): Free global variable user_toknums.
17190 * src/lex.c (token_obstack): Become static.
17191
3c1a79b3
AD
171922001-10-18 Akim Demaille <akim@epita.fr>
17193
17194 * tests/atlocal.in (GCC): Add.
17195 * tests/calc.at: s/m4_match/m4_bmatch/.
17196 s/m4_patsubst/m4_bpatsubst/.
17197 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
17198 * configure.in: AC_SUBST(GCC).
17199
5d52e7d0
MA
172002001-10-14 Marc Autret <autret_m@epita.fr>
17201
17202 * src/options.c (create_long_option_table): Fix.
17203
631aa1d3
AD
172042001-10-10 Akim Demaille <akim@epita.fr>
17205
17206 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
17207
f6ec6d13
AD
172082001-10-04 Akim Demaille <akim@epita.fr>
17209
17210 * src/reader.c (parse_union_decl): Push the caracters in
17211 union_obstack, not attrs_obstack.
17212
342b8b6e
AD
172132001-10-04 Akim Demaille <akim@epita.fr>
17214
17215 Merge in the branch 1.29.
17216
17217 * src/reader.c (packsymbols): Use a temporary obstack for
17218 `%%tokendef', since output_stack is already used elsewhere.
17219
17220 2001-10-02 Akim Demaille <akim@epita.fr>
17221
17222 Bump 1.29d.
17223
17224 2001-10-02 Akim Demaille <akim@epita.fr>
17225
17226 Version 1.29c.
17227
17228 2001-10-02 Akim Demaille <akim@epita.fr>
17229
17230 * tests/regression.at (Invalid CPP headers): New.
17231 From Alexander Belopolsky.
17232 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
17233
17234 2001-10-02 Akim Demaille <akim@epita.fr>
17235
17236 * tests/regression.at (Invalid input): New.
17237 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
17238 Reported by Shura.
17239
17240 2001-10-02 Akim Demaille <akim@epita.fr>
17241
17242 * tests/calc.at: Now that --debug works, the tests must be adjusted.
17243
17244 2001-10-02 Akim Demaille <akim@epita.fr>
17245
17246 * src/output.c (output_parser): Assert `skeleton'.
17247 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
17248 systems.
17249 From Shura.
17250
17251 2001-10-01 Marc Autret <autret_m@epita.fr>
17252
17253 * src/lex.h: Echo modifications.
17254 * src/lex.c (unlex): Parameter is now token_t.
17255 From Hans Aberg.
17256
17257 2001-10-01 Marc Autret <autret_m@epita.fr>
17258
17259 * src/main.c: Include lex.h.
17260 From Hans Aberg.
17261
17262 2001-09-29 Akim Demaille <akim@epita.fr>
17263
17264 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
17265
17266 2001-09-28 Akim Demaille <akim@epita.fr>
17267
17268 * tests/testsuite.at: Update to newer Autotest.
17269 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
17270
17271 2001-09-27 Akim Demaille <akim@epita.fr>
17272
17273 Position independent wrapper.
17274
17275 * tests/bison: Remove.
17276 * tests/bison.in: New.
17277 * configure.in: Adjust.
17278
17279 2001-09-27 Paul Eggert <eggert@twinsun.com>
17280
17281 Port quotearg fixes from tar 1.13.24.
17282
17283 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
17284 tm to be declared.
17285 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
17286 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
17287
17288 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
17289 * m4/mbrtowc.m4: New file.
17290 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
17291 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
17292
17293 2001-09-27 Akim Demaille <akim@epita.fr>
17294
17295 Bump to 1.29c.
17296
17297 2001-09-27 Akim Demaille <akim@epita.fr>
17298
17299 Version 1.29b.
17300
17301 2001-09-25 Akim Demaille <akim@epita.fr>
17302
17303 * src/system.h: Include `xalloc.h'.
17304 Remove it from the C files.
17305 * src/files.c (output_files): Free the obstacks.
17306 * src/lex.c (init_lex): Rename as...
17307 (lex_init): this.
17308 (lex_free): New.
17309 * src/main.c (main): Use it.
17310
17311 2001-09-24 Marc Autret <autret_m@epita.fr>
17312
17313 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
17314 to output informations in fout (FILE*).
17315 (open_graph, close_graph): Likewise.
17316 (output_graph, output_edge, output_node): Likewise.
17317 * src/vcg.h: Update function prototypes.
17318 * src/print_graph.c (print_graph): Open output graph file.
17319 (print_actions): Adjust.
17320 * src/files.h: Remove extern declaration.
17321 * src/files.c: Remove graph_obstack declaration.
17322 (open_files): Remove graph_obstack initialization.
17323 (output_files): Remove graph_obstack saving.
17324
17325 2001-09-24 Marc Autret <autret_m@epita.fr>
17326
17327 * src/files.c (compute_output_file_names): Fix.
17328
17329 2001-09-24 Marc Autret <autret_m@epita.fr>,
17330 Akim Demaille <akim@epita.fr>
17331
17332 * src/reader.c (reader): Remove call to free_symtab ().
17333 * src/main.c (main): Call it here.
17334 Include symtab.h.
17335 * src/conflicts.c (initialize_conflicts): Rename as...
17336 (solve_conflicts): this.
17337 * src/print.c (print_core, print_actions, print_state)
17338 (print_grammar): Dump to a file instead a `output_obstack'.
17339 (print_results): Dump `output_obstack', and then proceed with the
17340 FILE *.
17341 * src/files.c (compute_output_file_names, close_files): New.
17342 (output_files): Adjust.
17343 * src/main.c (main): Adjust.
17344
17345 2001-09-23 Marc Autret <autret_m@epita.fr>
17346
17347 * src/files.c (compute_header_macro): Computes header macro name
17348 from spec_defines_file when given.
17349
17350 2001-09-23 Marc Autret <autret_m@epita.fr>
17351
17352 * src/files.c (output_files): Add default extensions.
17353
17354 2001-09-22 Akim Demaille <akim@epita.fr>
17355
17356 * src/conflicts.c (finalize_conflicts): Rename as...
17357 (free_conflicts): this.
17358
17359 2001-09-22 Akim Demaille <akim@epita.fr>
17360
17361 * src/gram.c (gram_free): Rename back as...
17362 (dummy): this.
17363 (output_token_translations): Free `token_translations'.
17364 * src/symtab.c (free_symtab): Free the tag field.
17365
17366 2001-09-22 Akim Demaille <akim@epita.fr>
17367
17368 Remove `translations' as it is always set to true.
17369
17370 * src/gram.h: Adjust.
17371 * src/reader.c (packsymbols, parse_token_decl): Adjust
17372 * src/print.c (print_grammar): Adjust.
17373 * src/output.c (output_token_translations): Adjust.
17374 * src/lex.c (lex): Adjust.
17375 * src/gram.c: Be sure the set pointers to NULL.
17376 (dummy): Rename as...
17377 (gram_free): this.
17378
17379 2001-09-22 Akim Demaille <akim@epita.fr>
17380
17381 * configure.in: Invoke AM_LIB_DMALLOC.
17382 * src/system.h: Use dmalloc.
17383 * src/LR0.c: Be sure to have pointers initialized to NULL.
17384 (allocate_itemsets): Allocate kernel_items only if needed.
17385
17386 2001-09-22 Akim Demaille <akim@epita.fr>
17387
17388 * configure.in: Bump to 1.29b.
17389 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
17390 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
17391 need xmalloc.c in calc.y.
17392 From Pascal Bart.
17393
17394 2001-09-21 Akim Demaille <akim@epita.fr>
17395
17396 Version 1.29a.
17397 * Makefile.maint, config/config.guess, config/config.sub,
17398 * config/missing: Update from masters.
17399 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
17400 upon package.m4.
17401 * configure.in (ALL_LINGUAS): Add `tr'.
17402
17403 2001-09-21 Akim Demaille <akim@epita.fr>
17404
17405 * tests/Makefile.am (package.m4): Move to...
17406 ($(srcdir)/$(TESTSUITE)): here.
17407
17408 2001-09-20 Akim Demaille <akim@epita.fr>
17409
17410 * src/complain.c: No longer try to be standalone: use system.h.
17411 Don't assume __STDC__ is defined to 1. Just test if it is defined.
17412 * src/complain.h: Likewise.
17413 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
17414 Remove the unused variable `n'.
17415 From Albert Chin-A-Young.
17416
17417 2001-09-18 Marc Autret <autret_m@epita.fr>
17418
17419 * doc/bison.1: Update.
17420 * doc/bison.texinfo (Bison Options): Update --defines and --graph
17421 descriptions.
17422 (Option Cross Key): Update.
17423 Add --graph.
17424
17425 2001-09-18 Marc Autret <autret_m@epita.fr>
17426
17427 * tests/regression.at: New test (comment in %union).
17428
17429 2001-09-18 Marc Autret <autret_m@epita.fr>
17430
17431 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
17432 do that.
17433 Reported by Keith Browne.
17434
17435 2001-09-18 Marc Autret <autret_m@epita.fr>
17436
17437 * tests/output.at: Add tests for --defines and --graph.
17438
17439 2001-09-18 Marc Autret <autret_m@epita.fr>
17440
17441 * tests/output.at: Removes tests of %{header,src}_extension features.
17442
17443 2001-09-18 Akim Demaille <akim@epita.fr>
17444
17445 * tests/Makefile.am (package.m4): New.
17446 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
17447 (_AT_CHECK_CALC_ERROR): Likewise.
17448 Factor the `, ' part of verbose error messages.
17449
17450 2001-09-18 Marc Autret <autret_m@epita.fr>
17451
17452 * src/getargs.c (longopts): Declare --defines and --graph as options
17453 with optional arguments.
17454 * src/files.h: Add extern declarations.
17455 * src/files.c (spec_graph_file, spec_defines_file): New.
17456 (output_files): Update.
17457 Remove CPP-outed code.
17458
17459 2001-09-18 Marc Autret <autret_m@epita.fr>
17460
17461 Turn off %{source,header}_extension feature.
17462
17463 * src/files.c (compute_exts_from_gf): Update.
17464 (compute_exts_from_src): Update.
17465 (output_files): CPP-out useless code.
17466 * src/files.h: Remove {header,source}_extension extern declarations.
17467 * src/reader.c (parse_dquoted_param): CPP-out.
17468 (parse_header_extension_decl): Remove.
17469 (parse_source_extension_decl): Remove.
17470 (read_declarations): Remove cases tok_{hdrext,srcext}.
17471 * src/lex.c (percent_table): Remove {header,source}_extension entries.
17472 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
17473
17474 2001-09-10 Akim Demaille <akim@epita.fr>
17475
17476 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
17477 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
17478 (AT_CHECK_OUTPUT): this.
17479 Merely check ls' exit status, its output is useless.
17480
17481 2001-09-10 Akim Demaille <akim@epita.fr>
17482
17483 * tests/calc.at: Use m4_match.
17484 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
17485
17486 2001-09-10 Marc Autret <autret_m@epita.fr>,
17487 Akim Demaille <akim@epita.fr>
17488
17489 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
17490 enum color_e.
17491 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
17492 to `normal'.
17493 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
17494 * src/lex.h: Adjust prototype.
17495 (token_t): Add `tok_undef'.
17496 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
17497 (parse_percent_token): Now returns token_t.
17498 Add default statement in switch.
17499 (lex): Separate `c' as an input variable, from the token_t result
17500 part.
17501 (unlexed): Is a token_t.
17502
17503 2001-09-10 Akim Demaille <akim@epita.fr>
17504
17505 * configure.in: Bump to 1.29a.
17506
17507 2001-09-07 Akim Demaille <akim@epita.fr>
17508
17509 Version 1.29.
17510
17511 2001-08-30 Akim Demaille <akim@epita.fr>
17512
17513 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
17514 * m4/atconfig.m4: Remove.
17515 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
17516 * tests/bison: New.
17517 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
17518 m4_if, m4_patsubst, and m4_regexp.
17519 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
17520 `input' file instead of echo.
17521
17522 2001-08-29 Akim Demaille <akim@epita.fr>
17523
17524 Bump to 1.28e.
17525
17526 2001-08-29 Akim Demaille <akim@epita.fr>
17527
17528 Version 1.28d.
17529
17530 2001-08-29 Paul Eggert <eggert@twinsun.com>
17531
17532 * src/bison.simple (yyparse): Don't take the address of an
17533 item before the start of an array, as that doesn't conform to
17534 the C Standard.
17535
17536 2001-08-29 Robert Anisko <anisko_r@epita.fr>
17537
17538 * doc/bison.texinfo (Location Tracking Calc): New node.
17539
17540 2001-08-29 Paul Eggert <eggert@twinsun.com>
17541
17542 * src/output.c (output): Do not define const, as this now
17543 causes more problems than it cures.
17544
17545 2001-08-29 Akim Demaille <akim@epita.fr>
17546
17547 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
17548 the nodes.
17549 Be sure to tag the `detailmenu'.
17550
17551 2001-08-29 Akim Demaille <akim@epita.fr>
17552
17553 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
17554 download in a tmp dir.
17555
17556 2001-08-28 Marc Autret <autret_m@epita.fr>
17557
17558 * config/depcomp: New file.
17559
17560 2001-08-28 Marc Autret <autret_m@epita.fr>
17561
17562 * doc/bison.1 (mandoc): Adjust.
17563 From Juan Manuel Guerrero.
17564
17565 2001-08-28 Marc Autret <autret_m@epita.fr>
17566
17567 * src/print_graph.c (print_state): Fix.
17568
17569 2001-08-27 Marc Autret <autret_m@epita.fr>
17570
17571 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
17572 char * members.
17573 Echo modifications to the functions prototypes.
17574 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
17575
17576 2001-08-27 Marc Autret <autret_m@epita.fr>
17577
17578 * src/vcg.c: Include `xalloc.h'.
17579 (add_colorentry): New.
17580 (add_classname): New.
17581 (add_infoname): New.
17582 * src/vcg.h: Add new prototypes.
17583
17584 2001-08-27 Akim Demaille <akim@epita.fr>
17585
17586 * Makefile.maint: Sync. again with CVS Autoconf.
17587
17588 2001-08-27 Akim Demaille <akim@epita.fr>
17589
17590 * Makefile.maint: Formatting changes.
17591 (po-update, cvs-update, update): New targets.
17592 (AMTAR): Remove.
17593
17594 2001-08-27 Akim Demaille <akim@epita.fr>
17595
17596 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17597 * Makefile.maint: Sync. with CVS Autoconf.
17598
17599 2001-08-27 Marc Autret <autret_m@epita.fr>
17600
17601 * src/vcg.h (struct infoname_s): New.
17602 (struct colorentry_s): New.
17603 (graph_s): New fields {vertical,horizontal}_order in structure.
17604 Add `infoname' field.
17605 Add `colorentry' field;
17606 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
17607 (G_HORIZONTAL_ORDER): New.
17608 (G_INFONAME): New.
17609 (G_COLORENTRY): New.
17610 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
17611 Add output of `infoname'.
17612 Add output of `colorentry'.
17613
17614 2001-08-27 Marc Autret <autret_m@epita.fr>
17615
17616 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
17617 This one shadowed a global parameter.
17618
17619 2001-08-24 Marc Autret <autret_m@epita.fr>
17620
17621 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
17622 instead of `unsigned'.
17623 (print_state): Do not call obstack_object_size () in obstack_grow ()
17624 to avoid macro variables shadowing.
17625
17626 2001-08-23 Marc Autret <autret_m@epita.fr>
17627
17628 * src/lex.c (percent_table): Typo: s/naem/name/.
17629 Add graph option.
17630 Normalize new options declarations.
17631
17632 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
17633
17634 * tests/suite.at: Exercise %header_extension and %source_extension.
17635
17636 2001-08-16 Marc Autret <autret_m@epita.fr>
17637
17638 * src/reader.c (parse_dquoted_param): New.
17639 (parse_header_extension_decl): Use it.
17640 (parse_source_extension_decl): Likewise.
17641
17642 2001-08-16 Marc Autret <autret_m@epita.fr>
17643
17644 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
17645 (get_xxxx_str): Use assert () instead of complain ().
17646 Remove return invokations in default cases.
17647 (get_decision_str): Modify default behaviour. Remove second argument.
17648 Echo modifications on calls.
17649 (output_graph): Fix.
17650
17651 2001-08-16 Marc Autret <autret_m@epita.fr>
17652
17653 * src/getargs.c (usage): Update with ``-g, --graph''.
17654
17655 2001-08-16 Marc Autret <autret_m@epita.fr>
17656
17657 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
17658 (Option Cross Key): Likewise.
17659 * doc/bison.1: Update.
17660
1c8c2190
PB
176612001-09-25 Pascal Bart <pascal.bart@epita.fr>
17662
17663 * src/output.c (output_master_parser): Don't finish action_obstack.
17664 (output_parser): Don't care about the muscle action, here.
17665 (prepare): Copy the action_obstack in the action muscle.
17666 (output): Free action_obstack.
17667
180d45ba
PB
176682001-09-23 Pascal Bart <pascal.bart@epita.fr>
17669
17670 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
17671 will contain `%union' declaration.
17672 (parse_union_decl): Delete #line directive output.
17673 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
17674 informations about %union.
17675 (parse_union_decl): Copy the union_obstack in the muscle stype.
17676 * src/bison.simple: Add new #line directive.
17677 Add typdef %%stype YYSTYPE.
17678
c51d1a19
PB
176792001-09-23 Pascal Bart <pascal.bart@epita.fr>
17680
17681 * src/bison.simple: Add new `#line' directive.
17682
6f9344da
PB
176832001-09-22 Pascal Bart <pascal.bart@epita.fr>
17684
17685 * src/bison.simple: New `#line' directive.
17686 * src/output.c (output_parser): Support new dynamic muscle input_line.
17687
652def80
MA
176882001-09-22 Marc Autret <autret_m@epita.fr>
17689
17690 * src/output.c (output_master_parser): New.
17691 (output_parser): Be more re-entrant.
17692
25b222fa
MA
176932001-09-21 Marc Autret <autret_m@epita.fr>
17694
17695 * src/reader.c (copy_definition, parse_union_decl): Update and use
17696 `linef' muscle.
17697 (copy_action): Likewise.
17698 Use obstack_1grow ().
17699 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
17700
6bc35ae5
MA
177012001-09-21 Marc Autret <autret_m@epita.fr>
17702
17703 * src/options.c (option_table): Adjust.
17704 * src/lex.c (parse_percent_token): Fix.
17705
c0629aa1
PB
177062001-09-20 Pascal Bart <pascal.bart@epita.fr>
17707
17708 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 17709
82b6d266
PB
177102001-09-20 Pascal Bart <pascal.bart@epita.fr>
17711
17712 * src/lex.c (parse_percent_token): Change type of variable `tx', which
17713 is now an option_table_struct*.
17714 (option_strcmp): New function option_strcmp.
17715 (parse_percent_token): Call option_strcmp.
17716 * src/getargs.c (xalloc.h, options.h): Include it.
17717 (getargs): Call create_long_option_table.
17718 (getargs): Free longopts at the end of the function.
17719 (shortopts): Move in options.c.
17720 * src/options.c (create_long_option_table): New function. Convert
17721 information from option_table to option structure.
17722 * src/reader.c (options.h): Include it.
17723
17724 * src/Makefile.am: Adjust.
17725 * src/options.c (option_table): Create from longopts and percent_table.
17726 * src/getargs.c (longopts): Delete.
17727 * src/lex.c (struct percent_table_struct): Delete.
17728 (percent_table): Delete.
17729 (options.h): Include it.
17730 * src/options.c: Create.
17731 * src/options.h: Create.
17732 Declare enum opt_access_e.
17733 Define struct option_table_struct.
17734
75f5aaea
MA
177352001-09-20 Marc Autret <autret_m@epita.fr>
17736
17737 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
17738 sections of Bison.
17739
f508cb0a
PB
177402001-09-19 Pascal Bart <pascal.bart@epita.fr>
17741
17742 * src/bison.simple: s/%%filename/%%skeleton.
17743 * src/muscle_tab.c (getargs.h): Include it.
17744 (muscle_init): Insert new muscle skeleton.
17745
13105fc1
PB
177462001-09-18 Pascal Bart <pascal.bart@epita.fr>
17747
17748 * src/output.c (output_parser): Delete unused variable actions_dumped.
17749
b0c4483e
PB
177502001-09-07 Pascal Bart <pascal.bart@epita.fr>
17751
17752 * src/output.c (output): Delete call to reader_output_yylsp.
17753 * src/reader.c (reader): Likewise.
ba0fe3c7 17754 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 17755
11d82f03
MA
177562001-09-02 Marc Autret <autret_m@epita.fr>
17757
17758 * src/reader.c: Include muscle_tab.h.
17759 (parse_union_decl): Update.
17760 (parse_macro_decl): Rename parse_muscle_decl.
17761 Update to use renamed functions and variable.
17762 (read_declarations, copy_action, read_additionnal_code, : Updated
17763 with correct variables and functions names.
17764 (packsymbols, reader): Likewise.
342b8b6e 17765
11d82f03 17766 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 17767
11d82f03
MA
17768 * src/output.c: Include muscle_tab.h
17769 In all functions using macro_insert, change by using muscle_insert ().
17770 (macro_obstack): Rename muscle_obstack.
17771 Echo modifications in the whole file.
17772 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
17773 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
17774 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
17775
17776 * src/muscle_tab.h: Update double inclusion macros.
17777 (macro_entry_s): Rename muscle_entry_s.
17778 Update prototypes.
342b8b6e 17779
11d82f03
MA
17780 * src/muscle_tab.c: Include muscle_tab.h.
17781 Rename macro_tabble to muscle_table.
17782 (mhash1, mhash2, mcmp): Use muscle_entry.
17783 (macro_init): Rename muscle_init. Update.
17784 (macro_insert): Rename muscle_insert. Update.
17785 (macro_find): Rename muscle_find. Update.
17786
17787 * src/main.c: Include muscle_tab.h.
17788 (main): Call muscle_init ().
17789 * src/Makefile.am (bison_SOURCES): Echo modifications.
17790
93a37297
MA
177912001-09-02 Marc Autret <autret_m@epita.fr>
17792
f753cd62 17793 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 17794
f753cd62
MA
17795 * src/muscle_tab.c, src/muscle_tab.h: Add files.
17796
177972001-09-02 Marc Autret <autret_m@epita.fr>
17798
17799 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 17800
682d48cd
PB
178012001-09-01 Pascal Bart <pascal.bart@epita.fr>
17802
342b8b6e 17803 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
17804 filename.
17805
087c8fda
MA
178062001-09-01 Marc Autret <autret_m@epita.fr>
17807
17808 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
17809 to an explicit value to activate the feature. We do it here.
17810
dda680cb
PB
178112001-08-31 Pascal Bart <pascal.bart@epita.fr>
17812
17813 * src/output.c (prepare): Delete the `filename' muscule insertion.
17814 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
17815 (parse_union_decl): Likewise.
17816 * src/macrotab.c (macro_init): Initialize filename by infile.
17817
9e644e64
MA
178182001-08-31 Marc Autret <autret_m@epita.fr>
17819
17820 * src/bison.simple (YYLSP_NEEDED): New definition.
17821 * src/output.c (prepare): Add macro insertion of `locations_flag'
17822
17da6427
PB
178232001-08-31 Pascal Bart <pascal.bart@epita.fr>
17824
17825 * src/output.c (prepare): Delete insertion of previous muscles,
17826 and insert the `prefix' muscles.
17827 * src/macrotab.c (macro_init): Likewise.
17828 (macro_init): Initialization prefix directive by `yy'.
342b8b6e 17829 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
17830 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
17831 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 17832 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
17833 name_prefix.
17834
e8cb70b9
PB
178352001-08-31 Pascal Bart <pascal.bart@epita.fr>
17836
17837 * src/main.c (main): Standardize.
17838 * src/output.c (output_table_data, output_parser): Likewise.
17839 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
17840
63c2d5de
MA
178412001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
17842
342b8b6e 17843 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
17844 %%epilogue.
17845 * src/output.c (output): Rename %%declarations to %%prologue.
17846 * src/bison.simple: Echo modifications.
342b8b6e 17847
d8cb5183
MA
178482001-08-31 Marc Autret <autret_m@epita.fr>
17849
17850 * src/reader.c (readgram): CleanUp.
17851 (output_token_defines): Likewise.
17852 (packsymbols): Likewise.
17853 (reader): Likewise.
17854 * src/output.c (output): CPP-out useless code.
17855
6c686258
PB
178562001-08-31 Pascal Bart <pascal.bart@epita.fr>
17857
342b8b6e 17858 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
17859 output_trailers and output_headers.
17860 * src/output.h: Remove obsolete functions prototypes of output_headers
17861 and output_trailers.
17862
8f451ef7
PB
178632001-08-30 Pascal Bart <pascal.bart@epita.fr>
17864
17865 * src/main.c: Include macrotab.h.
342b8b6e 17866 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
17867 Adjust functions prototypes.
17868 * src/macrotab.c (macro_insert): Constify key and value.
17869 (macro_find): Constify key.
17870 (macro_insert): Include 'xalloc.h'
17871 (macro_insert): Use XMALLOC.
17872 (macro_find): Constify return value.
17873 * src/output.c (output_table_data): Rename table to table_data.
17874 (output_parser): Constify macro_key, macro_value.
17875
997b6fd0 178762001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
17877
17878 * src/reader.c (parse_skel_decl): New.
342b8b6e 17879 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
17880 * src/lex.h (token_t): New token `tok_skel'.
17881 * src/lex.c (percent_table): Add skeleton option entry.
17882 Standardize.
17883
ff48177d
MA
178842001-08-29 Marc Autret <autret_m@epita.fr>
17885
17886 * src/bison.simple: Add %%user_code directive at the end.
17887 * src/reader.c (read_additionnal_code): New.
17888 (reader): Use it.
17889 * src/output.c (output_program): Remove.
17890 (output): Update.
17891
b33160bf
MA
178922001-08-28 Marc Autret <autret_m@epita.fr>
17893
17894 * src/output.c (output_actions): Clean up.
4e5caae2 17895 (output_gram): CPP-out useless code.
b33160bf
MA
17896 * src/reader.c (reader): Clean up, CPP-out useless code.
17897
d1a2daf7
PB
178982001-08-28 Pascal Bart <pascal.bart@epita.fr>
17899
342b8b6e 17900 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 17901 directive.
d1a2daf7
PB
17902 * src/bison.simple: Add `%%definitions'.
17903
2b763dfe
MA
179042001-08-28 Marc Autret <autret_m@epita.fr>
17905
17906 * config/depcomp: New file.
17907
f1a87ef6
PE
179082001-08-27 Paul Eggert <eggert@twinsun.com>
17909
17910 * src/bison.simple (yyparse): Don't take the address of an
17911 item before the start of an array, as that doesn't conform to
17912 the C Standard.
17913
82e236e2
RA
179142001-08-27 Robert Anisko <robert.anisko@epita.fr>
17915
f1a87ef6 17916 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
17917 obstack. It was done too late here.
17918
17919 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
17920 completely wrong.
17921 (reader): Initialize the macro obstack here, since we need it to grow
17922 '%define' directives.
17923
17924 * src/reader.h: Declare the macro obstack as extern.
17925
b0cfa28a
RA
179262001-08-27 Robert Anisko <robert.anisko@epita.fr>
17927
17928 * src/output.c (output_parser): Fix. Store single '%' characters in
17929 the output obstack instead of throwing them away.
17930
6fc74234
AD
179312001-08-27 Akim Demaille <akim@epita.fr>
17932
17933 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
17934
9c76d118
RA
179352001-08-25 Robert Anisko <robert.anisko@epita.fr>
17936
17937 * lib/Makefile.am: Adjust.
17938
a8289c62
RA
179392001-08-25 Robert Anisko <robert.anisko@epita.fr>
17940
17941 * src/bison.simple: Update and add '%%' directives.
17942
b6610515
RA
179432001-08-25 Robert Anisko <robert.anisko@epita.fr>
17944
17945 * src/reader.c (reader): Remove calls to 'output_headers' and
17946 'output_trailers'. Remove some C output.
17947 (readgram): Disable a piece of code that was writing a default
17948 definition for 'YYSTYPE'.
17949 (reader_output_yylsp): Remove.
17950 (packsymbols): Output token defintions to a macro.
17951 (copy_definition): Disable C output.
6fc74234 17952
b6610515
RA
17953 * src/reader.c (parse_macro_decl): New function used to parse macro
17954 declarations.
17955 (copy_string2): Put the body of copy_string into this new function.
17956 Add a parameter to let the caller choose whether he wants to copy the
17957 string delimiters or not.
17958 (copy_string): Be a simple call to copy_string2 with the last argument
17959 bound to true.
17960 (read_declarations): Add case for macro definition.
17961 (copy_identifier): New.
6fc74234 17962 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
17963 rather than lex.
17964
26f609ff
RA
179652001-08-25 Robert Anisko <robert.anisko@epita.fr>
17966
17967 * src/output.c (prepare): Add prefixed names.
17968 (output_parser): Output semantic actions.
17969 (output_parser): Fix bug on '%%line' directives.
6fc74234 17970
26f609ff
RA
17971 * src/output.c (output_headers): Remove. The C code printed by this
17972 function should now be in the skeletons.
17973 (output_trailers): Remove.
17974 (output): Disable call to 'reader_output_yylsp'.
17975 (output_rule_data): Do not output tables to the table obstack.
17976
17977 * src/output.c: Remove some C dedicated output.
17978 Improve the use of macro and output obstacks.
17979 (output_defines): Remove.
6fc74234 17980
26f609ff
RA
17981 * src/output.c (output_token_translations): Associate 'translate'
17982 table with a macro. No output to the table obstack.
17983 (output_gram): Same for 'rhs' and 'prhs'.
17984 (output_stos): Same for 'stos'.
17985 (output_rule_data): Same for 'r1' and 'r2'.
17986 (token_actions): Same for 'defact'.
17987 (goto_actions): Same for 'defgoto'.
17988 (output_base): Same for 'pact' and 'pgoto'.
17989 (output_table): Same for 'table'.
17990 (output_check): Same for 'check'.
6fc74234 17991
26f609ff
RA
17992 * src/output.c (output_table_data): New function.
17993 (output_short_table): Remove.
17994 (output_short_or_char_table): Remove.
6fc74234 17995
26f609ff
RA
17996 * src/output.c (output_parser): Replace most of the skeleton copy code
17997 with something new. Skeletons are now processed character by character
17998 rather than line by line, and Bison looks for '%%' macros. This is the
17999 first step in making Bison's output process (a lot) more flexible.
18000 (output_parser): Use the macro table.
18001
6f43b113
RA
180022001-08-25 Robert Anisko <robert.anisko@epita.fr>
18003
18004 * src/main.c (main): Initialize the macro table.
18005
dd3127cf
RA
180062001-08-25 Robert Anisko <robert.anisko@epita.fr>
18007
18008 * src/lex.c (percent_table): Add tok_define.
18009 * src/lex.h: Add tok_define.
18010
aa321494
RA
180112001-08-25 Robert Anisko <robert.anisko@epita.fr>
18012
18013 * src/macrotab.c: New file.
18014 * src/macrotab.h: New file.
18015 * src/Makefile.am: Update.
18016
68bd3b6b
RA
180172001-08-25 Robert Anisko <robert.anisko@epita.fr>
18018
18019 * lib/hash.c: New file.
18020 * lib/hash.h: New file.
18021 * lib/Makefile.am: Update.
18022
45f8dd1e
AD
180232001-08-15 Akim Demaille <akim@epita.fr>
18024
18025 Version 1.28c.
18026
40a64a7a 180272001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
18028
18029 * src/reader.c (readgram): Indent output macro YYSTYPE.
18030 (packsymbols): Likewise.
18031 (output_token_defines): Likewise.
18032 * src/files.c: Standardize.
18033 (compute_header_macro): New.
18034 (defines_obstack_save): New. Use compute_header_macro.
18035 (output_files): Update. Use defines_obstack_save.
18036
f9a8293a
AD
180372001-08-15 Akim Demaille <akim@epita.fr>
18038
18039 * doc/bison.texinfo (Table of Symbols): Document
18040 YYSTACK_USE_ALLOCA.
18041
150ca7a7
AD
180422001-08-15 Akim Demaille <akim@epita.fr>
18043
18044 * missing: Update from CVS Automake.
18045 * config/config.guess, config/config.sub, config/texinfo.tex:
18046 Update from gnu.org.
18047
69b5cec4
AD
180482001-08-15 Akim Demaille <akim@epita.fr>
18049
18050 * Makefile.maint: Sync with CVS Autoconf.
18051
f2b5126e
PB
180522001-08-14 Pascal Bart <pascal.bart@epita.fr>
18053
69b5cec4 18054 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
18055 `fdl.texi'.
18056 * doc/fdl.texi: Add to package.
18057
4ecbf796
MA
180582001-08-14 Marc Autret <autret_m@epita.fr>
18059
18060 Turn on %{source,header}_extension features.
18061
69b5cec4 18062 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
18063 source_extension.
18064 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 18065 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
18066 between options.
18067
95fb5662
MA
180682001-08-14 Marc Autret <autret_m@epita.fr>
18069
18070 * src/files.c (compute_base_names): Add extensions computing when
18071 `--file-prefix' used.
18072 Standardize function calls.
18073
78d09da9
MA
180742001-08-13 Marc Autret <autret_m@epita.fr>
18075
69b5cec4 18076 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
18077 defining it (defined but null disables alloca).
18078
5a009f2c
MA
180792001-08-13 Marc Autret <autret_m@epita.fr>
18080
18081 * src/bison.simple (_yy_memcpy): CPP reformat.
18082
1e41465a
PB
180832001-08-13 Pascal Bart <pascal.bart@epita.fr>
18084
18085 * tests/atconfig.in (CPPFLAGS): Fix.
18086
c67a198d
PB
180872001-08-10 Pascal Bart <pascal.bart@epita.fr>
18088
79282c6c 18089 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
18090 `gpl.texi'.
18091 * doc/gpl.texi: Add to package.
18092
09a6de7e
MA
180932001-08-10 Marc Autret <autret_m@epita.fr>
18094
18095 * src/print_graph.h: Fix.
18096 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
18097
b77b9ee0
AD
180982001-08-10 Akim Demaille <akim@epita.fr>
18099
18100 * src/system.h: Provide default declarations for stpcpy, strndup,
18101 and strnlen.
18102
3e259915
MA
181032001-08-10 Robert Anisko <anisko_r@epita.fr>
18104
18105 * doc/bison.texinfo (Locations): Update @$ stuff.
18106
ca96bc2d
MA
181072001-08-09 Robert Anisko <anisko_r@epita.fr>
18108
18109 * src/bison.simple (YYLLOC_DEFAULT): Update.
18110 (yyparse): Adjust.
18111
fdc6758b
MA
181122001-08-08 Marc Autret <autret_m@epita.fr>
18113
b77b9ee0 18114 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
18115 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
18116 Reported by Fabrice Bauzac.
957d4dbf 18117
600cad3b
MA
181182001-08-08 Marc Autret <autret_m@epita.fr>
18119
18120 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
18121 * src/vcg.c (output_node): Fix.
18122 * src/vcg.h: Cleanup.
18123 * src/print_graph.c: Add comments.
b77b9ee0 18124 (node_output_size): New global variable. Simplify the formatting of
600cad3b 18125 the VCG graph output.
b77b9ee0 18126 (print_actions): Unused code is now used. It notifies the final state
600cad3b 18127 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 18128 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
18129 blue.
18130 Get the current node name and node_obstack by argument.
18131 (node_obstack): New variable.
18132 (print_state): Manage node_obstack.
18133 (print_core): Use node_obstack given by argument.
18134 A node is not only computed here but in print_actions also.
18135 (print_graph): CPP out useless code instead of commenting it.
18136
976e528f
AD
181372001-08-07 Pascal Bart <pascal.bart@epita.fr>
18138
18139 * tests/atconfig.in (CPPFLAGS): Fix.
18140
20e8e5ca
AD
181412001-08-07 Akim Demaille <akim@epita.fr>
18142
18143 * src/print_graph.c (quote): New.
18144 (print_core): Use it.
18145
957d4dbf 181462001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 18147
3e3da797
AD
18148 * src/vcg.c (complain.h): Include it.
18149 Unepitaize `return' invocations.
c4b66126 18150 [NDEBUG] (main): Remove.
79282c6c 18151 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
18152 * src/files.c (open_files): Initialize graph_obstack.
18153 * src/print_graph.c (print_actions): CPP out useless code.
18154 (print_core): Don't output the last `\n' in labels.
18155 Use `quote'.
18156 * src/files.c (output_files): Output the VCG file.
18157 * src/main.c (main): Invoke print_graph ();
3e3da797 18158
957d4dbf 181592001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
18160
18161 Automaton VCG graph output.
18162 Using option ``-g'' or long option ``--graph'', you can generate
18163 a gram_filename.vcg file containing a VCG description of the LALR (1)
18164 automaton of your grammar.
18165
18166 * src/main.c: Call to print_graph() function.
18167 * src/getargs.h: Update.
18168 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
18169 (graph_flag): New flag.
18170 (longopts): Update.
18171 (getargs): Add case `g'.
18172 * src/files.c (graph_obstack): New obstack struct.
18173 (open_files): Initialize new obstack.
18174 (output_files): Saves graph_obstack if required.
18175 * src/files.h (graph_obstack): New extern declaration.
18176 * src/Makefile.am: Add new source files.
18177
927c1557 181782001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
18179
18180 * src/print_graph.c, src/print_graph.h (graph): New.
18181 * src/vcg.h: New file.
18182 * src/vcg.c: New file, VCG graph handling.
18183
7333d403
AD
181842001-08-06 Marc Autret <autret_m@epita.fr>
18185
18186 Add of %source_extension and %header_extension which specify
18187 the source or/and the header output file extension.
18188
18189 * src/files.c (compute_base_names): Remove initialisation of
18190 src_extension and header_extension.
18191 (compute_exts_from_gf): Update.
18192 (compute_exts_from_src): Update.
18193 (output_files): Update.
18194 * src/reader.c (parse_header_extension_decl): New.
18195 (parse_source_extension_decl): New.
18196 (read_declarations): New case statements for the new tokens.
18197 * src/lex.c (percent_table): Add entries for %source_extension
18198 and %header_extension.
18199 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
18200
84163231
AD
182012001-08-06 Marc Autret <autret_m@epita.fr>
18202
18203 * configure.in: Bump to 1.28c.
18204 * doc/bison.texinfo: Texinfo thingies.
18205
8303fc42
AD
182062001-08-04 Pascal Bart <pascal.bart@epita.fr>
18207
18208 * tests/atconfig.in (CPPFLAGS): Add.
18209 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
18210
70a84437
AD
182112001-08-03 Akim Demaille <akim@epita.fr>
18212
18213 Version 1.28b.
18214
2ce10144
AD
182152001-08-03 Akim Demaille <akim@epita.fr>
18216
18217 * tests/Makefile.am (check-local): Ship testsuite.
18218 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
18219 Include `string.h'.
18220
1e3e4bc1
AD
182212001-08-03 Akim Demaille <akim@epita.fr>
18222
18223 * configure.in: Try using -Wformat when compiling.
18224
42b45b7f
AD
182252001-08-03 Akim Demaille <akim@epita.fr>
18226
18227 * configure.in: Bump to 1.28b.
18228
8f13fe33
AD
182292001-08-03 Akim Demaille <akim@epita.fr>
18230
18231 * src/complain.c: Adjust strerror_r portability issues.
18232
b37ba92c
AD
182332001-08-03 Akim Demaille <akim@epita.fr>
18234
18235 Version 1.28a.
18236
b0ce6046
AD
182372001-08-03 Akim Demaille <akim@epita.fr>
18238
18239 * src/getargs.c, src/getarg.h (skeleton)): Constify.
18240 * src/lex.c (literalchar): Avoid name clashes on `buf'.
18241 * src/getargs.c: Include complain.h.
18242 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
18243 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
18244
d01c415b
AD
182452001-08-03 Akim Demaille <akim@epita.fr>
18246
18247 * src/reader.c (readgram): Display hidden chars in error messages.
18248
459dd1a6
AD
182492001-08-03 Akim Demaille <akim@epita.fr>
18250
18251 Update to gettext 0.10.39.
18252
53b74c0c
AD
182532001-08-03 Akim Demaille <akim@epita.fr>
18254
18255 * lib/strspn.c: New.
18256
234a3be3
AD
182572001-08-01 Marc Autret <autret_m@epita.fr>
18258
18259 * doc/bison.texinfo: Update.
18260 * doc/bison.1 (mandoc): Update.
18261 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
18262 * src/files.c: Support output files extensions computing.
18263 (src_extension): New static variable.
18264 (header_extension): New static variable.
18265 (tr): New function.
18266 (get_extension_index): New function, gets the index of an extension
18267 filename in a string.
18268 (compute_exts_from_gf): New function, computes extensions from the
18269 grammar file extension.
18270 (compute_exts_from_src): New functions, computes extensions from the
18271 C source file extension, file given by ``-o'' option.
18272 (compute_base_names): Update.
18273 (output_files): Update.
18274
847bf1f5
AD
182752001-08-01 Robert Anisko <anisko_r@epita.fr>
18276
d995fee7 18277 * doc/bison.texi: Document @$.
847bf1f5
AD
18278 (Locations): New section.
18279
d074a105
AD
182802001-07-18 Akim Demaille <akim@epita.fr>
18281
18282 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
18283 * config/prev-version.txt, config/move-if-change: New.
18284 * Makefile.am: Adjust.
18285
3419715d
AD
182862001-07-08 Pascal Bart <pascal.bart@epita.fr>
18287
18288 * src/bison.simple (yyparse): Suppress warning `comparaison
18289 between signed and unsigned'.
18290
62ab6972
AD
182912001-07-05 Pascal Bart <pascal.bart@epita.fr>
18292
18293 * src/getargs.h (raw_flag): Remove.
18294 * src/getargs.c: Die on `-r'/`--raw'.
18295 * src/lex.c (parse_percent_token): Die on `%raw'.
18296 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
18297 * tests/calc.at: Suppress test with option `--raw'.
18298
1e24cc5b
AD
182992001-07-14 Akim Demaille <akim@epita.fr>
18300
18301 * config/: New.
18302 * configure.in: Require Autoconf 2.50.
18303 Update to gettext 0.10.38.
18304
32dfccf8
AD
183052001-03-16 Akim Demaille <akim@epita.fr>
18306
18307 * doc/bison.texinfo: ANSIfy the examples.
18308
cd5bd6ac
AD
183092001-03-16 Akim Demaille <akim@epita.fr>
18310
18311 * getargs.c (skeleton): New variable.
18312 (longopts): --skeleton is a new option.
18313 (shortopts, getargs): -S is a new option.
18314 * getargs.h: Declare skeleton.
18315 * output.c (output_parser): Use it.
18316
5141b016
AD
183172001-03-16 Akim Demaille <akim@epita.fr>
18318
18319 * m4/strerror_r.m4: New.
18320 * m4/error.m4: Run AC_FUNC_STRERROR_R.
18321 * lib/error.h, lib/error.c: Update.
18322
447992b9
AD
183232001-03-16 Akim Demaille <akim@epita.fr>
18324
18325 * src/getargs.c (longopts): Clean up.
18326
274d42ce
AD
183272001-02-21 Akim Demaille <akim@epita.fr>
18328
18329 * src/reader.c (gensym): `gensym_count' is your own.
18330 Use a static buf to create the symbol name, as token_buffer is no
18331 longer a buffer.
18332
22c821f3
AD
183332001-02-08 Akim Demaille <akim@epita.fr>
18334
18335 * src/conflicts.c (conflict_report): Be sure not to append to res
18336 between two calls, which could happen if both first sprintf were
18337 skipped, but not the first cp += strlen.
18338
18569462
AD
183392001-02-08 Akim Demaille <akim@epita.fr>
18340
18341 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
18342 New, from fileutils 4.0.37.
18343 * configure.in: Require Autoconf 2.49c. I took some time before
18344 making this decision. This is the only way out for portability
18345 issues in Bison, it would mean way too much duplicate effort to
18346 import in Bison features implemented in 2.49c since 2.13.
18347 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
18348
0d8f3c8a
AD
183492001-02-02 Akim Demaille <akim@epita.fr>
18350
18351 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 18352 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 18353
f17bcd1f
AD
183542001-01-19 Akim Demaille <akim@epita.fr>
18355
18356 Get rid of the ad hoc handling of token_buffer in the scanner: use
18357 the obstacks.
18358
18359 * src/lex.c (token_obstack): New.
18360 (init_lex): Initialize it. No longer call...
18361 (grow_token_buffer): this. Remove it.
18362 Adjust all the places which used it to use the obstack.
18363
511e79b3
AD
183642001-01-19 Akim Demaille <akim@epita.fr>
18365
18366 * src/lex.h: Rename all the tokens:
18367 s/\bENDFILE\b/tok_eof/g;
18368 s/\bIDENTIFIER\b/tok_identifier/g;
18369 etc.
18370 Let them be enums, not #define, to ease debugging.
18371 Adjust all the code.
18372
0d6508ef
AD
183732001-01-18 Akim Demaille <akim@epita.fr>
18374
18375 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
18376 * src/lex.c (maxtoken, grow_token_buffer): Static.
18377
6deb4447
AD
183782001-01-18 Akim Demaille <akim@epita.fr>
18379
18380 Since we now use obstacks, more % directives can be enabled.
18381
18382 * src/lex.c (percent_table): Also accept `%yacc',
18383 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
18384 `%debug'.
18385 Handle the actions for `%semantic_parser' and `%pure_parser' here,
18386 instead of returning a token.
18387 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
18388 * src/reader.c (read_declarations): Adjust.
18389 * src/files.c (open_files): Don't call `compute_base_names', don't
18390 compute `attrsfile' since they depend upon data which might be
18391 *in* the input file now.
18392 (output_files): Do it here.
18393 * src/output.c (output_headers): Document the fact that this patch
18394 introduces a guaranteed SEGV for semantic parsers.
18395 * doc/bison.texinfo: Document them.
18396 * tests/suite.at: Exercise these %options.
18397
ff4423cc
AD
183982000-12-20 Akim Demaille <akim@epita.fr>
18399
18400 Also handle the output file (--verbose) with obstacks.
18401
18402 * files.c (foutput): Remove.
18403 (output_obstack): New.
18404 Adjust all dependencies.
18405 * src/conflicts.c: Return a string.
18406 * src/system.h (obstack_grow_string): Rename as...
18407 (obstack_sgrow): this. Be ready to work with non literals.
18408 (obstack_fgrow4): New.
18409
956dba3a
AD
184102000-12-20 Akim Demaille <akim@epita.fr>
18411
18412 * src/files.c (open_files): Fix the computation of short_base_name
18413 in the case of `-o foo.tab.c'.
18414
337bab46
AD
184152000-12-20 Akim Demaille <akim@epita.fr>
18416
18417 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
18418 (copy_dollar): Now that everything uses obstacks, get rid of the
18419 FILE * parameters.
18420
5d3214b8
AD
184212000-12-20 Akim Demaille <akim@epita.fr>
18422
18423 * src/files.c (open_files): Actually the `.output' file is based
18424 on the short_base_name, not base_name.
18425 * tests/suite.at (Checking output file names): Adjust.
18426
29092a57
AD
184272000-12-20 Akim Demaille <akim@epita.fr>
18428
18429 * src/bison.s1: Remove, we now use directly...
18430 * src/bison.simple: this.
18431 * src/Makefile.am: Use pkgdata instead of data.
18432
ea5607fd
AD
184332000-12-20 Akim Demaille <akim@epita.fr>
18434
18435 * src/files.c (guard_obstack): New.
18436 (open_files): Initialize it.
18437 (output_files): Dump it...
18438 * src/files.h: Export it.
18439 * src/reader.c (copy_guard): Use it.
18440
27110317
AD
184412000-12-19 Akim Demaille <akim@epita.fr>
18442
18443 * src/files.c (outfile, defsfile, actfile): Removed as global
18444 vars.
18445 (open_files): Don't compute them.
18446 (output_files): Adjust.
18447 (base_name, short_base_name): Be global.
18448 Adjust dependencies.
18449
19c50364
AD
184502000-12-19 Akim Demaille <akim@epita.fr>
18451
18452 * src/files.c (strsuffix): New.
18453 (stringappend): Be just like strcat but allocate.
18454 (base_names): Eve out from open_files.
18455 Try to simplify the rather hairy computation of base_name and
18456 short_base_name.
18457 (open_files): Use it.
18458 * tests/suite.at (Checking output file names): New test.
18459
573c1d9f
AD
184602000-12-19 Akim Demaille <akim@epita.fr>
18461
18462 * src/system.h (obstack_grow_literal_string): Rename as...
18463 (obstack_grow_string): this.
18464 * src/output.c (output_parser): Recognize `%% actions' instead of
18465 `$'.
18466 * src/bison.s1: s/$/%% actions/.
18467 * src/bison.hairy: Likewise.
18468
ef7ddedd
AD
184692000-12-19 Akim Demaille <akim@epita.fr>
18470
18471 * src/output.c (output_parser): Compute the `#line' lines when
18472 there are.
18473 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
18474 Suggested by Hans Aberg.
18475
ff61dabd
AD
184762000-12-19 Akim Demaille <akim@epita.fr>
18477
18478 Let the handling of the skeleton files be local to the procedures
18479 that use it.
18480
18481 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
18482 longer static.
18483 (fparser, open_extra_files): Remove.
18484 (open_files, output_files): Don't take care of fparser.
18485 * src/files.h: Adjust.
18486 * src/output.c (output_parser): Open and close the file to the
18487 skeleton.
18488 * src/reader.c (read_declarations): When %semantic_parser, open
18489 fguard.
18490
55b96341
AD
184912000-12-19 Akim Demaille <akim@epita.fr>
18492
18493 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
18494 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
18495
358c15b7
AD
184962000-12-19 Akim Demaille <akim@epita.fr>
18497
18498 * src/files.c (open_files): Yipee! We no longer need all the code
18499 looking for `/tmp' since we have no tmp file.
18500
7de3329e
AD
185012000-12-19 Akim Demaille <akim@epita.fr>
18502
18503 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
18504 New macros.
18505 * src/files.c (open_files): Less dependency on MSDOS etc.
18506
3abcd459
AD
185072000-12-14 Akim Demaille <akim@epita.fr>
18508
18509 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
18510 Provide a default definition.
18511 Use it when executing the default @ action.
18512 * src/reader.c (reader_output_yylsp): No longer include
18513 `timestamp' and `text' in the default YYLTYPE.
18514
2a91a95e
AD
185152000-12-12 Akim Demaille <akim@epita.fr>
18516
18517 * src/reader.c (copy_definition, parse_union_decl, copy_action)
18518 (copy_guard): Quote the file names.
18519 Reported by Laurent Mascherpa.
18520
14d3eb9b
AD
185212000-12-12 Akim Demaille <akim@epita.fr>
18522
18523 * src/output.c (output_headers, output_program, output): Be sure
18524 to escape special characters when outputting filenames.
18525 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
18526 (output_headers): Don't depend on them, Use ACTSTR.
18527
d7045ec6
AD
185282000-11-17 Akim Demaille <akim@epita.fr>
18529
18530 * lib/obstack.h: Formatting changes.
18531 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
18532 prevents type checking.
18533 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
18534 cast the value to (void *): assigning a `foo *' to a `void *'
18535 variable is valid.
18536 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
18537 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
18538 append characters.
18539
6fd54b73
AD
185402000-11-17 Akim Demaille <akim@epita.fr>
18541
18542 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
18543 as...
18544 (suite.m4, regression.m4, calc.m4): these.
18545 * tests/atgeneral.m4: Update from CVS Autoconf.
18546
4c50eae6
AD
185472000-11-17 Akim Demaille <akim@epita.fr>
18548
18549 * tests/regression.m4 (%union and --defines): New test,
18550 demonstrating a current bug in the obstack implementation.
18551
a35f64ea
AD
185522000-11-17 Akim Demaille <akim@epita.fr>
18553
18554 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
18555 macros.
18556 Use them to declare the variables which are global or local to
18557 `yyparse'.
18558
7de23534
AD
185592000-11-17 Akim Demaille <akim@epita.fr>
18560
18561 * acconfig.h: Remove, no longer used.
18562
aa7815f5
AD
185632000-11-07 Akim Demaille <akim@epita.fr>
18564
18565 * src: s/Copyright (C)/Copyright/g.
18566
5af1f549
AD
185672000-11-07 Akim Demaille <akim@epita.fr>
18568
18569 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
18570 defining.
18571 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
18572
553e2b22
AD
185732000-11-07 Akim Demaille <akim@epita.fr>
18574
18575 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
18576 Merge in a single CPP if/else.
18577
8a4f41d6
AD
185782000-11-07 Akim Demaille <akim@epita.fr>
18579
18580 * src/output.c (output): Remove useless variables.
18581 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
18582 argument `data' for consistency with the prototypes.
18583 Qualify it `const'.
18584 (obstack_copy, obstack_copy0): Rename the second argument as
18585 `address' for consistency. Qualify it `const'.
18586 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
18587 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
18588 `const' their input argument (`data' or `address').
18589 Adjust the corresponding macros to include `const' in casts.
18590
095a3fb5
AD
185912000-11-03 Akim Demaille <akim@epita.fr>
18592
18593 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
18594 s/PFILE1/BISON_HAIRY/.
18595 Adjust dependencies.
18596
d1cdce7c
AD
185972000-11-03 Akim Demaille <akim@epita.fr>
18598
090c5ebf 18599 For some reason, this was not applied.
d1cdce7c
AD
18600
18601 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
18602 `unlink': it's no longer used.
18603
9311529b
AD
186042000-11-03 Akim Demaille <akim@epita.fr>
18605
18606 * src/files.c (skeleton_find): New function, eved out of...
18607 (open_files, open_extra_files): here.
18608
d8880f69
AD
186092000-11-03 Akim Demaille <akim@epita.fr>
18610
18611 Don't use `atexit'.
18612
18613 * src/files.c (obstack_save): New function.
18614 (done): Rename as...
18615 (output_files): this.
18616 Use `obstack_save'.
18617 * src/main.c (main): Don't use `atexit' to register `done', since
18618 it no longer has to remove tmp files, just call `output_files'
18619 when there are no errors.
18620
0dbb648e
AD
186212000-11-02 Akim Demaille <akim@epita.fr>
18622
18623 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
18624 `unlink': it's no longer used.
18625 * src/files.h: Formatting changes.
18626
896fe5c1
AD
186272000-11-02 Akim Demaille <akim@epita.fr>
18628
18629 Remove the last uses of mktemp and unlink/delete.
18630
18631 * src/files.c (fdefines, ftable): Removed.
18632 (defines_ostack, table_obstack): New.
18633 Adjust dependencies of the former into uses of the latter.
18634 * src/output.c (output_short_or_char_table, output_short_table):
18635 Convert to using obstacks.
18636 * src/reader.c (copy_comment2): Accept one FILE * and two
18637 obstacks.
18638 (output_token_defines, reader_output_yylsp): Use obstacks.
18639 * src/system.h (obstack_fgrow3): New.
1f65350a 18640 * po/POTFILES.in: Adjust.
896fe5c1 18641
dd60faec
AD
186422000-11-01 Akim Demaille <akim@epita.fr>
18643
18644 Change each use of `fattrs' into a use of `attrs_obstack'.
18645
18646 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
18647 * src/files.c (fattrs): Remove.
18648 (attrs_obstack): New.
18649 Adjust all dependencies.
18650 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
18651
8c7ebe49
AD
186522000-11-01 Akim Demaille <akim@epita.fr>
18653
18654 Introduce obstacks.
18655 Change each use of `faction' into a use of `action_obstack'.
18656
18657 * lib/obstack.h, lib/obstack.c: New files.
18658 * src/files.c (faction): Remove.
18659 (action_obstack): New.
18660 Adjust all dependencies.
18661
77aee789
AD
186622000-10-20 Akim Demaille <akim@epita.fr>
18663
18664 * lib/quote.h (PARAMS): New macro. Use it.
18665
43591cec
AD
186662000-10-16 Akim Demaille <akim@epita.fr>
18667
18668 * src/output.c (output_short_or_char_table): New function.
18669 (output_short_table, output_token_translations): Use it.
18670 (goto_actions): Use output_short_table.
18671
1e9798d5
AD
186722000-10-16 Akim Demaille <akim@epita.fr>
18673
18674 * src/symtab.c (bucket_new): New function.
18675 (getsym): Use it.
18676
18677 * src/output.c (output_short_table): New argument to display the
18678 comment associated with the table.
18679 Adjust dependencies.
18680 (output_gram): Use it.
18681 (output_rule_data): Nicer output layout for YYTNAME.
18682
f282676b
AD
186832000-10-16 Akim Demaille <akim@epita.fr>
18684
18685 * src/lex.c (read_typename): New function.
18686 (lex): Use it.
18687 * src/reader.c (copy_dollar): Likewise.
18688
550a72a3
AD
186892000-10-16 Akim Demaille <akim@epita.fr>
18690
18691 * src/reader.c (copy_comment2): Expect the input stream to be on
18692 the `/' which is suspected to open a comment, instead of being
18693 called after `//' or `/*' was read.
18694 (copy_comment, copy_definition, parse_union_decl, copy_action)
18695 (copy_guard): Adjust.
18696
131e2fef
AD
186972000-10-16 Akim Demaille <akim@epita.fr>
18698
18699 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
18700 `read_signed_integer'.
18701
79282c5a
AD
187022000-10-16 Akim Demaille <akim@epita.fr>
18703
18704 * src/reader.c (copy_dollar): New function.
18705 (copy_guard, copy_action): Use it.
18706
ff4a34be
AD
187072000-10-16 Akim Demaille <akim@epita.fr>
18708
18709 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
18710 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
18711 New files, from Fileutils 4.0.27.
18712 * src/main.c (printable_version): Remove.
18713 * src/lex.c, src/reader.c: Use `quote'.
18714
187152000-10-04 Akim Demaille <akim@epita.fr>
18716
18717 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
18718
14ded682
AD
187192000-10-04 Akim Demaille <akim@epita.fr>
18720
18721 * doc/bison.texinfo: Various typos spotted by Neil Booth.
18722
8e03724b
AD
187232000-10-04 Akim Demaille <akim@epita.fr>
18724
18725 When a literal string is used to define two different tokens,
18726 `bison -v' segfaults.
18727 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
18728
18729 * tests/regression.m4: New file.
18730 Include the core of the sample provided by Piotr Gackiewicz.
18731 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
18732 properly.
18733
a9e64249
AD
187342000-10-04 Akim Demaille <akim@epita.fr>
18735
18736 * src/reader.c (parse_expect_decl): Keep `count' within the size
18737 of `buffer'.
18738 From Neil Booth.
18739
da9abf43
AD
187402000-10-02 Paul Eggert <eggert@twinsun.com>
18741
18742 * bison.s1 (yyparse): Assign the default value
18743 unconditionally, to avoid a GCC warning and make the parser a
18744 tad smaller.
18745
c33638bb
AD
187462000-10-02 Akim Demaille <akim@epita.fr>
18747
18748 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
18749 options.
18750
444c570a
AD
187512000-10-02 Akim Demaille <akim@epita.fr>
18752
18753 * src/derives.c, src/print.c, src/reduce.c: To ease the
18754 translation, move some `\n' out of the translated strings.
18755
89cab50d
AD
187562000-10-02 Akim Demaille <akim@epita.fr>
18757
18758 The location tracking mechanism is precious for parse error
18759 messages. Nevertheless, it is enabled only when `@n' is used in
18760 the grammar, which is a different issue (you can use it in error
18761 message, but not in the grammar per se). Therefore, there should
18762 be another means to enable it.
18763
18764 * src/getargs.c (getargs): Support `--locations'.
18765 (usage): Report it.
18766 * src/getargs.h (locationsflag): Export it.
18767 * src/lex.c (percent_table): Support `%locations'.
18768 * src/reader.c (yylsp_needed): Remove this variable, now replaced
18769 with `locationsflag'.
18770 * doc/bison.texinfo: Document `--locations' and `%locations'.
18771 Sort the options.
18772 * tests/calc.m4: Test it.
18773
18774 For regularity of the names, replace each
18775 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
18776 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
18777 In addition replace each `flag' with `_flag'.
18778
d6c2cba0
AD
187792000-10-02 Akim Demaille <akim@epita.fr>
18780
18781 Also test parse error messages, including with YYERROR_VERBOSE.
18782
18783 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
18784 associative).
18785 Use it to check the computations.
18786 Use it to check `nonassoc' is honored.
18787 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
18788 `--yyerror-verbose'.
18789 (_AT_CHECK_CALC): Adjust to this option.
18790 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
18791
5a35a6cb
AD
187922000-10-02 Akim Demaille <akim@epita.fr>
18793
18794 Test also `--verbose', `--defines' and `--name-prefix'. Testing
18795 the latter demonstrates a flaw in the handling of non debugging
18796 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
18797 was used in order to simplify:
18798
18799 #if YYDEBUG
18800 if (yydebug)
18801 {
18802 ...
18803 }
18804 #endif
18805
18806 into
18807
18808 if (yydebug)
18809 {
18810 ...
18811 }
18812
18813 unfortunately this leads to a CPP conflict when
18814 `--name-prefix=foo' is used since it produces `#define yydebug
18815 foodebug'.
18816
18817 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
18818 (YYDPRINTF): New macro.
18819 Spread its use.
18820 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
18821 the bison options.
18822 Also test `--verbose', `--defines' and `--name-prefix'.
18823
71da9eea
AD
188242000-10-02 Akim Demaille <akim@epita.fr>
18825
18826 Improve the readability of the produced parsers.
18827
18828 * src/bison.s1: Formatting changes.
18829 Improve the comment related to the `$' mark.
18830 (yydefault): Don't fall through to `yyresume': `goto' there.
18831 * src/output.c (output_parser): When the `$' is met, skip the end
18832 of its line.
18833 New variable, `number_of_dollar_signs', to check there's exactly
18834 one `$' in the parser skeleton.
18835
95e36146
AD
188362000-10-02 Akim Demaille <akim@epita.fr>
18837
18838 * lib/xstrdup.c: New file, from the fileutils.
18839 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
18840 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
18841 instead of strlen + xmalloc + strcpy.
18842 * src/symtab.c (copys): Remove, use xstrdup instead.
18843
d7020c20
AD
188442000-10-02 Akim Demaille <akim@epita.fr>
18845
18846 * src/gram.h (associativity): New enum type which replaces the
18847 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
18848 `right_assoc', `left_assoc' and `non_assoc'.
18849 Adjust all dependencies.
18850 * src/reader.c: Formatting changes.
18851 (LTYPESTR): Don't define it, use it as a literal in
18852 `reader_output_yylsp'.
18853 * src/symtab.h (symbol_class): New enum type which replaces the
18854 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
18855 `sunknown', `stoken and `snterm'.
18856
1916f98e
AD
188572000-10-02 Akim Demaille <akim@epita.fr>
18858
18859 * src/getargs.c (fixed_outfiles): Rename as...
18860 (yaccflag): for consistency and accuracy.
18861 Adjust dependencies.
18862
d7913476
AD
188632000-10-02 Akim Demaille <akim@epita.fr>
18864
18865 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
18866 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
18867 difficult and introduced a lot of core dump. It turns out that
18868 Bison used an implementation of `xmalloc' based on `calloc', and
18869 at various places it does depend upon the initialization to 0. I
18870 have not tried to isolate the pertinent places, and all the former
18871 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
18872 someone should address this issue.
18873
18874 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
18875 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
18876 files.
18877 Adjust dependencies.
18878 * src/warshall.h: New file.
18879 Propagate.
18880
340ef489
AD
188812000-10-02 Akim Demaille <akim@epita.fr>
18882
18883 Various anti-`extern in *.c' changes.
18884
18885 * src/system.h: Include `assert.h'.
18886
b2ca4022
AD
188872000-10-02 Akim Demaille <akim@epita.fr>
18888
18889 * src/state.h (nstates, final_state, first_state, first_shift)
18890 (first_reduction): Move their exportation from here...
18891 * src/LR0.h: to here.
18892 Adjust dependencies.
18893 * src/getargs.c (statisticsflag): New variable.
18894 Add support for `--statistics'.
18895 Adjust dependencies.
18896
18897 Remove a lot of now useless `extern' statements in most files.
18898
403b315b
AD
188992000-10-02 Akim Demaille <akim@epita.fr>
18900
18901 * src/LR0.h: New file.
18902 Propagate its use.
18903
07a58c13
AD
189042000-10-02 Akim Demaille <akim@epita.fr>
18905
18906 * src/print.h: New file.
18907 Propagate its use.
18908 * src/print.c: Formatting and ordering changes.
18909 (verbose, terse): Replace with...
18910 (print_results): this new function.
18911 Adjust dependencies.
18912
0619caf0
AD
189132000-10-02 Akim Demaille <akim@epita.fr>
18914
18915 * src/conflicts.c (conflict_report): New function.
18916 (conflict_log, verbose_conflict_log): Replace with...
18917 (print_conflicts): this function.
18918 Adjust dependencies.
18919 * src/conflicts.h: New file.
18920 Propagate its inclusion.
18921
3519ec76
AD
189222000-10-02 Akim Demaille <akim@epita.fr>
18923
18924 * src/nullable.h: New file.
18925 Propagate its inclusion.
18926 * src/nullable.c: Formatting changes.
18927
015acc48
AD
189282000-10-02 Akim Demaille <akim@epita.fr>
18929
18930 * src/reduce.h: New file.
18931 Propagate its inclusion.
18932 * src/reduce.c: Topological sort and other formatting changes.
18933 (bool, TRUE, FALSE): Move their definition to...
18934 * src/system.h: here.
18935
8963a27b
AD
189362000-10-02 Akim Demaille <akim@epita.fr>
18937
18938 * src/files.c: Formatting changes.
18939 (tryopen, tryclose, openfiles): Rename as...
18940 (xfopen, xfclose, open_files): this.
18941 (stringappend): static.
18942 * src/files.h: Complete the list of exported symbols.
18943 Propagate its use.
18944
a70083a3
AD
189452000-10-02 Akim Demaille <akim@epita.fr>
18946
18947 * src/reader.h: New file.
18948 Propagate its use instead of tedious list of `extern' and
18949 prototypes.
18950 * src/reader.c: Formatting changes, topological sort,
18951 s/register//.
18952
abadc117
AD
189532000-10-02 Akim Demaille <akim@epita.fr>
18954
18955 * src/lex.h: Prototype `lex.c' exported functions.
18956 * src/reader.c: Adjust.
18957 * src/lex.c: Formatting changes.
18958 (safegetc): Rename as...
18959 (xgetc): this.
18960
720d742f
AD
189612000-10-02 Akim Demaille <akim@epita.fr>
18962
18963 * src/lalr.h: New file.
18964 Propagate its inclusion instead of prototypes and `extern'.
18965 * src/lalr.c: Formatting changes, topological sorting etc.
18966
f2acea59
AD
189672000-10-02 Akim Demaille <akim@epita.fr>
18968
18969 * src/output.c (token_actions): Introduce a temporary array,
18970 YYDEFACT, that makes it possible for this function to use
18971 output_short_table.
18972
d019d655
AD
189732000-10-02 Akim Demaille <akim@epita.fr>
18974
18975 `user_toknums' is output as a `short[]' in `output.c', while it is
18976 defined as a `int[]' in `reader.c'. For consistency with the
18977 other output tables, `user_toknums' is now defined as a table of
18978 shorts.
18979
18980 * src/reader.c (user_toknums): Be a short table instead of an int
18981 table.
18982 Adjust dependencies.
18983
18984 Factor the short table outputs.
18985
18986 * src/output.c (output_short_table): New function.
18987 * src/output.c (output_gram, output_stos, output_rule_data)
18988 (output_base, output_table, output_check): Use it.
18989
6c89f1c1
AD
189902000-10-02 Akim Demaille <akim@epita.fr>
18991
18992 * src/output.c (output): Topological sort of the functions, in
18993 order to get rid of the `static' prototypes.
18994 No longer use `register'.
18995 * src/output.h: New file.
18996 Propagate its inclusion in files explicitly prototyping functions
18997 from output.c.
18998
d9efd181
AD
189992000-09-21 Akim Demaille <akim@epita.fr>
19000
19001 * src/atgeneral.m4: Update from Autoconf.
19002
c29240e7 190032000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
19004
19005 * src/closure.h: New file.
19006 * src/closure.c: Formatting changes, topological sort over the
19007 functions, use of closure.h.
19008 (initialize_closure, finalize_closure): Rename as...
19009 (new_closure, free_closure): these. Adjust dependencies.
19010 * src/LR0.c: Formatting changes, topological sort, use of
19011 cloture.h.
19012 (initialize_states): Rename as...
19013 (new_states): this.
19014 * src/Makefile.am (noinst_HEADERS): Adjust.
19015
499daa50
AD
190162000-09-20 Akim Demaille <akim@epita.fr>
19017
19018 * src/acconfig.h: Don't protect config.h against multiple
19019 inclusion.
19020 Don't define PARAMS.
19021 * src/system.h: Define PARAMS.
19022 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
19023 purpose of config.h. system.h must not try to fix wrong
19024 definitions in config.h.
19025
cc84fd5d
AD
190262000-09-20 Akim Demaille <akim@epita.fr>
19027
19028 * src/derives.h: New file.
19029 * src/main.c, src/derives.h: Use it.
19030 Formatting changes.
19031 * src/Makefile.am (noinst_HEADERS): Adjust.
19032
db5b3a89
AD
190332000-09-20 Akim Demaille <akim@epita.fr>
19034
19035 * tests/atgeneral.m4: Update from Autoconf.
19036 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
19037 (AT_CHECK_CALC): New macros.
19038 Use these macros to test bison with options `', `--raw',
19039 `--debug', `--yacc', `--yacc --debug'.
19040
ceed8467
AD
190412000-09-19 Akim Demaille <akim@epita.fr>
19042
19043 * src/output.c: Formatting changes.
19044 * src/machine.h: Remove, leaving its contents in...
19045 * src/system.h: here.
19046 Include stdio.h.
19047 Adjust all dependencies on stdio.h and machine.h.
19048 * src/getargs.h: New file.
19049 Let all `extern' declarations about getargs.c be replaced with
19050 inclusion of `getargs.h'.
19051 * src/Makefile.am (noinst_HEADERS): Adjust.
19052
19053 * tests/calc.m4 (yyin): Be initialized in main, not on the global
19054 scope.
19055 (yyerror): Returns void, not int.
19056 * doc/bison.texinfo: Formatting changes.
19057
05a1d24b
AD
190582000-09-19 Akim Demaille <akim@epita.fr>
19059
19060 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
19061 portable.
19062
cbd25751
AD
190632000-09-18 Akim Demaille <akim@epita.fr>
19064
19065 * configure.in: Append WARNING_CFLAGS to CFLAGS.
19066 * src/Makefile.am (INCLUDES): Don't.
19067 Be ready to fetch headers in lib/.
19068
13863333
AD
190692000-09-18 Akim Demaille <akim@epita.fr>
19070
19071 * doc/bison.texinfo: Update the copyright.
19072 ANSIfy and GNUify the examples.
19073 Remove the old menu.
19074
0d533154
AD
190752000-09-18 Akim Demaille <akim@epita.fr>
19076
19077 First set of tests: use the `calc' example from the documentation.
19078
19079 * src/bison.s1 (yyparse): Condition the code using `yytname' which
19080 is defined only when YYDEBUG is.
19081 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
19082 * src/files.c (tryopen, tryclose): Formatting changes.
19083 Move to the top and be static.
19084 * src/reader.c (read_signed_integer): Likewise.
19085 * tests/calc.m4: New file.
19086 * Makefile.am, suite.m4: Adjust.
19087 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
19088
e79137ac
AD
190892000-09-18 Akim Demaille <akim@epita.fr>
19090
19091 Add support for an Autotest test suite for Bison.
19092
19093 * m4/m4.m4, m4/atconfig.m4: New files.
19094 * m4/Makefile.am (EXTRA_DIST): Adjust.
19095 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
19096 files.
19097 * src/getargs.c: Display a more standard --version message.
19098 * src/reader.c (reader): Formatting changes.
19099 No longer depend upon VERSION_STRING.
19100 * configure.in: No longer use `dnl'.
19101 Set up the test suite and the new directory `tests/.
19102 (VERSION_STRING): Remove.
19103
27821bff
AD
191042000-04-14 Akim Demaille <akim@epita.fr>
19105
19106 * src/reader.c (copy_comment2): New function, same as former
19107 `copy_comment', but outputs into two FILE *.
19108 (copy_comment): Use it.
19109 (parse_union_decl): Use it.
19110 (get_type, parse_start_decl): Use the same `invalid' message.
19111 (parse_start_decl, parse_union_decl): Use the same `multiple'
19112 message.
19113 (parse_union_decl, copy_guard, copy_action): Use the same
19114 `unmatched' message.
19115 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
19116
cfe5fbc0
AD
191172000-03-31 Akim Demaille <akim@epita.fr>
19118
19119 * src/files.c (tryopen, tryclose): Move to the top.
19120 Be static.
19121
cb7db13e
AD
191222000-03-31 Akim Demaille <akim@epita.fr>
19123
19124 * src/main.c (main): Don't call `done', exit does it.
19125
a0f6b076
AD
191262000-03-31 Akim Demaille <akim@epita.fr>
19127
36281465
AD
19128 * allocate.c: s/return (foo)/return foo/.
19129 * lalr.c: Likewise.
19130 * LR0.c: Likewise.
19131 * output.c: Likewise.
19132 * reader.c: Likewise.
19133 * symtab.c: Likewise.
19134 * vmsgetargs.c: Likewise.
19135
191362000-03-31 Akim Demaille <akim@epita.fr>
19137
19138 Clean up the error reporting functions.
a0f6b076
AD
19139
19140 * src/report.c: New file.
19141 * src/report.h: Likewise.
19142 * src/Makefile.am: Adjust.
19143 * m4/error.m4: New file.
19144 * m4/Makefile.am: Adjust.
19145 * configure.in (jm_PREREQ_ERROR): Call it.
19146 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
19147 Remove.
19148 (fatal, fatals): Remove. All callers use complain.c::fatal.
19149 (warn, warni, warns, warnss, warnss): Remove. All callers use
19150 complain.c::complain.
19151 (toomany): Remove, use fatal instead.
19152 * src/files.c (done): No argument, use complain_message_count.
19153 * src/main.c (main): Register `done' to `atexit'.
19154
19155 * src/getargs.c (usage): More `fputs', less `fprintf'.
19156
18539825
AD
191572000-03-28 Akim Demaille <akim@epita.fr>
19158
19159 * lib/: New directory.
19160 * Makefile.am (SUBDIRS): Adjust.
19161 * configure.in: Adjust.
19162 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
19163 useless.
19164 * src/alloca.c: Moved to lib/.
19165 * src/getopt.c: Likewise.
19166 * src/getopt1.c: Likewise.
19167 * src/getopt.h: Likewise.
19168 * src/ansi2knr.c: Likewise.
19169 * src/ansi2knr.1: Likewise.
19170 * src/Makefile.am: Adjust.
19171 * lib/Makefile.am: New file.
19172
9f306f2a
AD
191732000-03-28 Akim Demaille <akim@epita.fr>
19174
19175 * src/getargs.c (usage): Refresh the help message.
19176
0ba347b6
AD
191772000-03-17 Akim Demaille <akim@epita.fr>
19178
19179 * src/getopt1.c: Updated from textutils 2.0e
19180 * src/getopt.c: Likewise.
19181 * src/getopt.h: Likewise.
19182
dbe7f271
AD
191832000-03-17 Akim Demaille <akim@epita.fr>
19184
19185 * src/Makefile.am (bison.simple): Fix the awk program: quote only
19186 the file name, not the whole `#line LINE FILE'.
19187
75bbe78d
AD
191882000-03-17 Akim Demaille <akim@epita.fr>
19189
19190 On syntax errors, report the token on which we choked.
19191
aa5fd0ee
AD
19192 * src/bison.s1 (yyparse): In the label yyerrlab, when
19193 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 19194
7b306f52
AD
191952000-03-17 Akim Demaille <akim@epita.fr>
19196
aa5fd0ee 19197 * src/reader.c (copy_at): New function.
7b306f52
AD
19198 (copy_guard): Use it.
19199 (copy_action): Use it.
19200
e87b5700
AD
192012000-03-17 Akim Demaille <akim@epita.fr>
19202
19203 Be kind to translators, save some useless translations.
19204
aa5fd0ee 19205 * src/main.c (banner): New function.
e87b5700
AD
19206 (fatal_banner): Use it.
19207 (warn_banner): Use it.
19208
ae3c3164
AD
192092000-03-17 Akim Demaille <akim@epita.fr>
19210
aa5fd0ee
AD
19211 * src/reader.c (copy_definition): Use copy_string and
19212 copy_comment. Removed now unused `match', `ended',
19213 `cplus_comment'.
ae3c3164
AD
19214 (copy_comment, copy_string): Moved, to be visible from
19215 copy_definition.
19216
4dc58e7c
AD
192172000-03-17 Akim Demaille <akim@epita.fr>
19218
aa5fd0ee
AD
19219 * src/reader.c (copy_string): Declare `static inline'. No
19220 problems with inline, since it is checked by configure.
4dc58e7c
AD
19221 (copy_comment): Likewise.
19222
0a6384c4
AD
192232000-03-17 Akim Demaille <akim@epita.fr>
19224
aa5fd0ee 19225 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 19226
3cef001a
AD
192272000-03-17 Akim Demaille <akim@epita.fr>
19228
aa5fd0ee 19229 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
19230 (copy_action): Use it. Removed now unused `match', `ended',
19231 `cplus_comment'.
19232 (copy_guard): Likewise.
19233
ca36d2ef
AD
192342000-03-17 Akim Demaille <akim@epita.fr>
19235
aa5fd0ee 19236 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
19237 (copy_action): Use it.
19238 (copy_guard): Likewise.
19239
6666f98f
AD
192402000-03-17 Akim Demaille <akim@epita.fr>
19241
19242 Change the handling of @s so that they behave exactly like $s.
19243 There is now a pseudo variable @$ (readble and writable), location
19244 of the lhs of the rule (by default ranging from the location of
19245 the first symbol of the rhs, to the location of the last symbol,
19246 or, if the rhs is empty, YYLLOC).
19247
19248 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
19249 yyval.
19250 (yyparse): When providing a default semantic action, provide a
19251 default location action.
19252 (after the $): No longer change `*YYLSP', just stack YYLOC the
19253 same way you stack YYVAL.
19254 * src/reader.c (read_declarations): Use warns.
19255 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
19256 (copy_action, case '@'): Likewise.
19257 Use a standard error message, to save useless work from
19258 translators.
19259
41aca2e0
AD
192602000-03-17 Akim Demaille <akim@epita.fr>
19261
aa5fd0ee
AD
19262 * src/bison.s1: Formatting and cosmetics changes.
19263 * src/reader.c: Likewise.
41aca2e0
AD
19264 Update the Copyright notice.
19265
dc08c1d5
AD
192662000-03-17 Akim Demaille <akim@epita.fr>
19267
aa5fd0ee
AD
19268 * src/bison.s1 (#line): All set to `#line' only, since the
19269 Makefile now handles them.
dc08c1d5 19270
9ee3c97b
AD
192712000-03-16 Akim Demaille <akim@epita.fr>
19272
19273 * src/output.c (output_rule_data): Output the documentation of
19274 some of the tables.
19275 (Copyright notice): Update.
19276 Formatting changes.
19277
0de741ca
AD
192782000-03-16 Akim Demaille <akim@epita.fr>
19279
19280 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
19281 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
19282 One `#if YYDEBUG' remains, since it uses variables which are
19283 defined only if `YYDEBUG != 0'.
19284
bb10be54
AD
192852000-03-16 Akim Demaille <akim@epita.fr>
19286
19287 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
19288 and related variables so that the similarities are highlighted.
19289
b07b484a
AD
192902000-03-16 Akim Demaille <akim@epita.fr>
19291
19292 * src/bison.s1: Properly indent CPP directives.
19293
361f60b3
AD
192942000-03-16 Akim Demaille <akim@epita.fr>
19295
19296 * src/bison.s1: Properly indent the `alloca' CPP section.
19297
8c44d3ec
AD
192982000-03-16 Akim Demaille <akim@epita.fr>
19299
19300 Do not hard code values of directories in `configure.in'.
19301 Update the `configure' tool chain.
19302
19303 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
19304 src/makefile.am.
19305 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
19306 (AC_OUTPUT): Add m4/Makefile.
19307 Bump to bison 1.28a, 1.29 has never been released.
19308 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
19309 handled via src/Makefile.am.
19310 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
19311 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
19312 autoheader.
19313 * Makefile.am (SUBDIRS): Add m4.
19314 (ACLOCAL_AM_FLAGS): New variable.
19315 (AUTOMAKE_OPTIONS): Add check-news.
19316 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
19317 the proper line number and file name.
19318 (DEFS): Propagate the location of bison library files and of the
19319 locale files.
19320 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
19321 builddir.
19322 * acinclude.m4: Remove, replaced by the directory m4.
19323 * m4/Makefile.am (EXTRA_DIST): New variable.
19324 * m4/gettext.m4: New file, from the fileutils.
19325 * m4/lcmessage.m4: Likewise
19326 * m4/progtest.m4: Likewise.
19327 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
19328
f95997e7
AD
193292000-03-10 Akim Demaille <akim@epita.fr>
19330
19331 * src/closure.c:
19332 Formatting changes of various comments.
19333 Respect the GNU coding standards at various places.
19334 Don't use `_()' when no translation is needed.
19335
193361999-12-13 Jesse Thilo <jthilo@gnu.org>
19337
19338 * src/files.c:
19339 OS/2 honors TMPDIR environment variable.
19340
193411999-12-13 Jesse Thilo <jthilo@gnu.org>
19342
19343 * doc/bison.texinfo: Tweaked spelling and grammar.
19344 Updated ISBN.
19345 Removed reference to price of printed copy.
19346 Mention BISON_SIMPLE and BISON_HAIRY.
19347
193481999-12-13 Jesse Thilo <jthilo@gnu.org>
19349
19350 * configure.in, NEWS:
19351 Bison 1.29 released.
19352
193531999-10-27 Jesse Thilo <jthilo@gnu.org>
19354
19355 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
19356 Added reference card.
19357
193581999-07-26 Jesse Thilo <jthilo@gnu.org>
19359
19360 * po/ru.po: Added Russian translation.
19361
193621999-07-26 Jesse Thilo <jthilo@gnu.org>
19363
19364 * configure.in: Added Russian translation.
19365
193661999-07-06 Jesse Thilo <jthilo@gnu.org>
19367
19368 * configure.in, NEWS, README:
19369 Released version 1.28.
19370
193711999-06-14 Jesse Thilo <jthilo@gnu.org>
19372
19373 * src/system.h:
19374 Squashed redefinition warning on some systems.
19375
19376 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
19377 Have configure build version string instead of relying on ANSI string
19378 concatentation.
19379
193801999-06-14 Jesse Thilo <jthilo@gnu.org>
19381
19382 * po/POTFILES.in: Got rid of version.c.
19383
193841999-06-14 Jesse Thilo <jthilo@gnu.org>
19385
19386 * acconfig.h, configure.in:
19387 Have configure build version string instead of relying on ANSI string
19388 concatentation.
19389
193901999-06-08 Jesse Thilo <jthilo@gnu.org>
19391
19392 * doc/bison.1:
19393 Dropped mention of `+' for long-named options.
19394
193951999-05-30 Jesse Thilo <jthilo@gnu.org>
19396
19397 * src/files.c: Added <unistd.h> for unlink().
19398
19399 * src/Makefile.am, src/system.h:
19400 I18n fixes.
19401
194021999-05-30 Jesse Thilo <jthilo@gnu.org>
19403
19404 * README: Added a FAQ list.
19405
19406 * configure.in, acconfig.h:
19407 I18n fixes.
19408
194091999-05-30 Jesse Thilo <jthilo@gnu.org>
19410
19411 * doc/FAQ, doc/Makefile.am:
19412 Added a FAQ list.
19413
194141999-05-19 Jesse Thilo <jthilo@gnu.org>
19415
19416 * src/alloc.h, src/symtab.h, src/version.c:
19417 Protected inclusion of "config.h" with HAVE_CONFIG_H.
19418
194191999-04-18 Jesse Thilo <jthilo@gnu.org>
19420
19421 * src/.cvsignore, src/Makefile.am:
19422 Reorganized: sources in `src', documentation in `doc'.
19423
19424 * src/lex.c (literalchar):
19425 fixed the code for escaping double quotes (thanks
19426 Jonathan Czisny.)
19427
194281999-04-18 Jesse Thilo <jthilo@gnu.org>
19429
19430 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
19431 Adjusted paths to reflect directory reorganization.
19432
194331999-04-18 Jesse Thilo <jthilo@gnu.org>
19434
19435 * doc/.cvsignore, doc/Makefile.am:
19436 Reorganized: sources in `src', documentation in `doc'.
19437
194381999-04-18 Jesse Thilo <jthilo@gnu.org>
19439
19440 * configure.in:
19441 Updated AC_INIT file to reflect directory reorganization.
19442
19443 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
19444 Reorganized: sources in `src', documentation in `doc'.
19445
194461999-04-13 Jesse Thilo <jthilo@gnu.org>
19447
19448 * src/allocate.c:
19449 Don't declare calloc() and realloc() if not necessary.
19450
194511999-04-13 Jesse Thilo <jthilo@gnu.org>
19452
19453 * configure.in, acconfig.h, acinclude.m4:
19454 Don't declare calloc() and realloc() if not necessary.
19455
194561999-03-23 Jesse Thilo <jthilo@gnu.org>
19457
19458 * po/.cvsignore: Added i18n support.
19459
194601999-03-23 Jesse Thilo <jthilo@gnu.org>
19461
19462 * acconfig.h, configure.in, Makefile.am:
19463 Added i18n support.
19464
194651999-03-22 Jesse Thilo <jthilo@gnu.org>
19466
19467 * src/bison.s1: Fixed #line numbers.
19468
194691999-03-15 Jesse Thilo <jthilo@gnu.org>
19470
19471 * po/es.po, po/fr.po, po/nl.po, po/de.po:
19472 Added PO files from Translation Project.
19473
194741999-03-03 Jesse Thilo <jthilo@gnu.org>
19475
19476 * Makefile.am:
19477 Added support for non-ANSI compilers (ansi2knr).
19478
194791999-02-16 Jesse Thilo <jthilo@gnu.org>
19480
19481 * configure.in: Bumped version number to 1.27.
19482
19483 * Makefile.am:
19484 Added `bison.simple' to list of files removed by `make distclean'.
19485
194861999-02-12 Jesse Thilo <jthilo@gnu.org>
19487
19488 * src/files.c, src/files.h:
19489 Defined locations of parser files in config.h instead of Makefile.
19490
194911999-02-12 Jesse Thilo <jthilo@gnu.org>
19492
19493 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
19494 Defined locations of parser files in config.h instead of Makefile.
19495
194961999-02-09 Jesse Thilo <jthilo@gnu.org>
19497
19498 * Makefile.am:
19499 Removed inappropriate use of $< macro.
19500
195011999-02-05 Jesse Thilo <jthilo@gnu.org>
19502
19503 * po/Makefile.in.in, po/POTFILES.in:
19504 Add `po' directory skeleton.
19505
195061999-01-27 Jesse Thilo <jthilo@gnu.org>
19507
19508 * README: Document help-bison list.
19509
19510 * configure.in: Add check for mkstemp().
19511
195121999-01-20 Jesse Thilo <jthilo@gnu.org>
19513
19514 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
19515 Hush a few compiler warnings.
19516
19517 * src/files.c:
19518 Add tryclose(), which verifies that fclose was successful.
19519 Hush a couple of compiler warnings.
19520
195211999-01-20 Jesse Thilo <jthilo@gnu.org>
19522
19523 * Makefile.am, OChangeLog:
19524 ChangeLog is now automatically generated. Include the old version as
19525 OChangeLog.
19526
195271999-01-14 Jesse Thilo <jthilo@gnu.org>
19528
19529 * src/gram.h, src/lalr.c, src/lex.c, src/lex.h, src/machine.h, src/main.c, src/nullable.c, src/output.c, src/print.c, src/reader.c, src/reduce.c, src/state.h, src/symtab.c, src/symtab.h, src/types.h, src/vmsgetargs.c, src/warshall.c, src/allocate.c, src/alloc.h, src/bison.s1, src/closure.c, src/conflicts.c, src/derives.c, src/files.c, src/files.h, src/getargs.c, src/gram.c, src/LR0.c:
19530 Update FSF address.
19531
195321999-01-14 Jesse Thilo <jthilo@gnu.org>
19533
19534 * doc/bison.texinfo: Fix formatting glitch.
19535
19536 * doc/bison.texinfo: Update FSF address.
19537
195381999-01-14 Jesse Thilo <jthilo@gnu.org>
19539
19540 * acconfig.h: Update FSF address.
19541
195421999-01-08 Jesse Thilo <jthilo@gnu.org>
19543
19544 * src/system.h:
19545 Don't define PACKAGE here, since config.h defines it.
19546
195471998-12-30 Jesse Thilo <jthilo@gnu.org>
19548
19549 * src/reader.c: Update copyright date.
19550
19551 * src/main.c:
19552 Ditch sprintf to statically-sized buffers in fatal/warn functions in
19553 favor of output directly to stderr (avoids buffer overruns).
19554
19555 * src/reader.c: Some checks for premature EOF.
19556
19557 * src/allocate.c, src/alloc.h, src/closure.c, src/conflicts.c, src/derives.c, src/getargs.c, src/gram.c, src/lalr.c, src/lex.c, src/LR0.c, src/main.c, src/nullable.c, src/output.c, src/print.c, src/reduce.c, src/symtab.c, src/symtab.h, src/warshall.c:
19558 Use prototypes if the compiler understands them.
19559
19560 * src/files.c: Honor TMPDIR on Unix hosts.
19561 Use prototypes if the compiler understands them.
19562
19563 * src/reader.c:
19564 Fix a couple of buffer overrun bugs.
19565 Use prototypes if the compiler understands them.
19566
19567 * src/system.h: Include unistd.h and ctype.h.
19568 Use #ifdef instead of #if for NLS symbols.
19569
195701998-12-30 Jesse Thilo <jthilo@gnu.org>
19571
19572 * doc/bison.texinfo:
19573 Delete comment "consider using @set for edition number, etc..." since
19574 we now are doing so.
19575
195761998-12-30 Jesse Thilo <jthilo@gnu.org>
19577
19578 * configure.in:
19579 Use prototypes if the compiler understands them.
19580
19581 * NEWS: Document 1.26 highlights.
19582
19583 * Makefile.am: Require Automake 1.3 or later.
19584
19585 * acconfig.h:
19586 Use prototypes if the compiler understands them.
19587
195881998-12-29 Jesse Thilo <jthilo@gnu.org>
19589
19590 * src/version.c:
19591 Use VERSION symbol from automake for version number.
19592
195931998-12-29 Jesse Thilo <jthilo@gnu.org>
19594
19595 * acconfig.h, configure.in, version.cin:
19596 Use VERSION symbol from automake for version number.
19597
195981998-11-28 Jesse Thilo <jthilo@gnu.org>
19599
19600 * Makefile.am:
19601 Distribute original version of simple parser (bison.s1), not built
19602 version (bison.simple).
19603
196041998-11-28 Jesse Thilo <jthilo@gnu.org>
19605
19606 * doc/bison.texinfo: Add info dir entry.
19607
19608 * doc/bison.texinfo:
19609 Let automake put version number into documentation.
19610
196111998-11-26 Jesse Thilo <jthilo@gnu.org>
19612
19613 * src/bison.cld, src/build.com, src/vmshlp.mar:
19614 Add non-RCS files from /gd/gnu/bison.
19615
196161998-11-26 Jesse Thilo <jthilo@gnu.org>
19617
19618 * doc/bison.1:
19619 Document the BISON_HAIRY and BISON_SIMPLE variables.
19620
196211998-11-25 Jesse Thilo <jthilo@gnu.org>
19622
19623 * src/version.c: Build version.c automatically.
19624
19625 * src/reader.c:
19626 Fix token numbering (used to start at 258, not 257).
19627
19628 * src/system.h: Include config.h.
19629
19630 * src/getargs.c: Update bug report address.
19631
19632 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
19633 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
19634
196351998-11-25 Jesse Thilo <jthilo@gnu.org>
19636
19637 * Makefile.am:
19638 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
19639
19640 * configure.in, version.cin:
19641 Build version.c automatically.
19642
19643 * AUTHORS: Add AUTHORS file.
19644
19645 * README: Update bug report address.
19646
19647 * bison.simple:
19648 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
19649
19650 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
19651 Add automake stuff.
19652
196531998-11-25 Jesse Thilo <jthilo@gnu.org>
19654
19655 * doc/bison.texinfo: Clean up some formatting.
19656
196571998-05-05 Richard Stallman <rms@gnu.org>
19658
19659 * doc/bison.texinfo:
19660 Explain better why to make a pure parser.
19661
196621998-01-05 Richard Stallman <rms@gnu.org>
19663
19664 * src/files.c (openfiles):
19665 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
19666 find a temporary directory, if possible. Do not unlink files while
19667 they are open.
19668
196691997-08-25 Richard Stallman <rms@gnu.org>
19670
19671 * src/reader.c (stack_offset;):
19672 Change some warni to warns.
19673
19674 * src/lex.c (literalchar): Use warns, not warni.
19675
196761997-06-28 Richard Stallman <rms@gnu.org>
19677
19678 * src/bison.s1: Add a Bison version comment.
19679
19680 * src/main.c (fatal, warn, berror):
19681 Use program_name.
19682
196831997-06-28 Richard Stallman <rms@gnu.org>
19684
19685 * Makefile.in (bison_version): New variable.
19686 (dist): Use that variable.
19687 (bison.s1): Substitute the Bison version into bison.simple.
19688
19689 * bison.simple: Add a Bison version comment.
19690
196911997-06-18 Richard Stallman <rms@gnu.org>
19692
19693 * src/main.c (fatal, warn, berror):
19694 Make error messages standard.
19695 (toomany): Improve error message text.
19696
19697 * src/LR0.c, src/closure.c, src/conflicts.c, src/derives.c, src/files.c, src/lalr.c, src/lex.c, src/nullable.c, src/output.c, src/print.c, src/reader.c, src/reduce.c, src/symtab.c:
19698 new.h renamed to alloc.h.
19699
197001997-06-18 Richard Stallman <rms@gnu.org>
19701
19702 * Makefile.in: new.h renamed to alloc.h.
19703
197041997-05-24 Richard Stallman <rms@gnu.org>
19705
19706 * src/lex.c (literalchar):
19707 Fix the code for escaping \, " and '.
19708
19709 (lex): Avoid trouble when there are many chars
19710 to discard in a char literal with just several chars in it.
19711
197121997-05-17 Richard Stallman <rms@gnu.org>
19713
19714 * src/bison.s1:
19715 Use malloc, if using alloca is troublesome.
19716 (YYSTACK_USE_ALLOCA): New flag macro.
19717 Define it for some systems and compilers.
19718 (YYSTACK_ALLOC): New macro.
19719 (yyparse): Use YYSTACK_ALLOC to allocate stack.
19720 If it was malloc'd, free it.
19721
197221997-05-17 Richard Stallman <rms@gnu.org>
19723
19724 * bison.simple:
19725 Use malloc, if using alloca is troublesome.
19726 (YYSTACK_USE_ALLOCA): New flag macro.
19727 Define it for some systems and compilers.
19728 (YYSTACK_ALLOC): New macro.
19729 (yyparse): Use YYSTACK_ALLOC to allocate stack.
19730 If it was malloc'd, free it.
19731
197321997-04-23 Richard Stallman <rms@gnu.org>
19733
19734 * src/bison.s1:
19735 (alloca) [__hpux]: Always define as __builtin_alloca.
19736
197371997-04-23 Richard Stallman <rms@gnu.org>
19738
19739 * bison.simple:
19740 (alloca) [__hpux]: Always define as __builtin_alloca.
19741
197421997-04-22 Richard Stallman <rms@gnu.org>
19743
19744 * src/bison.s1:
19745 [__hpux]: Include alloca.h (right for HPUX 10)
19746 instead of declaring alloca (right for HPUX 9).
19747
19748 * src/bison.s1 (__yy_memcpy):
19749 Declare arg `count' as unsigned int.
19750 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
19751
197521997-04-22 Richard Stallman <rms@gnu.org>
19753
19754 * bison.simple:
19755 [__hpux]: Include alloca.h (right for HPUX 10)
19756 instead of declaring alloca (right for HPUX 9).
19757
19758 * bison.simple (__yy_memcpy):
19759 Declare arg `count' as unsigned int.
19760 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
19761
197621997-01-03 Richard Stallman <rms@gnu.org>
19763
19764 * src/allocate.c: [__STDC__ or _MSC_VER]:
19765 Declare calloc and realloc to return void *.
19766
197671997-01-02 Richard Stallman <rms@gnu.org>
19768
19769 * src/system.h:
19770 [_MSC_VER]: Include stdlib.h and process.h.
19771 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
19772
19773 * src/main.c (main): Return FAILURE as a value.
19774 (printable_version): Declare arg as int, not char.
19775
197761997-01-02 Richard Stallman <rms@gnu.org>
19777
19778 * Makefile.in (dist):
19779 Explicitly check for symlinks, and copy them.
19780
197811996-12-19 Richard Stallman <rms@gnu.org>
19782
19783 * src/files.c:
19784 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
19785
197861996-12-18 Paul Eggert <eggert@gnu.org>
19787
19788 * src/bison.s1 (yyparse):
19789 If __GNUC__ and YYPARSE_PARAM are both defined,
19790 declare yyparse to have a void * argument.
19791
197921996-12-18 Paul Eggert <eggert@gnu.org>
19793
19794 * bison.simple (yyparse):
19795 If __GNUC__ and YYPARSE_PARAM are both defined,
19796 declare yyparse to have a void * argument.
19797
197981996-12-17 Richard Stallman <rms@gnu.org>
19799
19800 * src/reduce.c (nbits): Add some casts.
19801
198021996-08-12 Richard Stallman <rms@gnu.org>
19803
19804 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
19805
198061996-08-12 Richard Stallman <rms@gnu.org>
19807
19808 * bison.simple: Test _MSDOS as well as _MSDOS_.
19809
198101996-07-31 Richard Stallman <rms@gnu.org>
19811
19812 * src/bison.s1:
19813 [__sun && __i386]: Include alloca.h.
19814
198151996-07-31 Richard Stallman <rms@gnu.org>
19816
19817 * bison.simple:
19818 [__sun && __i386]: Include alloca.h.
19819
198201996-07-30 Richard Stallman <rms@gnu.org>
19821
19822 * src/bison.s1: Comment change.
19823
19824 * src/bison.s1: Test _MSDOS_, not MSDOS.
19825
198261996-07-30 Richard Stallman <rms@gnu.org>
19827
19828 * bison.simple: Comment change.
19829
19830 * bison.simple: Test _MSDOS_, not MSDOS.
19831
198321996-06-01 Richard Stallman <rms@gnu.org>
19833
19834 * src/reduce.c, src/reader.c, src/print.c, src/output.c, src/nullable.c, src/lex.c, src/lalr.c, src/getargs.c, src/derives.c, src/conflicts.c, src/closure.c, src/allocate.c:
19835 Insert `_' macro around many string constants.
19836
19837 * src/main.c:
19838 Insert `_' macro around many string constants.
19839
19840 (main): Call setlocale, bindtextdomain and textdomain.
19841
19842 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
19843 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
19844 [ENABLE_NLS]: Include libintl.h.
19845 [ENABLE_NLS] (gettext): Define.
19846 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
19847 (N_, PACKAGE, LOCALEDIR): New macros.
19848
198491996-06-01 Richard Stallman <rms@gnu.org>
19850
19851 * POTFILES.in: New file.
19852
19853 * Makefile.in (allocate.o):
19854 Define target explicitly.
19855
19856 * Makefile.in (CFLAGS): Set to @CFLAGS@.
19857 (LDFLAGS): Set to @LDFLAGS@.
19858 (configure): Run autoconf only if preceding `cd' succeeds.
19859 (bison.s1): Redirect output to temporary file then move the
19860 temporary to the target, rather than redirecting directly to bison.s1.
19861 (clean): Remove config.status and config.log.
19862 (distclean): Don't remove config.status here.
19863
198641996-05-12 Richard Stallman <rms@gnu.org>
19865
19866 * src/bison.s1:
19867 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19868
198691996-05-12 Richard Stallman <rms@gnu.org>
19870
19871 * bison.simple:
19872 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
19873
198741996-05-11 Richard Stallman <rms@gnu.org>
19875
19876 * src/bison.s1 (__yy_memcpy):
19877 Really reorder the args, as was supposedly done on Feb 14 1995.
19878 (yyparse): Calls changed accordingly.
19879
198801996-05-11 Richard Stallman <rms@gnu.org>
19881
19882 * Makefile.in (dist): Don't use $(srcdir).
19883
19884 * bison.simple (__yy_memcpy):
19885 Really reorder the args, as was supposedly done on Feb 14 1995.
19886 (yyparse): Calls changed accordingly.
19887
198881996-01-27 Richard Stallman <rms@gnu.org>
19889
19890 * src/output.c (output_rule_data):
19891 Test YYERROR_VERBOSE in the conditional
19892 around the definition of ttyname.
19893
198941995-12-29 Richard Stallman <rms@gnu.org>
19895
19896 * src/bison.s1:
19897 Fix line numbers in #line commands.
19898
198991995-12-29 Richard Stallman <rms@gnu.org>
19900
19901 * bison.simple:
19902 Fix line numbers in #line commands.
19903
199041995-12-27 Richard Stallman <rms@gnu.org>
19905
19906 * src/bison.s1 (YYPARSE_PARAM_DECL):
19907 In C++, make it always null.
19908 (YYPARSE_PARAM_ARG): New macro.
19909 (yyparse): Use YYPARSE_PARAM_ARG.
19910
199111995-12-27 Richard Stallman <rms@gnu.org>
19912
19913 * bison.simple (YYPARSE_PARAM_DECL):
19914 In C++, make it always null.
19915 (YYPARSE_PARAM_ARG): New macro.
19916 (yyparse): Use YYPARSE_PARAM_ARG.
19917
199181995-11-29 Richard Stallman <rms@gnu.org>
19919
19920 * doc/bison.texinfo:
19921 Describe literal string tokens, %raw, %no_lines, %token_table.
19922
199231995-11-29 Daniel Hagerty <hag@gnu.org>
19924
19925 * doc/bison.texinfo: Fixed update date
19926
199271995-10-16 Richard Stallman <rms@gnu.org>
19928
19929 * src/version.c: Version 1.25.
19930
199311995-10-16 Richard Stallman <rms@gnu.org>
19932
19933 * NEWS: *** empty log message ***
19934
199351995-10-16 Richard Stallman <rms@gnu.org>
19936
19937 * doc/bison.1, doc/bison.rnh:
19938 Add new options.
19939
199401995-10-15 Richard Stallman <rms@gnu.org>
19941
19942 * src/vmsgetargs.c, src/getargs.c:
19943 Added -n, -k, and -raw switches.
19944 (noparserflag, toknumflag, rawtoknumflag): New variables.
19945
19946 * src/symtab.h (SALIAS):
19947 New #define for adding aliases to %token.
19948 (struct bucket): Added `alias' field.
19949
19950 * src/reduce.c (reduce_grammar):
19951 Revise error message.
19952 (print_notices): Remove final `.' from error message.
19953
19954 * src/reader.c (reader_output_yylsp):
19955 New function.
19956 (readgram): Use `#if 0' around code that accepted %command
19957 inside grammar rules: The documentation doesn't allow it,
19958 and it will fail since the %command processors scan for the next %.
19959 (parse_token_decl): Extended the %token
19960 declaration to allow a multi-character symbol as an alias.
19961 (parse_thong_decl): New function.
19962 (read_declarations): Added %thong declarations.
19963 (read_declarations): Handle NOOP to deal with allowing
19964 % declarations as another means to specify the flags.
19965 (readgram): Allow %prec prior to semantics embedded in a rule.
19966 (skip_to_char, read_declarations, copy_definition)
19967 (parse_token_decl, parse_start_decl, parse_type_decl)
19968 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
19969 (get_type_name, copy_guard, copy_action, readgram)
19970 (get_type, packsymbols): Revised most error messages.
19971 Changed `fatal' to `warnxxx' to avoid aborting for error.
19972 Revised and use multiple warnxxx functions to avoid using VARARGS1.
19973 (read_declarations): Improve the error message for
19974 an invalid character. Do not abort.
19975 (read_declarations, copy_guard, copy_action): Use
19976 printable_version to avoid unprintable characters in printed output.
19977 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
19978 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
19979 Allow the type of a non-terminal can be given
19980 more than once, as long as all specifications give the same type.
19981
19982 * src/output.c:
19983 (output_headers, output_trailers, output, output_gram)
19984 (output_rule_data): Implement noparserflag variable.
19985 Implement toknumflag variable.
19986 (output): Call reader_output_yylsp to output LTYPESTR.
19987
19988 * src/main.c (main):
19989 If reader sees an error, don't process the grammar.
19990 (fatals): Updated to not use VARARGS1.
19991 (printable_version, int_to_string, warn, warni, warns, warnss)
19992 (warnsss): New error reporting functions. Avoid abort for error.
19993
19994 * src/lex.h:
19995 Added THONG and NOOP for alias processing.
19996 Added SETOPT for the new code that allows setting options with %flags.
19997
19998 * src/lex.c:
19999 Include getopt.h. Add some extern decls.
20000 (safegetc): New function to deal with EOF gracefully.
20001 (literalchar); new function to deal with reading \ escapes.
20002 (lex): Use literalchar.
20003 (lex): Implemented "..." tokens.
20004 (literalchar, lex, parse_percent_token): Made tokenbuffer
20005 always contain the token. This includes growing the token
20006 buffer while reading an integer.
20007 (parse_percent_token): Replaced if-else statement with percent_table.
20008 (parse_percent_token): Added % declarations as another
20009 way to specify the flags -n, -l, and -r. Also added hooks for
20010 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
20011 major changes to files.c.
20012 (lex) Retain in the incoming stream a character following
20013 an incorrect '/'.
20014 (skip_white_space, lex): Revised most error messages
20015 and changed fatal to warn to avoid aborting.
20016 (percent_table): Added %thong declarations.
20017
20018 * src/gram.h: Comment changes.
20019
20020 * src/files.c (openfiles, open_extra_files, done):
20021 Add faction flag
20022 and actfile file. Handle noparserflag. Both for -n switch.
20023
20024 * src/conflicts.c (resolve_sr_conflict):
20025 Remove use of alloca.
20026
200271995-06-01 Jim Meyering <meyering@gnu.org>
20028
20029 * doc/bison.texinfo: *** empty log message ***
20030
200311995-05-06 Richard Stallman <rms@gnu.org>
20032
20033 * src/bison.s1: Comment change.
20034
200351995-05-06 Richard Stallman <rms@gnu.org>
20036
20037 * bison.simple: Comment change.
20038
200391995-05-03 Richard Stallman <rms@gnu.org>
20040
20041 * src/version.c: Version now 1.24.
20042
20043 * src/bison.s1: Change distribution terms.
20044
20045 * src/version.c: Version now 1.23.
20046
200471995-05-03 Richard Stallman <rms@gnu.org>
20048
20049 * doc/bison.texinfo:
20050 Rewrite "Conditions for Using Bison".
20051 Update version to 1.24.
20052
200531995-05-03 Richard Stallman <rms@gnu.org>
20054
20055 * bison.simple: Change distribution terms.
20056
200571995-02-23 Richard Stallman <rms@gnu.org>
20058
20059 * src/files.c: Test __VMS_POSIX as well as VMS.
20060
200611995-02-14 Jim Meyering <meyering@gnu.org>
20062
20063 * src/bison.s1 (__yy_memcpy):
20064 Renamed from __yy_bcopy to avoid
20065 confusion. Reverse FROM and TO arguments to be consistent with
20066 those of memcpy.
20067
200681995-02-14 Jim Meyering <meyering@gnu.org>
20069
20070 * bison.simple (__yy_memcpy):
20071 Renamed from __yy_bcopy to avoid
20072 confusion. Reverse FROM and TO arguments to be consistent with
20073 those of memcpy.
20074
200751994-11-10 David J. MacKenzie <djm@gnu.org>
20076
20077 * NEWS: reformat
20078
20079 * NEWS: New file.
20080
20081 * Makefile.in (DISTFILES): Include NEWS.
20082
20083 * Makefile.in (DISTFILES):
20084 Include install-sh, not install.sh.
20085
20086 * configure.in: Update to Autoconf v2 macro names.
20087
200881994-10-05 David J. MacKenzie <djm@gnu.org>
20089
20090 * Makefile.in: fix typo
20091
20092 * Makefile.in (prefix, exec_prefix):
20093 Let configure set them.
20094
200951994-09-28 David J. MacKenzie <djm@gnu.org>
20096
20097 * Makefile.in: Set datadir to $(prefix)/share.
20098
200991994-09-15 Richard Stallman <rms@gnu.org>
20100
20101 * src/bison.s1:
20102 Update copyright notice and GPL version.
20103
201041994-09-15 Richard Stallman <rms@gnu.org>
20105
20106 * bison.simple:
20107 Update copyright notice and GPL version.
20108
201091994-07-12 Richard Stallman <rms@gnu.org>
20110
20111 * src/reduce.c, src/reader.c:
20112 entered into RCS
20113
201141994-05-05 David J. MacKenzie <djm@gnu.org>
20115
20116 * Makefile.in: entered into RCS
20117
201181994-03-26 Richard Stallman <rms@gnu.org>
20119
20120 * src/bison.s1: entered into RCS
20121
201221994-03-26 Richard Stallman <rms@gnu.org>
20123
20124 * bison.simple: entered into RCS
20125
201261994-03-25 Richard Stallman <rms@gnu.org>
20127
20128 * src/main.c: entered into RCS
20129
201301994-03-24 Richard Stallman <rms@gnu.org>
20131
20132 * src/conflicts.c: entered into RCS
20133
201341994-01-02 Richard Stallman <rms@gnu.org>
20135
20136 * Makefile.in: *** empty log message ***
20137
201381993-11-21 Richard Stallman <rms@gnu.org>
20139
20140 * src/bison.s1: *** empty log message ***
20141
201421993-11-21 Richard Stallman <rms@gnu.org>
20143
20144 * doc/bison.texinfo: entered into RCS
20145
20146 * doc/bison.texinfo: *** empty log message ***
20147
201481993-11-21 Richard Stallman <rms@gnu.org>
20149
20150 * bison.simple: *** empty log message ***
20151
201521993-10-25 David J. MacKenzie <djm@gnu.org>
20153
20154 * doc/bison.texinfo: *** empty log message ***
20155
201561993-10-19 Richard Stallman <rms@gnu.org>
20157
20158 * src/bison.s1: *** empty log message ***
20159
201601993-10-19 Richard Stallman <rms@gnu.org>
20161
20162 * bison.simple: *** empty log message ***
20163
201641993-10-14 Richard Stallman <rms@gnu.org>
20165
20166 * src/bison.s1: *** empty log message ***
20167
201681993-10-14 Richard Stallman <rms@gnu.org>
20169
20170 * bison.simple: *** empty log message ***
20171
201721993-09-14 David J. MacKenzie <djm@gnu.org>
20173
20174 * doc/bison.texinfo: *** empty log message ***
20175
201761993-09-13 Noah Friedman <friedman@gnu.org>
20177
20178 * Makefile.in: *** empty log message ***
20179
201801993-09-10 Richard Stallman <rms@gnu.org>
20181
20182 * src/conflicts.c: *** empty log message ***
20183
20184 * src/system.h: entered into RCS
20185
201861993-09-10 Richard Stallman <rms@gnu.org>
20187
20188 * doc/bison.1: entered into RCS
20189
201901993-09-06 Noah Friedman <friedman@gnu.org>
20191
20192 * src/version.c: entered into RCS
20193
201941993-09-06 Noah Friedman <friedman@gnu.org>
20195
20196 * Makefile.in: *** empty log message ***
20197
201981993-07-30 David J. MacKenzie <djm@gnu.org>
20199
20200 * Makefile.in: *** empty log message ***
20201
202021993-07-24 Richard Stallman <rms@gnu.org>
20203
20204 * src/bison.s1: *** empty log message ***
20205
202061993-07-24 Richard Stallman <rms@gnu.org>
20207
20208 * bison.simple: *** empty log message ***
20209
202101993-07-08 David J. MacKenzie <djm@gnu.org>
20211
20212 * Makefile.in: *** empty log message ***
20213
202141993-07-04 Richard Stallman <rms@gnu.org>
20215
20216 * src/bison.s1: *** empty log message ***
20217
202181993-07-04 Richard Stallman <rms@gnu.org>
20219
20220 * bison.simple: *** empty log message ***
20221
202221993-06-26 David J. MacKenzie <djm@gnu.org>
20223
20224 * src/getargs.c: entered into RCS
20225
202261993-06-26 David J. MacKenzie <djm@gnu.org>
20227
20228 * doc/bison.texinfo: *** empty log message ***
20229
20230 * doc/bison.1: New file.
20231
202321993-06-25 Richard Stallman <rms@gnu.org>
20233
20234 * src/getargs.c: New file.
20235
202361993-06-16 Richard Stallman <rms@gnu.org>
20237
20238 * src/bison.s1: *** empty log message ***
20239
202401993-06-16 Richard Stallman <rms@gnu.org>
20241
20242 * bison.simple: *** empty log message ***
20243
202441993-06-03 Richard Stallman <rms@gnu.org>
20245
20246 * src/bison.s1: New file.
20247
202481993-06-03 Richard Stallman <rms@gnu.org>
20249
20250 * doc/bison.texinfo: *** empty log message ***
20251
202521993-06-03 Richard Stallman <rms@gnu.org>
20253
20254 * bison.simple: New file.
20255
202561993-05-19 Richard Stallman <rms@gnu.org>
20257
20258 * doc/bison.texinfo: New file.
20259
202601993-05-07 Noah Friedman <friedman@gnu.org>
20261
20262 * Makefile.in: *** empty log message ***
20263
202641993-04-28 Noah Friedman <friedman@gnu.org>
20265
20266 * src/reader.c: *** empty log message ***
20267
202681993-04-23 Noah Friedman <friedman@gnu.org>
20269
20270 * src/alloc.h: entered into RCS
20271
202721993-04-20 David J. MacKenzie <djm@gnu.org>
20273
20274 * src/version.c: *** empty log message ***
20275
20276 * src/files.c, src/allocate.c:
20277 entered into RCS
20278
20279 * src/reader.c: *** empty log message ***
20280
20281 * src/lex.c: entered into RCS
20282
20283 * src/conflicts.c: New file.
20284
20285 * src/symtab.c: entered into RCS
20286
20287 * src/alloc.h: New file.
20288
20289 * src/LR0.c: entered into RCS
20290
202911993-04-18 Noah Friedman <friedman@gnu.org>
20292
20293 * src/reader.c: New file.
20294
20295 * src/version.c: *** empty log message ***
20296
202971993-04-18 Noah Friedman <friedman@gnu.org>
20298
20299 * Makefile.in: *** empty log message ***
20300
203011993-04-17 Noah Friedman <friedman@gnu.org>
20302
20303 * Makefile.in: *** empty log message ***
20304
203051993-04-15 Richard Stallman <rms@gnu.org>
20306
20307 * src/main.c, src/files.c:
20308 New file.
20309
203101993-04-15 Noah Friedman <friedman@gnu.org>
20311
20312 * configure.in: entered into RCS
20313
20314 * configure.in: *** empty log message ***
20315
20316 * configure.in: New file.
20317
203181993-04-14 Richard Stallman <rms@gnu.org>
20319
20320 * Makefile.in: New file.
20321
203221993-04-13 Richard Stallman <rms@gnu.org>
20323
20324 * src/version.c: New file.
20325
203261993-03-25 Richard Stallman <rms@gnu.org>
20327
20328 * src/output.c: entered into RCS
20329
203301992-09-25 Richard Stallman <rms@gnu.org>
20331
20332 * configure.bat: entered into RCS
20333
203341992-06-22 Richard Stallman <rms@gnu.org>
20335
20336 * src/vmsgetargs.c: entered into RCS
20337
203381992-06-22 Richard Stallman <rms@gnu.org>
20339
20340 * doc/bison.rnh: entered into RCS
20341
203421992-04-20 David J. MacKenzie <djm@gnu.org>
20343
20344 * README: entered into RCS
20345
203461992-01-22 Richard Stallman <rms@gnu.org>
20347
20348 * src/machine.h: entered into RCS
20349
203501991-12-21 Richard Stallman <rms@gnu.org>
20351
20352 * src/lalr.c, src/closure.c:
20353 entered into RCS
20354
203551991-12-20 Richard Stallman <rms@gnu.org>
20356
20357 * src/state.h: entered into RCS
20358
203591991-12-18 Richard Stallman <rms@gnu.org>
20360
20361 * src/print.c, src/nullable.c, src/derives.c:
20362 entered into RCS
20363
203641991-11-03 David J. MacKenzie <djm@gnu.org>
20365
20366 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
20367 entered into RCS
20368
203691988-09-09 Richard Stallman <rms@gnu.org>
20370
20371 * src/bison.hairy: entered into RCS
20372
203731987-12-16 Richard Stallman <rms@gnu.org>
20374
20375 * REFERENCES: entered into RCS
dc546b0f 20376
f294a2c2 20377
04098407 20378 -----
f294a2c2 20379
04098407 20380 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
95021767
JD
20381 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
20382 Free Software Foundation, Inc.
f294a2c2 20383
04098407
PE
20384 Copying and distribution of this file, with or without
20385 modification, are permitted provided the copyright notice and this
20386 notice are preserved.
e9071366
AD
20387
20388$Id$