]> git.saurik.com Git - bison.git/blob - ChangeLog
doc: fix confusing citation of LAC publication.
[bison.git] / ChangeLog
1 2011-03-20 Joel E. Denny <joeldenny@joeldenny.org>
2
3 doc: fix confusing citation of LAC publication.
4 Suggested by Akim Demaille.
5 * doc/bison.texinfo (LAC): Here.
6
7 2011-03-20 Joel E. Denny <joeldenny@joeldenny.org>
8
9 lr.default-reductions: rename "full" value to "most".
10 Unlike "consistent" and "accepting", "full" doesn't answer the
11 question of "which states".
12 * doc/bison.texinfo (%define Summary): Update.
13 (Default Reductions): Update.
14 * src/print.c (print_reductions): Update.
15 * src/reader.c (prepare_percent_define_front_end_variables):
16 Update.
17 * src/tables.c (action_row): Update.
18 * tests/input.at (%define enum variables): Update.
19 * tests/reduce.at (%define lr.default-reductions): Update.
20
21 2011-03-13 Joel E. Denny <joeldenny@joeldenny.org>
22
23 * src/parse-gram.c, src/parse-gram.h: Regenerate.
24
25 2011-03-09 Akim Demaille <akim@lrde.epita.fr>
26
27 named references: fix double free.
28 In `rhs[name]: "a" | "b"', do not free "name" twice.
29 Reported by Tys Lefering.
30 <http://lists.gnu.org/archive/html/bug-bison/2010-06/msg00002.html>
31 * src/named-ref.h, src/named-ref.c (named_ref_copy): New.
32 * src/parse-gram.y (current_lhs): Rename as...
33 (current_lhs_symbol): this.
34 (current_lhs): New function. Use it to free the current lhs
35 named reference.
36 * src/reader.c: Bind lhs to a copy of the current named reference.
37 * src/symlist.c: Rely on free (0) being valid.
38 * tests/named-refs.at: Test this.
39
40 2011-03-09 Akim Demaille <akim@lrde.epita.fr>
41
42 tests: style changes.
43 * tests/named-refs.at (Redundant words in LHS brackets)
44 (Unresolved references): here.
45
46 2011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
47
48 java: fix parser tracing bug.
49 * NEWS (2.5): Document.
50 * data/lalr1.java (YYParser::YYStack::print): Don't skip top
51 element.
52
53 2011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
54
55 java: finish fixing parser stack popping bug.
56 * NEWS (2.5): Document.
57 * data/lalr1.java (YYParser::YYStack::pop): Fix off-by-one error
58 in clearing the location stack. Also fix pop function that
59 accepts no arguments.
60
61 2011-03-06 Angelo Borsotti <angelo.borsotti@gmail.com> (tiny change)
62
63 java: fix parser stack popping bug.
64 Reported at
65 <http://lists.gnu.org/archive/html/bug-bison/2011-02/msg00005.html>.
66 * THANKS (Angelo Borsotti): Add.
67 * data/lalr1.java (YYParser::YYStack::pop): Fix off-by-one error
68 in clearing the value stack. Previously, the top element of the
69 stack wasn't cleared and so the value was not garbage collected.
70
71 2011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
72
73 doc: cite publication for LAC.
74 * doc/bison.texinfo (LAC): Here.
75
76 2011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
77
78 doc: clean up terminology for mysterious conflicts.
79 * doc/bison.texinfo (Mystery Conflicts): Rename node to...
80 (Mysterious Conflicts): ... this, which is already the section
81 title and the name used in the index. Update all cross-references
82 to this node. Also, don't imply that R/R conflicts are the only
83 kind of mysterious conflict.
84
85 2011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
86
87 lr.default-reductions: rename "all" value to "full".
88 States that shift the error token do not have default reductions,
89 and GLR disables some default reductions, so "all" was a misnomer.
90 * doc/bison.texinfo (%define Summary): Update.
91 (Default Reductions): Update.
92 * src/print.c (print_reductions): Update.
93 * src/reader.c (prepare_percent_define_front_end_variables):
94 Update.
95 * src/tables.c (action_row): Update.
96 * tests/input.at (%define enum variables): Update.
97 * tests/reduce.at (%define lr.default-reductions): Update.
98
99 2011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
100
101 doc: create a new Tuning LR section in the manual.
102 And clean up all other documentation of the features described
103 there.
104 * NEWS (2.5): Tweak wording of lr.type and parse.lac entries a
105 bit, update the cross-references to the manual, and point out that
106 LAC has caveats. Don't be so adamant that IELR+LAC=canonical LR.
107 That is, as the referenced section in the manual documents, LAC
108 does not fix infinite parsing loops on syntax errors.
109 * doc/bison.texinfo: Consistently drop the "(1)" suffix from LALR,
110 IELR, and LR in @cindex.
111 (%define Summary): Condense the entries for lr.default-reductions,
112 lr.keep-unreachable-states, lr.type, and parse.lac into brief
113 summaries, and cross-reference the appropriate subsections of
114 Tuning LR. For parse.lac, mention that it's only implemented for
115 deterministic parsers in C. In parse.error entry, mention LAC,
116 and add cross-reference to the LAC section.
117 (Error Reporting): When mentioning parse.error, mention LAC, and
118 add cross-reference to the LAC section.
119 (Tuning LR): New section with an extended version of the
120 documentation removed from %define Summary. Change all
121 cross-references in the manual to point here instead of there.
122 (Calc++ Parser): When mentioning parse.error, mention LAC, and add
123 cross-reference to the LAC section.
124 (Table of Symbols): In %error-verbose entry, add cross-reference
125 to Error Reporting.
126 (Glossary): Capitalize entry titles consistently. Add definitions
127 for "defaulted state" and "unreachable state". Expand IELR
128 acronym in IELR's entry.
129
130 2011-02-20 Joel E. Denny <joeldenny@joeldenny.org>
131
132 doc: add bibliography to manual.
133 * doc/bison.texinfo (Mystery Conflicts): Cross-reference
134 bibliography instead of citing publications directly.
135 (Generalized LR Parsing): Likewise.
136 (Bibliography): New section. Not all entries are cross-referenced
137 yet, but that will come in future patches.
138
139 2011-02-19 Joel E. Denny <joeldenny@joeldenny.org>
140
141 java: test and document previous bug fix.
142 * NEWS (2.5): Document it.
143 * tests/java.at (_AT_DATA_JAVA_CALC_Y): To one of the yyerror
144 invocations, pass a location that spans multiple tokens. Change
145 yyerror to report all of a location rather than just the begin
146 position. Extend yylex and Position to count tokens on a line.
147 Remove getHashCode as it's unused. Update all expected output.
148
149 2011-02-19 Bernd Kiefer <kiefer@dfki.de> (tiny change)
150
151 java: fix location handling bug.
152 Reported at
153 <http://lists.gnu.org/archive/html/bison-patches/2011-02/msg00005.html>.
154 * data/lalr1.java (YYParser::yylloc): For non-empty RHS, fix
155 reversed access to location stack.
156 * THANKS (Bernd Kiefer): Add.
157
158 2011-02-13 Joel E. Denny <joeldenny@joeldenny.org>
159
160 doc: fix some minor inconsistencies.
161 * doc/bison.texinfo (%define Summary): Fix mislabeled entry for
162 lex_symbol.
163 (%code Summary): For consistency with the variable list in the
164 %define Summary, enclose the list of %code qualifiers in a table
165 instead of an itemize.
166
167 2011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
168
169 doc: clean up new subsections in manual.
170 * doc/bison.texinfo (%define Summary): Reword so it reads well as
171 a separate section. For example, add an intro, and move most of
172 the text outside of the @deffn so it is not indented so far.
173 (%code Summary): Likewise.
174 (Table of Symbols): Reword %code entry to match the %code entry in
175 Decl Summary.
176
177 2011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
178
179 doc: finish splitting apart the manual's Decl Summary section.
180 Suggested by Akim Demaille at
181 <http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00013.html>.
182 * doc/bison.texinfo (Decl Summary): Extract most of the %define
183 entry into...
184 (%define Summary): ... this new subsection, and update all
185 cross-references. For readability of the patches, rewriting of
186 the text so it makes sense as a separate subsection will come in a
187 later patch. Moreover, the majority of the text describing the
188 various new LR features should likely move to another new section
189 somewhere.
190
191 2011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
192
193 doc: begin to split apart the manual's Decl Summary section.
194 Discussed in thread starting at
195 <http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00013.html>.
196 * doc/bison.texinfo (Decl Summary): Extract most of the %code
197 entry into...
198 (%code Summary): ... this new subsection, and update all
199 cross-references. For readability of the patches, rewriting of
200 the text so it makes sense as a separate subsection will come in a
201 later patch.
202
203 2011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
204
205 doc: clean up naming of various Bison files.
206 The Bison manual's names for various files associated with a Bison
207 parser has devolved into inconsistency. This patch makes the
208 naming consistent for the most important files. First, it chooses
209 "grammar file" over "input file". The former appears to be more
210 traditional in the Bison manual, and Bison has other input
211 files (skeletons). Second, it chooses "parser implementation
212 file" over names like "parser file", "parser source file", "parser
213 source code file", and "parser output file". The new name makes
214 it clearer where Bison generates the main parser implementation,
215 and it is easily distinguishable from "parser header file".
216 * doc/bison.texinfo: Implement throughout.
217
218 2011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
219
220 doc: give credit to more of Bison's developers.
221 * doc/bison.texinfo (Introduction): Don't imply that only Robert
222 Corbett, Richard Stallman, and Wilfred Hansen have contributed to
223 Bison. However, I don't have time to write a full history, so
224 just point readers to THANKS and ChangeLog.
225
226 2011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
227
228 doc: document experimental features better.
229 * doc/bison.texinfo (Introduction): Say that IELR(1) and canonical
230 LR(1) are experimental. Mention Java. Normally experimental
231 features probably shouldn't be mentioned in the introduction.
232 However, if Bison's limitations to LALR(1), C, and C++ are so
233 important that they should be mentioned here, then it's important
234 to point out that Bison is beginning to escape those limitations.
235 Moreover, these particular experimental features have very little
236 chance of being removed.
237 * src/getargs.c (usage): Say that IELR(1) and canonical LR(1) are
238 experimental.
239
240 2011-01-29 Joel E. Denny <joeldenny@joeldenny.org>
241
242 Do not allow identifiers that start with a dash.
243 This cleans up our previous fixes for a bug whereby Bison
244 discarded `.field' in `$-1.field'. The previous fixes were less
245 restrictive about where a dash could appear in an identifier, but
246 the restrictions were hard to explain. That bug was reported and
247 this final fix was originally suggested by Paul Hilfinger. This
248 also fixes a remaining bug reported by Paul Eggert whereby Bison
249 parses `%token ID -123' as `%token ID - 123' and handles `-' as an
250 identifier. Now, `-' cannot be an identifier. Discussed in
251 threads beginning at
252 <http://lists.gnu.org/archive/html/bug-bison/2011-01/msg00000.html>,
253 <http://lists.gnu.org/archive/html/bug-bison/2011-01/msg00004.html>.
254 * NEWS (2.5): Update entry describing the dash extension to
255 grammar symbol names. Also, move that entry before the named
256 references entry because the latter mentions the former.
257 * doc/bison.texinfo (Symbol): Update documentation for symbol
258 names. As suggested by Paul Eggert, mention the effect of periods
259 and dashes on named references.
260 (Decl Summary): Update documentation for unquoted %define values,
261 which, as a side effect, can no longer start with dashes either.
262 * src/scan-code.l (id): Implement.
263 * src/scan-gram.l (id): Implement.
264 * tests/actions.at (Exotic Dollars): Extend test group to exercise
265 bug reported by Paul Hilfinger.
266 * tests/input.at (Symbols): Update test group, and extend to
267 exercise bug reported by Paul Eggert.
268 * tests/named-refs.at (Stray symbols in brackets): Update test
269 group.
270 ($ or @ followed by . or -): Likewise.
271 * tests/regression.at (Invalid inputs): Likewise.
272
273 2011-01-24 Joel E. Denny <joeldenny@joeldenny.org>
274
275 * data/yacc.c: Fix last apostrophe warning from xgettext.
276
277 2011-01-09 Paul Eggert <eggert@cs.ucla.edu>
278
279 Fix minor problems encountered by a fresh bootstrap.
280 * data/glr.c, data/yacc.c: Do not use apostrophes in '#' comments,
281 as they confuse xgettext, which tries to parse them as C character
282 constants in a preprocessor directive.
283 * data/yacc.c (yy_lac): Don't use printf %d format on *yyesp, as
284 that expression might not promote to int on some platforms.
285 * src/parse-gram.c, src/parse-gram.h: Regenerate.
286
287 2011-01-09 Joel E. Denny <joeldenny@joeldenny.org>
288
289 Improve error messages for `$' or `@' followed by `.' or `-'.
290 Previously, for this special case of an invalid reference, the
291 usual "symbol not found in production:" was printed. However,
292 because the symbol name was parsed as the empty string, that
293 message was followed immediately by a newline instead of a symbol
294 name. In reality, this is a syntax error, so the reference is
295 invalid regardless of the symbols actually appearing in the
296 production. Discussed at
297 <http://lists.gnu.org/archive/html/bison-patches/2011-01/msg00012.html>.
298 * src/scan-code.l (parse_ref): Report the above case as a syntax
299 error. Other than that, continue to handle this case like any
300 other invalid reference that Bison manages to parse because
301 "possibly meant" messages can still be helpful to the user.
302 * tests/named-refs.at ($ or @ followed by . or -): New test group.
303
304 2011-01-08 Joel E. Denny <joeldenny@joeldenny.org>
305
306 doc: don't use @acronym.
307 Lately, many GNU packages are dropping it. See
308 <http://lists.gnu.org/archive/html/bison-patches/2011-01/msg00003.html>.
309 * doc/bison.texinfo: Remove all uses.
310
311 2011-01-05 Alex Rozenman <rozenman@gmail.com>
312
313 Do not allow identifiers that start with a negative number.
314 Reported by Paul Hilfinger as a side effect of named references
315 support at
316 <http://lists.gnu.org/archive/html/bug-bison/2011-01/msg00000.html>.
317 Suggested by Paul Eggert.
318 * src/scan-code.l ({letter}, {id}): Adjust lexical definitions.
319 * src/scan-gram.l ({letter}, {id}): Likewise.
320
321 2011-01-03 Joel E. Denny <joeldenny@joeldenny.org>
322
323 * ChangeLog (2011-01-02): improve description.
324
325 2011-01-03 Joel E. Denny <joeldenny@joeldenny.org>
326
327 maint: don't update copyright years in bootstrap.
328 * .x-update-copyright: Add entry for bootstrap.
329 * bootstrap: Remove 2011 from copyright years. The bootstrap
330 version we're currently using comes from an older version of
331 gnulib.
332 * bootstrap.conf (bootstrap_sync): Add comments explaining this
333 issue.
334
335 2011-01-02 Joel E. Denny <joeldenny@joeldenny.org>
336
337 maint: run "make update-copyright".
338
339 2011-01-02 Joel E. Denny <joeldenny@joeldenny.org>
340
341 maint: prepare to use year ranges in copyright notices.
342 * README (Copyright statements): New section explaining the range
343 notation. The GNU maintainers document requires this explanation:
344 <http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices>.
345 I copied our explanation from coreutils.
346 * build-aux/update-b4-copyright: Revert 2010-06-17 changes that
347 disabled Bison's automated use of ranges.
348 * cfg.mk (update-copyright-env): Likewise.
349
350 2011-01-02 Joel E. Denny <joeldenny@joeldenny.org>
351
352 Correct my email address.
353 * ChangeLog: In all recent entries.
354 * THANKS (Joel E. Denny): Here.
355
356 2010-12-19 Joel E. Denny <joeldenny@joeldenny.org>
357
358 doc: cleanup.
359 * NEWS (2.5): Try to sort entries according to how interesting
360 users might find them.
361
362 2010-12-19 Joel E. Denny <joeldenny@joeldenny.org>
363
364 doc: cleanup.
365 * NEWS (2.5): Make some minor improvements to wording, and format
366 entries more consistently.
367 * doc/bison.texinfo (Language and Grammar): Point out that IELR
368 and canonical LR are experimental features.
369 (Decl Summary): In list of %define variables, make wording more
370 consistent. Improve discussion of using LALR for GLR.
371
372 2010-12-19 Joel E. Denny <joeldenny@joeldenny.org>
373
374 parse.lac: document.
375 * NEWS (2.5): Add entry for LAC, and mention LAC in entry for
376 other corrections to verbose syntax error messages.
377 * doc/bison.texinfo (Decl Summary): Rewrite entries for
378 lr.default-reductions and lr.type to be clearer, to mention
379 %nonassoc's effect on canonical LR, and to mention LAC. Add entry
380 for parse.lac.
381 (Glossary): Add entry for LAC.
382
383 2010-12-11 Joel E. Denny <joeldenny@joeldenny.org>
384
385 parse.lac: implement exploratory stack reallocations.
386 * data/yacc.c: Rename %define variable parse.lac.es-capacity to
387 parse.lac.es-capacity-initial. Accept parse.lac.memory-trace
388 with values of "failures" (default) or "full".
389 (b4_declare_parser_state_variables): Add yyesa, yyes, and
390 yyes_capacity variables.
391 (YYSTACK_USE_ALLOCA): Ignore it if LAC requested.
392 (YYSTACK_ALLOC, YYSTACK_FREE, YYSTACK_ALLOC_MAXIMUM): Define if
393 LAC requested.
394 (YYCOPY_NEEDED): New cpp macro.
395 (YYCOPY): Define if LAC requested.
396 (yy_lac_stack_realloc): New function implementing stack
397 reallocations. Use YYMAXDEPTH for maximum stack size given that
398 the stack should never need to grow larger than the main state
399 stack needs to grow without LAC.
400 (YY_LAC_ESTABLISH): Update yy_lac invocation.
401 (yy_lac): Add arguments for exploratory stack memory data
402 recorded in the main parser. Invoke yy_lac_stack_realloc when
403 reallocation is necessary.
404 (yysyntax_error): Add the same new arguments and pass them to
405 yy_lac.
406 (yypstate_delete): Free yyes if necessary.
407 (yyesa, yyes, yyes_capacity): #define these to yypstate members
408 in the case of push parsing.
409 (yyparse, yypush_parse): Initialize yyes and yyes_capacity.
410 Update yysyntax_error invocations. At yyreturn, free yyes if
411 necessary.
412 * src/parse-gram.y: %define parse.lac full.
413 * tests/input.at (LAC: errors for %define): Extend for
414 parse.lac-memory-trace.
415 * tests/regression.at (LAC: Exploratory stack): Extend to check
416 that stack reallocs happen when expected.
417 (LAC: Memory exhaustion): Update to use YYMAXDEPTH and
418 parse.lac.es-capacity-initial.
419
420 2010-12-11 Joel E. Denny <joeldenny@joeldenny.org>
421
422 parse.lac: implement as %define variable.
423 LAC = lookahead correction. See discussion at
424 <http://lists.gnu.org/archive/html/bison-patches/2009-09/msg00034.html>.
425 However, one point there must be corrected: because of %nonassoc,
426 LAC is *not* always redundant for lr.type=canonical-lr.
427 * data/yacc.c: Accept values of "none" (default) or "full" for
428 parse.lac. Accept %define parse.lac.es-capacity to specify
429 capacity of LAC's temporary exploratory stack. It defaults to 20
430 and, for now, will not grow dynamically.
431 (b4_lac_flag, b4_lac_if): New m4 macros. Evaluate as true for
432 parse.lac!=none.
433 (YYBACKUP): Invoke YY_LAC_DISCARD.
434 (YY_LAC_ESTABLISH, YY_LAC_DISCARD): New cpp macros that invoke
435 yy_lac and track when it needs to be invoked
436 (yy_lac): New function that, given the current stack, determines
437 whether a token can eventually be shifted. Return status mimics
438 yyparse return status.
439 (yysyntax_error): Change yystate argument to yyssp so stack top
440 can be passed to yy_lac. If LAC is requested, build expected
441 token list by invoking yy_lac for every token instead of just
442 checking the current state for lookaheads. Return 2 if yy_lac
443 exhausts memory.
444 (yyparse, yypush_parse): Use local variable yy_lac_established and
445 cpp macros YY_LAC_ESTABLISH and YY_LAC_DISCARD to implement LAC.
446 Update yysyntax_error invocation. Add yyexhaustedlab code if LAC
447 is requested.
448 * tests/conflicts.at (%nonassoc and eof): Extend to check the
449 effect of each of -Dlr.type=canonical-lr and -Dparse.lac=full.
450 (parse.error=verbose and consistent errors): Likewise.
451 (LAC: %nonassoc requires splitting canonical LR states): New test
452 group demonstrating how LAC can fix canonical LR.
453 * tests/input.at (LAC: Errors for %define): New test group.
454 * tests/regression.at (LAC: Exploratory stack): New test group.
455 (LAC: Memory exhaustion): New test group.
456
457 2010-11-21 Joel E. Denny <joeldenny@joeldenny.org>
458
459 build: use gnulib's new bootstrap_sync option.
460 Now, whenever we update bison's copy of gnulib, bootstrap will
461 update itself the next time it's run.
462 * bootstrap: Copy from latest gnulib for bootstrap_sync support.
463 * bootstrap.conf (bootstrap_sync): Set to true.
464 * gnulib: Update to latest so bootstrap is in sync now.
465
466 2010-11-07 Joel E. Denny <joeldenny@joeldenny.org>
467
468 yysyntax_error: fix for consistent error with lookahead.
469 * NEWS (2.5): Document.
470 * data/yacc.c (yysyntax_error): In a verbose syntax error
471 message while in a consistent state with a default action (which
472 must be an error action given that yysyntax_error is being
473 invoked), continue to drop the expected token list, but don't
474 drop the unexpected token unless there actually is no lookahead.
475 Moreover, handle that internally instead of returning 1 to tell
476 the caller to do it. With that meaning of 1 gone, renumber
477 return codes more usefully.
478 (yyparse, yypush_parse): Update yysyntax_error usage. Most
479 importantly, set yytoken to YYEMPTY when there's no lookahead.
480 * data/glr.c (yyreportSyntaxError): As in yacc.c, don't drop the
481 unexpected token unless there actually is no lookahead.
482 * data/lalr1.cc (yy::parser::parse): If there's no lookahead,
483 pass yyempty_ not yyla.type to yysyntax_error_.
484 (yy::parser::yysyntax_error_): Again, don't drop the unexpected
485 token unless there actually is no lookahead.
486 * data/lalr1.java (YYParser::parse): If there's no lookahead,
487 set yytoken to yyempty_ before invoking yysyntax_error.
488 (YYParser::yysyntax_error): Again, don't drop the unexpected
489 token unless there actually is no lookahead.
490 * tests/conflicts.at (parse.error=verbose and consistent
491 errors): Extend test group to further reveal how the previous
492 use of the simple "syntax error" message was too general. Test
493 yacc.c, glr.c, lalr1.cc, and lalr1.java. No longer an expected
494 failure.
495 * tests/java.at (AT_JAVA_COMPILE, AT_JAVA_PARSER_CHECK): Move
496 to...
497 * tests/local.at: ... here.
498 (_AT_BISON_OPTION_PUSHDEFS): Push AT_SKEL_JAVA_IF definition.
499 (AT_BISON_OPTION_POPDEFS): Pop it.
500 (AT_FULL_COMPILE): Extend to handle Java.
501
502 2010-11-07 Joel E. Denny <joeldenny@joeldenny.org>
503
504 yysyntax_error: more preparation for readability of next patch.
505 There are no behavioral changes here.
506 * data/glr.c (yyreportSyntaxError): Reorganize.
507 * data/lalr1.cc (yy::parser::yysyntax_error_): Reorganize.
508 * tests/conflicts.at (parse.error=verbose and consistent errors):
509 Reorganize.
510
511 2010-11-07 Joel E. Denny <joeldenny@joeldenny.org>
512
513 yysyntax_error: prepare for readability of next patches.
514 These are purely whitespace changes that result in ugly code
515 but that make the next couple of patches much easier to read.
516 * data/glr.c (yyreportSyntaxError): Reindent.
517 * data/lalr1.cc (yy::parser::yysyntax_error_): Reindent.
518 * data/lalr1.java (YYParser::yysyntax_error): Reindent.
519 * data/yacc.c (yysyntax_error): Reindent.
520
521 2010-10-31 Joel E. Denny <joeldenny@joeldenny.org>
522
523 Fix memory leak.
524 * src/output.c (prepare_rules): Free temporary array.
525
526 2010-10-31 Joel E. Denny <joeldenny@joeldenny.org>
527
528 yysyntax_error: improve invocation readability.
529 * data/yacc.c (yyparse, yypush_parse): For yysyntax_error
530 invocation, get rid of the while loop, which is misleading
531 because there are really at most two iterations.
532
533 2010-10-31 Joel E. Denny <joeldenny@joeldenny.org>
534
535 * ChangeLog: Correct some errors in previous entries.
536
537 2010-10-17 Joel E. Denny <joeldenny@joeldenny.org>
538
539 maint: re-anchor all .gitignore entries.
540 * bootstrap: Copy from gnulib's latest for the fix to
541 automatically anchor entries it constructs.
542 * gnulib: Update to latest just so it has the same bootstrap.
543 * .gitignore, build-aux/.gitignore, doc/.gitignore:
544 * lib/.gitignore, m4/.gitignore, po/.gitignore:
545 * runtime-po/.gitignore: Re-anchor all entries.
546
547 2010-10-08 Paul Eggert <eggert@cs.ucla.edu>
548
549 Fix portability problem on OpenBSD 4.7.
550
551 Jim Meyering reported this in
552 <http://lists.gnu.org/archive/html/bug-bison/2010-10/msg00007.html>.
553 * data/yacc.c: Use EXIT_SUCCESS as a witness for stdlib.h,
554 not _STDLIB_H. EXIT_SUCCESS has been defined by the standard
555 for quite some time.
556 * src/parse-gram.c, src/parse-gram.h: Regenerate.
557 * tests/regression.at: Tamper with the renamed witness.
558
559 Adjust to recent changes to gnulib bootstrap.
560
561 * .cvsignore, build-aux/.cvsignore, doc/.cvsignore, etc/.cvsignore:
562 * examples/calc++/.cvsignore, lib/.cvsignore, m4/.cvsignore:
563 * po/.cvsignore, runtime-po/.cvsignore, src/.cvsignore:
564 * tests/.cvsignore: Remove; I don't use CVS to maintain Bison
565 anymore and don't know of anybody else who does. If someone needs
566 these files, they can resurrect them.
567 * .gitignore, build-aux/.gitignore, doc/.gitignore, lib/.gitignore:
568 * m4/.gitignore, po/.gitignore, runtime-po/.gitignore:
569 Omit leading '/', since bootstrap omits it.
570 Adjust file names to match current contents better.
571 * bootstrap: Sync from gnulib: this contains the new gnulib_mk_hook
572 installed just for us.
573 * bootstrap.conf (excluded_files): Don't exclude codeset.m4,
574 glibc21.m4, inttypes_h.m4, size_max.m4, xsize.m4, as they are now
575 needed somehow. Don't have time to look into why.
576 (gnulib_modules): Change malloc to malloc-gnu. Do we really assume
577 the GNU malloc behavior, where malloc (0) != NULL unless we're
578 out of storage? If not, we can omit malloc-gnu; but for now I left
579 it in to be safe.
580 (vc_ignore): Remove.
581 (gnulib_mk_hook): New function.
582 * README-hacking: Renamed from HACKING, since gnulib bootstrap now
583 uses that convention.
584
585 2010-09-09 Paul Hilfinger <hilfinger@cs.berkeley.edu>
586
587 * data/glr.c (yySymbol): Define as int to avoid compiler warnings about
588 possible change of value.
589
590 2010-09-08 Paul Hilfinger <hilfinger@cs.berkeley.edu>
591
592 * data/glr.c (yy_reduce_print): Change yyrhsVals to yyvsp to remove
593 compiler errors when using %debug.
594 Add declaration of yylow when locations in use to avoid compilation
595 error.
596 (yyglrReduce): Conditionalize message "Parse ... rejected by rule..."
597 on whether we are in split mode, for consistency with behavior of
598 non-GLR parsing.
599
600 2010-09-01 Akim Demaille <demaille@gostai.com>
601
602 Address GCC warnings about shadowed local variables (yyflag).
603 * data/glr.c (YYCHK): Rename yyflag as yychk_flag.
604 (yyprocessOneStack): Reduce the scope of yyaction, yyconflicts,
605 yyrule, and yyflag.
606
607 2010-08-05 Joel E. Denny <joeldenny@joeldenny.org>
608
609 Version 2.4.3.
610 * NEWS (2.4.3): Set date.
611
612 2010-08-04 Joel E. Denny <joeldenny@joeldenny.org>
613
614 maint: add gettext version to release announcements.
615 Suggested by Paul Hilfinger at
616 <http://lists.gnu.org/archive/html/bison-patches/2010-07/msg00019.html>
617 <http://lists.gnu.org/archive/html/bison-patches/2010-08/msg00002.html>.
618 * cfg.mk (bootstrap-tools): Add gettext.
619
620 2010-08-04 Joel E. Denny <joeldenny@joeldenny.org>
621
622 doc: fix -W and %expect documentation some.
623 * NEWS (2.4.3): Mention that there are documentation fixes.
624 * doc/bison.texinfo (Expect Decl): Make it clear that %expect
625 turns conflicts into errors not warnings.
626 (Shift/Reduce): Likewise.
627 (Bison Options): Don't mention -Wsyntax. It doesn't exist.
628
629 2010-08-01 Joel E. Denny <joeldenny@joeldenny.org>
630
631 -Werror: fix for rules useless in parser after conflicts.
632 * NEWS (2.4.3): Document fix.
633 * src/complain.c (error_message): Extend to handle incomplete
634 error messages so warn and warn_at can be used in more cases.
635 * src/gram.c (grammar_rules_useless_report): Use warn_at so that
636 -Werror is always obeyed.
637 * src/reduce.c (reduce_print): Use warn so that the "warnings
638 being treated as errors" message is printed consistently before
639 the first warning message. This makes testing easier.
640 * tests/local.at (AT_BISON_WERROR_MSG): New macro.
641 (AT_BISON_CHECK_NO_XML): Extend to check -Werror and
642 --warnings=error when warnings appear in bison's stderr.
643
644 2010-07-29 Joel E. Denny <joeldenny@joeldenny.org>
645
646 maint: enable gnits only at stable releases.
647 * configure.ac (AM_INIT_AUTOMAKE): Underscore or dash in a
648 version string should disable gnits. Explain in comments.
649
650 2010-07-28 Joel E. Denny <joeldenny@joeldenny.org>
651
652 i18n: update.
653 * po/POTFILES.in: Add src/graphviz.c.
654
655 2010-07-28 Joel E. Denny <joeldenny@joeldenny.org>
656
657 i18n: fix for gnulib.
658 * po/POTFILES.in: Add remaining gnulib files that have
659 translatable strings.
660
661 2010-07-25 Joel E. Denny <joeldenny@joeldenny.org>
662
663 build: fix our adjustments for gnulib files in lib.
664 * configure.ac: For prepending lib/ to the values of config
665 variables, fix detection of empty values. Also, due to recent
666 gnulib changes, add LIBUNISTRING_UNITYPES_H and
667 LIBUNISTRING_UNIWIDTH_H to the list of those variables.
668
669 2010-07-25 Joel E. Denny <joeldenny@joeldenny.org>
670
671 maint: use announce-gen's new --mail-headers.
672 * HACKING (Announce): Update instructions.
673 * cfg.mk (announcement_Cc_): Define.
674 * configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18 as
675 required by latest gnulib.
676 * gnulib: Update to latest.
677
678 2010-07-24 Joel E. Denny <joeldenny@joeldenny.org>
679
680 tests: handle Valgrind that complains about >&-.
681 * tests/output.at (AT_CHECK_OUTPUT): Extend to accept pre-tests.
682 (Output files: -dv >&-): Skip test group if running
683 maintainer-check-valgrind.
684
685 2010-07-23 Paul Hilfinger <hilfingr@EECS.Berkeley.EDU>
686
687 * NEWS: Describe new semantic-predicate feature.
688 * data/c.m4 (b4_predicate_case): New definition.
689 * data/java.m4 (b4_predicate_case): New definition.
690 * data/glr.c (yyimmediate): Add definition.
691 (yydoAction): Remove comment, now obsolete.
692 Do YY_REDUCE_PRINT here.
693 (yyglrReduce): Alter comment to indicate that semantic values
694 need not be deferred.
695 Remove YY_REDUCE_PRINT from here; done in yydoAction.
696 (yyprocessOneStack): Pass immediate flag.
697 Delete stacks rejected by predicates in newly split-off parsers.
698 Change handling of yyerr so that only current stack gets deleted
699 when semantic predicate fails.
700 (yyfillin): Don't crash if a semantic value is unresolved (as may
701 happen in predicate rules).
702 Copy lr state as well in debugging mode.
703 Update comment on setting of yysval to include yyloc as well.
704 (yy_reduce_print): Add yynormal argument. Perform fillin properly.
705 Report unresolved RHS values.
706 (yyimmediate): New table.
707 * src/gram.h (struct rule): Add is_predicate field.
708 * src/output.c (user_actions_output): Use b4_predicate_case for
709 predicates.
710 (prepare_symbols): Output yyimmediate.
711 * src/scan-gram.l: Add %? token, SC_PREDICATE state.
712 * src/scan-code.l (code_props_rule_action_init): Add is_predicate
713 argument.
714 * src/scan-code.h (struct code_props): Add is_predicate field.
715 (code_props_rule_action_init): New interface.
716 * src/parse-gram.y (%?{...}): New token.
717 (rhs): Add %?{...} rule.
718 * src/parse-gram.c: Regenerate.
719 * src/parse-gram.h: Regenerate.
720 * src/reader.c (grammar_current_rule_action_append): Add
721 immediate argument.
722 (grammar_midrule_action): Use new interface for
723 code_props_rule_action_init.
724 (grammar_current_rule_action_append): Ditto.
725 (packgram): Transfer is_predicate value.
726 * src/reader.h (grammar_current_rule_action_append): New interface.
727 * doc/bison.texinfo: Document semantic predicates (%?).
728
729 * data/glr.c (yylhsNonterm, yyisDefaultedState,yyDefaultAction)
730 (yygetLRActions,yynewGLRStackItem,yyaddDeferredAction,yyinitStateSet)
731 (yyinitGLRStack,yyexpandGLRStack,yyupdateSplit,yymarkStackDeleted)
732 (yyundeleteLastStack,yyglrShift,yyglrShiftDefer,yydoAction,yyglrReduce)
733 (yyidenticalOptions,yymergeOptionSets,yyresolveStates,yyresolveAction)
734 (yyresolveLocations,yyresolveValue,yyreducePrint): Update parameter
735 names in comments and mention all parameters.
736 (struct yyGLRState): Fix description of yyposn field.
737 (yyresolveLocations): Correct comment so as not to imply action when
738 yyn1==0.
739
740 2010-06-17 Paul Eggert <eggert@cs.ucla.edu>
741
742 Update from GFDL GFDL 1.2 to 1.3.
743 * doc/bison.texinfo: Update GFDL version number.
744 * doc/fdl.texi: Update to version 1.3, taken from:
745 http://www.gnu.org/licenses/fdl.texi
746
747 Do not use date ranges in copyright notices.
748 See http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices
749
750 * HACKING, Makefile.am, NEWS, PACKAGING, README, README-alpha:
751 * TODO, bootstrap, bootstrap.conf:
752 * build-aux/update-b4-copyright, cfg.mk, configure.ac:
753 * data/README, data/bison.m4, data/c++-skel.m4, data/c++.m4:
754 * data/c-skel.m4, data/c.m4, data/glr.c, data/glr.cc:
755 * data/java-skel.m4, data/java.m4, data/lalr1.cc:
756 * data/lalr1.java, data/local.mk, data/location.cc:
757 * data/stack.hh, data/variant.hh, data/xslt/bison.xsl:
758 * data/xslt/xml2dot.xsl, data/xslt/xml2text.xsl:
759 * data/xslt/xml2xhtml.xsl, data/yacc.c, djgpp/Makefile.maint:
760 * djgpp/README.in, djgpp/config.bat, djgpp/config.sed:
761 * djgpp/config.site, djgpp/config_h.sed, djgpp/djunpack.bat:
762 * djgpp/local.mk, djgpp/subpipe.c, djgpp/subpipe.h:
763 * djgpp/testsuite.sed, doc/bison.texinfo, doc/local.mk:
764 * doc/refcard.tex, etc/README, etc/bench.pl.in, etc/local.mk:
765 * examples/calc++/Makefile.am, examples/extexi:
766 * examples/local.mk, lib/abitset.c, lib/abitset.h:
767 * lib/bbitset.h, lib/bitset.c, lib/bitset.h:
768 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
769 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
770 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
771 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
772 * lib/libiberty.h, lib/local.mk, lib/main.c, lib/timevar.c:
773 * lib/timevar.def, lib/timevar.h, lib/vbitset.c:
774 * lib/vbitset.h, lib/yyerror.c, m4/bison-i18n.m4:
775 * m4/c-working.m4, m4/cxx.m4, m4/subpipe.m4, m4/timevar.m4:
776 * src/AnnotationList.c, src/AnnotationList.h:
777 * src/InadequacyList.c, src/InadequacyList.h, src/LR0.c:
778 * src/LR0.h, src/Sbitset.c, src/Sbitset.h, src/assoc.c:
779 * src/assoc.h, src/closure.c, src/closure.h, src/complain.c:
780 * src/complain.h, src/conflicts.c, src/conflicts.h:
781 * src/derives.c, src/derives.h, src/files.c, src/files.h:
782 * src/flex-scanner.h, src/getargs.c, src/getargs.h:
783 * src/gram.c, src/gram.h, src/graphviz.c, src/ielr.c:
784 * src/ielr.h, src/lalr.c, src/lalr.h, src/local.mk:
785 * src/location.c, src/location.h, src/main.c:
786 * src/muscle-tab.c, src/muscle-tab.h, src/named-ref.c:
787 * src/named-ref.h, src/nullable.c, src/nullable.h:
788 * src/output.c, src/output.h, src/parse-gram.y:
789 * src/print-xml.c, src/print-xml.h, src/print.c, src/print.h:
790 * src/print_graph.c, src/print_graph.h, src/reader.c:
791 * src/reader.h, src/reduce.c, src/reduce.h, src/relation.c:
792 * src/relation.h, src/scan-code.h, src/scan-code.l:
793 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
794 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
795 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
796 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
797 * tests/actions.at, tests/atlocal.in, tests/c++.at:
798 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
799 * tests/existing.at, tests/glr-regression.at:
800 * tests/headers.at, tests/input.at, tests/java.at:
801 * tests/local.at, tests/local.mk, tests/named-refs.at:
802 * tests/output.at, tests/push.at, tests/reduce.at:
803 * tests/regression.at, tests/sets.at, tests/skeletons.at:
804 * tests/synclines.at, tests/testsuite.at, tests/torture.at:
805 Don't use date ranges in copyright notices.
806
807 2010-05-11 Akim Demaille <demaille@gostai.com>
808
809 lalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.
810 * data/lalr1.cc (YYLLOC_DEFAULT): Move its definition from the
811 header file to the implementation file, after the user %code
812 sections.
813 * NEWS (2.5): Document this.
814
815 2010-05-11 Akim Demaille <demaille@gostai.com>
816
817 doc: please Emacs.
818 * doc/bison.texinfo (Local Variables): Move this after the
819 LocalWords, since the latter are looked for in the whole document,
820 while the former are looked for only at its end.
821 Require american spell checking.
822
823 2010-05-10 Akim Demaille <demaille@gostai.com>
824
825 doc: fix lalr1.cc documentation.
826 * doc/bison.texinfo (C++ Scanner Interface): Fix yylex signature.
827 (C++ Bison Interface): Fix lalr1.cc skeleton name.
828 (C++ Parser Interface): Fix semantic_type and location_type names.
829 Document yy::parser::token.
830 Reported by Jerry Quinn.
831
832 2010-05-10 Akim Demaille <demaille@gostai.com>
833
834 c++: use YYRHSLOC.
835 * data/lalr1.cc (YYRHSLOC): New.
836 (YYLLOC_DEFAULT): Use it.
837 * data/glr.cc: If location_type was user defined, do not include
838 location.hh, and do not produce location.hh and position.hh.
839 * tests/calc.at (YYLLOC_DEFAULT): Use YYRHSLOC.
840 Check that glr.cc supports user defined location_type.
841 * NEWS: Document this.
842
843 2010-05-07 Akim Demaille <demaille@gostai.com>
844
845 doc: fix typo.
846 * tests/synclines.at: here.
847
848 2010-05-04 Akim Demaille <demaille@gostai.com>
849
850 tests: enhance AT_SYNCLINES_COMPILE.
851 * tests/synclines.at (AT_SYNCLINES_COMPILE): More distcc patterns.
852 (AT_TEST_SYNCLINE): Remove GCC 4.5 protection which is already
853 taken care of in AT_SYNCLINES_COMPILE.
854
855 2010-05-04 Akim Demaille <demaille@gostai.com>
856
857 lalr1.cc: don't generate location.hh when location_type is defined
858 * data/bison.m4 (b4_percent_define_get): Accept a default value.
859 * data/c++.m4: Do not provide a default value for the %define
860 variable location_type, rather, use b4_percent_define_get with a
861 default argument where its value is needed.
862 * data/lalr1.cc: Do not load location.cc (which outputs both
863 location.hh and position.hh) if the user defined location_type.
864 Do not include location.hh either.
865
866 2010-05-04 Akim Demaille <demaille@gostai.com>
867
868 lalr1.cc: minor refactoring.
869 * data/lalr1.cc: Don't issue empty namespaces.
870
871 2010-05-04 Akim Demaille <demaille@gostai.com>
872
873 tests: fix %printer.
874 Currently, there is no check that %printer ... <foo> (nor
875 %destructor) is about an existing <foo> type. This C++ test had
876 it wrong (<::std::string> vs. <std::string>).
877
878 * tests/c++.at (AT_CHECK_VARIANTS): In list.yy, redefine the
879 pretty-printing of lists into something better for parser traces.
880 Update the expected output.
881 Fix correspondance between %type/%token and %printer.
882
883 2010-05-04 Akim Demaille <demaille@gostai.com>
884
885 lalr1.cc: location_type: make sure we don't depend on loc.(begin|end).
886 * tests/calc.at (Span): Instead of begin/end, as in the built-in
887 location class, use first and last.
888 Define YYLLOC_DEFAULT to adjust to these changes.
889 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Adjust to the
890 location_type changes.
891
892 2010-05-01 Joel E. Denny <joeldenny@joeldenny.org>
893
894 tests: fix maintainer-xml-check.
895 * data/xslt/xml2dot.xsl (xsl:template match="bison-xml-report"):
896 Update output to include comments now produced by --graph.
897 (xsl:template match="automaton"): As for --graph, name the
898 digraph after the grammar file.
899 * src/print-xml.c (escape_bufs): Enlarge array.
900 (print_xml): Add bug-report and url attributes to
901 bison-xml-report element.
902
903 2010-05-01 Joel E. Denny <joeldenny@joeldenny.org>
904
905 In DOT output, convert from "/*" comments to "//" comments.
906 This handles the possibility that a "*/" might appear in
907 variable portions of those comments at some point in the future.
908 * src/graphviz.c (start_graph): Implement.
909
910 2010-04-30 Joel E. Denny <joeldenny@joeldenny.org>
911
912 Document that undefined %prec identifier warnings will remain.
913 * NEWS (2.4.3): Here.
914 (2.4.2): Here.
915
916 2010-04-30 Joel E. Denny <joeldenny@joeldenny.org>
917
918 Revert 2009-12-30 change for undefined %prec token complaints.
919 That is, keep them as warnings because that should be sufficient
920 to satisfy POSIX without creating backward compatibility issues.
921 Suggested by Richard Stallman at
922 <http://lists.gnu.org/archive/html/bison-patches/2010-03/msg00033.html>.
923 * NEWS (2.5): Remove mention of complaint.
924 * src/reader.c (grammar_rule_check): Convert complaint back to
925 warning.
926 * tests/input.at (%prec's token must be defined): Update.
927
928 2010-04-25 Joel E. Denny <joeldenny@joeldenny.org>
929
930 build: don't require src/bison during bootstrap.
931 Suggested by Eric Blake at
932 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00003.html>.
933 * bootstrap.conf (bootstrap_epilogue): New function to make sure
934 src/parse-gram.[ch] are stamped later than src/parse-gram.y.
935
936 2010-04-25 Joel E. Denny <joeldenny@joeldenny.org>
937
938 i18n: fix untranslatable string.
939 Reported by Goran Uddeborg at
940 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00000.html>.
941 * src/muscle-tab.c (muscle_percent_define_insert): Here.
942
943 2010-04-13 Akim Demaille <demaille@gostai.com>
944
945 tests: calc: minor refactoring.
946 * tests/calc.at (_AT_DATA_CALC_Y): Simplify yylex.
947
948 2010-04-13 Akim Demaille <demaille@gostai.com>
949
950 tests: calc: simplify location management.
951 * tests/local.at (AT_LOC_PUSHDEF, AT_LOC_POPDEF): New.
952 (_AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS): Use them to
953 define the appropriate AT_LOC accessors.
954 * tests/calc.at: Use AT_LOC accessors.
955
956 2010-04-13 Akim Demaille <demaille@gostai.com>
957
958 test location_type.
959 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS):
960 Define AT_LOCATION_TYPE_IF.
961 (_AT_BISON_OPTION_POPDEFS): Undefine AT_LOCATION_TYPE_IF.
962 * tests/calc.at (_AT_DATA_CALC_Y): When %define location_type is
963 used, provide a user location type and use it.
964 (Simple LALR1 C++ Calculator): Add a test case for location_type.
965
966 2010-04-13 Akim Demaille <demaille@gostai.com>
967
968 tests: check fclose's return value.
969 * tests/calc.at (_AT_DATA_CALC_Y): Check fclose's return status.
970
971 2010-04-13 Akim Demaille <demaille@gostai.com>
972
973 tests: don't depend on the actual location type.
974 * tests/calc.at: Use yy::parser::location_type rather than
975 yy::location, since the former is always right, and might point to
976 another type than the latter.
977
978 2010-04-13 Akim Demaille <demaille@gostai.com>
979
980 formatting changes.
981 * tests/calc.at: Formatting changes.
982
983 2010-04-13 Akim Demaille <demaille@gostai.com>
984
985 lalr1.cc: remove useless forward declaration.
986 * data/lalr1.cc: Include location.hh before stack.hh.
987 Remove the useless forward declarations of position and location.
988 Reported by Chris Morley.
989 * data/glr.cc: Likewise.
990
991 2010-04-11 Joel E. Denny <joeldenny@joeldenny.org>
992
993 * NEWS (2.4.3): Mention fix for Sun Studio C++.
994
995 2010-04-10 Joel E. Denny <joeldenny@joeldenny.org>
996
997 tests: fix for newer Sun Studio C++.
998 Reported by Dagobert Michelsen at
999 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00023.html>.
1000 * THANKS (Dagobert Michelsen): Add.
1001 * configure.ac (AC_PREREQ): Set to 2.64 so we get the latest
1002 Autoconf macro for handling the restrict keyword.
1003 * gnulib: Update to latest, which no longer overrides that macro
1004 from Autoconf.
1005
1006 2010-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
1007
1008 portability: fix pointer arithmetic to conform to C standard.
1009 Reported by Tys Lefering at
1010 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00035.html>.
1011 This fix is already implemented in glr.c and does not apply to
1012 lalr1.java.
1013 * data/lalr1.cc (yy::parser::parse): Increase size of
1014 yyerror_range and adjust subscripting so you don't have to
1015 subtract one from the beginning of the array.
1016 * data/yacc.c (b4_declare_parser_state_variables,
1017 yyparse, yypush_parse): Likewise.
1018
1019 2010-04-05 Akim Demaille <demaille@gostai.com>
1020
1021 remove useless include.
1022 * src/graphviz.h: Don't include stdbool.h.
1023
1024 2010-04-05 Akim Demaille <demaille@gostai.com>
1025
1026 graph: sign the output file.
1027 * src/graphviz.c (start_graph): Issue comments about Bison.
1028 Suggested by Tys Lefering.
1029
1030 2010-03-31 Joel E. Denny <jdenny@ces.clemson.edu>
1031
1032 portability: fix test suite for GCC 4.5's new #error message.
1033 Reported by Tys Lefering at
1034 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00030.html>.
1035 * NEWS (2.4.3): Mention.
1036 * tests/synclines.at (AT_TEST_SYNCLINE): Implement.
1037
1038 2010-03-30 Akim Demaille <demaille@gostai.com>
1039
1040 fix comments.
1041 * src/graphviz.h: Add missing license notice.
1042 Document.
1043
1044 2010-03-25 Akim Demaille <demaille@gostai.com>
1045
1046 tests: fix 250: parse.error=verbose overflow.
1047 * tests/regression.at (parse.error=verbose overflow): Avoid the
1048 double inclusion of stdlib.h as it triggers hard errors.
1049
1050 2010-03-23 Joel E. Denny <jdenny@ces.clemson.edu>
1051
1052 portability: fix for BSD make.
1053 Reported by Johan van Selst at
1054 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00016.html>.
1055 * tests/local.mk ($(TESTSUITE)): Qualify package.m4 in
1056 this dependency list as in package.m4's target rule.
1057
1058 2010-03-23 Joel E. Denny <jdenny@ces.clemson.edu>
1059
1060 portability: fix spawning on at least FreeBSD 8 and FreeBSD 9.
1061 Reported by Johan van Selst at
1062 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00014.html>.
1063 * NEWS (2.4.3): New.
1064 * THANKS (Johan van Selst): Add.
1065 * etc/prefix-gnulib-mk (prefix): Adjust regex for makefile
1066 targets so that gnulib's new c++defs.h is matched.
1067 * gnulib: Update to latest.
1068
1069 2010-03-20 Joel E. Denny <jdenny@ces.clemson.edu>
1070
1071 maint: update for changes to gnulib's announce-gen.
1072 * HACKING (Announce): RELEASE_TYPE=major must now be written
1073 RELEASE_TYPE=stable.
1074
1075 2010-03-20 Joel E. Denny <jdenny@ces.clemson.edu>
1076
1077 Version 2.4.2.
1078 * NEWS (2.4.2): Set version and date. For the recent test suite
1079 portability fixes, don't be so optimistic about their success
1080 given the lack of feedback on the affected platforms.
1081
1082 2010-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
1083
1084 tests: fix maintainer-xml-check for recent changes.
1085 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): Use
1086 AT_BISON_CHECK_NO_XML rather than AT_BISON_CHECK because an
1087 output file whose name conflicts with a previous output file
1088 is now never generated.
1089
1090 2010-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
1091
1092 portability: fix several issues with M4 subprocess.
1093
1094 M4's output pipe was not being drained upon fatal errors during
1095 scan_skel. As a result, broken-pipe messages from M4 were seen
1096 on at least AIX, HP-UX, Solaris, and RHEL4, and this caused a
1097 failure in the test suite. The problem was that, on platforms
1098 where the default disposition for SIGPIPE is ignore instead of
1099 terminate, M4 sometimes saw fwrite fail with errno=EPIPE and
1100 then reported it. However, there's some sort of race condition,
1101 because the new test group occasionally succeeded.
1102 Reported by Albert Chin at
1103 <http://lists.gnu.org/archive/html/bug-bison/2010-02/msg00004.html>.
1104
1105 There were also problems with the test suite livelocking on
1106 Tru64 5.1b. Reported by Didier Godefroy at
1107 <http://lists.gnu.org/archive/html/bug-bison/2009-05/msg00005.html>.
1108 Switching to create_pipe_bidi suggested by Akim Demaille.
1109
1110 To attempt to solve both of these problems, switch to gnulib's
1111 create_pipe_bidi and register M4 process as a slave. Along the
1112 way, clean up file name conflict handling, which was affected by
1113 the broken-pipe problem before the switch.
1114 * NEWS (2.4.2): Document.
1115 * THANKS (Didier Godefroy): Add.
1116 * bootstrap.conf (gnulib_modules): Add pipe.
1117 * gnulib: Update to latest to make sure we have all the latest
1118 fixes.
1119 * lib/local.mk (lib_libbison_a_SOURCES): Remove subpipe.h and
1120 subpipe.c.
1121 * po/POTFILES.in (lib/subpipe.c): Remove.
1122 * src/files.c (compute_output_file_names): Update invocations
1123 of output_file_name_check.
1124 (output_file_name_check): In the case that the grammar file
1125 would be overwritten, use complain instead of fatal, but replace
1126 the output file name with /dev/null. Use the /dev/null solution
1127 for the case of two conflicting output files as well because it
1128 seems safer in case Bison one day tries to open both files at
1129 the same time.
1130 * src/files.h (output_file_name_check): Update prototype.
1131 * src/output.c (output_skeleton): Use create_pipe_bidi and
1132 wait_subprocess. Assert that scan_skel completely drains the
1133 pipe.
1134 * src/scan-skel.l (at_directive_perform): Update
1135 output_file_name_check invocation.
1136 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): Check that the
1137 grammar file actually isn't overwritten.
1138 (Conflicting output files: -o foo.y): Update expected output.
1139 * tests/skeletons.at (Fatal errors but M4 continues producing
1140 output): New test group.
1141
1142 2010-02-04 Joel E. Denny <jdenny@ces.clemson.edu>
1143
1144 Update POTFILES.
1145 * HACKING (Release Procedure): Add reminder about keeping
1146 POTFILES files up-to-date.
1147 * po/POTFILES.in (src/muscle-tab.c, src/scan-skel.l): Add.
1148
1149 2010-02-01 Joel E. Denny <jdenny@clemson.edu>
1150
1151 Code cleanup.
1152 * tests/atlocal.in (abs_top_srcdir): Remove shell variable,
1153 which is already defined in atconfig.
1154
1155 2010-01-22 Joel E. Denny <jdenny@clemson.edu>
1156
1157 tests: fix missing include caught by g++ 4.4.1.
1158 Reported by Tys Lefering.
1159 * HACKING (Release checks): Add note about trying a recent GCC.
1160 * tests/regression.at (_AT_DATA_DANCER_Y): For C++, include
1161 cstdlib for abort.
1162 (_AT_DATA_EXPECT2_Y): Likewise.
1163
1164 2010-01-21 Joel E. Denny <jdenny@clemson.edu>
1165
1166 * cfg.mk (gnulib_dir): Assume gnulib is a subdirectory.
1167
1168 2010-01-21 Joel E. Denny <jdenny@clemson.edu>
1169
1170 maint: automate PACKAGE_COPYRIGHT_YEAR update, and update it.
1171 * HACKING (Release Procedure): Update notes on copyright years.
1172 * Makefile.am (update-package-copyright-year): New target rule.
1173 * build-aux/update-package-copyright-year: New file.
1174 * cfg.mk (update-copyright): Add update-package-copyright-year
1175 as a dependency.
1176
1177 2010-01-19 Joel E. Denny <jdenny@clemson.edu>
1178
1179 * bootstrap: Import improvements from latest gnulib.
1180
1181 2010-01-19 Joel E. Denny <jdenny@clemson.edu>
1182
1183 build: require Automake 1.11.1 to avoid a security flaw.
1184 * HACKING (Release Procedure): Don't document Automake security
1185 flaw here.
1186 * configure.ac (AM_INIT_AUTOMAKE): Require 1.11.1, and explain
1187 why here.
1188
1189 2010-01-19 Joel E. Denny <jdenny@clemson.edu>
1190
1191 gnulib: update to latest.
1192
1193 2010-01-19 Joel E. Denny <jdenny@clemson.edu>
1194
1195 ChangeLog (2006-09-15): add Odd Arild Olsen's role for push.c.
1196
1197 2010-01-15 Joel E. Denny <jdenny@clemson.edu>
1198
1199 Thank the developer of the initial push parser implementation.
1200 This unfortunate oversight is several years old.
1201 * THANKS (Odd Arild Olsen): Add.
1202
1203 2010-01-04 Joel E. Denny <jdenny@clemson.edu>
1204
1205 Fix some comments concerning LR(0) versus LALR(1).
1206
1207 Stop equating LR(0) with nondeterminism and LALR(1) with
1208 determinism. That is, if all states are consistent, then LR(0)
1209 tables are deterministic. On the other hand, LALR(1) tables
1210 might be nondeterministic before conflict resolution, and GLR
1211 permits LALR(1) tables to remain nondeterministic.
1212 * src/LR0.c, src/LR0.h: Here.
1213 * src/lalr.c, src/lalr.h: Here.
1214 * src/main.c (main): Here.
1215 * src/state.c, src/state.h: Here.
1216
1217 * src/ielr.h (ielr): In preconditions, expect LR(0) not LALR(1)
1218 parser tables.
1219
1220 2010-01-04 Joel E. Denny <jdenny@clemson.edu>
1221
1222 maint: run "make update-copyright"
1223
1224 2009-12-30 Joel E. Denny <jdenny@clemson.edu>
1225
1226 POSIX: complain if %prec's token was not defined.
1227 * NEWS (2.5): Document.
1228 * src/reader.c (grammar_rule_check): Convert warning to
1229 complaint.
1230 * tests/input.at (%prec's token must be defined): Update.
1231
1232 2009-12-30 Joel E. Denny <jdenny@clemson.edu>
1233
1234 POSIX: warn if %prec's token was not defined.
1235 Reported by Florian Krohm at
1236 <http://lists.gnu.org/archive/html/bug-bison/2009-12/msg00005.html>.
1237 * NEWS (2.4.2): Document.
1238 * src/reader.c (grammar_rule_check): Implement.
1239 (grammar_current_rule_prec_set): Add comments explaining that we
1240 here assume a %prec identifier is a token, but we still manage
1241 to support POSIX.
1242 * tests/input.at (%prec's token must be defined): New test
1243 group.
1244
1245 2009-12-31 Joel E. Denny <jdenny@clemson.edu>
1246
1247 * HACKING (Release Procedure): Recommend a secure automake.
1248
1249 2009-12-29 Joel E. Denny <jdenny@clemson.edu>
1250
1251 portability: `<' and `>' are not always defined on addresses.
1252 Specifically, don't sort objects by their memory addresses when
1253 they're not allocated in the same array or other object. Though
1254 I haven't found a test case where that fails on my platform, C
1255 says the behavior is undefined.
1256 * src/AnnotationList.c (AnnotationList__insertInto): Remove
1257 FIXME. Use new id field of InadequacyList nodes rather than
1258 their memory addresses when sorting.
1259 (AnnotationList__compute_from_inadequacies): Add
1260 inadequacy_list_node_count argument to pass to
1261 InadequacyList__new_conflict.
1262 * src/AnnotationList.h
1263 (AnnotationList__compute_from_inadequacies): Update prototype
1264 and documentation for new argument.
1265 * src/InadequacyList.c (InadequacyList__new_conflict): Add
1266 node_count argument and use it to assign a unique ID.
1267 * src/InadequacyList.h (InadequacyListNodeCount): New typedef.
1268 (InadequacyList): Add id field.
1269 (InadequacyList__new_conflict): Update prototype and
1270 documentation for new argument.
1271 * src/ielr.c (ielr_compute_annotation_lists): Update
1272 AnnotationList__compute_from_inadequacies invocation.
1273
1274 2009-12-20 Joel E. Denny <jdenny@clemson.edu>
1275
1276 Fix handling of yychar manipulation in user semantic actions.
1277 The problem was that yacc.c didn't always update the yychar
1278 translation afterwards. However, other skeletons appear to be
1279 fine. glr.c appears to already translate yychar before every
1280 use. lalr1.cc does not define yychar and does not document its
1281 replacement, yyla, for users. It does provide yyclearin, but
1282 that does not manipulate yyla and thus requires no translation
1283 update. In lalr1.java, yychar is out of scope during semantic
1284 actions.
1285 * NEWS (2.5): Document.
1286 * data/yacc.c (YYBACKUP): Don't bother translating yychar into
1287 yytoken here.
1288 (yyparse, yypush_parse): Instead, translate before every use of
1289 yytoken, and add comments explaining this approach.
1290 * tests/actions.at (Destroying lookahead assigned by semantic
1291 action): New test group checking that translation happens before
1292 lookahead destructor calls at parser return. Previously,
1293 incorrect destructors were called.
1294 * tests/conflicts.at (parse.error=verbose and consistent
1295 errors): New test group checking that translation happens at
1296 syntax error detection before the associated verbose error
1297 message and the associated lookahead destructor calls. While
1298 the destructor call is fixed by this patch, the verbose error
1299 message is currently incorrect due to another bug (see
1300 comments in test group), so this is an expected failure for now.
1301
1302 2009-12-21 Joel E. Denny <jdenny@clemson.edu>
1303
1304 YYFAIL: warn about uses and remove from lalr1.java.
1305 * NEWS (2.5): Document.
1306 * data/lalr1.java (YYParser::YYFAIL): Rename to YYERRLAB,
1307 and make it private. Update all uses.
1308 * src/scan-code.l (SC_RULE_ACTION): Implement warning.
1309
1310 2009-12-21 Joel E. Denny <jdenny@clemson.edu>
1311
1312 YYFAIL: deprecate.
1313 * NEWS (2.4.2): Document deprecation and the phase-out plan.
1314 * data/lalr1.java (YYParser::YYFAIL): Add comment about
1315 deprecation.
1316 * data/yacc.c (YYFAIL): Likewise, and suppress warnings about
1317 YYFAIL from GCC cpp's -Wunused-macros.
1318 * doc/bison.texinfo (Java Action Features): Remove YYFAIL
1319 documentation.
1320 (LocalWords): Remove YYFAIL.
1321
1322 2009-12-20 Joel E. Denny <jdenny@clemson.edu>
1323
1324 tests: cleanup.
1325 * tests/c++.at (Syntax error discarding no lookahead): Don't
1326 ignore stderr. Instead, eliminate remaining warnings.
1327
1328 2009-12-18 Joel E. Denny <jdenny@clemson.edu>
1329
1330 lalr1.cc: don't discard non-existent lookahead on syntax error.
1331 * data/lalr1.cc (yy::parser::parse): Check yyempty first.
1332 * tests/c++.at (Syntax error discarding no lookahead): New test
1333 group.
1334
1335 2009-12-17 Joel E. Denny <jdenny@clemson.edu>
1336
1337 Code cleanup.
1338 * src/symtab.c, src/symtab.h (symbol_class_get_string): Remove
1339 function, which is no longer used.
1340
1341 2009-12-16 Joel E. Denny <jdenny@clemson.edu>
1342
1343 Add gcc's -Wundef to test suite and fix another warning from it.
1344 * NEWS (2.4.2): Update description of -Wundef fix.
1345 * configure.ac (WARN_CXXFLAGS_TEST): New substitution.
1346 (WARN_CFLAGS_TEST): New substitution.
1347 * data/glr.c: Avoid warning about __STRICT_ANSI__.
1348 * tests/atlocal.in (CFLAGS): Use WARN_CFLAGS_TEST instead of
1349 WARN_CFLAGS.
1350 (NO_WERROR_CFLAGS): Likewise.
1351 (CXXFLAGS): Use WARN_CXXFLAGS_TEST instead of WARN_CXXFLAGS.
1352
1353 2009-12-16 Joel E. Denny <jdenny@clemson.edu>
1354
1355 * data/yacc.c: Reformat m4 a little.
1356
1357 2009-12-16 Joel E. Denny <jdenny@clemson.edu>
1358
1359 Document gcc -Wundef fix.
1360 * NEWS (2.4.2): Here.
1361 * THANKS (Jonathan Nieder): Add.
1362
1363 2009-12-15 Jonathan Nieder <jrnieder@gmail.com> (tiny change)
1364
1365 Simplify y.tab.c when location tracking is disabled.
1366 * data/yacc.c: Do not check YYLTYPE_IS_TRIVIAL if location
1367 tracking is not enabled. Instead, unconditionally define
1368 YY_LOCATION_PRINT as a no-op for backward compatibility.
1369
1370 2009-12-15 Jonathan Nieder <jrnieder@gmail.com> (tiny change)
1371
1372 Avoid warnings from gcc -Wundef y.tab.c.
1373 * data/glr.c: Check if YYENABLE_NLS and YYLTYPE_IS_TRIVIAL are
1374 defined before using them.
1375 * data/lalr1.cc: Likewise.
1376 * data/yacc.c: Likewise.
1377
1378 2009-12-15 Joel E. Denny <jdenny@clemson.edu>
1379
1380 autoconf: update to latest for fix of M4 detection.
1381 Reported by Eric Blake.
1382 * submodules/autoconf: Update.
1383
1384 2009-12-15 Joel E. Denny <jdenny@clemson.edu>
1385
1386 portability: use -DGNULIB_POSIXCHECK.
1387 Reported by Eric Blake. See discussions at
1388 <http://lists.gnu.org/archive/html/bug-bison/2009-09/msg00008.html>
1389 and
1390 <http://lists.gnu.org/archive/html/bug-gnulib/2009-10/msg00108.html>.
1391 * HACKING (Release checks): Suggest -DGNULIB_POSIXCHECK.
1392 * bootstrap.conf (gnulib_modules): Add all the printf modules
1393 suggested by -DGNULIB_POSIXCHECK. Add realloc-posix as
1394 suggested by -DGNULIB_POSIXCHECK for gnulib's own vasnprintf.c.
1395 (excluded_files): Remove m4/printf-posix.m4.
1396 * tests/atlocal.in (LIBS): As for LDADD in src/local.mk, add
1397 lib/libbison.a so gnulib libraries can be linked.
1398
1399 2009-12-15 Joel E. Denny <jdenny@clemson.edu>
1400
1401 gnulib: update for fix of fprintf-posix, which we'll use soon.
1402 * etc/prefix-gnulib-mk (prefix): Adjust regex for make file
1403 targets so that gnulib's new arg-nonnull.h and link-warning.h
1404 are matched.
1405 * gnulib: Update.
1406
1407 2009-12-14 Joel E. Denny <jdenny@clemson.edu>
1408
1409 Enable assertion output and --disable-assert for configure.
1410 * bootstrap.conf (gnulib_modules): Add assert module.
1411 * src/system.h (aver): Define as assert, and summarize the
1412 discussion on this issue.
1413
1414 2009-12-14 Joel E. Denny <jdenny@clemson.edu>
1415
1416 Expand GLR acronym in summary of Bison.
1417 Based on discussion with Akim Demaille starting at
1418 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00087.html>.
1419 * doc/bison.texinfo (Introduction): Here.
1420 * src/getargs.c (usage): Here.
1421
1422 2009-10-03 Alex Rozenman <rozenman@gmail.com>
1423
1424 Document named references.
1425 * doc/bison.texinfo (Actions): Add new example and xref to
1426 Using Named References node.
1427 (Using Named References): New node.
1428
1429 2009-10-16 Joel E. Denny <jdenny@clemson.edu>
1430
1431 cleanup.
1432 * src/Sbitset.c (Sbitset__new_on_obstack): Use Sbitset instead
1433 of char*.
1434 (Sbitset__isEmpty): Use Sbitset instead of char*.
1435 * src/Sbitset.h (Sbitset): Make it a pointer to unsigned char
1436 instead of char. This helps to avoid casting errors.
1437 (Sbitset__or): Use Sbitset instead of char*.
1438
1439 2009-10-16 Joel E. Denny <jdenny@clemson.edu>
1440
1441 portability: don't assume 8-bit bytes.
1442 That is, use CHAR_BIT and UCHAR_MAX instead of 8 and 0xff.
1443 * src/Sbitset.h (Sbitset__nbytes): Here.
1444 (Sbitset__byteAddress): Here.
1445 (Sbitset__bit_mask): Here.
1446 (Sbitset__last_byte_mask): Here.
1447 (Sbitset__ones): Here.
1448 (SBITSET__FOR_EACH): Here.
1449
1450 2009-10-11 Joel E. Denny <jdenny@clemson.edu>
1451
1452 portability: use va_start and va_end in the same function.
1453 * src/complain.c (error_message): Move va_end from here...
1454 (ERROR_MESSAGE): ... to here.
1455
1456 2009-10-08 Joel E. Denny <jdenny@clemson.edu>
1457
1458 * data/bison.m4: Update comments for rename to muscle-tab.h.
1459
1460 2009-10-07 Joel E. Denny <jdenny@clemson.edu>
1461
1462 Minor code cleanup.
1463 * src/muscle-tab.c (MUSCLE_USER_NAME_CONVERT): Remove macro and
1464 replace all uses with UNIQSTR_CONCAT.
1465 * src/uniqstr.c (uniqstr_vsprintf): New function.
1466 * src/uniqstr.h (uniqstr_vsprintf): Add prototype.
1467 (UNIQSTR_CONCAT, UNIQSTR_GEN_FORMAT, UNIQSTR_GEN_FORMAT_): New
1468 macros.
1469
1470 2009-10-06 Joel E. Denny <jdenny@clemson.edu>
1471
1472 * TODO (Complaint submessage indentation): New.
1473
1474 2009-10-04 Joel E. Denny <jdenny@clemson.edu>
1475
1476 Minor code cleanup.
1477 * src/parse-gram.y: Clean up sorting of declarations.
1478 Use types to simplify %printer declarations where possible.
1479 Provide %printer for BRACKETED_ID and symbol.prec.
1480 * src/symtab.c: Whitespace change.
1481
1482 2009-10-04 Joel E. Denny <jdenny@clemson.edu>
1483
1484 tests: skip tests of file names that platform does not support.
1485 Reported by Michael Raskin at
1486 <http://lists.gnu.org/archive/html/bug-bison/2009-09/msg00001.html>.
1487 * THANKS (Michael Raskin): Add.
1488 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Fix. Cygwin used
1489 to fail at least for file names containing ":" or "\".
1490
1491 2009-09-23 Joel E. Denny <jdenny@clemson.edu>
1492
1493 yysyntax_error: avoid duplicate lookahead collection.
1494 Except when memory reallocation is required, this change
1495 eliminates the need to invoke yysyntax_error twice and thus to
1496 repeat the collection of lookaheads. It also prepares for
1497 future extensions that will make those repetitions more
1498 expensive and that will require additional memory management in
1499 yysyntax_error. Finally, it fixes an obscure bug already
1500 exercised in the test suite.
1501 * data/yacc.c (yysyntax_error): Add arguments for message
1502 buffer variables stored in the parser. Instead of size, return
1503 status similar to yyparse status but indicating success of
1504 message creation. Other than the actual reallocation of the
1505 message buffer, import and clean up memory management code
1506 from...
1507 (yyparse, yypush_parse): ... here.
1508 * tests/regression.at (parse.error=verbose overflow): No longer
1509 an expected failure.
1510
1511 2009-09-23 Joel E. Denny <jdenny@clemson.edu>
1512
1513 yysyntax_error: test memory management more.
1514 * tests/atlocal.in (NO_WERROR_CFLAGS): New cpp macro.
1515 * tests/regression.at (parse.error=verbose and
1516 YYSTACK_USE_ALLOCA): New test group.
1517 (parse.error=verbose overflow): New test group that reveals an
1518 obscure bug. Expected fail for now.
1519
1520 2009-10-04 Joel E. Denny <jdenny@clemson.edu>
1521
1522 benchmarks: use %debug consistently among grammars.
1523 * etc/bench.pl.in (generate_grammar_triangular): Do not activate
1524 %debug by default. It can affect the timings even if yydebug=0.
1525 (generate_grammar_calc): For consistency with other grammars,
1526 use YYDEBUG environment variable to set yydebug.
1527
1528 2009-10-03 Joel E. Denny <jdenny@clemson.edu>
1529
1530 Remove dead code.
1531 * src/symtab.c (symbol_pack): Here because every symbol's number
1532 is always defined by this time.
1533
1534 2009-10-03 Alex Rozenman <rozenman@gmail.com>
1535
1536 Add additional space after periods in NEWS.
1537 * NEWS (2.5): here.
1538
1539 2009-09-29 Joel E. Denny <jdenny@clemson.edu>
1540
1541 Use the correct conversion specifier for size_t.
1542 Reported by Jim Meyering.
1543 * src/Sbitset.h (SBITSET__INDEX__CONVERSION_SPEC): New, "zu"
1544 because Sbitset__Index is size_t.
1545 * src/Sbitset.c (Sbitset__fprint): Use it instead of %d.
1546
1547 2009-09-27 Joel E. Denny <jdenny@clemson.edu>
1548
1549 tests: don't abuse AT_BISON_CHECK.
1550 * tests/regression.at (parse-gram.y: LALR = IELR): Move
1551 additional shell commands outside of AT_BISON_CHECK.
1552
1553 2009-09-26 Joel E. Denny <jdenny@clemson.edu>
1554
1555 tests: check that parse-gram.y's IELR and LALR are identical.
1556 * tests/atlocal.in (abs_top_srcdir): New shell variable.
1557 * tests/regression.at (parse-gram.y: LALR = IELR): New test
1558 group.
1559
1560 2009-09-19 Alex Rozenman <rozenman@gmail.com>
1561
1562 Keep sub-messages aligned. Fix strings for translation.
1563 * src/location.h (location_print): Add return value.
1564 * src/location.c (location_print): Return number of printed
1565 characters.
1566 * src/complain.h (complain_at_indent, warn_at_indent): Prototype
1567 new functions.
1568 * src/complain.cpp (indent_ptr): New static variable.
1569 (error_message, complain_at_indent, warn_at_indent): Implement
1570 the alignment mechanism.
1571 * src/scan-code.l (parse_ref, show_sub_messages): Fix strings
1572 for translations. Use new alignment mechanism.
1573 * tests/named-ref.at: Adjust test-cases.
1574 * NEWS (2.5): Add an announcement about named references.
1575
1576 2009-09-17 Akim Demaille <demaille@gostai.com>
1577
1578 doc: fixes.
1579 * doc/bison.texinfo: here.
1580 Reported by Alex Rozenman.
1581
1582 2009-09-16 Akim Demaille <demaille@gostai.com>
1583
1584 doc: lalr1.cc and variants.
1585 * doc/bison.texinfo (Decl Summary): Document the "lex_symbol" and
1586 "variant" %define variables.
1587 (C++ Semantic Values): Split into...
1588 (C++ Unions, C++ Variants): these.
1589 The latter is new.
1590 (C++ Parser Interface): Fix type names.
1591 Document parser::syntax_error.
1592 Document the fact that locations are not mandatory.
1593 (C++ Scanner Interface): Split into...
1594 (Split Symbols, Complete Symbols): these.
1595 The later is new.
1596 (Calc++ Parsing Driver): Use variants.
1597 Add more comments.
1598 Adjust style.
1599 (Calc++ Parser): Declare all the tokens, no
1600 longer accept raw characters.
1601 Remove %union.
1602 Adjust types and printers.
1603 Remove destructors.
1604 (Calc++ Scanner): Use make_<SYMBOL> functions.
1605 Use strerror in error message.
1606
1607 2009-09-16 Akim Demaille <demaille@gostai.com>
1608
1609 doc: spell checking.
1610 * doc/bison.texinfo: here.
1611
1612 2009-09-16 Akim Demaille <demaille@gostai.com>
1613
1614 doc: comment changes.
1615 * doc/bison.texinfo: Comment changes.
1616
1617 2009-09-16 Akim Demaille <demaille@gostai.com>
1618
1619 lalr1.cc: factor the yytranslate_ invocation in make_SYMBOLS.
1620 * data/c++.m4, data/lalr1.cc (parser::symbol_type): Change the
1621 constructor to take a token_type instead of the (internal) symbol
1622 number.
1623 Call yytranslate_.
1624 * data/variant.hh (b4_symbol_constructor_define_): Therefore,
1625 don't call yytranslate_ here.
1626
1627 2009-09-16 Akim Demaille <demaille@gostai.com>
1628
1629 TODO: statistics.
1630 * TODO (Figures): New.
1631
1632 2009-09-13 Joel E. Denny <jdenny@clemson.edu>
1633
1634 tests: clean up push.at test group titles.
1635 * tests/push.at: Remove "Push Parsing: " from test group titles
1636 because these are already under the banner "Push Parsing Tests".
1637
1638 2009-09-12 Alex Rozenman <rozenman@gmail.com>
1639
1640 Provide an additional sub-message for clarity.
1641 Add "symbol not found in production" error message when
1642 an "invalid reference" is detected in named references
1643 resolution.
1644 * src/scan-code.l: Update "invalid reference" case.
1645 * tests/named-ref.at: Adjust test-cases.
1646
1647 2009-09-10 Joel E. Denny <jdenny@clemson.edu>
1648
1649 Clean up yacc.c a little.
1650 * data/yacc.c: Clean up M4 for readability, and make output
1651 whitespace more consistent. For the main parse function
1652 comment, instead of saying "yyparse or yypush_parse", say either
1653 "yyparse" or "yypush_parse" depending on which it actually is.
1654
1655 2009-09-10 Joel E. Denny <jdenny@clemson.edu>
1656
1657 Fix --enable-gcc-warnings.
1658 * src/parse-gram.y (%printer <param>): Handle param_none.
1659
1660 2009-09-09 Akim Demaille <demaille@gostai.com>
1661
1662 lalr1.cc: syntax_error as exceptions.
1663 It is common to use sort of factories in the user actions. These
1664 factories may check some "syntactic" constraints that are not
1665 enforced by the grammar itself. This is possible using YYERROR
1666 within the action itself. Provide the user with a means to throw
1667 a syntax_error exception.
1668
1669 * data/c++.m4 (b4_public_types_declare, b4_public_types_define):
1670 Declare and define yy::parser::syntax_error.
1671 * data/lalr1.cc: Include stdexcept.
1672 (yy::parser::parse): Wrap the user action within a try/catch.
1673 * data/glr.cc: Include stdexcept.
1674
1675 2009-09-09 Akim Demaille <demaille@gostai.com>
1676
1677 lalr1.cc: add missing "inline".
1678 * data/c++.m4 (b4_public_types_define): Add missing inline to
1679 implementations provided in headers.
1680
1681 2009-09-09 Akim Demaille <demaille@gostai.com>
1682
1683 %param: documentation.
1684 * NEWS (2.6): Document %param, %lex-param, and %parse-param
1685 changes.
1686 * doc/bison.texinfo: Document that %lex-param and %parse-param
1687 are n-ary.
1688 Changes some examples to demonstrate it.
1689 (Calc++ Parser): Use %param.
1690
1691 2009-09-09 Akim Demaille <demaille@gostai.com>
1692
1693 Regen.
1694
1695 2009-09-09 Akim Demaille <demaille@gostai.com>
1696
1697 style changes.
1698 * src/parse-gram.y (add_param): Scope changes.
1699
1700 2009-09-09 Akim Demaille <demaille@gostai.com>
1701
1702 %parse: support several arguments.
1703 * src/parse-gram.y (current_param): New.
1704 (param_type): Add param_none.
1705 (params): New nonterminal.
1706 Use it.
1707
1708 2009-09-09 Akim Demaille <demaille@gostai.com>
1709
1710 Regen.
1711
1712 2009-09-09 Akim Demaille <demaille@gostai.com>
1713
1714 %param.
1715 Provide a means to factor lex-param and parse-param common
1716 declarations.
1717
1718 * src/parse-gram.y (param_type): New.
1719 Define a %printer for it.
1720 (add_param): Use it.
1721 (%parse-param, %lex-param): Merge into...
1722 (%parse): this new token.
1723 Adjust the grammar to use it.
1724 * src/scan-gram.l (RETURN_VALUE): New.
1725 (RETURN_PERCENT_FLAG): Use it.
1726 (RETURN_PERCENT_PARAM): New.
1727 Use it to support %parse-param, %lex-param and %param.
1728
1729 2009-09-03 Joel E. Denny <jdenny@clemson.edu>
1730
1731 Use aver not assert.
1732 * src/output.c: Don't include assert.h.
1733 (output_skeleton): Use aver not assert.
1734 * src/system.h (aver): In documentation of why, add links to
1735 Paul Eggert's explanations in the mailing lists.
1736
1737 2009-09-05 Alex Rozenman <rozenman@gmail.com>
1738
1739 Use "Unresolved reference" error message when no symbols were found
1740 in a symbolic reference resolution. Remove .expr and -expr from
1741 the shown reference when the reference is unresolved.
1742 * src/scan-code.l: Change the error message, adjust location columns,
1743 rename variable "exact_mode" to "explicit_bracketing".
1744 * tests/named-ref.at: Adjust existing tests and add a new one.
1745
1746 2009-09-04 Akim Demaille <demaille@gostai.com>
1747
1748 Adjust synclines in src/parse-gram.[ch].
1749 * tests/bison.in: Do some magic (including working around issues
1750 with ylwrap) when this wrapper is used to compile
1751 src/parse-gram.y.
1752
1753 2009-09-03 Joel E. Denny <jdenny@clemson.edu>
1754
1755 Complain about unused %define variables and %code qualifiers.
1756 * NEWS (2.5): Document.
1757 * data/bison.m4 (b4_check_user_names): Complain instead of warn.
1758 * doc/bison.texinfo (Decl Summary): Document complaint, and
1759 improve %define documentation a little otherwise.
1760 * tests/input.at (Reject unused %code qualifiers): Update.
1761 (%define errors): Update.
1762 (%define, --define, --force-define): Update.
1763 (%define backward compatibility): Update.
1764 (Unused %define api.pure): Update.
1765 * tests/push.at (Push Parsing: Unsupported Skeletons): Update.
1766
1767 2009-09-03 Joel E. Denny <jdenny@clemson.edu>
1768
1769 Don't suppress warnings about unused parse.error.
1770 * data/bison.m4 (b4_error_verbose_flag): Don't examine value of
1771 %define variable parse.error unless b4_error_verbose_flag is
1772 actually expanded in a skeleton.
1773
1774 2009-09-03 Akim Demaille <demaille@gostai.com>
1775
1776 * NEWS (2.4.2): Add "Internationalization" item.
1777
1778 2009-09-03 Akim Demaille <demaille@gostai.com>
1779
1780 bootstrap: fix/improve find_tool.
1781 * bootstrap (find_tool): Improve error messages.
1782 Fix typo about find_tool_names.
1783
1784 2009-08-29 Joel E. Denny <jdenny@clemson.edu>
1785
1786 Fix gcc 3.4.4 shadowing warning reported by Eric Blake.
1787 See
1788 <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00093.html>.
1789 * src/scan-code.h (code_props_rule_action_init): Rename
1790 named_ref arg to name so it doesn't shadow named_ref type. This
1791 makes it consistent with the function definition in scan-code.l
1792 anyway.
1793
1794 2009-08-28 Joel E. Denny <jdenny@clemson.edu>
1795
1796 %define: accept unquoted values.
1797 * NEWS (2.5): Group all %define changes together, and document
1798 this one. Remove quotes in IELR and canonical LR entry.
1799 * doc/bison.texinfo: Remove quotes in most examples throughout.
1800 (Decl Summary): Update %define documentation.
1801 (Table of Symbols): Likewise.
1802 * src/ielr.c (LrType): Update documentation.
1803 * src/parse-gram.y (content.opt): Add production for ID.
1804 * tests/actions.at: Remove quotes in most tests.
1805 * tests/calc.at: Likewise.
1806 * tests/existing.at: Likewise.
1807 * tests/input.at: Likewise.
1808 * tests/local.at: Likewise.
1809 * tests/push.at: Likewise.
1810 * tests/reduce.at: Likewise.
1811 * tests/torture.at: Likewise.
1812
1813 2009-08-28 Joel E. Denny <jdenny@clemson.edu>
1814
1815 %define lr.type: make values lowercase IDs.
1816 That is, "LALR" => "lalr", "IELR" => "ielr", and
1817 "canonical LR" => "canonical-lr".
1818 * NEWS (2.5): Update documentation.
1819 * doc/bison.texinfo (Decl Summary): Likewise.
1820 * src/ielr.c (ielr): Use new values.
1821 * src/ielr.h (ielr): Update documentation.
1822 * src/reader.c (prepare_percent_define_front_end_variables): Use
1823 and validate new values.
1824 * tests/existing.at (AT_TEST_EXISTING_GRAMMAR): Update test
1825 grammars.
1826 * tests/reduce.at (AT_TEST_LR_TYPE): Likewise.
1827
1828 2009-08-27 Eric Blake <ebb9@byu.net>
1829
1830 scan-gram: avoid portability trap with ctype usage.
1831 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
1832 Avoid compiler warning.
1833
1834 2009-08-27 Joel E. Denny <jdenny@clemson.edu>
1835
1836 tests: use perl for printing special sequences to files.
1837 And skip tests if perl is not available. This is better than
1838 playing tricks with shell portability. Suggested by Akim
1839 Demaille.
1840 * tests/input.at (Bad character literals): Use it here for
1841 omitting final newlines.
1842 (Bad escapes in literals): Use it here for special characters.
1843
1844 2009-08-26 Joel E. Denny <jdenny@clemson.edu>
1845
1846 tests: show a use of %define lr.default-reductions "consistent"
1847 * tests/conflicts.at (%nonassoc and eof): Extend to test that it
1848 prevents the omission of expected tokens for %error-verbose.
1849
1850 2009-08-26 Akim Demaille <demaille@gostai.com>
1851
1852 tests: portability fix.
1853 * tests/input.at (Bad escapes in literals): Don't expect "echo
1854 '\0'" to output \ then 0.
1855
1856 2009-08-26 Joel E. Denny <jdenny@clemson.edu>
1857
1858 Actually handle the yytable zero value correctly this time.
1859 * data/bison.m4 (b4_integral_parser_tables_map): Don't mention
1860 zero values in the YYTABLE comments.
1861 * data/glr.c (yytable_value_is_error): Don't check for zero
1862 value.
1863 * data/lalr1.cc (yy_table_value_is_error_): Likewise.
1864 * data/yacc.c (yytable_value_is_error): Likewise.
1865 * data/lalr1.java (yy_table_value_is_error_): Likewise.
1866 (yysyntax_error): Fix typo in code: use yytable_ not yycheck_.
1867 * src/tables.h: In header comments, explain why it's useless to
1868 check for a zero value in yytable.
1869
1870 2009-08-25 Joel E. Denny <jdenny@clemson.edu>
1871
1872 More fixes related to last two patches.
1873 * data/bison.m4 (b4_integral_parser_tables_map): Fix YYTABLE
1874 comments: zero indicates syntax error not default action.
1875 * data/c.m4 (b4_table_value_equals): Comment that YYID must be
1876 defined.
1877 * data/glr.c (yyis_pact_ninf): Rename to...
1878 (yypact_value_is_default): ... this.
1879 (yyisDefaultedState): Update for rename.
1880 (yyis_table_ninf): Rename to...
1881 (yytable_value_is_error): ... this, and check for value zero
1882 besides just YYTABLE_NINF.
1883 (yygetLRActions): Check for default value from yypact. It
1884 appears that this check is always performed before this function
1885 is invoked, and so adding the check here is probably redundant.
1886 However, the code may evolve after this subtlety is forgotten.
1887 Also, update for rename to yytable_value_is_error. Because that
1888 macro now checks for zero, a different but equivalent branch of
1889 the if-then-else here is evaluated.
1890 (yyreportSyntaxError): Update for rename to
1891 yytable_value_is_error. The zero condition was mishandled
1892 before.
1893 (yyrecoverSyntaxError): Update for renames. No behavioral
1894 changes.
1895 * data/lalr1.cc, data/lalr1.java (yy_pact_value_is_default_):
1896 New function.
1897 (yy_table_value_is_error_): New function.
1898 (parse): Use new functions where possible. No behavioral
1899 changes.
1900 (yysyntax_error_, yysyntax_error): Use yy_table_value_is_error_.
1901 The zero condition was mishandled before.
1902 * data/yacc.c (yyis_pact_ninf): Rename to...
1903 (yypact_value_is_default): ... this.
1904 (yyis_table_ninf): Rename to...
1905 (yytable_value_is_error): ... this, and check for value zero
1906 besides just YYTABLE_NINF.
1907 (yysyntax_error): Update for rename to yytable_value_is_error.
1908 The zero condition was mishandled before.
1909 (yyparse): Update for renames. No behavioral changes.
1910 * src/tables.h: Improve comments about yypact, yytable, etc.
1911 more. Most importantly, say yytable value of zero means syntax
1912 error not default action.
1913
1914 2009-08-25 Joel E. Denny <jdenny@clemson.edu>
1915
1916 Fix %error-verbose for conflicts resolved by %nonassoc.
1917 * NEWS (2.5): Document.
1918 * data/glr.c (yyreportSyntaxError): Fix this by checking
1919 yyis_table_ninf.
1920 * data/yacc.c (yysyntax_error): Likewise.
1921 * data/lalr1.cc (yysyntax_error_): Fix this by checking
1922 yytable_ninf_.
1923 * data/lalr1.java (yysyntax_error): Likewise.
1924 * tests/conflicts.at (%nonassoc and eof): Update expected output
1925 and remove FIXME.
1926
1927 2009-08-25 Joel E. Denny <jdenny@clemson.edu>
1928
1929 Some code and documentation improvements.
1930 * data/c.m4 (b4_table_value_equals): New macro to capture
1931 some repeated code.
1932 * data/glr.c (yyis_pact_ninf): Use it here.
1933 (yyis_table_ninf): Likewise.
1934 (yyreportSyntaxError): Improve internal comments.
1935 * data/yacc.c (yyis_pact_ninf): New macro copied from glr.c.
1936 Use it everywhere possible.
1937 (yyis_table_ninf): Likewise.
1938 (yysyntax_error): Improve internal comments.
1939 * data/lalr1.cc (yysyntax_error_): Likewise.
1940 * data/lalr1.java (yysyntax_error): Likewise.
1941 * src/tables.h: Improve comments about yypact, yytable, etc.
1942
1943 2009-08-21 Joel E. Denny <jdenny@clemson.edu>
1944
1945 Use locale when quoting.
1946 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER): Use
1947 quote rather than implementing quoting here.
1948
1949 2009-08-20 Eric Blake <ebb9@byu.net>
1950
1951 Make previous patch more robust.
1952 * src/output.c (ARRAY_CARDINALITY): New macro, copied from
1953 argmatch.h.
1954 (output_skeleton): Use it.
1955 Suggested by Akim Demaille.
1956
1957 Import latest m4/m4.m4.
1958 * submodules/autoconf: Update to autoconf 2.64.
1959 * configure.ac (M4_GNU_OPTION): New define.
1960 * src/output.c (output_skeleton): Use it to resolve FIXME.
1961 * NEWS: Mention this.
1962
1963 2009-08-19 Joel E. Denny <jdenny@clemson.edu>
1964
1965 Fix complaints about escape sequences.
1966 Discussed starting at
1967 <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00036.html>.
1968 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER):
1969 For a \0 and similar escape sequences meaning the null
1970 character, report an invalid escape sequence instead of an
1971 invalid null character because the latter does not actually
1972 appear in the user's input.
1973 In all escape sequence complaints, don't escape the initial
1974 backslash, and don't quote when the sequence appears at the end
1975 of the complaint line unless there's whitespace that quotearg
1976 won't escape.
1977 Consistently say "invalid" not "unrecognized".
1978 Consistently prefer "empty character literal" over "extra
1979 characters in character literal" warning for invalid escape
1980 sequences; that is, consistently discard those sequences.
1981 * tests/input.at (Bad escapes in literals): New.
1982
1983 2009-08-19 Akim Demaille <demaille@gostai.com>
1984
1985 doc: fixes.
1986 * doc/bison.texinfo: Fix minor Texinfo errors.
1987
1988 2009-08-19 Akim Demaille <demaille@gostai.com>
1989
1990 tests: distcc compliance.
1991 * tests/synclines.at (AT_SYNCLINES_COMPILE): Discard distcc's
1992 error messages from the output.
1993
1994 2009-08-19 Akim Demaille <demaille@gostai.com>
1995
1996 variables: simplify the upgrade of namespace into api.namespace.
1997
1998 This patch simplifies "variables: rename namespace as
1999 api.namespace", commit 67501061076ba46355cfd9f9361c7eed861b389c.
2000 Suggested by Joel E. Denny in
2001 http://lists.gnu.org/archive/html/bison-patches/2009-07/msg00006.html
2002
2003 * src/muscle-tab.c (muscle_percent_variable_update): New.
2004 (muscle_percent_define_insert): Use it in replacement of the
2005 previous tr invocation.
2006 Remove variable_tr, no longer needed.
2007 * data/bison.m4 (b4_percent_define_copy_, b4_percent_define_copy):
2008 Remove.
2009 * data/c++.m4: No longer handle namespace -> api.namespace.
2010 * tests/input.at (%define backward compatibility): Check that
2011 namespace is treated as api.namespace.
2012
2013 2009-08-19 Akim Demaille <demaille@gostai.com>
2014
2015 doc: %initial-action to initialize yylloc.
2016 Reported by Bill Allombert.
2017 * doc/bison.texinfo: Set fill-column to 76.
2018 (Location Type): Document the use of %initial-action to initialize
2019 yylloc.
2020
2021 2009-08-19 Akim Demaille <demaille@gostai.com>
2022
2023 lalr1.cc: use state_type.
2024 * data/lalr1.cc (yysyntax_error_): Use state_type.
2025 Move argument names into yy*.
2026
2027 2009-08-19 Akim Demaille <demaille@gostai.com>
2028
2029 lalr1.cc: get rid of yyparse's yystate.
2030 yystate and yystack_[0].state are equal, keep only the latter.
2031 The former was also used as a temporary variable to compute the
2032 post-reduction state. Move this computation into an auxiliary
2033 function.
2034
2035 * data/glr.c (yyLRgotoState): Fuse variable definition and first
2036 assignment.
2037 * data/lalr1.cc (yy_lr_goto_state_): New.
2038 (yyparse): Use it.
2039 Replace remaining uses of yystate by yystate_[0].state.
2040 Remove the former.
2041
2042 2009-08-19 Akim Demaille <demaille@gostai.com>
2043
2044 lalr1.cc: destroy $$ when YYERROR is called.
2045 * data/lalr1.cc (yyreduce): Compute the resulting state before
2046 running the user action so that yylhs is a valid symbol.
2047 (yyerrorlab): Since yylhs is complete (it knows its type), we can
2048 simply call yy_destroy_ to destroy $$ on YYERROR invocations.
2049 * tests/c++.at (AT_CHECK_VARIANTS): Test YYERROR with variants.
2050
2051 2009-08-18 Joel E. Denny <jdenny@clemson.edu>
2052
2053 maint: update for gnulib's recent update-copyright changes
2054 * gnulib: Update.
2055 * .x-update-copyright (COPYING): Add as it's no longer implied
2056 when .x-update-copyright is present.
2057 * cfg.mk (update-copyright-local): Remove, now ignored.
2058 (update-copyright): Declare update-b4-copyright as a dependency.
2059
2060 2009-08-17 Akim Demaille <demaille@gostai.com>
2061
2062 build: require gettext 0.17.
2063
2064 Suggested by Bruno Haible.
2065 http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00009.html
2066 * configure.ac: require gettext 0.17 to ensure compatibility with
2067 gnulib.
2068
2069 2009-08-17 Akim Demaille <demaille@gostai.com>
2070
2071 build: lower gettext requirements.
2072
2073 Bison was uselessly requiring the formatstring macros from
2074 gettext, which resulted in mo files not being installed on systems
2075 that perfectly supported Bison mo files. Lower the requirement.
2076 http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00006.html
2077
2078 * configure.ac: Require need-ngettext instead of
2079 need-formatstring-macros.
2080 Reported by Martin Jabocs.
2081 Suggested by Bruno Haible.
2082 * INSTALL: Restructure.
2083 (Internationalization): New.
2084
2085 2009-08-14 Joel E. Denny <jdenny@clemson.edu>
2086
2087 maint: fix use of copyright year intervals.
2088 * gnulib: Update.
2089 * bootstrap.conf (gnulib_modules): Update getopt to getopt-gnu
2090 as now recommended in gnulib/NEWS.
2091 * build-aux/update-b4-copyright: Fix.
2092 * cfg.mk (update-copyright-env): Configure update-copyright.
2093
2094 2009-08-13 Joel E. Denny <jdenny@clemson.edu>
2095
2096 Make it easier to write deterministic tests.
2097 Continues Akim's work from his 2009-06-10 commits.
2098 * src/reader.c (check_and_convert_grammar): Don't add any
2099 symbols after the first symbols_do invocation.
2100 * src/symtab.c (symbols_sorted): New static global.
2101 (user_token_number_redeclaration): Update comments.
2102 (symbol_from_uniqstr): If a new symbol is being created, assert
2103 that symbols_sorted hasn't been allocated yet.
2104 (symbols_free): Free symbols_sorted.
2105 (symbols_cmp, symbols_cmp_qsort): New functions.
2106 (symbols_do): Sort symbol_table into symbols_sorted on first
2107 invocation.
2108 * tests/input.at (Numbered tokens): Recombine tests now that the
2109 output should be deterministic across multiple numbers.
2110
2111 2009-08-12 Akim Demaille <demaille@gostai.com>
2112
2113 tests: GCC 4.5 compliance.
2114 * tests/synclines.at (AT_SYNCLINES_COMPILE): Adjust to GCC 4.5's
2115 messages about #error.
2116
2117 2009-08-12 Akim Demaille <demaille@gostai.com>
2118
2119 build: fix the generation of the documentation.
2120 Some of our targets use "bison --help", but they can't depend on
2121 "bison" itself (to avoid additional requirements on the user), so
2122 they used to call "make src/bison" in the commands. Then
2123 concurrent builds may fail: one make might be aiming one of its
2124 jobs at compiling src/bison, and another job at generating the man
2125 page. If the latter is faster than the former, then we have two
2126 makes that concurrently try to compile src/bison.
2127
2128 This might also be a more convincing explanation for the failure
2129 described in the patch "build: fix paths".
2130
2131 * Makefile.am (SUFFIXES): Initialize.
2132 * build-aux/move-if-change: New, symlink to gnulib's.
2133 * build-aux/local.mk: Ship it.
2134 * doc/common.x: Remove, merged into...
2135 * doc/bison.x: here.
2136 * doc/local.mk (doc/bison.help): New.
2137 ($(CROSS_OPTIONS_TEXI)): Depend on it.
2138 Use src/bison.
2139 (.x.1): Replace with...
2140 (doc/bison.1): this explicit, simpler, target.
2141 (common_dep): Remove, inlined where appropriate.
2142 (SUFFIXES, PREPATH): Remove, unused.
2143
2144 2009-08-12 Akim Demaille <demaille@gostai.com>
2145
2146 gnulib: improve prefixing.
2147 * configure.ac (gl_PREFIXED_LIBOBJS): Don't rename it, rather,
2148 change the value of...
2149 (gl_LIBOBJS): this.
2150 Adjust more variables.
2151 * etc/prefix-gnulib-mk (prefix_assignment): Don't rename
2152 gl_LIBOBJS.
2153 (prefix): Also transform rules whose targets have slashes.
2154 Use $prefix liberally.
2155 Map @MKDIR_P@ to $(MKDIR_P).
2156 Prefix directories that are mkdir'd.
2157
2158 2009-08-12 Akim Demaille <demaille@gostai.com>
2159
2160 build: fix paths.
2161 When using $(top_builddir) inconsistently, Make (including GNU
2162 Make) is sometimes confused. As a result it may want to build
2163 lib/libbison.la and $(top_builddir)/lib/libbison.la (the same
2164 file, different names) concurrently, which, amusingly enough,
2165 might end with:
2166
2167 ranlib lib/libbison.a
2168 ranlib lib/libbison.a
2169 make[2]: *** [lib/libbison.a] Segmentation fault
2170
2171 on OS X.
2172
2173 * doc/local.mk, src/local.mk: Do not use $(top_builddir) when not
2174 needed.
2175
2176 2009-08-12 Akim Demaille <demaille@gostai.com>
2177
2178 distcheck: fix.
2179
2180 * examples/calc++/Makefile.am: (EXTRA_DIST): Ship calc.stamp.
2181
2182 2009-08-10 Joel E. Denny <jdenny@clemson.edu>
2183
2184 * tests/local.mk (TESTSUITE_AT): Add named-refs.at.
2185
2186 2009-08-10 Joel E. Denny <jdenny@clemson.edu>
2187
2188 Miscellaneous code readability improvements.
2189
2190 * src/reader.c (reader): Move %define front-end variable
2191 defaults and checking into...
2192 (prepare_percent_define_front_end_variables): ... this new
2193 function.
2194
2195 * src/scan-gram.l (INITIAL): For consistency with string
2196 literals, don't store open quote on character literal. It's
2197 discarded before returning anyway.
2198 (SC_ESCAPED_CHARACTER): Similarly, don't store close quote.
2199 Make length test more readable, and make the character stored
2200 for an empty literal more obvious while consistent with the
2201 previous behavior.
2202
2203 * src/symtab.c, src/symtab.h: Rename USER_NUMBER_ALIAS to
2204 USER_NUMBER_HAS_STRING_ALIAS throughout.
2205 * src/symtab.c (symbol_make_alias): Remove comment from symtab.c
2206 that is repeated in symtab.h. Improve argument names to make it
2207 clear which side of the symbol-string alias pair is which.
2208 (symbol_check_alias_consistency): Improve local variable names
2209 for the same purpose.
2210 * src/symtab.h (struct symbol): Make comments about aliases
2211 clearer.
2212 (symbol_make_alias): Improve comments and argument name.
2213 * src/output.c (token_definitions_output): Update for rename to
2214 USER_NUMBER_HAS_STRING_ALIAS and improve comments about aliases.
2215
2216 2009-08-08 Alex Rozenman <rozenman@gmail.com>
2217
2218 Convert "misleading reference" messages to warnings.
2219 * src/scan-code.l: New function 'show_sub_messages', more
2220 factoring.
2221 * tests/named-ref.at: Adjust tests.
2222
2223 2009-08-06 Joel E. Denny <jdenny@clemson.edu>
2224
2225 maint: run "make update-copyright"
2226
2227 2009-08-06 Joel E. Denny <jdenny@clemson.edu>
2228
2229 maint: make update-b4-copyright easier to use
2230 * build-aux/update-b4-copyright: In warnings, report line
2231 numbers rather than character positions.
2232 * cfg.mk (update-copyright-local): Set to update-b4-copyright so
2233 that update-copyright runs it.
2234 * gnulib: Update.
2235
2236 2009-08-05 Joel E. Denny <jdenny@clemson.edu>
2237
2238 maint: clean up update-b4-copyright code
2239 * build-aux/update-b4-copyright: Do not accept 2-digit
2240 UPDATE_COPYRIGHT_YEAR, which was not handled correctly.
2241 Don't accept a `[' in a b4_copyright argument.
2242 Format code more consistently.
2243 Don't assume b4*copyright never occurs.
2244
2245 2009-08-04 Joel E. Denny <jdenny@clemson.edu>
2246
2247 maint: automate b4_copyright updates.
2248 * Makefile.am (update-b4-copyright): New target rule.
2249 * build-aux/local.mk (EXTRA_DIST): Add update-b4-copyright.
2250 * build-aux/update-b4-copyright: New.
2251 * data/yacc.c: Remove stray characters around b4_copyright
2252 invocations.
2253
2254 2009-08-04 Joel E. Denny <jdenny@clemson.edu>
2255
2256 maint: automate annual package-wide copyright-year update.
2257 * .x-update-copyright: New.
2258 * Makefile.am (EXTRA_DIST): Remove maint.mk.
2259 * bootstrap.conf (gnulib_modules): Add maintainer-makefile and
2260 update-copyright. Remove gnumakefile, which is implied by
2261 maintainer-makefile.
2262 * cfg.mk (bootstrap-tools): Copy from old maint.mk.
2263 * gnulib: Update.
2264 * maint.mk: Remove, now copied from gnulib.
2265 * examples/extexi: Add missing "(C)" in copyright statement so
2266 update-copyright can recognize it.
2267 * src/LR0.h: Likewise.
2268 * src/print.h: Likewise.
2269 * src/print_graph.h: Likewise.
2270 * src/gram.c: Add missing comma in copyright statement.
2271 * src/gram.h: Likewise.
2272
2273 2009-08-04 Joel E. Denny <jdenny@clemson.edu>
2274
2275 Fix "make distcheck".
2276 * examples/calc++/Makefile.am: Say $(srcdir)/calc.stamp instead
2277 of just calc.stamp.
2278
2279 2009-08-01 Joel E. Denny <jdenny@clemson.edu>
2280
2281 Pacify "gcc -Wunused" for the input function from Flex.
2282 Reported by Alex Rozenman. This warning shows up with gcc-4.3.0
2283 and later.
2284 * src/scan-code.l: Add "%option noinput", which I cannot find in
2285 the Flex manual, but which Flex has supported since at least as
2286 far back as 2.5.4. However, if any of our developers still use
2287 Flex 2.5.4, they'll need to stop configuring with
2288 --enable-gcc-warnings because "%option noinput" didn't work
2289 correctly until Flex 2.5.6.
2290 * src/scan-gram.l: Likewise.
2291 * src/scan-skel.l: Likewise.
2292
2293 2009-07-31 Alex Rozenman <rozenman@gmail.com>
2294
2295 Fix --enable-gcc-warnings problems.
2296 * src/reader.c: Adjust variable names.
2297 * src/scan-code.l: Fix prototypes and adjust names.
2298 * src/named-ref.c: Remove redundant "if".
2299
2300 2009-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
2301
2302 Fix a --enable-gcc-warnings problem.
2303 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Actually use length
2304 variable.
2305
2306 2009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
2307
2308 Warn about character literals not of length one.
2309 * NEWS (2.5): Document.
2310 * src/scan-gram.l (INITIAL): Remove comment that we don't check
2311 the length.
2312 (SC_ESCAPED_CHARACTER): Warn if length is wrong.
2313 * tests/input.at (Bad character literals): New test group.
2314
2315 2009-07-24 Alex Rozenman <rozenman@gmail.com>
2316
2317 Fix some memory leaks.
2318 * src/named-ref.c: Add a pointer check (named_ref_free).
2319 * src/scan-code.l: New function (variant_table_free). Called in
2320 code_scanner_free.
2321 * src/symlist.c: Call to named_ref_free (symbol_list_free).
2322
2323 2009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
2324
2325 * src/lalr.c (state_lookahead_tokens_count): Correct comment.
2326
2327 2009-07-22 Joel E. Denny <jdenny@ces.clemson.edu>
2328
2329 Some M4 cleanup in the testsuite.
2330 Suggested by Eric Blake at
2331 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00083.html>.
2332 * tests/existing.at (_AT_TEST_EXISTING_GRAMMAR): Do not
2333 complicate the code by distinguishing between a missing value
2334 and an empty string value for an optional argument. This fix is
2335 allowed by the similar fix in AT_TEST_TABLES_AND_PARSE below.
2336 * tests/local.at (_AT_TEST_TABLES_AND_PARSE): Merge into...
2337 (AT_TEST_TABLES_AND_PARSE): ... this now that the special
2338 arguments are not needed because of the following changes.
2339 Fix stale comments.
2340 Bison developers should use GNU M4 and should not use
2341 POSIXLY_CORRECT when building the test suite, so do not
2342 complicate the code by avoiding $10 and above.
2343 Do not quote an empty string value for an optional argument, and
2344 do not distinguish between a missing value and an empty string
2345 value.
2346
2347 2009-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
2348
2349 Revert unnecessary column realignment in --help output.
2350 Reported by Akim Demaille at
2351 <http://lists.gnu.org/archive/html/bison-patches/2009-06/msg00010.html>.
2352 * src/getargs.c (usage): Here.
2353
2354 2009-07-04 Alex Rozenman <rozenman@gmail.com>
2355
2356 Alphabetical order in src/local.mk.
2357 * src/local.mk: Adjust.
2358
2359 2009-07-04 Alex Rozenman <rozenman@gmail.com>
2360
2361 Style changes and factoring.
2362 * src/named-ref.h: Add comments.
2363 * src/parse-gram.y: Readability and style changes.
2364 * src/reader.c: Factoring: assign_named_ref function.
2365 * src/scan-code.l: Factoring and style changes. Rename
2366 parse_named_ref to parse_ref. Use "c-ctype.h" from gnulib.
2367 Use "unsigned" type for variant index. Improve readablity.
2368 * src/scan-gram.l: Change error messages and add comments.
2369 * src/symlist.h: symbol_list_null: New function decl.
2370 * src/symlist.c: symbol_list_null: Implement here.
2371 * tests/named-refs.at: Adjust for new error messages.
2372
2373 2009-06-29 Eric Blake <ebb9@byu.net>
2374
2375 scan-code: avoid compiler warnings
2376 * src/scan-code.l (parse_named_ref): Use correct specifiers.
2377
2378 2009-06-29 Akim Demaille <demaille@gostai.com>
2379
2380 build: avoid concurrent extraction of calc++.
2381 * examples/calc++/Makefile.am (calc.stamp): New.
2382 Depend on it to create the sources of calc++ so that concurrent
2383 builds don't launch several "extexi" in parallel.
2384 Not only this is inefficient, this also builds incorrect sources
2385 with several extractions mixed together.
2386
2387 2009-06-29 Akim Demaille <demaille@gostai.com>
2388
2389 parse.error: fix.
2390 * data/bison.m4: Move code related to specific variables after the
2391 definition of the variable-maintaining macros so that we don't
2392 "invoke" b4_percent_define_check_values before it is defined.
2393
2394 2009-06-29 Akim Demaille <demaille@gostai.com>
2395
2396 variables: parse.error
2397
2398 Implement, document, and test the replacement of %error-verbose
2399 by %define parse.error "verbose".
2400 * data/bison.m4 (b4_error_verbose_if): Reimplement to track the
2401 values of the parse.error variable.
2402 Make "simple" its default value.
2403 Check the valid values.
2404 * src/parse-gram.y: Use %define parse.error.
2405 (PERCENT_ERROR_VERBOSE): New token.
2406 Support it.
2407 * src/scan-gram.l: Support %error-verbose.
2408
2409 * doc/bison.texinfo (Decl Summary): Replace the documentation of
2410 %define error-verbose by that of %define parse.error.
2411 * NEWS: Document it.
2412
2413 * tests/actions.at, tests/calc.at: Use parse.error instead of
2414 %error-verbose.
2415
2416 2009-06-27 Alex Rozenman <rozenman@gmail.com>
2417
2418 Implement support for named symbol references.
2419 * src/parse-gram.y: Add new syntax (named_ref.opt).
2420 * src/reader.c: Store named refs in symbol lists.
2421 * src/reader.h: New argument for symbol_append and
2422 action_append functions.
2423 * src/scan-code.h: Add new field (named_ref) into
2424 code_props data structure. Keeps named ref of midrule
2425 actions.
2426 * src/scan-code.l: Support for named refs in semantic
2427 action code. New function 'parse_named_ref'.
2428 * src/scan-gram.l: Support bracketed id.
2429 * src/symlist.c: Store named refs in symbol lists.
2430 * src/symlist.h: New field in symbol list: named_ref.
2431 * src/named-ref.h: New file, a struct for named_ref.
2432 * src/named-ref.cp: New file, named_ref_new function.
2433 * src/local.mk: Add two new files.
2434 * tests/testsuite.at: Include new test group:
2435 * tests/named-refs.at: this new file.
2436
2437 2009-06-25 Akim Demaille <demaille@gostai.com>
2438
2439 hash: check insertion for memory exhaustion.
2440 * src/uniqstr.c (uniqstr_new): New.
2441
2442 2009-06-24 Akim Demaille <demaille@gostai.com>
2443
2444 variables: rename namespace as api.namespace.
2445 Discussed in
2446 http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00033.html
2447
2448 * data/bison.m4 (b4_percent_define_copy_, b4_percent_define_copy):
2449 New.
2450 (b4_percent_define_use): New.
2451 Use it where applicable.
2452 * data/c++.m4: Replace uses of the variable "namespace" by
2453 "api.namespace".
2454 Default the latter to the former.
2455 * doc/bison.texinfo (Decl Summary): Document "namespace" as
2456 obsolete.
2457 Document api.namespace.
2458 Use @samp to document %define uses, keep @code for identifiers.
2459 * NEWS: Likewise.
2460 * tests/c++.at, tests/input.at: Test api.namespace instead of
2461 namespace. (The tests passed with namespace.)
2462
2463 2009-06-11 Akim Demaille <demaille@gostai.com>
2464
2465 style changes.
2466 * data/xslt/xml2dot.xsl, data/xslt/xml2xhtml.xsl: Space changes.
2467 * src/print-xml.c: Style changes.
2468 * tests/conflicts.at: Comment changes.
2469
2470 2009-06-11 Akim Demaille <demaille@gostai.com>
2471
2472 xml: beware of user strings used to give a %prec to rules.
2473 * tests/conflicts.at (%prec with user strings): New.
2474 * src/gram.c (grammar_rules_print_xml): Escape the precedence for
2475 XML output.
2476
2477 2009-06-11 Akim Demaille <demaille@gostai.com>
2478
2479 hash: check insertion for memory exhaustion.
2480 * src/muscle-tab.c (muscle_insert, muscle_grow)
2481 * src/state.c (state_hash_insert): Check the return value of
2482 hash_insert.
2483
2484 2009-06-11 Akim Demaille <demaille@gostai.com>
2485
2486 tests: honor TESTSUITEFLAGS in every check target.
2487 * tests/local.mk (RUN_TESTSUITE): New.
2488 (check-local, installcheck-local, maintainer-check-g++)
2489 (maintainer-check-posix, maintainer-check-valgrind): Use it.
2490
2491 2009-06-10 Akim Demaille <demaille@gostai.com>
2492
2493 deterministic test suite.
2494 Some consistency checks on symbols are performed after all the
2495 symbols were read, by an iteration over the symbol table. This
2496 traversal is nondeterministic, which can be a problem for test
2497 cases.
2498 Avoid this.
2499 Addresses another form of nondeterminism reported by Joel E. Denny.
2500 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html
2501
2502 * tests/input.at (Numbered tokens): Split the hexadecimal/decimal
2503 test in two.
2504 Use different file names for the three tests to make the
2505 maintenance easier.
2506
2507 2009-06-10 Akim Demaille <demaille@gostai.com>
2508
2509 gnulib: update.
2510 * gnulib: Update to latest.
2511 * lib/.cvsignore, lib/.gitignore, m4/.cvsignore,
2512 * m4/.gitignore: Regen.
2513 * src/symtab.c (symbol_from_uniqstr, semantic_type_from_uniqstr):
2514 Call xalloc_die on hash_insert failures.
2515 Requested by the new __warn_unused_result__ attribute of
2516 hash_insert.
2517
2518 2009-06-10 Akim Demaille <demaille@gostai.com>
2519
2520 deterministic user-token-number redeclaration errors.
2521 Address nondeterminism reported by Joel E. Denny.
2522 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html
2523
2524 * src/uniqstr.h: Comment changes.
2525 * src/location.h (boundary_cmp, location_cmp): New.
2526 * src/symtab.c (user_token_number_redeclaration): New.
2527 (symbol_translation): Use it.
2528 * tests/input.at (Numbered tokens): Adjust the expected output.
2529
2530 2009-05-25 Akim Demaille <demaille@gostai.com>
2531
2532 build: avoid ignored errors.
2533 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): Don't generate ignored
2534 errors, they pollute the output.
2535
2536 2009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
2537
2538 Convert multiple variable definition warnings to complaints.
2539 * NEWS (2.5): Add a new entry for that change.
2540 * doc/bison.texinfo (Decl Summary): Update %define entry.
2541 (Bison Options): Update -D/--define/-F/--force-define entry.
2542 * src/muscle-tab.c (muscle_percent_define_insert): Implement.
2543 * src/muscle-tab.h (muscle_percent_define_insert): Update
2544 comments.
2545 * tests/input.at (`%define errors'): Update.
2546 (`%define, --define, --force-define'): Update.
2547
2548 2009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
2549
2550 -F/--force-define and relative %define/-D/--define priorities.
2551 * NEWS (2.5): Add documentation to -D/--define entry.
2552 * build-aux/cross-options.pl: Hard-code association of
2553 --force-define with %define.
2554 * doc/bison.texinfo (Decl Summary): In %define entry,
2555 cross-reference command-line options.
2556 (Bison Options): Add documentation to -D/--define entry.
2557 (Option Cross Key): Widen column for --force-define row.
2558 * src/getargs.c (usage): Document -F/--force-define. Realign
2559 options in output.
2560 (short_options, long_options, getargs): Parse -F/--force-define,
2561 and update muscle_percent_define_insert invocations.
2562 * src/muscle-tab.h (muscle_percent_define_how): New enum type.
2563 (muscle_percent_define_insert): Add argument with that type.
2564 * src/muscle-tab.c (muscle_percent_define_insert): Implement
2565 -F/--force-define behavior and priorities.
2566 (muscle_percent_define_ensure): Update
2567 muscle_percent_define_insert invocation.
2568 * src/parse-gram.y (prologue_declaration): Update
2569 muscle_percent_define_insert invocations.
2570 * tests/input.at (`%define, --define'): Rename to...
2571 (`%define, --define, --force-define'): ... this and extend.
2572
2573 2009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
2574
2575 Update some comments to make sense for -D.
2576 * data/bison.m4 (b4_check_user_names): In header comments, say
2577 "user occurrence" instead of "grammar occurrence".
2578 * src/muscle-tab.h (muscle_percent_define_insert): Likewise.
2579 (muscle_percent_code_grow): Likewise just for consistency.
2580
2581 2009-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
2582
2583 * data/c++.m4 (b4_namespace_close): Simplify slightly.
2584
2585 2009-05-19 Joel E. Denny <jdenny@ces.clemson.edu>
2586
2587 Handle a trailing `:' in a user-supplied C++ namespace better.
2588 * data/c++.m4 (b4_namespace_close): Don't let it be printed
2589 among the closing braces here. This fix might make the
2590 generated code easier to debug, but otherwise it should be
2591 insignificant because a trailing `:' is a C++ error already.
2592
2593 2009-05-19 Akim Demaille <demaille@gostai.com>
2594
2595 remove useless variable.
2596 * src/getargs.c (skeleton_arg): Remove now useless variable.
2597 Should help the compiler see that this printf-like call is sane.
2598
2599 2009-05-15 Akim Demaille <demaille@gostai.com>
2600
2601 Rename token.prefix as api.tokens.prefix.
2602 Discussed here.
2603 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00024.html.
2604
2605 * NEWS, data/bison.m4, data/c.m4, data/java.m4, doc/bison.texinfo,
2606 * tests/c++.at, tests/calc.at, tests/java.at, tests/local.at
2607 (token.prefix): Rename as...
2608 (api.tokens.prefix): this.
2609
2610 2009-05-11 Akim Demaille <demaille@gostai.com>
2611
2612 doc: use C++ headers.
2613 * doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
2614 headers.
2615
2616 2009-05-11 Akim Demaille <demaille@gostai.com>
2617
2618 doc: token.prefix
2619 * doc/bison.simple (Decl Summary): Document token.prefix.
2620 (Calc++ Parser): Various fixes.
2621 Formatting changes.
2622 Use token.prefix.
2623 Introduce a macro TOKEN to shorten the code and make it more
2624 readable.
2625 (Calc++ Scanner): Adjust.
2626 * NEWS (Variable token.prefix): New.
2627
2628 2009-05-04 Akim Demaille <demaille@gostai.com>
2629
2630 bison: catch bad symbol names.
2631 * src/scan-gram.l({int}{id}): Report as an invalid identifier.
2632 * tests/input.at: Adjust.
2633
2634 2009-05-04 Akim Demaille <demaille@gostai.com>
2635
2636 identifiers: dashes are letters.
2637 Dashes can now start identifiers (symbols and directives).
2638
2639 * src/scan-gram.l ({letter}): Add dash.
2640 ({id}): Remove it.
2641 * tests/input.at (Symbols): Adjust.
2642 Remove stray comment.
2643 * tests/regression.at (Invalid inputs): Adjust error message.
2644 * doc/bison.texinfo (Symbols): Update.
2645
2646 2009-05-01 Joel E. Denny <jdenny@ces.clemson.edu>
2647
2648 Declare %code to be a permanent feature.
2649 * NEWS (2.4.2): Here.
2650 * doc/bison.texinfo (Prologue Alternatives): Don't say it's
2651 experimental.
2652 (Decl Summary): Likewise.
2653
2654 2009-04-30 Joel E. Denny <jdenny@ces.clemson.edu>
2655
2656 Convert underscores to dashes in some %define variable names.
2657 For now, just api.push-pull and lr.keep-unreachable-states.
2658 Maintain old names for backward compatibility.
2659 * NEWS (2.5): Document.
2660 * data/c.m4 (b4_identification): Update comment.
2661 * data/yacc.c: Update access.
2662 * doc/bison.texinfo: Update.
2663 * etc/bench.pl.in (bench_push_parser): Update use.
2664 * src/files.c (tr): Move to...
2665 * src/getargs.c, src/getargs.h (tr): ... here because I can't
2666 think of a better place to expose it. My logic is that, for all
2667 uses of tr so far, command-line arguments can be involved, and
2668 getargs.h is already included.
2669 * src/main.c (main): Update access.
2670 * src/muscle_tab.c (muscle_percent_define_insert): Convert old
2671 variable names to new variable names before assigning value.
2672 * src/reader.c (reader): Update setting default.
2673 * tests/calc.at: Update uses.
2674 * tests/conflicts.at (Unreachable States After Conflict
2675 Resolution): Update use.
2676 * tests/input.at (%define enum variables): Update use.
2677 (%define backward compatibility): New test group.
2678 * tests/push.at: Update uses.
2679 * tests/reduce.at: Update uses.
2680 * tests/torture.at: Update uses.
2681
2682 2009-04-30 Joel E. Denny <jdenny@ces.clemson.edu>
2683
2684 Set all front-end %define defaults in one place.
2685 * src/main.c (main): Move lr.keep_unreachable_states default...
2686 * src/reader.c (reader): ... to here.
2687
2688 2009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
2689
2690 Rename lr.default_reductions to lr.default-reductions.
2691 * NEWS (2.5): Here.
2692 * doc/bison.texinfo: Here.
2693 * src/lalr.c (initialize_LA): Here.
2694 * src/print.c (print_reductions): Here.
2695 * src/reader.c (reader): Here.
2696 * src/tables.c (action_row): Here.
2697 * tests/input.at (%define enum variables): Here.
2698 * tests/reduce.at (AT_TEST_LR_DEFAULT_REDUCTIONS): Here.
2699
2700 2009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
2701
2702 Pacify ./configure --enable-gcc-warnings.
2703 * tests/input.at (Symbols): Prototype yyerror and yylex.
2704
2705 2009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
2706
2707 Document how `%define "var" "value"' is not M4-friendly.
2708 * src/parse-gram.y (variable): In comments here.
2709
2710 2009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
2711
2712 Clean up recent patches a little.
2713 Reported by Akim Demaille.
2714 * doc/bison.texinfo (Understanding): Fix typos.
2715 * src/print.c (print_reductions): Don't use negated variable.
2716
2717 2009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
2718
2719 List accepted values for a %define enum variable with an invalid value.
2720 Suggested by Akim Demaille at
2721 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00082.html>.
2722 * data/bison.m4 (_b4_percent_define_check_values): Implement.
2723 * src/muscle-tab.c (muscle_percent_define_check_values): Implement.
2724 * tests/input.at (%define lr.default_reductions invalid values): Merge
2725 into...
2726 (%define enum variables): ... here, and update output.
2727
2728 2009-04-23 Joel E. Denny <jdenny@ces.clemson.edu>
2729
2730 Rename "default rule" to "default reduction".
2731 This includes changing variable names in code, changing
2732 comments, and renaming %define lr.default_rules to %define
2733 lr.default_reductions.
2734 * NEWS (2.5): Update IELR documentation.
2735 * data/bison.m4 (b4_integral_parser_tables_map): Adjust YYDEFACT
2736 documentation.
2737 * data/glr.c, data/lalr1.java: Sync copyright dates.
2738 * doc/bison.texinfo (Decl Summary): Adjust lr.default_reductions
2739 and lr.type documentation. Make some other wording
2740 improvements.
2741 (Glossary): Adjust cross-references and Default Reduction
2742 definition.
2743 * src/lalr.c (state_lookahead_tokens_count): Adjust code.
2744 Remove a confusing comment pointed out by Akim Demaille.
2745 (initialize_LA): Adjust code.
2746 * src/print-xml.c (print_reductions): Adjust code.
2747 * src/print.c (print_reductions): Adjust code.
2748 * src/reader.c (reader): Adjust code.
2749 * src/tables.c (action_row): Adjust code.
2750 (token_actions): Adjust code.
2751 * src/tables.h: Adjust YYDEFACT documentation.
2752 * tests/input.at (%define lr.default_rules invalid values):
2753 Rename test group to...
2754 (%define lr.default_reductions invalid values): ... this, and
2755 update grammar file and expected output.
2756 * tests/reduce.at (AT_TEST_LR_DEFAULT_RULES): Rename to...
2757 (AT_TEST_LR_DEFAULT_REDUCTIONS): ... this, and update.
2758
2759 2009-04-21 Akim Demaille <demaille@gostai.com>
2760
2761 tests: check the use of dashes and periods in symbols.
2762 * tests/input.at (Symbol): New test group.
2763
2764 2009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2765
2766 Document %define lr.type and lr.default_rules.
2767 * NEWS (2.5): Add an entry.
2768 * src/getargs.c (usage): Mention IELR(1) and canonical LR(1)
2769 besides just LALR(1) and GLR(1).
2770 * doc/bison.texinfo (Introduction): Likewise.
2771 (Language and Grammar): Bison is no longer limited to LALR(1)
2772 restrictions.
2773 (GLR parsing): Say deterministic or LR(1) rather than LALR(1)
2774 when trying to distinguish from GLR. Talk about LR(1) grammars
2775 rather than LALR(1) grammars.
2776 (Decl Summary): In %define api.push_pull entry, say it applies
2777 to deterministic parsers in C rather than LALR(1) parsers in C.
2778 Add lr.default_rules entry.
2779 Add lr.type entry.
2780 (Mystery Conflicts): Bison is no longer limited to LALR(1)
2781 restrictions.
2782 (Generalized LR Parsing): Same changes as for the previous GLR
2783 section.
2784 (Memory Management): Say deterministic rather than LALR(1).
2785 (Understanding): Correct some bison output.
2786 Index discussion of "accepting state".
2787 Say deterministic rather than LALR(1).
2788 (Bison Options): In --yacc entry, say deterministic rather than
2789 LALR(1).
2790 In --report, --graph, and --xml entries, just don't mention
2791 LALR(1).
2792 (C++ Parsers): Say deterministic rather than LALR(1).
2793 (Table of Symbols): Likewise in YYSTACK_USE_ALLOCA entry.
2794 (Glossary): Add Accepting State, Consistent State, Default Rule,
2795 and IELR(1) definitions.
2796 In Generalized LR (GLR) definition, make same changes as in
2797 previous GLR sections.
2798 In LALR(1) definition, say Bison uses LALR(1) by default rather
2799 than implying Bison is limited to LALR(1).
2800 (LocalWords): Add IELR.
2801
2802 2009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2803
2804 Finish implementing %define lr.type.
2805 Its value can be "LALR", "IELR", or "canonical LR".
2806 * lib/timevar.def (TV_IELR_PHASE1): New var.
2807 (TV_IELR_PHASE2): New var.
2808 (TV_IELR_PHASE3): New var.
2809 (TV_IELR_PHASE4): New var.
2810 * src/Makefile.am (bison_SOURCES): Add AnnotationList.c,
2811 AnnotationList.h, InadequacyList.c, InadequacyList.h, Sbitset.c,
2812 Sbitset.h, ielr.h, and ielr.c.
2813 * src/getargs.h, src/getargs.c (enum trace, trace_args,
2814 trace_types): Add trace_ielr.
2815 * src/lalr.h, src/lalr.c (ngotos): Export it.
2816 (F): Rename to...
2817 (goto_follows): ... this, update all uses, and export it.
2818 (set_goto_map): Export it.
2819 (map_goto): Export it.
2820 (compute_lookahead_tokens): Don't free goto_follows yet. Now
2821 handled in ielr.
2822 (initialize_LA): Export it. Move lookback allocation to...
2823 (lalr): ... here because, for canonical LR, initialize_LA must
2824 be invoked but lookback and much of the rest of LALR isn't
2825 needed.
2826 * main.c (main): Instead of lalr, invoke ielr, which invokes
2827 lalr.
2828 * src/reader.c (reader): Default lr.type to "LALR".
2829 Default lr.default_rules to "accepting" if lr.type is "canonical
2830 LR". Leave the default as "all" otherwise.
2831 Check for a valid lr.type value.
2832 * src/state.h, src/state.c (struct state_list): Add state_list
2833 member.
2834 (state_new): Initialize state_list member to NULL.
2835 (state_new_isocore): New function, exported.
2836 * tests/existing.at (AT_TEST_EXISTING_GRAMMAR): New macro that
2837 exercises all values of lr.type.
2838 (GNU AWK Grammar): Rename test group to...
2839 (GNU AWK 3.1.0 Grammar): ... this, and extend to use
2840 AT_TEST_EXISTING_GRAMMAR.
2841 (GNU Cim Grammar): Extend to use AT_TEST_EXISTING_GRAMMAR.
2842 (GNU pic Grammar): Rename test group to...
2843 (GNU pic (Groff 1.18.1) Grammar): ... this, and extend to use
2844 AT_TEST_EXISTING_GRAMMAR.
2845 * tests/reduce.at (AT_TEST_LR_TYPE): New macro that exercises
2846 all values of lr.type.
2847 (Single State Split): New test groups using AT_TEST_LR_TYPE.
2848 (Lane Split): Likewise.
2849 (Complex Lane Split): Likewise.
2850 (Split During Added Lookahead Propagation): Likewise.
2851
2852 2009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2853
2854 Add new files for IELR and canonical LR implementation.
2855 * src/AnnotationList.c: New.
2856 * src/AnnotationList.h: New.
2857 * src/InadequacyList.c: New.
2858 * src/InadequacyList.h: New.
2859 * src/Sbitset.c: New.
2860 * src/Sbitset.h: New.
2861 * src/ielr.c: New.
2862 * src/ielr.h: New.
2863
2864 2009-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
2865
2866 Implement %define lr.default_rules.
2867 Its value describes the states that are permitted to contain
2868 default rules: "all", "consistent", or "accepting".
2869 * src/reader.c (reader): Default lr.default_rules to "all".
2870 Check for a valid lr.default_rules value.
2871 * src/lalr.c (state_lookahead_tokens_count): If lr.default_rules
2872 is "accepting", then only mark the accepting state as
2873 consistent.
2874 (initialize_LA): Tell state_lookahead_tokens_count whether
2875 lr.default_rules is "accepting".
2876 * src/tables.c (action_row): If lr.default_rules is not "all",
2877 then disable default rules in inconsistent states.
2878 * src/print.c (print_reductions): Use this opportunity to
2879 perform some assertions about whether lr.default_rules was
2880 obeyed correctly.
2881 * tests/local.at (AT_TEST_TABLES_AND_PARSE): New macro that
2882 helps with checking the parser tables for a grammar.
2883 * tests/input.at (%define lr.default_rules invalid values): New
2884 test group.
2885 * tests/reduce.at (AT_TEST_LR_DEFAULT_RULES): New macro using
2886 AT_TEST_TABLES_AND_PARSE.
2887 (`no %define lr.default_rules'): New test group generated by
2888 AT_TEST_LR_DEFAULT_RULES.
2889 (`%define lr.default_rules "all"'): Likewise.
2890 (`%define lr.default_rules "consistent"'): Likewise.
2891 (`%define lr.default_rules "accepting"'): Likewise.
2892
2893 2009-04-20 Akim Demaille <demaille@gostai.com>
2894
2895 Formatting change.
2896
2897 2009-04-20 Akim Demaille <demaille@gostai.com>
2898
2899 bison: factoring.
2900 * src/output.c (token_definitions_output): Use symbol_id_get
2901 instead of duplicating its logic.
2902 * TODO (YYERRCODE): Extend.
2903
2904 2009-04-20 Akim Demaille <demaille@gostai.com>
2905
2906 variables: prefer error-verbose to error_verbose.
2907 * data/bison.m4 (b4_error_verbose_if): Based on error-verbose
2908 instead of error_verbose.
2909 * src/scan-gram.l (%error-verbose): Map to the error-verbose
2910 variable.
2911 * doc/bison.texinfo: Promote %define error-verbose instead of
2912 %error-verbose.
2913 * tests/actions.at: Prefer %define error-verbose to %error-verbose.
2914
2915 2009-04-15 Akim Demaille <demaille@gostai.com>
2916
2917 variables: accept dashes.
2918 * data/bison.m4 (b4_percent_define_if_define_): Also map dashes to
2919 underscores.
2920 * src/scan-gram.l ({id}): Also accept dashes after the initial
2921 letter.
2922 ({directive}): Use {id}.
2923 * src/parse-gram.y: Comment and formatting changes.
2924 * doc/bison.texinfo (Symbols): Adjust the lexical definitions of
2925 symbols.
2926 * src/complain.h, src/complain.c (yacc_at): New.
2927 * src/symtab.c (symbol_new): Use yacc_at to report inappropriate
2928 symbol names.
2929 * src/output.c (token_definitions_output): Do not #define token
2930 names with dashes.
2931
2932 2009-04-20 Akim Demaille <demaille@gostai.com>
2933
2934 Consistently refer to Yacc, not YACC.
2935 * src/getargs.c (usage, warnings_args): s/YACC/Yacc/.
2936
2937 2009-04-17 Joel E. Denny <jdenny@ces.clemson.edu>
2938
2939 Pacify make maintainer-check-posix.
2940 * tests/input.at (%define, --define): Move bison command-line
2941 options before grammar file name.
2942
2943 2009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
2944
2945 Document semicolon warnings.
2946 * NEWS (2.5): Here.
2947
2948 2009-04-14 Akim Demaille <demaille@gostai.com>
2949
2950 variables: use `parse.assert' instead of `assert'.
2951 * TODO (assert): Remove.
2952 * data/bison.m4 (b4_assert_if): Replace with...
2953 (b4_parse_assert_if): this.
2954 * data/lalr1.cc, data/variant.hh, tests/c++.at: Adjust.
2955 * doc/bison.texinfo (Decl Summary): Document parse.assert.
2956
2957 2009-04-14 Akim Demaille <demaille@gostai.com>
2958
2959 variables: use `parse.trace' instead of `debug'.
2960 * src/getargs.c (getargs): Map -t to %define trace.parse.
2961 * src/scan-gram.l (%debug): Map to %define trace.parse.
2962 * data/bison.m4 (b4_percent_define_if_define): Map `.' in variable
2963 names to `_' in macro names.
2964 (b4_debug_if): Replace with...
2965 (b4_parse_trace_if): this.
2966 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
2967 * data/yacc.c: Adjust.
2968 * doc/bison.texinfo (Decl Summary): Document %debug as obsoleted.
2969 Use @code to label the variable list.
2970 Document the variable parse.trace.
2971 (Tracing): Promote the parse.trace variable.
2972 * TODO: %printer is not documented.
2973
2974 2009-04-14 Akim Demaille <demaille@gostai.com>
2975
2976 doc: minor fixes.
2977 * doc/bison.texinfo (Decl Summary): Fix entry about %debug.
2978 (Table of Symbols): Remove duplicate entry for %debug.
2979
2980 2009-04-10 Eric Blake <ebb9@byu.net>
2981
2982 submodules: update to latest
2983 * submodules/autoconf: Use latest upstream Autoconf.
2984
2985 2009-04-06 Eric Blake <ebb9@byu.net>
2986
2987 Work around autoconf 2.63b bug in testsuite.
2988 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Avoid tripping
2989 autoconf bug related to # in test.
2990
2991 2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
2992
2993 * NEWS (2.5): New section. Describe new -D/--define feature.
2994
2995 2009-04-06 Akim Demaille <demaille@gostai.com>
2996
2997 Regen.
2998 * src/parse-gram.h, src/parse-gram.c: Regen.
2999
3000 2009-04-06 Akim Demaille <demaille@gostai.com>
3001
3002 rename muscle_tab.* as muscle-tab.* for consistency.
3003 * src/muscle_tab.h, src/muscle_tab.c: Rename as...
3004 * src/muscle-tab.h, src/muscle-tab.c: these.
3005 * src/getargs.c, src/local.mk, src/main.c, src/output.c,
3006 * src/parse-gram.y, src/reader.c, src/scan-code.l: Adjust.
3007
3008 2009-04-06 Akim Demaille <demaille@gostai.com>
3009
3010 Makefile: introduce $(BISON).
3011 * src/local.mk (BISON): New.
3012 (YACC): Use it.
3013
3014 2009-04-06 Akim Demaille <demaille@gostai.com>
3015
3016 parser: handle %locations as %define locations.
3017 * src/getargs.h, src/getargs.c (locations_flag): Remove.
3018 * src/getargs.c, src/scan-code.l: Use muscle_percent_define_ensure
3019 to set "locations" to true.
3020 * src/output.c (prepare): Don't output "locations".
3021 * src/scan-gram.l (%locations): Handle it as a %<flag>.
3022 * src/parse-gram.y: It's no longer a token.
3023 Don't handle it.
3024 * data/bison.m4 (b4_locations_if): Define it with
3025 b4_percent_define_if_define.
3026 * data/c.m4, data/glr.cc: Adjust.
3027
3028 2009-04-06 Akim Demaille <demaille@gostai.com>
3029
3030 Regen.
3031 * src/parse-gram.c: Regen.
3032
3033 2009-04-06 Akim Demaille <demaille@gostai.com>
3034
3035 muscle: factor the handling of obsolete of obsolete directives.
3036 Suggested by Joel E. Denny.
3037
3038 * src/muscle_tab.h, src/muscle_tab.c (muscle_percent_define_ensure):
3039 New, extracted from...
3040 * src/parse-gram.y (prologue_declaration: pure-parser): here.
3041 Remove it.
3042 (prologue_declaration: "%<flag>"): Use
3043 muscle_percent_define_ensure.
3044 (%error-verbose, %pure-parser): No longer tokens.
3045 * src/scan-gram.l (pure-parser): Return as a %<flag>.
3046
3047 2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
3048
3049 Fix options documentation.
3050 * build-aux/cross-options.pl: As in --help output, write optional
3051 arguments as [=ARG] not =[ARG].
3052 * doc/bison.texinfo (Bison Options): Add -W/--warnings argument.
3053
3054 2009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
3055
3056 Replace BISON_PROG_GNU_M4 with Autoconf's AC_PROG_GNU_M4.
3057 If the first m4 in $PATH is wrong, it keeps looking. Moreover, its
3058 requirements for a correct m4 are stricter.
3059 * m4/m4.m4: Make it a symbolic link to submodules/autoconf/m4/m4.m4.
3060 * configure.ac: Update to use AC_PROG_GNU_M4.
3061 Reported by Eric Blake.
3062
3063 2009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
3064
3065 Help with updating web manual.
3066 * HACKING: Incorporate instructions from gnulib/doc/README.
3067 * bootstrap.conf (gnulib_modules): Add gendocs.
3068
3069 2009-04-03 Akim Demaille <demaille@gostai.com>
3070
3071 Regen.
3072 * src/parse-gram.h, src/parse-gram.c: Regen.
3073
3074 2009-04-03 Akim Demaille <demaille@gostai.com>
3075
3076 Factor %FLAG at scan level.
3077 * src/parse-gram.y (PERCENT_DEBUG, PERCENT_ERROR_VERBOSE): Token
3078 definitions and associated rules, replaced by....
3079 (PERCENT_FLAG): this new token type, and rule.
3080 * src/scan-gram.l (RETURN_PERCENT_FLAG): New.
3081 Use it for %debug and %error-verbose.
3082
3083 2009-04-03 Akim Demaille <demaille@gostai.com>
3084
3085 Regen.
3086 * src/parse-gram.h, src/parse-gram.c: Regen.
3087
3088 2009-04-03 Akim Demaille <demaille@gostai.com>
3089
3090 Treat %debug as %define debug.
3091 * data/bison.m4 (b4_debug_if): New.
3092 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c,
3093 * data/lalr1.java: Use it instead of b4_debug_flag.
3094 * src/getargs.h, src/getargs.c (debug_flag): Remove.
3095 * src/output.c (prepare): Don't output it.
3096 * src/parse-gram.y: Treat %debug as %define debug.
3097
3098 2009-04-03 Akim Demaille <demaille@gostai.com>
3099
3100 Treat %error-verbose as %define error_verbose.
3101 This allows to pass -Derror_verbose on the command line. Better
3102 yet, it allows to pass -Derror_verbose=$(ERROR_VERBOSE), with
3103 ERROR_VERBOSE being defined as false or true.
3104 * data/bison.m4 (b4_percent_define_if_define): Instead of relying
3105 on b4_percent_define_ifdef, for does not check the defined value,
3106 but only whether the symbol is defined, rely on
3107 b4_percent_define_flag_if, so that a value of "false" is processed
3108 as a false.
3109 If not defined, define the flag to "false".
3110 (b4_error_verbose_if): New.
3111 * data/glr.c, data/lalr1.cc, data/yacc.c: Use it instead of
3112 b4_error_verbose_flag.
3113 * src/getargs.h, src/getargs.c (error_verbose_flag): Remove.
3114 * src/output.c (prepare): Don't output it.
3115 * src/parse-gram.y (%error-verbose): Treat as %define error_verbose.
3116
3117 2009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
3118
3119 Fix strange %define locations for default values.
3120 Reported by Akim Demaille at
3121 <http://lists.gnu.org/archive/html/bug-bison/2007-12/msg00001.html>
3122 and discussed again starting at
3123 <http://lists.gnu.org/archive/html/bison-patches/2008-11/msg00102.html>.
3124 * data/bison.m4 (b4_percent_define_default): Leave syncline blank
3125 because location information is bogus.
3126 Use angle brackets to delimit fake file name because square brackets
3127 look like underexpanded m4. Choose a better fake file name.
3128 Use negative line numbers.
3129 * src/muscle_tab.c (muscle_percent_define_default): Likewise.
3130 * src/location.c (location_print): If line for a boundary is negative,
3131 only print that boundary's file name.
3132 * src/location.h: Document that.
3133 * tests/skeletons.at (%define Boolean variables: invalid skeleton
3134 defaults): Update output.
3135
3136 2009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
3137
3138 Pacify ./configure --enable-gcc-warnings.
3139 * Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS) because many files
3140 in lib won't compile with it.
3141 * src/local.mk (src_bison_CFLAGS): Use $(WERROR_CFLAGS) here only.
3142
3143 2009-03-31 Akim Demaille <demaille@gostai.com>
3144
3145 bootstrap: --help to stdout.
3146 * bootstrap (usage): Don't send --help to stderr.
3147 Use a here doc instead of a long string.
3148
3149 2009-03-31 Akim Demaille <demaille@gostai.com>
3150
3151 bootstrap: README-hacking no longer exists
3152 * bootstrap (checkout_only_file): Set to HACKING.
3153
3154 2009-03-26 Akim Demaille <demaille@gostai.com>
3155
3156 doc: merge HACKING and README-hacking.
3157 Two files is confusing.
3158 Reported by Alexandre Duret-Lutz.
3159
3160 * README-hacking: Merge into...
3161 * HACKING (Working from the repository): here.
3162
3163 2009-03-26 Akim Demaille <demaille@gostai.com>
3164
3165 doc: update README-hacking.
3166 * README-hacking: We now use git and git submodules.
3167 Reported by Ralf Wildenhues and Alexandre Duret-Lutz.
3168
3169 2009-03-26 Akim Demaille <demaille@gostai.com>
3170
3171 lalr1.cc: avoid GCC 4.3 warnings.
3172 GCC 4.3 now warns about "a || b && c" and asks for explicit
3173 parentheses.
3174 Reported by Alexandre Duret-Lutz.
3175 * data/location.cc: Update copyright years.
3176 (Position::operator==): Use parens to make precedence explicit.
3177 Compare lines and columns first, as they are more likely to be
3178 different, and they are faster to compare.
3179
3180 2009-03-26 Akim Demaille <demaille@gostai.com>
3181
3182 gnulib: update.
3183 * gnulib: Update to latest.
3184 * src/local.mk (AM_CFLAGS): Move to...
3185 * Makefile.am: here.
3186 * etc/prefix-gnulib-mk (prefix_assignment): Also transform
3187 AM_CFLAGS.
3188
3189 2009-03-02 Akim Demaille <demaille@gostai.com>
3190
3191 Comment changes.
3192
3193 2009-03-02 Akim Demaille <demaille@gostai.com>
3194
3195 Share b4_yytranslate_define.
3196 * data/lalr1.cc (b4_yytranslate_define): Move to...
3197 * data/c++.m4: here.
3198
3199 2009-03-02 Akim Demaille <demaille@gostai.com>
3200
3201 Use locations in the variant example.
3202 Yes, this obfuscates the point of this example, variants only.
3203 But glr.cc cannot work (yet?) without locations. This change
3204 makes it easier to use this example with glr.cc.
3205
3206 * examples/variant.yy (assert): %define it.
3207 (locations): Request them.
3208 (yylex): Bind the location to the stage.
3209
3210 2009-03-02 Akim Demaille <demaille@gostai.com>
3211
3212 Dub make_TOKEN as a public type interface.
3213 * data/c++.m4 (b4_symbol_constructor_declare)
3214 (b4_symbol_constructor_define): New empty stubs.
3215 (b4_public_types_declare, b4_public_types_define): Use them.
3216 * data/lalr1.cc (b4_symbol_constructor_declare)
3217 (b4_symbol_constructor_declare_)
3218 (b4_symbol_constructor_define_, b4_symbol_constructor_define):
3219 Move to...
3220 * data/variant.hh: here.
3221 Remove the "b4_variant_if" parts, as variant.hh is loaded only if
3222 needed.
3223 * data/lalr1.cc: No longer invoke b4_symbol_constructor_define and
3224 b4_symbol_constructor_declare, as it is now done by
3225 b4_public_types_define and b4_public_types_declare.
3226
3227 2009-03-02 Akim Demaille <demaille@gostai.com>
3228
3229 Coding style changes.
3230 * data/lalr1.cc (b4_symbol_constructor_declaration_)
3231 (b4_symbol_constructor_declarations)
3232 (b4_symbol_constructor_definition_)
3233 (b4_symbol_constructor_definitions)
3234 (b4_yytranslate_definition): Rename as...
3235 (b4_symbol_constructor_declare_)
3236 (b4_symbol_constructor_declare)
3237 (b4_symbol_constructor_define_)
3238 (b4_symbol_constructor_define)
3239 (b4_yytranslate_define): these.
3240 * data/variant.hh (b4_variant_definition): Rename as...
3241 (b4_variant_define): this.
3242
3243 2009-03-02 Akim Demaille <demaille@gostai.com>
3244
3245 Factor b4_assert_if, b4_lex_symbol_if, and b4_variant_if.
3246 * data/bison.m4 (b4_percent_define_if_define): New.
3247 * data/c++.m4 (b4_variant_if): Move to...
3248 * data/bison.m4: Here, using b4_percent_define_if_define.
3249 * data/lalr1.cc (b4_assert_if, b4_lex_symbol_if): Move to...
3250 * data/bison.m4: Here, using b4_percent_define_if_define.
3251
3252 2009-03-02 Akim Demaille <demaille@gostai.com>
3253
3254 Dub symbol_type_base as a public type.
3255 * data/c++.m4 (b4_public_types_declare): Now define
3256 symbol_type_base and symbol_type.
3257 (b4_public_types_define): New.
3258 In both cases, the definitions are taken verbatim from lalr1.cc.
3259 * data/lalr1.cc: Adjust.
3260
3261 2009-03-02 Akim Demaille <demaille@gostai.com>
3262
3263 b4_public_types_declare.
3264 * data/c++.m4 (b4_public_types_declare): New.
3265 * data/glr.cc, data/lalr1.cc: Use it.
3266
3267 2009-03-02 Akim Demaille <demaille@gostai.com>
3268
3269 b4_semantic_type_declare.
3270 * data/c++.m4 (b4_semantic_type_declare): New.
3271 Factors and generalizes what was in glr.cc and lalr1.cc.
3272 * data/variant.hh (b4_semantic_type_declare): Redefine it for
3273 variants.
3274 * data/lalr1.cc, data/glr.cc: Use it.
3275
3276 2009-02-26 Akim Demaille <demaille@gostai.com>
3277
3278 Upgrade gnulib.
3279 * gnulib: Upgrade from master.
3280 * lib/.cvsignore, lib/.gitignore, m4/.cvsignore, m4/.gitignore:
3281 Regen.
3282
3283 2009-02-25 Akim Demaille <demaille@gostai.com>
3284
3285 Remove useless arguments.
3286 * data/glr.c (yy_reduce_print): $$ and @$ are not used and not
3287 relevant.
3288
3289 2009-02-25 Akim Demaille <demaille@gostai.com>
3290
3291 Comment changes.
3292 * data/lalr1.cc: here.
3293
3294 2009-02-25 Akim Demaille <demaille@gostai.com>
3295
3296 Fix glr.cc's debug level handling.
3297 * data/glr.cc (yydebug_): Remove, as it is actually yydebug from
3298 glr.c which is used.
3299 (debug_level, set_debug_level): Adjust.
3300
3301 2009-02-25 Akim Demaille <demaille@gostai.com>
3302
3303 Copyright years.
3304 * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
3305
3306 2009-02-25 Akim Demaille <demaille@gostai.com>
3307
3308 Style changes.
3309 * etc/bench.pl.in (generate_grammar_list): Consitently use
3310 location_type, not yy::location.
3311
3312 2009-02-25 Akim Demaille <demaille@gostai.com>
3313
3314 Comment change.
3315 * data/lalr1.cc: here.
3316
3317 2009-02-19 Akim Demaille <demaille@gostai.com>
3318
3319 Make yyparser::error public.
3320 * data/lalr1.cc: here.
3321 There is no good reason to keep it private (and it is convenient
3322 to use it from the scanner for instance). It is already public in
3323 glr.cc.
3324
3325 2009-02-19 Akim Demaille <demaille@gostai.com>
3326
3327 Comment changes.
3328 * data/glr.cc: here.
3329
3330 2009-02-19 Akim Demaille <demaille@gostai.com>
3331
3332 Remove trailing blanks.
3333 The epilogue has its own ending \n, no need to add another.
3334
3335 * data/glr.c, data/lalr1.java, data/yacc.c: dnl when outputing the
3336 epilogue.
3337 * data/glr.cc: dnl when extending the epilogue.
3338 Remove stray "private:".
3339
3340 2009-02-19 Akim Demaille <demaille@gostai.com>
3341
3342 Use b4_c_modern.
3343 * data/c.m4 (b4_c_function_decl): Here.
3344
3345 2009-02-19 Akim Demaille <demaille@gostai.com>
3346
3347 Comment changes.
3348 * data/lalr1.cc: here.
3349
3350 2009-02-19 Akim Demaille <demaille@gostai.com>
3351
3352 Extract variant.hh
3353 * data/variant.hh: New, extracted from...
3354 * data/lalr1.cc: here.
3355 Adjust.
3356 * data/local.mk: Adjust.
3357
3358 2009-02-19 Akim Demaille <demaille@gostai.com>
3359
3360 Extract stack.hh from lalr1.cc.
3361 * data/stack.hh: New.
3362 * data/lalr1.cc: Extract from here.
3363 * data/local.mk: Adjust.
3364
3365 2009-02-03 Joel E. Denny <jdenny@ces.clemson.edu>
3366
3367 Add reminder about uploading public key to keys.gnupg.net.
3368 * HACKING (Release Procedure): Here.
3369
3370 2009-01-28 Akim Demaille <demaille@gostai.com>
3371
3372 * NEWS: Update information about 2.4.1 and 2.4.2.
3373
3374 2008-11-04 Akim Demaille <demaille@gostai.com>
3375
3376 Reformat NEWS.
3377 * NEWS: Use more outline-mode markup.
3378 Suggested by Jim Meyering.
3379
3380 2009-01-08 Akim Demaille <demaille@gostai.com>
3381
3382 Fix grep portability issues.
3383 Grep on Solaris does not support -q.
3384 Reported by Summum Bonum.
3385
3386 * NEWS: Add a stub for 2.4.2.
3387 * THANKS: Add Summum Bonum.
3388 * tests/atlocal.in (EGREP): New.
3389 (CC, CXX, XSLTPROC): Make it possible to override them via
3390 envvars.
3391 * tests/java.at: Use $EGREP instead of egrep.
3392 Use AT_CHECK's ignore instead of grep's -q.
3393
3394 2008-12-11 Akim Demaille <demaille@gostai.com>
3395
3396 Pass the token type to yysyntax_error.
3397 * data/yacc.c (yysyntax_error): Take the transated token instead
3398 of the raw number.
3399 Adjust callers.
3400 * TODO: Update.
3401
3402 2008-12-11 Akim Demaille <demaille@gostai.com>
3403
3404 Formatting changes.
3405 * data/glr.c: Formatting changes.
3406
3407 2008-12-11 Akim Demaille <demaille@gostai.com>
3408
3409 Propagate i18n changes into glr.c.
3410 * TODO: Update.
3411 * data/glr.c (yyreportSyntaxError): Use "switch" instead of
3412 building the error message format dynamically.
3413 * data/lalr1.java: Formatting changes.
3414
3415 2008-12-11 Akim Demaille <demaille@gostai.com>
3416
3417 Use testsuite -C.
3418 * tests/local.mk: Replace "cd && testsuite" by "testsuite -C".
3419 Solves problems when top_srcdir is an absolute path.
3420 Suggested by Eric Blake.
3421 * configure.ac: Require Autoconf 2.62.
3422
3423 2008-12-11 Akim Demaille <demaille@gostai.com>
3424
3425 Simplify the i18n of the error messages.
3426 * data/lalr1.cc: Comment changes.
3427 * data/yacc.c (yysyntax_error): Rewrite, using a switch as in
3428 lalr1.cc instead of building dynamically the format string.
3429
3430 2008-12-08 Akim Demaille <demaille@gostai.com>
3431
3432 Fix portability issue in the test suite.
3433 * tests/local.at (AT_MATCHES_CHECK): New.
3434 Based on Perl instead of Sed. Sed has too many portability
3435 pitfalls, not ever Sed is GNU Sed.
3436 * tests/actions.at (Fix user actions without a trailing semicolon):
3437 Use it.
3438
3439 2008-12-08 Akim Demaille <demaille@gostai.com>
3440
3441 Update data/README.
3442 * data/README: Document glr.cc, lalr1.java, m4sugar and xslt.
3443
3444 2008-12-08 Akim Demaille <demaille@gostai.com>
3445
3446 Install autoconf as a submodule to get m4sugar.
3447 * .gitmodules: Add submodules/autoconf.
3448 * data/m4sugar/foreach.m4, data/m4sugar/m4sugar.m4: Now links into
3449 submodules/autoconf.
3450
3451 2008-12-08 Akim Demaille <demaille@gostai.com>
3452
3453 Test token.prefix in all the skeletons.
3454 * data/java.m4 (b4_token_enum): Use the token.prefix.
3455 * tests/local.at (AT_BISON_OPTION_PUSHDEFS): Define AT_TOKEN_PREFIX.
3456 * tests/calc.at (_AT_DATA_CALC_Y): Use it.
3457 Add checks for yacc.c, glr.c, lalr1.cc and glr.cc.
3458 * tests/java.at: Comment changes.
3459 (AT_CHECK_JAVA_MINIMAL): Define the END token.
3460 (Java parser class and package names): Add token.prefix check.
3461
3462 2008-12-08 Akim Demaille <demaille@gostai.com>
3463
3464 Fix regeneration of atconfig.
3465 * tests/local.mk (tests/atconfig): The rule was incorrect, but
3466 remove it: now that there is no tests/Makefile.am, the top-level
3467 Makefile properly updates atconfig when needed.
3468
3469 2008-12-07 Di-an Jan <dianj@freeshell.org>
3470
3471 Implement the FIXME that ends an user action with a semicolon
3472 if it seems necessary.
3473 * src/scan-code.l (flex rules section): Flag cpp directive from
3474 any `#' to the first unescaped end-of-line. Semicolon is not
3475 needed after `;', `{', '}', or cpp directives and is needed after
3476 any other token (whitespaces and comments have no effect).
3477 * tests/actions.at (Fix user actions without a trailing semicolon):
3478 New test.
3479 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add semicolons to
3480 to make user actions complete statements.
3481 Adjust column numbers in error messages.
3482 * tests/regression.at (Fix user actions without a trailing semicolon):
3483 Remove. Covered by new test.
3484
3485 2008-12-07 Akim Demaille <demaille@gostai.com>
3486
3487 Update gnulib.
3488 * gnulib: Update from master.
3489
3490 2008-12-05 Eric Blake <ebb9@byu.net>
3491
3492 Avoid compiler warning.
3493 * src/output.c (muscle_insert_item_number_table): Delete unused
3494 function.
3495
3496 2008-12-02 Eric Blake <ebb9@byu.net>
3497
3498 Build testsuite with newer autoconf.
3499 * tests/output.at (m4_expand): Don't override in newer autoconf,
3500 where the underlying implementation changed.
3501 * tests/cxx-type.at (_AT_RESOLVED_GLR_OUTPUT)
3502 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT)
3503 (_AT_AMBIG_GLR_OUTPUT_WITH_LOC, _AT_GLR_STDERR)
3504 (_AT_VERBOSE_GLR_STDERR): Expand to double-quoted strings,
3505 since some of them contain unbalanced ')'.
3506
3507 2008-12-01 Akim Demaille <demaille@gostai.com>
3508
3509 Use b4_symbol for printers and destructors everywhere.
3510 * data/bison.m4 (b4_symbol_action_location): New.
3511 * data/c.m4 (b4_symbol_actions): Remove.
3512 Adjust all callers to use by b4_symbol_foreach and the corresponding
3513 b4_symbol_printer/destructor macro.
3514 * data/glr.cc: Adjust.
3515 * data/lalr1.java: Adjust the %destructor sanity check.
3516 * src/output.c (symbol_code_props_output): Remove, we no longer
3517 need the b4_symbol_printers/destructors tables.
3518
3519 2008-12-01 Akim Demaille <demaille@gostai.com>
3520
3521 Use b4_symbol_case_.
3522 * data/lalr1.cc, data/bison.m4 (b4_symbol_action): Use
3523 b4_symbol_case_.
3524
3525 2008-12-01 Akim Demaille <demaille@gostai.com>
3526
3527 Move b4_symbol based macro to bison.m4.
3528 * data/lalr1.cc (b4_symbol_, b4_symbol, b4_symbol_if)
3529 (b4_symbol_action, b4_symbol_destructor, b4_symbol_printer)
3530 (b4_symbol_case_, b4_symbol_foreach, b4_type_action_)
3531 (b4_type_foreach): Move to...
3532 * data/bison.m4: Here.
3533 * data/lalr1.cc (b4_symbol_action): Specialize for C++: use
3534 b4_symbol_value_template instead of b4_symbol_value.
3535
3536 2008-12-01 Akim Demaille <demaille@gostai.com>
3537
3538 b4_symbol/type_foreach.
3539 * data/lalr1.cc (b4_symbol_foreach, b4_type_foreach): New.
3540 Use them.
3541
3542 2008-12-01 Akim Demaille <demaille@gostai.com>
3543
3544 Use the symbol properties to output the printer/destructor for lalr1.cc.
3545 Instead of defining complex list of tuples to define various
3546 properties of the symbols, we now prefer to define symbols as
3547 "structs" in m4: using the symbol key (its number), and the
3548 property name, b4_symbol gives it value. Use this to handle
3549 destructors and printers.
3550
3551 * src/output.c (CODE_PROP): New.
3552 (prepare_symbol_definitions): Use it to define the printer and
3553 destructor related attributes of the symbols.
3554 * data/lalr1.cc (b4_symbol_actions): Rename as...
3555 (b4_symbol_action): this.
3556 Use b4_symbol instead of 6 arguments.
3557 (b4_symbol_printer, b4_symbol_destructor): New.
3558 Use them instead of b4_symbol_actions.
3559
3560 2008-12-01 Akim Demaille <demaille@gostai.com>
3561
3562 Avoid capturing variables too easily.
3563 * src/muscle_tab.h (MUSCLE_INSERT_BOOL, MUSCLE_OBSTACK_SGROW): Use
3564 v__ and p__ instead of v and p.
3565
3566 2008-12-01 Akim Demaille <demaille@gostai.com>
3567
3568 Remove spurious empty line before syncline.
3569 * data/bison.m4 (b4_syncline): Don't output an empty line before
3570 the output.
3571
3572 2008-11-26 Akim Demaille <demaille@gostai.com>
3573
3574 Convert lib/Makefile.am into lib/local.mk.
3575 The real problem is rather gnulib.mk, which itself is extracted
3576 from a Makefile.am that gnulib expects to the "recursive". The
3577 tool prefix-gnulib-mk converts such a gnulib.mk to be
3578 non-recursive. Also, some AC_SUBST variables need to be adjusted.
3579
3580 * etc/prefix-gnulib-mk: New.
3581 * bootstrap (slurp): Use it to convert further gnulib.mk.
3582 No longer try to avoid re-creation of lib/gnulib.mk as the changes
3583 are deeper.
3584 * lib/Makefile.am: Rename as...
3585 * lib/local.mk: this.
3586 Adjust to be prefixed.
3587 * Makefile.am, configure.ac: Adjust.
3588 * src/local.mk (AM_CPPFLAGS): Extend it, don't define it.
3589
3590 2008-11-26 Akim Demaille <demaille@gostai.com>
3591
3592 s/_FLAGS/FLAGS/.
3593 * tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as...
3594 (TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS.
3595 Reported by Eric Blake.
3596
3597 2008-11-26 Akim Demaille <demaille@gostai.com>
3598
3599 Use b4_parser_tables_define in glr.cc.
3600 * data/glr.c: Use b4_parser_tables_define instead of defining the
3601 (deterministic integral) tables by hand.
3602
3603 2008-11-26 Akim Demaille <demaille@gostai.com>
3604
3605 Use b4_parser_tables_define in Java.
3606 * data/java.m4 (b4_typed_parser_table): Rename as...
3607 (b4_typed_parser_table_define): this, for consistency.
3608 Accept a comment as $4.
3609 Move $2 into yy*_.
3610 (b4_integral_parser_table): Rename as...
3611 (b4_integral_parser_table_define): this.
3612 * data/lalr1.java: Adjust all uses.
3613 Use b4_parser_tables_define instead of generation by hand.
3614
3615 2008-11-26 Akim Demaille <demaille@gostai.com>
3616
3617 Prepare the convergence bw C style and Java table generation.
3618 * data/bison.m4 (b4_tables_map, b4_tables_declare)
3619 (b4_tables_define): Rename as...
3620 (b4_integral_parser_tables_map, b4_parser_tables_declare)
3621 (b4_parser_tables_define): these.
3622 * data/c.m4 (b4_table_define): Rename as...
3623 (b4_integral_parser_table_define): this.
3624 * data/lalr1.cc: Adjust.
3625 (b4_table_define, b4_table_declare): Rename as...
3626 (b4_integral_parser_table_define)
3627 (b4_integral_parser_table_declare): these.
3628 (yyrline_): Move the comment where it is actually used.
3629 * data/yacc.c: Adjust.
3630 (yyrline): Use b4_integral_parser_table_define.
3631
3632 2008-11-26 Akim Demaille <demaille@gostai.com>
3633
3634 Regen.
3635 * src/parse-gram.h, src/parse-gram.c: Regen.
3636
3637 2008-11-26 Akim Demaille <demaille@gostai.com>
3638
3639 Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.
3640 * data/lalr1.cc (b4_tables_map): Move to...
3641 * data/bison.m4: here.
3642 Update the comment for yytable during the flight.
3643 (b4_tables_declare, b4_tables_define): New.
3644 * data/lalr1.cc: Use them.
3645 * data/c.m4 (b4_table_define): New.
3646 * data/yacc.c: Use b4_tables_define instead of output the tables
3647 by hand.
3648 * tests/regression.at (Web2c Actions): Adjust the expected output,
3649 the order of the tables changed.
3650
3651 2008-11-26 Akim Demaille <demaille@gostai.com>
3652
3653 Get rid of (yy)rhs and (yy)prhs.
3654 These tables are no longer needed in the parsers, and they don't seem to
3655 be useful. They are not documented either.
3656
3657 * src/output.c (prepare_rules): Get rid of rhs and prhs.
3658 Adjust the computation of (yy)r2.
3659
3660 2008-11-26 Akim Demaille <demaille@gostai.com>
3661
3662 Rule length is unsigned.
3663 * src/gram.h, src/gram.c (rule_rhs_length): Return a size_t.
3664
3665 2008-11-26 Akim Demaille <demaille@gostai.com>
3666
3667 Get rid of lalr1-split.cc.
3668 It was no longer maintainer.
3669
3670 * data/lalr1-split.cc: Remove.
3671 * etc/bench.pl.in (bench_fusion_parser): Remove.
3672 Adjust.
3673
3674 2008-11-26 Akim Demaille <demaille@gostai.com>
3675
3676 Use yy* consistently.
3677 * data/glr.c: Now that yyrhs no longer exists as a global
3678 variable, rename local "rhs" variables into "yyrhs" for
3679 consistency.
3680
3681 2008-11-25 Akim Demaille <demaille@gostai.com>
3682
3683 Get rid of yyrhs and yyprhs in glr.c.
3684 * data/glr.c (yyrhs, yyprhs): Remove.
3685 Instead, use the state stack and yystos.
3686
3687 2008-11-25 Akim Demaille <demaille@gostai.com>
3688
3689 Flag glr tests.
3690 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): If glr, declare it
3691 as an Autotest keyword.
3692
3693 2008-11-25 Akim Demaille <demaille@gostai.com>
3694
3695 Prefer TESTSUITE_FLAGS.
3696 TESTSUITEFLAGS is barely readable.
3697
3698 * tests/local.mk (TESTSUITE_FLAGS): Default to $(TESTSUITEFLAGS)
3699 for backward compatibility.
3700 Use the former instead of the latter.
3701
3702 2008-11-25 Akim Demaille <demaille@gostai.com>
3703
3704 Get rid of yyrhs and yyprhs in larl1.java.
3705 * data/lalr1.java (yyrhs_, yyprhs_): Remove.
3706 (yy_reduce_print): Rather, use yystos_ and the state stack.
3707
3708 2008-11-25 Akim Demaille <demaille@gostai.com>
3709
3710 Formatting changes.
3711
3712 2008-11-25 Akim Demaille <demaille@gostai.com>
3713
3714 Get rid of yyrhs and yyprhs in yacc.c.
3715 They were used to get the symbol types, given a rule number, when
3716 displaying the top of the stack before a reduction. But the
3717 symbol type is available from the state stack. This has two be
3718 benefits: two tables less in the parser (making it smaller), and a
3719 more consistent use of the three stacks which will help to fuse
3720 them.
3721
3722 * data/yacc.c (yyprhs, yyrhs): Remove.
3723 (YY_REDUCE_PRINT): Pass yyssp to yy_reduce_print.
3724 (yy_reduce_print): Take yyssp as argument.
3725 Use it, together with yystos, to get the symbol type.
3726 * tests/regression.at (Web2c Report): Remove these tables from the
3727 expected output.
3728
3729 2008-11-25 Akim Demaille <demaille@gostai.com>
3730
3731 b4_tables_map.
3732 The point is to factor the generation of the tables across skeletons.
3733 This is language dependant.
3734
3735 * data/c.m4 (b4_comment_): New.
3736 Should be usable to define how to generate tables independently of
3737 the language.
3738 (b4_c_comment): New.
3739 (b4_comment): Bounce to b4_c_comment.
3740 Now support $2 = [PREFIX] for indentation.
3741 * data/lalr1.cc (b4_table_declare): Don't output a comment if
3742 there is no comment.
3743 Indent it properly when there is one.
3744 Output the ending semicolon.
3745 (b4_table_define): Space changes.
3746 Output the ending semicolon.
3747 (b4_tables_map): New.
3748 Use it twice instead of declaring and defining the (integral)
3749 tables by hand.
3750
3751 2008-11-25 Akim Demaille <demaille@gostai.com>
3752
3753 b4_table_declare.
3754 * data/lalr1.cc (b4_table_declare): New.
3755 Use it to declare the tables defined with b4_table_define.
3756 (b4_table_define): Declare a third arg to match b4_table_declare
3757 signature.
3758 Move all the comments around invocations of b4_table_define into
3759 the invocations itselves.
3760 Move things around to have the order for declarations and
3761 definitions.
3762
3763 2008-11-25 Akim Demaille <demaille@gostai.com>
3764
3765 Formatting changes.
3766 * data/lalr1.java: here.
3767
3768 2008-11-25 Akim Demaille <demaille@gostai.com>
3769
3770 b4_args is more general than only C++.
3771 * data/lalr1.cc (b4_args, _b4_args): Move to...
3772 * data/bison.m4: here.
3773
3774 2008-11-21 Di-an Jan <dianj@freeshell.org>
3775
3776 Implement no-XXX arguments for --warnings, --report, --trace.
3777 * src/getargs.c (flags_argmatch): Handles no-XXX.
3778 Fix typo in doxygen comment.
3779
3780 2008-11-21 Akim Demaille <demaille@gostai.com>
3781
3782 Display the changes in cross-options.texi.
3783 * build-aux/cross-options.pl ($sep): New, to separate items.
3784 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): Use diff to display the
3785 changes.
3786
3787 2008-11-20 Di-an Jan <dianj@freeshell.org>
3788
3789 Improves options in the manual.
3790 * doc/bison.texinfo (-g, -x): Add space before argument.
3791 (Option Cross Key): Implement FIXME: listing directives also.
3792 * build-aux/cross-options.pl: Read from <STDIN> rather than <>.
3793 (Short Option): Special case -d. Put arguments inside @option.
3794 (Bison Directive): Add column, automatically extracted from
3795 src/scan-gram.l (actual name passed as the first argument)
3796 with special case for %define.
3797 * doc/local.mk (doc/cross-options.texi): Pass src/scan-gram.l
3798 to build-aux/cross-options.pl.
3799 * src/getargs.c (usage): Document limitations of cross-options.pl.
3800 * src/scan-gram.l: Likewise.
3801
3802 2008-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
3803
3804 Fix unexpanded macros in GLR defines file.
3805 Reported by Csaba Raduly at
3806 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00048.html>.
3807 * THANKS (Csaba Raduly): Add.
3808 * data/glr.c: Fix overquoting on b4_prefix for yylval and yylloc.
3809 * tests/calc.at (_AT_DATA_CALC_Y): If %defines is specified, generate
3810 lexer in a separate module that includes the defines file.
3811 (AT_CHECK_CALC): From AT_FULL_COMPILE, request compilation of lexer
3812 source.
3813 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_DEFINES_IF.
3814 Adjust AT_LOC and AT_VAL to use AT_NAME_PREFIX.
3815 (AT_BISON_OPTION_POPDEFS): Pop AT_DEFINES_IF.
3816 (AT_DATA_SOURCE_PROLOGUE): New.
3817 (AT_DATA_GRAMMAR_PROLOGUE): Use AT_DATA_SOURCE_PROLOGUE.
3818 (AT_DATA_SOURCE): New.
3819 (AT_FULL_COMPILE): Extend to support an additional source file.
3820
3821 2008-11-18 Akim Demaille <demaille@gostai.com>
3822
3823 More TODO.
3824 * TODO: More short term issues.
3825
3826 2008-11-18 Akim Demaille <demaille@gostai.com>
3827
3828 Regen.
3829 * src/parse-gram.h, src/parse-gram.c: Regen.
3830
3831 2008-11-18 Akim Demaille <demaille@gostai.com>
3832
3833 Use b4_subtract where possible.
3834 * data/lalr1.cc (b4_subtract): Move to...
3835 * data/bison.m4: here.
3836 * data/glr.c (b4_rhs_data): Use it.
3837 * data/yacc.c (b4_rhs_value, b4_rhs_location): Use it.
3838
3839 2008-11-18 Akim Demaille <demaille@gostai.com>
3840
3841 Remove incorrect mode specification.
3842 * data/glr.cc: Don't pretend it's C code.
3843
3844 2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
3845
3846 Simplify last patch slightly.
3847 * src/getargs.c (getargs): Here.
3848
3849 2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
3850
3851 Fix last warning from --enable-gcc-warnings.
3852 * src/getargs.c (getargs): Don't assign const address to non-const
3853 pointer.
3854
3855 2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
3856
3857 Don't let maintainer-*-check targets force a version update.
3858 * cfg.mk (_is-dist-target): Implement. maintainer-check* was already
3859 handled.
3860
3861 2008-11-17 Di-an Jan <dianj@freeshell.org>
3862
3863 * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
3864 Align menus. Adjust word wrapping. Use node names for menu names.
3865 (Examples): Don't abbreviate node names.
3866 (LocalWords): Remove abbreviations.
3867 (Copying): Make description a sentence.
3868 (Java Action Features): Remove period to match the rest of menu.
3869
3870 2008-11-17 Di-an Jan <dianj@freeshell.org>
3871
3872 Handles several --enable-gcc-warnings.
3873 * src/getargs.c (command_line_location): Set parameters to void.
3874 * src/output.c (symbol_type_name_cmp): Make static.
3875 (symbols_by_type_name): Set parameters to void.
3876 (symbol_definitions_output): Remove unused parameter. Rename as...
3877 (prepare_symbol_definitions): this.
3878 (muscles_output): Move symbol_definitions_output to...
3879 (output): here as prepare_symbol_definitions.
3880 * tests/c++.at (AT_CHECK_VARIANTS): Remove unused parameters of main.
3881 (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed.
3882
3883 2008-11-17 Di-an Jan <dianj@freeshell.org>
3884
3885 * tests/c++.at (AT_CHECK_VARIANTS): Fixes tests 198-202.
3886 Use AT_DATA_GRAMMAR instead of AT_DATA for compiled tests.
3887
3888 2008-11-16 Akim Demaille <demaille@gostai.com>
3889
3890 Add missing $(EXEEXT).
3891 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): The target is
3892 "src/bison$(EXEEXT)".
3893 Reported by Di-an Jan.
3894
3895 2008-11-15 Akim Demaille <demaille@gostai.com>
3896
3897 * TODO: Update.
3898
3899 2008-11-15 Akim Demaille <demaille@gostai.com>
3900
3901 Formatting changes.
3902 * tests/input.at: here.
3903
3904 2008-11-15 Akim Demaille <demaille@gostai.com>
3905
3906 Remove duplicate header inclusion.
3907 * src/LR0.c: here.
3908
3909 2008-11-15 Akim Demaille <demaille@gostai.com>
3910
3911 * src/parse-gram.h, src/parse-gram.c: Regen.
3912
3913 2008-11-15 Akim Demaille <demaille@gostai.com>
3914
3915 Support parametric types.
3916
3917 There are two issues to handle: first scanning nested angle
3918 bracket pairs to support types such as std::pair< std::string,
3919 std::list<std::string> > >.
3920
3921 Another issue is to address idiosyncracies of C++: do not glue two
3922 closing angle brackets together (otherwise it's operator>>), and
3923 avoid sticking blindly a TYPE to the opening <, as it can result
3924 in '<:' which is a digraph for '['.
3925
3926 * src/scan-gram.l (brace_level): Rename as...
3927 (nesting): this.
3928 (SC_TAG): New.
3929 Implement support for complex tags.
3930 (tag): Accept
3931 , but not <.
3932 * data/lalr1.cc (b4_symbol_value, b4_symbol_value_template)
3933 (b4_symbol_variant): Leave space around types as parameters.
3934 * examples/variant.yy: Use nested template types and leading ::.
3935 * src/parse-gram.y (TYPE, TYPE_TAG_ANY, TYPE_TAG_NONE, type.opt):
3936 Rename as...
3937 (TAG, TAG_ANY, TAG_NONE, tag.opt): these.
3938 * tests/c++.at: Test parametric types.
3939
3940 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
3941
3942 Test token.prefix.
3943 This is not sufficient, but we test at least that the make_SYMBOL
3944 interface is not affected by token.prefix. A more general test
3945 will be implemented when the support of token.prefix is generalized
3946 to more skeletons.
3947
3948 * tests/c++.at: One more variant test, using token.prefix.
3949
3950 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
3951
3952 Test the make_TOKEN interface.
3953 * tests/c++.at (AT_CHECK_VARIANTS): Require and use locations.
3954 Factor the common code in yylex.
3955 Use it to test "%define lex_symbol".
3956
3957 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
3958
3959 Formatting change.
3960
3961 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
3962
3963 Simplify code for variants bench marks.
3964 * etc/bench.pl.in (&generate_grammar_list): Define and use
3965 location_type.
3966 Factor the common code in yylex.
3967
3968 2008-11-15 Akim Demaille <demaille@gostai.com>
3969
3970 Better error message.
3971 * bootstrap (find_tool): Fix the error message.
3972
3973 2008-11-15 Akim Demaille <demaille@gostai.com>
3974
3975 Update variant.yy to newest interface.
3976 * examples/variant.yy: Define lex_symbol.
3977 Adjust.
3978
3979 2008-11-15 Akim Demaille <demaille@gostai.com>
3980
3981 Don't use locations in variant.yy.
3982 * examples/variant.yy: Adjust to not using locations.
3983
3984 2008-11-15 Akim Demaille <demaille@gostai.com>
3985
3986 Comment changes.
3987 * data/local.mk, etc/local.mk, examples/local.mk: Use Automake
3988 comments for the license.
3989
3990 2008-11-15 Akim Demaille <demaille@gostai.com>
3991
3992 Remove tests/Makefile.am.
3993 * tests/Makefile.am: Rename as...
3994 * tests/local.mk: this.
3995 * Makefile.am, configure.ac: Adjust.
3996 * Makefile.am (DISTCLEANFILES): Define.
3997 (maintainer-check, maintainer-xml-check, maintainer-push-check):
3998 Remove, we no longer need to bounce to the real targets.
3999
4000 2008-11-15 Akim Demaille <demaille@gostai.com>
4001
4002 Comment changes.
4003
4004 2008-11-15 Akim Demaille <demaille@gostai.com>
4005
4006 djgpp/local.mk.
4007 * Makefile.am (EXTRA_DIST): Move djgpp related part to...
4008 * djgpp/local.mk: this new file.
4009
4010 2008-11-15 Akim Demaille <demaille@gostai.com>
4011
4012 Remove doc/Makefile.am.
4013 * doc/Makefile.am: Rename as...
4014 * doc/local.mk: this.
4015 Adjust paths
4016 * Makefile.am, configure.ac: Adjust.
4017 * Makefile.am (MOSTLYCLEANFILES): New.
4018 * src/local.mk: Adjust.
4019
4020 2008-11-15 Akim Demaille <demaille@gostai.com>
4021
4022 Move sc_tight_scope into maint.mk.
4023 It does not work, and I don't know how it was supposed to work: it
4024 seems to be looking for sources in the build tree. I just moved
4025 it at a better place, fixing it is still required.
4026
4027 * src/local.mk (echo): Remove.
4028 (sc_tight_scope): Move to...
4029 * maint.mk: here.
4030
4031 2008-11-15 Akim Demaille <demaille@gostai.com>
4032
4033 Regen.
4034 * src/parse-gram.h, src/parse-gram.h: Regen.
4035
4036 2008-11-15 Akim Demaille <demaille@gostai.com>
4037
4038 Remove src/Makefile.am.
4039 * src/Makefile.am: Rename as...
4040 * src/local.mk: this.
4041 Prefix all the paths with src/.
4042 (AUTOMAKE_OPTIONS): Build object files in the sub dirs.
4043 (AM_CPPFLAGS): Find find in builddir/src.
4044 (YACC): Move the flags into...
4045 (AM_YFLAGS): here.
4046 * maint.mk (sc_tight_scope): Disable.
4047 It used to bounce to the version in src/Makefile.am which is now
4048 part of this very Makefile.
4049 * Makefile.am, configure.ac: Adjust.
4050 * src/scan-code-c.c, src/scan-code.l: We can no longer rely on
4051 include "..." to find files "here": we are no longer in src/, so
4052 qualify the includes with src/.
4053 * doc/Makefile.am (PREPATH): No longer include the top_builddir
4054 prefix.
4055 (.x.1): Adjust to be able to create src/foo from the top level
4056 Makefile, instead of going bounce to src/Makefile the creation of
4057 foo.
4058
4059 2008-11-15 Akim Demaille <demaille@gostai.com>
4060
4061 Remove useless variable.
4062 * doc/Makefile.am (srcsrcdir): Remove.
4063
4064 2008-11-15 Akim Demaille <demaille@gostai.com>
4065
4066 Remove data/Makefile.am.
4067 * data/Makefile.am: Rename as...
4068 * data/local.mk: this.
4069 Adjust paths.
4070 * Makefile.am, configure.ac: Adjust.
4071
4072 2008-11-15 Akim Demaille <demaille@gostai.com>
4073
4074 Remove etc/Makefile.am.
4075 * etc/Makefile.am: Rename as...
4076 * etc/local.mk: this.
4077 Adjust.
4078 * Makefile.am, configure.ac: Adjust.
4079
4080 2008-11-15 Akim Demaille <demaille@gostai.com>
4081
4082 Remove examples/local.mk.
4083 examples/calc++/Makefile.am might be interesting to keep as is, since
4084 it is an example in itself.
4085
4086 * examples/Makefile.am: Rename as...
4087 * examples/local.mk: this.
4088 Adjust.
4089 * Makefile.am, configure.ac: Adjust.
4090
4091 2008-11-15 Akim Demaille <demaille@gostai.com>
4092
4093 Remove build-aux/Makefile.am.
4094 Recursive Makefiles are really way too slow, let's get rid of some of
4095 them.
4096
4097 * build-aux/Makefile.am: Rename as...
4098 * build-aux/local.mk: this.
4099 Adjust paths.
4100 * Makefile.am, configure.ac: Adjust.
4101
4102 2008-11-15 Akim Demaille <demaille@gostai.com>
4103
4104 Provide convenience constructors for locations and positions.
4105 * data/location.cc (position::position): Accept file, line and
4106 column as arguments with default values.
4107 Always qualify initial line and column literals as unsigned.
4108 (location::location): Provide convenience constructors.
4109
4110 2008-11-15 Akim Demaille <demaille@gostai.com>
4111
4112 Instead of using make_symbol<TOK_FOO>, generate make_FOO for each
4113 token type.
4114 Using template buys us nothing, and makes it uselessly complex to
4115 construct a symbol. Besides, it could not be generalized to other
4116 languages, while make_FOO would work in C/Java etc.
4117
4118 * data/lalr1.cc (b4_symbol_): New.
4119 (b4_symbol): Use it.
4120 (b4_symbol_constructor_declaration_)
4121 (b4_symbol_constructor_definition_): Instead of generating
4122 specializations of an overloaded template function, just generate
4123 several functions whose names are forged from the token names
4124 without the token.prefix.
4125 (b4_symbol_constructor_declarations): Generate them for all the
4126 symbols, not just by class of symbol type, now that instead of
4127 specializing a function template by the token, we generate a
4128 function named after the token.
4129 (b4_symbol_constructor_specialization_)
4130 (b4_symbol_constructor_specializations): Remove.
4131 * etc/bench.pl.in: Adjust to this new API.
4132
4133 2008-11-13 Akim Demaille <demaille@gostai.com>
4134
4135 %define token.prefix.
4136 Provide a means to add a prefix to the name of the tokens as
4137 output in the generated files. Because of name clashes, it is
4138 good to have such a prefix such as TOK_ that protects from names
4139 such as EOF, FILE etc. But it clutters the grammar itself.
4140
4141 * data/bison.m4 (token.prefix): Empty by default.
4142 * data/c.m4 (b4_token_enum, b4_token_define): Use it.
4143 * data/lalr1.cc (b4_symbol): Ditto.
4144
4145 2008-11-13 Akim Demaille <demaille@gostai.com>
4146
4147 Compute at M4 time some of the subtractions.
4148 * data/lalr1.cc (b4_subtract): New.
4149 (b4_rhs_data): Use it.
4150
4151 2008-11-13 Akim Demaille <demaille@gostai.com>
4152
4153 symbol::token.
4154 This allows the user to get the type of a token returned by yylex.
4155
4156 * data/lalr1.cc (symbol::token): New.
4157 (yytoknum_): Define when %define lex_symbol, independently of
4158 %debug.
4159 (yytoken_number_): Move into...
4160 (symbol::token): here, since that's the only use.
4161 The other one is YYPRINT which was not officially supported
4162 by lalr1.cc, and anyway it did not work since YYPRINT uses this
4163 array under a different name (yytoknum).
4164
4165 2008-11-13 Akim Demaille <demaille@gostai.com>
4166
4167 YYERRCODE.
4168 * TODO (YYERRCODE): Mention the case of $undef.
4169
4170 2008-11-13 Akim Demaille <demaille@gostai.com>
4171
4172 TODO: YYPRINT.
4173 * TODO (YYPRINT): New.
4174
4175 2008-11-13 Akim Demaille <demaille@gostai.com>
4176
4177 Comment changes.
4178 * data/lalr1.cc, data/yacc.c: Fix the description of the
4179 yytranslate and yytoknum tables.
4180
4181 2008-11-13 Akim Demaille <demaille@gostai.com>
4182
4183 Define make_symbol in the header.
4184 To reach good performances these functions should be inlined (yet
4185 this is to measure precisely). To this end they must be available
4186 to the caller.
4187
4188 * data/lalr1.cc (b4_symbol_constructor_definition_): Qualify
4189 location_type with the class name.
4190 Since will now be output in the header, declare "inline".
4191 No longer use b4_symbol_constructor_specializations, but
4192 b4_symbol_constructor_definitions in the header.
4193 Don't call it in the *.cc file.
4194
4195 2008-11-13 Akim Demaille <demaille@gostai.com>
4196
4197 Define yytranslate in the header for lex_symbol.
4198 * data/lalr1.cc: Move the invocation of b4_yytranslate_definition
4199 into the header file when using %define lex_symbol.
4200 (yytranslate_): Declare inline.
4201
4202 2008-11-13 Akim Demaille <demaille@gostai.com>
4203
4204 Define the constructors of symbol_type in
4205 b4_symbol_constructor_definitions.
4206 The constructors are called by the make_symbol functions, which a
4207 forthcoming patch will move elsewhere. Hence the interest of
4208 putting them together.
4209
4210 The stack_symbol_type does not need to be moved, it is used only
4211 by the parser.
4212
4213 * data/lalr1.cc: Move symbol_type and symbol_base_type
4214 constructors into...
4215 (b4_symbol_constructor_definitions): here.
4216 Adjust.
4217
4218 2008-11-13 Akim Demaille <demaille@gostai.com>
4219
4220 Make it easier to move the definition of yytranslate_.
4221 Forthcoming changes will make it possible to use yytranslate_
4222 from outside the parser implementation file.
4223
4224 * data/lalr1.cc (b4_yytranslate_definition): New.
4225 Use it.
4226
4227 2008-11-13 Akim Demaille <demaille@gostai.com>
4228
4229 Remove useless class specification.
4230 * data/lalr1.cc (b4_symbol_constructor_specialization_): No need
4231 to refer to the class name to use a type defined by the class for
4232 arguments of member functions.
4233
4234 2008-11-13 Akim Demaille <demaille@gostai.com>
4235
4236 Finer input type for yytranslate.
4237 This patch is debatable: the tradition expects yylex to return an int
4238 which happens to correspond to token_number (which is an enum). This
4239 allows for instance to return characters (such as '*' etc.). But this
4240 goes against the stronger typing I am trying to have with the new
4241 lex interface which return a symbol_type. So in this case, feed
4242 yytranslate_ with a token_type.
4243
4244 * data/lalr1.cc (yytranslate_): When in %define lex-symbol,
4245 expect a token_type.
4246
4247 2008-11-13 Akim Demaille <demaille@gostai.com>
4248
4249 Honor lex-params in %define lex_symbol mode.
4250 * data/lalr1.cc: Use b4_lex_param.
4251
4252 2008-11-13 Akim Demaille <demaille@gostai.com>
4253
4254 Simplify names.
4255 * src/output.c (symbol_definitions_output): Rename symbol
4256 attributes type_name and has_type_name as type and has_type.
4257 * data/lalr1.cc: Adjust uses.
4258
4259 2008-11-13 Akim Demaille <demaille@gostai.com>
4260
4261 Use b4_type_names for the union type.
4262 The union used to compute the size of the variant used to iterate
4263 over the type of all the symbols, with a lot of redundancy. Now
4264 iterate over the lists of symbols having the same type-name.
4265
4266 * data/lalr1.cc (b4_char_sizeof_): New.
4267 (b4_char_sizeof): Use it.
4268 Adjust to be called with a list of numbers instead of a single
4269 number.
4270 Adjust its caller for new-line issues.
4271
4272 2008-11-13 Akim Demaille <demaille@gostai.com>
4273
4274 Define the "identifier" of a symbol.
4275 Symbols may have several string representations, for instance if
4276 they have an alias. What I call its "id" is a string that can be
4277 used as an identifier. May not exist.
4278
4279 Currently the symbols which have the "tag_is_id" flag set are
4280 those that don't have an alias. Look harder for the id.
4281
4282 * src/output.c (is_identifier): Move to...
4283 * src/symtab.c (is_identifier): here.
4284 * src/symtab.h, src/symtab.c (symbol_id_get): New.
4285 * src/output.c (symbol_definitions_output): Use it to define "id"
4286 and "has_id".
4287 Remove the definition of "tag_is_id".
4288 * data/lalr1.cc: Use the "id" and "has_id" whereever "tag" and
4289 "tag_is_id" were used to produce code.
4290 We still use "tag" for documentation.
4291
4292 2008-11-11 Akim Demaille <demaille@gostai.com>
4293
4294 Locations are no longer required by lalr1.cc.
4295 * data/lalr1.cc (_b4_args, b4_args): New.
4296 Adjust all uses of locations to make them optional.
4297 * tests/c++.at (AT_CHECK_VARIANTS): No longer use the locations.
4298 (AT_CHECK_NAMESPACE): Check the use of locations.
4299 * tests/calc.at (_AT_DATA_CALC_Y): Adjust to be usable with or
4300 without locations with lalr1.cc.
4301 Test these cases.
4302 * tests/output.at: Check lalr1.cc with and without location
4303 support.
4304 * tests/regression.at (_AT_DATA_EXPECT2_Y, _AT_DATA_DANCER_Y):
4305 Don't use locations.
4306
4307 2008-11-11 Akim Demaille <demaille@gostai.com>
4308
4309 AT_FULL_COMPILE.
4310 * tests/local.at (AT_FULL_COMPILE): New.
4311 * tests/actions.at, tests/calc.at, tests/regression.at: Use it.
4312
4313 2008-11-11 Akim Demaille <demaille@gostai.com>
4314
4315 Support parens in calc++.
4316 * doc/bison.texinfo (Calc++ Scanner, Calc++ Parser): Support parens.
4317 * examples/calc++/test (run): Check the expected output.
4318 Adjust callers.
4319 Check parens too.
4320
4321 2008-11-11 Akim Demaille <demaille@gostai.com>
4322
4323 Simplify lalr1.cc since %defines is mandatory.
4324 * data/lalr1.cc: Remove useless calls to b4_defines_if.
4325
4326 2008-11-11 Akim Demaille <demaille@gostai.com>
4327
4328 TODO: yyfmt.
4329 * TODO (yysyntax_error): New item.
4330
4331 2008-11-11 Akim Demaille <demaille@gostai.com>
4332
4333 Prefer M4 to CPP.
4334 * data/lalr1.cc: Use b4_error_verbose_if instead of #if
4335 YYERROR_VERBOSE.
4336
4337 2008-11-11 Akim Demaille <demaille@gostai.com>
4338
4339 Support i18n of the parse error messages.
4340 * TODO (lalr1.cc/I18n): Remove.
4341 * data/lalr1.cc (yysyntax_error_): Support the translation of the
4342 error messages, as done in yacc.c.
4343 Stay within the yy* pseudo namespace.
4344
4345 2008-11-11 Akim Demaille <demaille@gostai.com>
4346
4347 More TODO.
4348 * TODO (single stack, yysyntax_error): New.
4349
4350 2008-11-11 Akim Demaille <demaille@gostai.com>
4351
4352 Make it possible to return a symbol_type from yylex.
4353 * data/lalr1.cc (b4_lex_symbol_if): New.
4354 (parse): When lex_symbol is defined, expected yylex to return the
4355 complete lookahead.
4356 * etc/bench.pl.in (generate_grammar_list): Extend to support this
4357 yylex interface.
4358 (bench_variant_parser): Exercise it.
4359
4360 2008-11-11 Akim Demaille <demaille@gostai.com>
4361
4362 Remove useless bench case.
4363 * etc/bench.pl.in (bench_variant_parser): VARIANT_DESTROY is
4364 no longer used.
4365
4366 2008-11-11 Akim Demaille <demaille@gostai.com>
4367
4368 Improve display of directives.
4369 * etc/bench.pl.in (parse_term): Don't add useless eol.
4370
4371 2008-11-11 Akim Demaille <demaille@gostai.com>
4372
4373 Use string_cast in the bench.
4374 * etc/bench.pl.in (generate_grammar_list): Define and use
4375 string_cast.
4376
4377 2008-11-11 Akim Demaille <demaille@gostai.com>
4378
4379 Replace yychar with a Boolean.
4380 * data/lalr1.cc (parse::yychar): Replace by...
4381 (parse::yyempty): this.
4382
4383 2008-11-11 Akim Demaille <demaille@gostai.com>
4384
4385 Factor the tables.
4386 * TODO: New item.
4387
4388 2008-11-11 Akim Demaille <demaille@gostai.com>
4389
4390 Let yytranslate handle the eof case.
4391 * data/lalr1.cc (yytranslate_): Handle the EOF case.
4392 Adjust callers.
4393 No longer expect yychar to be equal to yyeof_, rather, test the
4394 lookahead's (translated) kind.
4395
4396 2008-11-11 Akim Demaille <demaille@gostai.com>
4397
4398 yychar cannot be empty in yyerrlab.
4399 * TODO (yychar == yyempty_): New.
4400 * data/lalr1.cc: Remove the handling of this case.
4401 This eases forthcoming changes related to yychar and yytranslate.
4402
4403 2008-11-11 Akim Demaille <demaille@gostai.com>
4404
4405 Bench: syntactic sugar for %define/#define.
4406 * etc/bench.pl.in (parse_dirs): Support %d and #d with arguments.
4407 (&bench_push_parser, bench_variant_parser): Use this feature.
4408 (&eat): New.
4409 Use it.
4410
4411 2008-11-11 Akim Demaille <demaille@gostai.com>
4412
4413 Less memory pressure on the "list" bench.
4414 * etc/bench.pl.in (generate_grammar_list): Do not accumulate all
4415 the values, to limit memory pressure.
4416
4417 2008-11-11 Akim Demaille <demaille@gostai.com>
4418
4419 Introduce make_symbol.
4420 make_symbol provides a means to construct a full symbol (kind,
4421 value, location) in a single shot. It is meant to be a Symbol
4422 constructor, parameterized by the symbol kind so that overloading
4423 would prevent incorrect kind/value pairs. Unfortunately
4424 parameterized constructors do not work well in C++ (unless the
4425 parameter also appears as an argument, which is not acceptable),
4426 hence the use of a function instead of a constructor.
4427
4428 * data/lalr1.cc (b4_symbol_constructor_declaration_)
4429 (b4_symbol_constructor_declarations)
4430 (b4_symbol_constructor_specialization_)
4431 (b4_symbol_constructor_specializations)
4432 (b4_symbol_constructor_definition_)
4433 (b4_symbol_constructor_definitions): New.
4434 Use them where appropriate to generate declaration, declaration of
4435 the specializations, and implementations of the templated
4436 overloaded function "make_symbol".
4437 (variant::variant): Always define a default ctor.
4438 Also provide a copy ctor.
4439 (symbol_base_type, symbol_type): New ctor overloads for value-less
4440 symbols.
4441 (symbol_type): Now public, so that functions such as yylex can use
4442 it.
4443
4444 2008-11-11 Akim Demaille <demaille@gostai.com>
4445
4446 Inform m4 whether a tag is a valid id.
4447 * src/output.c (is_identifier): New.
4448 (symbol_definitions_output): Use it to define tag_is_id.
4449 But maybe this should be done at m4 level?
4450
4451 2008-11-11 Akim Demaille <demaille@gostai.com>
4452
4453 Test 214 was failing: it greps with a pattern containing [ ]*
4454 which obviously meant to catch spaces and tabs, but contained only
4455 spaces. Tabulations in sources are a nuisance, so to simplify the
4456 matter, get rid of all the tabulations in the Java sources. The
4457 other skeletons will be treated equally later.
4458
4459 * data/java.m4, data/lalr1.java: Untabify.
4460 * tests/java.at: Simplify AT_CHECK_JAVA_GREP invocations:
4461 tabulations are no longer generated.
4462
4463 2008-11-11 Paolo Bonzini <bonzini@gnu.org>
4464
4465 * bootstrap.conf: Replace m4/warning.m4 with warnings module.
4466 * configure.ac: Adjust usage.
4467 * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
4468 * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
4469 * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
4470
4471 2008-11-10 Di-an Jan <dianj@freeshell.org>
4472
4473 Workaround Java's ``code too large'' problem for parser tables
4474 in most cases, by using one function per initialization.
4475 * data/java.m4 (b4_typed_parser_table, b4_integral_parser_table): New.
4476 * data/lalr1.java (yypact_, yydefact_, yypgoto_, yydefgoto_,
4477 yytable_, yycheck_, yystos_, yytoken_number_, yyr1_, yyr2_, yyrhs_
4478 yyprhs_, yyrline_, yytranslate_table_): Use b4_integral_parser_table.
4479 (yytname_): Use b4_typed_parser_table.
4480 * doc/bison.texinfo (Java Bison Interface): Add note on Java's
4481 ``code too large'' error.
4482
4483 2008-11-10 Di-an Jan <dianj@freeshell.org>
4484
4485 * NEWS: Document them.
4486
4487 General Java skeleton improvements.
4488 * configure.ac (gt_JAVACOMP): Request target of 1.4, which allows
4489 using gcj < 4.3 in the testsuite, according to comments in
4490 gnulib/m4/javacomp.m4.
4491 * data/java.m4 (stype, parser_class_name, lex_throws, throws,
4492 location_type, position_type): Remove extraneous brackets from
4493 b4_percent_define_default.
4494 (b4_lex_param, b4_parse_param): Remove extraneous brackets from
4495 m4_define and m4_define_default.
4496 * data/lalr1.java (b4_pre_prologue): Change to b4_user_post_prologue,
4497 which marks the end of user code with appropriate syncline, like all
4498 the other skeletons.
4499 (b4_user_post_prologue): Add. Don't silently drop.
4500 (yylex): Remove.
4501 (parse): Inline yylex.
4502 * doc/bison.texinfo (bisonVersion, bisonSkeleton): Document.
4503 (%{...%}): Fix typo of %code imports.
4504 * tests/java.at (AT_JAVA_COMPILE): Add "java" keyword.
4505
4506 Support annotations on parser class with %define annotations.
4507 * data/lalr1.java (annotations): Add to parser class modifier.
4508 * doc/bison.texinfo (Java Parser Interface): Document
4509 %define annotations.
4510 (Java Declarations Summary): Document %define annotations.
4511 * tests/java.at (Java parser class modifiers): Test annotations.
4512
4513 Do not generate code for %error-verbose unless requested.
4514 * data/lalr1.java (errorVerbose): Rename to yyErrorVerbose.
4515 Make private. Make conditional on %error-verbose.
4516 (getErrorVerbose, setErrorVerbose): New.
4517 (yytnamerr_): Make conditional on %error-verbose.
4518 (yysyntax_error): Make some code conditional on %error-verbose.
4519 * doc/bison.texinfo (Java Bison Interface): Remove the parts
4520 about %error-verbose having no effect.
4521 (getErrorVerbose, setErrorVerbose): Document.
4522
4523 Move constants for token names to Lexer interface.
4524 * data/lalr1.java (Lexer): Move EOF, b4_token_enums(b4_tokens) here.
4525 * data/java.m4 (b4_token_enum): Indent for move to Lexer interface.
4526 (parse): Qualify EOF to Lexer.EOF.
4527 * doc/bison.texinfo (Java Parser Interface): Move documentation of
4528 EOF and token names to Java Lexer Interface.
4529 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove Calc qualifier.
4530
4531 Make yyerror public.
4532 * data/lalr1.java (Lexer.yyerror): Use longer parameter name.
4533 (yyerror): Change to public. Add Javadoc comments. Use longer
4534 parameter names. Make the body rather than the declarator
4535 conditional on %locations.
4536 * doc/bison.texinfo (yyerror): Document. Don't mark as protected.
4537
4538 Allow user to add code to the constructor with %code init.
4539 * data/java.m4 (b4_init_throws): New, for %define init_throws.
4540 * data/lalr1.java (YYParser.YYParser): Add b4_init_throws.
4541 Add %code init to the front of the constructor body.
4542 * doc/bison.texinfo (YYParser.YYParser): Document %code init
4543 and %define init_throws.
4544 (Java Declarations Summary): Document %code init and
4545 %define init_throws.
4546 * tests/java.at (Java %parse-param and %lex-param): Adjust grep.
4547 (Java constructor init and init_throws): Add tests.
4548
4549 2008-11-10 Akim Demaille <demaille@gostai.com>
4550
4551 Update TODO.
4552 * TODO (-D): is implemented.
4553 (associativity): Same precedence must have the same associativity.
4554 For instance, how can a * b / c be parsed if * is %left and / is
4555 %right?
4556 (YYERRORCODE, YYFAIL, YYBACKUP): New.
4557
4558 2008-11-10 Akim Demaille <demaille@gostai.com>
4559
4560 Formatting changes.
4561
4562 2008-11-10 Akim Demaille <demaille@gostai.com>
4563
4564 More information about the symbols.
4565 * src/output.c (type_names_output): Document all the symbols,
4566 including those that don't have a type-name.
4567 (symbol_definitions_output): Define "is_token" and
4568 "has_type_name".
4569 * data/lalr1.cc (b4_type_action_): Skip symbols that have an empty
4570 type-name, now that they are defined too in b4_type_names.
4571
4572 2008-11-10 Akim Demaille <demaille@gostai.com>
4573
4574 Regen.
4575
4576 2008-11-10 Akim Demaille <demaille@gostai.com>
4577
4578 Make parser::yytranslate static.
4579 Small speedup (1%) on the list grammar. And makes yytranslate_
4580 available in non member functions.
4581
4582 * data/lalr1.cc (yytranslate_): Does not need to be a instance
4583 function.
4584
4585 2008-11-10 Akim Demaille <demaille@gostai.com>
4586
4587 Avoid trailing spaces.
4588 * data/c.m4: b4_comment(TEXT): Don't indent empty lines.
4589 * data/lalr1.cc: Don't indent before rule and symbol actions, as
4590 they can be empty, and anyway this incorrectly indents the first
4591 action.
4592
4593 2008-11-10 Akim Demaille <demaille@gostai.com>
4594
4595 Comment changes.
4596
4597 2008-11-10 Akim Demaille <demaille@gostai.com>
4598
4599 Use "enum" for integral constants.
4600 This is just nicer to read, I observed no speedup.
4601
4602 * data/lalr1.cc (yyeof_, yylast_, yynnts_, yyempty_, yyfinal_)
4603 (yterror_, yyerrcode_, yyntokens_): Define as members of an enum.
4604 (yyuser_token_number_max_, yyundef_token_): Move into...
4605 (yytranslate_): here.
4606
4607 2008-11-10 Akim Demaille <demaille@gostai.com>
4608
4609 Shortcuts in bench directives.
4610 * etc/bench.pl.in (parse_dirs): New.
4611 Use it.
4612 (bench_variant_parser, bench_fusion_parser): Use %s and %d.
4613 Create the benches in "benches/".
4614
4615 2008-11-10 Akim Demaille <demaille@gostai.com>
4616
4617 Formatting changes.
4618 * data/lalr1.cc: here.
4619
4620 2008-11-10 Akim Demaille <demaille@gostai.com>
4621
4622 Adjust verbose message to using emacs.
4623 * etc/bench.pl.in: Inform compilation-mode when we change the
4624 directory.
4625 (generate_grammar_list): Recognize %define "variant" in addition
4626 to %define variant.
4627
4628 2008-11-10 Akim Demaille <demaille@gostai.com>
4629
4630 Classify symbols by type-name.
4631 * src/uniqstr.h (UNIQSTR_CMP): New.
4632 * src/output.c (symbol_type_name_cmp, symbols_by_type_name)
4633 (type_names_output): New.
4634 (muscles_output): Use it.
4635 * data/lalr1.cc (b4_symbol_action_): Remove.
4636 (b4_symbol_case_, b4_type_action_): New.
4637 Adjust uses of b4_symbol_action_ to use b4_type_action_.
4638
4639 2008-11-10 Akim Demaille <demaille@gostai.com>
4640
4641 Change the handling of the symbols in the skeletons.
4642 Before we were using tables which lines were the symbols and which
4643 columns were things like number, tag, type-name etc. It is was
4644 difficult to extend: each time a column was added, all the numbers had
4645 to be updated (you asked for colon $2, not for "tag"). Also, it was
4646 hard to filter these tables when only a subset of the symbols (say the
4647 tokens, or the nterms, or the tokens that have and external number
4648 *and* a type-name) was of interest.
4649
4650 Now instead of monolithic tables, we define one macro per cell. For
4651 instance "b4_symbol(0, tag)" is a macro name which contents is
4652 self-decriptive. The macro "b4_symbol" provides easier access to
4653 these cells.
4654
4655 * src/output.c (type_names_output): Remove.
4656 (symbol_numbers_output, symbol_definitions_output): New.
4657 (muscles_output): Call them.
4658 (prepare_symbols): Define b4_symbols_number.
4659
4660 2008-11-10 Akim Demaille <demaille@gostai.com>
4661
4662 --trace=muscles
4663 * src/getargs.h, src/getargs.c (trace_muscle): New.
4664 (trace_types, trace_args): Support it.
4665 * src/output.c (output_skeleton): Use it.
4666
4667 2008-11-10 Akim Demaille <demaille@gostai.com>
4668
4669 muscles_output.
4670 * src/output.c (muscles_output): New, extracted from...
4671 (output_skeleton): here.
4672 Adjust.
4673
4674 2008-11-10 Akim Demaille <demaille@gostai.com>
4675
4676 Formatting changes.
4677
4678 2008-11-10 Akim Demaille <demaille@gostai.com>
4679
4680 Update the variant example.
4681 * examples/variant.yy: Formatting changes.
4682 One stage build.
4683
4684 2008-11-10 Akim Demaille <demaille@gostai.com>
4685
4686 Support constructor with an argument.
4687 This improves the "list" bench by 2%.
4688
4689 * data/lalr1.cc (variant::build): Add an overloaded version with
4690 an argument.
4691 * tests/c++.at (AT_CHECK_VARIANT): Check it.
4692
4693 2008-11-10 Akim Demaille <demaille@gostai.com>
4694
4695 Test variants.
4696 * tests/c++.at (AT_CHECK_VARIANTS): New.
4697 Use it with and without %define assert.
4698
4699 2008-11-10 Akim Demaille <demaille@gostai.com>
4700
4701 Add %precedence support.
4702 Unfortunately it is not possible to reuse the %prec directive. This
4703 is because to please POSIX, we do not require to end the rules with a
4704 semicolon. As a result,
4705
4706 foo: bar %prec baz
4707
4708 is ambiguous: either a rule which precedence is that of baz, or a rule,
4709 and then a declaration of the precedence of the token baz.
4710
4711 * doc/bison.texinfo: Document %precedence.
4712 (Precedence Only): New.
4713 * src/assoc.h, src/assoc.c (precedence_assoc): New.
4714 * src/conflicts.c (resolve_sr_conflict): Support it.
4715 * src/scan-gram.l, src/parse-gram.y (%precedence): New token.
4716 Parse it.
4717 * tests/calc.at: Use %precedence for NEG.
4718 * tests/conflicts.at (%precedence does not suffice)
4719 (%precedence suffices): New tests.
4720
4721 2008-11-09 Akim Demaille <demaille@gostai.com>
4722
4723 Make benches in a sub dirs.
4724 * etc/bench.pl.in ($dir): New.
4725 Use it.
4726 Check the use of constructors with an argument.
4727 (bench_variant_parser): Fix.
4728
4729 2008-11-09 Akim Demaille <demaille@gostai.com>
4730
4731 fix eof condition
4732
4733 2008-11-09 Akim Demaille <demaille@gostai.com>
4734
4735 Fix --help.
4736
4737 2008-11-09 Akim Demaille <demaille@gostai.com>
4738
4739 Require the generation of parse-gram.output.
4740 * src/Makefile.am (YACC): Pass --report=all.
4741
4742 2008-11-09 Akim Demaille <demaille@gostai.com>
4743
4744 Formatting changes.
4745
4746 2008-11-09 Akim Demaille <demaille@gostai.com>
4747
4748 Update TODO.
4749 * TODO: Remove obsolete items.
4750 Update others.
4751
4752 2008-11-09 Akim Demaille <demaille@gostai.com>
4753
4754 Enhance bench.pl.
4755 * etc/bench.pl.in (parse, parse_expr, parse_term, parse_fact)
4756 (@token, $grammar, $bench): New.
4757 (generate_grammar_variant): Rename as...
4758 (generate_grammar_list): this.
4759 (generate_grammar): Adjust.
4760 (bench_grammar): Rename as...
4761 (bench): this.
4762 Use it in the various bench-marking routines.
4763 (-b, -g): New options.
4764
4765 2008-11-09 Akim Demaille <demaille@gostai.com>
4766
4767 Use a static hierarchy for symbols in the C++ parser.
4768 * data/lalr1.cc (symbol_base_type, symbol_type)
4769 (stack_symbol_type): Make it a static hierarchy.
4770 Adjust dependencies.
4771
4772 2008-11-09 Akim Demaille <demaille@gostai.com>
4773
4774 bench.pl -d, --directive.
4775 * etc/bench.pl.in (@directive): New.
4776 (&bench_grammar): Use it.
4777 (&bench_list_grammar): New, to provide access to the "variant"
4778 grammar.
4779 Use it.
4780 (getopts): Support -d, --directive.
4781
4782 2008-11-09 Akim Demaille <demaille@gostai.com>
4783
4784 Use inline for small operations.
4785 * data/lalr1.cc (symbol_base_type, symbol_type)
4786 (stack_symbol_type): Declare constructor and other operations as
4787 inline.
4788 (yy_destroy_): Inline.
4789
4790 2008-11-09 Akim Demaille <demaille@gostai.com>
4791
4792 Introduce a hierarchy for symbols.
4793 * data/lalr1.cc (symbol_base_type, symbol_type): New.
4794 (data_type): Rename as...
4795 (stack_symbol_type): this.
4796 Derive from symbol_base_type.
4797 (yy_symbol_value_print_): Merge into...
4798 (yy_symbol_print_): this.
4799 Rename as...
4800 (yy_print_): this.
4801 (yydestruct_): Rename as...
4802 (yy_destroy_): this.
4803 (b4_symbols_actions, YY_SYMBOL_PRINT): Adjust.
4804 (parser::parse): yyla is now of symbol_type.
4805 Use its type member instead of yytoken.
4806
4807 2008-11-09 Akim Demaille <demaille@gostai.com>
4808
4809 Rename data_type and stack_symbol_type.
4810 * data/lalr1.cc (data_type): Rename as...
4811 (stack_symbol_type): this.
4812
4813 2008-11-09 Akim Demaille <demaille@gostai.com>
4814
4815 Handle semantic value and location together.
4816 * data/lalr1.cc (b4_symbol_actions): Bounce $$ and @$ to
4817 yydata.value and yydata.location.
4818 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_)
4819 (YY_SYMBOL_PRINT): Now take semantic value and location as a
4820 single arg.
4821 Adjust all callers.
4822 (yydestruct_): New overload for a stack symbol.
4823
4824 2008-11-09 Akim Demaille <demaille@gostai.com>
4825
4826 Push a complete symbol, not connected parts.
4827 * data/lalr1.cc (yypush_): Take a data_type&, not disconnected
4828 state, value and location.
4829 Adjust callers.
4830
4831 2008-11-09 Akim Demaille <demaille@gostai.com>
4832
4833 Agregate yylval and yylloc.
4834 * data/lalr1.cc (parser::yylval, parser::yylloc): Replace by...
4835 (parser::yyla): this.
4836
4837 2008-11-09 Akim Demaille <demaille@gostai.com>
4838
4839 Rely on the state stack to display reduction traces.
4840 To display rhs symbols before a reduction, we used information
4841 about the rule reduced, which required the tables yyrhs and
4842 yyprhs. Now use rely only on the state stack to get the same
4843 information.
4844
4845 * data/lalr1.cc (b4_rhs_data, b4_rhs_state): New.
4846 Use them.
4847 (parser::yyrhs_, parser::yyprhs_): Remove.
4848 (parser::yy_reduce_print_): Use the state stack.
4849
4850 2008-11-09 Akim Demaille <demaille@gostai.com>
4851
4852 Fuse yyval and yyloc into yylhs.
4853 * data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using
4854 yylhs.
4855 (parse): Replace yyval and yyloc with yylhs.value and
4856 yylhs.location.
4857 After a user action, compute yylhs.state earlier.
4858 (yyerrlab1): Do not play tricks with yylhs.location, rather, use a
4859 fresh error_token.
4860
4861 2008-11-09 Di-an Jan <dianj@freeshell.org>
4862
4863 Remove unused variable.
4864 * src/output.c (type_names_output): Remove unused variable sep.
4865
4866 2008-11-09 Paolo Bonzini <bonzini@gnu.org>
4867
4868 Change tests/output.at quoting.
4869 * tests/output.at (AT_CHECK_OUTPUT): Use conventional m4 quoting when
4870 expanding arguments.
4871
4872 2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
4873
4874 Don't add a semicolon to actions for %skeleton or %language.
4875 It breaks Java test cases as reported by Akim Demaille.
4876 * src/scan-code.l: Implement.
4877
4878 2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
4879
4880 Clean up %skeleton and %language priority implementation.
4881 * src/getargs.c (skeleton_prio): Use default_prio rather than 2, and
4882 remove static qualifier because others will soon need to see it.
4883 (language_prio): Likewise.
4884 (getargs): Use command_line_prio rather than 0.
4885 * src/getargs.h (command_line_prio, grammar_prio, default_prio): New
4886 enum fields.
4887 (skeleton_prio): Extern it.
4888 (language_prio): Extern it.
4889 * src/parse-gram.y: Use grammar_prio rather than 1.
4890
4891 2008-11-07 Akim Demaille <demaille@gostai.com>
4892
4893 Moving push traces into yypush_.
4894 * data/lalr1.cc (yypush_): Now takes a optional trace message.
4895 Adjust all uses.
4896
4897 2008-11-07 Akim Demaille <demaille@gostai.com>
4898
4899 The single-stack C++ parser is now the standard one.
4900 * data/lalr1.cc: Rename as...
4901 * data/lalr1-split.cc: this.
4902 * data/lalr1-fusion.cc: Rename as...
4903 * data/lalr1.cc: this.
4904 * etc/bench.pl.in: Adjust.
4905
4906 2008-11-07 Akim Demaille <demaille@gostai.com>
4907
4908 Avoid empty-if warnings.
4909 Reported by Quentin Hocquet.
4910
4911 * data/lalr1-fusion.cc (YY_SYMBOL_PRINT, YY_REDUCE_PRINT)
4912 (YY_STACK_PRINT): Provide some contents even when !YYDEBUG.
4913
4914 2008-11-07 Akim Demaille <demaille@gostai.com>
4915
4916 Pass command line location to skeleton_arg and language_argmatch.
4917 * src/getargs.h, src/getargs.c (skeleton_arg, language_argmatch):
4918 The location argument is now mandatory.
4919 Adjust all dependencies.
4920 (getargs): Use command_line_location.
4921
4922 2008-11-07 Akim Demaille <demaille@gostai.com>
4923
4924 -D, --define.
4925 * src/getargs.c (usage): Document -D.
4926 Fix help string for --locations.
4927 (command_line_location): New.
4928 (short_options, long_options, getargs): Support -D, --define.
4929 (getargs): Move -d support at the right place.
4930 * doc/bison.texinfo (Bison Options): Update.
4931 * tests/input.at (%define, --define): New.
4932
4933 2008-11-07 Akim Demaille <demaille@gostai.com>
4934
4935 Initialize the muscle table before parsing the command line.
4936 * src/getargs.c (quotearg.h, muscle_tab.h): Include.
4937 (getargs): Define file_name.
4938 * src/main.c (main): Initialize muscle_tab before calling
4939 getargs.
4940 * src/muscle_tab.c (muscle_init): No longer define file_name, as
4941 its value is not available yet.
4942
4943 2008-11-07 Akim Demaille <demaille@gostai.com>
4944
4945 Locations without columns for command line arguments.
4946 * src/location.c (location_print): Don't display negative columns.
4947 * src/location.h: Document this.
4948
4949 2008-11-07 Akim Demaille <demaille@gostai.com>
4950
4951 Fix --help.
4952 * src/getargs.c (usage): Fix help string for -W.
4953
4954 2008-11-07 Akim Demaille <demaille@gostai.com>
4955
4956 Handle more general types of option arguments.
4957 * build-aux/cross-options.pl: The argument ends at the first
4958 space, not the first non-symbol character.
4959 Use @var for each word appearing the argument description.
4960
4961 2008-11-07 Akim Demaille <demaille@gostai.com>
4962
4963 Destroy the variants that remain on the stack in case of error.
4964 * data/lalr1-fusion.cc (yydestruct_): Invoke the variant's
4965 destructor.
4966 Display the value only if yymsg is nonnull.
4967 (yyreduce): Invoke yydestruct_ when popping lhs symbols.
4968
4969 2008-11-07 Akim Demaille <demaille@gostai.com>
4970
4971 Add "%define assert" to variants.
4972 This is used to help the user catch cases where some value gets
4973 ovewritten by a new one. This should not happen, as this will
4974 probably leak.
4975
4976 Unfortunately this uncovered a bug in the C++ parser itself: the
4977 lookahead value was not destroyed between two calls to yylex. For
4978 instance if the previous lookahead was a std::string, and then an int,
4979 then the value of the std::string was correctly taken (i.e., the
4980 lookahead was now an empty string), but std::string structure itself
4981 was not reclaimed.
4982
4983 This is now done in variant::build(other&) (which is used to take the
4984 value of the lookahead): other is not only stolen from its value, it
4985 is also destroyed. This incurs a new performance penalty of a few
4986 percent, and union becomes faster again.
4987
4988 * data/lalr1-fusion.cc (variant::build(other&)): Destroy other.
4989 (b4_variant_if): New.
4990 (variant::built): New.
4991 Use it whereever the status of the variant changes.
4992 * etc/bench.pl.in: Check the penalty of %define assert.
4993
4994 2008-11-07 Akim Demaille <demaille@gostai.com>
4995
4996 Use "%define variant" in bench.pl.
4997 * etc/bench.pl.in: No longer use the pseudo directive %variants,
4998 just use %define variants.
4999
5000 2008-11-07 Akim Demaille <demaille@gostai.com>
5001
5002 Regen.
5003 * src/parse-gram.h, src/parse-gram.c: Regen.
5004
5005 2008-11-04 Joel E. Denny <jdenny@ces.clemson.edu>
5006
5007 Fix user actions without a trailing semicolon.
5008 Reported by Sergei Steshenko at
5009 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
5010 * THANKS (Sergei Steshenko): Add.
5011 * src/scan-code.l (SC_RULE_ACTION): Fix it.
5012 * tests/regression.at (Fix user actions without a trailing semicolon):
5013 New test case.
5014
5015 2008-11-04 Akim Demaille <demaille@gostai.com>
5016
5017 Use b4_copyright_years.
5018 * data/yacc.c (b4_copyright_years): New.
5019 Fix its value according to the comments in the file.
5020 Use it and undefine it.
5021
5022 2008-11-04 Akim Demaille <demaille@gostai.com>
5023
5024 Formatting changes.
5025 * data/lalr1-fusion.cc, src/parse-gram.y: here.
5026
5027 2008-11-04 Akim Demaille <demaille@gostai.com>
5028
5029 Formatting changes.
5030 * data/lalr1-fusion.cc: here.
5031
5032 2008-11-04 Akim Demaille <demaille@gostai.com>
5033
5034 Use strict on bench.pl.
5035 * etc/bench.pl.in (&run, &generate_grammar): New.
5036 Rename the grammar generating functions for consistency.
5037 Change the interface so that the list of benches to run is passed
5038 as (optionless) arguments.
5039 (&compile): Use &run.
5040
5041 2008-11-04 Akim Demaille <demaille@gostai.com>
5042
5043 Remove spurious initial empty lines.
5044 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
5045 * data/yacc.c: End the @output lines with an @.
5046
5047 2008-11-04 Akim Demaille <demaille@gostai.com>
5048
5049 Improve the display of sizes.
5050 * etc/bench.p.in: Higher precision.
5051 Sort by decreasing size.
5052
5053 2008-11-04 Akim Demaille <demaille@gostai.com>
5054
5055 Don't memcpy C++ structures.
5056 * data/lalr1-fusion.cc (b4_symbol_variant): Adjust additional
5057 arguments.
5058 (variant::build): New overload for
5059 copy-construction-that-destroys.
5060 (variant::swap): New.
5061 (parser::yypush_): Use it in variant mode.
5062
5063 2008-11-04 Akim Demaille <demaille@gostai.com>
5064
5065 Better defaults for bench.pl.
5066 * etc/bench.pl.in ($verbose, $cflags, $iterations): Change the
5067 default values.
5068 Adjust &verbose uses.
5069 (-q, --quiet): New.
5070
5071 2008-11-04 Akim Demaille <demaille@gostai.com>
5072
5073 Make variant.yy more complex.
5074 std::list cannot be copied via memcpy, they are more demanding than
5075 std::string. Use one std::list to strengthen the test.
5076
5077 * examples/variant.yy: Use lalr1-fusion.cc, not lalr1.cc.
5078 Adjust.
5079 Create a list of strings, instead of a single large string.
5080
5081 2008-11-04 Akim Demaille <demaille@gostai.com>
5082
5083 bench.pl --bench.
5084 * etc/bench.pl.in (--bench, $bench): New.
5085
5086 2008-11-04 Akim Demaille <demaille@gostai.com>
5087
5088 Sort methods.
5089 * data/lalr1-fusion.cc (destroy): Use as() in its definition.
5090 Define it after as().
5091
5092 2008-11-04 Akim Demaille <demaille@gostai.com>
5093
5094 Useless parens.
5095 * data/lalr1-fusion.cc (b4_rhs_location): Remove useless parens.
5096
5097 2008-11-04 Akim Demaille <demaille@gostai.com>
5098
5099 Issue missing synclines after user actions.
5100 * data/c.m4 (b4_case): Issue synclines on the output file.
5101
5102 2008-11-04 Akim Demaille <demaille@gostai.com>
5103
5104 Remove trailing empty line.
5105 * data/lalr1-fusion.cc: Don't add an empty line after the user's
5106 epilogue.
5107
5108 2008-11-04 Akim Demaille <demaille@gostai.com>
5109
5110 Fix output of copyright years.
5111 * data/bison.m4 (b4_copyright): Fix the indentation of the
5112 copyright year paragraph.
5113 Use b4_copyright_years when no years are given.
5114 * data/lalr1.cc, data/lalr1-fusion.cc, data/location.cc
5115 (b4_copyright_years): New.
5116 Use it.
5117
5118 2008-11-04 Akim Demaille <demaille@gostai.com>
5119
5120 Avoid the spurious initial empty line.
5121 * data/lalr1-fusion.cc, data/location.cc: Put a trailing "@" at
5122 the end of @output request to suppress the empty line that
5123 results.
5124
5125 2008-11-04 Akim Demaille <demaille@gostai.com>
5126
5127 Remove parser::rhs_number_type.
5128 * data/lalr1-fusion.cc (rhs_number_type): No longer define it.
5129 (yyrhs_): Use b4_table_define.
5130
5131 2008-11-04 Akim Demaille <demaille@gostai.com>
5132
5133 Fix iteration type.
5134 * data/lalr1-fusion.cc: Use an int to iterate up to an int.
5135
5136 2008-11-04 Akim Demaille <demaille@gostai.com>
5137
5138 Factor the declaration of the integer tables.
5139 * data/lalr1-fusion.cc (b4_table_define): New.
5140 Use it.
5141
5142 2008-11-03 Akim Demaille <demaille@gostai.com>
5143
5144 Fix indentation of tables in lalr1.cc
5145 * data/lalr1-fusion.cc: Fix the indentation.
5146
5147 2008-11-03 Akim Demaille <demaille@gostai.com>
5148
5149 Destroy the lhs symbols after reduction.
5150 * data/lalr1-fusion.cc (parse): After the user action, when in
5151 variant mode, destroy the lhs symbols.
5152
5153 2008-11-03 Akim Demaille <demaille@gostai.com>
5154
5155 Simplify yysyntax_error_ use.
5156 * data/lalr1-fusion.cc (yysyntax_error_): Always pass it the token
5157 type, but make it unnamed in the declaration when it is not used.
5158
5159 2008-11-03 Akim Demaille <demaille@gostai.com>
5160
5161 Let yy::variant::build return an lvalue.
5162 * data/lalr1-fusion.cc (variant::build): Return a reference to the
5163 object.
5164
5165 2008-11-03 Akim Demaille <demaille@gostai.com>
5166
5167 Define yy::variant only when needed.
5168 * data/lalr1-fusion.cc (yy::variant): Define only if variants are
5169 used.
5170
5171 2008-11-03 Akim Demaille <demaille@gostai.com>
5172
5173 Bench the three-stack lalr1.cc.
5174 * etc/bench.pl.in: Bench the three-stack lalr1.cc vs. the
5175 one-stack one.
5176
5177 2008-11-03 Akim Demaille <demaille@gostai.com>
5178
5179 Fail on parse error in calc++.
5180 * doc/bison.texinfo (calc++.cc): Propagate failures to the exit
5181 status.
5182 * examples/calc++/test ($me, $number, $exit, run): New.
5183 Use them to propagate errors to the exit status.
5184
5185 2008-11-03 Akim Demaille <demaille@gostai.com>
5186
5187 Don't specify the skeleton twice in the example.
5188 * examples/calc++/Makefile.am: Don't pass -S to Bison, the grammar
5189 file does what is needed.
5190
5191 2008-11-03 Akim Demaille <demaille@gostai.com>
5192
5193 bench: Improve output.
5194 * etc/bench.pl.in (bench_grammar): Tune the printf format.
5195
5196 2008-11-03 Akim Demaille <demaille@gostai.com>
5197
5198 bench: check impact of %debug on variants.
5199 * etc/bench.pl.in (variant_grammar): Fix the computation of
5200 $variant.
5201 Generate a grammar file that can work with or without %debug.
5202 Do use the @directive.
5203 (bench_variant_parser): Check impact of %debug.
5204 (@directives): Rename all the occurrences to...
5205 (@directive): this, for consistency.
5206
5207 2008-11-03 Akim Demaille <demaille@gostai.com>
5208
5209 bench: report the size too.
5210 * etc/bench.pl.in ($iterations): Defaults to -3.
5211 (&bench_grammar): Require hireswallclock.
5212 Compute and display the size of the result.
5213 More comments.
5214
5215 2008-11-03 Akim Demaille <demaille@gostai.com>
5216
5217 bench: More use of the verbosity level.
5218 * etc/bench.pl.in ($verbose, &verbose): New.
5219 Use them.
5220 More POD documentation.
5221
5222 2008-11-03 Akim Demaille <demaille@gostai.com>
5223
5224 bench.pl: a command line interface
5225 * etc/bench.pl.in: More doc.
5226 Some fixes in the documentation.
5227 ($cflags, $iterations, &help, &getopt): New.
5228 Use them.
5229 (&variant_grammar): Let the number of stages be 10 times what is
5230 specified.
5231
5232 2008-11-03 Akim Demaille <demaille@gostai.com>
5233
5234 Bench the use of Boost.Variants.
5235 * etc/bench.pl.in ($cxx, &variant_grammar, &bench_variant_parser):
5236 New.
5237 (&compile): Be ready to compile C++ parsers.
5238 (&bench_push_parser): Move debug information to the outermost
5239 level.
5240 * THANKS: Add Michiel De Wilde.
5241
5242 2008-11-03 Akim Demaille <demaille@gostai.com>
5243
5244 bench.pl: Pass directives as a list instead of as a string.
5245 * etc/bench.pl.in (&directives): New.
5246 (&triangular_grammar, &calc_grammar): Use it to format the Bison
5247 directives.
5248 (&triangular_grammar): Do use the directives (were ignored).
5249 (&bench_grammar, &bench_push_parser): Adjust to pass lists of
5250 directives.
5251
5252 2008-11-03 Akim Demaille <demaille@gostai.com>
5253
5254 Improve genericity of bench.pl.
5255 * etc/bench.pl.in (&bench_grammar): Take the set of benches as
5256 argument.
5257 (&bench_push_parser): New.
5258 Call it.
5259
5260 2008-11-03 Akim Demaille <demaille@gostai.com>
5261
5262 Add documentation to bench.pl.
5263 * etc/bench.pl.in: Comment changes.
5264
5265 2008-11-03 Akim Demaille <demaille@gostai.com>
5266
5267 Fuse the three stacks into a single one.
5268
5269 In order to make it easy to perform benchmarks to ensure that
5270 there are no performance loss, lalr1.cc is forked into
5271 lalr1-fusion.cc. Eventually, lalr1-fusion.cc will replace
5272 lalr1.cc.
5273
5274 Meanwhile, to make sure that lalr1-fusion.cc is correctly
5275 exercized by the test suite, the user must install a symbolic link
5276 from lalr1.cc to it.
5277
5278 Instead of having three stacks (state, value, location), use a
5279 stack of triples. This considerably simplifies the code (and it
5280 will be easier not to require locations as currently does the C++
5281 parser), and also gives a 10% speedup according to
5282 etc/bench (probably mainly since memory allocation is done once
5283 instead of three times).
5284
5285 Another motivation is to make it easier to destruct properly
5286 semantic values: now that they are bound to their state (hence
5287 symbol type) it will be easier to call the appropriate destructor.
5288
5289 These changes should probably benefit the C parser too.
5290
5291 * data/lalr1.cc: Copy as...
5292 * data/lalr1-fusion.cc: this new file.
5293 (b4_rhs_value, b4_rhs_location): New definitions overriding those
5294 from c++.m4.
5295 (state_stack_type, semantic_stack_type, location_stack_type)
5296 (yystate_stack_, yysemantic_stack_, yylocation_stack_): Remove.
5297 (data_type, stack_type, yystack_): New.
5298 (YYLLOC_DEFAULT, yypush_): Adjust.
5299 (yyerror_range): Now based on data_type, not location_type.
5300
5301 2008-11-03 Akim Demaille <demaille@gostai.com>
5302
5303 Push the state, value, and location at the same time.
5304 This is needed to prepare a forthcoming patch that fuses the three
5305 stacks into one.
5306
5307 * data/lalr1.cc (parser::yypush_): New.
5308 (parser::yynewstate): Change the semantics: instead of arriving to
5309 this label when value and location have been pushed, but yystate
5310 is to be pushed on the state stack, now the three of them must
5311 have been pushed before. yystate still must be the new state.
5312 This allows to use yypush_ everywhere instead of individual
5313 handling of the stacks.
5314
5315 2008-11-03 Akim Demaille <demaille@gostai.com>
5316
5317 Prefer references to pointers.
5318 * data/lalr1.cc (b4_symbol_actions): New, overrides the default C
5319 definition to use references instead of pointers.
5320 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_):
5321 Take the value and location as references.
5322 Adjust callers.
5323
5324 2008-11-03 Akim Demaille <demaille@gostai.com>
5325
5326 stack::size instead of stack::height.
5327 * data/lalr1.cc (stack::height): Rename as...
5328 (stack::size): this.
5329 Fix the output type.
5330 Comment changes.
5331
5332 2008-11-03 Akim Demaille <demaille@gostai.com>
5333
5334 Use variants to support objects as semantic values.
5335 This patch was inspired by work by Michiel De Wilde. But he used
5336 Boost variants which (i) requires Boost on the user side, (ii) is
5337 slow, and (iii) has useless overhead (the parser knows the type of
5338 the semantic value there is no reason to duplicate this
5339 information as Boost.Variants do).
5340
5341 This implementation reserves a buffer large enough to store the
5342 largest objects. yy::variant implements this buffer. It was
5343 implemented with Quentin Hocquet.
5344
5345 * src/output.c (type_names_output): New.
5346 (output_skeleton): Invoke it.
5347 * data/c++.m4 (b4_variant_if): New.
5348 (b4_symbol_value): If needed, provide a definition for variants.
5349 * data/lalr1.cc (b4_symbol_value, b4_symbol_action_)
5350 (b4_symbol_variant, _b4_char_sizeof_counter, _b4_char_sizeof_dummy)
5351 (b4_char_sizeof, yy::variant): New.
5352 (parser::parse): If variants are requested, define
5353 parser::union_type, parser::variant, change the definition of
5354 semantic_type, construct $$ before running the user action instead
5355 of performing a default $$ = $1.
5356 * examples/variant.yy: New.
5357 Based on an example by Michiel De Wilde.
5358
5359 2008-11-03 Akim Demaille <demaille@gostai.com>
5360
5361 Parameterize the extraction of semantic values.
5362 To make future changes easier, no longer rely on ".TYPE" being the
5363 way to get a semantic value.
5364
5365 * data/c.m4 (b4_symbol_value): New.
5366 Use it.
5367 * data/c++.m4, data/yacc.c: Use it.
5368 * data/glr.c: Use b4_symbol_value.
5369 (b4_rhs_data): New.
5370 Use it.
5371
5372 2008-11-03 Akim Demaille <demaille@gostai.com>
5373
5374 Prepare easier M4 changes.
5375 * data/lalr1.cc: Use escaped [] instead of literals to prepare
5376 future changes.
5377
5378 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
5379
5380 Initiate further development.
5381 * NEWS: Create an empty section for new entries.
5382 * gnulib: Update submodule to HEAD.
5383
5384 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
5385
5386 * NEWS: Version 2.4.
5387
5388 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
5389
5390 Prepare for next release.
5391 * NEWS: Briefly mention changes since 2.3b.
5392 * README: Say GNU m4 1.4.6, which we've been requiring in release
5393 announcements already, not 1.4.3, which breaks the build.
5394
5395 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
5396
5397 Say %language is experimental.
5398 We're thinking of extending it's effect on output file naming. See the
5399 thread at
5400 <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>.
5401 * NEWS: Say it's experimental.
5402 * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't
5403 recommend it over %skeleton for now.
5404 (Bison Options): Likewise.
5405 (C++ Bison Interface): Use %skeleton not %language.
5406 (Calc++ Parser): Use %skeleton not %language.
5407 * src/getargs.c (usage): Say it's experimental.
5408
5409 2008-11-01 Di-an Jan <dianj@freeshell.org>
5410 Paolo Bonzini <bonzini@gnu.org>
5411
5412 Support all Java parser class modifiers.
5413 * data/java.m4 (b4_percent_define_get3): New.
5414 (b4_final_if, b4_strictfp_if): New.
5415 * data/lalr1.java (final, strictfp, extends, implements): Support.
5416 * doc/bison.texinfo (final, strictfp, extends, implements): Add
5417 documentation.
5418 * tests/java.at (AT_CHECK_JAVA_MINIMAL): New.
5419 (AT_CHECK_JAVA_MINIMAL_W_LEXER): New.
5420 (AT_CHECK_JAVA_GREP): New.
5421 (Java parser class modifiers): New test.
5422 (Java parser class extends and implements): New test.
5423
5424 Model exception propagation better with throws and lex_throws.
5425 * data/java.m4 (b4_list2): New.
5426 (throws): Change default.
5427 * data/lalr1.java (yyaction): Add throws.
5428 (parse): Add lex_throws in addition to throws.
5429 * doc/bison.texinfo (throws, lex_throws): Add documentation.
5430 * tests/java.at (Java throws specifications): New test.
5431
5432 Improve documentation for Java parsers.
5433 * doc/bison.texinfo (Java Parsers): Add subsections.
5434 Don't quote first argument of %define.
5435 (Java Bison Interface): Document output files. Move documentation
5436 of parser class and merge into Java Parser Interface. Document
5437 features that error out. Document directives with no effect.
5438 Move note about Javadoc higher.
5439 (Java Semantic Values): Explicitly mention stype.
5440 Document that generic types cannot be used.
5441 (Java Location Values): Use @deftypeivar. Document constructors.
5442 Correct return value for toString.
5443 (Java Parser Interface): List undocumented constants/fields.
5444 Move documentation of fields added by %parse-param closer to list
5445 of members. Document that token names are added as fields.
5446 Document constructors accurately. Remove error method.
5447 (Java Scanner Interface): Move note on %pure-parser to Java Bison
5448 Interface. Describe %code lexer and yylex accutately.
5449 Remove documentation that does not match the code.
5450 (Java Action Features): New.
5451 (Java Differences): Add reference. Add item on semantic values.
5452 Add note about @{ ... @}. Clarify %% epilogue placement.
5453 (Java Declarations Summary): New.
5454
5455 Fix Java skeleton.
5456 * data/java.m4 (b4_prefix): Correct quoting for m4_define_default.
5457 (b4_remove_comma): Quote test argument.
5458 (b4_identification): Remove "bison" field.
5459 * tests/java.at (Java parser class and package names): New test.
5460 (Java %parse-param and %lex-param): New test.
5461 (Java stype, position_class and location_class): New test.
5462
5463 2008-10-31 Di-an Jan <dianj@freeshell.org>
5464
5465 * data/lalr1.jave: Update copyright years.
5466 (YYParser): Correct name of "generated from" file in Javadoc:
5467 use b4_file_name instead of @ofile@.
5468 (Location constructor): Correct Javadoc parameter name.
5469 (yylloc): Add missing opening m4 quote after b4_location_if.
5470 This removes a stray [ in the Javadoc of Lexer.getStartPos.
5471 (Lexer.yyerror): Fix incorrect m4 and Javadoc.
5472 (YYParser constructor): Correct Javadoc parameter name.
5473
5474 2008-10-30 Joel E. Denny <jdenny@ces.clemson.edu>
5475
5476 Always put auxiliary code files in the same dir as other output files.
5477 * src/files.c (compute_file_name_parts): When the user specifies
5478 --output but not --file-prefix, extract the directory prefix from the
5479 file prefix not from the grammar file name. This affects the location
5480 of files like location.hh generated by the C++ skeleton. The includes
5481 in the other output files require this fix.
5482 * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
5483 for expected output files.
5484 (Output files): Add a test for the above.
5485
5486 2008-10-29 Joel E. Denny <jdenny@ces.clemson.edu>
5487
5488 * gnulib: Update submodule to HEAD.
5489
5490 2008-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
5491
5492 Update copyright year.
5493 * src/files.c: Here.
5494
5495 2008-10-28 Di-an Jan <dianj@freeshell.org> (tiny change)
5496
5497 Don't overwrite the input file.
5498 * src/files.c (output_file_name_check): Fatal error if using input file
5499 for output.
5500 * tests/output.at: (AT_CHECK_CONFLICTING_OUTPUT): Add return status
5501 argument.
5502 (Conflicting output files): Add test.
5503
5504 2008-10-28 Akim Demaille <demaille@gostai.com>
5505
5506 Space changes.
5507 * data/lalr1.cc: Formatting changes.
5508
5509 2008-10-28 Akim Demaille <demaille@gostai.com>
5510
5511 Don't define debugging functions when !YYDEBUG.
5512 * data/lalr1.cc (debug_stream, set_debug_stream)
5513 (debug_level_type, debug_level, set_debug_level): Don't
5514 declare them when YYDEBUG is not defined.
5515 The implementation are already YYDEBUG-aware.
5516
5517 2008-10-28 Akim Demaille <demaille@gostai.com>
5518
5519 Prefer "continue" for empty loop bodies.
5520 * etc/bench.pl.in: Use "continue" instead of {}.
5521
5522 2008-10-28 Akim Demaille <demaille@gostai.com>
5523
5524 Space and comments changes.
5525 * data/c++.m4, data/glr.c, data/lalr1.cc: Copyright year changes.
5526 * data/c.m4, data/lalr1.cc: Space changes.
5527
5528 2008-10-28 Akim Demaille <demaille@gostai.com>
5529
5530 Make gnulib a submodule.
5531 * gnulib: New.
5532 * .gitmodules (gnulib): New.
5533
5534 2008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
5535
5536 Fix yyerror_range for user-defined location type in C++. Reported by
5537 Georg Sauthoff at
5538 <http://lists.gnu.org/archive/html/bug-bison/2008-08/msg00008.html>.
5539 * data/lalr1.cc (parse): Change type of yyerror_range to location_type.
5540 * THANKS (Georg Sauthoff): Add.
5541
5542 2008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
5543
5544 Update several administrative files mainly to facilitate releasing.
5545 * HACKING (Administrivia): Make the git-merge-changelog notes more
5546 helpful.
5547 (Test suite): Don't say lalr1.cc is not exercised in the test suite.
5548 (Release Procedure): Update for git and add numerous details that were
5549 previously missing.
5550 * Makefile.am (EXTRA_DIST): Remove Makefile.cfg and Makefile.maint.
5551 * maint.mk (announcement): Don't list bison as a bootstrap tool so
5552 that announcements don't claim we bootstrapped with whatever bison
5553 happened to be in PATH. Add flex as a bootstrap tool.
5554 * Makefile.maint: Remove, previously replaced by maint.mk.
5555 * Makefile.cfg: Remove, and migrate settings to...
5556 * cfg.mk: ... here for the sake of `make announcement'.
5557 * bootstrap.conf (gnulib_modules): Add announce-gen.
5558 * README: Say GNU Bison instead of just Bison. Suggested by Karl
5559 Berry.
5560
5561 2008-10-08 Di-an Jan <dianj@freeshell.org> (tiny change)
5562
5563 Small but important bugfixes for the Java skeleton.
5564 * data/lalr1.java (yyerror): Change Location to b4_location_type.
5565 (yy_symbol_print): Call toString on yyvaluep.
5566
5567 2008-08-29 Akim Demaille <demaille@gostai.com>
5568
5569 Clarify UPDATED use.
5570 * doc/bison.texinfo: It refers to the last edition of this file,
5571 not to the release date of Bison.
5572 Reported by Joel E. Denny.
5573
5574 2008-08-29 Akim Demaille <demaille@gostai.com>
5575
5576 * README: Update FAQ pointer.
5577 Reported by Joel E. Denny.
5578
5579 2008-08-27 Eric Blake <ebb9@byu.net>
5580
5581 Resync m4sugar from autoconf.
5582 * data/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine)
5583 (m4_init): Adjust to latest m4.git changes.
5584 (m4_mapall_sep, _m4_list_cmp, m4_version_compare): Reduce side
5585 effects.
5586 * data/m4sugar/foreach.m4 (_m4_shiftn): Fix off-by-one bug.
5587 (_m4_list_cmp): Reduce side effects.
5588
5589 2008-08-27 Akim Demaille <demaille@gostai.com>
5590
5591 Check yyerrok in calc.at.
5592 * tests/calc.at (calc.y): Use yyerrok on "( error )".
5593 (AT_CHECK_CALC): Add a check that ensures that yyerrok works as
5594 expected.
5595
5596 2008-08-27 Akim Demaille <demaille@gostai.com>
5597
5598 Support yyerrok in lalr1.cc.
5599 YYBACKUP is still to import back into lalr1.cc.
5600 * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
5601
5602 2008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
5603
5604 For maintainer-check*, don't recompile for a $(VERSION) update.
5605 * cfg.mk: New file.
5606 (_is-dist-target): Override the one in GNUmakefile.
5607 * Makefile.am (EXTRA_DIST): Add cfg.mk.
5608
5609 2008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
5610
5611 Update for recent change to gnulib.
5612 * src/parse-gram.y: Don't include strverscmp.h. It comes from
5613 string.h now.
5614
5615 2008-08-15 Eric Blake <ebb9@byu.net>
5616
5617 Remaining m4sugar merge from autoconf.
5618 * data/m4sugar/m4sugar.m4: Copy entire file from autoconf.
5619 * data/m4sugar/foreach.m4: New file, copied from autoconf.
5620 * data/Makefile.am (dist_m4sugar_DATA): Distribute it.
5621 * src/output.c (output_skeleton): Tell m4 how to find it.
5622
5623 Partial m4sugar merge from autoconf: m4_map.
5624 * data/m4sugar/m4sugar.m4 (m4_fst): Delete.
5625 (m4_map, m4_map_sep, _m4_map): Rewrite more efficiently.
5626 (m4_apply, _m4_apply, m4_mapall, m4_mapall_sep): New macros.
5627 * data/java.m4 (b4_token_enums): Use more efficient short-circuit
5628 for empty list.
5629 * data/c.m4 (b4_token_defines, b4_token_enums, b4_c_ansi_formals):
5630 Likewise.
5631 (b4_parse_param_for): Avoid m4_fst, now that autoconf no longer
5632 declares it.
5633
5634 2008-08-07 Joel E. Denny <jdenny@ces.clemson.edu>
5635
5636 Keep .version and PACKAGE_VERSION in sync.
5637 * Makefile.am ($(top_srcdir)/.version): Declare configure as a
5638 dependency, and add comments justifying this in more detail. Discussed
5639 starting at
5640 <http://lists.gnu.org/archive/html/bison-patches/2008-07/msg00022.html>.
5641
5642 2008-08-06 Eric Blake <ebb9@byu.net>
5643
5644 Partial m4sugar merge from autoconf: m4_shiftn.
5645 * data/m4sugar/m4sugar.m4 (m4_shiftn): Faster implementation.
5646 (m4_shift2, m4_shift3): New macros.
5647 (m4_case, m4_bmatch, m4_bpatsubsts, m4_join): Adjust clients.
5648 * data/c.m4 (b4_c_function_def, b4_c_ansi_function_def)
5649 (b4_c_ansi_function_decl, b4_c_function_call): Likewise.
5650 * data/java.m4 (b4_remove_comma): Likewise.
5651
5652 Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.
5653 * data/m4sugar/m4sugar.m4 (m4_unquote, m4_wrap_lifo): New macros.
5654 (m4_wrap): Guarantee FIFO order, in spite of m4 1.6.
5655 (m4_init): Consolidate wrapped text into single m4_wrap.
5656 * data/bison.m4 (b4_check_user_names_wrap): Stick with LIFO order
5657 in wrapped text.
5658
5659 2008-08-05 Eric Blake <ebb9@byu.net>
5660
5661 Partial m4sugar merge from autoconf: builtins, version.m4.
5662 * data/m4sugar/m4sugar.m4 (changeword): Nuke.
5663 (m4_prepend): Remove, as it is unused and inherently quadratic,
5664 whereas m4_append is linear in newer m4.
5665 (m4_mkstemp): New builtin.
5666 (m4_symbols): Make rename conditional.
5667 (m4_version_prereq): Ensure fatal error if used in bison, which
5668 intentionally lacks version.m4.
5669
5670 Fix comments in m4sugar.
5671 * data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
5672
5673 2008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
5674
5675 Update for recent .gitignore fix in Gnulib.
5676 * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
5677 anchored .gitignore entries.
5678
5679 2008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
5680
5681 Set gnu or gnits strictness.
5682 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
5683 development and gnits strictness for releases. Based on Eric Blake's
5684 suggestion at
5685 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00019.html>.
5686
5687 2008-07-31 Paolo Bonzini <bonzini@gnu.org>
5688
5689 * NEWS: Clarify documentation of %language.
5690
5691 2008-07-31 Paolo Bonzini <bonzini@gnu.org>
5692
5693 Support usage of git-merge-changelog.
5694 * .gitattributes: New.
5695 * HACKING: Document usage of git-merge-changelog.
5696 * bootstrap: Install git-merge-changelog entries in .git/config
5697 if appropriate.
5698
5699 2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
5700
5701 Remove remaining dependence on CVS Id keyword.
5702 * ChangeLog: For the sake of people still using CVS, don't use dollars
5703 when mentioning Id.
5704 * data/xslt/bison.xsl: Remove Id from header comments, where it was
5705 unusual anyway.
5706 * data/xslt/xml2dot.xsl: Likewise.
5707 * data/xslt/xml2text.xsl: Likewise.
5708 * data/xslt/xml2xhtml.xsl: Likewise.
5709 * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
5710 * doc/Makefile.am (neutralize): Remove, no longer needed.
5711 (.x.1): Don't use neutralize.
5712 (edit): Don't substitute for ID.
5713 (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
5714
5715 2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
5716
5717 Fix dependence on computed configure variables.
5718 * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
5719 $(top_srcdir)/configure.ac so that changes to computed variables, such
5720 as PACKAGE_VERSION, are seen.
5721 * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
5722
5723 2008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
5724
5725 Update copyright dates for recent changes.
5726 * Makefile.am: Here.
5727 * src/Makefile.am: Here.
5728 * src/reduce.c: Here.
5729 * tests/reduce.at: Here.
5730
5731 2008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
5732
5733 Use git-version-gen for version names between releases.
5734 * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
5735 * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
5736 * .prev-version: New.
5737 * .version.in: Remove.
5738 * ChangeLog: Remove the Id previously used for capturing the CVS
5739 revision.
5740 * GNUmakefile: Remove, now copied from Gnulib.
5741 * Makefile.am: Add code suggested by comments in
5742 build-aux/git-version-gen.
5743 (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib. Add maint.mk,
5744 .prev-version, and .version.
5745 * NEWS (2.3b+): Rename to...
5746 (?.?): ... this because we're dropping the "+" version naming scheme,
5747 but, in general, we still can't be sure of our next release name.
5748 * bootstrap: Add a quick hack to remove from .gitignore the
5749 GNUmakefile entry that gnulib adds. We already have a /GNUmakefile
5750 entry. This should really be fixed in gnulib instead.
5751 * bootstrap.conf (gnulib_modules): Add gnumakefile.
5752 * configure.ac (AC_INIT): Set version name by invoking
5753 build-aux/git-version-gen.
5754 (AC_CONFIG_FILES): Remove .version, now generated by
5755 build-aux/git-version-gen.
5756 * maint.mk: New, copied from coreutils.
5757 * doc/.cvsignore (bison.1): Add.
5758 * doc/.gitignore (/bison.1): Add.
5759 * doc/bison.1: Remove, generated.
5760 * src/.cvsignore (revision.c): Remove.
5761 * src/.gitignore (/revision.c): Remove.
5762 * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
5763 (BUILT_SOURCES): Remove revision.c.
5764 (revision.c): Remove.
5765 * src/getargs.c (version): Don't print revision after the VERSION.
5766 * src/revision.h: Remove.
5767
5768 2008-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
5769
5770 Fix untranslatable composition of sentences. Reported by Goran
5771 Uddeborg at
5772 <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
5773 * THANKS (Goran Uddeborg): Add.
5774 * src/reduce.c (reduce_print): Report the number of nonterminals and
5775 rules useless in the grammar in separate sentences.
5776 * tests/reduce.at (Useless Rules): Update output.
5777 (Reduced Automaton): Likewise.
5778 (Underivable Rules): Likewise.
5779 (Empty Language): Likewise.
5780
5781 2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
5782
5783 Fix some .gitignore and .cvsignore problems.
5784 * bootstrap (insert_sorted_if_absent): Replace all uses with...
5785 (insert_vc_ignore): ... this new function, which prepends `/' to all
5786 .gitignore entries before passing them to insert_sorted_if_absent.
5787 * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
5788 .cvsignore files are maintained even though Bison developers run
5789 bootstrap while using Git.
5790 * .cvsignore (*.patch *.log log patches applied): Remove, apparently
5791 unneeded by Bison.
5792 (gnulib): Add.
5793 * .gitignore (/*.patch *.log log patches applied): Remove, broken and
5794 unneeded. Reported by Eric Blake.
5795 * lib/.gitignore (/*~): Add.
5796 * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
5797 * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric
5798 Blake.
5799 * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
5800
5801 2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
5802
5803 Improve forward-compatibility with GNU M4. Reported by Eric Blake at
5804 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
5805 * bootstrap.conf (gnulib_modules): Add unsetenv.
5806 * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
5807 * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
5808 (/setenv.m4): Add.
5809 * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
5810 the first argument because it may become position-dependent, and unset
5811 POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
5812 Add comments explaining these issues in more detail.
5813
5814 2008-07-14 Joel E. Denny <jdenny@ces.clemson.edu>
5815
5816 Add .gitignore everywhere based on .cvsignore.
5817 * .gitignore: New.
5818 * build-aux/.gitignore: New.
5819 * data/.gitignore: New.
5820 * doc/.gitignore: New.
5821 * etc/.gitignore: New.
5822 * examples/.gitignore: New.
5823 * examples/calc++/.gitignore: New.
5824 * lib/.gitignore: New.
5825 * m4/.gitignore: New.
5826 * po/.gitignore: New.
5827 * runtime-po/.gitignore: New.
5828 * src/.gitignore: New.
5829 * tests/.gitignore: New.
5830
5831 2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
5832
5833 * NEWS (2.3b+): New section, empty for now.
5834 * configure.ac (AC_INIT): 2.3b -> 2.3b+.
5835
5836 2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
5837
5838 * NEWS (2.3b): Update release date since there has been a delay in
5839 getting the announcements and tarballs out.
5840
5841 2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
5842
5843 * NEWS: Version 2.3b.
5844 * configure.ac (AC_INIT): Likewise.
5845 (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
5846
5847 2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
5848
5849 * HACKING: Don't say don't mention HACKING in the ChangeLog. We've
5850 been doing it for years.
5851 (Test suite): Mention maintainer-push-check and maintainer-xml-check.
5852 (Release Procedure): Add FIXME about make alpha being unmaintained.
5853
5854 2008-05-13 Joel E. Denny <jdenny@ces.clemson.edu>
5855
5856 * data/yacc.c: Reformat m4 a little for readability.
5857 * src/lalr.c (build_relations): Correct comment.
5858
5859 2008-05-12 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5860
5861 DJGPP specific issue.
5862 * djgpp/config.sed: Fixes required to run configure scripts generated
5863 by autoconf 2.62.
5864
5865 2008-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
5866
5867 * HACKING (Release Procedure): translation@iro.umontreal.ca is now
5868 coordinator@translationproject.org.
5869
5870 2008-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
5871
5872 * THANKS: Add Eric Blake.
5873
5874 2008-04-23 Eric Blake <ebb9@byu.net>
5875
5876 Revert prior patch, by working around autoconf regression.
5877 * tests/output.at (m4_expand): Add workaround for autoconf 2.62.
5878 ("Output file name: ("): Uncomment test.
5879 ("Output file name: )"): Likewise.
5880 Based on an idea from Noah Misch.
5881
5882 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
5883
5884 Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
5885 2.61. Reported by Juan Manuel Guerrero at
5886 <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>.
5887 * tests/output.at ("Output file name: ("): Comment out test case for
5888 now.
5889 ("Output file name: )"): Likewise.
5890
5891 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
5892
5893 * GNUmakefile: Update git-version-gen invocation so make dist
5894 succeeds.
5895
5896 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
5897
5898 Update to the current gnulib CVS repository, and fix trigraph handling
5899 in Bison.
5900 * bootstrap: Update gnulib CVS repository URL.
5901 (symlink_to_dir): Encapsulate the code that guarantees the destination
5902 directory exists into...
5903 (check_dst_dir): ... this new function, and...
5904 (cp_mark_as_generated): ... reuse it here so that bootstrap doesn't
5905 fail when copying files into lib/uniwidth/.
5906 * src/output.c (prepare_symbols): When writing yytname muscles, where
5907 symbol names will be encoded in C-string literals, tell quotearg to
5908 escape trigraphs. This used to be the default in gnulib.
5909 * tests/regression.at (Token definitions): Because of the change in
5910 gnulib's quotearg behavior, string_as_id in parse-gram.y no longer
5911 escapes trigraphs in symbol names. Thus, yytname no longer has
5912 trigraphs unnecessarily doubly escaped. Update test case output.
5913 Extend test case to be sure Bison's own error messages will no longer
5914 have trigraphs in symbol names unnecessarily escaped once.
5915
5916 2008-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
5917
5918 Fix make dist infinite loop reported by Juan Manuel Guerrero at
5919 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
5920 * .cvsignore: Add .version.
5921 * .version.in: New.
5922 * bootstrap.conf (gnulib_modules): Add git-version-gen.
5923 * configure.ac (AC_CONFIG_FILES): Add .version.
5924 * build-aux/.cvsignore: Add git-version-gen.
5925
5926 2008-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
5927
5928 * NEWS (2.3a+): Mention that -g now takes an argument.
5929 * doc/bison.texinfo (Bison Options): Reword -W entry a little for
5930 consistency. Update the -g and -x entries now that they take
5931 arguments. Use brackets to indicate optional arguments.
5932 * src/getargs.c (usage): Explain the relationship between arguments of
5933 long and short options more completely. Document --defines and -d
5934 separately since the former takes an argument but, for POSIX Yacc, the
5935 latter does not.
5936 (short_options): Let -W take an optional argument like --warnings.
5937 (getargs): Sort cases.
5938
5939 2008-02-28 Akim Demaille <demaille@gostai.com>
5940
5941 * doc/bison.texinfo: Fix a few typos.
5942
5943 2008-02-28 Akim Demaille <akim@epita.fr>
5944
5945 * doc/bison.texinfo (Bison Options): Document -W.
5946 Based on Joel E. Denny's NEWS entry, and Automake's documentation.
5947
5948 2008-02-28 Akim Demaille <akim@epita.fr>
5949
5950 * src/getargs.c (short_options): Split and sort for readability.
5951 -g and -x take optional arguments, just like their long options.
5952 * build-aux/cross-options.pl: Use /x to make the regexp easier to
5953 understand.
5954 Fix the handling of $opt which resulted in all the argument to be
5955 considered as optional.
5956
5957 2008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
5958
5959 * NEWS (2.3a+): Don't say %language is experimental. Mention Java and
5960 say its interface is experimental.
5961 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
5962 Java.
5963 (Bison Options): In the -L and --language entry, mention Java.
5964 (Java Bison Interface): Say the interface is experimental.
5965 * src/getargs.c (usage): Mention -L and --language.
5966
5967 * NEWS (2.3a+): Say the push parsing interface is experimental.
5968 * doc/bison.texinfo (Push Decl): Likewise.
5969 (Decl Summary): Likewise in the "%define api.push_pull" entry.
5970 (Push Parser Function): Likewise.
5971 (Pull Parser Function): Likewise.
5972 (Parser Create Function): Likewise.
5973 (Parser Delete Function): Likewise.
5974 (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
5975 yypull_parse, and yypush_parse entries.
5976
5977 * NEWS (2.3a+): Mention XML support, and say the schema is
5978 experimental.
5979 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
5980 * src/getargs.c (usage): Say the XML schema is experimental.
5981
5982 * NEWS (2.3a+): Say option instead of flag.
5983
5984 2008-02-21 Wojciech Polak <polak@gnu.org>
5985
5986 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
5987 text.
5988
5989 2008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
5990
5991 Fix impure push parser compile error reported by Bob Rossi at
5992 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
5993 * data/yacc.c: Clean up whitespace in the output a little.
5994 (yypstate_allocated): Define for impure push parsers regardless of
5995 whether the pull interface is also requested.
5996 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
5997 check impure push parsers without the pull interface.
5998
5999 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
6000 yyerror takes arguments specified by %parse-param while yypstate_new
6001 does not.
6002 * doc/bison.texinfo (Parser Create Function): Document that
6003 yypstate_new returns 0 for multiple impure parser instances.
6004 * tests/push.at (Push Parsing: Multiple impure instances): Update
6005 expected stderr output.
6006
6007 2008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
6008
6009 * runtime-po/POTFILES.in (push.c): Remove.
6010
6011 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
6012
6013 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
6014 * data/push.c: Rename to...
6015 * data/yacc.c: ... this, overwriting it.
6016 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
6017 `%push-pull-parser' -> `%define api.push_pull "both"'.
6018 Remove old yacc.c tests, and update push.c tests to yacc.c.
6019
6020 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
6021
6022 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
6023 `"%code top" blocks' instead of `%code "top" blocks'.
6024 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
6025 Clean up whitespace in the output a little.
6026
6027 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
6028
6029 Fix documentation problems reported by Tim Josling at
6030 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
6031 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
6032 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
6033 integers. Explain the effect of literal string aliases on error
6034 messages. Copy token 0 documentation from the C++ skeleton
6035 documentation.
6036
6037 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
6038
6039 Accept a token number in a %left, %right, or %nonassoc for POSIX
6040 conformance. Reported by Tim Josling at
6041 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
6042 * NEWS (2.3a+): Mention.
6043 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
6044 and code numbers are treated by precedence declarations.
6045 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
6046 of symbols.1.
6047 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
6048 of symbol.
6049 (symbol.prec): New, just like symbol but allows INT.
6050 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
6051 longer holds.
6052 * tests/regression.at (Token number in precedence declaration): New
6053 test case.
6054
6055 2008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
6056
6057 DJGPP specific issues.
6058 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
6059 be changed. Copyright timestamp adjusted.
6060 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
6061 be changed. Copyright timestamp adjusted.
6062 * djgpp/config.site: Copyright timestamp adjusted.
6063 * djgpp/config_h.sed: Copyright timestamp adjusted.
6064 * djgpp/djunpack.bat: Copyright timestamp adjusted.
6065 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
6066 filename translation list.
6067 * djgpp/subpipe.c (init_subpipe): Check the environment variables
6068 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
6069 files shall be created. Before trying to use the temp dir where the
6070 environment variable points to check that the dir really exists. If
6071 not default to the cwd as temp dir. Copyright timestamp adjusted.
6072 * djgpp/subpipe.h: Copyright timestamp adjusted.
6073 * djgpp/testsuite.sed: Copyright timestamp adjusted.
6074
6075 2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
6076
6077 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
6078
6079 2008-01-09 Paul Eggert <eggert@cs.ucla.edu>
6080
6081 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
6082 Problem reported by Claudio Saavedra in
6083 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
6084
6085 2008-01-05 Wojciech Polak <polak@gnu.org>
6086
6087 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
6088 document's title with the input grammar file name.
6089
6090 2007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
6091
6092 Automate regression testing of the XML/XSLT implementation. Discussed
6093 starting at
6094 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
6095 * configure.ac (XSLTPROC): New substitution.
6096 * Makefile.am (maintainer-xml-check): New phony target invoking...
6097 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
6098 invoking make maintainer-check with BISON_TEST_XML=1.
6099 * tests/atlocal.in (XSLTPROC): New.
6100 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
6101 not to report reachable memory when Bison is expected to have a
6102 non-zero exit status and (2) to compare XML/XSLT output with --graph
6103 and --report=all output for every working grammar when
6104 BISON_TEST_XML=1.
6105 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
6106 (AT_BISON_CHECK_XML): New.
6107 (AT_QUELL_VALGRIND): New.
6108 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
6109 (AT_CHECK): ... don't redefine this since this was the old way to
6110 quell Valgrind.
6111 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
6112 AT_BISON_CHECK invocations.
6113 * tests/c++.at: Likewise.
6114 * tests/calc.at: Likewise.
6115 * tests/conflicts.at: Likewise.
6116 * tests/cxx-type.at: Likewise.
6117 * tests/existing.at: Likewise.
6118 * tests/glr-regression.at: Likewise.
6119 * tests/headers.at: Likewise.
6120 * tests/input.at: Likewise.
6121 * tests/java.at: Likewise.
6122 * tests/output.at: Likewise.
6123 * tests/push.at: Likewise.
6124 * tests/reduce.at: Likewise.
6125 * tests/regression.at: Likewise.
6126 * tests/sets.at: Likewise.
6127 * tests/skeletons.at: Likewise.
6128 * tests/synclines.at: Likewise.
6129 * tests/torture.at: Likewise.
6130 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
6131 tends to hang xsltproc.
6132 (Big horizontal): Likewise.
6133
6134 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
6135
6136 In XML output, remove redundant class attribute on symbol element.
6137 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
6138 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
6139 look up a symbol to determine whether it's a nonterminal or terminal.
6140 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
6141 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
6142
6143 Add prec/assoc information to XML output.
6144 * src/gram.c (grammar_rules_print_xml): For each rule that has a
6145 %prec, add a percent_prec attribute.
6146 * src/print-xml.c (print_grammar): For each terminal that has a
6147 precedence or associativity, add a prec or assoc attribute.
6148 (xml_indent): New.
6149 (xml_puts): Use xml_indent.
6150 (xml_printf): Use xml_indent.
6151 * src/print-xml.h (xml_indent): Prototype.
6152
6153 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
6154 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
6155
6156 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
6157
6158 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
6159 (bison:ruleByNumber): ... this for clarity.
6160 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
6161 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
6162 (xsl:template match="reduction"): Update.
6163 (xsl:template match="item"): Update.
6164 (xsl:template match="reduction"): Update.
6165
6166 In the XML output, don't print the list of rules where symbols appear.
6167 Compute it in XSLT instead. Discussed at
6168 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
6169 * data/xslt/bison.xsl (bison:ruleByLhs): New.
6170 (bison:ruleByRhs): New.
6171 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
6172 bison:ruleByRhs.
6173 (xsl:template match="terminal/rule"): Remove.
6174 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
6175 bison:ruleByRhs.
6176 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
6177 Remove.
6178 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
6179 bison:ruleByRhs and mode="number-link" for rule template.
6180 (xsl:template match="terminal/rule"): Remove.
6181 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
6182 bison:ruleByRhs and mode="number-link" for rule template.
6183 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
6184 Rewrite as...
6185 (xsl:template match="rule" mode="number-link"): ... this.
6186 * src/print-xml.c (print_grammar): Don't print the list of rules.
6187
6188 2007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
6189
6190 Don't let --report affect XML output; always print all information.
6191 Discussed at
6192 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
6193 * src/conflicts.c (log_resolution): Implement.
6194 * src/print-xml.c (print_core): Implement.
6195 (print_state): Implement.
6196 (print_xml): Implement.
6197
6198 * NEWS (2.3a+): Fix quotes.
6199 * src/parse-gram.y (prologue_declaration): For consistency with -v,
6200 don't let %verbose clear the list specified by --report.
6201
6202 2007-11-26 Akim Demaille <akim@epita.fr>
6203
6204 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
6205
6206 2007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
6207
6208 In the XML output, list useless and unused symbols and rules with the
6209 useful ones and add a "usefulness" attribute. Discussed starting at
6210 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
6211 * src/gram.c (grammar_rules_partial_print_xml): Remove.
6212 (grammar_rules_print_xml): Print all rules instead of just those
6213 useful in the grammar, and add a "usefulness" attribute.
6214 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
6215 * src/print-xml.c (print_rules_useless_in_parser): Remove.
6216 (print_grammar): Print all nonterminals instead of just useful ones,
6217 and add a "usefulness" attribute to nonterminals and terminals.
6218 (print_xml): Don't print a separate "reductions" or
6219 "rules-useless-in-parser" element.
6220 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
6221 (reduce_xml): Remove.
6222 (reduce_token_unused_in_grammar): New.
6223 (reduce_nonterminal_useless_in_grammar): New.
6224 * src/reduce.h (reduce_xml): Remove prototype.
6225 (reduce_token_unused_in_grammar): Add prototype.
6226 (reduce_nonterminal_useless_in_grammar): Add prototype.
6227 * data/xslt/xml2text.xsl: Update for XML changes.
6228 * data/xslt/xml2xhtml.xsl: Update for XML changes.
6229 * tests/reduce.at (Useless Terminals): Update output.
6230 (Useless Rules): Update output.
6231 (Reduced Automaton): Update output.
6232
6233 Say "Terminals unused in grammar" instead of "Unused terminals".
6234 * NEWS (2.3a+): Update.
6235 * doc/bison.texinfo (Understanding): Update example output.
6236 * src/reduce.c (reduce_output): Implement.
6237 * data/xslt/xml2text.xsl: Implement.
6238 * data/xslt/xml2xhtml.xsl: Implement.
6239
6240 2007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
6241
6242 Accept --report-file=FILE to override the default `.output' filename.
6243 * NEWS (2.3a+): Mention.
6244 * doc/bison.texinfo (Bison Options): Add an entry.
6245 * src/files.c (compute_output_file_names): Don't override
6246 spec_verbose_file if already set.
6247 * src/getargs.c (usage): Document --report-file.
6248 (REPORT_FILE_OPTION): New anonymous enum member.
6249 (long_options): Add entry for it.
6250 (getargs): Add case for it setting spec_verbose_file.
6251
6252 * build-aux/cross-options.pl: Don't record a short option just because
6253 there's an arg.
6254 * doc/.cvsignore: Add yacc.1.
6255
6256 2007-11-14 Akim Demaille <akim@epita.fr>
6257
6258 * doc/yacc.1.in: New.
6259 * configure.ac, doc/Makefile.am: Adjust.
6260 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
6261 config.h symbol.
6262 Use AC_SUBST for assignments too.
6263 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
6264
6265 2007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
6266
6267 * src/gram.c: Remove comments that duplicate comments in gram.h.
6268
6269 When reporting useless rules and nonterminals, say "useless in grammar"
6270 instead of "useless", and say "useless in parser" instead of "never
6271 reduced". Discussed starting at
6272 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
6273 * NEWS (2.3a+): Mention this change.
6274 * data/xslt/xml2text.xsl: Update output text and expected input XML
6275 element names to match changes below.
6276 * data/xslt/xml2xhtml.xsl: Likewise.
6277 (xsl:template match="bison-xml-report"): Add missing entry in Table of
6278 Contents: "Rules useless in parser due to conflicts".
6279 * doc/bison.texinfo (Decl Summary): Reword a little.
6280 (Understanding): Update example output for changes below.
6281 * src/gram.c: (rule_useful_p): Rename to...
6282 (rule_useful_in_grammar_p): ... this.
6283 (rule_useless_p): Rename to...
6284 (rule_useless_in_grammar_p): ... this.
6285 (rule_never_reduced_p): Rename to...
6286 (rule_useless_in_parser_p): ... this.
6287 (grammar_rules_print): Update for renames.
6288 (grammar_rules_print_xml): Update for renames.
6289 (grammar_rules_never_reduced_report): Rename to...
6290 (grammar_rules_useless_report): ... this since it is used for either
6291 kind of useless rule.
6292 * src/gram.h: Reword comments and update function names in prototypes.
6293 * src/main.c (main): Say "rule useless in parser due to conflicts".
6294 * src/print-xml.c (print_rules_never_reduced): Rename to...
6295 (print_rules_useless_in_parser): ... this, and rename output XML
6296 element "rules-never-reduced" to "rules-useless-in-parser".
6297 (print_xml): Update for rename.
6298 * src/print.c (print_results): Say "Rules useless in parser due to
6299 conflicts".
6300 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
6301 (nonterminals_reduce): Say "nonterminal useless in grammar".
6302 (reduce_output): Say "Nonterminals useless in grammar".
6303 Say "Rules useless in grammar".
6304 (reduce_xml): Rename output XML element "useless" to
6305 "useless-in-grammar".
6306 (reduce_print): Don't report the count of grammatically useless rules
6307 as "rules never reduced" just because %yacc is specified.
6308 In the correct report of this count, say nonterminal(s) and rule(s)
6309 "useless in grammar".
6310 * tests/conflicts.at (S/R in initial): Update expected output.
6311 (Defaulted Conflicted Reduction): Likewise.
6312 (Unreachable States After Conflict Resolution): Likewise.
6313 * tests/existing.at (GNU pic Grammar): Likewise.
6314 * tests/reduce.at (Useless Nonterminals): Likewise.
6315 (Useless Rules): Likewise.
6316 (Reduced Automaton): Likewise.
6317 (Underivable Rules): Likewise.
6318 (Empty Language): Likewise.
6319
6320 2007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
6321
6322 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
6323 here document and before the EOF so that BSD's implementation of Bourne
6324 shell doesn't parse the delimiter as part of the here document.
6325 * doc/.cvsignore: Add cross-options.texi.
6326 * src/getargs.c (usage): Add a blank line after the warning categories.
6327
6328 2007-11-08 Paolo Bonzini <bonzini@gnu.org>
6329
6330 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
6331
6332 2007-11-05 Akim Demaille <akim@epita.fr>
6333
6334 Remove Id: from bison.1.
6335 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
6336 (perl -0777 -pi -e 's/\.PP\nId): New.
6337 (.x.1): Use it to ignore the version control revision.
6338
6339 2007-11-05 Akim Demaille <demaille@gostai.com>
6340
6341 * build-aux/Makefile.am: Ship cross-options.pl.
6342 * doc/Makefile.am: Always refer to cross-options.texi with
6343 $(srcdir).
6344 (MAINTAINERCLEANFILES): Add it.
6345
6346 2007-11-04 Akim Demaille <demaille@gostai.com>
6347
6348 Generate the long/short option cross-table.
6349 * build-aux/cross-options.pl: New.
6350 * doc/Makefile.am (cross-options.texi): New.
6351 * doc/bison.texinfo: Use it.
6352
6353 2007-11-04 Akim Demaille <demaille@gostai.com>
6354
6355 Generate bison.1 using help2man.
6356 * doc/common.x, doc/bison.x: New.
6357 * doc/Makefile.am (bison.1, .x.1): New.
6358 The code is taken from autoconf-2.61/man/Makefile.am.
6359 * configure.ac: Look for help2man.
6360
6361 2007-11-04 Akim Demaille <demaille@gostai.com>
6362
6363 Complete --help.
6364 * src/getargs.c (usage): Document -W, make it clear that -d,
6365 -g and -x have optional arguments.
6366
6367 2007-11-04 Akim Demaille <demaille@gostai.com>
6368
6369 Find sha1sum when named gsha1sum.
6370 * bootstrap (find_tool): New.
6371 ($SHA1SUM): New.
6372
6373 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
6374
6375 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
6376 at
6377 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
6378 * NEWS (2.3a+): Mention.
6379 * data/bison.m4 (b4_pure_if): Don't define it here.
6380 * data/c.m4 (b4_identification): Depend on individual skeletons to
6381 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
6382 values of the %define variables api.pure or api.push_pull. Define
6383 YYPURE, YYPUSH, and YYPULL accordingly.
6384 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
6385 glr.cc has already defined b4_pure_flag.
6386 * data/push.c: Define b4_pure_if based on `%define api.pure'.
6387 Remove YYPUSH and YYPULL since they're back in b4_identification again.
6388 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
6389 * doc/bison.texinfo (Pure Decl): Update.
6390 (Push Decl): Update.
6391 (Decl Summary): Add api.pure to %define entry.
6392 In %pure-parser entry, say it's deprecated and reference %define.
6393 (Pure Calling): Update.
6394 (Error Reporting): Update.
6395 (C++ Scanner Interface): Update.
6396 (How Can I Reset the Parser): Update.
6397 (Table of Symbols): In %pure-parser entry, say it's deprecated and
6398 reference %define.
6399 * src/getargs.c (pure_parser): Remove global variable.
6400 * src/getargs.h (pure_parser): Remove extern.
6401 * src/output.c (prepare): Don't define pure_flag muscle.
6402 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
6403 wrapper around `%define api.pure'.
6404 * tests/calc.at (Simple LALR Calculator): Update.
6405 (Simple GLR Calculator): Update.
6406 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
6407 Update.
6408 (GLR: Resolve ambiguity, pure, locations): Update.
6409 (GLR: Merge conflicting parses, pure, no locations): Update.
6410 (GLR: Merge conflicting parses, pure, locations): Update.
6411 * tests/glr-regression.at (Uninitialized location when reporting
6412 ambiguity): Update
6413 * tests/input.at (Unused %define api.pure): New test case.
6414 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
6415 AT_PURE_IF and AT_PURE_AND_LOC_IF.
6416 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
6417
6418 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
6419
6420 %define push_pull -> %define api.push_pull. Discussed starting at
6421 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
6422 * data/push.c: Expect the new name.
6423 * data/yacc.c: Likewise.
6424 * doc/bison.texinfo (Push Decl): Update.
6425 (Decl Summary): Update %define entry.
6426 (Push Parser Function): Update.
6427 (Pull Parser Function): Update.
6428 (Parser Create Function): Update.
6429 (Parser Delete Function): Update.
6430 * tests/calc.at (Simple LALR Calculator): Update.
6431 * tests/input.at (%define enum variables): Update.
6432 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
6433 (Push Parsing: Multiple impure instances): Update.
6434 (Push Parsing: Unsupported Skeletons): Update.
6435 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
6436 (Exploding the Stack Size with Malloc): Update.
6437
6438 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
6439 other entries some.
6440
6441 2007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
6442
6443 For the XML output's terminal element, rename @number to @token-number,
6444 and add @symbol-number. In the nonterminal element, rename @number to
6445 @symbol-number. Discussed starting at
6446 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
6447 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
6448 renames.
6449 (xsl:template match="nonterminal"): Likewise.
6450 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
6451 (xsl:template match="nonterminal"): Likewise.
6452 * src/print-xml.c (print_grammar): Implement.
6453
6454 2007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
6455
6456 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
6457 2007-10-11 change, the child elements here are items not rules.
6458 (xsl:template match="item"): New.
6459 (xsl:template match="rule"): Update for new reduced itemset.
6460 (xsl:template match="point"): Remove.
6461 (xsl:template match="empty"): For consistency with --graph, don't
6462 output "/* empty */".
6463 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
6464 line-wrap, don't pass a negative value as first-line-length since this
6465 won't work with the following changes.
6466 (xsl:template name="line-wrap"): Simplify slightly.
6467 (xsl:template name="ws-search"): Eliminate recursion.
6468 * src/print_graph.c (print_core): Don't print a reduction's lookahead
6469 set next to an item whose dot is not at the end of the RHS even if it
6470 happens to be associated with the same rule.
6471
6472 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
6473
6474 Add %define lr.keep_unreachable_states.
6475 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
6476 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
6477 * src/main.c (main): Implement it.
6478 * tests/conflicts.at (Unreachable States After Conflict Resolution):
6479 Extend to test it, and fix a typo.
6480
6481 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
6482
6483 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
6484 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
6485 the example .output text.
6486 * tests/regression.at (Extra lookahead sets in report): Improve wording
6487 of comments.
6488
6489 2007-10-17 Wojciech Polak <polak@gnu.org>
6490
6491 * src/print-xml.c (print_grammar): Renamed
6492 <terminal> and <nonterminal> attributes:
6493 "type" to "number" and "symbol" to "name".
6494 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
6495 Use new attribute names.
6496 (xsl:template match="nonterminal"): Likewise.
6497 * data/xslt/xml2xhtml.xsl: Likewise.
6498
6499 2007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
6500
6501 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
6502 (Option Cross Key): Likewise.
6503
6504 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
6505 next to an item whose dot is not at the end of the RHS even if it
6506 happens to be associated with the same rule.
6507 * src/print.c (print_core): Likewise.
6508 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
6509 (Resolved SR Conflicts): Update output.
6510 * tests/regression.at (Extra lookahead sets in report): New test case.
6511
6512 2007-10-11 Wojciech Polak <polak@gnu.org>
6513
6514 * src/print-xml.c (print_core): Remove item set
6515 redundancy.
6516 * data/xslt/bison.xsl (bison:ruleNumber): New key.
6517 Improve processing time. Suggested by Joel E. Denny.
6518 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
6519 Write xsl:param "required" attribute as comment.
6520 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
6521 (xsl:template match="rule"): Support new reduced itemset.
6522 (xsl:template match="point"): Remove.
6523 * data/xslt/xml2xhtml.xsl: Likewise.
6524
6525 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
6526
6527 * src/getargs.c (version): Update copyright year.
6528
6529 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
6530
6531 Make xml2dot.xsl and --graph produce the same output.
6532 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
6533 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
6534 escaped later.
6535 (xsl:template name="output-node"): Use the new escape template instead
6536 of the string-replace template directly.
6537 (xsl:template name="output-edge"): Likewise.
6538 (xsl:template name="escape"): New, escapes backslashes and newlines in
6539 addition to quotation marks.
6540 * src/graphviz.c (start_graph, output_node, output_edge): Add
6541 whitespace to output for legibility.
6542
6543 Make xml2text.xsl and --report produce the same output, and remove the
6544 XML "conflicts" element since a conflict summary is easily extracted
6545 from the automaton.
6546 * data/xslt/bison.xsl: New.
6547 (xsl:template match="state" mode="bison:count-conflicts): New.
6548 * data/xslt/xml2text.xsl: Import bison.xsl.
6549 (xsl:template match="bison-xml-report"): Instead of styling the
6550 "conflicts" element, style the "automaton" element with mode
6551 "conflicts". Unlike the former, the latter lists S/R and R/R
6552 conflicts for a state on the same line.
6553 (xsl:template match="conflicts"): Remove.
6554 (xsl:template match="conflict"): Remove.
6555 (xsl:template match="terminal"): Line-wrap the list of rules in which
6556 the terminal is used.
6557 (xsl:template match="nonterminal"): Likewise for nonterminals.
6558 (xsl:template match="automaton" mode="conflicts"): New.
6559 (xsl:template match="state" mode="conflicts"): New.
6560 (xsl:template name="line-wrap"): New.
6561 (xsl:template name="ws-search"): New.
6562 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
6563 (xsl:template match="bison-xml-report"): Instead of styling the
6564 "conflicts" element, style the "automaton" element with mode
6565 "conflicts."
6566 (xsl:template match="conflicts"): Remove.
6567 (xsl:template match="conflict"): Remove.
6568 (xsl:template match="automaton" mode="conflicts"): New.
6569 (xsl:template match="state" mode="conflicts): New.
6570 * src/conflicts.c (conflicts_output_xml): Remove.
6571 * src/conflicts.h (conflicts_output_xml): Remove prototype.
6572 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
6573 * src/print.c (print_grammar): Consistently wrap at the 66th column so
6574 the corresponding XSLT is easier. Also, never wrap between a word and
6575 the comma that follows it.
6576
6577 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
6578
6579 Improve C++ namespace support. Discussed starting at
6580 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
6581 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
6582 b4_namespace_close): New macros that interpret the %define variable
6583 "namespace" so its value can contain "::" to indicate nested
6584 namespaces.
6585 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
6586 the above macros.
6587 * data/lalr1.cc (b4_namespace): Likewise.
6588 * data/location.cc (b4_namespace): Likewise.
6589 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
6590 inside a new table in the general %define entry. Document `%define
6591 namespace' there as well. Point the %name-prefix entry to it since it
6592 explains it more completely in the case of C++.
6593 (C++ Bison Interface): Mention `%define namespace' instead of
6594 %name-prefix.
6595 (Table of Symbols): Remove the `%define push_pull' entry. The %define
6596 entry suffices.
6597 * tests/c++.at (Relative namespace references): New test case.
6598 (Absolute namespace references): New test case.
6599 (Syntactically invalid namespace references): New test case.
6600 * tests/input.at (C++ namespace reference errors): New test case.
6601
6602 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
6603
6604 Add syncline support and location accessor to internal %define
6605 interfaces.
6606 * data/bison.m4 (b4_percent_define_get_loc): New.
6607 (b4_percent_define_get_syncline): New.
6608 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
6609 (b4_percent_define_default): Record defining location as line 1 rather
6610 than 0 for the sake of synchronizing #line's, and define
6611 b4_percent_define_syncline(VARIABLE).
6612 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
6613 * src/muscle_tab.c (muscle_syncline_grow): New.
6614 (muscle_code_grow): Use muscle_syncline_grow.
6615 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
6616 define b4_percent_define_syncline(VARIABLE).
6617 (muscle_percent_define_get_loc): New.
6618 (muscle_percent_define_get_syncline): New.
6619 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
6620 remove some unused variables.
6621 (muscle_percent_define_default): Record defining location as line 1
6622 rather than 0 for the sake of synchronizing #line's, and define
6623 b4_percent_define_syncline(VARIABLE).
6624 (muscle_percent_define_check_values): Use
6625 muscle_percent_define_get_loc.
6626 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
6627 (muscle_percent_define_get_syncline): Prototype.
6628 * tests/skeletons.at (%define Boolean variables: invalid skeleton
6629 defaults): Update output for location change.
6630 (Complaining during macro argument expansion): Extend to test
6631 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
6632
6633 2007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
6634
6635 Fix some error-reporting macro bugs.
6636 * data/bison.m4 (b4_cat): New.
6637 (b4_error, b4_error_at): Use b4_cat to send error directives directly
6638 to stdout so they don't become arguments to other macros. Update
6639 comments and add examples.
6640 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
6641 add examples.
6642 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
6643 after printing the error directive so that M4 doesn't report subsequent
6644 problems that are induced by this problem.
6645 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
6646 instead of just in them. Recognize @\n in both places. Both expand to
6647 the empty string. Needed by b4_cat.
6648 * tests/skeletons.at (Complaining during macro argument expansion):
6649 New test case.
6650 (Fatal errors make M4 exit immediately): New test case.
6651
6652 2007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
6653
6654 Implement --print-datadir.
6655 * src/getargs.c (usage): Mention.
6656 (PRINT_DATADIR_OPTION): New anonymous enum member.
6657 (long_options): Add entry for it.
6658 (getargs): Add case for it calling compute_pkgdatadir.
6659 * src/output.c (output_skeleton): Encapsulate data directory
6660 computation from here...
6661 (prepare): ... and from here...
6662 (compute_pkgdatadir): ... into this new function.
6663 * src/output.h (compute_pkgdatadir): Prototype.
6664
6665 2007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
6666
6667 * src/print-xml.c (escape_bufs): New static global variable
6668 replacing...
6669 (xml_escape_n): ... the static local variable buf here.
6670 (print_xml): Free memory for escape_bufs.
6671 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
6672
6673 2007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
6674
6675 Replace `%push-parser' and `%push-pull-parser' with
6676 `%define push_pull "push"' and `%define push_pull "both"'.
6677 `%define push_pull "pull"' is the default.
6678 * doc/bison.texinfo (Push Decl, Push Parser Function,
6679 Pull Parser Function, Parser Create Function, Parser Delete Function):
6680 Update declarations.
6681 (Decl Summary, Table of Symbols): Replace %push-parser and
6682 %push-pull-parser entries with a %define push_pull entry.
6683 * data/bison.m4 (b4_percent_define_check_values): New macro.
6684 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
6685 definitions...
6686 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
6687 definitions...
6688 * data/push.c: ... to here and compute them from the value of the
6689 %define variable push_pull.
6690 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
6691 parsing requests here...
6692 * data/yacc.c: ... hack this to switch to push.c any time
6693 b4_use_push_pull_flag or the %define variable push_pull is set. This
6694 will go away when we mv push.c yacc.c.
6695 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
6696 push parsing is not supported since unused %define variables are
6697 reported anyway.
6698 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
6699 * src/muscle_tab.h (muscle_percent_define_check_values): Update
6700 comments for consistency with b4_percent_define_check_values.
6701 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
6702 muscles.
6703 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
6704 Remove.
6705 (prologue_declaration): Remove %push-parser and %push-pull-parser
6706 rules.
6707 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
6708 * tests/calc.at: Update declarations.
6709 * tests/input.at (%define enum variables): New test case.
6710 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
6711 declaration.
6712 (Push Parsing: Multiple impure instances): Update declaration.
6713 (Push Parsing: Unsupported Skeletons): New test case.
6714 * tests/torture.at (Exploding the Stack Size with Alloca): Update
6715 declaration.
6716 (Exploding the Stack Size with Malloc): Update declaration.
6717
6718 2007-09-24 Wojciech Polak <polak@gnu.org>
6719
6720 Add XSLT transformations.
6721
6722 * data/xslt/xml2dot.xsl: Transform XML into DOT.
6723 * data/xslt/xml2text.xsl: Transform XML into plain text.
6724 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
6725 * data/Makefile.am (xsltdir): New variable.
6726 (dist_xslt_DATA): Add xslt/*.xsl files.
6727
6728 2007-09-23 Paul Eggert <eggert@cs.ucla.edu>
6729
6730 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
6731 Problem reported by Wojciech Polak.
6732 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
6733 (xml_printf): Undo change I made on 21 September; that is,
6734 indent 2 spaces, not 1.
6735
6736 2007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
6737
6738 Pacify ./configure --enable-gcc-warnings.
6739 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
6740 `char const *' instead of `char *'.
6741 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
6742 local variable `sep'.
6743
6744 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
6745
6746 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
6747 elsewhere.
6748 * src/print-xml.c: Prefer "const" after types; that's more consistent.
6749 (xml_printf): Indent just 1 space for level.
6750 (e_char, xlate_char): Remove.
6751 (xml_escape_string): Rewrite to avoid undefined behavior (used
6752 storage that was freed from the stack).
6753 (xml_escape_n): Don't bother checking for subscript error.
6754
6755 2007-09-21 Wojciech Polak <polak@gnu.org>
6756
6757 Add Bison XML Automaton Report.
6758
6759 Add support for an -x option to generate an XML report.
6760 It is not documented yet.
6761 * src/print-xml.c: New file.
6762 * src/print-xml.h: Likewise.
6763 * lib/timevar.def (TV_XML): New var.
6764 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
6765 * src/conflicts.c: Include print-xml.h.
6766 (solved_conflicts_xml_obstack): New var.
6767 (log_resolution, conflicts_solve, conflicts_free):
6768 Add support for XML report.
6769 (conflicts_output_val): New function.
6770 * src/conflicts.h (conflicts_output_val): New decl.
6771 * src/files.c (spec_xml_file): New var.
6772 (compute_output_file_names, output_file_names_free): Add XML support.
6773 * src/files.h (spec_xml_file): New decl.
6774 * src/getargs.c (xml_flag): New var.
6775 (usage, short_options, long_options, getargs): Add XML support.
6776 * src/getargs.h (xml_flag): New decl.
6777 * src/gram.c: Include print-xml.h.
6778 (rule_lhs_print_xml, rule_rhs_print_xml):
6779 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
6780 New functions.
6781 * src/gram.h: Declare external ones.
6782 * src/main.c: Include print-xml.h.
6783 (main): Add XML support.
6784 * src/reduce.c: Include print-xml.h.
6785 (reduce_xml): New function.
6786 * src/reduce.h: Declare it.
6787 * src/state.c: Include print-xml.h.
6788 (state_new): Add XML support.
6789 (state_rule_lookahead_tokens_print_xml): New function.
6790 * src/state.h: Declare it.
6791 (struct state): New member solved_conflicts_xml.
6792 * src/symtab.c (symbol_class_get_string): New function.
6793 * src/symtab.h: Declare it.
6794
6795 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
6796
6797 * GNUmakefile: Switch to coreutils's version.
6798 * bootstrap: Likewise.
6799 * Makefile.cfg: Adjust to new GNUmakefile.
6800 * README-hacking: Likewise.
6801
6802 Import from gnulib:
6803
6804 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
6805 Bruno Haible <bruno@clisp.org>
6806
6807 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6808 and is a script that invokes bison. Tighten the code. Add comments.
6809
6810 2007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
6811
6812 Spell "boolean" as "Boolean". Reported by Akim Demaille.
6813 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
6814 * doc/bison.texinfo (Decl Summary): Fix.
6815 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
6816 * tests/input.at (Boolean %define variables): Update output.
6817 * tests/skeletons.at (%define boolean variables: invalid skeleton
6818 defaults): Rename to...
6819 (%define Boolean variables: invalid skeleton defaults): ... this and
6820 update output.
6821
6822 2007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
6823
6824 In impure push mode, don't allow more than one yypstate to be allocated
6825 since multiple impure parsers would corrupt yynerrs.
6826 * data/push.c (yypstate_allocated): New static global variable
6827 initialized to 0.
6828 (yypull_parse): If yypstate_new returns 0, don't report it as memory
6829 exhaustion if yypstate_allocated is 1, but still return 2.
6830 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
6831 already 1. Otherwise, set it to 1.
6832 (yypstate_delete): Set it to 0.
6833 * tests/push.at (Push Parsing: Multiple impure instances): New test
6834 case.
6835
6836 2007-08-17 Bob Rossi <bob@brasko.net>
6837
6838 * doc/bison.texinfo (Push Decl): Document the push parser.
6839 (Table of Symbols): Ditto.
6840 (Pure Decl): Ditto.
6841 (Decl Summary): Ditto.
6842 (Multiple Parsers, Push Parser Function, Pull Parser Function,
6843 Parser Create Function, Parser Delete Function):
6844 Add new push parser symbols.
6845 (Table of Symbols): Document push-parser, push-pull-parser,
6846 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
6847
6848 2007-08-15 Paul Eggert <eggert@cs.ucla.edu>
6849
6850 Update to GPLv3.
6851 * doc/gpl-3.0.texi: New file.
6852 * doc/gpl.texi: Remove.
6853 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
6854 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
6855 * README-hacking, TODO, bootstrap, bootstrap.conf:
6856 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
6857 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
6858 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
6859 * data/lalr1.cc, data/lalr1.java, data/location.cc:
6860 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
6861 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
6862 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
6863 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
6864 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
6865 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
6866 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
6867 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
6868 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
6869 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
6870 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
6871 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
6872 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
6873 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
6874 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
6875 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
6876 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
6877 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
6878 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
6879 * src/complain.c, src/complain.h, src/conflicts.c:
6880 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
6881 * src/files.h, src/flex-scanner.h, src/getargs.c:
6882 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
6883 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
6884 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
6885 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
6886 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
6887 * src/print.c, src/print.h, src/print_graph.c:
6888 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
6889 * src/reduce.h, src/relation.c, src/relation.h:
6890 * src/revision.h, src/scan-code.h, src/scan-code.l:
6891 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
6892 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
6893 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
6894 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
6895 * tests/Makefile.am, tests/actions.at, tests/c++.at:
6896 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
6897 * tests/existing.at, tests/glr-regression.at:
6898 * tests/headers.at, tests/input.at, tests/java.at:
6899 * tests/local.at, tests/output.at, tests/push.at:
6900 * tests/reduce.at, tests/regression.at, tests/sets.at:
6901 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
6902 * tests/torture.at:
6903 Update to GPLv3.
6904
6905 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
6906
6907 Get rid of broken %no-parser, -n, and --no-parser implementation and
6908 documentation.
6909 * TODO: Don't mention them.
6910 * doc/bison.1: Likewise.
6911 * doc/bison.texinfo (Decl Summary): Likewise.
6912 (Bison Options): Likewise.
6913 (Option Cross Key): Likewise.
6914 * src/getargs.c (no_parser_flag): Remove global variable.
6915 (usage): Don't print description of -n and --no-parser.
6916 (long_options): Remove --no-parser entry here.
6917 (getargs): Remove -n case in the switch here.
6918 * src/getargs.h (no_parser_flag): Remove extern.
6919 * tests/regression.at (Web2c Actions): Remove comment that mentions
6920 --no-parser.
6921
6922 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
6923
6924 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
6925 name user variables starting with `yy'. Just pass NULL instead of a
6926 dummy local &yylval to yypush_parse.
6927 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
6928 starting with `yy'.
6929
6930 2007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
6931
6932 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
6933 true since it's then always used regardless of whether yyoverflow is
6934 defined. Reported by Christian Burger at
6935 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
6936 * THANKS: Add Christian Burger.
6937
6938 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
6939 node names: say "Decl Summary" not "Bison Declaration Summary".
6940
6941 2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
6942
6943 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
6944 determine whether this function has already complained about an invalid
6945 value for a %define boolean variable, don't check whether Bison has
6946 ever examined the value. As written, the check was a tautology.
6947 Instead, record and check for this complaint using a separate muscle.
6948
6949 2007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
6950
6951 Fix push parsing memory leak reported by Brandon Lucia at
6952 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
6953 * THANKS: Add Brandon Lucia.
6954 * data/push.c (yypstate_delete): Free the stack if it was reallocated
6955 but the parse never completed and thus freed it.
6956 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
6957 * tests/testsuite.at: Include push.at.
6958 * test/push.at: New.
6959 (Push Parsing: Memory Leak for Early Deletion): New test case.
6960
6961 2007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
6962
6963 Improve handling of multiple S/R conflicts in the same state and of S/R
6964 conflicts involving multiple reductions.
6965 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
6966 set for a state here or Bison will abort if it is reassigned on a
6967 later conflicted reduction in the same state.
6968 Similarly, don't finalize and assign the solved conflicts report here
6969 or it will be lost if it is reassigned on a later conflicted reduction
6970 in the same state.
6971 (set_conflicts): Instead, assign them both here after all S/R conflicts
6972 in the state have been fully examined.
6973 * src/print.c (shift_set): Rename to...
6974 (no_reduce_set): ... this.
6975 (print_reductions): Update for rename, and add %nonassoc error action
6976 tokens to no_reduce_set so that, when printing the first remaining
6977 reduction on an error action token, the reduction is enclosed in
6978 brackets.
6979 (print_results): Update for rename.
6980 * tests/conflicts.at (Solved conflicts report for multiple reductions
6981 in a state): New test case.
6982 (%nonassoc error actions for multiple reductions in a state): New test
6983 case.
6984
6985 * src/main.c (main): Don't depend on C99 features.
6986
6987 2007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
6988
6989 * build-aux/.cvsignore: Add compile.
6990 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
6991 uniwidth.
6992
6993 2007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
6994
6995 * bootstrap (slurp): Create target directories that don't exist.
6996 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
6997
6998 2007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
6999
7000 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
7001 than item number.
7002 * closure.c (closure): Likewise.
7003 * state.h (reductions): Comment sorting of rules.
7004 (state): Comment sorting of items.
7005
7006 2007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
7007
7008 Fix C++ test cases after recent Gnulib changes. Discussed starting at
7009 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
7010 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
7011 definition in order to avoid Gnulib headers since we don't use config.h
7012 here.
7013 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
7014 rather than AT_DATA so that config.h is included.
7015
7016 2007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
7017
7018 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
7019 instead of fprintf. Guard these functions with #if YYDEBUG instead of
7020 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
7021 and so that YYFPRINTF is guaranteed to be defined here.
7022
7023 2007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
7024
7025 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
7026 with...
7027 (muscle_percent_define_check_values): ... this more helpful function.
7028 Again, it's not used yet, but it will be.
7029 * src/muscle_tab.h: Likewise.
7030
7031 Improve some comments in parser table construction.
7032 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
7033 (generate_states): Don't mention ruleset, which is internal to closure.
7034 * src/closure.c (closure): Explain sorting of core and itemset, which
7035 is required for this function to behave correctly.
7036 * src/closure.h (closure): Mention sorting.
7037
7038 2007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
7039
7040 * src/lalr.c (state_lookahead_tokens_count): For code readability,
7041 move the check for disabled transitions to an aver since conflict
7042 resolution hasn't happened yet.
7043
7044 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
7045 labels a state as inconsistent just because it has error transitions.
7046 The original form of this check appeared in revision 1.1 of lalr.c,
7047 which was committed on 1991-12-21. Now (at least), changing the
7048 consistency label on such a state appears to have no useful effect in
7049 any of the places it is examined, which I enumerate below. The key
7050 point to understanding each item in this enumeration is that a state
7051 with an error transition is labelled consistent in the first place only
7052 if it has no rules, so the check cannot matter for states that have
7053 rules. (1) Labelling a state as inconsistent will cause set_conflicts
7054 to try to identify its conflicts, and a state must have *rules* to have
7055 conflicts. (2) Labelling a state as inconsistent will affect how
7056 action_row sets the default *rule* for the state. (3) Labelling a
7057 state as inconsistent will cause build_relations to add lookback edges
7058 to *rules* in that state.
7059 * src/state.h (struct state): Word the comment for member consistent
7060 more carefully.
7061
7062 2007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
7063
7064 Don't depend on C99 features.
7065 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
7066 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
7067 * src/reader.c (check_and_convert_grammar): Fix for-loop.
7068 * src/state.c (state_mark_reachable_states): Fix for-loop.
7069 (state_remove_unreachable_states): Fix for-loop.
7070
7071 Don't widen struct state with member reachable just to temporarily
7072 record reachability. Instead, use a local bitset.
7073 * src/state.h (struct state): Remove member.
7074 * src/state.c (state_new): Don't initialize it.
7075 (state_mark_reachable_states): Rename to...
7076 (state_record_reachable_states): ... this, and use bitset.
7077 (state_remove_unreachable_states): Use bitset.
7078
7079 2007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
7080
7081 * src/Makefile.am (yacc): Quote target action commands properly so
7082 that the yacc script isn't corrupt. Reported by Hans Aberg at
7083 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
7084
7085 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
7086 the case of pure parsers. Reported by Frans Englich at
7087 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
7088 * THANKS: Add Frans Englich.
7089
7090 * NEWS (2.3a+): In the %code entry, reference section `Bison
7091 Declaration Summary' from the manual now since the %code summary has
7092 moved there.
7093 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
7094 in the rules section must be terminated by semicolons.
7095
7096 2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
7097
7098 Extend the front-end API for %define variables to more completely
7099 mirror the back-end. This will be useful in the future.
7100 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
7101 Update comments to mention the new front-end counterparts of these
7102 macros.
7103 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
7104 for muscle_string_decode and muscle_location_decode.
7105 (muscle_string_decode): New static function.
7106 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
7107 (muscle_percent_define_get, muscle_percent_define_ifdef): New
7108 functions.
7109 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
7110 muscle_percent_define_get to mimic the b4_percent_define_flag_if
7111 implementation more closely.
7112 (muscle_percent_define_invalid_value): New function.
7113 * src/muscle_tab.h (muscle_percent_define_get,
7114 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
7115 Prototype.
7116
7117 2007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
7118
7119 * NEWS (2.3a+): Mention yesterday's state-removal change.
7120 (2.3a): Remove the %language entry, which was added after 2.3a.
7121 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
7122 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
7123 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
7124 tests/existing.at: Update copyright date.
7125
7126 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
7127
7128 If conflict resolution makes states unreachable, remove those states,
7129 report rules that are then unused, and don't report conflicts in those
7130 states.
7131 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
7132 New global function.
7133 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
7134 function.
7135 * src/main.c (main): After conflict resolution, remove the unreachable
7136 states and update all data structures that reference states by number.
7137 * src/state.c (state_new): Initialize each state's reachable member to
7138 false.
7139 (state_mark_reachable_states): New static function.
7140 (state_remove_unreachable_states): New global function.
7141 * src/state.h (struct state): Add member bool reachable.
7142 (state_remove_unreachable_states): Prototype.
7143 * tests/conflicts.at (Unreachable States After Conflict Resolution):
7144 New test case.
7145 * tests/existing.at (GNU pic Grammar): Update test case output now that
7146 an unused rule is discovered.
7147
7148 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
7149
7150 Minor code cleanup in parser table construction.
7151 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
7152 (new_itemsets, save_reductions): Update for rename to nitemset.
7153 * src/closure.c (nritemset): Rename to...
7154 (nitemset): ... this since the "r" appears to meaningless and isn't
7155 used in the comments.
7156 (closure): Update for rename.
7157 * src/closure.h (nritemset): Update extern to...
7158 (nitemset): ... this.
7159 * src/lalr.c (LA): Fix a typo in comments.
7160 * src/print.c (print_core): Update for rename to nitemset.
7161 * src/print_graph.c (print_graph): Likewise.
7162 * src/state.h: Fix some typos in header comments.
7163
7164 2007-04-04 Paul Eggert <eggert@cs.ucla.edu>
7165
7166 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
7167 still sticks to ASCII. Sorry!
7168
7169 * README-hacking: New file, taken mostly from coreutils, with changes
7170 for Bison. Contains much of the contents of:
7171 * README-cvs: Remove.
7172 * bootstrap: Sync from gnulib.
7173 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
7174 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
7175
7176 2007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
7177
7178 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
7179 Setzer.
7180 (Java Differences): Fix some typos.
7181 * THANKS: Add Sebastian Setzer.
7182
7183 2007-03-07 Paolo Bonzini <bonzini@gnu.org>
7184
7185 * data/java.m4 (b4_single_class_if): Remove.
7186 (b4_abstract_if): Look at "%define abstract".
7187 (b4_lexer_if): New.
7188 (b4_union_name): Rename...
7189 (b4_yystype): ... to this. Map to "%define stype".
7190 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
7191 b4_maybe_throws): Fix quoting.
7192 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
7193 * data/lalr1.java (Lexer interface): Always define.
7194 (Lexer interface within parser class): Remove.
7195 (YYLexer class): New, used when "%code lexer" is present.
7196 (constructor): When "%code lexer" is used, pass %lex-param
7197 to the lexer constructor.
7198 (yylex, yyparse): Remove %lex-param from method invocations
7199 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
7200
7201 * doc/bison.texinfo (Java Bison Interface): Mention "%define
7202 abstract". Rename "%define union_name" to "%define stype".
7203 Rename method names according to previous patch.
7204 (Java Scanner Interface): Describe "%code lexer" instead of
7205 "%pure-parser" and "%define single_class".
7206 (Java Differences): Mention "%code lexer".
7207
7208 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
7209 Include scanner here, using macros from tests/local.at.
7210 (AT_DATA_CALC_Y): Remove final argument.
7211 (_AT_CHECK_JAVA_CALC): Likewise.
7212 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
7213 of %locations and %error-verbose.
7214 (main): Test with and without %lex-param.
7215 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
7216 (AT_BISON_OPTION_POPDEFS): Pop it.
7217
7218 2007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7219
7220 DJGPP spefic issue. Inhibit the use of disallowed characters for
7221 file name genertion on Win98, WinXP, etc. These are |<>":?*\
7222 and concern testsuite case 46.
7223 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
7224 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
7225 * djgpp/config.bat: Inhibit the use of disallowed characters.
7226
7227 2007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
7228
7229 Miscellaneous %define and %code cleanup.
7230 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
7231 values are interpreted.
7232 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
7233 documentation a little more.
7234 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
7235 muscle_percent_define_insert, muscle_percent_code_grow): New
7236 functions/macros.
7237 * src/muscle_tab.h (muscle_percent_define_insert,
7238 muscle_percent_code_grow): Prototype.
7239 * src/parse-gram.y (prologue_declaration): Use
7240 muscle_percent_define_insert and muscle_percent_code_grow when parsing
7241 %define and %code directives.
7242
7243 Make it easy to share %define boolean variables between the front-end
7244 and back-end. Though not used yet, this will be useful in the future.
7245 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
7246 Bison uses of names rather than just skeleton uses of names.
7247 (b4_percent_define_get, b4_percent_define_ifdef): Rename
7248 b4_percent_define_skeleton_variables(VARIABLE) to
7249 b4_percent_define_bison_variables(VARIABLE).
7250 (b4_percent_code_get, b4_percent_code_ifdef): Rename
7251 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
7252 b4_percent_code_bison_qualifiers(QUALIFIER).
7253 (b4_check_user_names_wrap): Update for renames.
7254 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
7255 muscle_percent_define_default): New functions mimicking
7256 b4_percent_define_flag_if and b4_percent_define_default.
7257
7258 For %define variables, report locations for invalid values and
7259 redefinitions.
7260 * data/bison.m4 (b4_percent_define_flag_if): Read
7261 b4_percent_define_loc(VARIABLE) to report the location of an invalid
7262 value for VARIABLE.
7263 (b4_percent_define_default): Save a special location in
7264 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
7265 must later be reported as invalid.
7266 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
7267 functions.
7268 (muscle_percent_define_insert): Record the location of VARIABLE in
7269 muscle percent_define_loc(VARIABLE), and use it to report the previous
7270 location for a redefinition.
7271 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
7272 (muscle_percent_define_default): Update like b4_percent_define_default.
7273 (muscle_grow_user_name_list): Rename to...
7274 (muscle_user_name_list_grow): ... this for consistency and use
7275 muscle_location_grow.
7276 * src/muscle_tab.h (muscle_location_grow): Prototype.
7277 * tests/input.at (%define errors): Update expected output.
7278 * tests/skeletons.at (%define boolean variables: invalid skeleton
7279 defaults): New test case.
7280
7281 2007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
7282
7283 * src/print.c (lookahead_set, state_default_rule): Remove.
7284 (print_reductions): Replace state_default_rule invocation with
7285 equivalent use of yydefact, which was computed in token_actions in
7286 tables.c.
7287 (print_results): Don't allocate lookahead_set.
7288
7289 2007-02-27 Paolo Bonzini <bonzini@gnu.org>
7290
7291 * data/lalr1.java: Prefix all private members with yy.
7292
7293 2007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
7294
7295 Use YYFPRINTF instead of fprintf where appropriate. Reported by
7296 Sebastien Fricker at
7297 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
7298 * THANKS: Add Sebastien Fricker.
7299 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
7300 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
7301 accept a variable number of arguments.
7302
7303 2007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
7304
7305 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
7306
7307 2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7308
7309 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
7310 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
7311 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
7312
7313 2007-02-11 Paul Eggert <eggert@cs.ucla.edu>
7314
7315 Undo my 2007-02-07 change, switching back to the c-strcase module
7316 introduced in the 2007-02-03 change. Bruno Haible reported that
7317 the 2007-02-07 change would be dangerous in Turkish if we add a
7318 language whose name contains "i", since "i" is not lowercase "I"
7319 in Turkish.
7320 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
7321 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
7322 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
7323 * m4/.cvsignore: Remove strcase.m4.
7324 * src/getargs.c: Revert 2007-02-07 change, as follows.
7325 Include c-strcase.h.
7326 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
7327
7328 2007-02-11 Bruno Haible <bruno@clisp.org>
7329
7330 Enable the Java related testsuite tests when the only Java compiler
7331 found is a gcj < 4.3. Discussed at
7332 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
7333 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
7334
7335 2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
7336
7337 * data/Makefile.am: Update copyright date.
7338 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
7339 yypstate_new returns NULL.
7340 (yypstate_new): Return NULL if malloc does.
7341 * src/reader.c (packgram): Move translation of rule actions from the
7342 beginning of packgram to...
7343 (check_and_convert_grammar): ... here right before packgram is invoked
7344 so it's easier to write more complete comments, and remove redundant
7345 code.
7346
7347 2007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
7348
7349 As in semantic actions, make @$ in %initial-action, %destructor, and
7350 %printer imply %locations.
7351 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
7352 scanning @$.
7353 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
7354 (@$ in %initial-action implies %locations,
7355 @$ in %destructor implies %locations,
7356 @$ in %printer implies %locations): ... these new test cases.
7357
7358 2007-02-07 Paul Eggert <eggert@cs.ucla.edu>
7359
7360 Undo most of the 2007-02-03 change, switching to the strcase module
7361 now that gnulib strcase has been fixed.
7362 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
7363 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
7364 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
7365 * m4/.cvsignore: Add strcase.m4.
7366 * src/getargs.c: Revert 2007-02-03 change, as follows.
7367 Don't include c-strcase.h.
7368 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
7369 strcasecmp has "unspecified behavior" outside the POSIX locale,
7370 but it works fine in practice if at least one argument is ASCII,
7371 as is the case in Bison.
7372
7373 2007-02-07 Paolo Bonzini <bonzini@gnu.org>
7374
7375 * tests/java.at: Skip tests if only one of javac/java is present.
7376 Reported by Joel E. Denny.
7377 * tests/atlocal.in: Adjust copyright years.
7378
7379 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
7380
7381 * data/lalr1.java (Stack): Work around old verifiers that disallow
7382 access to the private fields of an inner class, from the outer class.
7383 We can make Stack's fields public because user code doesn't have access
7384 to the instance of Stack used by parse(). Reported by Paul Eggert.
7385
7386 2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
7387
7388 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
7389 the right spot for these files?
7390 * bootstrap.conf (gnulib_modules): Add c-strcase.
7391 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
7392 c-strncasecmp.c.
7393 * src/getargs.c: Include c-strcase.h.
7394 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
7395 to avoid unspecified behavior.
7396
7397 2007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
7398
7399 * doc/bison.texinfo (Decl Summary): Correct typo.
7400
7401 2007-01-30 Paolo Bonzini <bonzini@gnu.org>
7402
7403 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
7404 Complain if the value does not match empty, "true" or "false".
7405 * data/c++.m4: Adjust default definitions of %define variables.
7406 * data/java.m4: Adjust default definitions of %define variables.
7407 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
7408 to above behavior.
7409 * tests/input.at (Boolean %define variables): Test new behavior.
7410
7411 2007-01-29 Paolo Bonzini <bonzini@gnu.org>
7412
7413 * NEWS: Mention java.
7414 * TODO: Remove things that are done.
7415 * bootstrap.conf: Add javacomp-script and javaexec-script.
7416 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
7417
7418 * data/Makefile.am: Add new files.
7419 * data/java-skel.m4: New.
7420 * data/java.m4: New.
7421 * data/lalr1.java: New.
7422
7423 * doc/bison.texinfo: Put "A Complete C++ Example" under
7424 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
7425 under Other Languages.
7426
7427 * src/getargs.c (valid_languages): Add Java.
7428 * src/getargs.h (struct bison_language): Update size of string fields.
7429
7430 * tests/Makefile.am: Add java.at.
7431 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
7432 * tests/java.at: New.
7433 * tests/testsuite.at: Include it.
7434
7435 2007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
7436
7437 Clean up.
7438 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
7439 at_directive_argv arguments so these no longer have to be global
7440 variables. Also, update the implementation for the following changes.
7441 (fail_for_at_directive_too_many_args,
7442 fail_for_at_directive_too_few_args): Add at_directive_name argument.
7443 (at_directive_name): Remove as at_directive_argv[0] will be used for
7444 this now.
7445 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
7446 for the directive name.
7447 (at_directive_argc, at_directive_argv): Make these local within
7448 skel_lex instead of global.
7449 (INITIAL): Update directive start action for above changes.
7450 (SC_AT_DIRECTIVE_ARG): Rename to...
7451 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
7452 (SC_AT_DIRECTIVE_SKIP_WS): Update.
7453 (scan_skel): Move yylex_destroy to...
7454 (skel_scanner_free): ... here.
7455 * tests/skeletons.at (installed skeleton file name): Rename to...
7456 (installed skeleton file names): ... this.
7457
7458 2007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
7459
7460 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
7461 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
7462 Summary" not "Directives".
7463 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
7464 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
7465 since the former is now the more complete one.
7466 (Prologue Alternatives): Likewise and do the same for %defines.
7467 (Table of Symbols): Add summary of %code, add summary of %define, and
7468 move full %code documentation to...
7469 (Decl Summary): ... here for consistency with other entries in these
7470 sections.
7471 Move %define entry in order to keep this list alphabetized.
7472 Reword %define entry a little to put less emphasis on the skeleton
7473 concept, which most users shouldn't have to think about.
7474
7475 2007-01-26 Paul Eggert <eggert@cs.ucla.edu>
7476
7477 Adjust to recent gnulib changes.
7478 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
7479 Add string.h, string_.h, unistd_.h, wchar_.h.
7480 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
7481 * src/system.h: Don't include <stpcpy.h>; this is now done by
7482 <string.h>.
7483
7484 2007-01-23 Paolo Bonzini <bonzini@gnu.org>
7485
7486 Simplify implementation of unqualified %code, implement macros for
7487 uniform treatment of boolean %define flags. Document %define.
7488 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
7489 b4_percent_code_ifdef): New.
7490 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
7491 * data/c++.m4: Define default value for global_tokens_and_yystype.
7492 * data/glr.cc: Likewise.
7493 * data/location.cc: Use b4_percent_define_flag_if.
7494
7495 * doc/bison.texinfo (Decl Summary): Document %define.
7496
7497 * src/parse-gram.y (Unqualified %code): Change muscle name to
7498 b4_percent_code().
7499 (content.opt): Default to empty.
7500
7501 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
7502
7503 Implement support for relative and absolute skeleton file names.
7504 Discussed starting at
7505 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
7506 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
7507 (Bison Options): Document in --skeleton entry.
7508 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
7509 full_skeleton can't necessarily hold all of pkgdatadir.
7510 If the specified skeleton file name contains a `/', don't prepend
7511 pkgdatadir.
7512 * src/parse-gram.y (prologue_declaration): If the specified skeleton
7513 file name contains a `/', prepend the grammar file directory.
7514 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
7515 * skeletons.at: New file.
7516 (relative skeleton file names): New test case.
7517 (installed skeleton file names): New test case.
7518 * tests/testsuite.at: Include skeletons.at.
7519
7520 * bootstrap: Update copyright to 2007.
7521
7522 2007-01-17 Paolo Bonzini <bonzini@gnu.org>
7523
7524 * bootstrap: Remove occurrences of .#bootmp from the files.
7525
7526 2007-01-17 Akim Demaille <akim@epita.fr>
7527
7528 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
7529 nonterminals.
7530 Use per-type %printer.
7531
7532 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
7533
7534 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
7535 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
7536 djgpp/config.site, src/files.c, src/files.h, src/main.c,
7537 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
7538 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
7539 tests/glr-regression.at, tests/input.at, tests/local.at,
7540 tests/output.at, tests/torture.at: Update copyright to 2007.
7541
7542 2007-01-16 Akim Demaille <akim@epita.fr>
7543
7544 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
7545 error code.
7546 (Calc++ Scanner): Exit with failure if we can't open the input
7547 file.
7548 Accept "-" standing for stdin.
7549 (Calc++ Top Level): Print the result only if the parsing was
7550 successful.
7551
7552 2007-01-16 Akim Demaille <akim@epita.fr>
7553
7554 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
7555
7556 2007-01-15 Paolo Bonzini <bonzini@gnu.org>
7557 and Joel E. Denny <jdenny@ces.clemson.edu>
7558
7559 Clean up %define and %code implementation in M4 some. Most
7560 importantly, rename all related macros to be in the b4_percent_define
7561 and b4_percent_code namespaces. Also, complete support for `.' in
7562 %define variable names and %code qualifiers.
7563 * data/bison.m4 (b4_check_user_names): Check for special
7564 "SKELETON-NAMESPACE(name)" macros instead of using two nested
7565 m4_foreach loops.
7566 (b4_get_percent_define, b4_get_percent_code): Rename to...
7567 (b4_percent_define_get, b4_percent_code_get): ... these.
7568 Extend documentation with examples.
7569 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
7570 b4_percent_define_skeleton_variables and
7571 b4_percent_code_skeleton_qualifiers.
7572 Expect any value for the %define variable `foo' to be stored in the
7573 macro named `b4_percent_define(foo)'; expect any %code blocks for the
7574 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
7575 expect any unqualified %code blocks to be stored in a macro named
7576 `b4_percent_code_unqualified'.
7577 Use m4_indir so that %define variable names and %code qualifiers can
7578 contain `.', which is allowed by the grammar parser.
7579 (b4_percent_define_default): New macro to set a default value for a
7580 %define variable.
7581 (m4_wrap): Update wrapped code, and fix some underquoting.
7582 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
7583 Expect grammar uses of %define variables and %code qualifiers to be
7584 defined in b4_percent_define_user_variables and
7585 b4_percent_code_user_qualifiers.
7586 * data/c++.m4: Use b4_percent_define_default rather than
7587 m4_define_default. Fix some underquoting. Skeleton usage of %define
7588 variable define_location_comparison now implies skeleton usage of
7589 %define variable filename_type.
7590 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
7591 data/push.c, data/yacc.c: Update macro names.
7592 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
7593 muscle names.
7594
7595 2007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7596
7597 DJGPP specific issues.
7598
7599 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
7600 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
7601
7602 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
7603
7604 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
7605 run parsers in all tests so that Valgrind is invoked during
7606 maintainer-check-valgrind.
7607 (Duplicate representation of merged trees): Free all semantic values.
7608 (Duplicated user destructor for lookahead): Likewise.
7609
7610 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
7611
7612 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
7613 command-line prefix.
7614 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
7615 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
7616 miss Valgrind messages.
7617 (Exploding the Stack Size with Malloc): Likewise.
7618
7619 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
7620
7621 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
7622 locals. Reported by Juan Manuel Guerrero at
7623 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
7624 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
7625 Fix some indentation also.
7626 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
7627 explaining this issue.
7628
7629 2007-01-09 Paolo Bonzini <bonzini@gnu.org>
7630 and Joel E. Denny <jdenny@ces.clemson.edu>
7631
7632 Simplify union and prologue handling, and escape union and lex/parse
7633 params with digraphs.
7634 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
7635 values to the empty string since these are no longer guaranteed
7636 initialized by the front-end.
7637 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
7638 braces around b4_user_stype since this is no longer done by the
7639 front-end.
7640 * src/files.c, src/files.h (pre_prologue_obstack,
7641 post_prologue_obstack): Remove.
7642 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
7643 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
7644 with digraphs. This fixes lex params and parse params.
7645 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
7646 * src/output.c (prepare): Remove muscle insertion of the prologues.
7647 (output): Remove freeing of pre_prologue_obstack and
7648 post_prologue_obstack.
7649 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
7650 than prologue_augment for prologue parsing so you don't need prologue
7651 obstacks.
7652 (grammar_declaration): For %union RHS, use `braceless' instead of
7653 "{...}" so that braces are already stripped and code is escaped with
7654 digraphs.
7655 * src/reader.c (prologue_augment): Remove.
7656 (reader): Remove initialization of pre_prologue_obstack and
7657 post_prologue_obstack.
7658 * src/reader.h (prologue_augment): Remove.
7659
7660 * data/c.m4: Remove stray parenthesis.
7661
7662 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
7663
7664 Remove quotes from variables names in %define directives and from
7665 qualifiers in %code directives, and restrict the characters that are
7666 allowed in them to M4-friendly ones. For %define, continue to support
7667 the quoted form as a deprecated feature. Discussed starting at
7668 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
7669 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
7670 %code.
7671 * doc/bison.texinfo (Prologue Alternatives): Update.
7672 (Decl Summary): In %defines entry, update mention of `%code requires'
7673 and `%code provides'.
7674 (C++ Location Values): Update %define uses.
7675 (Calc++ Parser Interface): Likewise.
7676 (Calc++ Parser): Likewise, and update `%code requires' uses.
7677 (Table of Symbols): Update %code documentation.
7678 * src/parse-gram.y (prologue_declaration): For %define variables, use
7679 `variable' instead of `STRING'.
7680 (grammar_declaration): For %code qualifiers, use `ID' instead of
7681 `STRING'.
7682 (variable): New nonterminal that takes an `ID' or a `STRING'.
7683 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
7684 and %define uses.
7685 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
7686 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
7687 (%define errors): Update %define uses.
7688
7689 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
7690
7691 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
7692 instead of muscle_insert for %define values so that M4-special
7693 characters are replaced with digraphs.
7694 * tests/input.at (%define errors): Extend to check weird values.
7695
7696 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
7697
7698 Instead of having skeletons declare all valid %define variables and
7699 %code qualifiers, provide macros that retrieve the associated values
7700 and build these lists automatically. Thus Bison will now warn when a
7701 variable or qualifier is not used by the skeleton in the current
7702 invocation regardless of whether it might sometimes be used by that
7703 skeleton in other invocations. Also, move all %define value macros to
7704 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
7705 form, which is replaced by %code.
7706 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
7707 (b4_check_user_names): ... this, and change the series of valid name
7708 arguments to a single list argument for names used in the skeleton
7709 similar to the existing list argument for names used in the grammar.
7710 Warn instead of complaining.
7711 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
7712 values and %code code, to format %code code properly, and to build
7713 lists of all %define variables and %code qualifiers used in the
7714 skeleton: b4_skeleton_percent_define_variables and
7715 b4_skeleton_percent_code_qualifiers.
7716 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
7717 Remove, and...
7718 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
7719 the skeleton names lists can finish building first. In place of
7720 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
7721 expect the lists b4_user_percent_define_variables and
7722 b4_user_percent_code_qualifiers.
7723 * data/c++.m4: Where setting default values for b4_parser_class_name,
7724 b4_location_type, b4_filename_type, b4_namespace, and
7725 b4_define_location_comparison, update their names to the
7726 b4_percent_define_ namespace.
7727 * data/glr.c: Don't use b4_check_percent_define_variables and
7728 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
7729 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
7730 (b4_parser_class_name, b4_namespace): Define these using
7731 b4_get_percent_define for parser_class_name and namespace.
7732 * data/location.cc: Use b4_get_percent_define.
7733 * data/push.c: Don't use b4_check_percent_define_variables and
7734 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
7735 * data/yacc.c: Likewise, and don't call m4_exit in
7736 b4_use_push_for_pull_if or m4_wrap code will never execute.
7737 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
7738 Rename to...
7739 (muscle_grow_user_name_list): ... this for consistency with the
7740 terminology used in bison.m4.
7741 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
7742 %define variable names, and rename muscle used_percent_define_variables
7743 to user_percent_define_variables.
7744 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
7745 user_percent_code_qualifiers.
7746 (content): Remove.
7747 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
7748 {CODE} form is no longer accepted.
7749 * tests/input.at (Reject bad %code qualifiers): Rename to...
7750 (Reject unused %code qualifiers): ... this, and update test output.
7751 (%define error): Update test output.
7752
7753 2007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
7754
7755 Check for unrecognized %define variables similar to checking for
7756 unrecognized %code qualifiers. Check for redefined %define variables.
7757 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
7758 generalizes...
7759 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
7760 (b4_check_percent_define_variables): New, also wraps it.
7761 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
7762 variables using b4_check_percent_define_variables.
7763 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
7764 all those exercised in the test suite and all those listed in the
7765 `Default values' section of c++.m4. Are there others?
7766 * data/push.c, data/yacc.c: Declare no valid %define variables.
7767 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
7768 similar to muscle_find, but it works even when the muscle stores a
7769 const value.
7770 (muscle_grow_used_name_list): New function for constructing the used
7771 name list muscles that b4_check_for_unrecognized_names requires.
7772 * src/parse-gram.y (prologue_declaration): Warn if a variable is
7773 %define'd more than once. Define the b4_used_percent_define_variables
7774 muscle with muscle_grow_used_name_list.
7775 (grammar_declaration): Abbreviate %code code with
7776 muscle_grow_used_name_list.
7777 * tests/input.at (%define errors): New.
7778
7779 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7780
7781 Provide warn_at, complain_at, and fatal_at function callbacks to the
7782 skeletons, and use this for %code qualifier complaints.
7783 * data/bison.m4 (b4_error_at): New, invoked by...
7784 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
7785 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
7786 @fatal_at(...@) directives.
7787 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
7788 qualifiers in b4_used_percent_code_qualifiers and to use
7789 b4_complain_at.
7790 * src/location.c, src/location.h (boundary_set_from_string): New global
7791 function.
7792 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
7793 function.
7794 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
7795 to b4_used_percent_code_qualifiers.
7796 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
7797 function.
7798 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
7799 (lineno): Rename to...
7800 (out_lineno): ... this so I don't misunderstand it again.
7801 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
7802 here; these newlines are in the input but not the output file.
7803 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
7804 (at_directive_perform): ... this new static function, and add handling
7805 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
7806 directives.
7807 * tests/input.at (Reject bad %code qualifiers): Update test output with
7808 locations and extend.
7809
7810 * tests/output.at (Output file name: [, Output file name: ]): Remove
7811 bogus comment about these tests failing.
7812
7813 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7814
7815 Clean up b4_check_percent_code_qualifiers a little.
7816 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
7817 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
7818 documentation and add examples.
7819 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
7820 qualifiers here.
7821
7822 2007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
7823
7824 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
7825 unreliable -- especially when they're hidden inside another macro.
7826 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
7827 data/c.m4: Remove m4_divert(-1).
7828 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
7829 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
7830 m4_divert_push(0) and m4_divert_pop(0).
7831 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
7832 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
7833 pushed and popped by m4sugar, should be first on the stack.
7834
7835 Provide warn, complain, and fatal function callbacks to the skeletons.
7836 This provides more flexibility than m4_fatal, improves the error
7837 message format, and captures messages for translation. Discussed
7838 starting at
7839 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
7840 * data/bison.m4 (b4_error): New, invoked by...
7841 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
7842 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
7843 directives. Because these M4 macros might be called when the current
7844 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
7845 the previous removal of uses of m4_divert, which caused trouble.
7846 (b4_check_percent_code_qualifiers): Use b4_complain instead of
7847 m4_fatal to report unrecognized %code qualifiers.
7848 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
7849 push parser requests.
7850 * data/glr.c: Use b4_complain instead of m4_fatal to report
7851 non-deterministic push parser requests.
7852 Update @output usage to @output(...@) form.
7853 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
7854 report missing %defines. Update @output usage to @output(...@) form.
7855 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
7856 @output(...@) form.
7857 * src/main.c (main): Invoke skel_scanner_free.
7858 * src/scan-skel.h (skel_scanner_free): Prototype new function.
7859 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
7860 obstack_for_string from flex-scanner.h.
7861 (YY_DECL): Use to declare skel_lex static.
7862 (decode_at_digraphs): Remove; now handled in the new
7863 SC_AT_DIRECTIVE_ARG start condition.
7864 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
7865 functions.
7866 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
7867 at_directive_argv): New static globals.
7868 (INITIAL): Use fail_for_invalid_at.
7869 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
7870 recognize the start of a generalized `@directive(...@)' form and
7871 start...
7872 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
7873 directive args (using the new obstack_for_string), to decode the
7874 contained @ diagraphs, and to perform the directive. It recognizes
7875 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
7876 @output(...@).
7877 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
7878 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
7879 `@,'.
7880 (scan_skel): Initialize obstack_for_string on the first call.
7881 (skel_scanner_free): New function to free obstack_for_string.
7882 * tests/input.at (Reject bad %code qualifiers): Update test output.
7883
7884 2007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
7885
7886 Consolidate the 4 prologue alternative directives (%code, %requires,
7887 %provides, and %code-top) into a single %code directive with an
7888 optional qualifier field. Discussed at
7889 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
7890 * NEWS (2.3a+): Rewrite the existing entry for the prologue
7891 alternatives.
7892 * doc/bison.texinfo (Prologue Alternatives): Update.
7893 (Decl Summary): Update to %code "requires" and %code "provides".
7894 (Calc++ Parser): Update to %code "requires".
7895 (Table of Symbols): Remove entries for %requires, %provides, and
7896 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
7897 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
7898 are replaced by b4_percent_code_provides and b4_percent_code_requires,
7899 which are skeleton-specific.
7900 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
7901 declare what %code qualifiers it supports and to complain if any other
7902 qualifiers were used in the grammar.
7903 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
7904 and b4_user_code([b4_percent_code_provides]) in place of
7905 b4_user_requires and b4_user_provides.
7906 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
7907 Add b4_user_code([b4_percent_code_top]) and
7908 b4_user_code([b4_percent_code]).
7909 Invoke b4_check_percent_code_qualifiers.
7910 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
7911 PERCENT_REQUIRES): Remove.
7912 (grammar_declaration): Remove RHS's for %code-top, %provides, and
7913 %requires. Rewrite the %code RHS as the unqualified form defining the
7914 muscle b4_percent_code. Add another RHS for the qualified %code form,
7915 which defines muscles of the form b4_percent_code_QUALIFIER and the
7916 b4_used_percent_code_qualifiers muscle.
7917 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
7918 PERCENT_REQUIRES): Remove.
7919 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
7920 %code "requires" and %code "provides".
7921 * tests/input.at (Reject bad %code qualifiers): New.
7922
7923 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
7924
7925 Use the new code_props interface for destructors and printers.
7926 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
7927 printer_location members, and change the type of the destructor and
7928 printer members to code_props.
7929 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
7930 symbol_printer_get, semantic_type_destructor_set,
7931 semantic_type_printer_set, default_tagged_destructor_set,
7932 default_tagless_destructor_set, default_tagged_printer_set,
7933 default_tagless_printer_set): Use code_props in arguments and return
7934 types in place of char const * and location.
7935 (symbol_destructor_location_get, symbol_printer_location_get): Remove
7936 since the locations are now contained in the return of
7937 symbol_destructor_get and symbol_printer_get.
7938 * src/output.c (symbol_destructors_output, symbol_printers_output):
7939 Replace with...
7940 (symbol_code_props_output): ... this to eliminate duplicate code.
7941 (output_skeleton): Update to use symbol_code_props_output.
7942 * src/reader.c (symbol_should_be_used): Update use of
7943 symbol_destructor_get.
7944 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
7945 Update uses of the various _destructor_set and _printer_set functions.
7946 * src/symtab.c: (default_tagged_destructor_location,
7947 default_tagless_destructor_location, default_tagged_printer_location,
7948 default_tagless_printer_location): Remove since we...
7949 (default_tagged_destructor, default_tagless_destructor,
7950 default_tagged_printer, default_tagless_printer): ... change the type
7951 of these to code_props.
7952 (symbol_new, semantic_type_new, symbol_destructor_set,
7953 semantic_type_destructor_set, symbol_destructor_get,
7954 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
7955 symbol_check_alias_consistency, default_tagged_destructor_set,
7956 default_tagless_destructor_set, default_tagged_printer_set,
7957 default_tagless_printer_set): Update.
7958 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
7959 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
7960 code_props members.
7961 (symbol_print): Use SYMBOL_CODE_PRINT.
7962
7963 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
7964
7965 Use the new code_props interface for rule actions.
7966 * src/symlist.h (symbol_list): Replace action, action_location, and
7967 used members with a code_props action_props member.
7968 * src/reader.c (symbol_should_be_used, grammar_rule_check,
7969 grammar_midrule_action, grammar_current_rule_merge_set,
7970 grammar_current_rule_symbol_append, packgram): Update.
7971 * src/scan-code.h (translate_rule_action): Remove, no longer used.
7972 * src/scan-code.l (handle_action_dollar): Update.
7973 (translate_rule_action): Remove, no longer used.
7974 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
7975
7976 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
7977
7978 Use the new code_props interface in parse-gram.y.
7979 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
7980 Update all uses of translate_* functions to use the new code_props
7981 interface and to use gram_scanner_last_string_free and
7982 code_scanner_last_string_free where possible.
7983 (grammar_declaration): symbol_list_destructor_set and
7984 symbol_list_printer_set now perform the translation, so don't do it
7985 here. Use gram_scanner_last_string_free where possible.
7986 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
7987 translate_code): Remove, no longer used.
7988 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
7989 symbol_list_printer_set): Perform code translation here rather than
7990 depending on the caller to do so.
7991
7992 * src/symlist.h (struct symbol_list): Correct some documentation typos.
7993 * src/scan-gram.h (gram_last_string): Remove declaration.
7994 * src/scan-gram.l (last_string): Declare it static.
7995
7996 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
7997
7998 Encapsulate code properties and related functionality for the various
7999 destructors, printers, and actions into a code_props structure and
8000 interface. This patch merely implements code_props in scan-code.h and
8001 scan-code.l. Future patches will rewrite other modules to use it.
8002 Discussed starting at
8003 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
8004 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
8005 consistently initialize const structs that have an empty location
8006 field.
8007 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
8008 to ensure consistency.
8009 * src/scan-code.h (code_props): New structure.
8010 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
8011 function, macro, and const global variable for initializing a
8012 code_props with no code.
8013 (code_props_plain_init, code_props_symbol_action_init,
8014 code_props_rule_action_init, code_props_translate_code): The rest of
8015 the new code_props functional interface. Among other things, the init
8016 functions set the code_props kind field so that
8017 code_props_translate_code will know whether to behave like
8018 translate_symbol_action, translate_rule_action, or translate_code.
8019 These old translate functions must remain until all other modules are
8020 updated to use the new code_props interface.
8021 (code_scanner_last_string_free): New function similar to
8022 gram_scanner_last_string_free.
8023 (code_scanner_free): Add documentation.
8024 * src/scan-code.l: Implement the new interface.
8025 (code_lex): Make it static, add a code_props* argument, and remove the
8026 rule argument.
8027 (last_string): New static global similar to the one in scan-gram.l.
8028 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
8029 instead of rule.
8030 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
8031 code_props since Bison may one day use this information for destructors
8032 and printers.
8033 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
8034 (handle_action_dollar): Use symbol_list_n_get and set used flag
8035 directly since symbol_list_n_used_set is removed.
8036 (translate_action): Add a code_props* argument and remove the rule,
8037 action, and location arguments. Pass the code_props* on to code_lex.
8038 (translate_rule_action, translate_symbol_action, translate_code):
8039 Rewrite as wrappers around the new code_props interface.
8040 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
8041 it would eventually need to break the encapsulation of code_props.
8042
8043 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
8044
8045 * etc/.cvsignore: New.
8046
8047 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
8048
8049 Add maintainer-push-check to run maintainer-check using push parsing in
8050 place of pull parsing where available.
8051 * Makefile.am (maintainer-push-check): New.
8052 * data/bison.m4 (b4_use_push_for_pull_if): New.
8053 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
8054 appropriately based on their existing values.
8055 (yypush_parse): Don't print push-parser-specific diagnostics if push
8056 parsing is being used in place of pull parsing.
8057 * data/yacc.c: If push parsing should replace pull parsing, redirect to
8058 push.c.
8059 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
8060 variable, and insert b4_use_push_for_pull_flag into muscles.
8061 * tests/Makefile.am (maintainer-push-check): New.
8062
8063 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
8064
8065 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
8066 (whether successful or failed) so that yypush_parse can be invoked
8067 again to start a new parse using the same yypstate.
8068 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
8069 check multiple yypull_parse invocations on the same yypstate. For pull
8070 mode, extend to check multiple yyparse invocations.
8071 (Exploding the Stack Size with Alloca): Extend to try with
8072 %push-pull-parser.
8073 (Exploding the Stack Size with Malloc): Likewise.
8074
8075 * tests/calc.at (Simple LALR Calculator): Don't specify
8076 %skeleton "push.c" since %push-pull-parser implies that now.
8077 * tests/headers.at (export YYLTYPE): Don't check for the push
8078 declarations. Otherwise, this test case can't be used to see if push
8079 mode can truly emulate pull mode.
8080 * tests/input.at (Torturing the Scanner): Likewise.
8081 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
8082 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
8083 AT_YACC_IF, which now includes the case of push mode since %skeleton
8084 need not be used for push mode. This will be more intuitive once
8085 push.c is renamed to yacc.c.
8086
8087 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
8088
8089 For push mode, convert yyparse from a macro to a function, invoke yylex
8090 instead of passing a yylexp argument to yypull_parse, and don't
8091 generate yypull_parse or yyparse unless %push-pull-parser is declared.
8092 Discussed starting at
8093 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
8094 * data/bison.m4 (b4_pull_if): New.
8095 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
8096 * data/push.c: Improve M4 quoting a little.
8097 (b4_generate_macro_args, b4_parenthesize): Remove.
8098 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
8099 any time a pull parser is requested.
8100 Don't #define this as a wrapper around yypull_parse. Instead, when
8101 both push and pull are requested, make it a function that does that
8102 same thing.
8103 (yypull_parse): If there's a b4_prefix, #define this to
8104 b4_prefix[pull_parse] when both push and pull are requested.
8105 Don't define this as a function unless both push and pull are
8106 requested.
8107 Remove the yylexp argument and hard-code yylex invocation instead.
8108 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
8109 %push-parser.
8110 * src/getargs.c (pull_parser): New global initialized to true.
8111 * getargs.h (pull_parser): extern it.
8112 * src/output.c (prepare): Insert pull_flag muscle.
8113 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
8114 (prologue_declaration): Set both push_parser and pull_parser = true for
8115 %push-pull-parser. Set push_parser = true and pull_parser = false for
8116 %push-parser.
8117 * src/scan-gram.l: Don't accept %push_parser as an alternative to
8118 %push-parser since there's no backward-compatibility concern here.
8119 Scan %push-pull-parser.
8120 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
8121 instead of %push-parser.
8122 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
8123 prototype it in the module that calls yyparse.
8124 * tests/input.at (Torturing the Scanner): Likewise.
8125 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
8126
8127 2006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
8128
8129 Update etc/bench.pl. Optimize push mode a little (the yyn change
8130 deserves most of the credit).
8131 * Makefile.am (SUBDIRS): Add etc subdirectory.
8132 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
8133 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
8134 yytoken, yyval, and yyloc declarations to...
8135 (yyparse or yypush_parse): ... here to improve performance. For
8136 yypush_parse invocations after the first, be sure to assign yyn its old
8137 value again.
8138 (yypstate_new): Don't bother initializing the yyresult field since the
8139 initial value isn't used.
8140 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
8141 remove the #define that, in push mode, set it to yyps->NAME.
8142 * etc/Makefile.am: New.
8143 * etc/bench.pl: Remove and build it instead from...
8144 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
8145 "tests/bison" from the build directory by default rather than just
8146 invoking "bison" from $PATH.
8147 (calc_grammar): Update push parser code: don't declare yylval globally,
8148 don't define yyparse_wrapper, and don't #define yyparse.
8149 (bench_grammar): Update to check all working combinations of yacc.c,
8150 push.c, impure, pure, pull, and push.
8151
8152 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
8153
8154 For push mode, add pull wrappers around yypush_parse.
8155 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
8156 (yypull_parse): New function wrapping yypush_parse.
8157 (yyparse): New #define wrapping yypull_parse.
8158 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
8159 is declared.
8160 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
8161 prototype yylex in the module that calls yyparse, and don't prototype
8162 yyparse there. Otherwise, the yyparse expansion won't compile.
8163 * tests/input.at (Torturing the Scanner): Likewise.
8164
8165 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
8166
8167 Enable push parsers to operate in impure mode. Thus, %push-parser no
8168 longer implies %pure-parser. The point of this change is to move
8169 towards being able to test the push parser code by running the entire
8170 test suite as if %push-parser had been declared.
8171 * data/push.c (yypush_parse): For impure mode, remove the
8172 yypushed_char, yypushed_val, and yypushed_loc arguments.
8173 Instead, declare these as local variables initialized to the global
8174 yychar, yylval, and yylloc.
8175 For the first yypush_parse invocation only, restore the initial values
8176 of these global variables when it's time to read a token since they
8177 have been overwritten.
8178 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
8179 %push-parser.
8180 * tests/calc.at (Simple LALR(1) Calculator): Always declare
8181 %pure-parser along with %push-parser since this test case was designed
8182 for pure push parsers.
8183 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
8184 (AT_YACC_OR_PUSH_IF): New.
8185 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
8186 add a note that it's still wrong for some cases (as it has been for a
8187 while).
8188 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
8189 %push-parser no longer implies %pure-parser.
8190
8191 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
8192
8193 Remove some unnecessary differences between the pull parser code and
8194 the push parser code. This patch enables yynerrs in push mode.
8195 * data/push.c: Reformat M4 a little.
8196 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
8197 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
8198 because push mode is on. Instead, if pure mode is on, move yynerrs
8199 to...
8200 (b4_declare_parser_state_variables): ... here.
8201 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
8202 to yyps->NAME so it can be used in yypush_parse.
8203 (yypush_parse): Don't omit uses of yynerrs in push mode.
8204
8205 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
8206
8207 Fix bug such that the first pushed token's value and location are
8208 sometimes overwritten (sometimes by %initial-action) before being used.
8209 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
8210 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
8211 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
8212 more closely mimic the pull parser logic.
8213 Don't copy the pushed token to yychar, yylval, and yylloc until it's
8214 time to read a token, which is after any initialization of yylval and
8215 yylloc.
8216 (gottoken): Rename label to...
8217 (yyread_pushed_token): ... for clarity and to avoid infringing on the
8218 user namespace.
8219
8220 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
8221
8222 Rearrange initialization of the parser state variables so that the
8223 skeleton doesn't have to have a copy for pull mode and another for push
8224 mode. This patch also fixes at least a bug such that yylloc was not
8225 initialized (with b4_location_initial_line and
8226 b4_location_initial_column) upon calling yypush_parse. However, that
8227 initialization now overwrites the first token's location;
8228 %initial-action assigning @$ already did the same thing, and both bugs
8229 will be fixed in a later patch.
8230 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
8231 (b4_declare_parser_state_variables): Remove initialization of yytoken,
8232 yyss, yyvs, yyls, and yystacksize.
8233 (yypstate_new): Remove initialization of some yypstate fields: yystate,
8234 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
8235 yylsp.
8236 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
8237 yyps->NAME so it can be used in yypush_parse.
8238 (yyparse or yypush_parse): For yypush_parse, don't print the
8239 "Starting parse" diagnostic for invocations after the first.
8240 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
8241 yypush_parse, only do it for the first invocation.
8242 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
8243 initialization to occur in yypush_parse but only on the first
8244 invocation.
8245
8246 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
8247
8248 * data/push.c: Add CPP guards around push parser declarations in both
8249 the header and the code file.
8250 In the code file, move the push parser declarations to the same place
8251 they appear in the header file.
8252 Clean up the M4 some, especially the inconsistent underquoting in
8253 some b4_c_function_def and b4_c_function_decl uses.
8254
8255 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
8256
8257 Encapsulate the push parser state variables into an M4 macro so the
8258 push skeleton doesn't have to list them again for pull mode's yyparse.
8259 For push mode, remove yypush_parse's local equivalents of these
8260 variables to eliminate unnecessary copying between the two sets at
8261 run-time. This patch also fixes at least a bug related to multiple
8262 %initial-action invocations in push mode.
8263 * data/push.c (b4_declare_parser_variables): Rename to...
8264 (b4_declare_scanner_communication_variables): ... this for clarity and
8265 update both uses.
8266 (b4_declare_yyparse_variables): Remove and move its contents to the one
8267 spot where it was invoked.
8268 (b4_declare_parser_state_variables): New macro containing the parser
8269 state variables required by push mode.
8270 (struct yypstate): Replace all fields but yynew with
8271 b4_declare_parser_state_variables.
8272 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
8273 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
8274 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
8275 (yyparse or yypush_parse): For yyparse in pull mode, replace local
8276 parser state variable declarations with
8277 b4_declare_parser_state_variables.
8278 Don't initialize parser state variables when calling yypush_parse since
8279 yypstate_new already does that.
8280 Invoke the user's initial action only upon the first yypush_parse
8281 invocation.
8282 Remove all code that copies between the local parser state variables
8283 and the yypstate.
8284
8285 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
8286
8287 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
8288 prevent a name collision in a future patch where these names will
8289 sometimes be #define'd.
8290 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
8291 since it no longer has the same name as the existing argument.
8292 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
8293
8294 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8295 and Joel E. Denny <jdenny@ces.clemson.edu>
8296
8297 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
8298 that the argument is case-insensitive, and there's no `=' here.
8299 For the %skeleton entry, mention that %language is better.
8300 (Bison Options): Likewise for --language and --skeleton. Move the
8301 --skeleton entry so that the `Tuning the parser' section is sorted
8302 alphabetically on long options.
8303 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
8304 %language directive in detail here; cross-reference the %language
8305 documentation instead.
8306 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
8307 `%require "2.3b"' so that the example is always up-to-date.
8308 (Table of Symbols): Add entries for %language and %skeleton.
8309 * examples/extexi (normalize): Instead of replacing every %require
8310 argument with the current Bison version, just substitute for
8311 `@value{VERSION}'. This guarantees that we're testing what actually
8312 appears in the documentation.
8313 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
8314 rather than `@VERSION@'.
8315
8316 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
8317
8318 * NEWS: Reword the %language news a bit, and put it earlier.
8319
8320 * src/getargs.c (skeleton_arg): Last arg is now location const *.
8321 Rewrite to simplify the logic.
8322 (language_argmatch): Likewise.
8323 (program_name): We now own this var.
8324 * src/getargs.h (struct bison_language): Use char[] rather than
8325 const char *.
8326
8327 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
8328 Java is supported.
8329 * src/complain.c (program_name): Remove decl; no longer needed.
8330 * src/main.c (program_name): Remove; now belongs to getargs.
8331
8332 2006-12-18 Paolo Bonzini <bonzini@gnu.org>
8333
8334 * NEWS: Document %language.
8335
8336 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
8337
8338 * data/c-skel.m4, data/c++-skel.m4: New files.
8339 * data/glr.c: Complain on push parsers.
8340
8341 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
8342 over %skeleton.
8343 (Decl Summary): Document %language and %skeleton.
8344 (Command line): Document -L.
8345
8346 * examples/extexi: Rewrite %require directive.
8347 * examples/calc++/Makefile.am: Pass VERSION to extexi.
8348
8349 * src/files.c (compute_exts_from_gc): Look in language structure
8350 for .y extension.
8351 (compute_file_name_parts): Check whether .tab should be added.
8352 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
8353 (language, skeleton_arg, language_argmatch): New.
8354 (long_options): Add --language.
8355 (getargs): Use skeleton_arg, add -L/--language.
8356 * src/getargs.h: Include location.h.
8357 (struct bison_language, language, skeleton_arg, language_argmatch): New.
8358 * src/output.c (prepare): Pick default skeleton from struct language.
8359 Don't dispatch C skeletons here.
8360 * src/parse-gram.y (PERCENT_LANGUAGE): New.
8361 (prologue_declaration): Add "%language" rule, use skeleton_arg.
8362 * src/scan-gram.l ("%language"): New rule.
8363
8364 * tests/calc.at: Test %skeleton and %language.
8365 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
8366 (AT_GLR_IF): Look for %skeleton "glr.cc".
8367 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
8368 (AT_YACC_IF): Reject %language.
8369
8370 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
8371
8372 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
8373 since it wasn't used; only the typedef name 'semantic_type' is needed.
8374 Also, omit trailing white space.
8375
8376 * bootstrap: Sync from coreutils.
8377 (gnulib_extra_files): Add build-aux/announce.gen.
8378 (slurp): Adjust .gitignore files like .cvsignore files.
8379 * build-aux/announce-gen: Remove from CVS, since bootstrap
8380 now creates this.
8381
8382 2006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
8383
8384 Make %push-parser imply %pure-parser. This fixes several bugs; see
8385 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
8386 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
8387 pure_parser = true.
8388 * data/push.c: Don't bother testing b4_push_if when deciding whether
8389 to expand b4_declare_parser_variables globally.
8390 (yypush_parse): Likewise in here.
8391
8392 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
8393 (yy_reduce_print): Reformat M4 for readability.
8394
8395 2006-12-15 Bob Rossi <bob@brasko.net>
8396 and Joel Denny <jdenny@ces.clemson.edu>
8397
8398 * data/push.c (yypstate): Add typedef, and update all uses of
8399 struct yypstate to just yypstate.
8400 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
8401
8402 2006-12-14 Bob Rossi <bob@brasko.net>
8403
8404 * data/push.c (yypush_parse): Declare prototype regardless of
8405 %locations option.
8406
8407 2006-12-14 Bob Rossi <bob@brasko.net>
8408
8409 * data/push.c (yyparse): Remove the prototype and the #define when in
8410 push-parser mode.
8411
8412 2006-12-13 Bob Rossi <bob@brasko.net>
8413
8414 * data/push.c (yypstate_init): Rename to...
8415 (yypstate_new): ... this and use b4_c_function_def.
8416 (yypstate_delete): New.
8417 (yypush_parse): Change parameters yynval and yynlloc to be const.
8418 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
8419 yypstate_delete functions.
8420
8421 2006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
8422
8423 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
8424 strange test case titles. Reported by Bob Rossi.
8425
8426 2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
8427
8428 * TODO: Add pointer to Sylvain Schmitz's work on static detection
8429 of potential ambiguities in GLR grammers.
8430
8431 2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
8432
8433 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
8434 `bison ', use m4_index instead of m4_substr since chopping up a string
8435 containing M4-special characters causes problems here.
8436
8437 Fix a couple of bugs related to special characters in user-specified
8438 file names, and make it easier for skeletons to compute output file
8439 names with the same file name prefix as Bison-computed output file
8440 names.
8441 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
8442 b4_parser_file_name and b4_spec_defines_file instead of
8443 @output_parser_name@ and @output_header_name@, which are now redundant.
8444 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
8445 b4_parser_file_name, b4_spec_defines_file, and the new
8446 @basename(FILENAME@) instead of @output_parser_name@ and
8447 @output_header_name@, which inappropriately escaped the file names as
8448 C string literals.
8449 * src/files.c (all_but_ext): Remove static qualifier.
8450 (compute_output_file_names): Move `free (all_but_ext)' to...
8451 (output_file_names_free): ... here since all_but_ext is needed later.
8452 * src/files.h (all_but_ext): Extern.
8453 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
8454 exactly what MUSCLE_INSERT_STRING used to do.
8455 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
8456 characters are escaped properly.
8457 * src/output.c (prepare): Define muscle file_name_all_but_ext as
8458 all_but_ext.
8459 For pkgdatadir muscle, maintain previous functionality by using
8460 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
8461 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
8462 digraphs would never be expanded. Hopefully no one has M4-special
8463 characters in his Bison installation path.
8464 * src/scan-skel.l: Don't parse @output_header_name@ and
8465 @output_parser_name@ anymore since they're now redundant.
8466 In @output, use decode_at_digraphs.
8467 Parse a new @basename command that invokes last_component.
8468 (decode_at_digraphs): New.
8469 (BASE_QPUTS): Remove unused.
8470 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
8471 (Output file name): New tests.
8472
8473 2006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
8474
8475 Warn about output files that are generated by the skeletons and that
8476 conflict with other output files.
8477 * data/glr.c: Don't generate the header file here when glr.cc does.
8478 * src/files.c (file_names, file_names_count): New static globals.
8479 (compute_output_file_names): Invoke output_file_name_check for files
8480 not generated by the skeletons and remove existing checks.
8481 (output_file_name_check): New function that warns about conflicting
8482 output file names.
8483 (output_file_names_free): Free file_names.
8484 * src/files.h (output_file_name_check): Declare.
8485 * src/scan-skel.l: Invoke output_file_name_check for files generated by
8486 the skeletons.
8487 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
8488 (Conflicting output files): New tests.
8489
8490 2006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8491
8492 * doc/bison.texinfo: Fix a couple of typos.
8493
8494 2006-12-08 Bob Rossi <bob@brasko.net>
8495
8496 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
8497 Rename to...
8498 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
8499 update all uses.
8500 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
8501 (yypush_parse): Rename yypvars argument to yyps and remove redundant
8502 local pv.
8503 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
8504 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
8505
8506 2006-12-07 Bob Rossi <bob@brasko.net>
8507 and Joel Denny <jdenny@ces.clemson.edu>
8508
8509 * data/push.c (yypvarsinit): Change return type from void* to struct
8510 yypvars*. No longer cast to void* on return.
8511 (struct yypvars): Remove yylen since it need not be remembered between
8512 yypushparse invocations.
8513 (yypushparse): Don't copy between yylen and pv->yylen.
8514
8515 2006-12-05 Bob Rossi <bob@brasko.net>
8516
8517 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
8518 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
8519 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
8520 (struct yypvars): Remove b4_declare_parser_variables.
8521 (yypvarsinit): Remove init code for removed variables.
8522 (global scope): Do not declare b4_declare_parser_variables if
8523 push or pure mode.
8524 (yypushparse): Add b4_declare_parser_variables.
8525 Init new local variables, and remove init code for removed
8526 yypvars variables.
8527 (yyparse): Delete.
8528 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
8529 and yyparse for other modes.
8530 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
8531 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
8532 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
8533 (AT_PURE_LEX_IF): True if pure or push parser.
8534
8535 2006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
8536
8537 Document Yacc prologue alternatives and default %destructor's and
8538 %printer's as experimental. Don't mention Java yet. Discussed at
8539 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
8540 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
8541 (2.3a): Annotate this entry to say the old forms of these features were
8542 also experimental.
8543 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
8544 Table of Symbols): Say they're experimental. Comment out any mention
8545 of Java (we'll want this back eventually).
8546
8547 2006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
8548
8549 Support a file name argument to %defines. Deprecate `=' in
8550 %file-prefix, %name-prefix, and %output. Discussed at
8551 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
8552 * NEWS (2.3a+): Mention.
8553 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
8554 form of %defines, and remove `=' from entries for %file-prefix,
8555 %name-prefix, and %output.
8556 * src/parse-gram.y (prologue_declaration): Implement.
8557 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
8558 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
8559 all but one occurrence of %name-prefix.
8560 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
8561 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
8562 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
8563 occurrence of each of %file-prefix and %output. Add check for %defines
8564 with argument.
8565 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
8566 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
8567 Remove the `=' from %output.
8568
8569 2006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
8570
8571 Don't escape $ in test case titles since Autoconf 2.61 now does that
8572 correctly.
8573 * tests/actions.at (Default %printer and %destructor are not for error
8574 or $undefined): Here.
8575 (Default %printer and %destructor are not for $accept): Here.
8576 * tests/input.at (Invalid $n and @n): Here.
8577
8578 2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
8579
8580 Rename <!> to <>. Discussed starting at
8581 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
8582 * NEWS (2.3a+): Update.
8583 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
8584 Update.
8585 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
8586 * src/scan-gram.l (INITIAL): Implement.
8587 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
8588 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
8589 comment.
8590 * tests/actions.at (Default tagless %printer and %destructor,
8591 Default tagged and per-type %printer and %destructor,
8592 Default %printer and %destructor are not for error or $undefined,
8593 Default %printer and %destructor are not for $accept,
8594 Default %printer and %destructor for mid-rule values): Update.
8595 * tests/input.at (Default %printer and %destructor redeclared,
8596 Unused values with default %destructor): Update.
8597
8598 2006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
8599
8600 Don't let %prec take a nonterminal.
8601 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
8602 token.
8603 * tests/input.at (%prec takes a token): New test checking that %prec
8604 won't take a nonterminal.
8605
8606 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
8607
8608 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
8609 it was double-quoted.
8610 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
8611 grammar is maintained with Bison's highest standards.
8612 * src/getargs.c: Fix some typos in Doxygen comments.
8613
8614 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
8615
8616 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
8617 later. Reported by Paul Eggert in
8618 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
8619 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
8620 * src/scan-code.l (translate_action): Don't bother invoking
8621 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
8622 (code_scanner_free): Instead of invoking
8623 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
8624 which frees more.
8625 * src/scan-gram.l (gram_scanner_free): Likewise.
8626 * src/scan-skel.l (scan_skel): Likewise.
8627
8628 2006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
8629
8630 * src/files.c (tr): Change return type to void.
8631 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
8632 has been called previously for the same key.
8633 (muscle_find): Return storage instead of value so that
8634 --enable-gcc-warnings doesn't produce warnings that the return discards
8635 const. aver that the value and storage are the same since storage
8636 could potentially be NULL when value is not.
8637 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
8638 same as 0.
8639
8640 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
8641
8642 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
8643 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
8644 us a slightly cleaner distribution, and also works.
8645 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
8646 gnulib changes.
8647
8648 2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
8649 and Paul Eggert <eggert@cs.ucla.edu>
8650
8651 Don't let Bison leak memory except when it complains.
8652 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
8653 (spec_defines_file, dir_prefix): Now char *, not const char *,
8654 since they are freed.
8655 * src/files.c: Likewise.
8656 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
8657 Likewise.
8658 (tr): Now operates in-place. All uses changed.
8659 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
8660 values.
8661 (compute_file_name_parts, compute_output_file_names): Don't store
8662 read-only data in variables that will be freed.
8663 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
8664 src_extension, and header_extension.
8665 (output_file_names_free): New public function to free
8666 spec_verbose_file, spec_graph_file, spec_defines_file,
8667 parser_file_name, and dir_prefix.
8668 * src/getargs.c (getargs): Don't store read-only data in variables that
8669 will be freed.
8670 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
8671 (which previously existed but was unused), and quotearg_free.
8672 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
8673 * src/muscle_tab.c: Likewise.
8674 (muscle_entry): Make the value char const *,
8675 and add a new storage member that is char * and can be freed.
8676 (muscle_entry_free): New private function.
8677 (muscle_init): Use it instead of free.
8678 (muscle_insert, muscle_grow): Update and use new storage member.
8679 (muscle_code_grow): Free the string passed to muscle_grow
8680 since it's not needed anymore.
8681 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
8682 add a new `char *code' member.
8683 ("{...}"): Declare semantic type as code.
8684 * src/scan-code.h (translate_rule_action):
8685 (translate_symbol_action, translate_code, translate_action): Return
8686 `char const *' rather than `char *' since external code should not free
8687 these strings.
8688 * src/scan-code.l: Likewise.
8689 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
8690 which is "{...}" in the parser.
8691 * tests/Makefile.am (maintainer-check-valgrind): Set
8692 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
8693 Valgrind.
8694 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
8695 complain.
8696 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
8697 expecting a non-zero exit status sets --leak-check=summary and
8698 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
8699 this case, and we don't want to hear about it.
8700
8701 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
8702
8703 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
8704 instead of from the template, to simplify configuration a bit.
8705 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
8706 and m4/wint_t.m4, as they are needed with the latest gnulib.
8707
8708 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
8709
8710 Disable unset/unused mid-rule value warnings by default, and recognize
8711 --warnings=midrule-values to enable them. Discussed starting at
8712 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
8713 * NEWS (2.3a+): Mention.
8714 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
8715 warnings): Add entry for midrule-values subargument.
8716 * src/reader.c (symbol_should_be_used): Don't return true just because
8717 the value is a set/used mid-rule value unless
8718 --warnings=midrule-values was specified.
8719 * tests/input.at (Unused values, Unused values before symbol
8720 declarations): Run tests with and without --warnings=midrule-values.
8721
8722 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
8723 than LIST_FREE directly.
8724
8725 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
8726
8727 Finish implementing --warnings=error, which should not be implied by
8728 --warnings=all (or by its synonyms -W and --warnings without
8729 subarguments).
8730 * src/complain.c (set_warning_issued): New function to report that
8731 warnings are being treated as errors and to record an error if so.
8732 Invoke...
8733 (warn_at, warn): ... here.
8734 * src/getargs.c (warnings_args, warnings_types): Reorder so that
8735 "error - warnings are errors" does not appear above "all - all of the
8736 above".
8737 (getargs): For -W and --warnings without subarguments, don't let
8738 FLAGS_ARGMATCH set warnings_error in warnings_flag.
8739 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
8740
8741 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
8742
8743 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
8744 empty subargument list. For example: `bison --warnings= parser.y'.
8745
8746 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
8747
8748 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
8749 the parser header file so that gcc doesn't warn.
8750
8751 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
8752
8753 Split the default %destructor/%printer into two kinds: <*> and <!>.
8754 Discussed starting at
8755 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
8756 * NEWS (2.3a+): Mention.
8757 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
8758 previous change today related to mid-rules.
8759 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
8760 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
8761 (TYPE_TAG_ANY): Add as <*>.
8762 (TYPE_TAG_NONE): Add as <!>.
8763 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
8764 for <*> and <!>.
8765 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
8766 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
8767 * src/symlist.c (symbol_list_default_new): Split into tagged and
8768 tagless versions.
8769 (symbol_list_destructor_set, symbol_list_printer_set): Split
8770 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
8771 SYMLIST_DEFAULT_TAGLESS.
8772 * src/symlist.h: Update symbol_list_default*_new prototypes.
8773 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
8774 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
8775 * src/symtab.c (default_destructor, default_destructor_location,
8776 default_printer, default_printer_location): Split each into tagged and
8777 tagless versions.
8778 (symbol_destructor_get, symbol_destructor_location_get,
8779 symbol_printer_get, symbol_printer_location_get): Implement tagged
8780 default and tagless default cases.
8781 (default_destructor_set, default_printer_set): Split each into tagged
8782 and tagless versions.
8783 * src/symtab.h: Update prototypes.
8784 * tests/actions.at (Default %printer and %destructor): Rename to...
8785 (Default tagless %printer and %destructor): ... this, and extend.
8786 (Per-type %printer and %destructor): Rename to...
8787 (Default tagged and per-type %printer and %destructor): ... this, and
8788 extend.
8789 (Default %printer and %destructor for user-defined end token): Extend.
8790 (Default %printer and %destructor are not for error or $undefined):
8791 Update.
8792 (Default %printer and %destructor are not for $accept): Update.
8793 (Default %printer and %destructor for mid-rule values): Extend.
8794 * tests/input.at (Default %printer and %destructor redeclared): Extend.
8795 (Unused values with default %destructor): Extend.
8796
8797 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
8798
8799 Don't apply the default %destructor/%printer to an unreferenced midrule
8800 value. Mentioned at
8801 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
8802 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
8803 like $@n instead of just @n so that the default %destructor/%printer
8804 logic doesn't see them as user-defined symbols.
8805 (symbol_is_dummy): Check for both forms of the name.
8806 * src/reader.c (packgram): Remove the `$' from each midrule symbol
8807 name for which the midrule value is referenced in any action.
8808 * tests/actions.at (Default %printer and %destructor for mid-rule
8809 values): New test.
8810 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
8811 for change to dummy symbol names.
8812
8813 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
8814
8815 Warn about unset midrule $$ if the corresponding $n is used.
8816 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
8817 $n usage.
8818 (packgram): Before invoking grammar_rule_check on any rule, make sure
8819 all actions have already been scanned in order to set `used' flags.
8820 Otherwise, checking that a midrule's $$ is set will not always work
8821 properly because the midrule check must forward-reference the midrule's
8822 parent rule.
8823 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
8824 warning.
8825
8826 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
8827
8828 More improvements to the documentation of the prologue alternatives:
8829 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
8830 Bison manual.
8831 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
8832 some text to clarify the relative importance of the new directives and
8833 to show how these directives may be viewed as code labels.
8834
8835 2006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
8836
8837 Similar to the recently removed %before-header, add %code-top as the
8838 alternative to the pre-prologue. Mentioned at
8839 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
8840 Also, let the prologue alternatives appear in the grammar section.
8841 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
8842 (prologue_declaration): Move the existing prologue alternatives to...
8843 (grammar_declaration): ... here and add %code-top.
8844 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
8845
8846 Clean up and extend documentation for the prologue alternatives.
8847 * NEWS (2.3a+): Describe prologue alternatives.
8848 * doc/bison.texinfo (Prologue): Move discussion of prologue
8849 alternatives to...
8850 (Prologue Alternatives): ... this new section, and extend it to discuss
8851 all 4 directives in detail.
8852 (Table of Symbols): Clean up discussion of prologue alternatives and
8853 add %code-top.
8854
8855 2006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8856
8857 DJGPP specific issues.
8858
8859 * djgpp/config.bat: config.hin has been moved to lib. Adjust
8860 config.bat accordingly.
8861 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
8862 * djgpp/config.site: Likewise.
8863
8864 2006-10-16 Paolo Bonzini <bonzini@gnu.org>
8865
8866 Replace %*-header with %provides, %requires, %code. See discussion at
8867 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
8868
8869 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
8870 (b4_user_start_header): Remove.
8871 * data/glr.c: Use new macros instead of b4_*start_header
8872 and b4_*end_header.
8873 * data/glr.cc: Likewise.
8874 * data/lalr1.cc: Likewise.
8875 * data/push.c: Likewise.
8876 * data/yacc.c: Likewise.
8877
8878 * doc/bison.texinfo: Remove %before-header, rename
8879 %{start,end,after}-header to %requires, %provides, %code.
8880
8881 * src/parse-gram.y: Likewise (also rename token names accordingly).
8882 * src/scan-gram.l: Likewise.
8883 * tests/actions.at: Likewise.
8884
8885 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
8886
8887 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
8888 Problem reported by Joel E. Denny.
8889
8890 2006-10-14 Jim Meyering <jim@meyering.net>
8891
8892 (Sync from coreutils.)
8893 Work also when the working directory (with e.g. coreutils sources)
8894 is version controlled with git, rather than CVS.
8895 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
8896 rather than CVS.
8897 In messages and comments, say e.g., "checked-out sources",
8898 rather than "CVS sources".
8899 (version_controlled_file): New function. Work for git as well as
8900 for CVS. Don't use grep's -q option.
8901 (slurp): Call it here, in place of CVS-specific code.
8902
8903 2006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
8904
8905 Fix testsuite for ./configure --enable-gcc-warnings:
8906 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
8907 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
8908 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
8909 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
8910 * test/regression.at (Diagnostic that expects two alternatives):
8911 Likewise.
8912
8913 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
8914
8915 * bootstrap.conf (gnulib_modules): Add config-h.
8916 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
8917 worry about HAVE_CONFIG_H.
8918 * lib/abitset.c: Likewise.
8919 * lib/bitset.c: Likewise.
8920 * lib/bitset_stats.c: Likewise.
8921 * lib/bitsetv-print.c: Likewise.
8922 * lib/bitsetv.c: Likewise.
8923 * lib/ebitset.c: Likewise.
8924 * lib/get-errno.c: Likewise.
8925 * lib/lbitset.c: Likewise.
8926 * lib/subpipe.c: Likewise.
8927 * lib/timevar.c: Likewise.
8928 * lib/vbitset.c: Likewise.
8929 * lib/bitset.c: Include "bitset.h" first, to test interface.
8930 * lib/bitset_stats.c: Include "bitset_stats.h" first.
8931 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
8932 * lib/bitsetv.c: Include "bitsetv.h" first.
8933 * lib/get-errno.c: Include "get-errno.h" first.
8934 * m4/.cvsignore: Add config-h.m4.
8935 * tests/actions.at (Default %printer and %destructor for ...):
8936 Adjust expected line numbers in output to reflect removal of #if
8937 HAVE_CONFIG_H lines.
8938 * tests/glr-regression.at (Missed %merge type warnings when ...):
8939 Likewise.
8940 * tests/regression.at (Braced code in declaration in rules section):
8941 Likewise.
8942 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
8943 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
8944 Include <config.h> unconditionally.
8945
8946 * bootstrap: Sync from coreutils, as follows:
8947
8948 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
8949
8950 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
8951 variable was sometimes used without being initialized. This
8952 messed up the installation of the INSTALL file in some cases.
8953
8954 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
8955
8956 * bootstrap (usage, main program, symlink_to_gnulib): Add option
8957 --copy. Inspired by a suggestion from Bruno Haible.
8958
8959 2006-10-03 Jim Meyering <jim@meyering.net>
8960
8961 * bootstrap: Undo last change to this file, since now gnulib-tool
8962 sticks with the automake default in generating dependencies.
8963
8964 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
8965
8966 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
8967 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
8968
8969 * doc/bison.1: Add copyright notice.
8970
8971 * data/glr.c: Don't include <stdarg.h>; not used.
8972
8973 * NEWS: The -g and --graph options now output graphs in Graphviz
8974 DOT format, not VCG format.
8975 * doc/bison.1: Likewise.
8976 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
8977 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
8978 of this change in
8979 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
8980 * TODO: Remove Graphviz entry.
8981 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
8982 remove vcg.c, vcg.h, vcg_defaults.h.
8983 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
8984 * src/graphviz.c, src/graphviz.h: New files.
8985 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
8986 * src/files.h: Make comment more generic.
8987 * src/main.c (main): Likewise.
8988 * src/print_graph.h: Likewise.
8989 * src/getargs.c (usage): Make usage description more generic.
8990 * src/print_graph.c: Include graphviz.h rather than vcg.h.
8991 (static_graph, fgraph): Remove. All uses changed to pass
8992 arguments instead of sharing a static var.
8993 (print_core, print_actions, print_state, print_graph):
8994 Output graphviz format rather than VCG format.
8995 * tests/.cvsignore: Remove *.vcg; add *.dot.
8996 * tests/output.at: Expect *.dot files, not *.vcg files.
8997
8998 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
8999 accommodates the 2006-10-08 change.
9000
9001 2006-10-11 Bob Rossi <bob@brasko.net>
9002
9003 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
9004 (b4_yyssa, b4_yyerror_range): New macros.
9005 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
9006 (yypvarsinit): Remove init of removed fields.
9007 (yypushparse): Remove use of removed fields; use new macros instead.
9008
9009 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
9010
9011 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
9012 in a push parser. Reindent slightly to match yacc.c better.
9013
9014 2006-10-11 Bob Rossi <bob@brasko.net>
9015
9016 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
9017 yymsg_alloc fields.
9018 (yypvarsinit, yypushparse): Remove init of removed fields.
9019 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
9020
9021 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
9022
9023 * THANKS: Add Paolo Bonzini and Bob Rossi.
9024
9025 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
9026
9027 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
9028 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
9029 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
9030 b4_define_user_cde and uses): Remove.
9031 (b4_comment, b4_prefix, b4_sync_start): New.
9032 * data/bison.m4: New file, with most of the content removed from c.m4.
9033 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
9034 * src/output.c (output_skeleton): Pass bison.m4.
9035 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
9036 only if specified.
9037
9038 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
9039
9040 Fix test failure reported by Tom Lane in
9041 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
9042 and try to make such failures easier to catch in the future.
9043 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
9044 that's now the caller's responsibility.
9045 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
9046 Set yychar = YYEOF if it's negative.
9047 * tests/actions.at (yylex): Abort if asked to read past EOF.
9048 * tests/conflicts.at (yylex): Likewise.
9049 * tests/cxx-type.at (yylex): Likewise.
9050 * tests/glr-regression.at (yylex): Likewise.
9051 * tests/input.at (yylex): Likewise.
9052 * tests/regression.at (yylex): Likewise.
9053 * tests/torture.at (yylex): Likewise.
9054
9055 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
9056
9057 Fix problems with translating English-language diagnostics.
9058 * bootstrap: Fix bug introduced in recent bootstrap changes, with
9059 respect to bison-runtime pot generation. The YY_ stuff
9060 wasn't being captured.
9061 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
9062 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
9063 * runtime-po/POTFILES.in: Add data/push.c.
9064
9065 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
9066
9067 Merge bootstrap changes from coreutils.
9068
9069 2006-09-28 Jim Meyering <jim@meyering.net>
9070
9071 Automatically generated dependencies are important even
9072 when all of the sources in a directory come from gnulib.
9073 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
9074 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
9075
9076 2006-09-23 Jim Meyering <jim@meyering.net>
9077
9078 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
9079
9080 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
9081
9082 * bootstrap: Add support for --force.
9083 (usage): New function. Describe usage less tersely.
9084 (CVS_only_file): New var.
9085
9086 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
9087
9088 * data/push.c (YYPUSH_MORE): Make it an enum instead.
9089 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
9090 Adjust white space and comments to match GNU style better.
9091
9092 2006-09-20 Bob Rossi <bob@brasko.net>
9093
9094 * data/push.c (yyresult_get): Remove function.
9095 (YYPUSH_MORE): Add #define.
9096 (yypushparse): Modify return value.
9097
9098 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
9099
9100 * stamp-h.in: Remove; no longer needed.
9101 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
9102 Remove config.h, config.hin, intl (no longer created).
9103 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
9104 stamp-h1.
9105
9106 Sync bootstrap from coreutils, as follows:
9107
9108 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
9109
9110 * bootstrap (symlink_to_gnulib): New function.
9111 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
9112 to copies-of-gnulib.
9113 (cp_mark_as_generated, slurp, gnulib_files):
9114 Avoid making a copy if it's the same as the old version.
9115 (gnulib_files): Add support for this variable (used by Bison).
9116
9117 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
9118
9119 * src/getargs.c (usage): Rework to use conventions similar to
9120 coreutils, to make translation a bit easier and the code a bit
9121 smaller. Problem reported by Tim Van Holder.
9122
9123 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
9124
9125 Use some of gnulib's new modules, taken from coreutils.
9126
9127 * bootstrap: Sync from coreutils, except add support for gnulib_files.
9128 * bootstrap.conf: New file.
9129 (gnulib_modules): Add configmake, inttypes, unistd.
9130 (XGETTEXT_OPTIONS): Add complain, complain_at,
9131 fatal, fatal_at, warn, warn_at, unexpected_end.
9132 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
9133 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
9134 (gl_EARLY): Add.
9135 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
9136 (gl_INIT): Add
9137 (GNULIB_AUTOCONF_SNIPPET): Remove.
9138 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
9139 the pickiest.
9140 * lib/.cvsignore: Add inttypes_.h.
9141 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
9142 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
9143 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
9144 no-longer-necessary initializations.
9145 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
9146 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
9147 use the unistd module.
9148 * src/system.h: Likewise.
9149 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
9150 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
9151 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
9152 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
9153 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
9154 * src/system.h: Include inttypes.h unconditionally, now that we
9155 use the inttypes module. Don't bother to include stdint.h, since
9156 inttypes.h now does that for us.
9157 (LOCALEDIR): Remove, now that we use the configmake module.
9158 * src/getargs.c: Include configmake.h.
9159 * src/main.c: Likewise.
9160 * src/output.c: Likewise.
9161 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
9162 not from $abs_top_builddir, since config.h moved.
9163
9164
9165 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
9166 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
9167
9168 * src/parse-gram.y (symbol_declaration): Don't put statements
9169 before declarations; it's not portable to C89.
9170 * src/scan-code.l (handle_action_at): Likewise.
9171
9172 * src/scan-code.l: Always initialize braces_level; the old code
9173 left it uninitialized and therefore had undefined behavior.
9174
9175 Don't attempt to redefine 'assert', since it runs afoul of
9176 systems where standard headers (mistakenly) include <assert.h>.
9177 Instead, define and use our own alternative, called 'aver'.
9178 * src/reader.c: Don't include assert.h, since we no longer
9179 use assert.
9180 * src/scan-code.l: Likewise.
9181 * src/system.h (assert): Remove, replacing with....
9182 (aver): New function, taking a bool arg. All uses changed.
9183 * src/tables.c (pack_vector): Ensure that aver arg is bool,
9184 not merely an integer.
9185
9186 2006-09-15 Bob Rossi <bob@brasko.net>
9187
9188 Add support for push parsing. Based on the original work of
9189 Odd Arild Olsen <oao@fibula.no>.
9190 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
9191 * data/c.m4 (YYPUSH): New.
9192 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
9193 * data/push.c: New file.
9194 * src/getargs.c (push_parser): New var.
9195 * src/getargs.h (push_parser): New declaration.
9196 * src/output.c (prepare): Add macro insertion of `push_flag'.
9197 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
9198 (prologue_declaration): Parse %push-parser.
9199 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
9200 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
9201 list of removed lines from the traces observed.
9202 (AT_CHECK_CALC_LALR): Added push parser tests.
9203
9204 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
9205
9206 * NEWS: Version 2.3a.
9207 * configure.ac (AC_INIT): Likewise.
9208
9209 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
9210 "#define YYSTYPE int" that caused "make maintainer-check" to fail
9211 due to header ordering dependencies. I don't know why the #define
9212 was there.
9213
9214 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
9215 runtime cost when YYDEBUG is not defined, and so that some tests
9216 that used to fail now work. Problem and initial suggestion by
9217 Paolo Bonzini.
9218 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
9219 * data/glr.cc (b4_parser_class_name):
9220 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
9221 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
9222 (yydebug_) [YYDEBUG]: New member.
9223 (yycdebug_): Now defined only if YYDEBUG.
9224 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
9225 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
9226 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
9227 if YYYDEBUG.
9228 (debug_stream, set_debug_stream, debug_level, set_debug_level):
9229 Define only if YYDEBUG.
9230 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
9231 set_debug_level.
9232 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
9233 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
9234 AT_CHECK_CALC_GLR_CC that are working now.
9235
9236 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9237
9238 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
9239 We don't need them in glr.cc, and glr.c defines them.
9240 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
9241 assumes that defining it to anything is the same as defining
9242 it to 1. Problem reported by Paolo Bonzini.
9243
9244 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
9245
9246 * data/c.m4 (b4_null, b4_case): Define.
9247 * src/output.c (prepare_symbols): Use b4_null.
9248 (user_actions_output): Use b4_case.
9249
9250 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
9251
9252 * data/glr.c (b4_shared_declarations): Put start-header first,
9253 before any #includes that we generate, so that feature-test
9254 macros work. Problem reported by Michael Deutschmann in
9255 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
9256 * data/lalr1.cc: Likewise.
9257 * doc/bison.texinfo (Prologue): Document that feature-test macros
9258 should be defined before any Bison declarations.
9259 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
9260 that depend on location.hh after, not before, Bison decls, since
9261 we now include location.hh after the first user prologue.
9262
9263 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
9264 Sander Brandenburg in
9265 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
9266 Also, fix minor white space and comment issues.
9267 (Prologue): Mention that it's better to define feature-test macros
9268 before Bison declarations. Problem reported by Michael Deutschmann.
9269
9270 * README-cvs: Fix typo: "&" should be "&&". Problem reported
9271 by Jim Meyering.
9272 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
9273 This adjusts to recent gnulib changes.
9274
9275 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
9276
9277 Finish implementation of per-type %destructor/%printer. Discussed
9278 starting at
9279 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
9280 and
9281 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
9282 * NEWS (2.3+): Add a description of this feature to the default
9283 %destructor/%printer description.
9284 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
9285 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
9286 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
9287 list node contains a semantic type.
9288 * src/symtab.c, src/symtab.h: Extend with a table that associates
9289 semantic types with their %destructor's and %printer's.
9290 (semantic_type_from_uniqstr, semantic_type_get,
9291 semantic_type_destructor_set, semantic_type_printer_set): New functions
9292 composing the public interface of that table.
9293 (symbol_destructor_get, symbol_destructor_location_get,
9294 symbol_printer_get, symbol_printer_location_get): If there's no
9295 per-symbol %destructor/%printer, look up the per-type before trying
9296 the default.
9297 * tests/actions.at (Per-type %printer and %destructor): New test case.
9298 * tests/input.at (Default %printer and %destructor redeclared):
9299 Extend to check that multiple occurrences of %symbol-default in a
9300 single %destructor/%printer declaration is an error.
9301 (Per-type %printer and %destructor redeclared, Unused values with
9302 per-type %destructor): New test cases.
9303
9304 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
9305
9306 Require default %destructor/%printer to be declared using
9307 %symbol-default instead of an empty symbol list, and start working on
9308 new per-type %destructor/%printer. Discussed at
9309 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
9310 * NEWS (2.3+): Add %symbol-default to example.
9311 * bison.texinfo (Freeing Discarded Symbols): Likewise.
9312 (Table of Symbols): Add entry for %symbol-default.
9313 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
9314 (generic_symlist, generic_symlist_item): New nonterminals for creating
9315 a list in which each item is a symbol, semantic type, or
9316 %symbol-default.
9317 (grammar_declaration): Use generic_symlist in %destructor and %printer
9318 declarations instead of symbols.1 or an empty list.
9319 (symbol_declaration, precedence_declaration, symbols.1): Update actions
9320 for changes to symbol_list.
9321 * src/reader.c: Update for changes to symbol_list.
9322 * src/scan-code.l: Likewise.
9323 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
9324 * src/symlist.c, src/symlist.h: Extend such that a list node may
9325 represent a semantic type or a %symbol-default in addition to just an
9326 ordinary symbol. Add switched functions for setting %destructor's and
9327 %printer's.
9328 * tests/actions.at, tests/input.at: Add %symbol-default to all default
9329 %destructor/%printer declarations.
9330
9331 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
9332
9333 Whether the default %destructor/%printer applies to a particular symbol
9334 isn't a question of whether the user *declares* that symbol (in %token,
9335 for example). It's a question of whether the user by any means
9336 *defines* the symbol at all (by simply using a char token, for
9337 example). $end is defined by Bison whereas any other token with token
9338 number 0 is defined by the user. The error token is always defined by
9339 Bison regardless of whether the user declares it with %token, but we
9340 may one day let the user define error as a nonterminal instead.
9341 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
9342 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
9343 the meaning of "user-defined".
9344 * tests/actions.at (Default %printer and %destructor for user-declared
9345 end token): Rename to...
9346 (Default %printer and %destructor for user-defined end token): ...
9347 this.
9348
9349 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
9350 computation of whether to apply the default, don't maintain a list of
9351 every Bison-defined symbol. Instead, just check for a first character
9352 of '$', which a user symbol cannot have, and check for the error token.
9353
9354 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
9355
9356 Don't apply the default %destructor or %printer to the error token,
9357 $undefined, or $accept. This change fits the general rule that the
9358 default %destructor and %printer are only for user-declared symbols,
9359 and it solves several difficulties that are described in the new test
9360 cases listed below.
9361 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
9362 * tests/actions.at (Default %printer and %destructor are not for error
9363 or $undefined, Default %printer and %destructor are not for $accept):
9364 New test cases.
9365
9366 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
9367
9368 Allow %start after the first rule.
9369 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
9370 when parsing the first rule.
9371 (check_and_convert_grammar): Search for it here after all grammar
9372 declarations have been parsed. Skip midrules, which have dummy LHS
9373 nonterminals.
9374 * src/symtab.c (symbol_is_dummy): New function.
9375 * src/symtab.h (symbol_is_dummy): Declare it.
9376 * tests/input.at (%start after first rule): New test.
9377
9378 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
9379
9380 Redo some of the previous commit: add back the ability to use
9381 non-aliased/undeclared string literals since it might be useful to
9382 those declaring %token-table.
9383 * src/reader.c (check_and_convert_grammar): Undo changes in previous
9384 commit: don't worry about complaints from symbols_pack.
9385 * src/symtab.c (symbol_new, symbol_class_set,
9386 symbol_check_alias_consistency): Undo changes in previous commit: count
9387 each string literal as a new symbol and token, assign it a symbol
9388 number, and don't complain about non-aliased string literals.
9389 (symbols_pack): Since symbol_make_alias still does not decrement symbol
9390 and token counts but does still set aliased tokens to the same number,
9391 symbol_pack_processor now leaves empty slots in the symbols array.
9392 Remove those slots.
9393 * tests/regression.at (Undeclared string literal): Remove test case
9394 added in previous commit since non-aliased string literals are allowed
9395 again.
9396 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
9397 remove unnecessary string literal declarations.
9398 * tests/sets.at (Firsts): Likewise.
9399
9400 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
9401
9402 Don't allow an undeclared string literal, but allow a string literal to
9403 be used before its declaration.
9404 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
9405 symbols_pack complained.
9406 * src/symtab.c (symbol_new): Don't count a string literal as a new
9407 symbol.
9408 (symbol_class_set): Don't count a string literal as a new token, and
9409 don't assign it a symbol number since symbol_make_alias does that.
9410 (symbol_make_alias): It's not necessary to decrement the symbol and
9411 token counts anymore. Don't assume that an alias declaration occurs
9412 before any uses of the identifier or string, and thus don't assert that
9413 one of them has the highest symbol number so far.
9414 (symbol_check_alias_consistency): Complain if there's a string literal
9415 that wasn't declared as an alias.
9416 (symbols_pack): Bail if symbol_check_alias_consistency failed since
9417 symbol_pack asserts that every token has been assigned a symbol number
9418 although undeclared string literals have not.
9419 * tests/regression.at (String alias declared after use, Undeclared
9420 string literal): New test cases.
9421 (Characters Escapes, Web2c Actions): Declare string literals as
9422 aliases.
9423 * tests/sets.at (Firsts): Likewise.
9424
9425 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
9426
9427 In the grammar scanner, STRING_FINISH unclosed constructs and return
9428 them to the parser in order to improve error messages.
9429 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
9430 SC_BRACED_CODE, SC_PROLOGUE): Implement.
9431 * tests/input.at (Unclosed constructs): New test case.
9432 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
9433 seen.
9434
9435 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
9436 unused global.
9437
9438 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
9439
9440 Handle string aliases for character tokens correctly.
9441 * src/symtab.c (symbol_user_token_number_set): If the token has an
9442 alias, check and set its alias's user token number instead of its own,
9443 which is set to indicate the alias. Previously, every occurrence of
9444 the character token in the grammar overwrote that alias indicator with
9445 the character code.
9446 * tests/input.at (String aliases for character tokens): New test.
9447
9448 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
9449
9450 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
9451
9452 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
9453
9454 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
9455 to prevent failures when building on older platforms.
9456 Check for autopoint failure.
9457 Set XGETTEXT_OPTIONS to values that check for C format strings,
9458 so that translators are warned about them (this also helps
9459 prevent core dumps).
9460
9461 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
9462 function, since it simplifies our code a bit.
9463
9464 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
9465 rather than -W, so we don't get bogus warnings about sign comparisons.
9466 Add -Wpointer-arith, since that warning is useful (it reports code
9467 that does not conform to C89 and that some compilers reject).
9468 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
9469 since it's no longer needed.
9470
9471 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
9472
9473 Clean up scanners a bit.
9474 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
9475 definitions so gcc won't warn when obstack_for_string is unused.
9476 * src/scan-code.l: config.h and system.h are already #include'd by
9477 scan-code-c.c, so get rid of them here.
9478 * src/scan-gram.l: Likewise.
9479 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
9480 definitions rather than duplicating the rest of it.
9481 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
9482
9483 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
9484
9485 Suppress signed/unsigned comparison warnings for yycheck.
9486 * data/c.m4 (b4_safest_int_type): New macro.
9487 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
9488 a signed int type, cast it to b4_safest_int_type first.
9489 * data/yacc.c: Likewise.
9490 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
9491 also overwritten.
9492
9493 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
9494
9495 * doc/bison.texinfo: Fix some typos.
9496
9497 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
9498
9499 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
9500 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
9501
9502 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
9503 the latest gnulib does this a different way.
9504 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
9505 translation was patched, so stop omitting it.
9506
9507 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
9508
9509 Enable declaration of default %printer/%destructor. Make the parser
9510 use these for all user-declared grammar symbols for which the user does
9511 not declare a specific %printer/%destructor. Thus, the parser uses it
9512 for token 0 if the user declares it but not if Bison generates it as
9513 $end. Discussed starting at
9514 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
9515 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
9516 and
9517 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
9518 * NEWS (2.3+): Mention.
9519 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
9520 declare a %destructor for a mid-rule's semantic value. It's just
9521 impossible to declare one specific to it.
9522 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
9523 code. Describe default %destructor form.
9524 * src/parse-gram.y (grammar_declaration): Parse default
9525 %printer/%destructor declarations.
9526 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
9527 and symbol_destructor_location_get rather than accessing the destructor
9528 and destructor_location members of struct symbol.
9529 (symbol_printers_output): Likewise but for %printer's.
9530 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
9531 again.
9532 * src/symtab.c (default_destructor, default_destructor_location,
9533 default_printer, default_printer_location): New static global
9534 variables to record the default %destructor and %printer.
9535 (symbol_destructor_get, symbol_destructor_location_get,
9536 symbol_printer_get, symbol_printer_location_get): New functions to
9537 compute the appropriate %destructor and %printer for a symbol.
9538 (default_destructor_set, default_printer_set): New functions to set the
9539 default %destructor and %printer.
9540 * src/symtab.h: Prototype all those new functions.
9541 * tests/actions.at (Default %printer and %destructor): New test to
9542 check that the right %printer and %destructor are called, that they're
9543 not called for $end, and that $$ and @$ work correctly.
9544 (Default %printer and %destructor for user-declared end token): New
9545 test to check that the default %printer and %destructor are called for
9546 a user-declared end token.
9547 * tests/input.at (Default %printer and %destructor redeclared, Unused
9548 values with default %destructor): New tests to check related grammar
9549 warnings and errors.
9550
9551 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
9552
9553 Clean up handling of %destructor for the end token (token 0).
9554 Discussed starting at
9555 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
9556 and
9557 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
9558
9559 Make the skeletons consistent in how they pop the end token and invoke
9560 its %destructor.
9561 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
9562 state, which has token number 0, since this would invoke the
9563 %destructor for the end token.
9564 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
9565 until after shifting the end token, or else it won't be popped.
9566 * data/yacc.c (yyparse): Likewise.
9567
9568 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
9569 it's the end token. Upon termination, destroy an unshifted lookahead
9570 even when it's the end token.
9571 * data/lalr1.cc (yy::parser::parse): Likewise.
9572 * data/yacc.c (yyparse): Likewise.
9573
9574 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
9575 value warnings for the end token when the user gives the end token a
9576 %destructor.
9577
9578 * tests/actions.at (Printers and Destructors): Test all the above.
9579
9580 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
9581
9582 Update to latest gnulib and gettext versions.
9583 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
9584 Add fopen-safer.
9585 (gnulib_files): Add m4/warning.m4. Don't worry about files
9586 overwritten by autopoint.
9587 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
9588 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
9589 rejects them.
9590 Don't use autoreconf; instead, invoke autopoint etc. by hand,
9591 so that we can remove the intl files at a better time.
9592 (intl_files_to_remove): Remove aclocal.m4, since it gets
9593 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
9594 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
9595 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
9596 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
9597 Remove datarootdir hack; no longer needed.
9598 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
9599 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
9600 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
9601 strdup.h.
9602 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
9603 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
9604
9605 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
9606
9607 * bootstrap: Adjust to today's change to gnulib-tool by invoking
9608 it with --assume-autoconf='latest-stable'.
9609
9610 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
9611
9612 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
9613 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
9614 YYSTYPE' and `{'.
9615 * src/muscle_tab.h (muscle_grow): Replace the header comments with
9616 those from muscle_tab.c since the old ones are misleading.
9617
9618 2006-07-13 Akim Demaille <akim@epita.fr>
9619
9620 Support %define "KEY" {VALUE}.
9621 * src/scan-code.h, src/scan-code.l (translate_action)
9622 (translate_rule_action, translate_symbol_action, translate_code):
9623 Return char *, not const char *.
9624 * src/parse-gram.y (declaration): Rename as...
9625 (prologue_declaration): this.
9626 (string_content): Remove this nonterminal, use STRING.
9627 (braceless, content, content.opt): New nonterminal.
9628 Use them.
9629 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
9630 as value.
9631 * src/scan-gram.l (getargs.h): Don't include it.
9632
9633 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
9634
9635 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
9636 rather than a for-loop that declares a local bool variable. This
9637 should work around a compatibility problem with a Cray x1e C++
9638 compiler reported by Hung Nguyen in
9639 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
9640 The for-loop was introduced in the 2004-11-17 change but I don't
9641 know why it was needed.
9642
9643 2006-07-12 Akim Demaille <akim@epita.fr>
9644
9645 * data/c.m4: Comment changes.
9646
9647 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
9648
9649 * src/complain.c (error_message, ERROR_MESSAGE): New.
9650 To factor...
9651 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
9652 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
9653
9654 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
9655
9656 * NEWS: Instead of %union, you can define and use your own union type
9657 YYSTYPE if your grammar contains at least one <type> tag.
9658 Your YYSTYPE need not be a macro; it can be a typedef.
9659 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
9660 (Union Decl, Decl Summary): Document this.
9661 * data/glr.c (YYSTYPE): Implement this.
9662 * data/glr.cc (YYSTYPE): Likewise.
9663 * data/lalr1.cc (YYSTYPE): Likewise.
9664 * data/yacc.c (YYSTYPE): Likewise.
9665 * src/output.c (prepare): Output tag_seen_flag.
9666 * src/parse-gram.y (declaration, grammar_declaration):
9667 Use 'union_seen' rather than 'typed' to determine whether
9668 %union has been seen, since grammars can now be typed without
9669 %union.
9670 (symbol_declaration, type.opt, symbol_def):
9671 Keep track of whether a tag has been seen.
9672 * src/reader.c (union_seen, tag_seen): New vars.
9673 (typed): remove.
9674 * src/reader.h (union_seen, tag_seen, typed): Likewise.
9675 * src/scan-code.l (untyped_var_seen): New variable.
9676 (handle_action_dollar): Adjust to above changes.
9677 (handle_action_dollar, handle_action_at):
9678 Improve overflow checking for outlandish numbers.
9679 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
9680 avoid new diagnostics generated by above changes.
9681 * tests/regression.at (YYSTYPE typedef): Add test to check
9682 for type tags without %union.
9683
9684 * src/symlist.c (symbol_list_length): Return int, not unsigned
9685 int, since callers expect int. This may need to get revisited
9686 once we have proper integer overflow checking.
9687
9688 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
9689 object is now static.
9690
9691 * src/getargs.c (flags_argmatch): Return void, not int,
9692 to pacify ./configure --enable-gcc-warnings.
9693
9694 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
9695 since last_string is already defined to FLEX_PREFIX (last_string).
9696
9697 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
9698
9699 Implement --warnings/-W.
9700 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
9701 replaced by...
9702 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
9703 Adjust callers.
9704 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
9705 (warnings_args, warnings_types): New.
9706 (getargs, short_options, long_options): Accept -W/--warnings.
9707 Sort the options by alphabetical order, upper case letter right
9708 before its lower case.
9709
9710 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
9711
9712 Change %merge result type clash warnings to errors. Discussed at
9713 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
9714 * src/reader.c (record_merge_function_type): Use complain_at.
9715 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
9716 declared later): Update test case results.
9717
9718 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
9719
9720 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
9721 to be in alphabetical order.
9722 (trace_args): Spelling fixes.
9723
9724 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
9725
9726 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
9727 so they don't collide with user-defined macros.
9728 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
9729 this was never guaranteed, and now that we're using gnulib stdint,
9730 which defines int_fast16_t to long int, the problem is exposed.
9731
9732 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
9733
9734 * data/c.m4 (b4_basename): Simplify a bit, since we don't
9735 need the full POSIX semantics (and weren't implementing them
9736 anyway).
9737
9738 Adjust to Autoconf 2.60 and today's gnulib.
9739 * bootstrap (gnulib_modules): Add stdint.
9740 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
9741 no longer copies it.
9742 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
9743 since stdint needs the former and wcwidth (which is now required
9744 by mbswidth) needs the latter.
9745 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
9746 work around a compatibility glitch between gettext 0.14.6 and
9747 Autoconf 2.60.
9748 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
9749 Do not check for uintptr_t, since new stdint module does the right
9750 thing.
9751 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
9752 Add stdint.h, stdint_.h, wcwidth.h.
9753 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
9754 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
9755 stdint.m4, wchar_t.m4, wcwidth.m4.
9756 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
9757 usual order for ../lib/*.h files.
9758 (file_name_split): Use last_component, not base_name, to adjust
9759 to gnulib changes.
9760 * src/parse-gram.h: Include <strverscmp.h> in the usual order
9761 for ../lib/*.h files.
9762 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
9763 Define unconditionally, since we now assume the stdint module.
9764 * src/scan-skel.l: Include <dirname.h>.
9765 (BASE_QPUTS): Use last_component, not base_name.
9766 * src/system.h: Include <unlocked-io.h> in the usual order
9767 for ../lib/*.h files. Include <stdint.h> unconditionally,
9768 since we now use the stdint module.
9769 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
9770 HAVE_UINTPTR_T, since we now use the stdint module.
9771 (base_name): Remove decl, since files now include <dirname.h>
9772 to get the decl.
9773
9774 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
9775
9776 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
9777 New, default to 1.
9778 * data/yacc.c, data/glr.c, data/location.cc: Use them.
9779 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
9780 default.
9781 * tests/calc.at: Adjust.
9782
9783 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
9784
9785 * data/c.m4 (b4_basename): New.
9786 (b4_syncline): Also output the location of its invocation (from
9787 the skeleton).
9788 (b4_user_action, b4_define_user_action, b4_user_actions)
9789 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
9790 (b4_user_stype): New.
9791 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
9792
9793 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
9794
9795 In the grammar file, the first column is 1 not 0 on the first line as
9796 on every other line.
9797 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
9798 * tests/input.at (Torturing the Scanner): Update output.
9799
9800 * src/scan-gram.l (scanner_cursor): Declare it static.
9801
9802 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
9803
9804 In warnings, say "previous declaration" rather than "first
9805 declaration".
9806 * src/symtab.c (redeclaration): Do that here.
9807 * src/reader.c (record_merge_function_type): In the case of a result
9808 type clash, report the previous declaration rather than the very first
9809 one in the grammar file.
9810 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
9811 declared later): Add a third declaration to check this behavior.
9812 * tests/input.at (Incompatible Aliases): Update output.
9813
9814 2006-06-27 Akim Demaille <akim@epita.fr>
9815
9816 * doc/Doxyfile.in: New.
9817 * doc/Makefile.am: Use it.
9818 * src/lalr.h, src/symtab.h: Initial doxygenation.
9819
9820 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
9821
9822 Don't miss %merge result type warnings just because the LHS types are
9823 declared after the %merge. This continues the effort of the previous
9824 patch.
9825 * src/reader.c (get_merge_function): Don't set the merger type yet.
9826 (record_merge_function_type): New function for setting the merger type
9827 and checking for clashes.
9828 (grammar_current_rule_merge_set): Set the location of the %merge for
9829 the current rule.
9830 (packgram): Invoke record_merge_function_type for each rule now that
9831 all symbol type declarations have been parsed.
9832 * src/reader.h (merger_list.type_declaration_location): New member
9833 storing the location of the first %merge from which the type for this
9834 merging function was derived.
9835 * src/symlist.h (symbol_list.merger_declaration_location): New member
9836 storing the location of a rule's %merge, if any.
9837 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
9838 declared later): New test to catch the error fixed by the above patch.
9839
9840 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
9841
9842 Get action warnings (grammar_rule_check) right even when symbol
9843 declarations appear after the rules. Discussed at
9844 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
9845 and
9846 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
9847 Don't mistake the type of $$ in a midrule to be that of its parent
9848 rule's $$.
9849 * src/reader.c (grammar_current_rule_end): Don't invoke
9850 grammar_rule_check yet since not all symbol declarations may have been
9851 parsed yet.
9852 (grammar_midrule_action): Likewise.
9853 Don't record whether the midrule's $$ has been used yet since actions
9854 haven't been translated yet.
9855 Record the midrule's parent rule and its RHS index within the parent
9856 rule.
9857 (grammar_current_rule_action_append): Don't translate the action yet
9858 since not all symbol declarations may have been parsed yet and, thus,
9859 warnings about types for $$, $n, @$, and @n can't be reported yet.
9860 (packgram): Translate the action and invoke grammar_rule_check now that
9861 all symbol declarations have been parsed.
9862 * src/scan-code.l (handle_action_dollar): Now that this is invoked
9863 after parsing the entire grammar file, the symbol list here in the case
9864 of a midrule is actually the midrule's empty RHS, so reference its
9865 parent rule's RHS where necessary.
9866 On the other hand, now that you can already know it's a midrule, you
9867 aren't forced to think $$ has the same type as its parent rule's $$.
9868 (handle_action_at): In the case of a midrule, reference the parent rule
9869 where necessary.
9870 * src/symlist.c (symbol_list_new): Initialize new midrule-related
9871 members.
9872 (symbol_list_length): Now that this is invoked after all rules have
9873 been parsed, a NULL symbol (rather than a NULL symbol list node)
9874 terminates a rule. symbol_list_print already does this correctly.
9875 * src/symlist.h (symbol_list.midrule_parent_rule,
9876 symbol_list.midrule_parent_rhs_index): New members so that midrules can
9877 remember their relationships with their parents.
9878 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
9879 fixed by the above patch.
9880 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
9881 implementing...
9882 (Unused values): ... this old test case and...
9883 (Unused values before symbol declarations): ... this new test case.
9884 This one is the same as `Unused values' except that all symbol
9885 declarations appear after the rules in order to catch the rest of the
9886 errors fixed by the above patch.
9887
9888 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
9889
9890 More cleanup.
9891 * src/reader.c (current_rule): Declare it static since it's no longer
9892 used outside this file.
9893 (grammar_current_rule_action_append): Remove redundant arguments from
9894 translate_rule_action invocation.
9895 * src/reader.h (current_rule): Remove this unused extern.
9896 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
9897 * src/scan-code.l (translate_rule_action): Likewise.
9898
9899 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
9900
9901 Clean up yesterday's patch.
9902 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
9903 to...
9904 * src/reader.c (grammar_current_rule_action_append): ... here for
9905 consistency with grammar_current_rule_symbol_append.
9906 * tests/regression.at (Braced code in declaration in rules section):
9907 Make yyerror and yylex static as usual.
9908
9909 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
9910
9911 Fix bug that mistakes braced code in a declaration in the rules section
9912 to be a rule action. Mentioned at
9913 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
9914 * src/scan-gram.l: Move midrule action detection from the start of the
9915 scanning of any braced code to...
9916 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
9917 action. For readability, use $2 and @2 rather than the equivalent
9918 global variables.
9919 * tests/regression.at (Braced code in declaration in rules section):
9920 New test to catch the error fixed by the above patch.
9921
9922 Work on code readability some.
9923 * src/scan-code.l (current_rule): Get rid of this misleading and
9924 redundant declaration: it's actually extern'ed in reader.h.
9925 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
9926 translate_action): Add a rule argument and use it instead of the global
9927 current_rule.
9928 (translate_rule_action): This already receives current_rule through an
9929 argument, so pass it on to translate_action instead of assigning
9930 current_rule to current_rule.
9931 (translate_symbol_action, translate_code): Pass rule = NULL to
9932 translate_action.
9933
9934 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
9935
9936 Rename %before-definitions to %start-header and %after-definitions to
9937 %end-header. Don't use these declarations to separate pre-prologue
9938 blocks from post-prologue blocks. Add new order-independent
9939 declarations %before-header and %after-header as alternatives to the
9940 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
9941 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
9942 * NEWS (2.3+): Update for these changes.
9943 * data/glr.c (b4_before_definitions): Update to...
9944 (b4_start_header): ... this.
9945 (b4_after_definitions): Update to...
9946 (b4_end_header): ... this.
9947 * data/glr.cc: Likewise.
9948 * data/lalr1.cc: Likewise.
9949 * data/yacc.c: Likewise.
9950 * doc/bison.texinfo (The prologue): Update names, and replace remaining
9951 prologue blocks with %*-header declarations.
9952 (Calc++ Parser): Likewise.
9953 (Decl Summary): Update names.
9954 (Table of Symbols): Update description.
9955 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
9956 (PERCENT_END_HEADER): ... this.
9957 (PERCENT_BEFORE_DEFINITIONS): Update to...
9958 (PERCENT_START_HEADER): ... this.
9959 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
9960 (declaration): Update token names and m4 macro names.
9961 When parsing %end-header and %start-header, invoke translate_code
9962 before muscle_code_grow, and no longer set global booleans to remember
9963 whether these declarations have been seen.
9964 Parse new %after-header and %before-header.
9965 * src/reader.c (before_definitions, after_definitions): Remove.
9966 (prologue_augment): Accept a new bool argument to specify whether to
9967 augment the pre-prologue or post-prologue.
9968 * src/reader.h (before_definitions, after_definitions): Remove these
9969 extern's.
9970 (prologue_augment): Add new bool argument.
9971 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
9972 (PERCENT_END_HEADER): ... this.
9973 (PERCENT_BEFORE_DEFINITIONS): Update to...
9974 (PERCENT_START_HEADER): ... this.
9975 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
9976 * tests/actions.at (Printers and Destructors): Update names.
9977
9978 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
9979
9980 Add comparison operators for C++ location classes. Discussed at
9981 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
9982 * data/c++.m4 (b4_define_location_comparison): New boolean %define
9983 declaration indicating whether filename_type has an operator==. If
9984 filename_type is `std::string', it defaults to `1', `0' otherwise.
9985 * data/location.cc: Iff b4_define_location_comparison is `1', add
9986 operator== and operator!= for class position and for class location.
9987
9988 Some minor fixes.
9989 * src/scan-action.l: Remove unused file.
9990 * src/symtab.c (symbol_printer_set): Use printer_location not
9991 destructor_location.
9992 * src/symtab.h (struct symbol): Replace incorrect source comment for
9993 printer members.
9994 * tests/input.at (Incompatible Aliases): Update output with correct
9995 printer location.
9996
9997 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
9998
9999 Don't put the pre-prologue in the header file. For the yacc.c code
10000 file and the glr.c header and code files, move the pre-prologue before
10001 the token definitions. Add new %before-definitions and
10002 %after-definitions to declare code that will go in both the header file
10003 and code file. Discussed at
10004 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
10005 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
10006 and
10007 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
10008 * NEWS (2.3+): Describe these changes.
10009 * data/glr.c (b4_pre_prologue): Move from within to before...
10010 (b4_shared_declarations): ... this.
10011 Add new b4_before_definitions before b4_token_enums.
10012 Add new b4_after_definitions at the end.
10013 * data/glr.cc (b4_pre_prologue): Replace with...
10014 (b4_before_definitions): ... this in the header file.
10015 (b4_after_definitions): New near the end of the header file.
10016 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
10017 code file right before including the header file.
10018 (b4_before_definitions): New in the previous position of
10019 b4_pre_prologue in the header file.
10020 (b4_after_definitions): New near the end of the header file.
10021 * data/yacc.c: Clean up some m4 quoting especially in the header file.
10022 (b4_token_enums_defines): In the code file, move to right before
10023 YYSTYPE for consistency with the header file.
10024 (b4_before_definitions): New right before b4_token_enums_defines in
10025 both the header and code file.
10026 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
10027 header and code file.
10028 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
10029 of prologues for %union dependencies.
10030 (Decl Summary): In %defines description, mention the effect of
10031 %before-definitions and %after-definitions on the header file.
10032 (Calc++ Parser): Forward declare driver in a %before-definitions rather
10033 than in the pre-prologue so that make check succeeds.
10034 (Table of Symbols): Add entries for %before-definitions and
10035 %after-definitions.
10036 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
10037 %before-definitions.
10038 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
10039 (declaration): Parse those declarations and append to
10040 b4_before_definitions and b4_after_definitions, respectively.
10041 * src/reader.c (before_definitions, after_definitions): New bools to
10042 track whether those declarations have been seen.
10043 (prologue_augment): Add to the post-prologue if %union,
10044 %before-definitions, or %after-definitions has been seen.
10045 * src/reader.h (before_definitions, after_definitions): New extern's.
10046 * src/scan-gram.l: Scan the new declarations.
10047 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
10048 prologue block in a %before-definitions or a %after-definitions based
10049 on whether the %union is declared.
10050 * tests/regression.at (Early token definitions with --yacc, Early token
10051 definitions without --yacc): Move tests for token definitions into the
10052 post-prologue since token names are no longer defined in the
10053 pre-prologue.
10054
10055 2006-06-20 Akim Demaille <akim@epita.fr>
10056
10057 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
10058 (symbol_get): Use it.
10059 * src/parse-gram.y: Use it.
10060
10061 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
10062
10063 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
10064 build succeeds when configured with --enable-gcc-warnings.
10065
10066 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
10067
10068 * src/parse-gram.y (char_name): New function.
10069 (CHAR, STRING, string_content): For %printer, properly escape.
10070 (ID): Prefer fputs to fprintf.
10071 (id): Reindent to be consistent with other rules.
10072 Properly quote char.
10073
10074 The Translation Project changed its way of publishing translations
10075 to maintainers. I haven't received any responses to my request
10076 for supporting the old way, or for documenting the new way. I
10077 have modified 'bootstrap' to use screen scraping
10078 (in this case, HTML scraping). This is unreliable and inelegant,
10079 but I don't see any better way. Yuck.
10080 * bootstrap (TP_URL, WGET_COMMAND): New vars.
10081 (get_translations): New function, which uses HTML scraping to
10082 deduce locations of latest translations.
10083 Use this function to grab both bison and bison-runtime .po files.
10084 Don't bother priming the pump for the runtime-po domain any more,
10085 as it's now translated better than bison is.
10086
10087 2006-06-19 Akim Demaille <akim@epita.fr>
10088
10089 * src/scan-gram.l: No longer "parse" things after `%union' until
10090 `{'. Rather, return a single "%union" token.
10091 No longer make symbols: return strings, and leave the conversion
10092 to symbols to the parser.
10093 (SC_PRE_CODE, token_type): Remove.
10094 * src/parse-gram.y (%union): New field `character'.
10095 Sort tokens.
10096 (CHAR): New token.
10097 (ID, ID_COLON): Now that the scanner no longer makes them
10098 identifiers, adjust all uses to invoke symbol_get.
10099 (id_colon): New, wraps the conversion from string to symbol.
10100 (%union): Accept a possible union_name.
10101 (symbol): Now can be a char.
10102 * data/c.m4 (b4_union_name): Leave a default value.
10103 * data/glr.c, data/yacc.c: Use it.
10104
10105 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
10106
10107 For associating token numbers with token names for "yacc.c", don't use
10108 #define statements unless `--yacc' is specified; always use enum
10109 yytokentype. Most important discussions start at:
10110 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
10111 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
10112 and
10113 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
10114 * NEWS (2.3+): Mention.
10115 * data/c.m4 (b4_yacc_if): New.
10116 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
10117 token #define's.
10118 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
10119 on token name definitions.
10120 * src/getargs.c (usage): Capitalize `Yacc' in English.
10121 * src/output.c (prepare): Define b4_yacc_flag.
10122 * tests/regression.at (Early token definitions): Test that tokens names
10123 are defined before the pre-prologue not just before the post-prologue.
10124 Remove this test case and copy to...
10125 (Early token definitions with --yacc): ... this to test #define's.
10126 (Early token definitions without --yacc): ... and this to test enums.
10127
10128 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
10129
10130 * NEWS: Reword the post-2.3 change to not be so optimistic about
10131 removing the old "look-ahead" spelling.
10132 Update previous look-ahead/lookahead change reports.
10133 * REFERENCES: look-ahead -> lookahead (since that's
10134 what he actually wrote).
10135 * doc/refcard.tex: look ahead -> lookahead,
10136 look-ahead -> lookahead
10137
10138 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
10139
10140 For consistency, use `lookahead' instead of `look-ahead' or
10141 `look_ahead'. Discussed starting at
10142 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
10143 and then at
10144 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
10145 * NEWS: For the next release, note the change to `--report'.
10146 * TODO, doc/bison.1: Update English.
10147 * doc/bison.texinfo: Update English.
10148 (Understanding Your Parser, Bison Options): Document as
10149 `--report=lookahead' rather than `--report=look-ahead'.
10150 * src/conflicts.c: Update English in comments.
10151 (lookahead_set): Rename from look_ahead_set.
10152 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
10153 (resolve_sr_conflict): Rename local look_ahead_tokens to
10154 lookahead_tokens, and update other uses.
10155 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
10156 count_rr_conflicts, conflicts_free): Update uses.
10157 * src/getargs.c (report_args): Move "lookahead" before alternate
10158 spellings.
10159 (report_types): Update uses.
10160 (usage): For `--report' usage description, state `lookahead' spelling
10161 rather than `look-ahead'.
10162 * src/getargs.h (report.report_lookahead_tokens): Rename from
10163 report_look_ahead_tokens.
10164 * src/lalr.c: Update English in comments.
10165 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
10166 (state_lookahead_tokens_count): Rename from
10167 state_look_ahead_tokens_count.
10168 Rename local n_look_ahead_tokens to n_lookahead_tokens.
10169 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
10170 Rename local n_look_ahead_tokens to n_lookahead_tokens.
10171 Update other uses.
10172 Update English in output.
10173 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
10174 * src/print.c: Update English in comments.
10175 (lookahead_set): Rename from look_ahead_set.
10176 (print_reduction): Rename argument lookahead_token from
10177 look_ahead_token.
10178 (print_core, state_default_rule, print_reductions, print_results):
10179 Update uses.
10180 * src/print_graph.c: Update English in comments.
10181 (print_core): Update uses.
10182 * src/state.c: Update English in comments.
10183 (reductions_new): Update uses.
10184 (state_rule_lookahead_tokens_print): Rename from
10185 state_rule_look_ahead_tokens_print, and update other uses.
10186 * src/state.h: Update English in comments.
10187 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
10188 (state_rule_lookahead_tokens_print): Rename from
10189 state_rule_look_ahead_tokens_print.
10190 * src/tables.c: Update English in comments.
10191 (conflict_row, action_row): Update uses.
10192 * tests/glr-regression.at
10193 (Incorrect lookahead during deterministic GLR,
10194 Incorrect lookahead during nondeterministic GLR): Rename
10195 print_look_ahead to print_lookahead.
10196 * tests/torture.at: Update English in comments.
10197 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
10198 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
10199 (Many lookahead tokens): Update uses.
10200 * data/glr.c: Update English in comments.
10201 * lalr1.cc: Likewise.
10202 * yacc.c: Likewise.
10203 * src/conflicts.h: Likewise.
10204 * src/lalr.h: Likewise.
10205 * src/main.c: Likewise.
10206 * src/output.c: Likewise.
10207 * src/parse-gram.c: Likewise.
10208 * src/tables.h: Likewise.
10209 * tests/calc.at: Likewise.
10210
10211 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
10212
10213 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
10214
10215 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
10216
10217 * TODO: Add request from Nelson H. F. Beebe to be able to install
10218 Bison without installing the yacc script.
10219
10220 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
10221
10222 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
10223 and yytext if they're already #define'd.
10224 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
10225 * src/scan-code-c.c: ... here.
10226 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
10227 <config.h>.
10228
10229 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
10230
10231 Get Bison to build again when configured with --enable-gcc-warnings.
10232 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
10233 missing #include's.
10234 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
10235 loc argument as it shadows a global.
10236 * src/scan-gram.l: Remove stray comma that prevents boundary_set
10237 invocation.
10238
10239 * src/.cvsignore: Add scan-code.c.
10240
10241 2006-06-07 Akim Demaille <akim@epita.fr>
10242
10243 * src/scan-gram.l: Move the "add a trailing ; to actions" code
10244 to...
10245 * src/scan-code.l: here.
10246 * tests/input.at (Torturing the Scanner): Fix another location
10247 error.
10248
10249 2006-06-07 Akim Demaille <akim@epita.fr>
10250
10251 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
10252
10253 2006-06-06 Akim Demaille <akim@epita.fr>
10254
10255 Extract the parsing of user actions from the grammar scanner.
10256 As a consequence, the relation between the grammar scanner and
10257 parser is much simpler. We can also split "composite tokens" back
10258 into simple tokens.
10259 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
10260 * src/scan-gram.l (add_column_width, adjust_location): Move to and
10261 rename as...
10262 * src/location.h, src/location.c (add_column_width)
10263 (location_compute): these.
10264 Fix the column count: the initial column is 0.
10265 (location_print): Be robust to ending column being 0.
10266 * src/location.h (boundary_set): New.
10267 * src/main.c: Adjust to scanner_free being renamed as
10268 gram_scanner_free.
10269 * src/output.c: Include scan-code.h.
10270 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
10271 Use boundary_set.
10272 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
10273 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
10274 which is now, again, a separate token.
10275 Adjust all dependencies.
10276 Whereever actions with $ and @ are used, use translate_code.
10277 (action): Remove this nonterminal which is now useless.
10278 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
10279 (grammar_current_rule_action_append): Use translate_code.
10280 (packgram): Bound check ruleno, itemno, and rule_length.
10281 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
10282 (last_string, last_braced_code_loc, max_left_semantic_context)
10283 (scanner_initialize, scanner_free, scanner_last_string_free)
10284 (gram_out, gram_lineno, YY_DECL_): Move to...
10285 * src/scan-gram.h: this new file.
10286 (YY_DECL): Rename as...
10287 (GRAM_DECL): this.
10288 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
10289 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
10290 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
10291 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
10292 Move these declarations, and...
10293 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
10294 these to...
10295 * src/flex-scanner.h: this new file.
10296 * src/scan-gram.l (rule_length, rule_length_overflow)
10297 (increment_rule_length): Remove.
10298 (last_braced_code_loc): Rename as...
10299 (gram_last_braced_code_loc): this.
10300 Adjust to the changes of the parser.
10301 Move all the handling of $ and @ into...
10302 * src/scan-code.l: here.
10303 * src/scan-gram.l (handle_dollar, handle_at): Remove.
10304 (handle_action_dollar, handle_action_at): Move to...
10305 * src/scan-code.l: here.
10306 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
10307 scan-code.h, scan-code-c.c, scan-gram.h.
10308 (EXTRA_bison_SOURCES): Add scan-code.l.
10309 (BUILT_SOURCES): Add scan-code.c.
10310 (yacc): Be robust to white spaces.
10311
10312 * tests/conflicts.at, tests/input.at, tests/reduce.at,
10313 * tests/regression.at: Adjust the column numbers.
10314 * tests/regression.at: Adjust the error message.
10315
10316 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
10317
10318 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
10319 Use Akim's wording from
10320 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
10321
10322 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
10323
10324 Between Bison releases, manually append `+' to the previous Bison
10325 release number, and use that as a signal to automatically print the
10326 ChangeLog's CVS Id keyword from --version. Discussed starting at
10327 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
10328 * ChangeLog: Add Id header.
10329 * configure.ac (AC_INIT): Append `+' to `2.3'.
10330 * src/.cvsignore: Add revision.c.
10331 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
10332 (BUILT_SOURCES): Add revision.c.
10333 (revision.c): New target rule. This file defines a new global variable
10334 named revision. It initializes it with either the Id from ChangeLog
10335 or, if VERSION doesn't contain `+', with the empty string.
10336 * src/getargs.c (version): Print the value of revision.
10337 * src/revision.h: Extern revision.
10338
10339 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
10340
10341 * NEWS: Version 2.3.
10342 * configure.ac (AC_INIT): Likewise.
10343
10344 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
10345
10346 * data/glr.c (YYRECOVERING): Define to be a function-like macro
10347 with no arguments, not as an object-like macro. This is for
10348 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
10349 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
10350 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
10351 Document this.
10352
10353 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
10354
10355 * src/getargs.c (usage): Back out yesterday's modification of the
10356 --help output so that we don't have to wait for translation before
10357 releasing 2.3.
10358
10359 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
10360
10361 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
10362 Problem reported by Akim Demaille.
10363
10364 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
10365
10366 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
10367
10368 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
10369
10370 * data/yacc.c (yy_reduce_print): Omit trailing white space in
10371 generated source code. Problem reported by Frans Englich in
10372 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
10373
10374 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
10375
10376 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
10377 shell, not within 'make', so that 'make' by an ordinary builder
10378 (using GNU make) does not worry about configuring gzip. This also
10379 works around a bug reported independently by Keith Thompson and by
10380 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
10381 stderr rather than stdout, messing up the build logs.
10382
10383 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
10384
10385 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
10386 to make sure that YYID will never be unused. This fixes a 'make
10387 maintainer-check' failure caused by the recent changes to the 'Trivial
10388 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
10389 not used.
10390 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
10391
10392 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
10393
10394 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
10395 state before an empty RHS is always resolved here. Only the location
10396 of that state is guaranteed to be resolved, and that's enough. This
10397 fixes the remaining bug reported by Derek M. Jones in
10398 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
10399 * tests/glr-regression.at (Uninitialized location when reporting
10400 ambiguity): Test the above case.
10401 Also, the embedded comments in this test case claim it checks the case
10402 of an empty RHS that has inherited the initial location. However, the
10403 corresponding LHS was already resolved, so yyresolveLocations didn't
10404 actually have reason to modify it. Fix this by forcing
10405 nondeterministic operation at the beginning of the parse.
10406
10407 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
10408
10409 * data/c.m4 (b4_yy_symbol_print_generate):
10410 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
10411 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
10412 of the bugs reported today by Derek M Jones in
10413 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
10414 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
10415 defined to be a type name without parens or brackets.
10416 (Location Type): Similarly for YYLTYPE.
10417 * tests/regression.at (Trivial grammars): Put in a test for this
10418 bug that will be caught by 'make maintainer-check' (though not,
10419 alas, by 'make check' unless your compiler is picky).
10420
10421 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
10422
10423 * NEWS: Version 2.2.
10424 * configure.ac (AC_INIT): Likewise.
10425
10426 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
10427
10428 * data/glr.c (yyreportTree): Make room in yystates for the state
10429 preceding the RHS. This fixes the segmentation fault reported by Derek
10430 M. Jones in
10431 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
10432 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
10433 to the user. Reported for yyreportTree by Derek M. Jones later in the
10434 same thread.
10435 * THANKS: Add Derek M. Jones.
10436 Update my email address.
10437 Fix typo in Steve Murphy's name.
10438
10439 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
10440
10441 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
10442 checking against YYLAST that caused the parser to miss a potential
10443 alternative in its diagnostic.
10444 Problem reported by Maria Jose Moron Fernandez in
10445 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
10446 * data/lalr1.cc (yysyntax_error_): Likewise.
10447 * data/yacc.c (yysyntax_error): Likewise.
10448 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
10449 tokens, in case we run into an older C compiler.
10450 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
10451 Use them to check for the off-by-one error fixed above.
10452
10453 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
10454 YYSIZE_T, not size_t.
10455 * tests/regression.at (Trivial grammars): New test, to catch
10456 the error fixed by the above patch.
10457
10458 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
10459
10460 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
10461 scheme.
10462 Reported by Steve Murphy.
10463
10464 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
10465
10466 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
10467 * data/glr.cc: b4_location_flag is now b4_locations_flag.
10468
10469 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
10470
10471 Implement --trace=m4.
10472 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
10473 * src/output.c (output_skeleton): When set, pass -dV to m4.
10474
10475 Factor the handling of flags in m4.
10476 * src/output.c (prepare): Rename the muscle names debug, defines,
10477 error_verbose to debug_flag, defines_flag, error_verbose_flag.
10478 * data/c.m4: Adjust.
10479 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
10480 Use b4_define_flag_if to define other b4_FLAG_if macros.
10481 (b4_location_if): As a consequence, rename as...
10482 (b4_locations_if): this, for consistency.
10483 Adjust all the skeletons.
10484
10485 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
10486
10487 * etc/bench.pm: Shorten bench names.
10488
10489 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
10490
10491 * src/output.h, src/output.c (error_verbose): Move to...
10492 * src/getargs.h, src/getargs.c: here.
10493 Sort the flags.
10494 Adjust dependencies.
10495
10496 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
10497
10498 * data/c.m4 (b4_copyright): Put the special exception for Bison
10499 skeletons here, so we don't have to put it in each skeleton. All
10500 uses changed. Suggested by Akim Demaille. Also, wrap the
10501 copyright notice, in case it is longer than 80 columns. Replace
10502 comma by newline after title.
10503
10504 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
10505
10506 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
10507 incompatibility, not a bug. Mention that it wasn't fixed as of
10508 flex 2.5.33.
10509
10510 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
10511
10512 * examples/extexi: Enforce the precedence of concatenation over
10513 >>.
10514 Reported by Tommy Nordgren.
10515
10516 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
10517
10518 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
10519 with the member "token".
10520 Reported by Martin Nylin.
10521
10522 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
10523
10524 * data/glr.c: Switch to Bison 2.2 special-exception language in
10525 the copyright notice. Use more-regular format for titles and
10526 copyright notices.
10527 * data/glr.cc: Likewise.
10528 * data/location.cc: Likewise.
10529 * data/yacc.cc: Likewise.
10530 * doc/bison.texinfo (Conditions): Document this.
10531 * NEWS: likewise. Upgrade version to 2.2.
10532
10533 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
10534
10535 * data/glr.cc: Remove dead code.
10536
10537 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
10538
10539 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
10540 that variable and the line breaks the bootstrap. Problem reported
10541 by Juan M. Guerrero.
10542
10543 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
10544
10545 * doc/bison.texinfo (Multiple start-symbols): New.
10546
10547 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
10548
10549 * etc/README, etc/bench.pl: New.
10550
10551 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
10552
10553 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
10554 rule.
10555 Reported by Mickael Labau.
10556 * tests/input.at (Torturing the Scanner): Test it.
10557
10558 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
10559
10560 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
10561 Problem reported by Bob Rossi.
10562
10563 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
10564
10565 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
10566 and didn't really work.
10567 For the index, use @ifnotinfo, not @iftex.
10568 Minor cleanups of spacing and terminology.
10569
10570 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
10571
10572 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
10573 of AT_NAME_PREFIX when %name-prefix is not used.
10574
10575 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
10576
10577 Apply --prefix to C++ skeletons too: they change the namespace.
10578 The test suite already exercize these cases.
10579 * data/c++.m4 (b4_namespace): New.
10580 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
10581 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
10582 * data/yacc.c, data/glr.c: Remove a useless `[]'.
10583 * doc/bison.texinfo: Document it.
10584 (Option Cross Key): Use @multitable in all formats. It looks
10585 nicer, even in TeX outputs.
10586 (Rules): Use the same code whatever the output type is.
10587 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
10588 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
10589 * tests/calc.at: Use it, instead of hard coding `yy'.
10590
10591 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
10592
10593 * TODO: Remove dead items.
10594
10595 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
10596
10597 * doc/FAQ: Remove, merged into...
10598 * doc/bison.texinfo (FAQ): this.
10599 * doc/Makefile.am (EXTRA_DIST): Adjust.
10600
10601 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
10602
10603 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
10604 even if empty.
10605 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
10606 * doc/bison.texinfo (Calc++ Scanner): Use it.
10607
10608 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
10609
10610 Fix two nits reported by twlevo, plus one more that I discovered.
10611
10612 * src/assoc.h (assoc_to_string): Give a name to the arg, as
10613 this is the usual Bison style.
10614 * src/location.h (location_print): Likewise.
10615
10616 * src/reader.h (token_name): Likewise.
10617
10618 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
10619
10620 Fix some nits reported by twlevo.
10621 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
10622 and "POSIX". Use more-modern syntax for URLs. Mention C++
10623 and ask for Java. Don't hardwire OS version numbers. Add
10624 copyright notice.
10625 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
10626 * src/conflicts.c (solved_conflicts_obstack): Now static.
10627
10628 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
10629
10630 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
10631 page. Say "you can use it" not "you may use it" as on the web page;
10632 we're describing capabilities not granting permission.
10633
10634 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
10635
10636 * data/glr.c (yyresolveLocations): Rename local variables to avoid
10637 shadowing warnings. Use usual patter for iterating through RHS.
10638 * tests/glr-regression.at
10639 (Uninitialized location when reporting ambiguity):
10640 Modify yylex so that it uses its argument, rather than trying
10641 to rely on ARGSUSED (which doesn't work for gcc with warnings).
10642 const char -> char const.
10643
10644 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
10645 Don't use tabs inside commands; it messes up 'ps'.
10646 Problem reported by twlevo.
10647
10648 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
10649
10650 * tests/glr-regression.at (Uninitialized location when reporting
10651 ambiguity): New test case.
10652 * data/glr.c (yyresolveLocations): New function, which uses
10653 YYLLOC_DEFAULT.
10654 (yyresolveValue): Invoke yyresolveLocations before reporting an
10655 ambiguity.
10656 * doc/bison.texinfo (Default Action for Locations): Note
10657 YYLLOC_DEFAULT's usage for ambiguity locations.
10658 (GLR Semantic Actions): Cross-reference those notes.
10659
10660 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
10661
10662 * tests/glr-regression.at (Leaked semantic values when reporting
10663 ambiguity): Remove unnecessary union and type declarations.
10664 (Leaked lookahead after nondeterministic parse syntax error): New test
10665 case.
10666 * data/glr.c (yyparse): Check for zero stacks remaining before
10667 attempting to shift the lookahead so that you don't lose it.
10668
10669 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
10670
10671 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
10672 * tests/glr-regression.at (Leaked semantic values when reporting
10673 ambiguity): New test case.
10674 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
10675 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
10676 now unnecessary yystackp parameter.
10677 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
10678 destructors can be called.
10679
10680 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
10681 in existing testcases.
10682
10683 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
10684
10685 Don't leak semantic values for parent RHS when a user action cuts the
10686 parser, and clean up related code a bit.
10687 * tests/glr-regression.at (Leaked merged semantic value if user action
10688 cuts parse): Rename to...
10689 (Leaked semantic values if user action cuts parse): ... this. Add check
10690 for leaked parent RHS values.
10691 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
10692 between an unresolved state (non-empty chain of semantic options) and
10693 an incomplete one (signaled by an empty chain).
10694 (yyresolveStates): Document the interface. Move all manipulation of a
10695 successfully or unsuccessfully resolved yyGLRState to...
10696 (yyresolveValue): ... here so that yyresolveValue always leaves a
10697 yyGLRState with consistent data and thus is easier to understand.
10698 Remove the yyvalp and yylocp parameters since they are always just
10699 taken from the yys parameter. When reporting a discarded merged value
10700 in debugging output, note that it is incompletely merged. Document the
10701 interface.
10702 (yyresolveAction): If resolving any of the RHS states fails, destroy
10703 them all rather than leaking them. Thus, as long as user actions are
10704 written to clean up the RHS correctly, yyresolveAction always cleans up
10705 the RHS of a semantic option. Document the interface.
10706
10707 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
10708
10709 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
10710 led to a segmentation fault in GNU Pascal. Problem reported
10711 by Waldek Hebisch.
10712
10713 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
10714
10715 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
10716 mid-rule action inside a nonterminal symbol in order to declare a
10717 destructor for its semantic value.
10718
10719 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
10720
10721 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
10722 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
10723 __cplusplus && ! defined _STDLIB_H && !
10724 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
10725 defined free))]: Include <stdlib.h> rather than rolling our own
10726 declarations of malloc and free, to avoid problems with
10727 incompatible declarations (using 'throw') C++'s stdlib.h. This
10728 should fix Debian bug 340012
10729 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
10730 reported by Guillaume Melquiond.
10731
10732 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
10733
10734 * NEWS: Clarify symbols versus types in unused-value warnings.
10735
10736 * configure.ac (AC_INIT): Bump version number.
10737
10738 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
10739
10740 * NEWS: Version 2.1a.
10741 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
10742 since C99 requires this.
10743
10744 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
10745
10746 * m4/c-working.m4: New file.
10747 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
10748
10749 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
10750
10751 * Makefile.maint: Merge from coreutils.
10752
10753 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
10754
10755 More portability fixes for problems summarized by Nelson H. F. Beebe.
10756
10757 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
10758 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
10759 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
10760 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
10761 messes up because C++ code is compiled in 32-bit mode but linked
10762 in 64-bit mode.
10763
10764 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
10765
10766 More portability fixes for problems summarized by Nelson H. F. Beebe.
10767
10768 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
10769 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
10770
10771 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
10772 nodist_PROGRAMS, since we don't need to actually compile the
10773 example if we're just doing a plain 'make'. This avoids bothering
10774 the installer unnecessarily about problems due to weird C++
10775 compilers.
10776
10777 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
10778
10779 More portability fixes for problems summarized by Nelson H. F. Beebe.
10780
10781 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
10782 than #include "...", and compile with -I'.'. The old method was
10783 not portable, according to Posix and the C standard, and it does
10784 not work with Sun C 5.7, where previous #line directives affect
10785 the working directory used in later #include "..." directives.
10786
10787 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
10788
10789 Various DJGGP specific issues in /djgpp
10790
10791 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
10792
10793 More portability fixes for problems summarized by Nelson H. F. Beebe.
10794
10795 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
10796 '#include <map>' works and that you can apply ++ to iterators.
10797
10798 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
10799
10800 Work around portability problems summarized by Nelson H. F. Beebe in
10801 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
10802
10803 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
10804 that '#include <string>' works.
10805
10806 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
10807 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
10808 "warning: sorry: semantics of inline function static data `const
10809 unsigned char translate_table[262]' are wrong (you'll wind up with
10810 multiple copies)".
10811
10812 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
10813 or, xor to not_, and_, or_, and xor_, respectively. This works
10814 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
10815 random system header somewhere that includes the equivalent of
10816 <iso646.h>.
10817
10818 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
10819 -E" works; it apparently doesn't work with PathScale EKO Compiler
10820 Suite Version 2.0.
10821
10822 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
10823
10824 During deterministic GLR operation, user actions should be able to
10825 influence the parse by changing yychar. To make this easier to fix and
10826 to make glr.c easier to evolve in general, don't maintain yytoken in
10827 parallel with yychar; just compute yytoken when needed.
10828 * tests/glr-regression.at (Incorrect lookahead during deterministic
10829 GLR): Check that setting yychar in a user action has the intended
10830 effect.
10831 * data/glr.c (yyGLRStack): Remove yytokenp member.
10832 (yyclearin): Don't set *yytokenp.
10833 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
10834 yychar rather than *yytokenp to determine the current lookahead.
10835 Compute yytoken locally when needed.
10836 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
10837 point to.
10838
10839 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
10840 after `--report' documentation.
10841
10842 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
10843
10844 * src/parse-gram.y (grammar_declaration): Location of printer
10845 symbol is @1, not list->location. Bug reported by twlevo.
10846 * tests/input.at (Incompatible Aliases): Adjust to above change.
10847
10848 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
10849
10850 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
10851 all the test at once. This makes the output easier to read in the
10852 normal case.
10853
10854 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
10855 got from <http://bro-ids.org/download.html>. The bug is that
10856 when two actions appeared in succession, the second one was
10857 scanned before the first one was added to the grammar rule
10858 as a midrule action. Bison then output the incorrect warning
10859 "parse.y:905.17-906.36: warning: unused value: $3".
10860 * src/parse-gram.y (BRACED_CODE, action): These are no longer
10861 associated with a value.
10862 (rhs): Don't invoke grammar_current_rule_action_append.
10863 (action): Invoke it here instead.
10864 * src/reader.c (grammar_midrule_action): Now extern.
10865 (grammar_current_rule_action_append): Don't invoke
10866 grammar_midrule_action; that is now the scanner's job.
10867 * src/reader.h (last_string, last_braced_code_loc):
10868 (grammar_midrule_action): New decls.
10869 * src/scan-gram.l (last_string): Now extern, sigh.
10870 (last_braced_code_loc): New extern variable.
10871 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
10872 rule already has an action.
10873 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
10874 * tests/input.at (AT_CHECK_UNUSED_VALUES):
10875 Add some tests to check that the above changes fixed the bug.
10876
10877 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
10878
10879 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
10880 All used changed. Check whether the symbol has a destructor,
10881 not whether it is typed.
10882 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
10883 that the values are still reported as unused. All line numbers
10884 adjusted.
10885
10886 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
10887
10888 Work around a bug in bro 0.8, which underparenthesizes its
10889 definition of YYLLOC_DEFAULT.
10890 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
10891 their arguments.
10892 * data/lalr1.cc: Likewise.
10893 * data/yacc.cc: Likewise.
10894
10895 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
10896
10897 Work around a bug in Pike 7.0, and give the Pike folks a
10898 better way to override the usual int widths.
10899 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
10900 user can override the types.
10901 (short): #undef, to work around a bug in Pike 7.0.
10902 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
10903 (union yyalloc.yyss): Use yytype_int16 rather than short.
10904 All uses changed.
10905 (yysigned_char): Remove.
10906 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
10907 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
10908 * tests/regression.at (Web2c Actions): Adjust to above changes.
10909
10910 * src/reader.c (check_and_convert_grammar): New function.
10911 (reader): Close the input file even if something went wrong during
10912 parsing. Minor file descriptor leak reported by twlevo.
10913
10914 * src/assoc.c (assoc_to_string): Use a default: abort (); case
10915 to pacify gcc -Wswitch-default.
10916 * src/scan-gram.l (adjust_location): Use a default: break; case
10917 to pacify gcc -Wswitch-default.
10918 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
10919 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
10920 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
10921 Move these decls to scan-skel.l, since they don't need to be
10922 visible elsewhere.
10923 * src/scan-skel.l: Accept the above decls.
10924 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
10925 is used.
10926
10927 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
10928
10929 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
10930 since we don't want to insist on a version number at the start
10931 of the changelog every time.
10932 * Makefile.maint: Sync from coreutils a bit better.
10933 (sc_trailing_blank): Renamed from sc_trailing_space.
10934 All uses changed.
10935 (sc_no_if_have_config_h, sc_require_config_h):
10936 (sc_prohibit_assert_without_use): New rules.
10937 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
10938 (sc_dd_max_sym_length): Fix leading spaces in rule.
10939 (sc_system_h_headers): Prefix with @.
10940 (sc_useless_cpp_parens, m4-check): Output line numbers.
10941 (changelog-check): Allow version only in head.
10942 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
10943 satisfy new Makefile.maint rule.
10944 * data/glr.c: Likewise.
10945 * data/glr.cc: Likewise.
10946 * data/lalr1.cc: Likewise.
10947 * data/yacc.c: Likewise.
10948 * lib/ebitsetv.c: Likewise.
10949 * lib/lbitset.c: Likewise.
10950 * lib/subpipe.c: Likewise.
10951 * lib/timevar.c: Likewise.
10952 * src/system.h: Likewise.
10953 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
10954 * djgpp/Makefile.maint: Add copyright notice.
10955 * djgpp/README.in: Likewise.
10956 * djgpp/config.bat: Likewise.
10957 * djgpp/config.site: Likewise.
10958 * djgpp/config_h.sed: Likewise.
10959 * djgpp/djunpack.bat: Likewise.
10960 * djgpp/config.sed: Fix copyright notice to match standard format.
10961 * djgpp/subpipe.h: Likewise.
10962 * lib/bitsetv-print.c: Likewise.
10963 * lib/bitsetv.c: Likewise.
10964 * lib/subpipe.h: Likewise.
10965 * lib/timevar.c: Likewise.
10966 * lib/timevar.h: Likewise.
10967 * djgpp/subpipe.c: Use standard recipe for config.h.
10968 * lib/abitset.c: Likewise.
10969 * lib/bitset.c: Likewise.
10970 * lib/bitset_stats.c: Likewise.
10971 * lib/bitsetv-print.c: Likewise.
10972 * lib/bitsetv.c: Likewise.
10973 * lib/ebitsetv.c: Likewise.
10974 * lib/get-errno.c: Likewise.
10975 * lib/lbitset.c: Likewise.
10976 * lib/subpipe.c: Likewise.
10977 * lib/timevar.c: Likewise.
10978 * lib/vbitset.c: Likewise.
10979 * tests/local.at: Likewise.
10980 * src/scan-gram.l: Don't include verify.h, since system.h does
10981 that for us.
10982 * .x-sc_require_config_h: New file.
10983 * .x-sc_unmarked_diagnostics: New file.
10984
10985 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
10986
10987 Be a bit more systematic about using 'abort'.
10988 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
10989 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
10990 Put 'default: abort ();' before some other case, to satisfy older
10991 pedantic compilers.
10992 * lib/bitset_stats.c (bitset_stats_init): Likewise.
10993 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
10994 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
10995 * src/conflicts.c (resolve_sr_conflict): Likewise.
10996 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
10997 (get_decision_str, get_orientation_str, get_node_alignment_str):
10998 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
10999 (get_linestyle_str, get_arrowstyle_str): Likewise.
11000 * src/conflicts.c (resolve_sr_conflict):
11001 Use a default case rather than one for the one remaining enum
11002 value, to catch invalid enum values as well.
11003 * src/lalr.c (set_goto_map, map_goto):
11004 Prefer "assert (FOO);" to "if (!FOO) abort ();".
11005 * src/nullable.c (nullable_compute, token_definitions_output):
11006 Likewise.
11007 * src/reader.c (packgram, reader): Likewise.
11008 * src/state.c (transitions_to, state_new, state_reduction_find):
11009 Likewise.
11010 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
11011 (symbol_pack): Likewise.
11012 * src/tables.c (conflict_row, pack_vector): Likewise.
11013 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
11014 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
11015 * src/system.h: Don't include <assert.h>.
11016 (assert): New macro.
11017
11018 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
11019 (Destructor Decl, Parser Function, Pure Calling):
11020 Describe rules for braces inside C code more carefully.
11021
11022 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
11023
11024 Fix some porting glitches found by Nelson H. F. Beebe.
11025 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
11026 compilers that don't understand that abort () does not return.
11027 * src/state.c (transitions_to): Likewise.
11028 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
11029 that '#include <cstdlib>' works.
11030 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
11031 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
11032 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
11033 for the benefit of some pre-C99 compilers.
11034
11035 * bootstrap: Undo changes to gnulib files that autoreconf made.
11036
11037 Minor fixups to get 'make maintainer-check' to work.
11038 * configure.ac: Don't use -Wnested-externs, as it's incompatible
11039 with the new verify.h implementation.
11040 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
11041 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
11042 * data/yacc.c (YYUSE): Likewise.
11043 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
11044 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
11045 * src/parse-gram.y (declaration): Don't pass a string constant
11046 to a function that expects char *, since GCC might complain
11047 about the constant value.
11048 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
11049 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
11050 before #defining them.
11051 * tests/glr-regression.at
11052 (Incorrectly initialized location for empty right-hand side in GLR):
11053 In yyerror, use the msg arg.
11054 (Corrupted semantic options if user action cuts parse):
11055 (Incorrect lookahead during deterministic GLR):
11056 (Incorrect lookahead during nondeterministic GLR):
11057 Don't name a local var 'index'; it shadows string.h's 'index'.
11058
11059 2006-01-19 Akim Demaille <akim@epita.fr>
11060
11061 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
11062 location, not just parts of it.
11063
11064 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
11065
11066 * NEWS: Document the fact that multiple %unions are now allowed.
11067 * doc/bison.texinfo (Union Decl): Likewise.
11068 * TODO: This feature is now implemented, so remove it from
11069 the wishlist.
11070
11071 * Makefile.maint: Merge with coreutils Makefile.maint.
11072 (CVS_LIST): Use build-aux version if available.
11073 (VERSION_REGEXP): New macro.
11074 (syntax-check-rules): Add sc_no_if_have_config_h,
11075 sc_prohibit_assert_without_use, sc_require_config_h,
11076 sc_useless_cpp_parens.
11077 (sc_obsolete_symbols): Check for O_NDELAY.
11078 (sc_dd_max_sym_length): Track coreutils.
11079 (sc_unmarked_diagnostics): Look in all files, not just *.c.
11080 (sc_useless_cpp_parens): New rule.
11081 (news-date-check): Look for version or today's date.
11082 (changelog-check): Don't require version number near head.
11083 (copyright-check): Use current year instead of hardwiring 2005.
11084 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
11085 (announcement): Add --gpg-key-ID.
11086
11087 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
11088 with "file system".
11089
11090 Avoid undefined behavior that addressed just before the start of an
11091 array. Problem reported by twlevo.
11092 * src/reader.c (packgram): Prepend a new sentinel before ritem.
11093 * src/lalr.c (build_relations): Rely on new sentinel.
11094 * src/gram.c (gram_free): Adjust to new sentinel.
11095
11096 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
11097
11098 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
11099 yylookaheadNeeds. All uses updated.
11100 (yysplitStack): Rename local yynewLookaheadStatuses to
11101 yynewLookaheadNeeds.
11102 * data/glr-regression.at (Incorrect lookahead during nondeterministic
11103 GLR): In comments, change `lookahead status' to `lookahead need'.
11104
11105 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
11106
11107 * data/glr.c (yysplitStack): A little stylistic rewrite.
11108
11109 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
11110
11111 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
11112
11113 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
11114
11115 * doc/bison.texinfo: Fix some typos.
11116 (GLR Semantic Actions): New subsection discussing special
11117 considerations because GLR semantic actions might be deferred.
11118 (Actions): Mention look-ahead usage of yylval.
11119 (Actions and Locations): Mention look-ahead usage of yylloc.
11120 (Special Features for Use in Actions): Add YYEOF entry and mention it
11121 in the yychar entry.
11122 In the yychar entry, remove mention of the local yychar case (pure
11123 parser) since this is irrelevant information when writing semantic
11124 actions and since it's already discussed in `Table of Symbols' where
11125 yychar is otherwise described as an external variable.
11126 In the yychar entry, don't call it the `current' look-ahead since it
11127 isn't when semantic actions are deferred.
11128 In the yychar and yyclearin entries, add note about deferred semantic
11129 actions.
11130 Add yylloc and yylval entries discussing look-ahead usage.
11131 (Look-Ahead Tokens): When discussing yychar, don't call it the
11132 `current' look-ahead, and do mention yylval and yylloc.
11133 (Error Recovery): Cross-reference `Action Features' when mentioning
11134 yyclearin.
11135 (Table of Symbols): In the yychar entry, don't call it the `current'
11136 look-ahead.
11137 In the yylloc and yylval entries, mention look-ahead usage.
11138
11139 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
11140
11141 * tests/glr-regression.at: Update copyright year to 2006.
11142
11143 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
11144
11145 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
11146 use during nondeterministic operation to track which stacks have
11147 actually needed the current lookahead.
11148 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
11149 Allocate, deallocate, resize, and otherwise shuffle space for
11150 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
11151 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
11152 appropriately during nondeterministic operation.
11153 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
11154 members to store the current lookahead to be used by the deferred
11155 user action.
11156 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
11157 from which the RHS is taken. Set the lookahead members of the new
11158 yySemanticOption according to the lookahead status for stack yyk.
11159 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
11160 yyaddDeferredAction.
11161 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
11162 members of yySemanticOption before invoking yyuserAction, and then set
11163 them back to their current values afterward.
11164 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
11165 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
11166 * tests/glr-regression.at: Remove `.' from the ends of recent test case
11167 titles for consistency.
11168 (Leaked merged semantic value if user action cuts parse): In order to
11169 suppress lint warnings, use arguments in merge function, and assign
11170 char value < 128 in main.
11171 (Incorrect lookahead during deterministic GLR): New test case.
11172 (Incorrect lookahead during nondeterministic GLR): New test case.
11173
11174 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
11175
11176 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
11177 !yyvaluep as signal that no semantic value is available to print.
11178 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
11179 to print a semantic value.
11180
11181 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
11182
11183 * tests/glr-regression.at: For consistency with my newer test cases,
11184 don't thank myself.
11185
11186 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
11187
11188 * data/glr.c (yyresolveValue): When merging semantic options, if at
11189 least one user action succeeds but a later one cuts the parse, then
11190 destroy the semantic value before returning rather than leaking it.
11191 (yyresolveStates): If a user action cuts the parse and thus
11192 yyresolveValue fails, ignore the (unset) semantic value rather than
11193 corrupting the yyGLRState, and empty the semantic options list since
11194 the user actions should have called all necessary destructors.
11195 Simplify code with YYCHK.
11196 * tests/glr-regression.at (Corrupted semantic options if user action
11197 cuts parse): New test case.
11198 (Undesirable destructors if user action cuts parse): New test case.
11199 Before applying any of this patch, this test case never actually failed
11200 for me... but only because the corrupted semantic options usually
11201 masked this bug.
11202 (Leaked merged semantic value if user action cuts parse): New test
11203 case.
11204
11205 2006-01-05 Akim Demaille <akim@epita.fr>
11206
11207 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
11208
11209 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
11210
11211 * data/c.m4 (b4_c_modern): New macro, with a new provision for
11212 _MSC_VER. Problem reported by Cenzato Marco.
11213 (b4_c_function_def): Use it.
11214 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
11215 b4_c_modern.
11216 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
11217 than rolling our own.
11218
11219 2006-01-04 Akim Demaille <akim@epita.fr>
11220
11221 Also warn about non-used mid-rule values.
11222 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
11223 member.
11224 (symbol_list_new): Adjust.
11225 * src/reader.c (symbol_typed_p): New.
11226 (grammar_rule_check): Use it.
11227 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
11228 Check its rule.
11229 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
11230 Use it.
11231 * tests/actions.at (Exotic Dollars): Adjust.
11232
11233 2006-01-04 Akim Demaille <akim@epita.fr>
11234
11235 * src/reader.c (grammar_midrule_action): If $$ is set in a
11236 mid-rule, move the `used' bit to its lhs.
11237 * tests/input.at (Unused values): New.
11238 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
11239
11240 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
11241
11242 * doc/bison.texinfo (Bison Options): Say more accurately what
11243 --yacc does.
11244 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
11245 about declarations in the grammar when in Yacc mode, as POSIX does
11246 not require a diagnostic when the grammar uses extensions.
11247
11248 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
11249
11250 Warn about dubious constructions like "%token T T".
11251 Reported by twlevo.
11252 * src/symtab.h (struct symbol.declared): New member.
11253 * src/symtab.c (symbol_new): Initialize it to false.
11254 (symbol_class_set): New arg DECLARING, specifying whether
11255 this is a declaration that we want to warn about, if there
11256 is more than one of them. All uses changed.
11257
11258 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
11259 Allow multiple %union directives, whose contents concatenate.
11260 * src/parse-gram.y (grammar_declaration): Likewise.
11261 Use muscle_code_grow, so that we don't need stype_line any more.
11262 All uses changed.
11263
11264 * src/muscle_tab.c (muscle_grow): Fix comment.
11265
11266 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
11267 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
11268 Update copyright year to 2006.
11269
11270 2006-01-03 Akim Demaille <akim@epita.fr>
11271
11272 Have glr.cc pass (some of) the calc.at tests.
11273 * data/glr.cc (b4_parse_param_orig): New.
11274 (b4_parse_param): Improve its definition, and bound it more
11275 clearly in the skeleton.
11276 (b4_epilogue): Append, instead of prepending, in order to keep
11277 #line consistency.
11278 Simplify the generation of auxiliary functions: locations and
11279 purity are mandated.
11280 (b4_global_tokens_and_yystype): Honor it.
11281 * data/location.cc (c++.m4): Don't include it.
11282 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
11283 and AT_SKEL_CC_IF.
11284 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
11285 AT_LALR1_CC_IF.
11286 Be sure to initialize the first position's filename.
11287 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
11288 mandated anyway.
11289 (AT_CHECK_CALC_GLR_CC): New.
11290 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
11291
11292 2006-01-02 Akim Demaille <akim@epita.fr>
11293
11294 * src/output.c (output_skeleton): Don't hard wire the inclusion of
11295 c.m4.
11296 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
11297 * data/glr.cc: Do not include stack.hh.
11298
11299 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
11300
11301 * data/glr.c: Reformat whitespace with tabs.
11302 (b4_lpure_formals): Remove this unused m4 macro.
11303 * tests/cxx-type.at: Reformat whitespace with tabs.
11304 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
11305 since it's a member. Rename type to isNterm for clarity.
11306
11307 2005-12-29 Akim <akim@sulaco.local>
11308
11309 Let glr.cc catch up with symbol_value_print.
11310 * data/glr.cc (b4_yysymprint_generate): Replace by...
11311 (b4_yy_symbol_print_generate): this.
11312 (yy_symbol_print, yy_symbol_value_print): Declare them.
11313
11314 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
11315
11316 * src/location.h (boundary): Note that a line or column equal
11317 to INT_MAX indicates an overflow.
11318 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
11319 (rule_length_overflow, increment_rule_length, add_column_width):
11320 New functions.
11321 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
11322 (<SC_BRACED_CODE>"}"):
11323 Use increment_rule_length rather than incrementing it by hand.
11324 (adjust_location, handle_syncline): Diagnose overflow.
11325 (handle_action_dollar, handle_action_at):
11326 Fix bug with monstrosities like $-2147483648.
11327 Remove now-unnecessary checks.
11328 (scan_integer): Verify assumptions and remove now-unnecessary checks.
11329 (convert_ucn_to_byte): Verify assumptions.
11330 (handle_syncline): New arg LOC. All callers changed.
11331 Don't store through a value derived from char const * pointer.
11332
11333 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
11334 GCC warnings.
11335
11336 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
11337
11338 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
11339 Remove unnecessary forward static decls.
11340
11341 2005-12-27 Akim Demaille <akim@epita.fr>
11342
11343 * src/reader.c (grammar_current_rule_check): Also check that $$
11344 is used.
11345 Take the rule to check as argument, hence rename as...
11346 (grammar_rule_check): this.
11347 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
11348 Rename as...
11349 (grammar_rule_begin, grammar_rule_end): these, for consistency.
11350 (grammar_midrule_action, grammar_symbol_append): Now static.
11351 * tests/torture.at (input): Don't rely on the default action
11352 being always performed.
11353 * tests/calc.at: "Set" $$ even when the action is "cut" with
11354 YYERROR or other.
11355 * tests/actions.at (Exotic Dollars): Instead of using unused
11356 values, check that the warning is issued.
11357
11358 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
11359
11360 * NEWS: Improve wording for unused-value warnings.
11361
11362 2005-12-22 Akim Demaille <akim@epita.fr>
11363
11364 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
11365 (b4_yysymprint_generate): Rename as...
11366 (b4_yy_symbol_print_generate): this.
11367 Generate yy_symbol_print instead of yysymprint.
11368 Generate also yy_symbol_value_print, and use it.
11369
11370 2005-12-22 Akim Demaille <akim@epita.fr>
11371
11372 * NEWS: Warn about unused values.
11373 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
11374 a `used' member.
11375 (symbol_list_n_get, symbol_list_n_used_set): New.
11376 (symbol_list_n_type_name_get): Use symbol_list_n_get.
11377 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
11378 * src/reader.c (grammar_current_rule_check): Check that values are
11379 used.
11380 * src/symtab.c (symbol_print): Accept 0.
11381 * tests/existing.at: Remove the type information.
11382 Empty the actions.
11383 Remove useless actions (beware of mid-rule actions: perl -000
11384 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
11385 * tests/actions.at (Exotic Dollars): Use unused values.
11386 * tests/calc.at: Likewise.
11387 * tests/glr-regression.at (No users destructors if stack 0 deleted):
11388 Likewise.
11389
11390 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
11391 rule_useful_p.
11392
11393 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
11394
11395 Undo 2005-12-01 tentative license wording change. The wording is
11396 still being reviewed by the lawyers, and we don't want to wait for
11397 them before publishing a test release. For now, revert to the
11398 previous wording.
11399 * NEWS: Undo 2005-12-01 change.
11400 * data/glr.c: Revert to previous license wording.
11401 * data/glr.cc: Likewise.
11402 * data/lalr1.cc: Likewise.
11403 * data/location.cc: Likewise.
11404 * data/yacc.c: Likewise.
11405
11406 * NEWS: Reword %destructor vs YYABORT etc.
11407 * data/glr.c: Use American spacing, for consistency.
11408 * data/glr.cc: Likewise.
11409 * data/lalr1.cc: Likewise.
11410 * data/yacc.c: Likewise.
11411 * data/yacc.c: Reformat comments slightly.
11412 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
11413 for consistency. Fix some spelling errors and reword recently-included
11414 text slightly.
11415 * tests/cxx-type.at: Cast results of malloc, for C++.
11416
11417 2005-12-21 Joel E. Denny <address@hidden>
11418
11419 * tests/cxx-type.at: Construct a tree, count the parents of shared
11420 nodes, and free each node once and only once. Previously, the memory
11421 for semantic values was leaked instead.
11422
11423 2005-12-21 Joel E. Denny <address@hidden>
11424
11425 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
11426 (yylval, yylloc): If pure, #define to yystackp->yyval and
11427 yystackp->yyloc similar to yychar and yynerrs.
11428 (yyparse): If pure, remove local yylval and yylloc. Add local
11429 yystackp to accommodate pure definitions of yylval and yylloc.
11430 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
11431 yylvalp and yyllocp to &yylval and &yylloc.
11432 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
11433 namespace. Previously, nerrs and char were missing, but lval and lloc
11434 weren't necessary.
11435 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
11436 yylvalp and yyllocp parameters since, if pure, these are now always
11437 accessible through yystackp. If not pure, they are still accessible
11438 globally.
11439 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
11440 `if (YYID (N))' to pacify lint.
11441
11442 2005-12-21 Akim Demaille <akim@epita.fr>
11443
11444 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
11445 destroy the RHS symbols of a rule.
11446 * data/yacc.c (yylen): Initialize to 0.
11447 Keep its value to the number of items to possibly shift.
11448 In particular, a regular successful parse that ends on YYFINAL by
11449 a (internal) YYACCEPT must not have yylen != 0.
11450 (yyerrorlab, yyreturn): Pop the RHS.
11451 Reorder a bit to emphasize the `shifting' bits of code.
11452 (YYPOPSTACK): Now accept a number of items to pop.
11453 * data/lalr1.cc: Likewise.
11454 * data/glr.c: Formatting changes.
11455 Use goto instead of fall through.
11456 * doc/bison.texinfo (Destructor Decl): Complete.
11457
11458 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
11459
11460 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
11461 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
11462 * djgpp/config.bat: Replace every occurence of the file name
11463 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
11464 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
11465 * djgpp/config.sed: Replace every occurence of the file name
11466 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
11467 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
11468 * djgpp/djunpack.bat: DJGPP specific file.
11469 * djgpp/fnchange.lst: DJGPP specific file.
11470 * djgpp/README.in: Add new information about how to unpack the bison
11471 source on MSDOS and other systems which have 8.3 file name restrictions
11472 using djunpack.bat and fnchange.lst.
11473
11474 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
11475
11476 * bootstrap (build_cvs_prefix): Remove; unused.
11477 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
11478 when getting gnulib.
11479
11480 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
11481
11482 * data/glr.c: Reorder typedef declarations for structs to match order
11483 of struct declarations.
11484 Rename yystack everywhere to yystackp except in yyparse where it's not
11485 a pointer.
11486 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
11487 consistency.
11488 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
11489 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
11490 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
11491 lint.
11492
11493 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
11494
11495 * tests/sets.at (Accept): Fix typos in regular expression used to
11496 sed out the final state number.
11497
11498 Work around portability problem on Solaris 10: flex-generated
11499 files include <stdio.h> before <config.h>, which messes up
11500 because the latter defines __EXTENSIONS__. Address the problem
11501 by creating two new little files that include <config.h> first,
11502 then include the flex-generated files. Rewrite everyone else
11503 to include <config.h> first, as well.
11504 * lib/timevar.c: Always include "config.h".
11505 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
11506 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
11507 (EXTRA_bison_SOURCES): New macro.
11508 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
11509 * src/system.h: Don't include config.h.
11510 * src/LR0.c: Include <config.h> first.
11511 * src/assoc.c: Likewise.
11512 * src/closure.c: Likewise.
11513 * src/complain.c: Likewise.
11514 * src/conflicts.c: Likewise.
11515 * src/derives.c: Likewise.
11516 * src/files.c: Likewise.
11517 * src/getargs.c: Likewise.
11518 * src/gram.c: Likewise.
11519 * src/lalr.c: Likewise.
11520 * src/location.c: Likewise.
11521 * src/main.c: Likewise.
11522 * src/muscle_tab.c: Likewise.
11523 * src/nullable.c: Likewise.
11524 * src/output.c: Likewise.
11525 * src/parse-gram.y: Likewise.
11526 * src/print.c: Likewise.
11527 * src/print_graph.c: Likewise.
11528 * src/reader.c: Likewise.
11529 * src/reduce.c: Likewise.
11530 * src/relation.c: Likewise.
11531 * src/state.c: Likewise.
11532 * src/symlist.c: Likewise.
11533 * src/symtab.c: Likewise.
11534 * src/tables.c: Likewise.
11535 * src/uniqstr.c: Likewise.
11536 * src/vcg.c: Likewise.
11537
11538 * src/parse-gram.y: Fix minor problems uncovered by lint.
11539 (current_lhs, current_lhs_location): Now static.
11540 (current_assoc): Remove unused variable.
11541
11542 Cleanups so that Bison-generated parsers have less lint.
11543 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
11544 Prepend /*ARGSUSED*/, for lint's sake.
11545 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
11546 definition if 'lint' is defined.
11547 (YYID): New macro (or function, if lint).
11548 All uses of /*CONSTCOND*/0 replaced by YYID(0).
11549 * data/yacc.c: Likewise.
11550 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
11551 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
11552 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
11553 is C++ only.
11554 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
11555 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
11556 Use YYID(0) rather than 0, for lint.
11557 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
11558 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
11559
11560 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
11561
11562 * tests/glr-regression.at
11563 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
11564 Close memory leak reported by twlevo.
11565
11566 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
11567
11568 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
11569 all stacks.
11570 (yyparse): Iterate another stack in order to call user destructors.
11571 * tests/glr-regression.at (No users destructors if stack 0 deleted):
11572 New test case.
11573 (Duplicated user destructor for lookahead): This test now is expected
11574 to succeed.
11575
11576 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
11577
11578 * NEWS: Document the following change.
11579 * data/yacc.c: Say "parser skeleton" rather than "file", since
11580 it's no longer just a file.
11581 * data/glr.c: Grant a special exception for C GLR parsers, that
11582 reads like the already-existing exception for C LALR(1) parsers.
11583 * data/glr.cc: Likewise.
11584 * data/lalr1.cc: Likewise.
11585 * data/location.cc: Likewise.
11586 * data/yacc.c: Reword the "written by" statement to clarify that
11587 it was the parser skeleton, not the entire output file.
11588 * data/glr.c: Written by Paul Hilfinger.
11589 * data/glr.cc: Written by Akim Demaille.
11590 * data/lalr1.cc: Likewise.
11591
11592 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
11593
11594 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
11595 Fix typos in previous change that broke 'make check'.
11596 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
11597 supported in C.
11598 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
11599 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
11600 We can revert this once things settle down.
11601
11602 * src/conflicts.c (conflicts_print): Don't print file name twice
11603 when %expect fails because there were no conflicts.
11604 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
11605 change.
11606 * tests/conflicts.at (%expect not enough, %expect too much):
11607 (%expect with reduce conflicts): Adjust to new behavior.
11608
11609 2005-11-18 Akim Demaille <akim@epita.fr>
11610
11611 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
11612 errors.
11613 * NEWS: Document this.
11614 * doc/bison.texinfo (Expect Decl): Likewise.
11615
11616 2005-11-16 Akim Demaille <akim@epita.fr>
11617
11618 Generalize the display of semantic values and locations in traces.
11619 * data/glr.c (yy_reduce_print): Fix indices (again).
11620 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
11621 literal integers.
11622 * data/lalr1.cc (yyreduce_print): Rename as...
11623 (yy_reduce_print): this.
11624 Display values and locations.
11625 * data/yacc.c (yy_reduce_print): Likewise.
11626 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
11627 (yysymprint): Move higher to be visible from yy_reduce_print).
11628 (yyparse): Adjust.
11629 * tests/calc.at: Adjust the expected length of the traces.
11630
11631 2005-11-14 Akim Demaille <akim@epita.fr>
11632
11633 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
11634 from 1 to N, while values and location start at 0.
11635 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
11636
11637 2005-11-14 Akim Demaille <akim@epita.fr>
11638
11639 * data/glr.c (yy_reduce_print): Fix the $ number.
11640
11641 2005-11-14 Akim Demaille <akim@epita.fr>
11642
11643 "Use" parse parameters.
11644 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
11645 * data/glr.c, data/glr.cc: Use them.
11646 * data/glr.c (YYUSE): Have a C++ definition that supports
11647 non-pointer types.
11648
11649 2005-11-14 Akim Demaille <akim@epita.fr>
11650
11651 * data/glr.c (yyexpandGLRStack): Declare only if defined.
11652
11653 2005-11-14 Akim Demaille <akim@epita.fr>
11654
11655 * data/glr.cc: New.
11656 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
11657
11658 2005-11-12 Akim Demaille <akim@epita.fr>
11659
11660 Let position and location be PODs.
11661 * data/location.cc (position::initialize, location::initialize): New.
11662 (position::position, location::location): Define only if
11663 b4_location_constructors is defined.
11664 * data/lalr1.cc (b4_location_constructors): Define it for backward
11665 compatibility.
11666 * doc/bison.texinfo (Initial Action Decl): Use initialize.
11667
11668 2005-11-12 Akim Demaille <akim@epita.fr>
11669
11670 * data/lalr1.cc: Move the body of the ctor and dtor into the
11671 parser file (instead of the header).
11672 Wrap the implementations in a "namespace yy".
11673
11674 2005-11-12 Akim Demaille <akim@epita.fr>
11675
11676 Have glr.c include its header file when created.
11677 * data/glr.c (b4_shared_declarations): New.
11678 Output them verbatim in the parser if !%defines, otherwise
11679 output then in the header file, and include it instead.
11680
11681 2005-11-11 Akim Demaille <akim@epita.fr>
11682
11683 * data/glr.c: Comment changes.
11684
11685 2005-11-11 Akim Demaille <akim@epita.fr>
11686
11687 When yydebug, report semantic and location values for reductions.
11688 * data/glr.c (yy_reduce_print): Report the semantic values and the
11689 locations.
11690 (YY_REDUCE_PRINT): Adjust.
11691 (yyglrReduce): Use them.
11692 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
11693 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
11694 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
11695 traces.
11696
11697 2005-11-10 Akim Demaille <akim@epita.fr>
11698
11699 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
11700 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
11701 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
11702
11703 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
11704
11705 * m4/cxx.m4, examples/Makefile.am: Don't build
11706 examples/calc++ if no C++ compiler is available. (trivial change)
11707
11708 2005-11-09 Akim Demaille <akim@epita.fr>
11709
11710 * src/scan-skel.l: Use a couple of asserts.
11711
11712 2005-11-03 Akim Demaille <akim@epita.fr>
11713
11714 In some (weird) cases, the final state number is incorrect.
11715 Reported by Alexandre Duret-Lutz.
11716 * src/LR0.c (state_list_append): Remove the computation of
11717 final_state.
11718 (save_reductions): Do it here.
11719 (get_state): Alpha conversion.
11720 (generate_states): Use a for loop.
11721 * src/gram.h (item_number_is_rule_number)
11722 (item_number_is_symbol_number): New.
11723 * src/state.c: Use assert.
11724 * src/system.h: Include assert.h.
11725 * tests/sets.at (Accept): New.
11726
11727 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
11728
11729 * data/glr.c (yyfill): Adjust comment.
11730 (yyresolveAction): Initialize default location properly
11731 for empty right-hand sides.
11732 (yydoAction): Ditto.
11733 Add comment explaining apparently dead code.
11734 * tests/glr-regression.at
11735 (Incorrectly initialized location for empty right-hand side in GLR):
11736 New test.
11737
11738 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
11739
11740 * bootstrap (cleanup_gnulib): New function. Use it to clean up
11741 gnulib when interrupted. This fixes some race conditions and
11742 works around some portability problems (one noted by Paul
11743 Hilfinger).
11744
11745 2005-10-22 Akim <akim@epita.fr>
11746
11747 * Makefile.cfg: Adjust to config -> build-aux.
11748 Reported by twledo.
11749
11750 2005-10-21 Akim Demaille <akim@epita.fr>
11751
11752 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
11753 the %parse-params.
11754 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
11755 * data/yacc.c (b4_Pure_if): Rename as...
11756 (b4_yacc_pure_if): this.
11757 (YY_SYMBOL_PRINT, yyparse): Adjust.
11758 * doc/bison.texinfo: Formatting changes.
11759
11760 2005-10-21 Akim Demaille <akim@epita.fr>
11761
11762 Finish the transition config -> build-aux.
11763 * configure.ac, Makefile.am: Use build-aux.
11764 * config/prev-version, config/announce-gen, config/Makefile.am:
11765 Move to...
11766 * build-aux/prev-version, build-aux/announce-gen,
11767 * build-aux/Makefile.am: here.
11768
11769 2005-10-14 Akim Demaille <akim@epita.fr>
11770
11771 * examples/calc++/test: Use set -x only when VERBOSE.
11772
11773 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
11774
11775 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
11776 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
11777
11778 2005-10-13 Akim Demaille <akim@epita.fr>
11779
11780 * src/scan-skel.l: Output the base name parts of the parser and
11781 header file names.
11782 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
11783 additional checks.
11784 Use this to exercise C++ outputs in subdirs.
11785 Reported by Oleg Smolsky.
11786
11787 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
11788
11789 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
11790 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
11791 Problem reported by John P. Hartmann.
11792 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
11793 already defined it.
11794
11795 2005-10-12 Akim Demaille <akim@epita.fr>
11796
11797 * src/parse-gram.y (version_check): Exit 63 to please missing
11798 (stands for "version mismatch).
11799 * tests/input.at, doc/bison.texinfo: Adjust.
11800
11801 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
11802
11803 Work around portability problems with Visual Age C compiler
11804 (xlc and xlC_r) reported by John P. Hartmann.
11805 * data/location.cc (initial_column, initial_line): Remove.
11806 All uses replaced by 0 and 1.
11807 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
11808 that xlc complains about.
11809 * src/scan-skel.l (skel_wrap): Likewise.
11810 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
11811 as __STDC__.
11812 * data/yacc.c (YYMODERN_C): New macro, which also looks at
11813 __STDC_VERSION__. Use it everywhere instead of looking at
11814 __STDC__ and __cplusplus.
11815
11816 2005-10-10 Akim Demaille <akim@epita.fr>
11817
11818 * examples/calc++/test: Be quiet unless VERBOSE.
11819
11820 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
11821
11822 * data/c.m4 (yydestruct, yysymprint):
11823 Use YYUSE instead of casting to void.
11824 * data/glr.c (YYUSE): New macro.
11825 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
11826 Use it instead of rolling our own.
11827 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
11828 (YYCHK1):
11829 Use /*CONSTCOND*/ to suppress lint warnings.
11830 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
11831 (YY_STACK_PRINT): Use 'false' not '0'.
11832 (YYUSE): New macro.
11833 (yysymprint_, yydestruct_): Use it instead of rolling our own.
11834 * data/yacc.c (YYUSE): New macro.
11835 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
11836 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
11837 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
11838
11839
11840 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
11841 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
11842
11843 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
11844
11845 Undo the parts of the unlocked-I/O change that substituted
11846 putc or puts for printf. This might hurt performance a bit,
11847 but some people prefer the printf style.
11848 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
11849 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
11850 All uses replaced by YYFPRINTF and YYDPRINTF.
11851 * data/yacc.c: Likewise.
11852 * lib/bitset.c (bitset_print): Likewise.
11853 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
11854 putc and puts.
11855 * lib/lbitset.c (debug_lbitset): Likewise.
11856 * src/closure.c (print_firsts, print_fderives): Likewise.
11857 * src/gram.c (grammar_dump): Likewise.
11858 * src/lalr.c (look_ahead_tokens_print): Likewise.
11859 * src/output.c (escaped_output): Likewise.
11860 (user_actions_output): Break apart two printfs.
11861 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
11862 * src/reduce.c (reduce_print): Likewise.
11863 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
11864 * src/system.h: Include unlocked-io.h rathe than stdio.h.
11865
11866 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
11867 Use assignments rather than casts-to-void to suppress
11868 unused-variable warnings. This pacifies 'lint'.
11869 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
11870 unused-variable warnings.
11871
11872 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
11873
11874 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
11875
11876 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
11877
11878 Use unlocked I/O for a minor performance improvement on hosts like
11879 GNU/Linux and Solaris that support unlocked I/O. The basic idea
11880 is to use the gnlib unlocked-io module, and to prefer putc and
11881 puts to printf when either will work (since the latter doesn't
11882 come in an unlocked flavor).
11883 * bootstrap (gnulib_modules): Add unlocked-io.
11884 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
11885 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
11886 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
11887 and similarly for puts and putc and printf.
11888 * data/yacc.c: Likewise.
11889 * lib/bitset.c (bitset_print): Likewise.
11890 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
11891 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
11892 to printf.
11893 * lib/lbitset.c (debug_lbitset): Likewise.
11894 * src/closure.c (print_firsts, print_fderives): Likewise.
11895 * src/gram.c (grammar_dump): Likewise.
11896 * src/lalr.c (look_ahead_tokens_print): Likewise.
11897 * src/output.c (escaped_output): Likewise.
11898 (user_actions_output): Coalesce two printfs.
11899 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
11900 * src/reduce.c (reduce_print): Likewise.
11901 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
11902 * src/system.h: Include unlocked-io.h rather than stdio.h.
11903
11904 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
11905 this confuses xgettext.
11906
11907 2005-10-02 Akim Demaille <akim@epita.fr>
11908
11909 * bootstrap (gnulib_modules): Add strverscmp.
11910 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
11911 * m4/.cvsignore: Add strverscmp.m4.
11912 * src/parse-gram.y (%require): New token, new rule.
11913 (version_check): New.
11914 * src/scan-gram.l (%require): Adjust.
11915 * tests/input.at (AT_REQUIRE): New.
11916 Use it.
11917 * doc/bison.texinfo (Require Decl): New.
11918 (Calc++ Parser): Use %require.
11919
11920 2005-10-02 Akim Demaille <akim@epita.fr>
11921
11922 * data/location.cc: New.
11923
11924 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
11925 Akim Demaille <akim@epita.fr>
11926
11927 Make sure -odir/foo.cc creates dir/location.hh etc.
11928 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
11929 (spec_file_prefix, spec_verbose_file, spec_graph_file)
11930 (spec_defines_file): Now const.
11931 (dir_prefix): New.
11932 (short_base_name): Remove.
11933 * src/files.c: Adjust.
11934 (dirname.h): Include.
11935 (base_name): Don't prototype it.
11936 (finput): Remove, duplicates gram_in.
11937 (full_base_name, short_base_name): Replace by...
11938 (all_but_ext, all_but_tab_ext): these.
11939 (compute_base_names): Rename as...
11940 (compute_file_name_parts): this.
11941 Update to compute the new variables, including dir_prefix.
11942 Adjust dependencies.
11943 * src/output.c (prepare): Output them.
11944 * src/reader.c: Adjust to use gram_in, not finput.
11945 * src/scan-skel.l (@dir_prefix@): New.
11946
11947 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
11948
11949 * lib/subpipe.c: New function end_of_output_subpipe() added
11950 to allow support for non-posix systems. This is a no-op function
11951 for posix systems.
11952
11953 * lib/subpipe.h: New function end_of_output_subpipe() added
11954 to allow support for non-posix systems. This is a no-op function
11955 for posix systems.
11956
11957 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
11958 handle the lack of pipe/fork functionality on non-posix systems.
11959
11960 * djgpp/Makefile.maint: DJGPP specific file.
11961
11962 * djgpp/README.in: DJGPP specific file.
11963
11964 * djgpp/config.bat: DJGPP specific configuration file.
11965
11966 * djgpp/config.sed: DJGPP specific configuration file.
11967
11968 * djgpp/config.site: DJGPP specific configuration file.
11969
11970 * djgpp/config_h.sed: DJGPP specific configuration file.
11971
11972 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
11973
11974 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
11975
11976 2005-10-02 Akim Demaille <akim@epita.fr>
11977
11978 * data/location.cc: New, extract from...
11979 * data/lalr1.cc: here.
11980 (location.hh): Include it after the user prologue, in case the
11981 filename type is defined by the user.
11982 Forward declation location and position before the pre-prologue.
11983 (yyresult_): Rename as...
11984 (yyresult): this, it's a local variable, not an attribute.
11985 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
11986
11987 2005-10-01 Akim Demaille <akim@epita.fr>
11988
11989 * examples/extexi: Restore the #line generation.
11990
11991 2005-09-30 Akim Demaille <akim@epita.fr>,
11992 Alexandre Duret-Lutz <adl@gnu.org>
11993
11994 Move the token type and YYSTYPE in the parser class.
11995 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
11996 (parser::token): New, from the moved free definition of tokens.
11997 (parser::semantic_value): Now a full definition instead of an
11998 indirection to YYSTYPE.
11999 (b4_post_prologue): No longer included in the header file, but
12000 in the implementation file.
12001 * doc/bison.texi (C+ Language Interface): Update.
12002 * src/parse-gram.y: Support unary %define.
12003 * tests/actions.at: Define global_tokens_and_yystype for backward
12004 compatibility until we update the tests.
12005 * tests/calc.at: Idem.
12006 (first_line, first_column, last_line, last_column): Define for lalr1.cc
12007 to simplify the code.
12008
12009 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
12010
12011 Port to SunOS 4.1.4, which lacks strtoul and strerror.
12012 Ah, the good old days! Problem reported by Peter Klein.
12013 * bootstrap (gnulib_modules): Add strerror, strtoul.
12014 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
12015 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
12016
12017 2005-09-29 Akim Demaille <akim@epita.fr>
12018
12019 * data/c.m4 (b4_error_verbose_if): New.
12020 * data/lalr1.cc: Use it.
12021 (YYERROR_VERBOSE_IF): Remove.
12022 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
12023 parser members, replaced by...
12024 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
12025 local variables.
12026 (yysyntax_error_): Takes the state number as argument.
12027 (yyreduce_print_): Use the argument yyrule, not the former
12028 attribute yyn_.
12029
12030 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
12031
12032 * bootstrap (gnulib_modules): Add verify.
12033 * lib/.cvsignore: Add verify.h.
12034 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
12035 * src/system.h (verify): Remove.
12036 Include verify.h instead.
12037 * src/tables.c (tables_generate): Use new API for 'verify'.
12038
12039 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
12040
12041 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
12042 local variables whose names begin with 'yy'.
12043 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
12044 Trivial changes from Joel E. Denny.
12045
12046 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
12047 it itself.
12048 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
12049 don't use alloca any more.
12050
12051 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
12052 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
12053 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
12054 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
12055 to match yacc.c, to test more hosts.
12056
12057 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
12058
12059 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
12060 doesn't affect behavior.
12061 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
12062 Solaris, AIX, MSC.
12063 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
12064 This works a bit better with glibc, if user code has already included
12065 stdlib.h.
12066 * doc/bison.texinfo (Bison Parser): Document that users can't
12067 arbitrarily use malloc and free for other purposes. Document
12068 that <alloca.h> and <malloc.h> might be included.
12069 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
12070 user must declare alloca.
12071
12072 * HACKING (release): Forwarn the Translation Project about
12073 stable releses.
12074
12075 2005-09-20 Akim Demaille <akim@epita.fr>
12076
12077 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
12078
12079 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
12080
12081 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
12082 (YYSTACK_ALLOC_MAXIMUM): Use it.
12083 (yysyntax_error): New function.
12084 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
12085 multiple syntax errors are reported, and alloca is being used.
12086 Instead, reallocate buffers twice as big each time, so that
12087 we waste at most half the allocated memory. Start with a small
12088 (128-byte) buffer that will suffice in most cases anyway.
12089 Use yysyntax_error to do most of the work.
12090
12091 * doc/bison.texinfo (Error Reporting, Table of Symbols):
12092 yynerrs is the number of errors reported, not the number of
12093 errors encountered.
12094
12095 * tests/glr-regression.at (Duplicated user destructor for lookahead):
12096 Mark it as expected to fail.
12097 Cast result of malloc; problem reported by twlevo@xs4all.nl.
12098 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
12099 Don't start user-code symbols with "yy", to avoid name space problems.
12100
12101 2005-09-19 Akim Demaille <akim@epita.fr>
12102
12103 Remove the traits, failed experiment.
12104 It never proved useful, and anyway because of the current
12105 definition, it was not possible to have several specialization of
12106 this traits, making it useless.
12107 * data/lalr1.cc (yy:traits): Remove.
12108 Inline its definitions in the parser class.
12109
12110 2005-09-19 Akim Demaille <akim@epita.fr>
12111
12112 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
12113 least Mac OSX with a /usr/local install of gettext.
12114
12115 2005-09-19 Akim Demaille <akim@epita.fr>
12116
12117 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
12118 and yytoken for similarity with the other skeletons.
12119
12120 2005-09-19 Akim Demaille <akim@epita.fr>
12121
12122 * NEWS, configure.ac: update version number to 2.1a.
12123
12124 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
12125
12126 * NEWS: Version 2.1.
12127
12128 * NEWS: Remove notice of yytname change, since it was never in an
12129 official release.
12130 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
12131 diagnostic.
12132 * src/output.c (prepare): Likewise.
12133 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
12134 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
12135 is not defined. This is an awful hack, but it's enough for now.
12136 All callers changed.
12137 * tests/glr-regression-at (make_value): Args are const pointers now,
12138 to avoid GCC warning.
12139 (Duplicated user destructor for lookahead): New test. Currently
12140 skipped. It fails on my host but I'm not sure it'll always fail.
12141
12142 2005-09-16 Akim Demaille <akim@epita.fr>
12143
12144 * src/symtab.h (struct symbol): Declare the printer and destructor
12145 as const, to avoid accidental calls to free.
12146 (symbol_destructor_set, symbol_printer_set): Adjust.
12147 * src/symtab.c: Adjust.
12148
12149 2005-09-16 Akim Demaille <akim@epita.fr>
12150
12151 * data/c.m4 (b4_token_enums): New.
12152 (b4_token_defines): Rename as...
12153 (b4_token_enums_defines): this.
12154 (b4_token_defines): New, output only the #defines.
12155 * data/yacc.c, data/glr.c: Adjust.
12156 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
12157 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
12158 as default values.
12159
12160 2005-09-16 Akim Demaille <akim@epita.fr>
12161
12162 * data/lalr1.cc (yylex_): Remove, inline its code.
12163 (yyreport_syntax_error_): Remove, replaced by...
12164 (yysyntax_error_): this which returns a string and leaves to the
12165 caller the call to the users' error function.
12166 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
12167 Move from members of the parser object...
12168 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
12169 to local variables of the parse function.
12170
12171 2005-09-16 Akim Demaille <akim@epita.fr>
12172
12173 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
12174 since it's in Bison's name space.
12175
12176 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
12177
12178 * data/glr.c (yyresolveValue): Add default case to pacify
12179 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
12180
12181 * NEWS: Document when yyparse started to return 2.
12182 * doc/bison.texinfo (Parser Function): Document when yyparse
12183 returns 2.
12184
12185 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
12186 (b4_filename_type): Renamed back from b4_file_name_type. All uses
12187 changed.
12188 (class position): file_name -> filename (reverting). All uses changed.
12189
12190 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
12191
12192 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
12193 do anything if $@ exists. This reverts part of the 2005-07-07
12194 patch.
12195
12196 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
12197
12198 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
12199 contains obsolete information and isn't worth distributing as a
12200 separate file anyway.
12201 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
12202 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
12203 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
12204 (yyparse): Abort if user code uses longjmp to throw an unexpected
12205 value.
12206
12207 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
12208
12209 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
12210 Suggested by twlevo@xs4all.nl.
12211
12212 * data/glr.c (YYCHK1): Do not assume YYE is in range.
12213 This avoids a diagnostic from gcc -Wswitch-enum.
12214 Problem reported by twlevo@xs4all.nl.
12215
12216 * doc/bison.texinfo: Don't use "filename", as per GNU coding
12217 standards. Use "file name" or "file" or "name", depending on
12218 the context.
12219 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
12220 not to hack/foo.tab.c.
12221 (Calc++ Top Level): 2nd arg of main is not const.
12222 * data/glr.c: b4_filename -> b4_file_name.
12223 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
12224 All uses changed.
12225 (class position): filename -> file_name. All uses changed.
12226 * data/yacc.c: b4_filename -> b4_file_name.
12227 * lib/bitset.h: filename -> file_name in local vars.
12228 * lib/bitset_stats.c: Likewise.
12229 * src/files.c: Likewise.
12230 * src/scan-skel.l ("@output ".*\n): Likewise.
12231 * src/files.c (file_name_split): Renamed from filename_split.
12232 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
12233
12234 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
12235
12236 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
12237 to accommodate latest gnulib.
12238
12239 * tests/glr-regression.at (Duplicate representation of merged trees):
12240 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
12241
12242 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
12243 needed.
12244
12245 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
12246
12247 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
12248 All uses changed. Invoke user destructor after an error during a
12249 split parse (trivial change from Joel E. Denny).
12250
12251 * tests/glr-regression.at
12252 (User destructor after an error during a split parse): New test case.
12253 Problem reported by Joel E. Denny in:
12254 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
12255
12256 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
12257
12258 * README-cvs: Give URLs for recommended tools.
12259 Mention Gzip version problem, and bootstrapping issues.
12260 Remove troubleshooting section, as it's somewhat obsolete.
12261
12262 * bootstrap (no_cache): New var, to accommodate different wget
12263 variants. Use it instead of '-C off'. Problem reported by
12264 twlevo@xs4all.nl.
12265
12266 * data/glr.c (yydestroyStackItem): New function.
12267 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
12268 debugging information. Problem reported by Joel E. Denny.
12269
12270 2005-08-25 Akim Demaille <akim@epita.fr>
12271
12272 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
12273
12274 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
12275
12276 * data/glr.c (yyrecoverSyntaxError, yyreturn):
12277 Don't invoke destructor on unresolved entries.
12278 * tests/glr-regression.at
12279 (User destructor for unresolved GLR semantic value): New test case.
12280 Problem reported by Joel E. Denny in:
12281 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
12282
12283 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
12284
12285 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
12286 Add strnlen.c.
12287 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
12288 lib-prefix.m4, po.m4.
12289
12290 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
12291 in yydestruct diagnostic, since it might not be an error.
12292 Problem reported by Joel Denny near end of
12293 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
12294 * data/lalr1.cc (yyerturn): Likewise.
12295 * data/yacc.c (yyreturn): Likewise.
12296 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
12297
12298 * src/files.c: Remove obsolete FIXME comment.
12299
12300 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
12301 with the other templates, and to fix bogus run-on messages such
12302 as the one reported at the end of
12303 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
12304 All callers changed to avoid the newline.
12305 (yyprocessOneStack): Output two lines rather than one, to accommodate
12306 the above change. This changes the debug output format slightly.
12307
12308 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
12309 reported by Joel E. Denny in
12310 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
12311 (trivial change).
12312 * tests/glr-regression.at (Duplicate representation of merged trees):
12313 New test, from Joel E. Denny in:
12314 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
12315 * THANKS: Add Joel E. Denny.
12316
12317 * configure.ac (AC_INIT): Bump to 2.0c.
12318
12319 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
12320
12321 * NEWS: Version 2.0b.
12322
12323 * Makefile.am (SUBDIRS): Put examples before tests, so that
12324 "make check" doesn't finish with "All 1 tests passed".
12325
12326 * tests/regression.at (Token definitions): Don't rely on
12327 AT_PARSER_CHECK for data that contains backslashes. It currently
12328 uses 'echo', and 'echo' isn't portable if its argument contains
12329 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
12330 that the byte '\0xff' is not printable in the C locale; it is,
12331 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
12332 not printable, so use '\0x81' to test.
12333
12334 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
12335 version of GCC, since the macro is used with non-GCC compilers.
12336
12337 Fix core dump reported by Pablo De Napoli in
12338 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
12339 * tests/regression.at (Invalid inputs with {}): New test.
12340 * src/parse-gram.y (token_name): Translate type before using
12341 it as an index.
12342
12343 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
12344 the user's name space. All uses changed to __attribute__
12345 ((__unused__)).
12346 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
12347 Add __attribute__ ((__noreturn__)).
12348
12349 * etc/clcommit: Remove. We weren't using it, and it failed
12350 "make maintainer-distcheck".
12351 * Makefile.maint: Merge from coreutils.
12352 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
12353 (syntax-check-rules): Change list of rules as described below.
12354 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
12355 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
12356 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
12357 (sc_trailing_space): New rules.
12358 (sc_xalloc_h_in_src): Remove.
12359 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
12360 (sc_space_tab, sc_error_exit_success, sc_changelog):
12361 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
12362 (makefile-check, po-check, author_mark_check):
12363 (makefile_path_separator_check, copyright-check):
12364 Use grep -n, to make it easier to find violations.
12365 Use CVS_LIST and CVS_LIST_EXCEPT.
12366 (header_regexp, h_re): Remove.
12367 (dd_c): New macro.
12368 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
12369 (my-distcheck): Use more-modern GCC flags.
12370 (signatures, %.asc): Remove.
12371 (rel-files, announcement): Remove signatures.
12372 Restore old updating code, even though we don't use it, so
12373 that we're the same as coreutils.
12374 (alpha, beta, major): Depend on news-date-check.
12375 Make the upload commands.
12376
12377 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
12378 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
12379 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
12380 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
12381 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
12382 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
12383 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
12384 * tests/sets.at: Likewise.
12385
12386 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
12387 we comment out the Autoconf version number.
12388 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
12389 it's error-prone and "make maintainer-distcheck" rejects it.
12390
12391 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
12392 Indent calls to "error" to pacify "make maintainer-distcheck",
12393 when the calls are not intended to be translated.
12394 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
12395
12396 * src/Makefile.am (DEFS): Use +=, to pacify
12397 "make maintainer-distcheck".
12398 (bison_SOURCES): Add scan-skel.h.
12399 (sc_tight_scope): New rule, from coreutils.
12400
12401 * src/files.c (src_extension, header_extension):
12402 Now static, not extern.
12403 * src/getargs.c (short_options): Likewise.
12404 * src/muscle_tab.c (muscle_table): Likewise.
12405 * src/parse-gram.y (current_class, current_type, current_prec):
12406 Likewise.
12407 * src/reader.c (grammar_end, previous_rule_end): Likewise.
12408 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
12409 * src/main.c (main): Cast bindtextdomain and textdomain calls to
12410 void, to avoid warning when NLS is disabled.
12411 * src/output.c: Include scan-skel.h.
12412 (scan_skel): Remove decl, since scan-skel.h does this.
12413 (output_skeleton):
12414 Indent calls to "error" to pacify "make maintainer-distcheck".
12415 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
12416 * src/reader.h (gram_end, gram_lineno): New decls to pacify
12417 "make maintainer-distcheck".
12418 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
12419 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
12420 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
12421 (skel_lex_destroy, scan_skel): Move these decls to...
12422 * src/scan-skel.h: New file.
12423 * src/uniqstr.c (uniqstr_assert):
12424 Indent calls to "error" to pacify "make maintainer-distcheck".
12425
12426 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
12427 not @VAR@.
12428
12429 * tests/torture.at: Revamp to avoid misuse of atoi that
12430 "make maintainer-distcheck" complained about.
12431
12432 * examples/extexi (message): Don't print a message more than once,
12433 and omit line-number decoration that makes Emacs compile think
12434 that informative messages are worth worrying about.
12435
12436 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
12437
12438 * configure.ac: Update version number.
12439
12440 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
12441 accidentally.
12442 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
12443 autogenerated by the maintainer.
12444 * examples/calc++/.cvsignore: Add *.yy.
12445
12446 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
12447 * lib/bitset_stats.c (bitset_stats_init): Likewise.
12448 * lib/bitsetv.c (bitsetv_alloc): Likewise.
12449
12450 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
12451
12452 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
12453 from maintainer-distcheck about casting the argument of 'free'.
12454
12455 * NEWS: Mention recent yytname changes.
12456 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
12457
12458 * bootstrap: For translations that have not yet been upgraded to
12459 the new runtime-po domain, prime the pump by extracting the
12460 relevant strings from the obsolete translations. This code can be
12461 removed once the bison-runtime domain has been translated by each
12462 team.
12463
12464 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
12465 now that token names are already quoted.
12466
12467 Fix problem reported by Anthony Heading.
12468 * data/glr.c (YYTOKEN_TABLE): New macro.
12469 (yytname): Define if YYTOKEN_TABLE.
12470 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
12471 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
12472 (YYERROR_VERBOSE): Define the same way the other skeletons do.
12473 * src/output.c (prepare_symbols): Output token_table_flag.
12474
12475 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
12476
12477 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
12478 again if the first call fails.
12479
12480 * data/glr.c (yytnamerr): New function.
12481 (yyreportSyntaxError): Use it to dequote most string literals.
12482 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
12483 with other skeletons. All uses changed.
12484 (yytnameerr_): New function.
12485 (yyreport_syntax_error): Use it to dequote most string literals.
12486 * data/yacc.c (yytnamerr): New function.
12487 (yyerrlab): Use it to decode most string literals.
12488 * doc/bison.texinfo (Decl Summary, Calling Convention):
12489 Clarify quoting convention of yytname.
12490 * src/output.c (prepare_symbols): Quote all names. This undoes
12491 the 2005-04-17 change, which is now accomplished (mostly) via
12492 changes in the parsers as described above.
12493 * tests/regression.at (Token definitions, Web2c Actions):
12494 Undo most 2005-04-17 change here, too.
12495
12496 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
12497
12498 Fix more problems reported by twlevo@xs4all.nl.
12499 * tests/cxx-type.at: Don't pipe output of ./types through sed to
12500 remove trailing spaces. This loses the exit status of ./types,
12501 and isn't needed since ./types shouldn't be emitting trailing
12502 spaces.
12503 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
12504 as the stack isn't valid in that case.
12505
12506 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
12507 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
12508 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
12509 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
12510 is used.
12511 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
12512 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
12513 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
12514 Likewise.
12515
12516 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
12517 overly-picky compilers that reject 'char *foo = "bar";'.
12518
12519 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
12520 to FILE * parameter, not to stderr. This fixes a typo introduced
12521 in the 2005-07-12 change.
12522
12523 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
12524 warnings from GCC 4.
12525
12526 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
12527 (yyglrShiftDefer, yysplitStack):
12528 Remove unused parameters b4_pure_formals. All uses changed.
12529 (yyglrShift): Remove unused parameters b4_user_formals.
12530 All uses changed.
12531 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
12532
12533 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
12534
12535 Destructor cleanups and regularization among the three skeletons.
12536 * NEWS: Document the behavior changes.
12537 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
12538 stack before failing, as the cleanup code will do it for us now.
12539 * data/lalr1.cc (yyerrlab): Likewise.
12540 * data/glr.c (yyparse): Pop everything off the stack before
12541 freeing it, so that destructors get called properly.
12542 * data/lalr1.cc (yyreturn): Likewise.
12543 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
12544 This is more consistent.
12545 * doc/bison.texinfo (Destructor Decl): Mention more reasons
12546 why destructors might be called. 1.875 -> 2.1.
12547 (Destructor Decl, Decl Summary, Table of Symbols):
12548 Some English-language cleanups for %destructor.
12549 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
12550 Add output line for destructor of start symbol.
12551 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
12552 because of that same extra output line.
12553
12554 * NEWS: Document minor wording changes in diagnostics of
12555 Bison-generated parsers.
12556 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
12557 Remove unused formals. All uses changed.
12558 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
12559 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
12560 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
12561 Rename yyoverflowab to yyexhaustedlab.
12562 When memory exhaustion occurs during syntax-error reporting,
12563 report it separately rather than in a single diagnostic; this
12564 eases translation.
12565 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
12566 (Memory Exhausted): Renamed from Parser Stack Overflow.
12567 Revamp wording slightly to prefer "memory exhaustion".
12568 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
12569
12570 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
12571
12572 Add i18n support to the GLR skeleton. Partially fix the C++
12573 skeleton; a C++ expert needs to finish this. Remove debugging
12574 msgids; there's little point to having them translated, since they
12575 can be understood only by someone who can read the
12576 (English-language) source code.
12577
12578 Generate runtime-po/bison-runtime.pot automatically, so that we
12579 don't have to worry about garbage getting in that file. We'll
12580 make sure after the next official release that old msgids don't
12581 get lost. See
12582 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
12583
12584 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
12585 Now auto-generated.
12586 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
12587 Fix typos in explanations of the runtime file.
12588 * bootstrap: Change gettext keyword from YYI18N to YY_.
12589 Use standard Makefile.in.in in runtime-po, since we'll arrange
12590 for backward-compatible bison-runtime.po files in a different way.
12591 * data/glr.c (YY_): New macro, from yacc.c.
12592 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
12593 Translate messages intended for users.
12594 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
12595 the wording in the other skeletons. We don't know that the memory
12596 is virtual.
12597 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
12598 Use same method that yacc.c uses.
12599 Don't translate debugging messages.
12600 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
12601 it doesn't work (yet), and requires C++ expertise to fix.
12602 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
12603 Move defn to a more logical place, to be consistent with other
12604 skeletons.
12605 Don't translate debugging messages.
12606 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
12607 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
12608 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
12609 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
12610
12611 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
12612 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
12613 void, not int.
12614 * tests/glr-regression.at (Badly Collapsed GLR States):
12615 Likewise.
12616 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
12617 yylex should return 0 at EOF rather than aborting.
12618
12619 Improve tests for stack overflow in GLR parser.
12620 Problem reported by twlevo@xs4all.nl.
12621 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
12622 All uses removed.
12623 (yyStackOverflow): Just longjmp, but with value 2 so that caller
12624 can handle the problem.
12625 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
12626 (yyparse): New local variable yyresult to record the result.
12627 Use result of setjmp to set it, rather than storing itinto
12628 struct.
12629 (yyDone): Remove label.
12630 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
12631 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
12632 if YYABORT is used).
12633 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
12634 yyparse status; put status > 1 into diagnostic.
12635 Check that status==2 works.
12636 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
12637 Use exit status 3 for failure to open (which shouldn't happen).
12638
12639 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
12640
12641 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
12642 1 on syntax error; just let yyparse do its thing.
12643 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
12644 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
12645 (Exploding the Stack Size with Alloca):
12646 (Exploding the Stack Size with Malloc):
12647 Expect exit status 2, not 1, since the parser is supposed to blow
12648 its stack. Problem reported by twlevo@xs4all.nl.
12649
12650 * data/glr.c (yyparse): Don't assume that the initial calls
12651 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
12652 Print a stack-overflow message and fail instead.
12653 Initialize the line-number information before creating the stack,
12654 so that the stack-overflow message can report line zero safely.
12655
12656 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
12657
12658 Fix problems reported by twlevo@xs4all.nl.
12659 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
12660 (yyuserMerge): Provide a default case if b4_mergers is empty.
12661 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
12662 * tests/glr-regression.at
12663 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
12664 Add casts to pacify C++ compilers.
12665 * tests/glr-regression.at (Improper merging of GLR delayed action
12666 sets): Declare yylex before using it.
12667 * tests/Makefile.am (maintainer-check-g++): Fix a stray
12668 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
12669 test for valgrind; valgrind is independent of g++.
12670 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
12671 for compatibility with POSIX 1003.1-2001 (if running coreutils).
12672 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
12673 Use a destructor, so that we can expand the stack. Change
12674 YYSTYPE to char * so that we can free it. Cast result of malloc.
12675
12676 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
12677
12678 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
12679 a valgrind failure. Problem reported by twlevo@xs4all.nl.
12680
12681 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
12682
12683 * PACKAGING: New file, suggested by Bruno Haible and taken from
12684 similar wording in gettext's PACKAGING file.
12685 * NEWS: Mention PACKAGING.
12686 * Makefile.am (EXTRA_DIST): Add PACKAGING.
12687
12688 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
12689
12690 * NEWS: Document recent i18n improvements.
12691 * bootstrap: Get runtime translations into runtime-po.
12692 Create runtime-po files automatically, if possible.
12693 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
12694 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
12695 does not infringe on the user's name space.
12696 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
12697 * doc/bison.texinfo (Internationalization): Revamp the English
12698 and Texinfo syntax a bit, to try to make it clearer.
12699 (Bison Options, Option Cross Key): Mention --print-localedir.
12700 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
12701 YYENABLE_NLS. Quote a bit more.
12702 * runtime-po/.cvsignore: New file.
12703 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
12704 * runtime-po/Rules-quot: Remove; now created by bootstrap.
12705 * runtime-po/quot.sed: Likewise.
12706 * runtime-po/boldquot.sed: Likewise.
12707 * runtime-po/en@quot.header: Likewise.
12708 * runtime-po/en@boldquot.header: Likewise.
12709 * runtime-po/insert-header.sin: Likewise.
12710 * runtime-po/remove-potcdate.sin: Likewise.
12711 * runtime-po/Makevars: Likewise.
12712 * runtime-po/LINGUAS: Likewise.
12713 * runtime-po/de.po: Likewise; we will rely on the translation project
12714 to maintain this, so "bootstrap" should get it.
12715 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
12716 its value.
12717 * src/main.c (main): Bind the bison-runtime domain, too.
12718
12719 2005-07-12 Bruno Haible <bruno@clisp.org>
12720
12721 * data/yacc.c: Include <libintl.h> when NLS is enabled.
12722 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
12723 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
12724 * runtime-po: New directory.
12725 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
12726 $(DOMAIN).pot-update rule, so that old messages are never dropped.
12727 * runtime-po/Rules-quot: New file, copied from po/.
12728 * runtime-po/quot.sed: Likewise.
12729 * runtime-po/boldquot.sed: Likewise.
12730 * runtime-po/en@quot.header: Likewise.
12731 * runtime-po/en@boldquot.header: Likewise.
12732 * runtime-po/insert-header.sin: Likewise.
12733 * runtime-po/remove-potcdate.sin: Likewise.
12734 * runtime-po/Makevars: New file.
12735 * runtime-po/POTFILES.in: New file.
12736 * runtime-po/LINGUAS: New file.
12737 * runtime-po/bison-runtime.pot: New file.
12738 * runtime-po/de.po: New file.
12739 * m4/bison.m4: New file.
12740 * Makefile.am (SUBDIRS): Add runtime-po.
12741 (aclocaldir, aclocal_DATA): New variables.
12742 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
12743 Define aclocaldir.
12744 * src/getargs.c (usage): Document --print-localedir option.
12745 (PRINT_LOCALEDIR_OPTION): New enum item.
12746 (long_options): Add --print-localedir option.
12747 (getargs): Handle --print-localedir option.
12748 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
12749 (Internationalization): New section.
12750
12751 2005-07-12 Akim Demaille <akim@epita.fr>
12752
12753 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
12754 for consistency with the rest of the code.
12755 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
12756 Add separators.
12757
12758 2005-07-12 Akim Demaille <akim@epita.fr>
12759
12760 * src/parse-gram.y: Use %printer instead of YYPRINT.
12761
12762 2005-07-12 Akim Demaille <akim@epita.fr>
12763
12764 * src/symtab.h, src/symtab.c (symbol_print): New.
12765 * src/symlist.h, src/symlist.c (symbol_list_print): New.
12766 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
12767
12768 2005-07-12 Akim Demaille <akim@epita.fr>
12769
12770 * data/glr.c (b4_syncline): Fix (swap) the definitions of
12771 b4_at_dollar and b4_dollar_dollar.
12772
12773 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
12774
12775 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
12776 and Pennello's paper.
12777
12778 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
12779
12780 * data/yacc.c (yyparse): Undo previous patch. Instead,
12781 set yylsp[0] and yyvsp[0] only if the initial action
12782 sets yylloc and yylval, respectively.
12783
12784 * data/yacc.c (yyparse): In the initial action, set
12785 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
12786 This avoids the use of undefined variables if the initial
12787 action does not set yylloc and/or yylval.
12788
12789 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
12790
12791 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
12792 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
12793 Remove from CVS. These files are automatically generated.
12794 * examples/extexi: Clarify that this file is now part of Bison,
12795 not GNU M4, and that it works with any POSIX-compatible Awk.
12796 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
12797 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
12798 so that we also get calc++-parser.yy. Geneate it.
12799 Use $(AWK), not gawk, since any conforming Awk will do.
12800 Put comment before action, since older 'make' can't handle comment
12801 in action.
12802 $(BUILT_SOURCES): List all built sources, not just some of them.
12803 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
12804 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
12805 $($(calc_sources_generated)): Remove unnecessary test for existence
12806 of target. (This had a shell syntax error anyway; a stray "x".)
12807 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
12808 calc++-parser.yy.
12809 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
12810
12811 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
12812 implied by the other modules.
12813
12814 2005-07-06 Akim Demaille <akim@epita.fr>
12815
12816 Bind examples/calc++ to the package.
12817 * examples/calc++/Makefile: Remove, replaced by...
12818 * examples/calc++/Makefile.am: ... this new file.
12819 * examples/calc++/test: Remove input.
12820 * examples/calc++/compile: Remove.
12821 * examples/Makefile.am: New.
12822 * configure.ac, Makefile.am: Adjust.
12823 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
12824
12825 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
12826
12827 * data/glr.c (yyFail): Drastically simplify; since the format argument
12828 never had any % directives, we can simply pass it to yyerror.
12829 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
12830 be modified later, as that is the usual style in glr.c.
12831 Problems reported by Paul Hilfinger.
12832
12833 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
12834 and size overflow errors.
12835 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
12836 in case the user prolog sets feature-test macros like _GNU_SOURCE.
12837 (YYSIZEMAX): New macro.
12838 (yystpcpy): New function, taken from yacc.c.
12839 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
12840 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
12841 so that we don't have to maintain their signatures.
12842 (yyFail): Check for buffer overflow, by using vsnprintf rather
12843 than vsprintf. Allocate a bigger buffer if possible.
12844 Report an error if buffer allocation fails.
12845 (yyStackOverflow): New function.
12846 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
12847 the initialization was successful. It might fail if storage was
12848 exhausted.
12849 (yyexpandGLRStack): Add more checks for storage allocation failure.
12850 Use yyStackOverflow to report failures.
12851 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
12852 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
12853 Don't assume stack number fits in int.
12854 (yysplitStack): Check for storage allocation failure.
12855 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
12856 can print diagnostics on storage allocation failure. All callers
12857 changed.
12858 (yyresolveValue): Use yybool for boolean.
12859 (yyreportSyntaxError): Check for size-calculation overflow.
12860 This code is taken from yacc.c.
12861 (yyparse): Check for storage allocation errors when allocating
12862 the initial stack.
12863
12864 2005-07-05 Akim Demaille <akim@epita.fr>
12865
12866 Extract calc++ from the documentation.
12867 * doc/bison.texinfo (Calc++): Add the extraction marks.
12868 * examples/extexi: New, from the aborted GNU Programming 2E.
12869 Separate the different paragraph of a file with empty lines.
12870 * examples/Makefile: Use it to extract the whole calc++ example.
12871
12872 2005-06-24 Akim Demaille <akim@epita.fr>
12873
12874 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
12875 class typedefs.
12876
12877 2005-06-22 Akim Demaille <akim@epita.fr>
12878
12879 * doc/bison.texinfo (C++ Language Interface): First stab.
12880 (C++ Parsers): Remove.
12881
12882 2005-06-22 Akim Demaille <akim@epita.fr>
12883
12884 * data/lalr1.cc (yylex_): Honor %lex-param.
12885
12886 2005-06-22 Akim Demaille <akim@epita.fr>
12887
12888 Start a set of simple examples.
12889 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
12890 * examples/calc++/calc++-driver.hh,
12891 * examples/calc++/calc++-parser.yy,
12892 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
12893 * examples/calc++/compile, examples/calc++/test: New.
12894
12895 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
12896
12897 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
12898 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
12899 which stems from the 2005-05-27 patch.
12900
12901 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
12902
12903 * data/glr.c: Modify treatment of unused parameters to permit use
12904 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
12905
12906 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
12907
12908 Fix infringement on user name space reported by Janos Zoltan Szabo.
12909 * data/yacc.c (yyparse): strlen -> yystrlen.
12910
12911 2005-05-30 Akim Demaille <akim@epita.fr>
12912
12913 * data/lalr1.cc (_): New.
12914 Translate the various messages.
12915
12916 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
12917
12918 Fix infringement on user name space reported by Bruno Haible.
12919 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
12920 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
12921 the user's name space.
12922 (alloca): Include <stdlib.h> to get it, if it's not built in.
12923 (YYMALLOC, YYFREE): Define only if needed.
12924 (malloc, free): Declare, but only if needed, as this infringes on
12925 the user name space.
12926
12927 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
12928
12929 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
12930 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
12931 with %d format.
12932 * lib/ebitset.c (min, max): Undef before defining.
12933 * lib/vbitset.c (min, max): Likewise.
12934 * lib/subpipe.c (create_subpipe): Save local variables in case
12935 vfork clobbers them.
12936
12937 2005-05-24 Bruno Haible <bruno@clisp.org>
12938
12939 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
12940 error message syntax used by gcc-4.0.
12941
12942 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
12943
12944 * README: Mention m4 1.4.3. Remove obsolete advice about
12945 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
12946
12947 * bootstrap: Remove workaround for problem I encountered with
12948 gettext 0.14.1; it seems to be fixed now.
12949
12950 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
12951
12952 * NEWS: Version 2.0a.
12953
12954 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
12955 the previous change.
12956
12957 Various maintainer cleanups.
12958 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
12959 conftest*, for benefit of CVS commands run at the same time as
12960 "configure". Add build-aux, since "bootstrap" now creates it and
12961 its subfiles.
12962 * Makefile.cfg (move_if_change): Remove.
12963 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
12964 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
12965 (po_repo, do-po-update, po-update, wget_files, get-targets):
12966 (config.guess-url_prefix, config.sub-url_prefix):
12967 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
12968 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
12969 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
12970 Remove.
12971 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
12972 this is now the recommended name.
12973 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
12974 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
12975 ylwrap. These files now go into build-aux.
12976 * config/move-if-change: Remove.
12977 * config/prev-version.txt: Bump from 1.75 to 2.0.
12978
12979 * bootstrap: Add stdio-safer, unistd-safer modules.
12980 Remove m4/glibc2.m4 (introduced by latest gnulib, but
12981 we don't need it).
12982 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
12983 fopen-safer.c, stdio-safer.h, unistd-safer.h.
12984 * lib/subpipe.c: Include "unistd-safer.h".
12985 (create_subpipe): Make sure all the newly-created
12986 file descriptors are > 2, so that diagnostics don't
12987 get sent down them (which might cause Bison to hang, in theory).
12988 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
12989 * src/files.c (xfopen): Use fopen_safer, not fopen.
12990
12991 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
12992 yesterday's yacc.c fix.
12993
12994 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
12995
12996 * data/glr.c, data/lalr1.cc: Update copyright date.
12997
12998 Fix a destructor bug reported by Wolfgang Spraul in
12999 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
13000 * data/yacc.c (yyabortlab): Don't call destructor, and
13001 don't set yychar to EMPTY.
13002 (yyoverflowlab): Don't call destructor.
13003 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
13004 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
13005 since we no longer output the message "discarding lookahead token
13006 end of input ()".
13007
13008 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
13009
13010 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
13011 fix a small glitch in debugging output.
13012 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
13013 after YY_SYMBOL_PRINT where needed.
13014
13015 (struct yyGLRState): Add some comments.
13016 (struct yySemanticOption): Add some comments.
13017 (union yyGLRStackItem): Add comment.
13018
13019 (yymergeOptionSets): Correct this to properly perform the union,
13020 avoiding infinite reported by Michael Rosien.
13021 Update comment.
13022
13023 * tests/glr-regression.at: Add test for GLR merging error reported
13024 by M. Rosien.
13025
13026 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
13027
13028 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
13029 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
13030 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
13031 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
13032 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
13033 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
13034 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
13035 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
13036 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
13037 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
13038 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
13039 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
13040 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
13041 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
13042 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
13043 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
13044 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
13045 src/derives.h, src/files.c, src/files.h, src/getargs.c,
13046 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
13047 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
13048 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
13049 src/output.h, src/parse-gram.c, src/parse-gram.h,
13050 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
13051 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
13052 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
13053 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
13054 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
13055 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
13056 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
13057 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
13058 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
13059 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
13060 tests/reduce.at, tests/regression.at, tests/sets.at,
13061 tests/synclines.at, tests/testsuite.at, tests/torture.at:
13062 Update FSF postal mail address.
13063
13064 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
13065
13066 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
13067 Problem reported by Ralf Menzel.
13068
13069 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
13070
13071 * tests/actions.at: Test that stack overflow invokes destructors.
13072 From Marcus Holland-Moritz.
13073 * data/yacc.c (yyerrlab): Move the code that destroys the stack
13074 from here....
13075 (yyreturn): to here. That way, destructors are called properly
13076 even if the stack overflows, or the user calls YYACCEPT or
13077 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
13078 (yyoverflowlab): Destroy the lookahead.
13079
13080 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
13081
13082 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
13083
13084 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
13085
13086 * NEWS: Bison-generated C parsers no longer quote literal strings
13087 associated with tokens.
13088 * src/output.c (prepare_symbols): Don't escape strings,
13089 since users don't want to see C escapes.
13090 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
13091 in diagnostics.
13092 * tests/input.at (Torturing the Scanner): Likewise.
13093 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
13094
13095 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
13096
13097 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
13098 the data size is known to be too small and we can't increase it.
13099 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
13100
13101 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
13102
13103 * src/parse-gram.y: Include quotearg.h.
13104 (string_as_id): Quote $1 before using it as a key, since the
13105 lexer no longer quotes it for us.
13106 (string_content): Don't strip quotes, since lexer no longer
13107 quotes it for us.
13108 * src/scan-gram.l: Include quotearg.h.
13109 ("\""): Omit quote.
13110 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
13111 a key, since the rest of the lexer doesn't quote it.
13112 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
13113 * tests/regression.at (Token definitions): Check for backslashes
13114 in token strings.
13115
13116 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
13117 (YYSIZE_T): Define to unsigned long int when using an older compiler.
13118 (yyparse): Revamp code to generate long syntax error message, to
13119 make it easier to translate, and to avoid problems with arithmetic
13120 overflow. Change "virtual memory" to "memory" in diagnostic, since
13121 we don't know whether the memory is virtual.
13122
13123 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
13124
13125 * NEWS: Bison-generated C parsers now use the _ macro to
13126 translate strings.
13127 * data/yacc.c (_) [!defined _]: New macro.
13128 All English strings wrapped inside this macro.
13129 * doc/bison.texinfo (Bison Parser): Document _.
13130 * po/POTFILES.in: Include src/parse-gram.c, since it now
13131 includes translateable strings that parse-gram.y doesn't.
13132
13133 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
13134
13135 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
13136 reverting the 2004-10-11 change to this function.
13137 (symbol_check_alias_consistency): Don't call symbol_type_set
13138 if the type name is already correct.
13139 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
13140
13141 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
13142
13143 * tests/regression.at (Token definitions): Don't use a token named
13144 c, as that generates a "#define c ..." that runs afoul of buggy
13145 stdlib.h that uses the identifier c as a member of struct
13146 drand48_data. Problem reported by Horst Wente.
13147
13148 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
13149
13150 * bootstrap: Change translation URL from
13151 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
13152 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
13153 redirection glitches. Problem reported by twlevo@xs4all.nl.
13154
13155 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
13156
13157 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
13158 after operands; POSIX says this isn't portable for the c99 command.
13159
13160 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
13161
13162 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
13163 immediately if a data overrun has occurred; this may help us track
13164 down what may be a spurious failure on MacOS.
13165
13166 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
13167
13168 Respond to problems reported by twlevo@xs4all.nl.
13169
13170 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
13171
13172 * src/vcg.h: Comment fix.
13173 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
13174 (G_CMAX): Change to -1 instead of INT_MAX.
13175
13176 * data/yacc.c (yyparse): Omit spaces before #line.
13177
13178 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
13179
13180 * src/tables.c (state_number_to_vector_number): Put it inside an
13181 "#if 0", since it's not currently used. Problem reported by
13182 Roland McGrath.
13183
13184 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
13185
13186 * src/output.c (escaped_output): Renamed from
13187 escaped_file_name_output, since we now use it for symbol tags as
13188 well. All uses changed.
13189 (symbol_destructors_output, symbol_printers_output):
13190 Escape symbol tags too.
13191 Problem reported by Matyas Forstner in
13192 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
13193
13194 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
13195 not needed.
13196 * src/output.c (user_actions_output, token_definitions_output,
13197 symbol_destructors_output, symbol_printers_output): Likewise.
13198 * src/reader.c (prologue_augment): Likewise.
13199 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
13200
13201 * src/vcg.c (output_edge): Don't quote linestyle arg.
13202 Problem reported by twlevo@xs4all.nl.
13203
13204 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
13205
13206 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
13207 example, reported by Derek M Jones. Also, make the example even
13208 more outrageous, to better illustrate how bad the problem is.
13209
13210 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
13211
13212 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
13213 putsym. Typo reported by Sebastian Piping.
13214
13215 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
13216
13217 * doc/bison.texinfo (Language and Grammar): some -> same
13218 (Epilogue): int he -> in the
13219 Typos reported by Sebastian Piping via Justin Pence.
13220
13221 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
13222
13223 * tests/glr-regression.at (Improper handling of embedded actions
13224 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
13225 embedded actions and $-N in GLR parsers", work around an Autoconf bug
13226 with dollar signs in test names.
13227 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
13228 for a similar reason.
13229
13230 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
13231
13232 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
13233 wants to redefine G_VIEW.
13234
13235 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
13236
13237 * src/vcg.c (get_view_str): Remove case for normal_view.
13238 Problem reported by twlevo@xs4all.nl.
13239
13240 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
13241
13242 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
13243 Problem reported by twlevo@xs4all.nl.
13244
13245 * doc/bison.texinfo: Change @dircategory from "GNU programming
13246 tools" to "Software development". Requested by Richard Stallman
13247 via Karl Berry.
13248
13249 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
13250
13251 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
13252 Problem reported by twlevo@xs4all.nl.
13253
13254 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
13255
13256 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
13257 keyword; it's not needed with modern compilers, and it doesn't
13258 affect correctness with older compilers. Suggested by
13259 twlevo@xs4all.nl.
13260
13261 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
13262
13263 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
13264 gcc -Wswitch-default.
13265 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
13266 * data/yacc.c (yyparse): Likewise.
13267
13268 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
13269
13270 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
13271 already. Let config.h define any nonstandard values.
13272
13273 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
13274
13275 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
13276 for the benefit of slower hosts. Problem reported by
13277 Nelson H. F. Beebe.
13278
13279 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
13280
13281 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
13282 being defined and not used.
13283 * data/lalr1.cc (yyparse): Likewise.
13284 Use "if (false)" rather than "if (0)".
13285
13286 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
13287
13288 * TODO: Mention that we should allow NUL bytes in tokens.
13289
13290 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
13291
13292 * src/scan-skel.l (<<EOF>>): Don't close standard output.
13293 Problem reported by Hans Aberg.
13294
13295 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
13296
13297 * src/getargs.c (version): Happy new year; update overall
13298 program copyright date from 2004 to 2005.
13299
13300 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
13301 Problem reported by Hans Aberg.
13302 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
13303 (Output file names.): Add a test for the case when standard output
13304 is closed.
13305
13306 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
13307
13308 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
13309 to fix an oversight in the Bison 2.0 manual.
13310
13311 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
13312
13313 * NEWS: Version 2.0. Reformat the existing news items since
13314 1.875, so that related items are grouped together.
13315 * configure.ac (AC_INIT): Bump version to 2.0.
13316 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
13317
13318 * tests/torture.at (Exploding the Stack Size with Alloca): Set
13319 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
13320 otherwise, we're not testing alloca. Unfortunately there's no
13321 simple way to consult HAVE_ALLOCA here.
13322
13323 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
13324 for yymsg, too.
13325
13326 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
13327 hand. This avoids a warning about comparing int to size_t when
13328 GCC warnings are enabled.
13329
13330 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
13331
13332 * NEWS: Bison-generated parsers no longer default to using the
13333 alloca function (when available) to extend the parser stack, due
13334 to widespread problems in unchecked stack-overflow detection.
13335 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
13336 responsibility to set it to a positive value. This lets the user
13337 specify a value that is not a preprocessor constant.
13338 * data/yacc.c (YYMAXDEPTH): Likewise.
13339 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
13340 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
13341 to be a compile-time constant. However, explain the constraints on it.
13342 Also, explain the constraints on YYINITDEPTH.
13343 (Table of Symbols): Explain that alloca is no longer the default.
13344 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
13345 to 1.
13346
13347 * doc/bison.texinfo (Location Default Action): Mention that n must
13348 be zero when k is zero. Suggested by Frank Heckenbach.
13349
13350 2004-12-22 Akim Demaille <akim@epita.fr>
13351
13352 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
13353 (parser::state_type, parser::semantic_type, parser::location_type):
13354 Private, not public.
13355 (parser::parse): Return ints, not bool.
13356 Returning a bool introduces a problem: 0 corresponds to false, and
13357 it seems weird to return false on success. Returning true changes
13358 the conventions for yyparse.
13359 Alternatively we could return void and send an exception.
13360 There is no clear consensus (yet?).
13361 (state_stack, semantic_stack, location_stack): Rename as...
13362 (state_stack_type, semantic_stack_type, location_stack_type): these.
13363 Private, not public.
13364 * tests/c++.at: New.
13365 * tests/testsuite.at, tests/Makefile.am: Adjust.
13366
13367 2004-12-21 Akim Demaille <akim@epita.fr>
13368
13369 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
13370
13371 2004-12-21 Akim Demaille <akim@epita.fr>
13372
13373 Don't impose std::string for filenames.
13374
13375 * data/lalr1.cc (b4_filename_type): New.
13376 (position::filename): Use it.
13377 (parser.hh): Move the inclusion of stack.hh and location.hh below
13378 the user code, so that needed headers for the filename type can be
13379 included first.
13380 Forward declare them before the user code.
13381 * tests/Makefile.am (check-local, installcheck-local): Pass
13382 TESTSUITEFLAGS to the TESTSUITE.
13383
13384 2004-12-20 Akim Demaille <akim@epita.fr>
13385
13386 Use more STL like names: my_class instead of MyClass.
13387
13388 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
13389 (SemanticStack, SemanticType, StateStack, StateType)
13390 (TokenNumberType, Stack, Slice, Traits, Parser::location)
13391 (Parser::value): Rename as...
13392 (location_stack, location_type, rhs_number_type, semantic_stack)
13393 (semantic_type, state_stack, state_type, token_number_type, stack)
13394 (slice, traits, parser::yylloc, parser::yylval): these.
13395
13396 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
13397
13398 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
13399
13400 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
13401 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
13402
13403 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
13404
13405 Remove uses of 'short int' and 'unsigned short int'. This raises
13406 some arbitrary limits. It uses more memory but nowadays that's
13407 not much of an issue.
13408
13409 This change does not affect the generated parsers; that's a different
13410 task, as some users will want to conserve memory there.
13411
13412 Ideally we should use size_t to represent all object counts, and
13413 something like ptrdiff_t to represent signed differences of object
13414 counts; but that will require more code-cleanup than I have the
13415 time to do right now.
13416
13417 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
13418 Use size_t, not int or short int, to count objects.
13419 * src/closure.c (nritemset, closure): Likewise.
13420 * src/closure.h (nritemset, closure): Likewise.
13421 * src/nullable.c (nullable_compute): Likewise.
13422 * src/print.c (print_core): Likewise.
13423 * src/print_graph.c (print_core): Likewise.
13424 * src/state.c (state_compare, state_hash): Likewise.
13425 * src/state.h (struct state): Likewise.
13426 * src/tables.c (default_goto, goto_actions): Likewise.
13427
13428 * src/gram.h (rule_number, rule): Use int, not short int.
13429 * src/output.c (prepare_rules): Likewise.
13430 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
13431 errs, reductions): Likewise.
13432 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
13433 Likewise.
13434 * src/tables.c (vector_number, tally, action_number,
13435 ACTION_NUMBER_MINIMUM): Likewise.
13436 * src/output.c (muscle_insert_short_int_table): Remove.
13437
13438 2004-12-17 Akim Demaille <akim@epita.fr>
13439
13440 * data/lalr1.cc: Extensive Doxygenation.
13441 (error_): Rename as...
13442 (error): this, since it is visible to the user.
13443 Adjust callers.
13444 (Parser::message): Now an automatic variable from...
13445 (Parser::yyreport_syntax_error_): here.
13446 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
13447 Parser::error.
13448 * tests/input.at: Escape $.
13449
13450 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
13451
13452 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
13453 Parenthesize rhs to avoid obscure problems with mistakes like
13454 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
13455 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
13456 b4_rhs_location): Likewise.
13457 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
13458 b4_rhs_location): Likewise.
13459
13460 2004-12-16 Akim Demaille <akim@epita.fr>
13461
13462 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
13463 yacc.c: be sure to stay within yycheck_.
13464 * tests/actions.at: Re-enable C++ tests.
13465
13466 2004-12-16 Akim Demaille <akim@epita.fr>
13467
13468 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
13469 real.
13470
13471 2004-12-16 Akim Demaille <akim@epita.fr>
13472
13473 Use #define to handle the %name-prefix.
13474
13475 * data/glr.c, data/yacc.c: Comment changes.
13476 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
13477 so that one can refer to yylex in the parser file, and have it
13478 renamed, as is the case with other skeletons.
13479
13480 2004-12-16 Akim Demaille <akim@epita.fr>
13481
13482 Move lalr1.cc internals into yy*.
13483
13484 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
13485 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
13486 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
13487 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
13488 (empty_, final_, terror_, errcode_, ntokens_)
13489 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
13490 (looka_, ilooka_, error_range_, nerrs_):
13491 Rename as...
13492 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
13493 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
13494 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
13495 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
13496 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
13497 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
13498 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
13499 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
13500 these.
13501
13502 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
13503
13504 Fix some problems reported by twlevo at xs4all.
13505 * src/symtab.c (symbol_new): Report an error if the input grammar
13506 contains too many symbols. This is better than calling abort() later.
13507 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
13508 (struct node, struct graph):
13509 Rename member expand to stretch. All uses changed.
13510 (struct graph): Remove member layoutalgorithm. All uses removed.
13511 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
13512 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
13513 All uses changed.
13514 (N_STRETCH): Rename from N_EXPAND. All uses changed.
13515
13516 2004-12-15 Akim Demaille <akim@epita.fr>
13517
13518 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
13519 Add more Doxygen comments.
13520 (symprint_, stack_print_, reduce_print_, destruct_, pop)
13521 (report_syntax_error_, translate_): Rename as...
13522 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
13523 (yypop_, yyreport_syntax_error_, yytranslate_): this.
13524
13525 2004-12-15 Akim Demaille <akim@epita.fr>
13526
13527 * data/lalr1.cc (lex_): Rename as...
13528 (yylex_): this.
13529 Move the trace here.
13530 Take the %name-prefix into account.
13531 Reported by Alexandre Duret-Lutz.
13532
13533 2004-12-15 Akim Demaille <akim@epita.fr>
13534
13535 Simplify the C++ parser constructor.
13536
13537 * data/lalr1.cc (debug_): Rename as...
13538 (yydebug_): so that the parser's internals are always in the yy*
13539 pseudo namespace.
13540 Adjust uses.
13541 (b4_parse_param_decl): Remove the leading comma as it is now only
13542 called as unique argument list.
13543 (Parser::Parser): Remove the constructor accepting a location and
13544 an initial debugging level.
13545 Remove from the other ctor the argument for the debugging level.
13546 (debug_level_type, debug_level, set_debug_level): New.
13547
13548 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
13549 constructor calls.
13550
13551 2004-12-15 Akim Demaille <akim@epita.fr>
13552
13553 Remove b4_root related material: failure experiment
13554 (which goal was to allow to derive from a class).
13555
13556 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
13557 definitions and uses.
13558
13559 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
13560
13561 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
13562 not 2, since it's not portable to subtract 1 from the start of an
13563 array. The new item 0 is never set or used. All uses changed.
13564
13565 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
13566 the default definition of YYLLOC_DEFAULT. Problem reported
13567 by Frank Heckenbach.
13568
13569 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
13570
13571 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
13572 the normal case and one for the error case. Just use the
13573 first one uniformly. Problem reported by Frank Heckenbach.
13574 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
13575 use exactly the same macro in both places.
13576 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
13577 so that the normal-case YYRHSLOC works for the error case too.
13578 All uses changed.
13579 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
13580 (YYLLOC_DEFAULT): Use the same macro as glr.c.
13581 * doc/bison.texinfo (Location Default Action): Don't claim that
13582 we have an array of locations. Use the same macro for both glr
13583 and lalr parsers. Mention YYRHSLOC. Mention what happens when
13584 the index is 0.
13585
13586 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
13587
13588 * HACKING: Update email addresses to send announcements to.
13589
13590 * configure.ac (AC_INIT): Bump version to 1.875f.
13591
13592 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
13593
13594 * NEWS: Version 1.875e.
13595 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
13596
13597 * src/scan-skel.l: Include "complain.h", for "fatal".
13598
13599 * src/relation.h (relation_print, relation_digraph):
13600 Relation sizes are of type relation_node, not size_t (this is
13601 merely a doc fix, since the two types are equivalent).
13602 (relation_transpose): Relation sizes are of type relation_node,
13603 not int.
13604 * src/relation.c: Likewise.
13605 (top, infinity): Now of type relation_node, not int.
13606 (traverse, relation_transpose): Use relation_node, not int.
13607
13608 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
13609 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
13610 (yyparse): Remove unused local introduced in 2004-10-25 patch.
13611
13612 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
13613 specifying whether the test should be skipped. Use it tp
13614 specify that the [%defines %skeleton "lalr1.cc"] tests currently
13615 fail on some hosts, and should be skipped.
13616
13617 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
13618
13619 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
13620 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
13621 unless otherwise specified below.
13622
13623 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
13624 to allocate kernel_base, kernel_items, kernel_size, since
13625 they needn't be initialized to 0.
13626 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
13627 * src/closure.c (new_closure): Likewise, for itemset.
13628 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
13629 * src/lalr.c (set_goto_map): Likewise, for temp_map.
13630 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
13631 (build_relations): Likewise for edge, states1, includes.
13632 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
13633 * src/reader.c (packgram): Likewise, for ritem, rules.
13634 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
13635 * src/relation.c (relation_digraph): Likewise for VERTICES.
13636 (relation_transpose): Likewise for new_R, end_R.
13637 * src/symtab.c (symbols_token_translations_init): Likewise for
13638 token_translations.
13639 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
13640 (token_actions): Likewise for yydefact, actrow, conflrow,
13641 conflict_list.
13642 (save_column): Likewise for froms[symno], tos[symno].
13643 (goto_actions): Likewise for state_count.
13644 (pack_table): Likewise for base, pos, check.
13645 (tables_generate): Likewise for width.
13646
13647 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
13648 for initial core. Just have a separate core, so we needn't worry
13649 about whether kernel_size and kernel_base are initialized.
13650
13651 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
13652 kernel_size, kernel_items): Remove unnecessary initialization.
13653 * src/conflicts.c (conflicts): Likewise.
13654 * src/derives.c (derives): Likewise.
13655 * src/muscle_tablc (muscle_insert): Likewise.
13656 * src/relation.c (relation_digraph): Likewise.
13657 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
13658 conflrow, conflict_table, conflict_list, table, check):
13659 Likewise.
13660
13661 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
13662 This is because all callers pass unsigned int.
13663 * src/closure.h (new_closure): Likewise.
13664
13665 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
13666 (build_relations): Initialize includes[i] in all cases.
13667 * src/reader.c (packgram): Always initialize rules[ruleno].prec
13668 and rules[ruleno].precsym. Initialize members in order.
13669 * src/relation.c (relation_transpose): Always initialize new_R[i]
13670 and end_R[i].
13671 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
13672
13673 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
13674 conflict_list[0] was always 0, but now it isn't initialized.
13675
13676 * src/table.c (table_grow): When conflict_table grew, the grown
13677 area wasn't cleared. Fix this.
13678
13679 * lib/.cvsignore: Add strdup.c, strdup.h.
13680 * m4/.cvsignore: Add strdup.m4.
13681
13682 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
13683
13684 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
13685 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
13686 GOTO_NUMBER_MAXIMUM, since we occasionally compute
13687 ngotos + 1 without checking for overflow.
13688 (build_relations): Use END_NODE, not -1, to denote end of edges.
13689 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
13690 build_relations): Use goto_number, not int, for goto numbers.
13691 * src/tables.c (save_column, default_goto): Likewise.
13692
13693 2004-11-23 Akim Demaille <akim@epita.fr>
13694
13695 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
13696 of #defining from yystype.
13697 Don't typedef yystype, C++ does not need it.
13698 This lets it possible to forward declare it as union.
13699
13700 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
13701
13702 * bootstrap (gnulib_modules): Add extensions.
13703 Problem reported by Jim Meyering.
13704
13705 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
13706
13707 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
13708 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
13709 src/system.h, src/tables.c: XFREE -> free, to accommodate
13710 recent change to gnulib xalloc.h.
13711 Problem reported by Jim Meyering.
13712
13713 2004-11-17 Akim Demaille <akim@epita.fr>
13714
13715 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
13716
13717 2004-11-17 Akim Demaille <akim@epita.fr>,
13718 Alexandre Duret-Lutz <adl@gnu.org>
13719
13720 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
13721 changes.
13722 (YYCDEBUG): Adjust.
13723 Use it instead of cdebug_.
13724 (Parser::debug_stream, Parser::set_debug_stream): New.
13725 (Parser::symprint_): Define cdebug_ for temporary backward
13726 compatibility.
13727 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
13728 debug_stream ().
13729
13730 2004-11-17 Akim Demaille <akim@epita.fr>
13731
13732 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
13733 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
13734 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
13735 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
13736
13737 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
13738
13739 * data/glr.c (yyloc_default): Remove; not used.
13740 Problem reported by Frank Heckenbach.
13741
13742 2004-10-25 Akim Demaille <akim@epita.fr>
13743
13744 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
13745 Introduce another definition to address simple location arrays.
13746 (yyGLRStack): New member: yyerror_range.
13747 (yyrecoverSyntaxError, yyparse): Update it.
13748 (yyrecoverSyntaxError): Use it when shifting the error token to
13749 have an accurate range, equivalent to the one computed by both
13750 yacc.c and lalr1.cc.
13751 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
13752 that column numbers start at column 0, as per GNU Coding
13753 Standards, the others tests, and the doc.
13754 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
13755 Adjust to the above change (first column is 0).
13756 And adjust the location of the "<error>", now covering the whole
13757 line.
13758
13759 2004-10-22 Akim Demaille <akim@epita.fr>
13760 and Paul Eggert <eggert@cs.ucla.edu>
13761
13762 Remove some arbitrary limits on goto numbers and relations.
13763 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
13764 initial values, since they're never used.
13765 (set_goto_map): ngotos is now unsigned, so test for overflow
13766 by seeing whether it wraps around to zero.
13767 * src/lalr.h (goto_number): Now size_t, not short int.
13768 (GOTO_NUMBER_MAXIMUM): Remove.
13769 * src/relation.c (relation_print, traverse, relation_transpose):
13770 Check for END_NODE rather than looking at sign.
13771 * src/relation.h (END_NODE): New macro.
13772 (relation_node): Now size_t, not short int.
13773
13774 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
13775
13776 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
13777 keyword, not an identifier. Problem reported by Baron Schwartz in
13778 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
13779
13780 2004-10-11 Akim Demaille <akim@epita.fr>
13781
13782 * src/symtab.c (symbol_check_alias_consistency): Also check
13783 type names, destructors, and printers.
13784 Reported by Alexandre Duret-Lutz.
13785 Recode the handling of associativity and precedence in terms
13786 of symbol_precedence_set.
13787 Accept no redeclaration at all, not even equal to the previous
13788 value.
13789 (redeclaration): New.
13790 Use it to factor redeclaration complaints.
13791 (symbol_make_alias): Don't set the type of the alias, let
13792 symbol_check_alias_consistency do it as for other features.
13793 * src/symtab.h (symbol): Add new member prec_location, and
13794 type_location.
13795 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
13796 * tests/input.at (Incompatible Aliases): New.
13797
13798 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
13799
13800 .cvsignore fixes to accommodate gnulib changes,
13801 and the practice of naming build directories "_build".
13802 * .cvsignore: Add "_*". Sort.
13803 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
13804 * m4/.cvsignore: Add "*_gl.m4".
13805
13806 2004-10-06 Akim Demaille <akim@epita.fr>
13807
13808 * src/parse-gram.y (add_param): Fix the truncation of trailing
13809 spaces.
13810
13811 2004-10-05 Akim Demaille <akim@epita.fr>
13812
13813 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
13814 whether the reducion was empty or not. This leaves room to
13815 improve the use of YYLLOC_DEFAULT in such a case.
13816 lalr1.cc is still experimental, so changing this is acceptable.
13817 And finally, there are probably not many users who changed the
13818 handling of locations in GLR, so changing is admissible too.
13819
13820 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
13821 empty reduction, set @$ to an empty location ending the previously
13822 stacked symbol.
13823 Adjust uses to make sure the code is triggered on empty
13824 reductions.
13825 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
13826 expected output: empty reductions have empty locations.
13827
13828 2004-09-29 Akim Demaille <akim@epita.fr>
13829
13830 * data/lalr1.cc: Move towards a more standard C++ coding style
13831 for templates: Class < T > -> Class<T>.
13832
13833 2004-09-29 Akim Demaille <akim@epita.fr>
13834
13835 * data/lalr1.cc: Reinstall the former ctor, for sake of
13836 compatibility, but warn it will be removed.
13837 Move towards a more standard C++ coding style (i.e., type *var ->
13838 type* var).
13839
13840 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
13841
13842 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
13843 since it's less likely to work if NULs are involved in the future.
13844
13845 2004-09-27 Akim Demaille <akim@epita.fr>
13846
13847 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
13848
13849 2004-09-27 Akim Demaille <akim@epita.fr>
13850
13851 * data/lalr1.cc (b4_parse_param_decl_1): New.
13852 (b4_parse_param_decl): Use it to have different names between attribute
13853 and argument names.
13854 (b4_cc_constructor_call): Likewise.
13855
13856 2004-09-24 Akim Demaille <akim@epita.fr>
13857
13858 * src/parse-gram.y (add_param): Strip the leading and trailing
13859 blanks from a formal argument declaration.
13860 (YY_LOCATION_PRINT): New.
13861
13862 2004-09-24 Akim Demaille <akim@epita.fr>
13863
13864 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
13865 after the location.
13866
13867 2004-09-24 Akim Demaille <akim@epita.fr>
13868
13869 * doc/bison.texinfo (Table of Symbols): Sort.
13870
13871 2004-09-21 Akim Demaille <akim@epita.fr>
13872
13873 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
13874 the useless parentheses.
13875 Suggested by Paul Eggert.
13876
13877 2004-09-20 Akim Demaille <akim@epita.fr>
13878
13879 Let the initial-action act on the look-ahead, and use it for the
13880 "initial push" (corresponding to an hypothetical beginning-of-file).
13881 And let lalr1.cc honor %initial-action.
13882
13883 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
13884 example.
13885 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
13886 (Parser::Parser): Remove the ctor that used to initialize it.
13887 (Parser::parse): Like in the other skeletons, issue the "starting
13888 parse" message before any action.
13889 Honor %initial-action.
13890 Initialize the stacks with the lookahead.
13891 * data/yacc.c: Let $$ and @$ in %initial-action designate the
13892 look-ahead.
13893 Push them in the stacks.
13894 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
13895
13896 2004-09-20 Akim Demaille <akim@epita.fr>
13897
13898 * doc/bison.texinfo (Initial Action Decl): New.
13899
13900 2004-09-20 Akim Demaille <akim@epita.fr>
13901
13902 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
13903 clearer criterion to define it.
13904 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
13905 When reducing on an empty RHS, use the latest stacked location as
13906 location.
13907 yylloc is not always available.
13908 * data/glr.c: Likewise.
13909 Also, honor initial-actions.
13910
13911 2004-09-20 Akim Demaille <akim@epita.fr>
13912
13913 * data/yacc.c (YY_LOCATION_PRINT): New.
13914 Define when we know YYLTYPE's structure, i.e., when the default
13915 YYLLOC_DEFAULT is used.
13916 * data/c.m4 (b4_yysymprint_generate): Use it.
13917 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
13918 value of the result.
13919 (error_start_): Replace with...
13920 (error_range_): this location array.
13921 This allows to replace code relying on the implementation of
13922 locations by portable code.
13923 * data/yacc.c (yylerrsp): Replace with...
13924 (yyerror_range): this.
13925 Every time a token is popped, update yyerror_range[0], to have an
13926 accurate location for the error token.
13927 * data/glr.c (YY_LOCATION_PRINT): New.
13928 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
13929 deference a pointer.
13930 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
13931 report the location in %printers.
13932
13933 * src/scan-skel.l: Instead of abort, report error messages to ease
13934 understanding skeleton scanning failures.
13935
13936 2004-09-16 Akim Demaille <akim@epita.fr>
13937
13938 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
13939 (iterator, const_iterator): these, to be more in the C++ spirit.
13940 Also, return reverse iterators so that when displaying the stack
13941 we display its bottom first.
13942 (Parser::stack_print_, Parser::reduce_print_): Match the messages
13943 from yacc.c.
13944 We should probably use vector here though.
13945
13946 2004-09-16 Akim Demaille <akim@epita.fr>
13947
13948 Have more complete shift traces.
13949
13950 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
13951 to report Shifts instead of ad hoc YYDPRINTF invocations,
13952 including for the error token.
13953 * data/lalr1.cc (symprint_): Output the location.
13954 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
13955 output the location within the %printer.
13956 Activate GLR tests, at least to make sure they compile properly.
13957 They still don't pass though.
13958 * tests/calc.at: Adjust expect verbose output, since now "Entering
13959 state..." is on a different line than the "Shifting" message.
13960
13961 2004-09-08 Akim Demaille <akim@epita.fr>
13962
13963 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
13964 Bison directive from the Bison file to the invocation of this
13965 macro, so that these directives are passed to
13966 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
13967 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
13968 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
13969 the extra Bison directives instead of the whole series.
13970 Change the grammar so that there are recoverable errors, and
13971 unrecoverable errors. Now we can have the parser give up before
13972 consuming the whole input. As a result we now can observe that
13973 the lookahead is freed when needed.
13974 Change the parser source to parse argv[1] instead of a hard coded
13975 string.
13976 Simplify yylex, and give a value and location to EOF.
13977 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
13978 passed directives already coded in the file.
13979 Add some tests to check the location of "error".
13980 For some tests, the C++ parser is correct, and not yacc.c.
13981 For other tests, they provide different, but unsatisfying, values,
13982 so keep the C++ value so that at least one parser is "correct"
13983 according to the test suite.
13984 (Actions after errors): Remove, this is subsumed by the
13985 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
13986
13987 2004-09-06 Akim Demaille <akim@epita.fr>
13988
13989 * data/lalr1.cc: Adjust the indentation of the labels.
13990 (Parser::pop): New.
13991 Use it.
13992
13993 2004-09-06 Akim Demaille <akim@epita.fr>
13994
13995 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
13996 argument, an informative message.
13997 Call YY_SYMBOL_PRINT.
13998 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
13999 * data/lalr1.cc (destruct_): Likewise.
14000 In addition, no longer depend on b4_yysymprint_generate and
14001 b4_yydestruct_generate to generate these functions, do it "by
14002 hand".
14003
14004 2004-09-03 Akim Demaille <akim@epita.fr>
14005
14006 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
14007 invoked, yydestruct the lookahead.
14008 * tests/calc.at (Calculator $1): Update the expected lengths of
14009 traces: there is an added line for the discarded lookahead.
14010 * doc/bison.texinfo (Destructor Decl): Some rewording.
14011 Define "discarded" symbols.
14012
14013 2004-09-02 Akim Demaille <akim@epita.fr>
14014
14015 * data/lalr1.cc (translate_, destruct_): No reason to be static.
14016
14017 2004-09-02 Akim Demaille <akim@epita.fr>
14018
14019 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
14020 (YYDSYMPRINTF): Rename as...
14021 (YY_SYMBOL_PRINT): this.
14022 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
14023 two.
14024 Use it instead of direct symprint_ calls.
14025 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
14026 one.
14027
14028 2004-09-02 Akim Demaille <akim@epita.fr>
14029
14030 * data/lalr1.cc (b4_yysymprint_generate): New.
14031 (symprint_): New member function, defined when YYDEBUG.
14032 Use it consistently instead of token/nterm debugging output by
14033 hand.
14034 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
14035 %printer calls to use cdebug_ when using lalr1.cc.
14036
14037 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
14038
14039 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
14040 with #ifdef YYDEBUG.
14041
14042 2004-08-26 Akim Demaille <akim@epita.fr>
14043
14044 * doc/bison.texinfo (Implementing Loops): Rename as...
14045 (Implementing Gotos/Loops): this.
14046
14047 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
14048
14049 Adjust to latest gnulib.
14050 * bootstrap (gnulib_modules): Add xalloc-die.
14051 Set LC_ALL=C so that file names sort consistently.
14052 Prefer the gnulib copies of gettext.m4, glibc21.m4,
14053 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
14054 uintmax_t.m4, ulonglong.m4.
14055 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
14056 po.m4 since we are now using _gl.m4 instead.
14057
14058 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
14059
14060 * src/scan-action.l: Remove. Scanning of semantic actions is
14061 handled in scan-gram.l.
14062
14063 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
14064
14065 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
14066
14067 * src/location.h (struct): The file member is a uniqstr.
14068 (equal_boundaries): Use UNIQSTR_EQ for comparison.
14069
14070 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
14071
14072 Fix bug with non-%union parsers that have printers or destructors,
14073 which led to a Bison core dump. Reported by Peter Fales in
14074 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
14075
14076 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
14077 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
14078 not to our own type.
14079 * src/output.c (symbol_destructors_output, symbol_printers_output):
14080 Don't assume %union.
14081 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
14082 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
14083 UNION-FLAG. All callers changed.
14084 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
14085 Use type char, not unsigned int, when declaring an array of char;
14086 this lets us remove a cast.
14087 (Printers and Destructors): Add non-%union test cases.
14088
14089 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
14090
14091 * doc/bison.texinfo: Minor editorial changes, mostly to the new
14092 GLR writeups. E.g., avoid frenchspacing and the future tense,
14093 change "lookahead" to "look-ahead", and change "wrt" to "with
14094 respect to".
14095
14096 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
14097
14098 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
14099 New sections, split off from the GLR Parsers section. Put the new
14100 Simple GLR Parser near the start of the GLR section, for clarity.
14101 Rewrite connective text.
14102
14103 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
14104
14105 * doc/bison.texinfo (Simple GLR Parsers): New section.
14106
14107 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
14108
14109 * NEWS, TODO, doc/bison.texinfo:
14110 Use "look-ahead" instead of "lookahead", to be consistent.
14111 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
14112 while we're fixing "look-ahead".
14113 * src/conflicts.c (shift_set): Renamed from shiftset.
14114 (look_ahead_set): Renamed from lookaheadset.
14115 * src/print.c: Likewise.
14116 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
14117 name for "lookahead".
14118 (report_types, usage): Likewise.
14119 * src/getargs.h (report_look_ahead_tokens): Renamed from
14120 report_lookaheads.
14121 * src/lalr.c (compute_look_ahead_tokens): Renamed from
14122 compute_lookaheads.
14123 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
14124 (look_ahead_tokens_print): Renamed from lookaheads_print.
14125 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
14126 state_rule_lookaheads_print.
14127 * src/state.h: Likewise.
14128 (reductions.look_ahead_tokens): Renamed from lookaheads.
14129 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
14130 AT_DATA_LOOKAHEADS_GRAMMAR.
14131
14132 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
14133
14134 * README: Update location of patched M4 distribution.
14135
14136 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
14137
14138 Don't assume the C++ compiler takes the same arguments as the C compiler
14139 (trivial change).
14140 * configure.ac (O0CXXFLAGS): New var.
14141 * tests/atlocal.in (CXXFLAGS): Use it.
14142
14143 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
14144
14145 Fix some "make check" problems with C++ reported by
14146 Albert Chin-A-Young for Tru64 C++ in this thread:
14147 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
14148
14149 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
14150 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
14151 Output to a .cc file for C++, not to a .c file.
14152 * tests/calc.at (AT_CHECK_CALC): Likewise.
14153 * tests/regression.at (AT_CHECK_DANCER): Likewise.
14154 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
14155
14156 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
14157
14158 * tests/calc.at, tests/actions.at: Workaround for SGI
14159 C++ compiler. (trivial change)
14160
14161 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
14162
14163 Spent a few hours checking out which prerequisite versions the
14164 current sources actually require. I went all the way back to
14165 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
14166 a seemingly endless set of combinations of versions more recent
14167 than that. The bottom line is that the current sources require
14168 fairly recent versions of the build tools, and it'll be some work
14169 to change this.
14170 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
14171 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
14172 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
14173 Add comments explaining why those particular versions are
14174 currently needed.
14175
14176 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
14177 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
14178 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
14179
14180 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
14181 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
14182
14183 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
14184
14185 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
14186 0.11.5. Suggested by Bruno Haible.
14187 * bootstrap: Remove gettext version checking.
14188
14189 * doc/bison.texinfo (Decl Summary): Also mention that %union
14190 can depend on prerequisite types. Problem reported by Tim
14191 Van Holder.
14192
14193 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
14194
14195 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
14196 * README-alpha: Don't tell people not to package this.
14197
14198 * bootstrap: Don't assume $(...) works; use `...` instead.
14199 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
14200 gettext better.
14201
14202 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
14203 put into the -d output file, and mention what to do if YYSTYPE is
14204 defined as a macro.
14205
14206 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
14207
14208 Undo change made earlier today: it caused autopoint to not bring
14209 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
14210 autopoint's.
14211
14212 * bootstrap: Check that gettext version matches what's in
14213 configure.ac. Warn users to ignore robots.txt ERROR 404.
14214 * bootstrap: Undo today's earlier change (logged below).
14215 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
14216
14217 The gettext version checking is causing more trouble than it's
14218 curing; remove it. Problem reported by Paul Hilfinger.
14219
14220 * bootstrap: Issue a warning that one can expect a message
14221 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
14222 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
14223
14224 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
14225
14226 Ensure that the C++ compiler used for testing actually works on a
14227 simple test program; if not, skip the C++-related tests. Problem
14228 reported by Vin Shelton in:
14229 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
14230
14231 * m4/cxx.m4: New file.
14232 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
14233 * tests/atlocal.in (BISON_CXX_WORKS): Add.
14234 * tests/local.at (AT_COMPILE_CXX): Use it.
14235
14236 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
14237
14238 * data/glr.c (yylloc): Output this macro even if locations are not
14239 being generated, as the GLR parser needs it even in that case.
14240 Problem reported by Troy A. Johnson
14241 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
14242
14243 * configure.ac (AC_INIT): Update to 1.875e.
14244
14245 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
14246
14247 * NEWS: Version 1.875d.
14248 * configure.ac (AC_INIT): Likewise.
14249 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
14250
14251 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
14252 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
14253 lalr1.cc runs afoul of the first, and the last two are no longer
14254 supported by GCC 3.4.0.
14255 * README: Mention GNU m4 1.4 or later; mention m4 patches.
14256 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
14257
14258 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
14259
14260 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
14261 unsigned int, for compatibility with latest gnulib hash module.
14262 * src/state.c (state_hash, state_hasher): Likewise.
14263 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
14264 * src/uniqstr.c (hash_uniqstr): Likewise.
14265
14266 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
14267
14268 * NEWS: Unescaped newlines are no longer allowed in char & strings.
14269
14270 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
14271 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
14272 character and string literals.
14273 (unexpected_end): New function.
14274 (unexpected_eof): Use it.
14275 (unexpected_newline): New function.
14276 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
14277 actions.
14278
14279 * NEWS: Document %expect-rr.
14280
14281 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
14282 Fix typo by replacing $1 with $option.
14283 Remove more 'intl'-related files.
14284 Don't DEFUN AM_INTL_SUBDIR twice.
14285
14286 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
14287 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
14288 strtoul.c.
14289 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
14290 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
14291 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
14292 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
14293 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
14294 * src/.cvsignore: Add *.output.
14295
14296 * src/parse-gram.y: Put copyright notice inside %{ %} so it
14297 gets copied to the output file.
14298
14299 2004-04-28 Paul Eggert <eggert@twinsun.com>
14300
14301 Get files from the gnulib and po repositories, instead of relying
14302 on them being in our CVS. Upgrade to latest versions of gnulib
14303 and Automake.
14304
14305 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
14306 * bootstrap: Bootstrap from gnulib and po repositories.
14307 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
14308 * README-cvs: Document these changes. Remove version numbers from
14309 mentions of build tools, since they change so often. Mention Flex.
14310
14311 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
14312 (gl_USE_SYSTEM_EXTENSIONS): Add.
14313 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
14314 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
14315 does this for us.
14316 (AC_ISC_POSIX): Remove; we no longer support this
14317 ancient OS, as it gets in the way of latest Autoconf & gnulib.
14318 (AC_HEADER_STDC): Remove: we now assume C89 or better.
14319 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
14320 Do not check for C89 headers, except for locale.h which is used
14321 by the Yacc library and must port to K&R hosts.
14322 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
14323 Do not check for C89 functions, except for setlocale which is
14324 used by the Yacc library.
14325 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
14326 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
14327 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
14328 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
14329 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
14330 AM_GNU_GETTEXT): Remove; now done by:
14331 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
14332 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
14333 for us.
14334
14335 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
14336 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
14337 Define to empty, as gnulib.mk will do the rest for us.
14338 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
14339 for us.
14340 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
14341 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
14342
14343 * src/files.c: Include gnulib's xstrndup.h.
14344
14345 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
14346 (REALLOC): Use xnrealloc, for likewise.
14347 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
14348 (strnlen, memrchr): Remove decls; functions no longer used.
14349 Include <stpcpy.h>.
14350
14351 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
14352 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
14353 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
14354 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
14355 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
14356 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
14357 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
14358 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
14359 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
14360 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
14361 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
14362 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
14363 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
14364 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
14365 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
14366 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
14367 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
14368 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
14369 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
14370 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
14371 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
14372 Remove, as these files are now generated automatically
14373 by bootstrap or automake.
14374
14375 * po/ChangeLog: Remove: all but one entry was a duplicate
14376 of this file, and I moved that 2000-11-02 entry here.
14377
14378 * config/.cvsignore: Add Makefile, depcomp, install-sh.
14379 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
14380 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
14381 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
14382 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
14383 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
14384 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
14385 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
14386 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
14387 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
14388 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
14389 xstrndup.h.
14390 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
14391 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
14392 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
14393 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
14394 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
14395 * src/.cvsignore: Remove *_.c.
14396
14397
14398 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
14399 support it. (The latest stable gzip doesn't.)
14400
14401 2004-04-27 Paul Eggert <eggert@twinsun.com>
14402
14403 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
14404 case, as stos_ is now used by destructors due to the 2004-02-09
14405 change.
14406
14407 Remove more K&R C support.
14408 * lib/libiberty.y (PARAMS): Remove. All uses removed.
14409 * lib/subpipe.c (errno): Remove decl.
14410 Include <stdlib.h> unconditionally.
14411 (EXIT_FAILURE): Remove macro.
14412 * src/complain.c (vfprintf, strerror): Remove.
14413 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
14414 unconditionally.
14415 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
14416 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
14417 (strchr, strspn, memchr): Remove decls.
14418 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
14419 unconditionally. Do not declare perror.
14420 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
14421 unconditionally.
14422
14423 * src/complain.c (_): Remove useless defn, as system.h defines this.
14424
14425 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
14426 with latest obstack.h.
14427 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
14428 to procedure types, as obstack.h now does that for us.
14429 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
14430
14431 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
14432 so that this include file can stand alone.
14433 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
14434 does this now. Include subpipe.h first after config.h, to
14435 test whether it can stand alone.
14436
14437 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
14438 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
14439 unused declaration.
14440
14441 * tests/synclines.at (%union synch line): Put a dummy member in
14442 the union, because empty unions aren't allowed in C. Caught
14443 by GCC 3.4.0.
14444
14445 2004-04-13 Jim Meyering <jim@meyering.net>
14446
14447 * src/conflicts.c (conflicts_print): Correct format string typo:
14448 use `%%' to produce literal `%'. (trivial change)
14449
14450 2004-03-30 Paul Eggert <eggert@twinsun.com>
14451
14452 * src/getargs.c (version): Update copyright year to 2004.
14453
14454 * data/c.m4 (b4_int_type): Use 'short int' rather than
14455 'short', and similarly for 'long', 'unsigned', etc.
14456 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
14457 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
14458 yy_yypstack, yydumpstack): Likewise.
14459 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
14460 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
14461 Likewise.
14462 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
14463 yy_stack_print, yyparse): Likewise.
14464 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
14465 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
14466 * lib/bitset.c (bitset_print): Likewise.
14467 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
14468 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14469 * lib/bitsetv.c (bitsetv_dump): Likewise.
14470 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
14471 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
14472 Likewise.
14473 * src/LR0.c (allocate_itemsets): Likewise.
14474 * src/gram.h (rule_number, rule): Likewise.
14475 * src/lalr.h (goto_number): Likewise.
14476 * src/nullable.c (nullable_compute): Likewise.
14477 * src/output.c (prepare_rules): Likewise.
14478 * src/relation.c (relation_print, relation_digraph): Likewise.
14479 * src/relation.h (relation_node): Likewise.
14480 * src/state.h (state_number, transitions, errs, reductions,
14481 struct state): Likewise.
14482 * src/symtab.h (symbol_number, struct symbol): Likewise.
14483 * src/tables.c (vector_number, tally, action_number,
14484 default_goto, goto_actions): Likewise.
14485 * tests/existing.at (GNU Cim Grammar): Likewise.
14486 * tests/regression.at (Web2c Actions): Likewise.
14487
14488 * src/output.c (muscle_insert_short_int_table): Renamed from
14489 muscle_insert_short_table. All uses changed.
14490
14491 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
14492
14493 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
14494 (declaration): Replace expected_conflicts with expected_sr_conflicts.
14495 Add %expect-rr rule.
14496
14497 * src/scan-gram.l: Recognize %expect-rr.
14498
14499 * src/conflicts.h (expected_sr_conflicts): Rename from
14500 expected_conflicts.
14501 (expected_rr_conflicts): Declare.
14502
14503 * src/conflicts.c (expected_sr_conflicts): Rename from
14504 expected_conflicts.
14505 (expected_rr_conflicts): Define.
14506 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
14507 for GLR parsers.
14508 Use expected_sr_conflicts in place of expected_conflicts.
14509 Warn if expected_rr_conflicts used in non-GLR parser.
14510
14511 * doc/bison.texinfo: Add documentation for %expect-rr.
14512
14513 2004-03-08 Paul Eggert <eggert@gnu.org>
14514
14515 Add support for hex token numbers. Suggested by Odd Arild Olsen in
14516 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
14517
14518 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
14519 in lalr1.cc.
14520 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
14521 * src/scan-gram.l (scan_integer): New function.
14522 ({int}): Use it.
14523 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
14524 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
14525 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
14526 Say "long int", not "long", for uniformity with GNU style.
14527
14528 2004-02-25 Paul Eggert <eggert@twinsun.com>
14529
14530 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
14531 compilers. This fixes a problem with Intel's C++ compiler being
14532 chatty, reported by Guido Trentalancia in
14533 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
14534
14535 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
14536
14537 Support %destructor and merge error locations in lalr1.cc.
14538
14539 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
14540 (Parser::stos_): Define unconditionally.
14541 (Parser::destruct_): New method. Generate its body with
14542 b4_yydestruct_generate.
14543 (Parser::error_start_): New attribute.
14544 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
14545 token which are discarded.
14546 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
14547 error_start_ when erroneous token are discarded.
14548 (Parser::parse) <yyerrlab1>: Compute the location of the error
14549 token so that it covers all the discarded tokens.
14550 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
14551 it can be called with `%skeleton "lalr1.cc"', and do that.
14552
14553 2004-02-02 Paul Eggert <eggert@twinsun.com>
14554
14555 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
14556 $(top_srcdir)/lib and ../lib. This fixes a bug reported
14557 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
14558 There's no need to mention top_builddir since Automake does that
14559 for us.
14560 (INCLUDES): Remove, as Automake says it's obsolescent.
14561 Contents migrated into AM_CPPFLAGS as described above.
14562 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
14563
14564 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
14565
14566 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
14567 (yyreportSyntaxError): Handle case where lookahead token is
14568 YYEMPTY.
14569
14570 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
14571
14572 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
14573 resulting parsers are compilable with C++.
14574
14575 2003-12-23 Paul Eggert <eggert@twinsun.com>
14576
14577 * config/depcomp, config/install-sh: Sync with Automake 1.8.
14578 * src/output.c (output_skeleton): Rename local var.
14579 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
14580 Bison tokens, as this runs afoul of the 2003-10-07 change that
14581 disallowed NUL bytes in character constants or string literals.
14582
14583 * tests/local.at: Require Autoconf 2.59's Autotest.
14584 * tests/testsuite.at: Don't include local.at, since we now assume
14585 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
14586 including it.
14587 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
14588 multiple inclusion warnings.
14589
14590 2003-12-02 Akim Demaille <akim@epita.fr>
14591
14592 * doc/bison.texinfo (How Can I Reset the Parser): More about start
14593 conditions.
14594 From Bruno Haible.
14595
14596 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
14597
14598 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
14599
14600 2003-10-07 Paul Eggert <eggert@twinsun.com>
14601
14602 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
14603 if testsuite doesn't exist.
14604
14605 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
14606 literals, unfortunately.
14607 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
14608 Complain about NUL bytes in character constants or string literals.
14609
14610 2003-10-05 Paul Eggert <eggert@twinsun.com>
14611
14612 * NEWS: Don't document %no-default-prec, as it's still
14613 too experimental.
14614 * doc/bison.texinfo: Document %no-default-prec only if
14615 the defaultprec flag is set. Normally it's not.
14616
14617 2003-10-04 Paul Eggert <eggert@twinsun.com>
14618
14619 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
14620 non-modifiable lvalue, instead of a modifiable one.
14621 * doc/bison.texinfo (Actions): Document that $$ can
14622 be assigned to. Do not claim that $$ and $N are
14623 array element references: user code should not rely on this.
14624
14625 2003-10-01 Paul Eggert <eggert@twinsun.com>
14626
14627 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
14628 (grammar_declaration): Use it.
14629 * src/scan-gram.l: New token %no-default-prec.
14630 * tests/conflicts.at: Revamp tests to use %no-default-prec.
14631 * NEWS, doc/bison.texinfo: Document the above.
14632
14633 2003-10-01 Akim Demaille <akim@epita.fr>
14634
14635 VCG no longer supports long_straight_phase.
14636
14637 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
14638 * src/print_graph.c (print_graph): Adjust.
14639
14640 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
14641 and Paul Eggert <eggert@twinsun.com>
14642
14643 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
14644 Table of Symbols): Document %default-prec.
14645 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
14646 (grammar_declaration): Set default_prec on %default-prec.
14647 * src/scan-gram.l (%default-prec): New token.
14648 * src/reader.h (default_prec): New flag.
14649 * src/reader.c: Likewise.
14650 (packgram): Handle it.
14651 * tests/conflicts.at (%default-prec without %prec,
14652 %default-prec with %prec, %default-prec 1): New tests.
14653
14654 2003-09-30 Paul Eggert <eggert@twinsun.com>
14655
14656 * tests/testsuite.at: Include local.at, not input.at, fixing
14657 a typo in the 2003-08-25 patch.
14658
14659 2003-08-27 Akim Demaille <akim@epita.fr>
14660
14661 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
14662 GCC warnings.
14663
14664 2003-08-26 Akim Demaille <akim@epita.fr>
14665
14666 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
14667 "<\#" to avoid magic from Gnus when posting parts of this script.
14668
14669 2003-08-26 Akim Demaille <akim@epita.fr>
14670
14671 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
14672 (Parser::parse): here.
14673 Adjust: nerrs and errstatus is now replaced by...
14674 (Parser::nerrs_, Parser::errstatus_): New.
14675
14676 2003-08-25 Akim Demaille <akim@epita.fr>
14677
14678 * config/announce-gen, Makefile.cfg: New.
14679 * Makefile.am: Adjust.
14680 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
14681 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
14682
14683 2003-08-25 Akim Demaille <akim@epita.fr>
14684
14685 When reducing initial empty rules, Bison parser read an initial
14686 location that is not defined. This results in garbage, and that
14687 affects Bison's own parser. Therefore we need (i) to extend Bison
14688 to support a means to initialize this location, and (ii) to use
14689 this CVS Bison to fix CVS Bison's parser.
14690
14691 * src/reader.h, reader.c (epilogue_augment): Remove, replace
14692 with...
14693 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
14694 * src/parse-gram.y: Adjust.
14695 (%initial-action): New.
14696 (%error-verbose): Since we require CVS Bison, there is no reason
14697 not to use it.
14698 * src/scan-gram.l: Adjust.
14699 * src/Makefile.am (YACC): New, to make sure we use our own parser.
14700 * data/yacc.c (yyparse): Use b4_initial_action.
14701
14702 2003-08-25 Akim Demaille <akim@epita.fr>
14703
14704 * doc/bison.texinfo: Don't promote stdout for error messages.
14705
14706 2003-08-25 Akim Demaille <akim@epita.fr>
14707
14708 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
14709 From Alexandre Duret-Lutz.
14710
14711 2003-08-25 Akim Demaille <akim@epita.fr>
14712
14713 Version 1.875c.
14714
14715 2003-08-25 Akim Demaille <akim@epita.fr>
14716
14717 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
14718 Use them.
14719
14720 2003-08-25 Akim Demaille <akim@epita.fr>
14721
14722 * data/lalr1.cc (Parser::reduce_print_): New.
14723 Use it.
14724
14725 2003-08-25 Akim Demaille <akim@epita.fr>
14726
14727 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
14728 error recovery loops. This patch is based on
14729 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
14730 Also, augment the similarity between lalr1.cc and yacc.c.
14731 Note: the locations of error recovery rules are not correct yet.
14732
14733 * data/lalr1.cc: Comment changes to augment the similarity between
14734 lalr1.cc and yacc.c.
14735 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
14736 (yyerrlab1): Remove, but where it used to be (now the bottom part of
14737 yyerrlab), when hitting EOF, pop the whole stack here instead of
14738 merely falling thru the default error handling mechanism.
14739 (yyerrorlab): New label, with the old contents of YYERROR,
14740 plus the following change: pop the stack of rhs corresponding
14741 to the production that invoked YYERROR. That is how Yacc
14742 behaves (required by POSIX).
14743 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
14744 fail.
14745
14746 2003-08-25 Akim Demaille <akim@epita.fr>
14747
14748 Tune local.at so that people can "autom4te -l autotest calc.at -o
14749 calc" for instance, to extract a sub test suite.
14750
14751 * tests/testsuite.at: Move the initialization, Autotest version
14752 requirement, and AT_TESTED invocation into...
14753 * tests/local.at: here.
14754 * tests/testsuite.at: Include it for compatibility with Autoconf
14755 2.57.
14756 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
14757 be ignore.
14758
14759 2003-08-04 Paul Eggert <eggert@twinsun.com>
14760
14761 Rework code slightly to avoid gcc -Wtraditional warnings.
14762 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
14763 The returned value is now stored in *YY0. All callers changed.
14764 * src/output.c (merge_output): Adjust to the above change.
14765
14766 2003-07-26 Paul Eggert <eggert@twinsun.com>
14767
14768 * data/glr.c (YYASSERT): New macro.
14769 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
14770 yyresolveStates, yyprocessOneStack):
14771 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
14772 Derived from a suggestion by Frank Heckenbach.
14773
14774 2003-07-25 Paul Eggert <eggert@twinsun.com>
14775
14776 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
14777 for portability to K&R C (after ansi2knr, presumably). See
14778 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
14779 by Frank Heckenbach, though I have omitted the structure-initialization
14780 part of his glr-knr.diff patch since I recall that the Portable
14781 C Compiler didn't require that change.
14782
14783 Let the user specify how to allocate and free memory.
14784 Derived from a suggestion by Frank Heckenbach in
14785 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
14786 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
14787 All uses of free, malloc, realloc changed to use these macros,
14788 and unnecessary casts removed.
14789 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
14790
14791 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
14792
14793 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
14794 use s.empty() rather than s == "" to test for empty string; see
14795 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
14796 (trivial change)
14797
14798 2003-06-25 Akim Demaille <akim@epita.fr>
14799
14800 * config/depcomp, config/install-sh: Update from masters.
14801
14802 2003-06-20 Paul Eggert <eggert@twinsun.com>
14803
14804 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
14805 and return properly parenthesized result.
14806 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
14807 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
14808 Remove unnecessary parentheses from uses.
14809 * doc/bison.texinfo (Location Default Action): Describe the
14810 conventions for parentheses.
14811
14812 2003-06-19 Paul Eggert <eggert@twinsun.com>
14813
14814 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
14815 yyreportTree): Do not assume that size_t is the same width as int,
14816 when printing sizes. Print sizes using an unsigned format.
14817 Problem reported by Frank Heckenbach in
14818 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
14819
14820 Port to Forte Developer 7 C compiler.
14821 * data/glr.c (struct YYLTYPE): If locations are not being used,
14822 declare a single dummy member, as empty structs do not conform
14823 to the C standard.
14824 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
14825 the Forte Developer 7 C compiler complains that end-of-loop
14826 code is not reached.
14827
14828 2003-06-17 Paul Eggert <eggert@twinsun.com>
14829
14830 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
14831 avoid warnings from picky compilers about redefinition of PARAMS.
14832
14833 2003-06-17 Paul Eggert <eggert@twinsun.com>
14834
14835 Version 1.875b.
14836
14837 * NEWS: Document 1.875b.
14838
14839 * lib/bbitset.h: Do not include config.h; that's the includer's job.
14840 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
14841 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
14842 Don't use 'index' in comments, as it's a builtin fn on some hosts.
14843 * lib/bitset_stats.c: Include gettext.h unconditionally, as
14844 per recent gettext manual's suggestion.
14845 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
14846 Use prototypes, not old-style definitions.
14847 * lib/lbitset.c (lbitset_unused_clear): Likewise.
14848 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
14849 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
14850 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
14851 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
14852 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
14853 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
14854 vbitset_or_and_cmp, vbitset_copy): Likewise.
14855
14856 * lib/libiberty.h: Do not include config.h; that's the includer's job.
14857 Do not include <stdlib.h>.
14858 (PARAMS): Define unconditionally for C89.
14859 (ATTRIBUTE_NORETURN): Remove.
14860 (ATTRIBUTE_UNUSED): Define unconditionally.
14861
14862 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
14863 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
14864 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
14865 * lib/vbitset.c, lib/vbitset.h: New files.
14866 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
14867 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
14868 from libbitset.
14869
14870 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
14871 `How Can I Reset @code{yyparse}', since texinfo does not allow
14872 arbitrary @ in node names.
14873
14874 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
14875 shouldn't be needed according to the gettext 0.12.1 documentation
14876 but which seem to be needed anyway: codeset.m4 glibc21.m4
14877 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
14878 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
14879 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
14880
14881 * lib/.cvsignore: Add stdbool.h.
14882 * m4/.cvsignore: Add nls.m4, po.m4.
14883
14884 Upgrade to CVS gnulib.
14885 * stdbool_.h: File renamed from stdbool.h.in.
14886 * configure.ac (AM_STDBOOL_H): Invoke this instead of
14887 AC_HEADER_STDBOOL.
14888 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
14889 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
14890 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
14891 (MOSTLYCLEANFILES): New var.
14892 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
14893 (stdbool.h): New rule.
14894 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
14895 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
14896 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
14897 m4/quote.m4: Upgrade to today's gnulib.
14898
14899 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
14900 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
14901 the tests right now.
14902 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
14903 yyerror are declared before use; C99 requires this.
14904
14905 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
14906
14907 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
14908 first.
14909 (yyrecoverSyntaxError): Correct the logic for setting and testing
14910 yyerrState.
14911 Correct comment on handling EOF.
14912 Allow states with only a default reduction, rather than failing
14913 (I can't quite reconstruct why these were not allowed before).
14914
14915 Fixes to avoid problem that $-N rules in GLR parsers can cause
14916 buffer overruns, corrupting state.
14917
14918 * src/output.c (prepare_rules): Output max_left_semantic_context
14919 definition.
14920 * src/reader.h (max_left_semantic_context): New variable declaration.
14921 * src/scan-gram.l (max_left_semantic_context): Define.
14922 (handle_action_dollar): Update max_left_semantic_context.
14923 * data/glr.c (YYMAXLEFT): New definition.
14924 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
14925 (yyresolveAction): Ditto.
14926
14927 Fixes to problems with location handling in GLR parsers reported by
14928 Frank Heckenbach (2003/06/05).
14929
14930 * data/glr.c (YYLTYPE): Make trivial if locations not used.
14931 (YYRHSLOC): Add parentheses, and define only if locations used.
14932 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
14933 locations not used.
14934 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
14935 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
14936
14937 * tests/cxx-type.at: Exercise location information; update tests
14938 to differentiate output with and without locations.
14939 Remove forward declarations of yylex and yyerror---caused errors
14940 because default YYLTYPE not yet defined.
14941 Change semantic actions to compute strings, rather than printing
14942 them directly (to test proper passing of semantics values). Change
14943 output to prefix notation and update test data and expected results.
14944 (yylex): Track locations.
14945 (stmtMerge): Return value rather than printing, and include arguments
14946 in value.
14947
14948 2003-06-03 Paul Eggert <eggert@twinsun.com>
14949
14950 Avoid warnings generated by GCC 2.95.4 when Bison is
14951 configured with --enable-gcc-warnings.
14952 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
14953 yy::]b4_parser_class_name[::translate_,
14954 yy::Stack::operator[] (unsigned),
14955 yy::Stack::operator[] (unsigned) const,
14956 yy::Slice::operator[] (unsigned),
14957 yy::Slice::operator[] (unsigned) const):
14958 Rename local vars to avoid warnings.
14959 * tests/glr-regression.at (Improper handling of embedded actions
14960 and $-N in GLR parsers): Remove unused local variable from yylex.
14961 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
14962 (void) as arg when not pure, since we now assume C89 when building
14963 Bison. Pacify GCC by using parameter.
14964
14965 2003-06-02 Paul Eggert <eggert@twinsun.com>
14966
14967 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
14968 yy::Location::lines, yy::Location::columns): Rename arguments
14969 to avoid shadowing; this removes a warning generated by GCC 3.3.
14970
14971 2003-06-01 Paul Eggert <eggert@twinsun.com>
14972
14973 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
14974 to g++, as GCC 3.3 complains if you do it.
14975 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
14976 everything that WARNING_CFLAGS has, except omit warnings
14977 not suitable for C++.
14978 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
14979 * tests/atlocal.in (CXXFLAGS): New var.
14980 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
14981
14982 Fix a GLR parser bug I reported in February; see
14983 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
14984 The problem was that GLR parsers did not conform to the C standard,
14985 because actions like { $1 = $2 + $3; } expanded to expressions
14986 that invoked YYFILL in separate subexpressions, and YYFILL assigned
14987 to a local variable. The C standard says that expressions
14988 like (var = f ()) + (var = f ()) have undefined behavior.
14989 Another problem was that GCC sometimes issues warnings that
14990 yyfill and its parameters are unused.
14991
14992 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
14993 as possibly unused.
14994 (yyfill): New function.
14995 (YYFILL): Use it.
14996 (yyuserAction): Change type of yynormal to bool, so that it matches
14997 the new yyfill signature. Mark it as possibly unused.
14998
14999
15000 Follow up on a bug I reported in February, where a Bison-generated
15001 parser can loop. Provide a test case and a fix for yacc.c. I
15002 don't have a fix for lalr1.cc or for glr.c, unfortunately.
15003 The original bug report is in:
15004 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
15005
15006 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
15007 macro's size was becoming unwieldy.
15008 (yyerrlab): Do not discard an empty lookahead symbol, as this
15009 might destroy garbage.
15010 (yyerrorlab): New label, with the old contents of YYERROR,
15011 plus the following change: pop the stack of rhs corresponding
15012 to the production that invoked YYERROR. That is how Yacc
15013 behaves, and POSIX requires this behavior.
15014 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
15015 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
15016 Define 'alarm' to do nothing if unistd.h is not available.
15017 Add a new rule "exp: '-' error;" to test the above change to
15018 data/yacc.c. Use 'alarm' to abort any test taking longer than
15019 10 seconds, as it's probably looping.
15020 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
15021 Also, the new yacc.c generates two fewer diagnostics for an
15022 existing test.
15023
15024 2003-05-24 Paul Eggert <eggert@twinsun.com>
15025
15026 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
15027 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
15028 This fixes a problem reported by John Bowman when the Compaq/HP
15029 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
15030 -ansi -Wall -gall).
15031 * data/yacc.c (union yyalloc): Likewise.
15032 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
15033
15034 Switch from 'int' to 'bool' where that makes sense.
15035
15036 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
15037 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
15038 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
15039 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
15040 Return or accept bool, not int. All callers changed.
15041 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
15042 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
15043 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
15044 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
15045 bitset_or_and_cmp_): Likewise.
15046 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
15047 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
15048 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
15049 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
15050 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
15051 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
15052 bitset_stats_or_and_cmp): Likewise.
15053 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
15054 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
15055 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
15056 ebitset_xor_cmp): Likewise.
15057 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
15058 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
15059 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
15060 lbitset_xor_cmp): Likewise.
15061 * lib/bbitset.h: Include <stdbool.h>.
15062 (struct bitset_vtable): The following members now return bool, not
15063 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
15064 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
15065 or_and_cmp).
15066 * src/conflicts.c (count_rr_conflicts): Likewise.
15067 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
15068 All uses changed.
15069 * lib/ebitset.c (ebitset_obstack_init): Likewise.
15070 * lib/lbitset.c (lbitset_obstack_init): Likewise.
15071 * src/getargs.c (debug_flag, defines_flag, locations_flag,
15072 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
15073 graph_flag): Likewise.
15074 * src/getargs.h (debug_flag, defines_flag, locations_flag,
15075 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
15076 graph_flag): Likewise.
15077 * src/output.c (error_verbose): Likewise.
15078 * src/output.h (error_verbose): Likewise.
15079 * src/reader.c (start_flag, typed): Likewise.
15080 * src/reader.h (typed): Likewise.
15081 * src/getargs.c (LOCATIONS_OPTION): New constant.
15082 (long_options, getargs): Use it.
15083 * src/lalr.c (build_relations): Use bool, not int.
15084 * src/nullable.c (nullable_compute): Likewise.
15085 * src/print.c (print_reductions): Likewise.
15086 * src/tables.c (action_row, pack_vector): Likewise.
15087 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
15088 * src/output.c (prepare): Use it.
15089 * src/output.c (token_definitions_output,
15090 symbol_destructors_output, symbol_destructors_output): Use string,
15091 not boolean integer, to keep track of whether to output separator.
15092 * src/print_graph.c (print_core): Likewise.
15093 * src/state.c (state_rule_lookaheads_print): Likewise.
15094
15095 * config/install-sh: Sync from automake 1.7.5.
15096
15097 2003-05-14 Paul Eggert <eggert@twinsun.com>
15098
15099 * src/parse-gram.y (rules_or_grammar_declaration): Require a
15100 semicolon after a grammar declaration, in the interest of possible
15101 future changes to the Bison input language.
15102 Do not allow a stray semicolon at the start of the grammar.
15103 (rhses.1): Allow one or more semicolons after any rule, including
15104 just before "|" as required by POSIX.
15105 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
15106 grammar.
15107
15108 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
15109
15110 %parse-param support for lalr1.cc.
15111
15112 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
15113 b4_cc_constructor_calls, b4_cc_constructor_call,
15114 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
15115 definitions.
15116 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
15117 parse-param arguments.
15118 (yy::b4_parser_class_name): Declare instance variables to
15119 hold parse-param arguments.
15120 * tests/calc.at: s/value/semantic_value/ because value clashes
15121 with a member of yy::b4_parser_class_name. Adjust C++ code
15122 to handle %parse-param. Enable %parse-param test in C++.
15123
15124 2003-05-12 Paul Eggert <eggert@twinsun.com>
15125
15126 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
15127 English a bit. Fix fclose typo. Change "const char" to "char
15128 const", and use ANSI C rather than K&R for "main". Suggest
15129 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
15130 and suggest yy_switch_to_buffer.
15131
15132 2003-05-05 Paul Eggert <eggert@twinsun.com>
15133
15134 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
15135 C89. This avoids a diagnostic on compilers that define __STDC__
15136 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
15137 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
15138
15139 2003-05-03 Paul Eggert <eggert@twinsun.com>
15140
15141 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
15142 Do not overrun array bounds.
15143 This should fix a bug reported today by Olatunji Oluwabukunmi in
15144 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
15145
15146 2003-04-29 Akim Demaille <akim@epita.fr>
15147
15148 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
15149 * src/getargs.c, src/getargs.h: here, as bool, not int.
15150 (nondeterministic_parser): New.
15151 * src/parse-gram.y, src/scan-gram.l: Support
15152 %nondeterministic-parser.
15153 * src/output.c (prepare): Use nondeterministic_parser instead
15154 of glr_parser where appropriate.
15155 * src/tables.c (conflict_row, action_row, save_row)
15156 (token_actions, token_actions, pack_vector): Ditto.
15157
15158 2003-04-29 Akim Demaille <akim@epita.fr>
15159
15160 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
15161
15162 2003-04-29 Akim Demaille <akim@epita.fr>
15163
15164 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
15165 with %pure-parser and %locations to exercise the patch from Yakov
15166 Markovitch below.
15167
15168 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
15169
15170 * data/yacc.c: (b4_lex_param): Corrected for the case where
15171 %lex-param is provided and %pure-parser isn't.
15172
15173 2003-04-27 Paul Eggert <eggert@twinsun.com>
15174
15175 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
15176 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
15177 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
15178 if it is not defined.
15179 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
15180
15181 2003-04-26 Paul Eggert <eggert@twinsun.com>
15182
15183 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
15184 Declare to be of type suitable for the ninf value itself, not of
15185 type suitable for the corresponding table, since the latter might
15186 be unsigned but the ninf value might be negative. This fixes a
15187 bug reported by Alexandre Duret-Lutz in
15188 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
15189
15190 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
15191 invokes it. We shouldn't invoke it twice because it will attempt
15192 to put error.o in the archive twice. This fixes a glitch reported
15193 by Martin Mokrejs in
15194 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
15195
15196 2003-04-21 Paul Eggert <eggert@twinsun.com>
15197
15198 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
15199 to gnulib.
15200
15201 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
15202
15203 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
15204 Fix obvious typo that results in uncompilable GLR parsers
15205 when both %pure-parser and %locations are used. (trivial change)
15206
15207 2003-04-17 Paul Eggert <eggert@twinsun.com>
15208
15209 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
15210 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
15211 Do not insert the expected token via unput, as this runs afoul
15212 of a POSIX-compatibility bug in flex 2.5.31.
15213 All uses changed to BEGIN the parent state,
15214 since we no longer insert the expected token via unput.
15215 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
15216 that is no longer emitted after the above change.
15217
15218 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
15219 the first one. This change is from Paul Hilfinger, and it fixes
15220 regression reported by Werner Lemberg in
15221 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
15222
15223 (resolve_sr_conflict): Don't invoke state_errs_set
15224 unless one or more tokens have been explicitly made errors.
15225 Otherwise, the above change causes Bison to abort.
15226
15227 * tests/existing.at (GNU pic Grammar): New test case, taken from
15228 Lemberg's email.
15229
15230 2003-03-31 Akim Demaille <akim@epita.fr>
15231
15232 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
15233
15234 2003-03-31 Akim Demaille <akim@epita.fr>
15235
15236 * src/output.c (prepare_symbols): Avoid trailing spaces in the
15237 output.
15238
15239 2003-03-31 Akim Demaille <akim@epita.fr>
15240
15241 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
15242 From Paul Hilfinger.
15243
15244 2003-03-29 Akim Demaille <akim@epita.fr>
15245
15246 * m4/error.m4: Do not put under dynamic conditions some code which
15247 expansion is under static control.
15248
15249 2003-03-29 Akim Demaille <akim@epita.fr>
15250
15251 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
15252
15253 2003-03-29 Akim Demaille <akim@epita.fr>
15254
15255 * doc/bison.texinfo (Strings are Destroyed): New.
15256
15257 2003-03-13 Paul Eggert <eggert@twinsun.com>
15258
15259 * .cvsignore: Add configure.lineno.
15260 * src/.cvsignore: Add yacc.
15261 * tests/.cvsignore: Add testsuite.log.
15262 * doc/fdl.texi: Sync with latest FSF version.
15263
15264 2003-03-12 Paul Eggert <eggert@twinsun.com>
15265
15266 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
15267 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
15268 cursor, instead of leaving it undefined. This fixes a bug
15269 reported by Tim Van Holder in
15270 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
15271 * tests/input.at (Torturing the Scanner): Test the scanner on
15272 an empty input file, which was Tim Van Holder's test case.
15273
15274 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
15275 <sys/resource.h> can be included, include sys/time.h and
15276 sys/times.h first, if available. This works around the SunOS
15277 4.1.4 porting bug reported by Bruce Becker in
15278 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
15279
15280 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
15281 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
15282 AC_HEADER_SYS_WAIT.
15283
15284 Merge changes from gnulib. This was prompted because the CVS
15285 snapshot didn't build on Solaris 7 due to strnlen problems.
15286
15287 These changes need to be merged back into gnulib:
15288 * lib/hash.c: Include <stdbool.h> unconditionally.
15289 * m4/onceonly.m4 (m4_quote): New macro.
15290 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
15291 Quote AC_FOREACH variable-expansions properly.
15292 The 2003-01-03 obstack.h change also needs merging.
15293 {end of changes requiring merging}
15294
15295 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
15296 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
15297 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
15298 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
15299 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
15300 New files, imported from gnulib.
15301 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
15302 above.
15303
15304 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
15305 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
15306 gnulib sources.
15307
15308 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
15309 Add.
15310 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
15311 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
15312 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
15313 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
15314 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
15315 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
15316 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
15317 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
15318 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
15319 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
15320 (jm_PREREQ_ARGMATCH): Remove.
15321 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
15322 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
15323
15324 * src/system.h: Include <stdbool.h> unconditionally.
15325
15326 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
15327 assuming at least C89 in the bitset code for some time now.
15328
15329 2003-03-03 Akim Demaille <akim@epita.fr>
15330
15331 * ro.po: New.
15332
15333 2003-03-02 Akim Demaille <akim@epita.fr>
15334
15335 * doc/bison.texinfo (Table of Symbols): Reactivate the
15336 documentation for %lex-param, and %parse-param.
15337
15338 2003-03-02 Akim Demaille <akim@epita.fr>
15339
15340 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
15341 generate verbose error messages.
15342 Use the number of tokens as an upper bound in yytname, as it
15343 cannot be a non terminal.
15344
15345 2003-03-02 Akim Demaille <akim@epita.fr>
15346
15347 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
15348 message.
15349
15350 2003-03-02 Akim Demaille <akim@epita.fr>
15351
15352 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
15353 Use them to exercise yycheck overrun.
15354 Based on Andrew Suffield's grammar.
15355
15356 2003-03-02 Akim Demaille <akim@epita.fr>
15357
15358 Create tests/local.at for Bison generic testing macros.
15359
15360 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
15361 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
15362 This new file.
15363 * tests/calc.at (AT_CHECK_CALC): Adjust.
15364 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
15365 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
15366 * tests/local.at: here.
15367 (AT_COMPILE_CXX): Tags the tests using it as c++.
15368 Ignore the test if CXX is not functional.
15369
15370 2003-03-01 Paul Eggert <eggert@twinsun.com>
15371
15372 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
15373 not loc->end, since loc->end might contain garbage and this leads
15374 to undefined behavior on some platforms.
15375 (id_loc, token_start): Use (IF_LINTed) initial values that do not
15376 depend on *loc, so that the reader doesn't give the the false
15377 impression that *loc is initialized.
15378 (<INITIAL>"%%"): Do not bother setting code_start, since its value
15379 does not survive the return.
15380
15381 2003-03-01 Akim Demaille <akim@epita.fr>
15382
15383 * src/scan-gram.l (code_start): Always initialize it when entering
15384 into yylex, as SC_EPILOGUE is activated *before* the corresponding
15385 yylex invocation. An alternative would be making it static, but
15386 then it starts with the second %%'s beginning, instead of its end.
15387
15388 2003-02-28 Paul Eggert <eggert@twinsun.com>
15389
15390 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
15391 around a UnixWare 7.1.1 porting bug reported by John Hughes in
15392 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
15393
15394 2003-02-26 Paul Eggert <eggert@twinsun.com>
15395
15396 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
15397 Remove Sequent/Pyramid discussion (nobody uses them any more).
15398 Merge VMS and MS-DOS discussion; these ports may well be dead
15399 but let's keep mentioning them for now. Put <> around email
15400 addresses. Add copyright notice.
15401
15402 2003-02-24 Paul Eggert <eggert@twinsun.com>
15403
15404 * data/glr.c (yy_reduce_print): yylineno -> yylno,
15405 to avoid collision with flex use of yylineno.
15406 Problem reported by Bruce Lilly in
15407 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
15408 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
15409 * data/yacc.c (yy_reduce_print): Likewise.
15410
15411 * config/depcomp: Sync with Automake 1.7.3.
15412
15413 2003-02-21 Akim Demaille <akim@epita.fr>
15414
15415 * data/lalr1.cc: Use temporary variables instead of casts to
15416 change integer types.
15417 Suggested by Paul Eggert.
15418
15419 2003-02-21 Akim Demaille <akim@epita.fr>
15420
15421 * doc/bison.texinfo: Use "location" consistently to refer to @n,
15422 to avoid confusions with lalr1.cc's notion of Position.
15423 Suggested by Paul Eggert.
15424
15425 2003-02-20 Akim Demaille <akim@epita.fr>
15426
15427 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
15428 before initial_columns.
15429 (location.hh): Use consistent variable names when defining the
15430 operator<<.
15431 Use "last" so that we subtract from Positions, not from unsigned.
15432
15433 2003-02-20 Akim Demaille <akim@epita.fr>
15434
15435 * data/lalr1.cc (position.hh): New subfile, including the extended
15436 and Doxygen'ed documentation of class Position.
15437 (location.hh): Use it.
15438 Document a` la Doxygen.
15439 With the help of Benoit Perrot.
15440
15441 2003-02-20 Akim Demaille <akim@epita.fr>
15442
15443 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
15444 AT_YACC_IF.
15445 Redefine AT_YYERROR_SEES_LOC_IF using it.
15446 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
15447 not defined.
15448 Don't use the location in yy::Parser::error_ and
15449 yy::Parser::print_ when not %locations.
15450 Activate more lalr1.cc tests.
15451
15452 2003-02-19 Akim Demaille <akim@epita.fr>
15453
15454 * data/lalr1.cc: When displaying a line number, be sure to make it
15455 an int.
15456
15457 2003-02-19 Akim Demaille <akim@epita.fr>
15458
15459 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
15460 Remove, useless.
15461 (YYABORT, YYACCEPT, YYERROR): New.
15462 * tests/calc.at: Renable the lalr1.cc test.
15463
15464 2003-02-19 Akim Demaille <akim@epita.fr>
15465
15466 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
15467 error recovery, mixing with/without pops and discarding of the
15468 lookahead.
15469 Exercise YYERROR.
15470 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
15471
15472 2003-02-17 Paul Eggert <eggert@twinsun.com>
15473
15474 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
15475 * tests/testsuite.at (AT_COMPILE): Use them.
15476 This fixes the testsuite problem reported by Robert Lentz in
15477 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
15478
15479 2003-02-12 Paul Eggert <eggert@twinsun.com>
15480
15481 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
15482 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
15483 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
15484 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
15485 Check for malloc failure, for consistency with yacc.c.
15486 (yytname_size): Remove, for consistency with yacc.c.
15487
15488 The bug still remains in data/lalr1.cc, as I didn't have time
15489 to fix it there.
15490
15491 2003-02-06 Akim Demaille <akim@epita.fr>
15492
15493 * configure.ac (GXX): Rename as...
15494 (CXX): this, to keep the original Autoconf semantics.
15495 Require 2.57.
15496 * data/lalr1.cc: Fix b4_copyright invocations.
15497 If YYDEBUG is not defined, don't depend upon name_ being defined.
15498 (location.hh): Include string and iostream.
15499 (Position::filename): New member.
15500 (Position::Position ()): New.
15501 (operator<< (Position)): New.
15502 (operator- (Position, int)): New.
15503 (Location::first, Location::last): Rename as...
15504 (Location::begin, Location::end): these, to mock the conventional
15505 iterator names.
15506 (operator<< (Location)): New.
15507 * tests/atlocal.in (CXX): New.
15508 * tests/testsuite.at (AT_COMPILE_CXX): New.
15509 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
15510 locations in a more synthetic way.
15511 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
15512 lalr1.cc is used.
15513 Adjust the C locations to match those from Emacs: first column is
15514 column 0.
15515 Change all the expected results.
15516 Conform to the GCS: simplify the locations when applicable.
15517 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
15518 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
15519 these CPP macros with the m4 macros new defined by...
15520 (AT_CHECK_PUSHDEFS): this, i.e.:
15521 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
15522 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
15523 New macros.
15524 (AT_CHECK_POPDEFS): Undefine them.
15525 (AT_CHECK_CALC_LALR1_CC): New.
15526 Use it for the first lalr1.cc test.
15527
15528 2003-02-04 Akim Demaille <akim@epita.fr>
15529
15530 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
15531 Location as is defined.
15532
15533 2003-02-04 Akim Demaille <akim@epita.fr>
15534
15535 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
15536 name_ being defined.
15537
15538 2003-02-03 Paul Eggert <eggert@twinsun.com>
15539
15540 * src/gram.h (start_symbol): Remove unused decl.
15541
15542 Use more-consistent naming conventions for local vars.
15543
15544 * src/derives.c (derives_compute): Change type of local var from
15545 int to rule_number.
15546 * src/gram.c (grammar_rules_partial_print): Likewise.
15547 * src/print.c (print_core): Likewise.
15548 * src/reduce.c (reduce_grammar_tables): Likewise.
15549
15550 * src/gram.c (grammar_dump): Change name of item_number *
15551 local var from r to rp.
15552 * src/nullable.c (nullable_compute): Likewise.
15553
15554 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
15555
15556 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
15557 for symbol or symbol_number var.
15558 * src/reader.c (grammar_start_symbol_set): Likewise.
15559 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
15560 Likewise.
15561 * src/state.c (transitions_to): Likewise.
15562 * src/state.h: Likewise.
15563 * src/tables.c (symbol_number_to_vector_number): Likewise.
15564
15565 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
15566 char * var.
15567
15568 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
15569 var.
15570
15571 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
15572 var.
15573
15574 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
15575 Use str, not s, for char * var. Use ch, not c, for character var.
15576 Use size for size var.
15577
15578 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
15579 char * var.
15580 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
15581 uniqstr var.
15582 * src/uniqstr.h: Likewise.
15583
15584 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
15585 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
15586 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
15587 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
15588 param to have same name as that of enum, so that we don't use
15589 "s" to stand for a non-state.
15590
15591 2003-02-02 Akim Demaille <akim@epita.fr>
15592
15593 * src/scan-skel.l: Scan more than one inert character per yylex
15594 invocation.
15595
15596 2003-02-01 Paul Eggert <eggert@twinsun.com>
15597
15598 Version 1.875a.
15599
15600 * po/LINGUAS: Add ms.
15601
15602 2003-01-30 Akim Demaille <akim@epita.fr>
15603
15604 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
15605
15606 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15607
15608 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
15609 of $1.
15610
15611 Changes in response to error report by S. Eken: GLR mode does not
15612 handle negative $ indices or $ indices in embedded rules correctly.
15613 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
15614
15615 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
15616 (b4_rhs_location): Ditto.
15617 (yyfill): New function to copy from stack tree into array
15618 incrementally.
15619 (yyuserAction): Modify to allow incremental move of semantic values
15620 to rhs array when in GLR mode.
15621 Define YYFILL to use in user-defined actions to fill semantic array
15622 as needed.
15623 Remove dummy use of yystack, as there is now a guaranteed use.
15624 (yydoAction): Modify to allow incremental move of semantic values
15625 to rhs array when in GLR mode.
15626 (yyresolveAction): Ditto.
15627 (yyglrShiftDefer): Update comment.
15628 (yyresolveStates): Use X == NULL for pointers, not !X.
15629 (yyglrReduce): Ditto.
15630 (yydoAction): Ditto
15631
15632 * tests/glr-regr1.at: Rename to ...
15633 * tests/glr-regression.at: Add new regression test for the problems
15634 described above (adapted from S. Eken).
15635 Update copyright notice.
15636 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
15637 * tests/Makefile.am: Ditto.
15638
15639 2003-01-28 Paul Eggert <eggert@twinsun.com>
15640
15641 * data/lalr1.cc: Do not use @output_header_name@ unless
15642 b4_defines_flag is set. This fixes two bugs reported by
15643 Tim Van Holder in
15644 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
15645 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
15646
15647 2003-01-21 Paul Eggert <eggert@twinsun.com>
15648
15649 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
15650 we don't need to worry about yyerrlab1 being reported as an
15651 "unused label" by non-GCC C compilers. The downside is that if
15652 locations are used then a couple of statements are duplicated each
15653 time YYERROR is invoked, but the upside is that the warnings
15654 should vanish.
15655 (yyerrlab1): Move code to YERROR.
15656 (yyerrlab2): Remove. Change uses back to yyerrlab1.
15657 This reverts some of the 2002-12-27 change.
15658
15659 2003-01-17 Paul Eggert <eggert@twinsun.com>
15660
15661 * src/output.c (symbol_printers_output): Fix typo that led
15662 to core dump. Problem reported by Antonio Rus in
15663 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
15664
15665 2003-01-13 Akim Demaille <akim@epita.fr>,
15666 Quoc Peyrot <chojin@lrde.epita.fr>,
15667 Robert Anisko <anisko_r@lrde.epita.fr>
15668
15669 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
15670 when the stacks contain one element, as the loop would otherwise
15671 free the last state, and then use the top state (the one we just
15672 popped). This means that the initial elements will not be freed
15673 explicitly, as is the case in yacc.c; it is not a problem, as
15674 these elements have fake values.
15675
15676 2003-01-11 Paul Eggert <eggert@twinsun.com>
15677
15678 * NEWS: %expect-violations are now just warnings, reverting
15679 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
15680 bootstrapping problem reported by Matthias Klose; see
15681 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
15682 * src/conflicts.c (conflicts_print): Likewise.
15683 * tests/conflicts.at (%expect not enough, %expect too much,
15684 %expect with reduce conflicts): Likewise.
15685 * doc/bison.texinfo (Expect Decl): Document this. Also mention
15686 that the warning is enabled if the number of conflicts changes
15687 (not necessarily increases).
15688
15689 * src/getargs.c (version): Update copyright year.
15690
15691 2003-01-09 Akim Demaille <akim@epita.fr>
15692
15693 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
15694
15695 2003-01-08 Paul Eggert <eggert@twinsun.com>
15696
15697 * Makefile.maint (WGETFLAGS):
15698 New macro, containing "-C off" to disable proxy caches.
15699 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
15700 (rel-check): Use $(WGET) instead of wget.
15701
15702 2003-01-06 Paul Eggert <eggert@twinsun.com>
15703
15704 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
15705 the GLR paper of Scott, Johnstone and Hussain.
15706
15707 2003-01-04 Paul Eggert <eggert@twinsun.com>
15708
15709 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
15710 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
15711 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
15712 (EXTRA_LIBRARIES): New var, for liby.a.
15713 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
15714 (EXTRA_SCRIPTS): New var, for yacc.
15715
15716 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
15717 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
15718 Problem reported by Nelson H. F. Beebe.
15719
15720 2003-01-03 Paul Eggert <eggert@twinsun.com>
15721
15722 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
15723 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
15724 when compiling Bison 1.875's `bitset bset = obstack_alloc
15725 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
15726
15727 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
15728 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
15729 grow to a huge size with typical invocation.
15730
15731 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
15732 Use the pattern recommended by Autoconf 2.57, except also protect
15733 against double-definition.
15734 * src/system.h: Likewise.
15735 Portability issues reported by Nelson H. F. Beebe.
15736
15737 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
15738 All uses changed. Provide a definition in both C and C++.
15739 (yytrue, yyfalse): Define even if defined (__cplusplus).
15740
15741 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
15742 Reported by Nelson H. F. Beebe.
15743
15744 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
15745
15746 2003-01-02 Paul Eggert <eggert@twinsun.com>
15747
15748 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
15749 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
15750 Bug reported by Nelson H. F. Beebe.
15751
15752 2003-01-01 Paul Eggert <eggert@twinsun.com>
15753
15754 * Version 1.875.
15755
15756 2002-12-30 Paul Eggert <eggert@twinsun.com>
15757
15758 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
15759 Moved here from...
15760 (<INITIAL>","): Here. This causes stray "," to be treated
15761 more uniformly.
15762
15763 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
15764 last brace in braced code when not in Yacc mode, for compatibility
15765 with Bison 1.35. This resurrects the 2001-12-15 patch to
15766 src/reader.c.
15767
15768 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
15769 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
15770
15771 2002-12-28 Paul Eggert <eggert@twinsun.com>
15772
15773 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
15774 that of SYM's type. This fixes Debian bug 168069, reported by
15775 Thomas Olsson.
15776
15777 2002-12-28 Paul Eggert <eggert@twinsun.com>
15778
15779 Version 1.75f.
15780
15781 Switch back to the Yacc style of conflict reports, undoing some
15782 of the 2002-07-30 change.
15783 * doc/bison.texinfo (Understanding): Use Yacc style for
15784 conflict reports. Also, use new way of locating rules.
15785 * src/conflicts.c (conflict_report):
15786 Renamed from conflict_report_yacc, removing the old
15787 'conflict_report'. Translate the entire conflict report at once,
15788 so that we don't assume that "," has the same interpretation in
15789 all languages.
15790 (conflicts_output): Use Yacc-style conflict report for each state,
15791 instead of our more-complicated style.
15792 (conflicts_print): Use Yacc-style conflict report, except print
15793 the input file name when not emulating Yacc.
15794 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
15795 Conflicted Reduction, %expect not enough, %expect too much,
15796 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
15797 * tests/existing.at (GNU Cim Grammar): Likewise.
15798 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
15799
15800 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
15801 fatal): Don't invoke fflush; it's not needed and it might even be
15802 harmful for stdout, as stdout might not be open.
15803 * src/reduce.c (reduce_print): Likewise.
15804
15805 2002-12-27 Paul Eggert <eggert@twinsun.com>
15806
15807 Fix a bug where error locations were not being recorded correctly.
15808 This problem was originally reported by Paul Hilfinger in
15809 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
15810
15811 * data/yacc.c (yyparse): New local var yylerrsp, to record the
15812 top of the location stack's error locations.
15813 (yyerrlab): Set it. When discarding a token, push its location
15814 onto yylerrsp so that we don't lose track of the error's end.
15815 (yyerrlab1): Now is only the target of YYERROR, so that we can
15816 properly record the location of the action that failed. For GCC
15817 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
15818 GCC warning about yyerrlab1 being unused if YYERROR is unused.
15819 (yyerrlab2): New label, which yyerrlab now falls through to.
15820 Compute the error's location by applying YYLLOC_DEFAULT to
15821 the locations of all the symbols that went into the error.
15822 * doc/bison.texinfo (Location Default Action): Mention that
15823 YYLLOC_DEFAULT is also invoked for syntax errors.
15824 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
15825 Error locations include the locations of all the tokens that were
15826 discarded, not just the last token.
15827
15828 2002-12-26 Paul Eggert <eggert@twinsun.com>
15829
15830 * src/files.c: Include quote.h.
15831 (compute_output_file_names): Warn if we detect conflicting
15832 outputs to the same file. This should catch the misunderstanding
15833 exemplified by Debian Bug 165349, reported by Bruce Stephens..
15834
15835 * src/conflicts.c (conflicts_print): If the user specifies
15836 "%expect N", report an error if there are any reduce/reduce
15837 conflicts. This is what the manual says should happen.
15838 This fixes Debian bug 130890, reported by Anthony DeRobertis.
15839 * tests/conflicts.at (%expect with reduce conflicts): New test.
15840
15841 Don't use m4_include on relative file names, as it doesn't work as
15842 desired if there happens to be a file with that name under ".".
15843
15844 * m4sugar/version.m4: Remove; it was included but it wasn't used.
15845 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
15846 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
15847 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
15848 * src/output.c (output_skeleton): Use full path names when
15849 specifying a file to include; don't rely on include path, as
15850 it's unreliable when the working file contains a file with
15851 that name.
15852
15853 2002-12-25 Paul Eggert <eggert@twinsun.com>
15854
15855 Remove obsolete references to bison.simple and bison.hairy.
15856 Problem mentioned by Aubin Mahe in
15857 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
15858 * data/glr.c: Comment fix.
15859 * doc/bison.1: Remove references. Also, mention "yacc".
15860
15861 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
15862 with -g option.
15863
15864 * src/parse-gram.y (declaration): Use enum "report_states" rather
15865 than its numeric value 1.
15866
15867 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
15868 opening a new one. This fixes Debian bug 165349, reported by
15869 Bruce Stephens.
15870
15871 2002-12-24 Paul Eggert <eggert@twinsun.com>
15872
15873 Version 1.75e.
15874
15875 * Makefile.maint (cvs-update): Don't assume that the shell
15876 supports $(...), as Solaris sh doesn't.
15877
15878 * src/parse-gram.y (lloc_default): Remove test for empty
15879 nonterminals at the end, since it didn't change the result.
15880
15881 2002-12-24 Paul Eggert <eggert@twinsun.com>
15882
15883 If the user does not define YYSTYPE as a macro, Bison now declares it
15884 using typedef instead of defining it as a macro. POSIX requires this.
15885 For consistency, YYLTYPE is also declared instead of defined.
15886
15887 %union directives can now have a tag before the `{', e.g., the
15888 directive `%union foo {...}' now generates the C code
15889 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
15890 The default union tag is `YYSTYPE', for compatibility with Solaris 9
15891 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
15892 instead of `yyltype'.
15893
15894 `yystype' and `yyltype' are now obsolescent macros instead of being
15895 typedefs or tags; they are no longer documented and will be
15896 withdrawn in a future release.
15897
15898 * data/glr.c (b4_location_type): Remove.
15899 (YYSTYPE): Renamed from yystype.
15900 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
15901 (struct YYLTYPE): Renamed from struct yyltype.
15902 (YYLTYPE): Renamed from yyltype.
15903 (yyltype, yystype): New (and obsolescent) macros,
15904 for backward compatibility.
15905 * data/yacc.c: Likewise.
15906
15907 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
15908 does not specify a union tag. This is for compatibility with
15909 Solaris 9 yacc.
15910
15911 * src/parse-gram.y (add_param): 2nd arg is now char * not char
15912 const *, since it is now modified by stripping surrounding { }.
15913 (current_braced_code): Remove.
15914 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
15915 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
15916 trailing " {...}". Now of type <chars>.
15917 (grammar_declaration): Adjust to bundled tokens.
15918 (code_content): Remove; stripping is now done by add_param.
15919 (print_token_value): Print contents of bundled tokens.
15920 (token_name): New function.
15921
15922 * src/reader.h (braced_code, current_braced_code): Remove.
15923 (token_name): New decl.
15924
15925 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
15926 token_type, not braced_code code_kind. All uses changed.
15927 (SC_PRE_CODE): New state, for scanning after a keyword that
15928 has (or usually has) an immediately-following braced code.
15929 (token_type): New local var, to keep track of which token type
15930 to return when scanning braced code.
15931 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
15932 <INITIAL>"%parse-param", <INITIAL>"%printer",
15933 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
15934 instead of returning a token type immediately.
15935 (<INITIAL>"{"): Set token type.
15936 (<SC_BRACED_CODE>"}"): Use it.
15937 (handle_action_dollar, handle_action_at): Now returns bool
15938 indicating success. Fail if ! current_rule; this prevents a core dump.
15939 (handle_symbol_code_dollar, handle_symbol_code_at):
15940 Remove; merge body into caller.
15941 (handle_dollar, handle_at): Complain in invalid contexts.
15942
15943 * NEWS, doc/bison.texinfo: Document the above.
15944 * NEWS: Fix years and program names in copyright notice.
15945
15946 2002-12-17 Paul Eggert <eggert@twinsun.com>
15947
15948 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
15949 Reporting, Table of Symbols): Omit mentions of %lex-param and
15950 %parse-param from the documentation for now.
15951
15952 2002-12-15 Paul Eggert <eggert@twinsun.com>
15953
15954 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
15955 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
15956 lookahead symbol, and which sets yychar in parser actions) and it
15957 disagreed with the Bison documentation. Bug
15958 reported by Andrew Walrond.
15959
15960 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
15961 as the caller now does that.
15962 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
15963 (YYEMPTY): Parenthesize right hand side, since others use it.
15964 (yyparse): Don't assume that our generated code is the only code
15965 that sets yychar.
15966
15967 2002-12-13 Paul Eggert <eggert@twinsun.com>
15968
15969 Version 1.75d.
15970
15971 POSIX requires a "yacc" command.
15972 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
15973 (MOSTLYCLEANFILES): Add yacc.
15974 (yacc): New rule.
15975 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
15976 as an alias for bison y.
15977
15978 * po/LINGUAS: Add da.
15979
15980 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
15981 problem with latest <getopt.h>.
15982 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
15983
15984 * doc/fdl.texi: Upgrade to 1.2.
15985 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
15986 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
15987 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
15988 gnulib.
15989 * config/install-sh: Sync with autotools.
15990
15991 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
15992 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
15993 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
15994 locations are requested.
15995 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
15996 locations are requested.
15997
15998 2002-12-12 Paul Eggert <eggert@twinsun.com>
15999
16000 Remove unportable casts and storage allocation tricks.
16001 While we're at it, remove almost all casts, since they
16002 usually aren't needed and are a sign of trouble.
16003
16004 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
16005
16006 * src/derives.c (derives_compute): Do not subtract NTOKENS from
16007 the pointer DSET returned by malloc; this isn't portable.
16008 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
16009 Similarly for DERIVES.
16010 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
16011 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
16012 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
16013
16014 * src/derives.c (derives_compute): Do not bother invoking
16015 int_of_rule_number, since rule numbers are integers.
16016
16017 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
16018 rather than XMALLOC (char, N).
16019
16020 * src/files.c (filename_split): Rewrite to avoid cast.
16021
16022 * src/gram.h (symbol_number_as_item_number,
16023 item_number_as_symbol_number, rule_number_as_item_number,
16024 item_number_as_rule_number):
16025 Now inline functions rather than macros, to avoid casts.
16026 * src/state.h (state_number_as_int): Likewise.
16027 * src/tables.c (state_number_to_vector_number,
16028 symbol_number_to_vector_number): Likewise.
16029
16030 * src/gram.h (int_of_rule_number): Remove; no longer used.
16031
16032 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
16033 since the resulting storage is always stored into.
16034
16035 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
16036 where it's needed.
16037
16038 * src/muscle_tab.c (muscle_m4_output):
16039 Now inline. Return bool, not int.
16040 * src/state.c (state_compare): Likewise.
16041 * src/symtab.c (symbol_check_defined,
16042 symbol_check_alias_consistency, symbol_pack, symbol_translation,
16043 hash_compare_symbol, hash_symbol):
16044 Likewise.
16045 * src/uniqstr.c (uniqstr_print): Likewise.
16046 * src/muscle_tab.c (muscle_m4_output_processor):
16047 New function, to avoid casts.
16048 * src/state.c (state_comparator, stage_hasher): Likewise.
16049 * src/symtab.c (symbol_check_defined_processor,
16050 symbol_check_alias_consistency_processor, symbol_pack_processor,
16051 symbol_translation_processor, hash_symbol_comparator,
16052 hash_symbol_hasher): Likewise.
16053 * src/uniqstr.c (uniqstr_print_processor): Likewise.
16054 * src/muscle_tab.c (muscles_m4_output):
16055 Use new functions instead of casting old functions unportably.
16056 * src/state.c (state_hash_new): Likewise.
16057 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
16058 symbols_token_translations_init):
16059 Likewise.
16060 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
16061
16062 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
16063 var instead of casting to long, to avoid casts.
16064 (prepare_states): Use MALLOC rather than alloca, so that we don't
16065 have to worry about alloca.
16066 * src/state.c (state_hash_lookup): Likewise.
16067
16068 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
16069 local var instead of casting to unsigned char, to avoid casts.
16070
16071 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
16072 STATE_ALLOC): Remove.
16073 (transitions_new, errs_new, reductions_new, state_new): Use malloc
16074 rather than calloc, and use offsetof to avoid allocating slightly
16075 too much storage.
16076 (state_new): Initialize all members.
16077
16078 * src/state.c (state_hash): Use unsigned accumulator, not signed.
16079
16080 * src/symtab.c (symbol_free): Remove; unused.
16081 (symbol_get): Remove cast in lhs of assignment.
16082 (symbols_do): Now static. Accept generic arguments, not
16083 hashing-related ones.
16084
16085 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
16086 (symbol_processor): Remove.
16087 (symbols_do): Remove decl; now static.
16088
16089 * src/system.h (alloca): Remove; decl no longer needed.
16090 (<stddef.h>): Include, for offsetof.
16091 (<inttypes.>, <stdint.h>): Include if available.
16092 (uintptr_t): New type, if system lacks it.
16093 (CALLOC, MALLOC, REALLOC): New macros.
16094 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
16095 new macros.
16096
16097 * src/tables.c (table_size): Now int, to pacify GCC.
16098 (table_grow, table_ninf_remap): Use signed table size.
16099 (save_row): Don't bother initializing locals when not needed.
16100 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
16101 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
16102
16103 * src/vcg.h: Correct misspellings.
16104
16105 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
16106
16107
16108 * src/getargs.c (getargs): Don't assume EOF == -1.
16109
16110 2002-12-09 Paul Eggert <eggert@twinsun.com>
16111
16112 Change identifier spellings to avoid collisions with names
16113 that are reserved by POSIX.
16114
16115 Don't use names ending in _t, since POSIX reserves them.
16116 For consistency, remove _e and _s endings -- they're weren't
16117 needed to remove ambiguity. All uses changed.
16118 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
16119 turn was just renamed from struniq_t.
16120 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
16121 which in turn was just renamed from struniq_processor_t.
16122 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
16123 in turn was renamed from hash_compare_struniq_t.
16124 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
16125 (state_list): Renamed from state_list_t.
16126 * src/assoc.h (assoc): Renamed from assoc_t.
16127 * src/conflicts.c (enum conflict_resolution): Renamed from
16128 enum conflict_resolution_e.
16129 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
16130 (rule_list): Renamed from rule_list_t.
16131 * src/getargs.h (enum trace): Renamed from enum trace_e.
16132 (enum report): Renamed from enum report_e.
16133 * src/gram.h (item_number): Renamed from item_number_t.
16134 (rule_number): Renamed from rule_number_t.
16135 (struct rule_s): Remove the "rule_s" part; not used.
16136 (rule): Renamed from rule_t.
16137 (rule_filter): Renamed from rule_filter_t.
16138 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
16139 (goto_list): Renamed from goto_list_t.
16140 * src/lalr.h (goto_number): Renamed from goto_number_t.
16141 * src/location.h (location): Renamed from location_t.
16142 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
16143 and moved here from:
16144 * src/muscle_tab.h (muscle_entry_t): here.
16145 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
16146 (rule_list): Renamed from rule_list_t.
16147 * src/print_graph.c (static_graph): Renamed from graph.
16148 * src/reader.h (braced_code): Renamed from braced_code_t.
16149 Remove brace_code_e tag.
16150 * src/relation.h (relation_node): Renamed from relation_node_t.
16151 (relation_nodes): Renamed from relation_nodes_t.
16152 (relation): Renamed from relation_t.
16153 * src/state.h (state_number): Renamed from state_number_t.
16154 (struct state): Renamed from struct state_s.
16155 (state): Renamed from state_t.
16156 (transitions): Renamed from transitions_t. Unused (and
16157 misspelled) transtion_s tag removed.
16158 (errs): Renamed from errs_t. Unused errs_s tag removed.
16159 (reductions): Renamed from reductions_t. Unused tag
16160 reductions_s removed.
16161 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
16162 (struct symbol_list): Renamed from struct symbol_list_s.
16163 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
16164 (struct symbol): Renamed from struct symbol_s.
16165 (symbol): Renamed from symbol_t.
16166 * src/tables.c (vector_number): Renamed from vector_number_t.
16167 (action_number): Renamed from action_t.
16168 * src/tables.h (base_number): Renamed from base_t.
16169 * src/vcg.h (enum color): Renamed from enum color_e.
16170 (enum textmode): Renamed from enum textmode_e.
16171 (enum shape): Renamed from enum shape_e.
16172 (struct colorentry): Renamed from struct colorentry_s.
16173 (struct classname): Renamed from struct classname_s.
16174 (struct infoname): Renamed from struct infoname_s.
16175 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
16176 (enum decision): Renamed from enum decision_e.
16177 (enum orientation): Renamed from enum orientation_e.
16178 (enum alignment): Renamed from enum alignment_e.
16179 (enum arrow_mode): Renamed from enum arrow_mode_e.
16180 (enum crossing_type): Renamed from enum crossing_type_e.
16181 (enum view): Renamed from enum view_e.
16182 (struct node): Renamed from struct node_s.
16183 (node): Renamed from node_t.
16184 (enum linestyle): Renamed from enum linestyle_e.
16185 (enum arrowstyle): Renamed from enum arrowstyle_e.
16186 (struct edge): Renamed from struct edge.
16187 (edge): Renamed from edge_t.
16188 (struct graph): Renamed from struct graph_s.
16189 (graph): Renamed from graph_t.
16190 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
16191 Rename value_t -> value.
16192 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
16193 value_t_as_yystype -> value_as_yystype.
16194
16195 Don't include <errno.h> in the mainstream code, since it
16196 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
16197 * lib/get-errno.c, lib/get-errno.h: New files.
16198 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
16199 get-errno.c.
16200 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
16201 * src/output.c (output_skeleton): Likewise.
16202 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
16203 instead of errno.
16204 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
16205 Likewise.
16206 (handle_action_dollar, handle_action_at): Likewise.
16207 * src/system.h: Do not include <errno.h>.
16208 (TAB_EXT): Renamed from EXT_TAB.
16209 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
16210
16211 Avoid str[a-z]*, since <string.h> reserves that name space.
16212 Change all instances of "struniq" in names to "uniqstr", and
16213 likewise for "STRUNIQ" and "UNIQSTR".
16214 * src/uniqstr.c: Renamed from src/struniq.c.
16215 * src/uniqstr.h: Renamed from src/struniq.h.
16216 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
16217 * src/files.c (strsuffix): Remove; unused.
16218 (concat2): Renamed from stringappend. Now static.
16219 * src/files.h (strsuffix, stringappend): Remove; unused.
16220 * src/parse-gram.y (<chars>): Renamed from <string>.
16221 (<uniqstr>): Renamed from <struniq>.
16222 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
16223 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
16224 (struct graph_s.expand): Renamed from struct graph_s.stretch.
16225 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
16226 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
16227 (N_EXPAND): Renamed from N_STRETCH.
16228
16229 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
16230 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
16231 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
16232 Remove; unused.
16233 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
16234 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
16235 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
16236 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
16237 (BASE_MAXIMUM): Renamed from BASE_MAX.
16238 (BASE_MINIMUM): Renamed from BASE_MIN.
16239 (ACTION_MAX): Remove; unused.
16240 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
16241 Unnecessary casts removed from above defines.
16242
16243
16244 Fix misspelling in names.
16245 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
16246 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
16247 G_NODE_ALIGNEMENT.
16248
16249
16250 * lib/timevar.c (timevar_report): Renamed from time_report,
16251 for consistency with other names.
16252 * lib/timevar.h (timevar_report): New decl.
16253 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
16254
16255
16256 Sort include-file uses.
16257
16258 Reorder all include files under src to be in the order "system.h".
16259 then the ../lib include files in angle brackets (alphabetized),
16260 then the . include files in double-quotes (alphabetized). Fix
16261 dependency breakages encountered in this process, as follows:
16262 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
16263 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
16264 * src/state.h: Include "symtab.h".
16265
16266 2002-12-08 Paul Eggert <eggert@twinsun.com>
16267
16268 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
16269 since this causes problems when __file__ contains character
16270 sequences like "@" that are treated specially by src/scan-skel.l.
16271 Instead, just use the file's basename. This fixes the bug
16272 reported by Martin Mokrejs in
16273 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
16274
16275 2002-12-06 Paul Eggert <eggert@twinsun.com>
16276
16277 Add support for rules that do not have trailing semicolons, as
16278 POSIX requires. Improve the quality of locations in Bison
16279 diagnostics.
16280
16281 * src/location.c: Include <quotearg.h>.
16282 (empty_location): Now const.
16283 (location_print): New function. Follow the recommendation of the
16284 GNU Coding Standards for locations that span file boundaries.
16285 * src/location.h: Do not include <quotearg.h>; no longer needed.
16286 (boundary): New type.
16287 (location_t): Use it. This allows locations to span file boundaries.
16288 All member uses changed: file -> start.file or end.file (as needed),
16289 first_line -> start.line, first_column -> start.column,
16290 last_line -> end.line, last_column -> end.column.
16291 (equal_boundaries): New function.
16292 (LOCATION_RESET, LOCATION_STEP): Remove.
16293 (LOCATION_PRINT): Remove. All callers changed to use location_print.
16294 (empty_location): Now const.
16295 (location_print): New decl.
16296 * src/parse-gram.y (lloc_default): New function, which handles
16297 empty locations more accurately.
16298 (YYLLOC_DEFAULT): Use it.
16299 (%token COLON): Remove.
16300 (%token ID_COLON): New token.
16301 (rules): Use it.
16302 (declarations, rules): Remove trailing semicolon.
16303 (declaration, rules_or_grammar_declaration):
16304 Allow empty (";") declaration.
16305 (symbol_def): Remove empty actions; no longer needed.
16306 (rules_or_grammar_declaration): Remove trailing semicolon.
16307 (semi_colon.opt): Remove.
16308 * src/reader.h: Include location.h.
16309 (scanner_cursor): New decl.
16310 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
16311 rolling our own.
16312 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
16313 of *loc.
16314 (STEP): Remove. No longer needed, now that adjust_location does
16315 the work. All uses removed.
16316 (scanner_cursor): New var.
16317 (adjust_location): Renamed from extend_location. It now sets
16318 *loc and adjusts the scanner cursor. All uses changed.
16319 Don't bother testing for CR.
16320 (handle_syncline): Remove location arg; now updates scanner cursor.
16321 All callers changed.
16322 (unexpected_end_of_file): Now accepts start boundary of token or
16323 comment, not location. All callers changed. Update scanner cursor,
16324 not the location.
16325 (SC_AFTER_IDENTIFIER): New state.
16326 (context_state): Renamed from c_context. All uses changed.
16327 (id_loc, code_start, token_start): New local vars.
16328 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
16329 processing of Yacc white space and equivalents here.
16330 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
16331 instead of returning ID immediately, since we need to search for
16332 a subsequent colon.
16333 (<INITIAL>"'", "\""): Save token_start.
16334 (<INITIAL>"%{", "{", "%%"): Save code_start.
16335 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
16336 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
16337 BEGIN context_state at end, not INITIAL.
16338 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
16339 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
16340 Return correct token start.
16341 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
16342 the start of a character, string or multiline comment is found.
16343 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
16344 Reduction): Adjust reported locations to match the more-precise
16345 results now expected.
16346 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
16347 * tests/reduce.at (Useless Rules, Reduced Automaton,
16348 Underivable Rules): Likewise.
16349 * tests/regression.at (Invalid inputs): No longer `expecting ";"
16350 or "|"' now that so many other tokens are allowed by the new grammar.
16351
16352 * src/complain.h (current_file): Remove duplicate decl;
16353 current_file is now owned by files.h.
16354 * src/complain.c, src/scan-gram.l: Include files.h.
16355
16356 2002-12-06 Paul Eggert <eggert@twinsun.com>
16357
16358 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
16359 promotes to int; it might be unsigned int.
16360 * data/yacc.c (yy_reduce_print): Likewise.
16361
16362 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
16363 be #defined in the prologue, not in the Bison declarations.
16364 This fixes Debian Bug 102878, reported by Shaul Karl.
16365
16366 2002-12-02 Paul Eggert <eggert@twinsun.com>
16367
16368 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
16369 * lib/strtoul.c: New file, from gnulib.
16370 This fixes a porting bug reported by Peter Klein in
16371 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
16372
16373 2002-11-30 Paul Eggert <eggert@twinsun.com>
16374
16375 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
16376 and put only a forward declaration in the prologue. This is for
16377 consistency with the other scanner helper functions.
16378
16379 Type clashes now generate warnings, not errors, since it
16380 appears that POSIX may allow some grammars with type clashes.
16381 * src/reader.c (grammar_current_rule_check): Warn about
16382 type clashes instead of complaining.
16383 * tests/input.at (Type Clashes): Expect warnings, not complaints.
16384
16385 Add Yacc library, since POSIX requires it.
16386 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
16387 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
16388 * lib/main.c, lib/yyerror.c: New files.
16389
16390 gram_error can be static; it need not be extern.
16391 * src/reader.h (gram_error): Remove decl.
16392 * src/parse-gram.y (gram_error): Now static. Add static decl.
16393 (print_token_value): Omit parameter names from forward decl,
16394 for consistency.
16395
16396 2002-11-29 Paul Eggert <eggert@twinsun.com>
16397
16398 * doc/bison.texinfo: Emphasize that yylex and yyerror must
16399 be declared before being used. E.g., one should typically
16400 declare them in the prologue. Use GNU coding style in examples.
16401 Put "const" consistently after the type it modifies. Mention
16402 that C99 supports "inline". Mention that yyerror traditionally
16403 returns "int".
16404
16405 %parse-param and %lex-param now take just one argument, the
16406 declaration; the argument name is deduced from the declaration.
16407
16408 * doc/bison.texinfo (Parser Function, Pure Calling, Error
16409 Reporting, Table of Symbols): Document this.
16410 * src/parse-gram.y (add_param): New function.
16411 (COMMA): Remove.
16412 (declaration): Implement new rule for %parse-param and %lex-param.
16413 * src/scan-gram.l: "," now elicits a warning, rather than being
16414 a token; this is more compatible with byacc.
16415 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
16416
16417 2002-11-27 Paul Eggert <eggert@twinsun.com>
16418
16419 Rename identifiers to avoid real and potential collisions.
16420
16421 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
16422 to avoid collision with lex macro described by Bruce Lilly in
16423 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
16424 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
16425 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
16426 * src/parse-gram.y (print_token_value): Renamed from yyprint.
16427 All uses changed.
16428 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
16429 The name "yycontrol" violates the name space rules, and this stuff
16430 wasn't being used anyway.
16431 (input): Remove action; this stuff wasn't being used.
16432 (gram_error): Rename local variable yylloc -> loc.
16433 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
16434 (YY_DECL): Don't use "yy" at start of local variables.
16435 All uses changed, e.g., yylloc -> loc.
16436 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
16437 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
16438 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
16439 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
16440
16441 * src/parse-gram.y (gram_error): loc is now const *.
16442 * src/reader.h (gram_error): Likewise.
16443
16444 2002-11-24 Paul Eggert <eggert@twinsun.com>
16445
16446 Version 1.75c.
16447
16448 * tests/actions.at (Actions after errors): Use an output format
16449 more similar to that of the Printers and Destructors test.
16450 Test the position of the ';' token too.
16451 (Printers and Destructors): Likewise.
16452 (Printers and Destructors: %glr-parser): Remove for now, to avoid
16453 unnecessarily alarming people when the test fails.
16454
16455 * data/yacc.c (yyerrlab1): Move this label down, so that the
16456 parser does not discard the lookahead token if the user code
16457 invokes YYERROR. This change is required for POSIX conformance.
16458
16459 * lib/error.c: Sync with gnulib.
16460
16461 2002-11-22 Paul Eggert <eggert@twinsun.com>
16462
16463 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
16464 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
16465 * lib/xmalloc.c: Likewise.
16466
16467 2002-11-20 Paul Eggert <eggert@twinsun.com>
16468
16469 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
16470
16471 2002-11-20 Paul Eggert <eggert@twinsun.com>
16472
16473 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
16474 should use `if (! x) abort ();' rather than `assert (x);', and
16475 anyway it's one less thing to worry about configuring.
16476
16477 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
16478 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
16479 and replace all instances of assert with abort.
16480 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
16481 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
16482
16483 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
16484 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
16485 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
16486 hash_find_entry, hash_rehash, hash_insert): Likewise.
16487 * src/conflicts.c (resolve_sr_conflict): Likewise.
16488 * src/lalr.c (set_goto_map, map_goto): Likewise.
16489 * src/nullable.c (nullable_compute): Likewise.
16490 * src/output.c (prepare_rules, token_definitions_output): Likewise.
16491 * src/reader.c (packgram, reader): Likewise.
16492 * src/state.c (state_new, state_free, state_transitions_set,
16493 state_reduction_find): Likewise.
16494 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
16495 symbol_pack): Likewise.
16496 * src/tables.c (conflict_row, pack_vector): Likewise.
16497 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
16498 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
16499 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
16500 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
16501
16502 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
16503 (ARGMATCH_CONSTRAINT): New macro.
16504 (ARGMATCH_ASSERT): Use it.
16505
16506 * src/system.h (verify): New macro.
16507 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
16508 rather than assert.
16509 * src/tables.c (tables_generate): Likewise.
16510
16511 * src/struniq.c (struniq_assert): Now returns void, and aborts
16512 if the assertion is false.
16513 (struniq_assert_p): Remove.
16514 * src/struniq.h: Likewise.
16515
16516 2002-11-18 Paul Eggert <eggert@twinsun.com>
16517
16518 * data/glr.c (yygetLRActions): Replace `yyindex' with
16519 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
16520 This fixes the regression with Sun ONE Studio 7 cc that I reported in
16521 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
16522
16523 2002-11-18 Akim Demaille <akim@epita.fr>
16524
16525 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
16526 space.
16527 From Tim Van Holder.
16528
16529 2002-11-17 Paul Eggert <eggert@twinsun.com>
16530
16531 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
16532 to "SyntaxError" for consistency with my 2002-11-15 change.
16533
16534 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
16535 not define to {}, since this breaks the common use of `YYDPRINTF
16536 ((...));' if a single statement is desired (e.g. before `else').
16537 Work around GCC warnings by surrounding corresponding calls with
16538 {} if needed.
16539 (yyhasResolvedValue): Remove unused function.
16540 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
16541 loop body.
16542 (yyreportSyntaxError): Renamed from yyreportParseError.
16543 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
16544 All uses changed.
16545 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
16546 extern when possible. Remove unused initializations.
16547
16548 2002-11-16 Akim Demaille <akim@epita.fr>
16549
16550 Augment the similarity between GLR and LALR traces.
16551
16552 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
16553 (YY_REDUCE_PRINT): New.
16554 (yyparse): Use them.
16555 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
16556 YYDPRINT here.
16557 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
16558 state reached after the reduction/recovery, since...
16559 (yyparse, yyprocessOneStack): Report the state we are entering in.
16560
16561 2002-11-16 Akim Demaille <akim@epita.fr>
16562
16563 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
16564 Add support for --trace=skeleton.
16565 * src/scan-skel.l: %option debug.
16566 Scan strings of non-@ or \n instead of character by character.
16567 (scan_skel): Handle trace_skeleton.
16568 (QPUTS): New.
16569 (@output_parser_name@, @output_header_name@): ``Restore'' their
16570 support (used to be M4 macros).
16571 * data/yacc.c: Quote larger chunks, a la glr.c.
16572 * data/lalr1.cc: Likewise.
16573 The header guards are no longer available, so use some other
16574 string than `YYLSP_NEEDED'.
16575
16576 2002-11-16 Akim Demaille <akim@epita.fr>
16577
16578 Make the ``Printers and Destructors'' test more verbose, taking
16579 `yacc.c''s behavior as (possibly wrong) reference.
16580
16581 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
16582 instead of fprint on stdout.
16583 Set and report the last_line of the symbols.
16584 Consistently display values and locations.
16585
16586 2002-11-16 Paul Eggert <eggert@twinsun.com>
16587
16588 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
16589
16590 2002-11-15 Paul Eggert <eggert@twinsun.com>
16591
16592 * tests/actions.at (Actions after errors): New test case.
16593
16594 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
16595 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
16596 tests/action.at, tests/calc.at, tests/conflicts.at,
16597 tests/cxx-type.at, tests/regression.at:
16598 "parse error" -> "syntax error" for POSIX compatibility.
16599 "parsing stack overflow..." -> "parser stack overflow" so
16600 that code matches Bison documentation.
16601
16602 2002-11-15 Akim Demaille <akim@epita.fr>
16603
16604 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
16605 take two BRACED_CODE, not two string_content.
16606 Free the scanner's obstack when we are done.
16607 (code_content): New.
16608 * tests/calc.at: Adjust.
16609 * doc/bison.texinfo: Adjust.
16610 Also, make sure to include the `,' for these declarations.
16611
16612 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
16613
16614 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
16615 definition; avoids potential autoreconf problems.
16616
16617 2002-11-15 Akim Demaille <akim@epita.fr>
16618
16619 Always check the value returned by yyparse.
16620
16621 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
16622 returned by yyparse.
16623 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
16624 Adjust calls.
16625 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
16626 returned by yyparse.
16627
16628 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16629
16630 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
16631 on input.at test.
16632
16633 2002-11-14 Paul Eggert <eggert@twinsun.com>
16634
16635 * src/output.c (output_skeleton): Call xfopen instead of
16636 duplicating xfopen's body.
16637
16638 Fix bugs reported by Nelson H. F. Beebe in
16639 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
16640
16641 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
16642 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
16643 Group compiler. Instead, use "$CC -E bar.c". Include the .h
16644 file twice in the grammar, as an extra check.
16645
16646 * tests/input.at (Torturing the Scanner): Surround the
16647 backslash-newline tests with "#if 0", to make it less likely that
16648 we'll run into compiler bugs. Bring back solitary \ inside
16649 comment, but add a closing comment to work around HP C bug. Don't
16650 test backslash-newline in C character constant.
16651
16652 2002-11-14 Akim Demaille <akim@epita.fr>
16653
16654 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
16655 status of the compiler.
16656 Calling `exit 1' is no longer needed.
16657 Reported by Nelson H. F. Beebe.
16658
16659 2002-11-14 Akim Demaille <akim@epita.fr>
16660
16661 * tests/atlocal.in (CPPFLAGS): We have config.h.
16662 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
16663 New.
16664 * tests/actions.at, tests/calc.at, tests/conflicts.at,
16665 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
16666 * tests/regression.at, tests/torture.at: Use them for all the
16667 grammars that are to be compiled.
16668 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
16669 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
16670 * doc/bison.texinfo (GLR Parsers): Document `inline'.
16671
16672 2002-11-14 Akim Demaille <akim@epita.fr>
16673
16674 * doc/bison.texinfo: Various formatting changes (alignments in
16675 samples, additional @group/@end group, GCS in samples.
16676 Use @deffn instead of simple @table to define the directives,
16677 macros, variables etc.
16678
16679 2002-11-13 Paul Eggert <eggert@twinsun.com>
16680
16681 Fix some bugs reported by Albert Chin-A-Young in
16682 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
16683
16684 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
16685 -o c"; the HP C compiler chatters during compilation.
16686 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
16687 * tests/headers.at (export YYLTYPE): Likewise.
16688
16689 * tests/input.at (Torturing the Scanner): Remove lines containing
16690 solitary backslashes, as they tickle a bug in the HP C compiler.
16691
16692 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
16693 comments, since they're not portable. Use GNU coding style.
16694
16695 2002-11-13 Akim Demaille <akim@epita.fr>
16696
16697 * data/yacc.c: Leave bigger chunks of quoted text.
16698 (YYDSYMPRINTF): New.
16699 Use it to report symbol activities.
16700 * data/glr.c (YYDSYMPRINTF): New.
16701 Use it.
16702
16703 2002-11-12 Paul Eggert <eggert@twinsun.com>
16704
16705 Version 1.75b.
16706
16707 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
16708 (yyglrReduce): Return yyok, not 0.
16709 This should avoid the enumerated-type warnings reported
16710 by Nelson H. F. Beebe in
16711 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
16712
16713 * lib/bbitset.h (BITSET_INLINE): Remove.
16714 * lib/bitset.h [! BITSET_INLINE]: Remove.
16715 (bitset_set, bitset_reset, bitset_test): Rename local vars
16716 to avoid shadowing warnings by GCC.
16717
16718 * data/glr.c (inline): Remove #define. It's the user's
16719 responsibility to #define it away, just like 'const'.
16720 This fixes one of the bugs reported by Nelson H. F. Beebe in
16721 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
16722
16723 * Makefile.maint (po-check): Scan .l and .y files instead of the
16724 .c and the .h files that they generate. This fixes the bug
16725 reported by Tim Van Holder in:
16726 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
16727 Look for N_ as well as for _. Try to avoid matching #define for
16728 N_ and _.
16729 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
16730 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
16731 * src/scan-gram.l: Revamp regular expressions so that " and '
16732 do not confuse xgettext.
16733
16734 * src/struniq.h (struniq_new): Do not declare the return type
16735 to be 'const'; this violates the C standard.
16736 * src/struniq.c (struniq_new): Likewise.
16737
16738 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
16739
16740 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
16741 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
16742 linker.
16743
16744 2002-11-12 Akim Demaille <akim@epita.fr>
16745
16746 * Makefile.maint: Sync with Autoconf:
16747 (local_updates): New.
16748
16749 2002-11-12 Akim Demaille <akim@epita.fr>
16750
16751 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
16752
16753 2002-11-12 Akim Demaille <akim@epita.fr>
16754
16755 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
16756 locations.
16757
16758 2002-11-12 Akim Demaille <akim@epita.fr>
16759
16760 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
16761 not yyvalue.
16762
16763 2002-11-12 Akim Demaille <akim@epita.fr>
16764
16765 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
16766 Use it to test the GLR parser.
16767
16768 2002-11-12 Akim Demaille <akim@epita.fr>
16769
16770 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
16771 defines it.
16772 * data/glr.c (yystos): New.
16773 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
16774 (YYDSYMPRINT): New.
16775 (yyval): Don't define it, it is handled via M4.
16776 (yyrecoverParseError): Free verbosely the discarded symbols.
16777 * data/yacc.c (yysymprint): Remove, rather...
16778 (b4_yysymprint_generate): invoke.
16779 * data/c.m4 (b4_yysymprint_generate): New.
16780 Accept pointers as arguments, as opposed to the version from
16781 yacc.c.
16782 (b4_yydestruct_generate): Likewise.
16783 * tests/cations.at (Printers and Destructors): Use Bison directives
16784 instead of CPP macros.
16785 Don't rely on internal details.
16786
16787 2002-11-12 Akim Demaille <akim@epita.fr>
16788
16789 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
16790 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
16791 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
16792 it against YYEMPTY and so forth), work on yytoken (i.e., set
16793 it to YYEMPTY etc.).
16794 (yydestruct): Replace with a b4_yydestruct_generate invocation.
16795 (b4_symbol_actions): Remove.
16796 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
16797 for 0, end-of-input.
16798
16799 2002-11-12 Akim Demaille <akim@epita.fr>
16800
16801 * doc/bison.texinfo (Destructor Decl): New.
16802
16803 2002-11-12 Akim Demaille <akim@epita.fr>
16804
16805 * src/tables.c (tables_generate): Use free for pointers that
16806 cannot be NULL, not XFREE.
16807 (pack_vector): Use assert, not fatal, for bound violations.
16808 * src/state.c (state_new): Likewise.
16809 * src/reader.c (reader): Likewise.
16810 * src/lalr.c (set_goto_map): Likewise.
16811 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
16812 the file name.
16813
16814 2002-11-12 Akim Demaille <akim@epita.fr>
16815
16816 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
16817 Restore.
16818 * src/scan-gram.l (last_string): Is global to the file, not to
16819 yylex.
16820 * src/parse-gram.y (input): Don't append the epilogue here,
16821 (epilogue.opt): do it here, and free the scanner's obstack.
16822 * src/reader.c (epilogue_set): Rename as...
16823 (epilogue_augment): this.
16824 * data/c.m4 (b4_epilogue): Defaults to empty.
16825
16826 2002-11-12 Akim Demaille <akim@epita.fr>
16827
16828 * src/getargs.c (long_options): Remove duplicates.
16829 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
16830 Remove.
16831 * doc/bison.rnh: Remove.
16832 * doc/bison.texinfo (VMS Invocation): Remove.
16833
16834 2002-11-12 Akim Demaille <akim@epita.fr>
16835
16836 * src/struniq.h, src/struniq.c (struniq_t): Is const.
16837 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
16838
16839 Use struniq for symbols.
16840
16841 * src/symtab.h (symbol_t): The tag member is a struniq.
16842 (symbol_type_set): Adjust.
16843 * src/symtab.c (symbol_new): Takes a struniq.
16844 (symbol_free): Don't free the tag member.
16845 (hash_compare_symbol_t, hash_symbol_t): Rename as...
16846 (hash_compare_symbol, hash_symbol): these.
16847 Use the fact that tags as struniqs.
16848 (symbol_get): Use struniq_new.
16849 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
16850 Returns a strniq.
16851 * src/reader.h (merger_list, grammar_currentmerge_set): The name
16852 and type members are struniqs.
16853 * src/reader.c (get_merge_function)
16854 (grammar_current_rule_merge_set): Adjust.
16855 (TYPE, current_type): Are struniq.
16856
16857 Use struniq for file names.
16858
16859 * src/files.h, src/files.c (infile): Split into...
16860 (grammar_file, current_file): these.
16861 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
16862 * src/reduce.c (reduce_print): Likewise.
16863 * src/getargs.c (getargs): Likewise.
16864 * src/complain.h, src/complain.c: Likewise.
16865 * src/main.c (main): Call struniqs_new early enough to use it for
16866 file names.
16867 Don't free the input file name.
16868
16869 2002-11-12 Akim Demaille <akim@epita.fr>
16870
16871 * src/symtab.c (symbol_free): Remove dead deactivated code:
16872 type_name are properly removed.
16873 Don't use XFREE to free items that cannot be NULL.
16874 * src/struniq.h, src/struniq.c: New.
16875 * src/main.c (main): Initialize/free struniqs.
16876 * src/parse-gram.y (%union): Add astruniq member.
16877 (yyprint): Adjust.
16878 * src/scan-gram.l (<{tag}>): Return a struniq.
16879 Free the obstack bit that used to store it.
16880 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
16881
16882 2002-11-11 Paul Eggert <eggert@twinsun.com>
16883
16884 Revamp to fix many (but not all) of the C- and M4-related quoting
16885 problems. Among other things, this fixes the Bison bug reported
16886 by Jan Hubicka when processing the Bash grammar; see:
16887 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
16888
16889 Use new @ escapes consistently. Represent brackets with @{ and @}
16890 rather than @<:@ and @:>@, since this works a bit better with dumb
16891 editors like vi. Represent @ with @@, since @ is now consistently
16892 an escape. Use @oline@ and @ofile@ rather than __oline__ and
16893 __ofile__, to avoid unexpected expansions. Similarly, use @output
16894 rather than #output.
16895
16896 * data/c.m4 (b4_copyright): Omit file name from comment, since
16897 the file name could contain "*/".
16898 (b4_synclines_flag): Don't quote the 2nd argument; it should already
16899 be quoted. All uses changed.
16900
16901 * data/glr.c: Use new @ escapes consistently.
16902 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
16903 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
16904 Remove, since they couldn't handle arbitrary characters in file
16905 names.
16906 * data/lalr1.cc: Likewise.
16907 * data/yacc.c: Likewise.
16908
16909 * src/files.c (output_infix): Remove; all uses removed.
16910 * src/files.h: Likewise.
16911
16912 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
16913 mishandled funny characters in file names, and anyway it isn't
16914 needed any more.
16915 * data/yacc.c: Likewise.
16916 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
16917
16918 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
16919 * data/yacc.c: Likewise.
16920
16921 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
16922 strings now.
16923 (muscle_init): Quote filename as a C string.
16924 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
16925 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
16926 * src/output.c (escaped_file_name_output): New function.
16927 (prepare_symbols): Quote tokens for M4.
16928 (prepare): Don't insert output_infix, output_prefix,
16929 output_parser_name, output_header_name; this is now down by scan-skel.
16930 Insert skeleton as a C string.
16931
16932 * src/output.c (user_actions_output, symbol_destructors_output,
16933 symbol_printers_output): Quote filenames for C and M4.
16934 * src/reader.c (prologue_augment, epilogue_set): Likewise.
16935
16936 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
16937 escapes other than \\ and \'; this simplifies the code.
16938 (<SC_STRING>): Likewise, for \\ and \".
16939 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
16940 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
16941 Use new escapes @{ and @} for [ and ].
16942
16943 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
16944 them with auto vars.
16945 Switch to new escape scheme, where @ is the escape character uniformly.
16946 Abort if a stray escape character is found. Avoid unbounded input
16947 buffer when parsing non-escaped text.
16948
16949 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
16950 __oline__, #output, $@, and @{ do not have unintended meanings.
16951
16952 2002-11-09 Paul Eggert <eggert@twinsun.com>
16953
16954 Fix the test failure due to GCC warnings described in
16955 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
16956 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
16957 evaluate to 0 if it's impossible for NINF to be in the respective
16958 table.
16959 (yygetLRActions, yyrecoverParseError): Use them.
16960
16961 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
16962 counted in the token inserted at end of file. Now takes
16963 location_t *, not location_t, so that the location can be
16964 adjusted. All uses changed.
16965
16966 * tests/regression.at (Invalid inputs): Adjust wording in
16967 diagnostic to match the new behavior.
16968
16969 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
16970 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
16971 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
16972 abort ();'. This reduces the runtime of the "Many lookaheads"
16973 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
16974 GCC 3.2.
16975
16976 2002-11-07 Paul Eggert <eggert@twinsun.com>
16977
16978 * src/parse-gram.y (CHARACTER): Remove unused token.
16979 All uses removed.
16980
16981 * src/scan-gram.l: Remove stack option. We no longer use the
16982 stack, since the stack was never deeper than 1; instead, use the
16983 new auto var c_context to record the stacked value.
16984
16985 Remove nounput option. At an unexpected end of file, we now unput
16986 the minimal input necessary to end cleanly; this simplifies the
16987 code.
16988
16989 Avoid unbounded token sizes where this is easy.
16990
16991 (unexpected_end_of_file): New function.
16992 Use it to systematize the error message on unexpected EOF.
16993 (last-string): Now auto, not static.
16994 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
16995 (scanner_last_string_free): Remove; not used.
16996 (percent_percent_count): Move decl to just before use.
16997 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
16998 not the (never otherwised-used) CHARACTER.
16999
17000 2002-11-07 Akim Demaille <akim@epita.fr>
17001
17002 Let yyerror always receive the msg as last argument, so that
17003 yyerror can be variadic.
17004
17005 * data/yacc.c (b4_yyerror_args): New.
17006 Use it when calling yyerror.
17007 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
17008 Use it when calling yyerror.
17009 * doc/bison.texinfo (Error Reporting): Adjust.
17010 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
17011 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
17012
17013 2002-11-06 Akim Demaille <akim@epita.fr>
17014
17015 #line should have quoted strings.
17016 Ideally, this should be done by m4_quotearg.
17017
17018 * src/scan-skel.l: Include quotearg.h.
17019 Quote __ofile__.
17020 * src/output.c (symbol_printers_output)
17021 (symbol_destructors_output): Quote the file name.
17022
17023 2002-11-06 Akim Demaille <akim@epita.fr>
17024
17025 * tests/regression.at (Invalid inputs): Adjust to the recent
17026 messages.
17027
17028 2002-11-06 Akim Demaille <akim@epita.fr>
17029
17030 Restore --no-lines.
17031 Reported by Jim Kent.
17032
17033 * data/c.m4 (b4_syncline): New.
17034 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
17035 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
17036 * src/output.c (user_actions_output): Likewise.
17037 (prepare): Define 'b4_synclines_flag'.
17038 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
17039
17040 2002-11-06 Akim Demaille <akim@epita.fr>
17041
17042 * src/main.c (main): Free `infile'.
17043 * src/scan-gram.l (handle_syncline): New.
17044 Recognize `#line'.
17045 * src/output.c (user_actions_output, symbol_destructors_output)
17046 (symbol_printers_output): Use the location's file name, not
17047 infile.
17048 * src/reader.c (prologue_augment, epilogue_set): Likewise.
17049
17050 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17051
17052 * src/tables.c (matching_state): Don't allow states to match if
17053 either has GLR conflict entries.
17054
17055 2002-11-05 Paul Eggert <eggert@twinsun.com>
17056
17057 * src/scan-gram.l: Use more accurate diagnostics, e.g.
17058 "integer out of range" rather than "invalid value".
17059 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
17060 accordingly.
17061
17062 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
17063 Also, remove one static variable in the scanner.
17064
17065 * src/scan-gram.l (braces_level): Now auto, not static.
17066 Initialize to zero if the compiler is being picky.
17067 (INITIAL): Clear braces_level instead of incrementing it.
17068 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
17069 as POSIX 1003.1-2001 requires.
17070 * src/system.h (IF_LINT): New macro, taken from coreutils.
17071 * configure.ac: Define "lint" if --enable-gcc-warnings.
17072
17073 2002-11-05 Akim Demaille <akim@epita.fr>
17074
17075 * src/scan-gram.l: When it starts with `%', complain about the
17076 whole directive, not just that `invalid character: %'.
17077
17078 2002-11-04 Akim Demaille <akim@epita.fr>
17079
17080 * Makefile.maint: Update from Autoconf.
17081 (update, cvs-update, po-update, do-po-update): New.
17082
17083 2002-11-04 Akim Demaille <akim@epita.fr>
17084
17085 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
17086 and yyerror.
17087 Have yyerror `use' its arguments.
17088 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
17089 returns true when location & yacc & pure & parse-param.
17090 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
17091
17092 2002-11-04 Akim Demaille <akim@epita.fr>
17093
17094 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
17095 clashes.
17096 * src/scan-gram.l: Use [\'] instead of ['] to pacify
17097 font-lock-mode.
17098 Use complain_at.
17099 Use quote, not quote_n since LOCATION_PRINT no longer uses the
17100 slot 0.
17101
17102 2002-11-03 Paul Eggert <eggert@twinsun.com>
17103
17104 * src/reader.c (get_merge_function, grammar_current_rule_check):
17105 Use consistent diagnostics for reporting type name clashes.
17106 Quote the types with <>, for consistency with Yacc.
17107 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
17108
17109 2002-11-03 Akim Demaille <akim@epita.fr>
17110
17111 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
17112 New.
17113 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
17114 (b4_parse_param): Remove.
17115 Use b4_identification.
17116 Propagate b4_pure_args where needed to pass them to yyerror.
17117 * data/glr.m4 (b4_parse_param): Remove.
17118 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
17119 (b4_lpure_formals): New.
17120 Use b4_identification.
17121 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
17122 b4_user_formals and b4_user_args.
17123 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
17124 (yyreportAmbiguity): When using a pure parser, also need
17125 the location, and the parse-params.
17126 Adjust callers.
17127 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
17128 When using a pure parser, also need the parse-params.
17129 Adjust callers.
17130 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
17131 (%pure-parser + %parse-param) LALR and GLR parsers.
17132 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
17133 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
17134 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
17135 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
17136 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
17137 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
17138 * doc/bison.texinfo: Untabify the whole file.
17139 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
17140 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
17141 (Error Reporting): Adjust to these new directives.
17142 Document %error-verbose, deprecate YYERROR_VERBOSE.
17143
17144 2002-11-03 Akim Demaille <akim@epita.fr>
17145
17146 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
17147 AT_CHECK_CALC_GLR invocations to use % directives, instead of
17148 command line options.
17149 * tests/cxx-type.at: Formatting changes.
17150
17151 2002-11-03 Paul Eggert <eggert@twinsun.com>
17152
17153 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
17154 to count columns correctly, and to check for invalid inputs.
17155
17156 Use mbsnwidth to count columns correctly. Account for tabs, too.
17157 Include mbswidth.h.
17158 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
17159 (extend_location): New function.
17160 (YY_LINES): Remove.
17161
17162 Handle CRLF in C code rather than in Lex code.
17163 (YY_INPUT): New macro.
17164 (no_cr_read): New function.
17165
17166 Scan UCNs, even though we don't fully handle them yet.
17167 (convert_ucn_to_byte): New function.
17168
17169 Handle backslash-newline correctly in C code.
17170 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
17171 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
17172 all uses changed.
17173 (tag, splice): New EREs. Do not allow NUL or newline in tags.
17174 Use {splice} wherever C allows backslash-newline.
17175 YY_STEP after space, newline, vertical-tab.
17176 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
17177
17178 (letter, id): Don't assume ASCII; e.g., spell out a-z.
17179
17180 ({int}, handle_action_dollar, handle_action_at): Check for integer
17181 overflow.
17182
17183 (YY_STEP): Omit trailing semicolon, so that it's more like C.
17184
17185 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
17186 as well as \000. Check for UCHAR_MAX, not 255.
17187 Allow \x with an arbitrary positive number of digits, as in C.
17188 Check for overflow here.
17189 Allow \? and UCNs, for compatibility with C.
17190
17191 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
17192 with quote slot used by complain_at.
17193
17194 * tests/input.at: Add tests for backslash-newline, m4 quotes
17195 in symbols, long literals, and funny escapes in strings.
17196
17197 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
17198 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
17199 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
17200 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
17201 * m4/mbswidth.m4: New file, from GNU coreutils.
17202
17203 * doc/bison.texinfo (Grammar Outline): Document // comments.
17204 (Symbols): Document that trigraphs have no special meaning in Bison,
17205 nor is backslash-newline allowed.
17206 (Actions): Document that trigraphs have no special meaning.
17207
17208 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
17209 no longer used.
17210
17211 2002-11-02 Paul Eggert <eggert@twinsun.com>
17212
17213 * src/reader.c: Don't include quote.h; not needed.
17214 (get_merge_function): Reword warning to be consistent with
17215 type clash diagnostic in grammar_current_rule_check.
17216
17217 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
17218 bug in trigraph handling.
17219
17220 * src/output.c (prepare_symbols): When printing token names,
17221 escape "[" as "@<:@" and likewise for "]".
17222
17223 * src/system.h (errno): Remove declaration, as we are now
17224 assuming C89 or better, and C89 guarantees errno.
17225
17226 2002-10-30 Paul Eggert <eggert@twinsun.com>
17227
17228 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
17229 Check for close failures.
17230 * src/files.h (xfclose): Return void, not int, since it always
17231 returned zero.
17232 * src/files.c (xfclose): Likewise. Report I/O error if ferror
17233 indicates one.
17234 * src/output.c (output_skeleton): Use xfclose rather than fclose
17235 and ferror. xfclose now checks ferror.
17236
17237 * data/glr.c (YYLEFTMOST_STATE): Remove.
17238 (yyreportTree): Use a stack-based leftmost state. This avoids
17239 our continuing battles with bogus warnings about initializers.
17240
17241 2002-10-30 Akim Demaille <akim@epita.fr>
17242
17243 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
17244 #if.
17245
17246 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17247
17248 * tests/glr-regr1.at: New test for reported regressions.
17249 * tests/testsuite.at: Add glr-regr1.at test.
17250 * tests/Makefile.am: Add glr-regr1.at test.
17251
17252 2002-10-24 Paul Eggert <eggert@twinsun.com>
17253
17254 Version 1.75a.
17255
17256 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
17257 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
17258 we use malloc. Don't assume 'A' through 'Z' are contiguous.
17259 Don't assume strdup exists; POSIX says its an XSI extension.
17260 Check for buffer overflow on input.
17261
17262 2002-10-24 Akim Demaille <akim@epita.fr>
17263
17264 * src/output.c (output_skeleton): Don't disable M4sugar comments
17265 too soon: it results in comments being expanded.
17266 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
17267 first output.
17268
17269 2002-10-24 Akim Demaille <akim@epita.fr>
17270
17271 * data/yacc.c (m4_int_type): New.
17272 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
17273 char' as only yacc.c wants K&R portability.
17274 * data/glr.c (yysigned_char): Remove.
17275 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
17276 Reported by Quoc Peyrot.
17277
17278 2002-10-23 Paul Eggert <eggert@twinsun.com>
17279
17280 * src/main.c (main): With --trace=time, report times even if a
17281 non-fatal error occurs. Formerly, the times were reported in some
17282 such cases but not in others.
17283 * src/reader.c (reader): Just return if a complaint has been issued,
17284 instead of exiting, so that 'main' can report times.
17285
17286 2002-10-22 Akim Demaille <akim@epita.fr>
17287
17288 * src/system.h: Include sys/types.
17289 Reported by Bert Deknuydt.
17290
17291 2002-10-23 Paul Eggert <eggert@twinsun.com>
17292
17293 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
17294 Suggested by Art Haas.
17295
17296 2002-10-22 Paul Eggert <eggert@twinsun.com>
17297
17298 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
17299 decl; not needed any more.
17300 * src/main.c (main): Use return to exit, undoing yesterday's change.
17301 The last OS that we could find where this wouldn't work is
17302 SunOS 3.5, and that's too old to worry about now.
17303
17304 * data/glr.c (struct yyltype): Define members even when not
17305 doing locations. This is more consistent with yacc.c, and it
17306 works around the following bug reports:
17307 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
17308 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
17309
17310 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
17311 @acronym consistently. Standardize on "Yacc" instead of "YACC",
17312 "Algol" instead of "ALGOL". Give a bit more history about BNF.
17313
17314 2002-10-22 Akim Demaille <akim@epita.fr>
17315
17316 * data/README: New.
17317
17318 2002-10-21 Paul Eggert <eggert@twinsun.com>
17319
17320 Be consistent about 'bool'; the old code used an enum in one
17321 module and an int in another, and this violates the C standard.
17322 * m4/stdbool.m4: New file, from coreutils 4.5.3.
17323 * configure.ac (AC_HEADER_STDBOOL): Add.
17324 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
17325 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
17326 * src/symtab.c (hash_compare_symbol_t): Likewise.
17327 * src/system.h (bool, false, true): Use a definition consistent
17328 with ../lib/hash.c. All uses changed.
17329
17330 * src/complain.c (warning_issued): Renamed from warn_message_count,
17331 so that we needn't worry about integer overflow (!).
17332 Now of type bool. All uses changed.
17333 (complaint_issued): Renamed from complain_message_count; likewise.
17334
17335 * src/main.c (main): Use exit to exit with failure.
17336
17337 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
17338 rather than 1 and 0.
17339 * src/main.c (main): Likewise.
17340 * src/getargs.c (getargs): Likewise.
17341 * src/reader.c (reader): Likewise.
17342
17343 * src/getarg.c (getargs): Remove duplicate code for
17344 "Try `bison --help'".
17345
17346 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
17347 What was that "2" for?
17348
17349 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
17350 * src/getargs.c (usage): Likewise.
17351
17352 * src/getargs.c (getargs): When there are too few operands, report
17353 the last one. When there are too many, report the first extra
17354 one. This is how diffutils does it.
17355
17356 2002-10-20 Paul Eggert <eggert@twinsun.com>
17357
17358 Remove K&R vestiges.
17359 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
17360 * src/complain.c (VA_START): Remove. Assume prototypes.
17361 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
17362 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
17363 fatal): Assume prototypes.
17364 * src/complain.h: Assume prototypes.
17365 * src/system.h (PARAMS): Remove.
17366 Include <limits.h> unconditionally, since it's guaranteeed even
17367 for a freestanding C89 compiler.
17368 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
17369 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
17370
17371 2002-10-20 Akim Demaille <akim@epita.fr>
17372
17373 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
17374 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
17375 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
17376 (yyresolveStates, yyresolveAction, yyresolveStack)
17377 (yyprocessOneStack): Use them.
17378 (yy_reduce_print): New.
17379 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
17380
17381 2002-10-20 Akim Demaille <akim@epita.fr>
17382
17383 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
17384 arguments and output `void'.
17385 (b4_c_function): Rename as...
17386 (b4_c_function_def): this.
17387 (b4_c_function_decl, b4_c_ansi_function_def)
17388 (b4_c_ansi_function_decl): New.
17389 Change the interpretation of the arguments: before `int, foo', now
17390 `int foo, foo'.
17391 * data/yacc.c (yyparse): Prototype and define thanks to these.
17392 Adjust b4_c_function_def uses.
17393 * data/glr.c (yyparse): Likewise, but ANSI only.
17394
17395 2002-10-20 Akim Demaille <akim@epita.fr>
17396
17397 * src/output.c (prepare): Move the definition of `tokens_number',
17398 `nterms_number', `undef_token_number', `user_token_number_max'
17399 to...
17400 (prepare_tokens): Here.
17401 (prepare_tokens): Rename as...
17402 (prepare_symbols): this.
17403 (prepare): Move the definition of `rules_number' to...
17404 (prepare_rules): here.
17405 (prepare): Move the definition of `last', `final_state_number',
17406 `states_number' to...
17407 (prepare_states): here.
17408 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
17409
17410 2002-10-20 Akim Demaille <akim@epita.fr>
17411
17412 * src/tables.h, src/tables.c, src/output.c: Comment changes.
17413
17414 2002-10-20 Akim Demaille <akim@epita.fr>
17415
17416 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
17417 * data/c.m4: here.
17418
17419 2002-10-20 Akim Demaille <akim@epita.fr>
17420
17421 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
17422 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
17423 `pair'.
17424 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
17425 `name' to...
17426 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
17427 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
17428 These.
17429
17430 2002-10-19 Paul Eggert <eggert@twinsun.com>
17431
17432 Do not create a temporary file, as that involves security and
17433 cleanup headaches. Instead, use a pair of pipes.
17434 Derived from a suggestion by Florian Krohm.
17435 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
17436 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
17437 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
17438 (BISON_PREREQ_SUBPIPE): Add.
17439 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
17440 Add subpipe.h, subpipe.c.
17441 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
17442 * po/POTFILES.in: Add lib/subpipe.c.
17443 * src/output.c: Include "subpipe.h".
17444 (m4_invoke): Remove decl.
17445 (scan_skel): New decl.
17446 (output_skeleton): Use pipe rather than temporary file for m4 input.
17447 Check that m4sugar.m4 is readable, to avoid deadlock.
17448 Check for pipe I/O error.
17449 * src/scan-skel.l (readpipe): Remove decl.
17450 (scan_skel): New function, to be used in place of m4_invoke.
17451 Read from stream rather than file.
17452
17453 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
17454 float, as this generates a warning on Solaris 8 + GCC 3.2 with
17455 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
17456 this generates a more-accurate value anyway.
17457
17458 * lib/timevar.c (timervar_accumulate): Rename locals to
17459 avoid confusion with similarly-named more-global.
17460 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
17461
17462 * src/output.c (prepare): Use xstrdup to convert char const *
17463 to char *, to avoid GCC warning.
17464
17465 2002-10-19 Akim Demaille <akim@epita.fr>
17466
17467 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
17468 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
17469 Use them to have `calc.y' ready for %pure-parser.
17470 * data/yacc.c (YYLEX): Pass a yylex return type to
17471 b4_c_function_call.
17472
17473 2002-10-19 Akim Demaille <akim@epita.fr>
17474
17475 Prototype support of %lex-param and %parse-param.
17476
17477 * src/parse-gram.y: Add the definition of the %lex-param and
17478 %parse-param tokens, plus their rules.
17479 Drop the `_' version of %glr-parser.
17480 Add the "," token.
17481 * src/scan-gram.l (INITIAL): Scan them.
17482 * src/muscle_tab.c: Comment changes.
17483 (muscle_insert, muscle_find): Rename `pair' as `probe'.
17484 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
17485 (muscle_entry_s): The `value' member is no longer const.
17486 Adjust all dependencies.
17487 * src/muscle_tab.c (muscle_init): Adjust: use
17488 MUSCLE_INSERT_STRING.
17489 Initialize the obstack earlier.
17490 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
17491 (muscle_pair_list_grow): New.
17492 * data/c.m4 (b4_c_function_call, b4_c_args): New.
17493 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
17494 * tests/calc.at: Use %locations, not --locations.
17495 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
17496
17497 2002-10-19 Akim Demaille <akim@epita.fr>
17498
17499 * src/getargs.c (usage): Take status as argument and exit
17500 accordingly.
17501 Report the traditional `Try ... --help' message when status != 0.
17502 (usage, version): Don't take a FILE * as arg, it is pointless.
17503 (getargs): When there is an incorrect number of arguments, make it
17504 an error, and report it GNUlically thanks to `usage ()'.
17505
17506 2002-10-18 Paul Eggert <eggert@twinsun.com>
17507
17508 * data/glr.c (yyreportParseError): Don't assume that sprintf
17509 yields the length of the printed string, as this is not true
17510 on SunOS 4.1.4. Reported by Peter Klein.
17511
17512 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
17513 * tests/conflicts.at (%nonassoc and eof): Likewise.
17514 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
17515
17516 2002-10-17 Akim Demaille <akim@epita.fr>
17517
17518 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
17519 * src/getargs.c (trace_types, trace_args): Adjust.
17520 * src/reader.c (grammar_current_rule_prec_set)
17521 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
17522 Standardize error messages.
17523 And s/@prec/%prec/!
17524 (reader): Use trace_flag to enable scanner/parser debugging,
17525 instead of an adhoc scheme.
17526 * src/scan-gram.l: Remove trailing debugging code.
17527
17528 2002-10-16 Paul Eggert <eggert@twinsun.com>
17529
17530 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
17531 MUSCLE_TAB_H.
17532
17533 * NEWS: Officially drop support for building Bison with K&R C,
17534 since it didn't work anyway and it's not worth worrying about.
17535 * Makefile.maint (wget_files): Remove ansi2knr.c.
17536 (ansi2knr.c-url_prefix): Remove.
17537 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
17538 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
17539 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
17540
17541 2002-10-15 Paul Eggert <eggert@twinsun.com>
17542
17543 Stop using the "enum_" trick for K&R-style function definitions;
17544 it confused me, and I was the author! Instead, assume that people
17545 who want to use K&R C compilers (when using these modules in GCC,
17546 perhaps?) will run ansi2knr.
17547
17548 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
17549 All uses of "enum_" changed to "enum ".
17550 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
17551 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
17552
17553 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
17554 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
17555 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
17556 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
17557 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
17558 abitset_not, abitset_ones, abitset_or, abitset_or_and,
17559 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
17560 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
17561 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
17562 Use function prototypes; this removes the need for declaring
17563 static functions simply to provide their prototypes.
17564 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
17565 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
17566 bitset_count_, bitset_create, bitset_dump, bitset_first,
17567 bitset_free, bitset_init, bitset_last, bitset_next,
17568 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
17569 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
17570 bitset_print, bitset_release_memory, bitset_toggle_,
17571 bitset_type_choose, bitset_type_get, bitset_type_name_get,
17572 debug_bitset): Likewise.
17573 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
17574 * lib/bitset_stats.c (bitset_log_histogram_print,
17575 bitset_percent_histogram_print, bitset_stats_and,
17576 bitset_stats_and_cmp, bitset_stats_and_or,
17577 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
17578 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
17579 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
17580 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
17581 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
17582 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
17583 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
17584 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
17585 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
17586 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
17587 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
17588 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
17589 bitset_stats_zero): Likewise.
17590 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
17591 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
17592 bitsetv_dump, debug_bitsetv): Likewise.
17593 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
17594 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
17595 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
17596 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
17597 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
17598 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
17599 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
17600 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
17601 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
17602 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
17603 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
17604 Likewise.
17605 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
17606 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
17607 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
17608 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
17609 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
17610 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
17611 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
17612 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
17613 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
17614 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
17615 lbitset_xor_cmp, lbitset_zero): Likewise.
17616
17617 2002-10-14 Akim Demaille <akim@epita.fr>
17618
17619 Version 1.75.
17620
17621 2002-10-14 Akim Demaille <akim@epita.fr>
17622
17623 * tests/Makefile.am (maintainer-check-posix): New.
17624
17625 2002-10-14 Akim Demaille <akim@epita.fr>
17626
17627 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
17628 member.
17629
17630 2002-10-14 Akim Demaille <akim@epita.fr>
17631
17632 * src/tables.c (table_ninf_remap): base -> tab.
17633 Reported by Matt Rosing.
17634
17635 2002-10-14 Paul Eggert <eggert@twinsun.com>
17636
17637 * tests/action.at, tests/calc.at, tests/conflicts.at,
17638 tests/cxx-type.at, tests/headers.at, tests/input.at,
17639 tests/regression.at, tests/synclines.at, tests/torture.at:
17640 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
17641 so that the tests still work even if POSIXLY_CORRECT is set.
17642 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
17643
17644 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
17645 for portability to K&R hosts. Fix typo: signed char is guaranteed
17646 only to 127, not to 128.
17647 * data/glr.c (yysigned_char): New type.
17648 * data/yacc.c (yysigned_char): Likewise.
17649 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
17650
17651 2002-10-13 Paul Eggert <eggert@twinsun.com>
17652
17653 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
17654 true due to limited range of data type" warning from GCC.
17655
17656 * data/c.m4 (b4_token_defines): Protect against double-inclusion
17657 by wrapping enum yytokentype's definition inside #ifndef
17658 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
17659
17660 2002-10-13 Akim Demaille <akim@epita.fr>
17661
17662 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
17663 Un yy- yyrhs to avoid the name clash with the global YYRHS.
17664
17665 2002-10-13 Akim Demaille <akim@epita.fr>
17666
17667 * Makefile.maint: Update from Autoconf 2.54.
17668 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
17669
17670 2002-10-13 Akim Demaille <akim@epita.fr>
17671
17672 * src/print.c (print_state): Separate the list of solved conflicts
17673 from the other items.
17674 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
17675
17676 2002-10-13 Akim Demaille <akim@epita.fr>
17677
17678 Let nondeterministic skeletons be usable with deterministic
17679 tables.
17680
17681 With the patch, GAWK compiled by GCC without -O2 passes its test
17682 suite using a GLR parser driven by LALR tables. It fails with -O2
17683 because `struct stat' gives two different answers on my machine:
17684 88 (definition of an auto var) and later 96 (memset on this var).
17685 Hence the stack is badly corrumpted. The headers inclusion is to
17686 blame: if I move the awk.h inclusion before GLR's system header
17687 inclusion, the two struct stat have the same size.
17688
17689 * src/tables.c (pack_table): Always create conflict_table.
17690 (token_actions): Always create conflict_list.
17691 * data/glr.c (YYFLAG): Remove, unused.
17692
17693 2002-10-13 Akim Demaille <akim@epita.fr>
17694
17695 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
17696 (O0FLAGS): New.
17697 (VALGRIND, GXX): New.
17698 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
17699 * tests/bison.in: Run $PREBISON a pre-command.
17700 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
17701 (maintainer-check-g++): New.
17702 * Makefile.am (maintainer-check): New.
17703
17704 2002-10-13 Akim Demaille <akim@epita.fr>
17705
17706 * data/glr.c: Formatting changes.
17707 Tweak some trace messages to match yacc.c's.
17708
17709 2002-10-13 Akim Demaille <akim@epita.fr>
17710
17711 GLR parsers sometimes raise parse errors instead of performing the
17712 default reduction.
17713 Reported by Charles-Henry de Boysson.
17714
17715 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
17716 check the length of the traces when %glr.
17717 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
17718 GLR's traces.
17719 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
17720 Test GLR parsers.
17721 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
17722 (yyltype): Remove the yy prefix from the member names.
17723 (yytable): Complete its comment.
17724 (yygetLRActions): Map error action number from YYTABLE from
17725 YYTABLE_NINF to 0.
17726 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
17727 (which was a bug: it should have been YYTABEL_NINF, and yet it was
17728 not satisfying as we could compare an YYACTION computed from
17729 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
17730 only value for error actions.
17731 (yyreportParseError): In verbose parse error messages, don't issue
17732 `error' in the list of expected tokens.
17733 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
17734 next action to perform to match glr.c's decoding.
17735 (yytable): Complete its comment.
17736
17737 2002-10-13 Paul Eggert <eggert@twinsun.com>
17738
17739 Fix problem reported by Henrik Grubbstroem in
17740 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
17741 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
17742 because the Bison parser reads the second action before reducing
17743 the first one.
17744 * src/scan-gram.l (rule_length): New static var.
17745 Use it to keep track of the rule length in the scanner, since
17746 we can't expect the parser to be in lock-step sync with the scanner.
17747 (handle_action_dollar, handle_action_at): Use this var.
17748 * tests/actions.at (Exotic Dollars): Test for the problem.
17749
17750 2002-10-12 Paul Eggert <eggert@twinsun.com>
17751
17752 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
17753 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
17754 Include <sys/time.h> when checking for clock_t and struct tms.
17755 Use same include order as source.
17756 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
17757 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
17758
17759 * lib/timevar.c: Update copyright date and clarify comments.
17760 (get_time) [IN_GCC]: Keep the GCC version for reference.
17761
17762 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
17763 GCC version as of today, then merge Bison's changes.
17764 Change "GCC" to "Bison" in copyright notice. timevar.def's
17765 author is Akim, so change that too.
17766
17767 * src/reader.c (grammar_current_rule_check):
17768 Don't worry about the default action if $$ is untyped.
17769 Prevents bogus warnings reported by Jim Gifford in
17770 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
17771
17772 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
17773 * data/glr.c, data/lalr1.cc, data/yacc.c:
17774 Output token definitions before the first part of user declarations.
17775 Fixes compatibility problem reported by Jim Gifford for kbd in
17776 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
17777
17778 2002-10-11 Paul Eggert <eggert@twinsun.com>
17779
17780 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
17781 (yyparse): here. This undoes some of the 2002-07-25 change.
17782 Compatibility problem reported by Ralf S. Engelschall with
17783 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
17784
17785 2002-10-11 Akim Demaille <akim@epita.fr>
17786
17787 * tests/regression.at Characters Escapes): New.
17788 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
17789 characters.
17790 Reported by Jan Nieuwenhuizen.
17791
17792 2002-10-11 Akim Demaille <akim@epita.fr>
17793
17794 * po/id.po: New.
17795
17796 2002-10-10 Paul Eggert <eggert@twinsun.com>
17797
17798 Portability fixes for bitsets; this also avoids several GCC
17799 warnings.
17800
17801 * lib/abitset.c: Include <stddef.h>, for offsetof.
17802 * lib/lbitset.c: Likewise.
17803
17804 * lib/abitset.c (abitset_bytes): Return a size that is aligned
17805 properly for vectors of objects. Do not assume that adding a
17806 header size to a multiple of a word size yields a value that is
17807 properly aligned for the whole union.
17808 * lib/bitsetv.c (bitsetv_alloc): Likewise.
17809
17810 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
17811 unique names for structures.
17812 * lib/ebitset.c (ebitset_bytes): Likewise.
17813 * lib/lbitset.c (lbitset_bytes): Likewise.
17814
17815 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
17816 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
17817 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
17818 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
17819 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
17820 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
17821 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
17822 to improve the type-checking that GCC can do.
17823 * lib/bitset.c (bitset_op4_cmp): Likewise.
17824 * lib/bitset_stats.c (bitset_stats_count,
17825 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
17826 bitset_stats_copy, bitset_stats_disjoint_p,
17827 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
17828 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
17829 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
17830 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
17831 bitset_stats_and_or_cmp, bitset_stats_andn_or,
17832 bitset_stats_andn_or_cmp, bitset_stats_or_and,
17833 bitset_stats_or_and_cmp): Likewise.
17834 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
17835 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
17836 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
17837 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
17838
17839 * lib/abitset.h: Include bitset.h, not bbitset.h.
17840 * lib/ebitset.h: Likewise.
17841 * lib/lbitset.h: Likewise.
17842
17843 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
17844 All instances of parameters of type enum bitset_opts are now of
17845 type enum_bitset_opts, to conform to the C Standard, and similarly
17846 for enum_bitset_type.
17847 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
17848 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
17849
17850 Do not use "struct bitset_struct" to mean different things in
17851 different modules. Not only is this confusing, it violates
17852 the C Standard, which requires that structure types in different
17853 modules must be compatible if one is to be passed to the other.
17854 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
17855 All instances of "struct bitset_struct *" replaced with "bitset".
17856 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
17857 (union bitset_union, struct abitset_struct, struct ebitset_struct,
17858 struct lbitset_struct, struct bitset_stats_struct): New types.
17859 All uses of struct bitset_struct changed to union bitset_union,
17860 etc.
17861 * lib/abitset.c (struct abitset_struct, abitset,
17862 struct bitset_struct): Remove.
17863 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
17864 struct bitset_struct): Remove.
17865 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
17866 bitset_struct): Remove.
17867 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
17868 Likewise.
17869
17870 Do not call a function of type T using a call that assumes the
17871 function is of a different type U. Standard C requires that a
17872 function must be called with a type that is compatible with its
17873 definition.
17874 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
17875 New decls.
17876 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
17877 New functions.
17878 * lib/ebitset.c (PFV): Remove.
17879 * lib/lbitset.c (PFV): Likewise.
17880 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
17881 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
17882 decls.
17883 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
17884 (ebitset_vtable): Use them.
17885 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
17886 lbitset_xor): New functions.
17887 (lbitset_vtable): Use them.
17888
17889 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
17890 Declare.
17891
17892 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
17893 GCC warning.
17894 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
17895 Use offsetof, for simplicity.
17896
17897 2002-10-06 Paul Eggert <eggert@twinsun.com>
17898
17899 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
17900 the same width as int. This reapplies a hunk of the 2002-08-12 patch
17901 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
17902 which was inadvertently undone by the 2002-09-30 patch.
17903 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
17904 the same width as int.
17905
17906 2002-10-04 Paul Eggert <eggert@twinsun.com>
17907
17908 Version 1.50.
17909
17910 * configure.ac (AC_INIT), NEWS: Increment version number.
17911
17912 * doc/bison.texinfo: Minor spelling, grammar, and white space
17913 fixes.
17914 (Symbols): Mention that any negative value returned from yylex
17915 signifies end-of-input. Warn about negative chars. Mention
17916 the portable Standard C character set.
17917
17918 The GNU coding standard says CFLAGS and YFLAGS are reserved
17919 for the installer to set.
17920 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
17921 * src/Makefile.am (AM_CFLAGS): Likewise.
17922 (AM_YFLAGS): Renamed from YFLAGS.
17923
17924 Fix some MAX and MIN problems.
17925 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
17926 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
17927 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
17928 * src/reader.c (reader): Use it.
17929
17930 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
17931 POSIX 1003.1-2001 has removed fgrep.
17932
17933 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17934
17935 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
17936 interpreted as signed.
17937 * lib/ebitset.c (ebitset_list): Fix bug.
17938
17939 2002-10-01 Paul Eggert <eggert@twinsun.com>
17940
17941 More fixes for 64-bit hosts and large bitsets.
17942
17943 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
17944 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
17945 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
17946 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
17947 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
17948 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
17949 bitset_count_): Likewise.
17950 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
17951 bitset_first, bitset_last): Likewise.
17952 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
17953 bitset_stats_list_reverse, bitset_stats_size,
17954 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
17955 Likewise.
17956 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
17957 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
17958 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
17959 bitsetv_reflexive_transitive_closure): Likewise.
17960 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
17961 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
17962 Likewise.
17963 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
17964 Likewise.
17965
17966 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
17967 Use size_t, not unsigned int, to count bytes.
17968 * lib/abitset.h (abitset_bytes): Likewise.
17969 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
17970 Likewise.
17971 * lib/bitset.h (bitset_bytes): Likewise.
17972 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
17973 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
17974 * lib/bitsetv.c (bitsetv_alloc): Likewise.
17975 * lib/ebitset.c (ebitset_bytes): Likewise.
17976 * lib/ebitset.h (ebitset_bytes): Likewise.
17977 * lib/lbitset.c (lbitset_bytes): Likewise.
17978 * lib/lbitset.h (lbitset_bytes): Likewise.
17979
17980 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
17981 abitset_subset_p, abitset_disjoint_p, abitset_and,
17982 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
17983 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
17984 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
17985 abitset_or_and, abitset_or_and_cmp):
17986 Use bitset_windex instead of unsigned int.
17987 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
17988 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
17989 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
17990 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
17991 Likewise.
17992 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
17993
17994 * lib/bitset.c (bitset_print):
17995 Use proper printf formats for widths of integer types.
17996 * lib/bitset_stats.c (bitset_percent_histogram_print,
17997 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
17998 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
17999 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
18000 * lib/lbitset.c (lbitset_bytes): Likewise.
18001
18002 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
18003 BITSET_SIZE_MAX): New macros.
18004 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
18005 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
18006 to BITSET_WINDEX_MAX.
18007
18008 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
18009 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
18010 since we now return the bitset_bindex type (not int).
18011
18012 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
18013 when computing sizes.
18014 * lib/ebitset.c (ebitset_elts_grow): Likewise.
18015
18016 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
18017 and avoid cast to unsigned.
18018
18019 2002-09-30 Akim Demaille <akim@epita.fr>
18020
18021 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
18022 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
18023 Updates from Michael Hayes.
18024
18025 2002-09-30 Art Haas <ahaas@neosoft.com>
18026
18027 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
18028 invocations.
18029 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
18030 defined.
18031
18032 2002-09-27 Akim Demaille <akim@epita.fr>
18033
18034 Version 1.49c.
18035
18036 2002-09-27 Akim Demaille <akim@epita.fr>
18037
18038 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
18039 (Because of AC_LIBSOURCE).
18040
18041 2002-09-27 Akim Demaille <akim@epita.fr>
18042
18043 Playing with Autoscan.
18044
18045 * configure.ac: Remove the old LIBOBJ tweaks.
18046 (AC_REPLACE_FUNCS): Add strrchr and strtol.
18047 * lib/strrchr.c: New.
18048 * lib/strtol.c: New, from the Coreutils 4.5.1.
18049
18050 2002-09-27 Akim Demaille <akim@epita.fr>
18051
18052 Playing with Autoscan.
18053
18054 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
18055 * lib/Makefile.am (libbison_a_SOURCES): No longer include
18056 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
18057 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
18058 Coreutils 4.5.1.
18059
18060 2002-09-24 Akim Demaille <akim@epita.fr>
18061
18062 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
18063 (Frequently Asked Questions, Parser Stack Overflow): New.
18064
18065 2002-09-13 Akim Demaille <akim@epita.fr>
18066
18067 Playing with autoscan.
18068
18069 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
18070 * src/files.c (skeleton_find): Remove, unused.
18071 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
18072 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
18073
18074 2002-09-13 Akim Demaille <akim@epita.fr>
18075
18076 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
18077 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
18078
18079 2002-09-13 Akim Demaille <akim@epita.fr>
18080
18081 * configure.ac: Require 2.54.
18082 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
18083 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
18084 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
18085 Remove, provided by Autoconf macros.
18086
18087 2002-09-12 Akim Demaille <akim@epita.fr>
18088
18089 * m4/prereq.m4: Update, from Coreutils 4.5.1.
18090
18091 2002-09-12 Akim Demaille <akim@epita.fr>
18092
18093 * m4/prereq.m4: Update, from Fileutils 4.1.5.
18094 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
18095 Reported by Martin Mokrejs.
18096
18097 2002-09-10 Akim Demaille <akim@epita.fr>
18098
18099 * src/parse-gram.y: Associate a human readable string to each
18100 token type.
18101 * tests/regression.at (Invalid inputs): Adjust.
18102
18103 2002-09-10 Gary V. Vaughan <gary@gnu.org>
18104
18105 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
18106 with an Autoconf-2.5x style configure.ac.
18107
18108 2002-09-06 Paul Eggert <eggert@twinsun.com>
18109
18110 * doc/bison.texinfo (Conditions): Make explicit that the GPL
18111 exception applies only to yacc.c. This is a modification of a
18112 patch originally suggested by Akim Demaille.
18113
18114 2002-09-06 Akim Demaille <akim@epita.fr>
18115
18116 * data/c.m4 (b4_copyright): Move the GPL exception comment from
18117 here to...
18118 * data/yacc.c: here.
18119
18120 * data/lalr1.cc (struct yyltype): Don't define it, since we use
18121 LocationType.
18122 (b4_ltype): Default to yy::Location from location.hh.
18123
18124 2002-09-04 Jim Meyering <jim@meyering.net>
18125
18126 * data/yacc.c: Guard the declaration of yytoknum also with
18127 `#ifdef YYPRINT', so it is declared only when used.
18128
18129 2002-09-04 Akim Demaille <akim@epita.fr>
18130
18131 * configure.in: Rename as...
18132 * configure.ac: this.
18133 Bump to 1.49c.
18134
18135 2002-09-04 Akim Demaille <akim@epita.fr>
18136
18137 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
18138 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
18139 translate maintainer only messages.
18140
18141 2002-08-12 Paul Eggert <eggert@twinsun.com>
18142
18143 Version 1.49b.
18144
18145 * Makefile.am (SUBDIRS): Remove intl.
18146 (DISTCLEANFILES): Remove.
18147 * NEWS: Mention that GNU M4 is now required. Clarify what is
18148 meant by "larger grammars". Mention the pt_BR translation.
18149 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
18150 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
18151 Bump version from 0.11.2 to 0.11.5.
18152 (BISON_PREREQ_STAGE): Remove.
18153 (AM_GNU_GETTEXT): Use external gettext.
18154 (AC_OUTPUT): Remove intl/Makefile.
18155
18156 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
18157
18158 * data/glr.c: Include string.h, for strlen.
18159 (yyreportParseError): Use size_t for yysize.
18160 (yy_yypstack): No longer nested inside yypstates, as nested
18161 functions are not portable. Do not assume size_t is the
18162 same width as int.
18163 (yypstates): Do not assume that ptrdiff_t is the same width
18164 as int, and similarly for yyposn and YYINDEX.
18165
18166 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
18167
18168 * lib/Makefile.am (INCLUDES): Do not include from the intl
18169 directory, which has been removed.
18170 * src/Makefile.am (INCLUDES): Likewise.
18171
18172 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
18173 (bitsets_sources, additional_bitsets_sources, timevars_sources):
18174 New vars.
18175
18176 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
18177 * tests/Makefile.am (EXTRA_DIST): Likewise.
18178
18179 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
18180 Do not assume that bitset_windex is the same width as unsigned.
18181
18182 * lib/abitset.c (abitset_unused_clear): Do not assume that
18183 bitset_word is the same width as int.
18184 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
18185 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
18186 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
18187 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
18188 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
18189
18190 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
18191 portability to one's complement hosts!).
18192 * lib/ebitset.c (ebitset_op1): Likewise.
18193 * lib/lbitset.c (lbitset_op1): Likewise.
18194
18195 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
18196 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
18197 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
18198 Sync with fileutils.
18199 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
18200 lib/gettext.h: Sync with diffutils.
18201
18202 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
18203 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
18204
18205 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
18206 PROTOTYPES to check for prototypes, and "defined __STDC__" to
18207 check for void *.
18208
18209 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
18210 size_t; the old version tried to do this but casted improperly.
18211 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
18212 (bitset_test): Now returns int, not unsigned long.
18213
18214 * lib/bitset_stats.c: Include "gettext.h".
18215 (_): New macro.
18216 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
18217 name locals "index", as it generates unnecessary warnings on some
18218 hosts that have an "index" function.
18219
18220 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
18221 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
18222 they need translation.
18223 * src/LR0.c (state_list_append, new_itemsets, get_state,
18224 append_states, generate_states): Likewise.
18225 * src/assoc.c (assoc_to_string): Likewise.
18226 * src/closure.c (print_closure, set_firsts, closure): Likewise.
18227 * src/gram.c (grammar_dump): Likewise.
18228 * src/injections.c (injections_compute): Likewise.
18229 * src/lalr.c (lookaheads_print): Likewise.
18230 * src/relation.c (relation_transpose): Likewise.
18231 * src/scan-gram.l: Likewise.
18232 * src/tables.c (table_grow, pack_vector): Likewise.
18233
18234 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
18235 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
18236 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
18237 * m4/mbstate_t.m4: Sync with fileutils.
18238 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
18239
18240 * po/LINGUAS: Add pt_BR.
18241 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
18242 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
18243 lib/timevar.c.
18244 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
18245 manual recommends.
18246 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
18247
18248 * src/complain.c (strerror_r): Remove decl; not needed.
18249 (strerror): Use same pattern as ../lib/error.c.
18250
18251 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
18252
18253 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
18254
18255 * src/main.c (main): Cast result of bindtextdomain and textdomain
18256 to void, to avoid a GCC warning when --disable-nls is in effect.
18257
18258 * src/scan-gram.l: Use strings rather than escapes when possible,
18259 to minimize the number of warnings from xgettext.
18260 (handle_action_dollar, handle_action_at): Don't use isdigit,
18261 as it mishandles negative chars and it may not work as expected
18262 outside the C locale.
18263
18264 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
18265 this is a GCC extension and is not portable to other compilers.
18266
18267 * src/system.h (alloca): Use same pattern as ../lib/error.c.
18268 Do not include <ctype.h>; no longer needed.
18269 Do not include <malloc.h>; no longer needed (and generates
18270 warnings on OpenBSD 3.0).
18271
18272 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
18273 it's not portable.
18274
18275 * tests/regression.at: Do not use 'cc -c input.c -o input';
18276 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
18277
18278 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
18279 exit status as failure, not just exit status 1. Sun C exits
18280 with status 2 sometimes.
18281
18282 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
18283 Use it for the two large tests.
18284
18285 2002-08-02 Akim Demaille <akim@epita.fr>
18286
18287 * src/conflicts.c (conflicts_output): Don't output rules never
18288 reduced here, since anyway that computation doesn't work.
18289 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
18290 (rule_useless_p, rule_never_reduced_p): New.
18291 (grammar_rules_partial_print): Use a filter instead of a range.
18292 Display the title only if needed.
18293 (grammar_rules_print): Adjust.
18294 (grammar_rules_never_reduced_report): New.
18295 * src/tables.c (action_row): Move the computation of rules never
18296 reduced to...
18297 (token_actions): here.
18298 * src/main.c (main): Make the parser before making the report, so
18299 that rules never reduced are computed.
18300 Call grammar_rules_never_reduced_report.
18301 * src/print.c (print_results): Report rules never reduced.
18302 * tests/conflicts.at, tests/reduce.at: Adjust.
18303
18304 2002-08-01 Akim Demaille <akim@epita.fr>
18305
18306 Instead of attaching lookaheads and duplicating the rules being
18307 reduced by a state, attach the lookaheads to the reductions.
18308
18309 * src/state.h (state_t): Remove the `lookaheads',
18310 `lookaheads_rule' member.
18311 (reductions_t): Add a `lookaheads' member.
18312 Use a regular array for the `rules'.
18313 * src/state.c (reductions_new): Initialize the lookaheads member
18314 to 0.
18315 (state_rule_lookaheads_print): Adjust.
18316 * src/state.h, src/state.c (state_reductions_find): New.
18317 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
18318 (count_rr_conflicts): Adjust.
18319 * src/lalr.c (LArule): Remove.
18320 (add_lookback_edge): Adjust.
18321 (state_lookaheads_count): New.
18322 (states_lookaheads_initialize): Merge into...
18323 (initialize_LA): this.
18324 (lalr_free): Adjust.
18325 * src/main.c (main): Don't free nullable and derives too early: it
18326 is used by --verbose.
18327 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
18328
18329 2002-08-01 Akim Demaille <akim@epita.fr>
18330
18331 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
18332 `rule_number_t**'.
18333 (set_derives, free_derives): Rename as...
18334 (derives_compute, derives_free): this.
18335 Adjust all dependencies.
18336 * src/nullable.c (set_nullable, free_nullable): Rename as...
18337 (nullable_compute, nullable_free): these.
18338 (rule_list_t): Store rule_t *, not rule_number_t.
18339 * src/state.c (state_rule_lookaheads_print): Directly compare rule
18340 pointers, instead of their numbers.
18341 * src/main.c (main): Call nullable_free, and derives_free earlier,
18342 as they were lo longer used.
18343
18344 2002-08-01 Akim Demaille <akim@epita.fr>
18345
18346 * lib/timevar.c (get_time): Include children time.
18347 * src/lalr.h (LA, LArule): Don't export them: used with the
18348 state_t.
18349 * src/lalr.c (LA, LArule): Static.
18350 * src/lalr.h, src/lalr.c (lalr_free): New.
18351 * src/main.c (main): Call it.
18352 * src/tables.c (pack_vector): Check whether loc is >= to the
18353 table_size, not >.
18354 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
18355 (tables_generate): do it, since that's also it which allocates
18356 them.
18357 Don't free LA and LArule, main does.
18358
18359 2002-07-31 Akim Demaille <akim@epita.fr>
18360
18361 Separate parser tables computation and output.
18362
18363 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
18364 (conflict_list, conflict_list_cnt, table, check, table_ninf)
18365 (yydefgoto, yydefact, high): Move to...
18366 * src/tables.h, src/tables.c: here.
18367 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
18368 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
18369 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
18370 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
18371 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
18372 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
18373 (action_row, save_row, token_actions, save_column, default_goto)
18374 (goto_actions, sort_actions, matching_state, pack_vector)
18375 (table_ninf_remap, pack_table, prepare_actions): Move to...
18376 * src/tables.c: here.
18377 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
18378 * src/output.c (token_actions, output_base, output_conflicts)
18379 (output_check): Merge into...
18380 (prepare_actions): this.
18381 (actions_output): Rename as...
18382 (user_actions_output): this.
18383 * src/main.c (main): Call tables_generate and tables_free.
18384
18385 2002-07-31 Akim Demaille <akim@epita.fr>
18386
18387 Steal GCC's --time-report support.
18388
18389 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
18390 stolen/adjusted from GCC.
18391 * m4/stage.m4: Remove time related checks.
18392 * m4/timevar.m4: New.
18393 * configure.in: Adjust.
18394 * src/system.h: Adjust to using timevar.h.
18395 * src/getargs.h, src/getargs.c: Support trace_time for
18396 --trace=time.
18397 * src/main.c (stage): Remove.
18398 (main): Replace `stage' invocations with timevar calls.
18399 * src/output.c: Insert pertinent timevar calls.
18400
18401 2002-07-31 Akim Demaille <akim@epita.fr>
18402
18403 Let --trace have arguments.
18404
18405 * src/getargs.h (enum trace_e): New.
18406 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
18407 (long_options, short_options): --trace/-T takes an optional
18408 argument.
18409 Change all the uses of trace_flag to reflect the new flags.
18410 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
18411
18412 Strengthen `stage' portability.
18413
18414 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
18415 * configure.in: Use it.
18416 Don't check for malloc.h and sys/times.h.
18417 * src/system.h: Include them when appropriate.
18418 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
18419 times and struct tms are available.
18420
18421 2002-07-30 Akim Demaille <akim@epita.fr>
18422
18423 In verbose parse error message, don't report `error' as an
18424 expected token.
18425 * tests/actions.at (Printers and Destructors): Adjust.
18426 * tests/calc.at (Calculator $1): Adjust.
18427 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
18428 error message, do not report the parser accepts the error token in
18429 that state.
18430
18431 2002-07-30 Akim Demaille <akim@epita.fr>
18432
18433 Normalize conflict related messages.
18434
18435 * src/complain.h, src/complain.c (warn, complain): New.
18436 * src/conflicts.c (conflicts_print): Use them.
18437 (conflict_report_yacc): New, extracted from...
18438 (conflicts_print): here.
18439 * tests/conflicts.at, tests/existing.at: Adjust.
18440
18441 2002-07-30 Akim Demaille <akim@epita.fr>
18442
18443 Report rules which are never reduced by the parser: those hidden
18444 by conflicts.
18445
18446 * src/LR0.c (save_reductions): Don't make the final state too
18447 different: save its reduction (accept) instead of having a state
18448 without any action (no shift or goto, no reduce).
18449 Note: the final state is now a ``regular'' state, i.e., the
18450 parsers now contain `reduce 0' as default reduction.
18451 Nevertheless, since they decide to `accept' when yystate =
18452 final_state, they still will not reduce rule 0.
18453 * src/print.c (print_actions, print_reduction): Adjust.
18454 * src/output.c (action_row): Track reduced rules.
18455 (token_actions): Report rules never reduced.
18456 * tests/conflicts.at, tests/regression.at: Adjust.
18457
18458 2002-07-30 Akim Demaille <akim@epita.fr>
18459
18460 `stage' was accidently included in a previous patch.
18461 Initiate its autoconfiscation.
18462
18463 * configure.in: Look for malloc.h and sys/times.h.
18464 * src/main.c (stage): Adjust.
18465 Report only when trace_flag.
18466
18467 2002-07-29 Akim Demaille <akim@epita.fr>
18468
18469 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
18470 state_number_t.
18471 (errs_t): symbol_t*, not symbol_number_t.
18472 (reductions_t): rule_t*, not rule_number_t.
18473 (FOR_EACH_SHIFT): New.
18474 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
18475 * src/print.c, src/print_graph.c: Adjust.
18476
18477 2002-07-29 Akim Demaille <akim@epita.fr>
18478
18479 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
18480
18481 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
18482 (endtoken, accept): these.
18483 * src/reader.c (reader): Set endtoken's default tag to "$end".
18484 Set undeftoken's tag to "$undefined" instead of "$undefined.".
18485 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
18486 Adjust.
18487
18488 2002-07-29 Akim Demaille <akim@epita.fr>
18489
18490 * src/reduce.c (reduce_grammar): When the language is empty,
18491 complain about the start symbol, not the axiom.
18492 Use its location.
18493 * tests/reduce.at (Empty Language): New.
18494
18495 2002-07-26 Akim Demaille <akim@epita.fr>
18496
18497 * src/reader.h, src/reader.c (gram_error): ... can't get
18498 yycontrol without making too strong assumptions on the parser
18499 itself.
18500 * src/output.c (prepare_tokens): Use the real 0th value of
18501 token_translations instead of `0'.
18502 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
18503 visible here.
18504 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
18505 for the time being: %locations ought to provide it to yyerror.
18506
18507 2002-07-25 Akim Demaille <akim@epita.fr>
18508
18509 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
18510 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
18511 * tests/regression.at (Web2c Actions): Adjust.
18512
18513 2002-07-25 Akim Demaille <akim@epita.fr>
18514
18515 Stop storing rules from 1 to nrules + 1.
18516
18517 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
18518 * src/nullable.c, src/output.c, src/print.c, src/reader.c
18519 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
18520 Iterate from 0 to nrules.
18521 Use rule_number_as_item_number and item_number_as_rule_number.
18522 Adjust to `derive' now containing possibly 0.
18523 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
18524 Handle the `- 1' part in rule numbers from/to item numbers.
18525 * src/conflicts.c (log_resolution): Fix the message which reversed
18526 shift and reduce.
18527 * src/output.c (action_row): Initialize default_rule to -1.
18528 (token_actions): Adjust.
18529 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
18530 expected output.
18531 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
18532
18533 2002-07-25 Akim Demaille <akim@epita.fr>
18534
18535 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
18536 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
18537 (b4_c_knr_arg_decl): New.
18538 * data/yacc.c: Use it to define yysymprint, yydestruct, and
18539 yyreport_parse_error.
18540
18541 2002-07-25 Akim Demaille <akim@epita.fr>
18542
18543 * data/yacc.c (yyreport_parse_error): New, extracted from...
18544 (yyparse): here.
18545 (yydestruct, yysymprint): Move above yyparse.
18546 Be K&R compliant.
18547
18548 2002-07-25 Akim Demaille <akim@epita.fr>
18549
18550 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
18551 replace...
18552 (b4_sint_type, b4_uint_type): these.
18553 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
18554 * tests/regression.at (Web2c Actions): Adjust.
18555
18556 2002-07-25 Akim Demaille <akim@epita.fr>
18557
18558 * src/gram.h (TIEM_NUMBER_MAX): New.
18559 (item_number_of_rule_number, rule_number_of_item_number): Rename
18560 as...
18561 (rule_number_as_item_number, item_number_as_rule_number): these.
18562 Adjust dependencies.
18563 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
18564 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
18565 (symbol_number_to_vector_number): New.
18566 (order): Of vector_number_t* type.
18567 (base_t, BASE_MAX, BASE_MIN): New.
18568 (froms, tos, width, pos, check): Of base_t type.
18569 (action_number_t, ACTION_MIN, ACTION_MAX): New.
18570 (actrow): Of action_number_t type.
18571 (conflrow): Of unsigned int type.
18572 (table_ninf, base_ninf): New.
18573 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
18574 (muscle_insert_int_table, muscle_insert_base_table)
18575 (muscle_insert_rule_number_table): New.
18576 (prepare_tokens): Output `toknum' as int_table.
18577 (action_row): Returns a rule_number_t.
18578 Use ACTION_MIN, not SHRT_MIN.
18579 (token_actions): yydefact is rule_number_t*.
18580 (table_ninf_remap): New.
18581 (pack_table): Use it for `base' and `table'.
18582 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
18583 replaced with...
18584 (YYPACT_NINF, YYTABLE_NINF): these.
18585 (yypact, yytable): Compute their types instead of hard-coded
18586 `short'.
18587 * tests/regression.at (Web2c Actions): Adjust.
18588
18589 2002-07-19 Akim Demaille <akim@epita.fr>
18590
18591 * src/scan-gram.l (id): Can start with an underscore.
18592
18593 2002-07-16 Akim Demaille <akim@epita.fr>
18594
18595 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
18596 Adjust all former `associativity' dependencies.
18597 * src/symtab.c (symbol_new): Default associativity is `undef', not
18598 `right'.
18599 (symbol_check_alias_consistence): Adjust.
18600
18601 2002-07-09 Akim Demaille <akim@epita.fr>
18602
18603 * doc/bison.texinfo: Properly set the ``header'' part.
18604 Use @dircategory ``GNU programming tools'' as per Texinfo's
18605 documentation.
18606 Use @copying.
18607
18608 2002-07-09 Akim Demaille <akim@epita.fr>
18609
18610 * lib/quotearg.h: Protect against multiple inclusions.
18611 * src/location.h (location_t): Add a `file' member.
18612 (LOCATION_RESET, LOCATION_PRINT): Adjust.
18613 * src/complain.c (warn_at, complain_at, fatal_at): Drop
18614 `error_one_per_line' support.
18615
18616 2002-07-09 Akim Demaille <akim@epita.fr>
18617
18618 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
18619 * src/reader.c (lineno): Remove.
18620 Adjust all dependencies.
18621 (get_merge_function): Take a location and use complain_at.
18622 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
18623 * tests/regression.at (Invalid inputs, Mixing %token styles):
18624 Adjust.
18625
18626 2002-07-09 Akim Demaille <akim@epita.fr>
18627
18628 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
18629 recovery rule, and forbid extensions when --yacc.
18630 (gram_error): Use complain_at.
18631 * src/reader.c (reader): Exit if there were parse errors.
18632
18633 2002-07-09 Akim Demaille <akim@epita.fr>
18634
18635 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
18636 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
18637 Reported by R Blake <blakers@mac.com>.
18638
18639 2002-07-09 Akim Demaille <akim@epita.fr>
18640
18641 * data/yacc.c: Output the copyright notive in the header.
18642
18643 2002-07-03 Akim Demaille <akim@epita.fr>
18644
18645 * src/output.c (froms, tos): Are state_number_t.
18646 (save_column): sp, sp1, and sp2 are state_number_t.
18647 (prepare): Rename `final' as `final_state_number', `nnts' as
18648 `nterms_number', `nrules' as `rules_number', `nstates' as
18649 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
18650 unused.
18651 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
18652 * data/lalr1.cc (nsym_): Remove, unused.
18653
18654 2002-07-03 Akim Demaille <akim@epita.fr>
18655
18656 * src/lalr.h, src/lalr.c (goto_number_t): New.
18657 * src/lalr.c (goto_list_t): New.
18658 Propagate them.
18659 * src/nullable.c (rule_list_t): New.
18660 Propagate.
18661 * src/types.h: Remove.
18662
18663 2002-07-03 Akim Demaille <akim@epita.fr>
18664
18665 * src/closure.c (print_fderives): Use rule_rhs_print.
18666 * src/derives.c (print_derives): Use rule_rhs_print.
18667 (rule_list_t): New, replaces `shorts'.
18668 (set_derives): Add comments.
18669 * tests/sets.at (Nullable, Firsts): Adjust.
18670
18671 2002-07-03 Akim Demaille <akim@epita.fr>
18672
18673 * src/output.c (prepare_actions): Free `tally' and `width'.
18674 (prepare_actions): Allocate and free `order'.
18675 * src/symtab.c (symbols_free): Free `symbols'.
18676 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
18677 * src/output.c (m4_invoke): Move to...
18678 * src/scan-skel.l: here.
18679 (<<EOF>>): Close yyout, and free its name.
18680
18681 2002-07-03 Akim Demaille <akim@epita.fr>
18682
18683 Fix some memory leaks, and fix a bug: state 0 was examined twice.
18684
18685 * src/LR0.c (new_state): Merge into...
18686 (state_list_append): this.
18687 (new_states): Merge into...
18688 (generate_states): here.
18689 (set_states): Don't ensure a proper `errs' state member here, do it...
18690 * src/conflicts.c (conflicts_solve): here.
18691 * src/state.h, src/state.c: Comment changes.
18692 (state_t): Rename member `shifts' as `transitions'.
18693 Adjust all dependencies.
18694 (errs_new): For consistency, also take the values as argument.
18695 (errs_dup): Remove.
18696 (state_errs_set): New.
18697 (state_reductions_set, state_transitions_set): Assert that no
18698 previous value was assigned.
18699 (state_free): New.
18700 (states_free): Use it.
18701 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
18702 temporary storage: use `errs' and `nerrs' as elsewhere.
18703 (set_conflicts): Allocate and free this `errs'.
18704
18705 2002-07-02 Akim Demaille <akim@epita.fr>
18706
18707 * lib/libiberty.h: New.
18708 * lib: Update the bitset implementation from upstream.
18709 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
18710 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
18711 * src/main.c: Adjust bitset stats calls.
18712
18713 2002-07-01 Paul Eggert <eggert@twinsun.com>
18714
18715 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
18716 char, so that negative chars don't collide with $.
18717
18718 2002-06-30 Akim Demaille <akim@epita.fr>
18719
18720 Have the GLR tests be `warning' checked, and fix the warnings.
18721
18722 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
18723 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
18724 (yyremoveDeletes): `yyi' and `yyj' are size_t.
18725 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
18726 (yyaddDeferredAction): static.
18727 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
18728 (yyreportParseError): yyprefix is const.
18729 yytokenp is used only when verbose.
18730 (yy__GNUC__): Replace with __GNUC__.
18731 (yypdumpstack): yyi is size_t.
18732 (yypreference): Un-yy local variables and arguments, to avoid
18733 clashes with `yyr1'. Anyway, we are not in the user name space.
18734 (yytname_size): be an int, as is compared with ints.
18735 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
18736 Use them.
18737 * tests/cxx-gram.at: Use quotation to protect $1.
18738 Use AT_COMPILE to enable warnings hunts.
18739 Prototype yylex and yyerror.
18740 `Use' argc.
18741 Include `string.h', not `strings.h'.
18742 Produce and prototype stmtMerge only when used.
18743 yylex takes a location.
18744
18745 2002-06-30 Akim Demaille <akim@epita.fr>
18746
18747 We spend a lot of time in quotearg, in particular when --verbose.
18748
18749 * src/symtab.c (symbol_get): Store a quoted version of the key.
18750 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
18751 Adjust all callers.
18752
18753 2002-06-30 Akim Demaille <akim@epita.fr>
18754
18755 * src/state.h (reductions_t): Rename member `nreds' as num.
18756 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
18757 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
18758
18759 2002-06-30 Akim Demaille <akim@epita.fr>
18760
18761 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
18762 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
18763 (shifts_to): Rename as...
18764 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
18765 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
18766 (TRANSITION_IS_DISABLED, transitions_to): these.
18767
18768 2002-06-30 Akim Demaille <akim@epita.fr>
18769
18770 * src/print.c (print_shifts, print_gotos): Merge into...
18771 (print_transitions): this.
18772 (print_transitions, print_errs, print_reductions): Align the
18773 lookaheads columns.
18774 (print_core, print_transitions, print_errs, print_state,
18775 print_grammar): Output empty lines separator before, not after.
18776 (state_default_rule_compute): Rename as...
18777 (state_default_rule): this.
18778 * tests/conflicts.at (Defaulted Conflicted Reduction),
18779 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
18780 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
18781
18782 2002-06-30 Akim Demaille <akim@epita.fr>
18783
18784 Display items as we display rules.
18785
18786 * src/gram.h, src/gram.c (rule_lhs_print): New.
18787 * src/gram.c (grammar_rules_partial_print): Use it.
18788 * src/print.c (print_core): Likewise.
18789 * tests/conflicts.at (Defaulted Conflicted Reduction),
18790 (Unresolved SR Conflicts): Adjust.
18791 (Unresolved SR Conflicts): Adjust and rename as...
18792 (Resolved SR Conflicts): this, as was meant.
18793 * tests/regression.at (Web2c Report): Adjust.
18794
18795 2002-06-30 Akim Demaille <akim@epita.fr>
18796
18797 * src/print.c (state_default_rule_compute): New, extracted from...
18798 (print_reductions): here.
18799 Pessimize, but clarify the code.
18800 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
18801
18802 2002-06-30 Akim Demaille <akim@epita.fr>
18803
18804 * src/output.c (action_row): Let default_rule be always a rule
18805 number.
18806
18807 2002-06-30 Akim Demaille <akim@epita.fr>
18808
18809 * src/closure.c (print_firsts, print_fderives, closure):
18810 Use BITSET_EXECUTE.
18811 * src/lalr.c (lookaheads_print): Likewise.
18812 * src/state.c (state_rule_lookaheads_print): Likewise.
18813 * src/print_graph.c (print_core): Likewise.
18814 * src/print.c (print_reductions): Likewise.
18815 * src/output.c (action_row): Likewise.
18816 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
18817
18818 2002-06-30 Akim Demaille <akim@epita.fr>
18819
18820 * src/print_graph.c: Use report_flag.
18821
18822 2002-06-30 Akim Demaille <akim@epita.fr>
18823
18824 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
18825 to...
18826 * src/relation.h, src/relation.c (traverse, relation_digraph)
18827 (relation_print, relation_transpose): New.
18828
18829 2002-06-30 Akim Demaille <akim@epita.fr>
18830
18831 * src/state.h, src/state.c (shifts_to): New.
18832 * src/lalr.c (build_relations): Use it.
18833
18834 2002-06-30 Akim Demaille <akim@epita.fr>
18835
18836 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
18837 (item_number_of_rule_number, rule_number_of_item_number): New.
18838 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
18839 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
18840 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
18841 Propagate their use.
18842 Much remains to be done, in particular wrt `shorts' from types.h.
18843
18844 2002-06-30 Akim Demaille <akim@epita.fr>
18845
18846 * src/symtab.c (symbol_new): Initialize the `printer' member.
18847
18848 2002-06-30 Akim Demaille <akim@epita.fr>
18849
18850 * src/LR0.c (save_reductions): Remove, replaced by...
18851 * src/state.h, src/state.c (state_reductions_set): New.
18852 (reductions, errs): Rename as...
18853 (reductions_t, errs_t): these.
18854 Adjust all dependencies.
18855
18856 2002-06-30 Akim Demaille <akim@epita.fr>
18857
18858 * src/LR0.c (state_list_t, state_list_append): New.
18859 (first_state, last_state): Now symbol_list_t.
18860 (this_state): Remove.
18861 (new_itemsets, append_states, save_reductions): Take a state_t as
18862 argument.
18863 (set_states, generate_states): Adjust.
18864 (save_shifts): Remove, replaced by...
18865 * src/state.h, src/state.c (state_shifts_set): New.
18866 (shifts): Rename as...
18867 (shifts_t): this.
18868 Adjust all dependencies.
18869 * src/state.h (state_t): Remove the `next' member.
18870
18871 2002-06-30 Akim Demaille <akim@epita.fr>
18872
18873 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
18874 escaped in slot 0.
18875
18876 2002-06-30 Akim Demaille <akim@epita.fr>
18877
18878 Use hash.h for the state hash table.
18879
18880 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
18881 (allocate_storage): Use state_hash_new.
18882 (free_storage): Use state_hash_free.
18883 (new_state, get_state): Adjust.
18884 * src/lalr.h, src/lalr.c (states): Move to...
18885 * src/states.h (state_t): Remove the `link' member, no longer
18886 used.
18887 * src/states.h, src/states.c: here.
18888 (state_hash_new, state_hash_free, state_hash_lookup)
18889 (state_hash_insert, states_free): New.
18890 * src/states.c (state_table, state_compare, state_hash): New.
18891 * src/output.c (output_actions): Do not free states now, since we
18892 still need to know the final_state number in `prepare', called
18893 afterwards. Do it...
18894 * src/main.c (main): here: call states_free after `output'.
18895
18896 2002-06-30 Akim Demaille <akim@epita.fr>
18897
18898 * src/state.h, src/state.c (state_new): New, extracted from...
18899 * src/LR0.c (new_state): here.
18900 * src/state.h (STATE_ALLOC): Move to...
18901 * src/state.c: here.
18902 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
18903 * src/state.h, src/state.c: here.
18904
18905 2002-06-30 Akim Demaille <akim@epita.fr>
18906
18907 * src/reader.c (gensym): Rename as...
18908 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
18909 (getsym): Rename as...
18910 (symbol_get): this.
18911
18912 2002-06-30 Akim Demaille <akim@epita.fr>
18913
18914 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
18915 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
18916 * src/output.c, src/print.c, src/print_graph.c: Propagate.
18917 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
18918
18919 2002-06-30 Akim Demaille <akim@epita.fr>
18920
18921 Make the test suite pass with warnings checked.
18922
18923 * tests/actions.at (Printers and Destructors): Improve.
18924 Avoid unsigned vs. signed issues.
18925 * tests/calc.at: Don't exercise the scanner here, do it...
18926 * tests/input.at (Torturing the Scanner): here.
18927
18928 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18929
18930 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
18931 reorganize first lines parallel to yacc.c.
18932
18933 2002-06-28 Akim Demaille <akim@epita.fr>
18934
18935 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
18936 (b4_token_enum, b4_token_defines): New, factored from...
18937 * data/lalr1.cc, data/yacc.c, glr.c: here.
18938
18939 2002-06-28 Akim Demaille <akim@epita.fr>
18940
18941 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
18942 unused variables.
18943 * src/output.c (merger_output): static.
18944
18945 2002-06-28 Akim Demaille <akim@epita.fr>
18946
18947 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
18948 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
18949 pacify GCC.
18950 * src/output.c (save_row): Initialize all the variables to pacify GCC.
18951
18952 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18953
18954 Accumulated changelog for new GLR parsing features.
18955
18956 * src/conflicts.c (count_total_conflicts): Change name to
18957 conflicts_total_count.
18958 * src/conflicts.h: Ditto.
18959 * src/output.c (token_actions): Use the new name.
18960 (output_conflicts): Change conflp => conflict_list_heads, and
18961 confl => conflict_list for better readability.
18962 * data/glr.c: Use the new names.
18963 * NEWS: Add self to GLR announcement.
18964
18965 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
18966
18967 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
18968 Akim Demaille.
18969
18970 * data/bison.glr: Change name to glr.c
18971 * data/glr.c: Renamed from bison.glr.
18972 * data/Makefile.am: Add glr.c
18973
18974 * src/getargs.c:
18975
18976 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
18977 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
18978
18979 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18980
18981 * data/bison.glr: Be sure to restore the
18982 current #line when returning to the skeleton contents after having
18983 exposed the input file's #line.
18984
18985 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18986
18987 * data/bison.glr: Bring up to date with changes to bison.simple.
18988
18989 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18990
18991 * data/bison.glr: Correct definitions that use b4_prefix.
18992 Various reformatting.
18993 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
18994 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
18995 yytokenp argument; now part of stack.
18996 (yychar): Define to behave as documented.
18997 (yyclearin): Ditto.
18998
18999 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
19000
19001 * src/reader.h: Add declaration for free_merger_functions.
19002
19003 * src/reader.c (merge_functions): New variable.
19004 (get_merge_function): New function.
19005 (free_merger_functions): New function.
19006 (readgram): Check for %prec that is not followed by a symbol.
19007 Handle %dprec and %merge declarations.
19008 (packgram): Initialize dprec and merger fields in rules array.
19009
19010 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
19011 conflict_list_cnt, conflict_list_free): New variables.
19012 (table_grow): Also grow conflict_table.
19013 (prepare_rules): Output dprec and merger tables.
19014 (conflict_row): New function.
19015 (action_row): Output conflict lists for GLR parser. Don't use
19016 default reduction in conflicted states for GLR parser so that there
19017 are spaces for the conflict lists.
19018 (save_row): Also save conflict information.
19019 (token_actions): Allocate conflict list.
19020 (merger_output): New function.
19021 (pack_vector): Pack conflict table, too.
19022 (output_conflicts): New function to output yyconflp and yyconfl.
19023 (output_check): Allocate conflict_tos.
19024 (output_actions): Output conflict tables, also.
19025 (output_skeleton): Output b4_mergers definition.
19026 (prepare): Output b4_max_rhs_length definition.
19027 Use 'bison.glr' as default skeleton for GLR parsers.
19028
19029 * src/gram.c (glr_parser): New flag.
19030 (grammar_free): Call free_merger_functions.
19031
19032 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
19033 all pairs of conflicting reductions, rather than just all tokens
19034 causing conflicts. Needed to size conflict tables.
19035 (conflicts_output): Modify call to count_rr_conflicts for new
19036 interface.
19037 (conflicts_print): Ditto.
19038 (count_total_conflicts): New function.
19039
19040 * src/reader.h (merger_list): New type.
19041 (merge_functions): New variable.
19042
19043 * src/lex.h (tok_dprec, tok_merge): New token types.
19044
19045 * src/gram.h (rule_s): Add dprec and merger fields.
19046 (glr_parser): New flag.
19047
19048 * src/conflicts.h (count_total_conflicts): New function.
19049
19050 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
19051
19052 * doc/bison.texinfo (Generalized LR Parsing): New section.
19053 (GLR Parsers): New section.
19054 (Language and Grammar): Mention GLR parsing.
19055 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
19056 Correct typo ("tge" -> "the").
19057
19058 * data/bison.glr: New skeleton for GLR parsing.
19059
19060 * tests/cxx-gram.at: New tests for GLR parsing.
19061
19062 * tests/testsuite.at: Include cxx-gram.at.
19063
19064 * tests/Makefile.am: Add cxx-gram.at.
19065
19066 * src/parse-gram.y:
19067
19068 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
19069
19070 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
19071
19072 2002-06-27 Akim Demaille <akim@epita.fr>
19073
19074 * src/options.h, src/options.c: Remove.
19075 * src/getargs.c (short_options, long_options): New.
19076
19077 2002-06-27 Akim Demaille <akim@epita.fr>
19078
19079 * data/bison.simple, data/bison.c++: Rename as...
19080 * data/yacc.c, data/lalr1.cc: these.
19081 * doc/bison.texinfo (Environment Variables): Remove.
19082
19083 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
19084
19085 * src/getargs.c (report_argmatch): Initialize strtok().
19086
19087 2002-06-20 Akim Demaille <akim@epita.fr>
19088
19089 * data/bison.simple (b4_symbol_actions): New, replaces...
19090 (b4_symbol_destructor, b4_symbol_printer): these.
19091 (yysymprint): Be sure to call YYPRINT only for tokens, and using
19092 user token numbers.
19093
19094 2002-06-20 Akim Demaille <akim@epita.fr>
19095
19096 * data/bison.simple (yydestructor): Rename as...
19097 (yydestruct): this.
19098
19099 2002-06-20 Akim Demaille <akim@epita.fr>
19100
19101 * src/symtab.h, src/symtab.c (symbol_type_set)
19102 (symbol_destructor_set, symbol_precedence_set): The location is
19103 the last argument.
19104 Adjust all callers.
19105
19106 2002-06-20 Akim Demaille <akim@epita.fr>
19107
19108 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
19109 internals.
19110 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
19111 Takes a location.
19112 * src/symtab.h, src/symtab.c (symbol_class_set)
19113 (symbol_user_token_number_set): Likewise.
19114 Adjust all callers.
19115 Promote complain_at.
19116 * tests/input.at (Type Clashes): Adjust.
19117
19118 2002-06-20 Akim Demaille <akim@epita.fr>
19119
19120 * data/bison.simple (YYLEX): Fix the declaration when
19121 %pure-parser.
19122
19123 2002-06-20 Akim Demaille <akim@epita.fr>
19124
19125 * data/bison.simple (yysymprint): Don't print the token number,
19126 just its name.
19127 * tests/actions.at (Destructors): Rename as...
19128 (Printers and Destructors): this.
19129 Also exercise %printer.
19130
19131 2002-06-20 Akim Demaille <akim@epita.fr>
19132
19133 * data/bison.simple (YYDSYMPRINT): New.
19134 Use it to remove many of the #if YYDEBUG/if (yydebug).
19135
19136 2002-06-20 Akim Demaille <akim@epita.fr>
19137
19138 * src/symtab.h, src/symtab.c (symbol_t): printer and
19139 printer_location are new members.
19140 (symbol_printer_set): New.
19141 * src/parse-gram.y (PERCENT_PRINTER): New token.
19142 Handle its associated rule.
19143 * src/scan-gram.l: Adjust.
19144 (handle_destructor_at, handle_destructor_dollar): Rename as...
19145 (handle_symbol_code_at, handle_symbol_code_dollar): these.
19146 * src/output.c (symbol_printers_output): New.
19147 (output_skeleton): Call it.
19148 * data/bison.simple (yysymprint): New. Cannot be named yyprint
19149 since there are already many grammar files with a user `yyprint'.
19150 Replace the calls to YYPRINT to calls to yysymprint.
19151 * tests/calc.at: Adjust.
19152 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
19153 taking advantage of parser very internal details (stack size!).
19154
19155 2002-06-20 Akim Demaille <akim@epita.fr>
19156
19157 * src/scan-gram.l: Complete the scanner with the missing patterns
19158 to pacify Flex.
19159 Use `quote' and `symbol_tag_get' where appropriate.
19160
19161 2002-06-19 Akim Demaille <akim@epita.fr>
19162
19163 * tests/actions.at (Destructors): Augment to test locations.
19164 * data/bison.simple (yydestructor): Pass it the current location
19165 if locations are enabled.
19166 Prototype only when __STDC__ or C++.
19167 Change the argument names to move into the yy name space: there is
19168 user code here.
19169
19170 2002-06-19 Akim Demaille <akim@epita.fr>
19171
19172 * data/bison.simple (b4_pure_if): New.
19173 Use it instead of #ifdef YYPURE.
19174
19175 2002-06-19 Akim Demaille <akim@epita.fr>
19176
19177 * data/bison.simple (b4_location_if): New.
19178 Use it instead of #ifdef YYLSP_NEEDED.
19179
19180 2002-06-19 Akim Demaille <akim@epita.fr>
19181
19182 Prepare @$ in %destructor, but currently don't bind it in the
19183 skeleton, as %location use is not cleaned up yet.
19184
19185 * src/scan-gram.l (handle_dollar, handle_destructor_at)
19186 (handle_action_at): New.
19187 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
19188 a braced_code_t and a location as additional arguments.
19189 (handle_destructor_dollar): Instead of requiring `b4_eval', just
19190 unquote one when outputting `b4_dollar_dollar'.
19191 Adjust callers.
19192 * data/bison.simple (b4_eval): Remove.
19193 (b4_symbol_destructor): Adjust.
19194 * tests/input.at (Invalid @n): Adjust.
19195
19196 2002-06-19 Zack Weinberg <zack@codesourcery.com>
19197
19198 * doc/bison.texinfo: Document ability to have multiple
19199 prologue sections.
19200
19201 2002-06-18 Akim Demaille <akim@epita.fr>
19202
19203 * src/files.c (compute_base_names): When computing the output file
19204 names from the input file name, strip the directory part.
19205
19206 2002-06-18 Akim Demaille <akim@epita.fr>
19207
19208 * data/bison.simple.new: Comment changes.
19209 Reported by Andreas Schwab.
19210
19211 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
19212
19213 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
19214 there are no `label `yyoverflowlab' defined but not used' warnings
19215 when yyoverflow is defined.
19216
19217 2002-06-18 Akim Demaille <akim@epita.fr>
19218
19219 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
19220 new member.
19221 (symbol_destructor_set): Adjust.
19222 * src/output.c (symbol_destructors_output): Output the destructor
19223 locations.
19224 Output the symbol name.
19225 * data/bison.simple (b4_symbol_destructor): Adjust.
19226
19227 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
19228 and Akim Demaille <akim@epita.fr>
19229
19230 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
19231 what's left on the stack when the error recovery hits EOF.
19232 * tests/actions.at (Destructors): Complete to exercise this case.
19233
19234 2002-06-17 Akim Demaille <akim@epita.fr>
19235
19236 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
19237 arguments is really empty, not only equal to `[]'.
19238 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
19239 member.
19240 (symbol_destructor_set): New.
19241 * src/output.c (symbol_destructors_output): New.
19242 * src/reader.h (brace_code_t, current_braced_code): New.
19243 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
19244 (handle_dollar): Rename as...
19245 (handle_action_dollar): this.
19246 (handle_destructor_dollar): New.
19247 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
19248 (grammar_declaration): Use it.
19249 * data/bison.simple (yystos): Is always defined.
19250 (yydestructor): New.
19251 * tests/actions.at (Destructors): New.
19252 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
19253
19254 2002-06-17 Akim Demaille <akim@epita.fr>
19255
19256 * src/symlist.h, src/symlist.c (symbol_list_length): New.
19257 * src/scan-gram.l (handle_dollar, handle_at): Compute the
19258 rule_length only when needed.
19259 * src/output.c (actions_output, token_definitions_output): Output
19260 the full M4 block.
19261 * src/symtab.c: Don't access directly to the symbol tag, use
19262 symbol_tag_get.
19263 * src/parse-gram.y: Use symbol_list_free.
19264
19265 2002-06-17 Akim Demaille <akim@epita.fr>
19266
19267 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
19268 (symbol_list_prepend, get_type_name): Move to...
19269 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
19270 (symbol_list_prepend, symbol_list_n_type_name_get): here.
19271 Adjust all callers.
19272 (symbol_list_free): New.
19273 * src/scan-gram.l (handle_dollar): Takes a location.
19274 * tests/input.at (Invalid $n): Adjust.
19275
19276 2002-06-17 Akim Demaille <akim@epita.fr>
19277
19278 * src/reader.h, src/reader.c (symbol_list_new): Export it.
19279 (symbol_list_prepend): New.
19280 * src/parse-gram.y (%union): `list' is a new member.
19281 (symbols.1): New, replaces...
19282 (terms_to_prec.1, nterms_to_type.1): these.
19283 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
19284 Take a location as additional argument.
19285 Adjust all callers.
19286
19287 2002-06-15 Akim Demaille <akim@epita.fr>
19288
19289 * src/parse-gram.y: Move %token in the declaration section so that
19290 we don't depend upon CVS Bison.
19291
19292 2002-06-15 Akim Demaille <akim@epita.fr>
19293
19294 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
19295 * src/print.c (print_core): Use it.
19296
19297 2002-06-15 Akim Demaille <akim@epita.fr>
19298
19299 * src/conflicts.c (log_resolution): Accept the rule involved in
19300 the sr conflicts instead of the lookahead number that points to
19301 that rule.
19302 (flush_reduce): Accept the current lookahead vector as argument,
19303 instead of the index in LA.
19304 (resolve_sr_conflict): Accept the current number of lookahead
19305 bitset to consider for the STATE, instead of the index in LA.
19306 (set_conflicts): Adjust.
19307 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
19308
19309 2002-06-15 Akim Demaille <akim@epita.fr>
19310
19311 * src/state.h (state_t): Replace the `lookaheadsp' member, a
19312 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
19313 Adjust all dependencies.
19314 * src/lalr.c (initialize_lookaheads): Split into...
19315 (states_lookaheads_count, states_lookaheads_initialize): these.
19316 (lalr): Adjust.
19317
19318 2002-06-15 Akim Demaille <akim@epita.fr>
19319
19320 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
19321 out of...
19322 (grammar_rules_print): here.
19323 * src/reduce.c (reduce_output): Use it.
19324 * tests/reduce.at (Useless Rules, Reduced Automaton)
19325 (Underivable Rules): Adjust.
19326
19327 2002-06-15 Akim Demaille <akim@epita.fr>
19328
19329 Copy BYacc's nice way to report the grammar.
19330
19331 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
19332 New.
19333 Don't print the rules' location, it is confusing and useless.
19334 (rule_print): Use grammar_rhs_print.
19335 * src/print.c (print_grammar): Use grammar_rules_print.
19336
19337 2002-06-15 Akim Demaille <akim@epita.fr>
19338
19339 Complete and rationalize `useless thing' warnings.
19340
19341 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
19342 (symbol_tag_print): New.
19343 Use them everywhere in place of accessing directly the tag member.
19344 * src/gram.h, src/gram.c (rule_print): New.
19345 Use it where a rule used to be printed `by hand'.
19346 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
19347 (reduce_grammar_tables): Report the useless rules.
19348 (reduce_print): Useless things are a warning, not an error.
19349 Report it as such.
19350 * tests/reduce.at (Useless Nonterminals, Useless Rules):
19351 (Reduced Automaton, Underivable Rules): Adjust.
19352 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
19353 * tests/conflicts.at (Unresolved SR Conflicts)
19354 (Solved SR Conflicts): Adjust.
19355
19356 2002-06-15 Akim Demaille <akim@epita.fr>
19357
19358 Let symbols have a location.
19359
19360 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
19361 (getsym): Adjust.
19362 Adjust all callers.
19363 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
19364 Use location_t, not int.
19365 * src/symtab.c (symbol_check_defined): Take advantage of the
19366 location.
19367 * tests/regression.at (Invalid inputs): Adjust.
19368
19369 2002-06-15 Akim Demaille <akim@epita.fr>
19370
19371 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
19372 (input): Don't try to initialize yylloc here, do it in the
19373 scanner.
19374 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
19375 * src/gram.h (rule_t): Change line and action_line into location
19376 and action_location, of location_t type.
19377 Adjust all dependencies.
19378 * src/location.h, src/location.c (empty_location): New.
19379 * src/reader.h, src/reader.c (grammar_start_symbol_set)
19380 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
19381 (grammar_current_rule_symbol_append)
19382 (grammar_current_rule_action_append): Expect a location as argument.
19383 * src/reader.c (grammar_midrule_action): Adjust to attach an
19384 action's location as dummy symbol location.
19385 * src/symtab.h, src/symtab.c (startsymbol_location): New.
19386 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
19387 the line numbers.
19388
19389 2002-06-14 Akim Demaille <akim@epita.fr>
19390
19391 Grammar declarations may be found in the grammar section.
19392
19393 * src/parse-gram.y (rules_or_grammar_declaration): New.
19394 (declarations): Each declaration may end with a semicolon, not
19395 just...
19396 (grammar_declaration): `"%union"'.
19397 (grammar): Branch to rules_or_grammar_declaration.
19398
19399 2002-06-14 Akim Demaille <akim@epita.fr>
19400
19401 * src/main.c (main): Invoke scanner_free.
19402
19403 2002-06-14 Akim Demaille <akim@epita.fr>
19404
19405 * src/output.c (m4_invoke): Extracted from...
19406 (output_skeleton): here.
19407 Free tempfile.
19408
19409 2002-06-14 Akim Demaille <akim@epita.fr>
19410
19411 * src/parse-gram.y (directives, directive, gram)
19412 (grammar_directives, precedence_directives, precedence_directive):
19413 Rename as...
19414 (declarations, declaration, grammar, grammar_declaration)
19415 (precedence_declaration, precedence_declarator): these.
19416 (symbol_declaration): New.
19417
19418 2002-06-14 Akim Demaille <akim@epita.fr>
19419
19420 * src/files.c (action_obstack): Remove, unused.
19421 (output_obstack): Remove it, and all its dependencies, as it is no
19422 longer needed.
19423 * src/reader.c (epilogue_set): Build the epilogue in the
19424 muscle_obstack.
19425 * src/output.h, src/output.c (muscle_obstack): Move to...
19426 * src/muscle_tab.h, src/muscle_tab.h: here.
19427 (muscle_init): Initialize muscle_obstack.
19428 (muscle_free): New.
19429 * src/main.c (main): Call it.
19430
19431 2002-06-14 Akim Demaille <akim@epita.fr>
19432
19433 * src/location.h: New, extracted from...
19434 * src/reader.h: here.
19435 * src/Makefile.am (noinst_HEADERS): Merge into
19436 (bison_SOURCES): this.
19437 Add location.h.
19438 * src/parse-gram.y: Use location_t instead of Bison's.
19439 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
19440 Use location_t instead of ints.
19441
19442 2002-06-14 Akim Demaille <akim@epita.fr>
19443
19444 * data/bison.simple, data/bison.c++: Be sure to restore the
19445 current #line when returning to the skeleton contents after having
19446 exposed the input file's #line.
19447
19448 2002-06-12 Akim Demaille <akim@epita.fr>
19449
19450 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
19451 eager.
19452 * tests/actions.at (Exotic Dollars): New.
19453
19454 2002-06-12 Akim Demaille <akim@epita.fr>
19455
19456 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
19457 ['"/] too eagerly.
19458 * tests/input.at (Torturing the Scanner): New.
19459
19460 2002-06-11 Akim Demaille <akim@epita.fr>
19461
19462 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
19463 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
19464 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
19465 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
19466 * src/reader.c (reader): Use it.
19467
19468 2002-06-11 Akim Demaille <akim@epita.fr>
19469
19470 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
19471 Adjust all callers.
19472 (scanner_last_string_free): New.
19473
19474 2002-06-11 Akim Demaille <akim@epita.fr>
19475
19476 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
19477 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
19478 (last_string, YY_OBS_FREE): New.
19479 Use them when returning an ID.
19480
19481 2002-06-11 Akim Demaille <akim@epita.fr>
19482
19483 Have Bison grammars parsed by a Bison grammar.
19484
19485 * src/reader.c, src/reader.h (prologue_augment): New.
19486 * src/reader.c (copy_definition): Remove.
19487
19488 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
19489 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
19490 (grammar_current_rule_prec_set, grammar_current_rule_check)
19491 (grammar_current_rule_symbol_append)
19492 (grammar_current_rule_action_append): Export.
19493 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
19494 (symbol_list_action_append): Remove.
19495 Hook the routines from reader.
19496 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
19497 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
19498
19499 * src/reader.c (read_declarations): Remove, unused.
19500
19501 * src/parse-gram.y: Handle the epilogue.
19502 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
19503 (grammar_start_symbol_set): this.
19504 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
19505 * src/reader.c (readgram): Remove, unused.
19506 (reader): Adjust to insert eoftoken and axiom where appropriate.
19507
19508 * src/reader.c (copy_dollar): Replace with...
19509 * src/scan-gram.h (handle_dollar): this.
19510 * src/parse-gram.y: Remove `%thong'.
19511
19512 * src/reader.c (copy_at): Replace with...
19513 * src/scan-gram.h (handle_at): this.
19514
19515 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
19516 New.
19517
19518 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
19519 time being.
19520
19521 * src/reader.h, src/reader.c (grammar_rule_end): New.
19522
19523 * src/parse.y (current_type, current_class): New.
19524 Implement `%nterm', `%token' support.
19525 Merge `%term' into `%token'.
19526 (string_as_id): New.
19527 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
19528 type name.
19529
19530 * src/parse-gram.y: Be sure to handle properly the beginning of
19531 rules.
19532
19533 * src/parse-gram.y: Handle %type.
19534 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
19535
19536 * src/parse-gram.y: More directives support.
19537 * src/options.c: No longer handle source directives.
19538
19539 * src/parse-gram.y: Fix %output.
19540
19541 * src/parse-gram.y: Handle %union.
19542 Use the prologue locations.
19543 * src/reader.c (parse_union_decl): Remove.
19544
19545 * src/reader.h, src/reader.c (epilogue_set): New.
19546 * src/parse-gram.y: Use it.
19547
19548 * data/bison.simple, data/bison.c++: b4_stype is now either not
19549 defined, then default to int, or to the contents of %union,
19550 without `union' itself.
19551 Adjust.
19552 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
19553
19554 * src/output.c (actions_output): Don't output braces, as they are
19555 already handled by the scanner.
19556
19557 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
19558 characters to themselves.
19559
19560 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
19561 that the epilogue has a proper #line.
19562
19563 * src/parse-gram.y: Handle precedence/associativity.
19564
19565 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
19566 a terminal.
19567 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
19568 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
19569 at all to define terminals that cannot be emitted.
19570
19571 * src/scan-gram.l: Escape M4 characters.
19572
19573 * src/scan-gram.l: Working properly with escapes in user
19574 strings/characters.
19575
19576 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
19577 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
19578 grammar.
19579 Use more modest sizes, as for the time being the parser does not
19580 release memory, and therefore the process swallows a huge amount
19581 of memory.
19582
19583 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
19584 stricter %token grammar.
19585
19586 * src/symtab.h (associativity): Add `undef_assoc'.
19587 (symbol_precedence_set): Do nothing when passed an undef_assoc.
19588 * src/symtab.c (symbol_check_alias_consistence): Adjust.
19589
19590 * tests/regression.at (Invalid %directive): Remove, as it is now
19591 meaningless.
19592 (Invalid inputs): Adjust to the new error messages.
19593 (Token definitions): The new grammar doesn't allow too many
19594 eccentricities.
19595
19596 * src/lex.h, src/lex.c: Remove.
19597 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
19598 (copy_character, copy_string2, copy_string, copy_identifier)
19599 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
19600 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
19601 (parse_action): Remove.
19602 * po/POTFILES.in: Adjust.
19603
19604 2002-06-11 Akim Demaille <akim@epita.fr>
19605
19606 * src/reader.c (parse_action): Don't store directly into the
19607 rule's action member: return the action as a string.
19608 Don't require `rule_length' as an argument: compute it.
19609 (grammar_current_rule_symbol_append)
19610 (grammar_current_rule_action_append): New, eved out from
19611 (readgram): here.
19612 Remove `action_flag', `rulelength', unused now.
19613
19614 2002-06-11 Akim Demaille <akim@epita.fr>
19615
19616 * src/reader.c (grammar_current_rule_prec_set).
19617 (grammar_current_rule_check): New, eved out from...
19618 (readgram): here.
19619 Remove `xaction', `first_rhs': useless.
19620 * tests/input.at (Type clashes): New.
19621 * tests/existing.at (GNU Cim Grammar): Adjust.
19622
19623 2002-06-11 Akim Demaille <akim@epita.fr>
19624
19625 * src/reader.c (grammar_midrule_action): New, Eved out from
19626 (readgram): here.
19627
19628 2002-06-11 Akim Demaille <akim@epita.fr>
19629
19630 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
19631 New.
19632 (readgram): Use them as replacement of inlined code, crule and
19633 crule1.
19634
19635 2002-06-11 Akim Demaille <akim@epita.fr>
19636
19637 * src/reader.c (grammar_end, grammar_symbol_append): New.
19638 (readgram): Use them.
19639 Make the use of `p' as local as possible.
19640
19641 2002-06-10 Akim Demaille <akim@epita.fr>
19642
19643 GCJ's parser requires the tokens to be defined before the prologue.
19644
19645 * data/bison.simple: Output the token definition before the user's
19646 prologue.
19647 * tests/regression.at (Braces parsing, Duplicate string)
19648 (Mixing %token styles): Check the output from bison.
19649 (Early token definitions): New.
19650
19651 2002-06-10 Akim Demaille <akim@epita.fr>
19652
19653 * src/symtab.c (symbol_user_token_number_set): Don't complain when
19654 assigning twice the same user number to a token, so that we can
19655 use it in...
19656 * src/lex.c (lex): here.
19657 Also use `symbol_class_set' instead of hand written code.
19658 * src/reader.c (parse_assoc_decl): Likewise.
19659
19660 2002-06-10 Akim Demaille <akim@epita.fr>
19661
19662 * src/symtab.c, src/symtab.c (symbol_class_set)
19663 (symbol_user_token_number_set): New.
19664 * src/reader.c (parse_token_decl): Use them.
19665 Use a switch instead of ifs.
19666 Use a single argument.
19667
19668 2002-06-10 Akim Demaille <akim@epita.fr>
19669
19670 Remove `%thong' support as it is undocumented, unused, duplicates
19671 `%token's job, and creates useless e-mail traffic with people who
19672 want to know what it is, why it is undocumented, unused, and
19673 duplicates `%token's job.
19674
19675 * src/reader.c (parse_thong_decl): Remove.
19676 * src/options.c (option_table): Remove "thong".
19677 * src/lex.h (tok_thong): Remove.
19678
19679 2002-06-10 Akim Demaille <akim@epita.fr>
19680
19681 * src/symtab.c, src/symtab.c (symbol_type_set)
19682 (symbol_precedence_set): New.
19683 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
19684 (value_components_used): Remove, unused.
19685
19686 2002-06-09 Akim Demaille <akim@epita.fr>
19687
19688 Move symbols handling code out of the reader.
19689
19690 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
19691 (axiom): Move to...
19692 * src/symtab.h, src/symtab.c: here.
19693
19694 * src/gram.c (start_symbol): Remove: use startsymbol->number.
19695 * src/reader.c (startval): Rename as...
19696 * src/symtab.h, src/symtab.c (startsymbol): this.
19697 * src/reader.c: Adjust.
19698
19699 * src/reader.c (symbol_check_defined, symbol_make_alias)
19700 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
19701 (token_translations_init)
19702 Move to...
19703 * src/symtab.c: here.
19704 * src/reader.c (packsymbols): Move to...
19705 * src/symtab.h, src/symtab.c (symbols_pack): here.
19706 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
19707 argument.
19708
19709 2002-06-03 Akim Demaille <akim@epita.fr>
19710
19711 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
19712 then statements.
19713
19714 2002-06-03 Akim Demaille <akim@epita.fr>
19715
19716 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
19717 structs with non literals.
19718 * src/scan-skel.l: never-interactive.
19719 * src/conflicts.c (enum conflict_resolution_e): No trailing
19720 comma.
19721 * src/getargs.c (usage): Split long literal strings.
19722 Reported by Hans Aberg.
19723
19724 2002-05-28 Akim Demaille <akim@epita.fr>
19725
19726 * data/bison.c++: Use C++ ostreams.
19727 (cdebug_): New member.
19728
19729 2002-05-28 Akim Demaille <akim@epita.fr>
19730
19731 * src/output.c (output_skeleton): Be sure to allocate enough room
19732 for `/' _and_ for `\0' in full_skeleton.
19733
19734 2002-05-28 Akim Demaille <akim@epita.fr>
19735
19736 * data/bison.c++: Catch up with bison.simple:
19737 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
19738 and Paul Eggert <eggert@twinsun.com>: `error' handing.
19739 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
19740 and popping traces.
19741
19742 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
19743
19744 * src/output.c (output_skeleton): Put an explicit path in front of
19745 the skeleton file name, rather than relying on the -I directory,
19746 to partially alleviate effects of having a skeleton file lying around
19747 in the current directory.
19748
19749 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
19750
19751 * src/conflicts.c (log_resolution): Correct typo:
19752 obstack_printf should be obstack_fgrow1.
19753
19754 2002-05-26 Akim Demaille <akim@epita.fr>
19755
19756 * src/state.h (state_t): `solved_conflicts' is a new member.
19757 * src/LR0.c (new_state): Set it to 0.
19758 * src/conflicts.h, src/conflicts.c (print_conflicts)
19759 (free_conflicts, solve_conflicts): Rename as...
19760 (conflicts_print, conflicts_free, conflicts_solve): these.
19761 Adjust callers.
19762 * src/conflicts.c (enum conflict_resolution_e)
19763 (solved_conflicts_obstack): New, used by...
19764 (log_resolution): this.
19765 Adjust to attach the conflict resolution to each state.
19766 Complete the description with the precedence/associativity
19767 information.
19768 (resolve_sr_conflict): Adjust.
19769 * src/print.c (print_state): Output its solved_conflicts.
19770 * tests/conflicts.at (Unresolved SR Conflicts)
19771 (Solved SR Conflicts): Exercise --report=all.
19772
19773 2002-05-26 Akim Demaille <akim@epita.fr>
19774
19775 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
19776 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
19777 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
19778 (token_number_t, item_number_as_token_number)
19779 (token_number_as_item_number, muscle_insert_token_number_table):
19780 Rename as...
19781 (symbol_number_t, item_number_as_symbol_number)
19782 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
19783 these, since it is more appropriate.
19784
19785 2002-05-26 Akim Demaille <akim@epita.fr>
19786
19787 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
19788 `Error:' lines.
19789 * data/bison.simple (yystos) [YYDEBUG]: New.
19790 (yyparse) [YYDEBUG]: Display the symbols which are popped during
19791 error recovery.
19792 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
19793
19794 2002-05-25 Akim Demaille <akim@epita.fr>
19795
19796 * doc/bison.texinfo (Debugging): Split into...
19797 (Tracing): this new section, its former contents, and...
19798 (Understanding): this new section.
19799 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
19800 by...
19801 (report_flag): this.
19802 Adjust all dependencies.
19803 (report_args, report_types, report_argmatch): New.
19804 (usage, getargs): Report/support -r, --report.
19805 * src/options.h
19806 (struct option_table_struct): Rename as..,
19807 (struct option_table_s): this.
19808 Rename the `set_flag' member to `flag' to match with getopt_long's
19809 struct.
19810 * src/options.c (option_table): Split verbose into an entry for
19811 %verbose, and another for --verbose.
19812 Support --report/-r, so remove -r from the obsolete --raw.
19813 * src/print.c: Attach full item sets and lookaheads reports to
19814 report_flag instead of trace_flag.
19815 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
19816
19817 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
19818 and Paul Eggert <eggert@twinsun.com>
19819
19820 * data/bison.simple (yyparse): Correct error handling to conform to
19821 POSIX and yacc. Specifically, after syntax error is discovered,
19822 do not reduce further before shifting the error token.
19823 Clean up the code a bit by removing the labels yyerrdefault,
19824 yyerrhandle, yyerrpop.
19825 * NEWS: Document the above.
19826
19827 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
19828
19829 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
19830 type; it isn't always big enough, since it doesn't necessarily
19831 include non-terminals.
19832 (yytranslate): Expand definition of yy_token_number_type, so that
19833 the latter can be removed.
19834 (yy_token_number_type): Remove, only one use.
19835 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
19836 don't use TokenNumberType as element type.
19837
19838 * tests/regression.at: Modify expected output to agree with change
19839 to yyr1 and yytranslate.
19840
19841 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
19842
19843 * src/reader.c (parse_action): Use copy_character instead of
19844 obstack_1grow.
19845
19846 2002-05-13 Akim Demaille <akim@epita.fr>
19847
19848 * tests/regression.at (Token definitions): Prototype yylex and
19849 yyerror.
19850
19851 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
19852
19853 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
19854 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
19855 32-bit arithmetic.
19856 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
19857
19858 2002-05-07 Akim Demaille <akim@epita.fr>
19859
19860 * tests/synclines.at: Be sure to prototype yylex and yyerror to
19861 avoid GCC warnings.
19862
19863 2002-05-07 Akim Demaille <akim@epita.fr>
19864
19865 Kill GCC warnings.
19866
19867 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
19868 over the RHS of each rule.
19869 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
19870 * src/state.h (state_t): Member `nitems' is unsigned short.
19871 * src/LR0.c (get_state): Adjust.
19872 * src/reader.c (packgram): Likewise.
19873 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
19874 `Type'.
19875 (muscle_insert_int_table): Remove, unused.
19876 (prepare_rules): Remove `max'.
19877
19878 2002-05-06 Akim Demaille <akim@epita.fr>
19879
19880 * src/closure.c (print_firsts): Display of the symbol tags.
19881 (bitmatrix_print): Move to...
19882 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
19883 here.
19884 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
19885
19886 2002-05-06 Akim Demaille <akim@epita.fr>
19887
19888 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
19889 hash_do_for_each.
19890
19891 2002-05-06 Akim Demaille <akim@epita.fr>
19892
19893 * src/LR0.c (new_state, get_state): Instead of using the global
19894 `kernel_size' and `kernel_base', have two new arguments:
19895 `core_size' and `core'.
19896 Adjust callers.
19897
19898 2002-05-06 Akim Demaille <akim@epita.fr>
19899
19900 * src/reader.c (packgram): No longer end `ritem' with a 0
19901 sentinel: it is not used.
19902
19903 2002-05-05 Akim Demaille <akim@epita.fr>
19904
19905 New experimental feature: display the lookaheads in the report and
19906 graph.
19907
19908 * src/print (print_core): When --trace-flag, display the rules
19909 lookaheads.
19910 * src/print_graph.c (print_core): Likewise.
19911 Swap the arguments.
19912 Adjust caller.
19913
19914 2002-05-05 Akim Demaille <akim@epita.fr>
19915
19916 * tests/torture.at (Many lookaheads): New test.
19917
19918 2002-05-05 Akim Demaille <akim@epita.fr>
19919
19920 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
19921 (GENERATE_MUSCLE_INSERT_TABLE): this.
19922 (output_int_table, output_unsigned_int_table, output_short_table)
19923 (output_token_number_table, output_item_number_table): Replace with...
19924 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
19925 (muscle_insert_short_table, muscle_insert_token_number_table)
19926 (muscle_insert_item_number_table): these.
19927 Adjust all callers.
19928 (prepare_tokens): Don't free `translations', since...
19929 * src/reader.h, src/reader.c (grammar_free): do it.
19930 Move to...
19931 * src/gram.h, src/gram.c (grammar_free): here.
19932 * data/bison.simple, data/bison.c++: b4_token_number_max is now
19933 b4_translate_max.
19934
19935 2002-05-05 Akim Demaille <akim@epita.fr>
19936
19937 * src/output.c (output_unsigned_int_table): New.
19938 (prepare_rules): `i' is unsigned.
19939 `prhs', `rline', `r2' are unsigned int.
19940 Rename muscle `rhs_number_max' as `rhs_max'.
19941 Output muscles `prhs_max', `rline_max', and `r2_max'.
19942 Free rline and r1.
19943 * data/bison.simple, data/bison.c++: Adjust to use these muscles
19944 to compute types instead of constant types.
19945 * tests/regression.at (Web2c Actions): Adjust.
19946
19947 2002-05-04 Akim Demaille <akim@epita.fr>
19948
19949 * src/symtab.h (SALIAS, SUNDEF): Rename as...
19950 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
19951 Adjust dependencies.
19952 * src/output.c (token_definitions_output): Be sure not to output a
19953 `#define 'a'' when fed with `%token 'a' "a"'.
19954 * tests/regression.at (Token definitions): New.
19955
19956 2002-05-03 Paul Eggert <eggert@twinsun.com>
19957
19958 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
19959 for K&R C.
19960
19961 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
19962
19963 * Makefile.am (SUBDIRS): Remove intl.
19964 (EXTRA_DIST): Add config/config.rpath.
19965
19966 2002-05-03 Akim Demaille <akim@epita.fr>
19967
19968 * data/bison.simple (m4_if): Don't output empty enums.
19969 And actually, output valid enum definitions :(.
19970
19971 2002-05-03 Akim Demaille <akim@epita.fr>
19972
19973 * configure.bat: Remove, completely obsolete.
19974 * Makefile.am (EXTRA_DIST): Adjust.
19975 Don't distribute config.rpath...
19976 * config/Makefile.am (EXTRA_DIST): Do it.
19977
19978 2002-05-03 Akim Demaille <akim@epita.fr>
19979
19980 * configure.in (GETTEXT_VERSION): New.
19981 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
19982
19983 2002-05-03 Akim Demaille <akim@epita.fr>
19984
19985 * data/bison.simple (b4_token_enum): New.
19986 (b4_token_defines): Use it to output tokens both as #define and
19987 enums.
19988 Suggested by Paul Eggert.
19989 * src/output.c (token_definitions_output): Don't output spurious
19990 white spaces.
19991
19992 2002-05-03 Akim Demaille <akim@epita.fr>
19993
19994 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
19995
19996 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
19997
19998 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
19999 Update the stack class, give a try to deque as the default container.
20000
20001 2002-05-02 Akim Demaille <akim@epita.fr>
20002
20003 * data/bison.simple (yyparse): Do not implement @$ = @1.
20004 (YYLLOC_DEFAULT): Adjust to do it.
20005 * doc/bison.texinfo (Location Default Action): Fix.
20006
20007 2002-05-02 Akim Demaille <akim@epita.fr>
20008
20009 * src/reader.c (parse_braces): Merge into...
20010 (parse_action): this.
20011
20012 2002-05-02 Akim Demaille <akim@epita.fr>
20013
20014 * configure.in (ALL_LINGUAS): Remove.
20015 * po/LINGUAS, hr.po: New.
20016
20017 2002-05-02 Akim Demaille <akim@epita.fr>
20018
20019 Remove the so called hairy (semantic) parsers.
20020
20021 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
20022 * src/gram.h, src/gram.c (semantic_parser): Remove.
20023 (rule_t): Remove the guard and guard_line members.
20024 * src/lex.h (token_t): remove tok_guard.
20025 * src/options.c (option_table): Remove %guard and %semantic_parser
20026 support.
20027 * src/output.c, src/output.h (guards_output): Remove.
20028 (prepare): Adjust.
20029 (token_definitions_output): Don't output the `T'
20030 tokens (???).
20031 (output_skeleton): Don't output the guards.
20032 * src/files.c, src/files.c (attrsfile): Remove.
20033 * src/reader.c (symbol_list): Remove the guard and guard_line
20034 members.
20035 Adjust dependencies.
20036 (parse_guard): Remove.
20037 * data/bison.hairy: Remove.
20038 * doc/bison.texinfo (Environment Variables): Remove occurrences of
20039 BISON_HAIRY.
20040
20041 2002-05-02 Akim Demaille <akim@epita.fr>
20042
20043 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
20044 (parse_guard): Rename the formal argument `stack_offset' as
20045 `rule_length', which is more readable.
20046 Adjust callers.
20047 (copy_at, copy_dollar): Instead of outputting the hard coded
20048 values of $$, $n and so forth, output invocation to b4_lhs_value,
20049 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
20050 Note: this patch partially drops `semantic-parser' support: it
20051 always does `rule_length - n', where semantic parsers ought to
20052 always use `-n'.
20053 * data/bison.simple, data/bison.c++ (b4_lhs_value)
20054 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
20055
20056 2002-05-02 Akim Demaille <akim@epita.fr>
20057
20058 * configure.in (AC_INIT): Bump to 1.49b.
20059 (AM_INIT_AUTOMAKE): Short invocation.
20060
20061 2002-05-02 Akim Demaille <akim@epita.fr>
20062
20063 Version 1.49a.
20064
20065 2002-05-01 Akim Demaille <akim@epita.fr>
20066
20067 * src/skeleton.h: Remove.
20068
20069 2002-05-01 Akim Demaille <akim@epita.fr>
20070
20071 * src/skeleton.h: Fix the #endif.
20072 Reported by Magnus Fromreide.
20073
20074 2002-04-26 Paul Eggert <eggert@twinsun.com>
20075
20076 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
20077 Define if we define YYSTYPE and YYLTYPE, respectively.
20078 (YYCOPY): Fix [] quoting problem in the non-GCC case.
20079
20080 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
20081
20082 * src/scan-skel.l: Postprocess quadrigraphs.
20083
20084 * src/reader.c (copy_character): New function, used to output
20085 single characters while replacing `[' and `]' with quadrigraphs, to
20086 avoid troubles with M4 quotes.
20087 (copy_comment): Output characters with copy_character.
20088 (read_additionnal_code): Likewise.
20089 (copy_string2): Likewise.
20090 (copy_definition): Likewise.
20091
20092 * tests/calc.at: Exercise M4 quoting.
20093
20094 2002-04-25 Akim Demaille <akim@epita.fr>
20095
20096 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
20097 between `!' and the command.
20098 Reported by Paul Eggert.
20099
20100 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
20101
20102 * tests/calc.at: Exercise prologue splitting.
20103
20104 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
20105 `b4_post_prologue' instead of `b4_prologue'.
20106
20107 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
20108 muscles.
20109 (output): Free pre_prologue_obstack and post_prologue_obstack.
20110 * src/files.h, src/files.c (attrs_obstack): Remove.
20111 (pre_prologue_obstack, post_prologue_obstack): New.
20112 * src/reader.c (copy_definition): Add a parameter to specify the
20113 obstack to fill, instead of using attrs_obstack unconditionally.
20114 (read_declarations): Pass pre_prologue_obstack to copy_definition if
20115 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
20116
20117 2002-04-23 Paul Eggert <eggert@twinsun.com>
20118
20119 * data/bison.simple: Remove unnecessary commentary and white
20120 space differences from 1_29-branch.
20121 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
20122
20123 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
20124 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
20125 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
20126 constructors or destructors.
20127
20128 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
20129
20130 2002-04-23 Akim Demaille <akim@epita.fr>
20131
20132 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
20133 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
20134 location with columns.
20135 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
20136 All reported by Paul Eggert.
20137
20138 2002-04-22 Akim Demaille <akim@epita.fr>
20139
20140 * src/reduce.c (dump_grammar): Move to...
20141 * src/gram.h, src/gram.c (grammar_dump): here.
20142 Be sure to separate long item numbers.
20143 Don't read the members of a rule's prec if its nil.
20144
20145 2002-04-22 Akim Demaille <akim@epita.fr>
20146
20147 * src/output.c (table_size, table_grow): New.
20148 (MAXTABLE): Remove, replace uses with table_size.
20149 (pack_vector): Instead of dying when the table is too big, grow it.
20150
20151 2002-04-22 Akim Demaille <akim@epita.fr>
20152
20153 * data/bison.simple (yyr1): Its type is that of a token number.
20154 * data/bison.c++ (r1_): Likewise.
20155 * tests/regression.at (Web2c Actions): Adjust.
20156
20157 2002-04-22 Akim Demaille <akim@epita.fr>
20158
20159 * src/reader.c (token_translations_init): 256 is now the default
20160 value for the error token, i.e., it will be assigned another
20161 number if the user assigned 256 to one of her tokens.
20162 (reader): Don't force 256 to error.
20163 * doc/bison.texinfo (Symbols): Adjust.
20164 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
20165 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
20166 etc. instead of 10, 20, 30 (which was used to `jump' over error
20167 (256) and undefined (2)).
20168
20169 2002-04-22 Akim Demaille <akim@epita.fr>
20170
20171 Propagate more token_number_t.
20172
20173 * src/gram.h (token_number_as_item_number)
20174 (item_number_as_token_number): New.
20175 * src/output.c (GENERATE_OUTPUT_TABLE): New.
20176 Use it to create output_item_number_table and
20177 output_token_number_table.
20178 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
20179 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
20180 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
20181 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
20182
20183 2002-04-22 Akim Demaille <akim@epita.fr>
20184
20185 * src/output.h, src/output.c (get_lines_number): Remove.
20186
20187 2002-04-19 Akim Demaille <akim@epita.fr>
20188
20189 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
20190 as Lex/Flex'.
20191 (Debugging): More details about enabling the debugging features.
20192 (Table of Symbols): Describe $$, $n, @$, and @n.
20193 Suggested by Tim Josling.
20194
20195 2002-04-19 Akim Demaille <akim@epita.fr>
20196
20197 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
20198
20199 2002-04-10 Akim Demaille <akim@epita.fr>
20200
20201 * src/system.h: Rely on HAVE_LIMITS_H.
20202 Suggested by Paul Eggert.
20203
20204 2002-04-09 Akim Demaille <akim@epita.fr>
20205
20206 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
20207 full stderr, and strip it according to the bison options, instead
20208 of composing the error message from different bits.
20209 This makes it easier to check for several error messages.
20210 Adjust all the invocations.
20211 Add an invocation exercising the error token.
20212 Add an invocation demonstrating a stupid error message.
20213 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
20214 Adjust the tests.
20215 Error message are for stderr, not stdout.
20216
20217 2002-04-09 Akim Demaille <akim@epita.fr>
20218
20219 * src/gram.h, src/gram.c (error_token_number): Remove, use
20220 errtoken->number.
20221 * src/reader.c (reader): Don't specify the user token number (2)
20222 for $undefined, as it uselessly prevents using it.
20223 * src/gram.h (token_number_t): Move to...
20224 * src/symtab.h: here.
20225 (state_t.number): Is a token_number_t.
20226 * src/print.c, src/reader.c: Use undeftoken->number instead of
20227 hard coded 2.
20228 (Even though this 2 is not the same as above: the number of the
20229 undeftoken remains being 2, it is its user token number which
20230 might not be 2).
20231 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
20232 `user_token_number_max'.
20233 Output `undef_token_number'.
20234 * data/bison.simple, data/bison.c++: Use them.
20235 Be sure to map invalid yylex return values to
20236 `undef_token_number'. This saves us from gratuitous SEGV.
20237
20238 * tests/conflicts.at (Solved SR Conflicts)
20239 (Unresolved SR Conflicts): Adjust.
20240 * tests/regression.at (Web2c Actions): Adjust.
20241
20242 2002-04-08 Akim Demaille <akim@epita.fr>
20243
20244 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
20245 Adding #line.
20246 Remove the duplicate `typedefs'.
20247 (RhsNumberType): Fix the declaration and various other typos.
20248 Use __ofile__.
20249 * data/bison.simple: Use __ofile__.
20250 * src/scan-skel.l: Handle __ofile__.
20251
20252 2002-04-08 Akim Demaille <akim@epita.fr>
20253
20254 * src/gram.h (item_number_t): New, the type of item numbers in
20255 RITEM. Note that it must be able to code symbol numbers as
20256 positive number, and the negation of rule numbers as negative
20257 numbers.
20258 Adjust all dependencies (pretty many).
20259 * src/reduce.c (rule): Remove this `short *' pointer: use
20260 item_number_t.
20261 * src/system.h (MINSHORT, MAXSHORT): Remove.
20262 Include `limits.h'.
20263 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
20264 (shortcpy): Remove.
20265 (MAXTABLE): Move to...
20266 * src/output.c (MAXTABLE): here.
20267 (prepare_rules): Use output_int_table to output rhs.
20268 * data/bison.simple, data/bison.c++: Adjust.
20269 * tests/torture.at (Big triangle): Move the limit from 254 to
20270 500.
20271 * tests/regression.at (Web2c Actions): Ajust.
20272
20273 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
20274 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
20275 passes, but produces negative #line number, once fixed, GCC is
20276 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
20277 C), it passes.
20278 * src/state.h (state_h): Code input lines on ints, not shorts.
20279
20280 2002-04-08 Akim Demaille <akim@epita.fr>
20281
20282 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
20283 and then the grammar.
20284
20285 2002-04-08 Akim Demaille <akim@epita.fr>
20286
20287 * src/system.h: No longer using strndup.
20288
20289 2002-04-07 Akim Demaille <akim@epita.fr>
20290
20291 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
20292 * src/output.c (output_table_data): Return the longest number.
20293 (prepare_tokens): Output `token_number_max').
20294 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
20295 New.
20296 Use them to define yy_token_number_type/TokenNumberType.
20297 Use this type for yytranslate.
20298 * tests/torture.at (Big triangle): Push the limit from 124 to
20299 253.
20300 * tests/regression.at (Web2c Actions): Adjust.
20301
20302 2002-04-07 Akim Demaille <akim@epita.fr>
20303
20304 * tests/torture.at (Big triangle): New.
20305 (GNU AWK Grammar, GNU Cim Grammar): Move to...
20306 * tests/existing.at: here.
20307
20308 2002-04-07 Akim Demaille <akim@epita.fr>
20309
20310 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
20311 nritems.
20312 Adjust dependencies.
20313
20314 2002-04-07 Akim Demaille <akim@epita.fr>
20315
20316 * src/reader.c: Normalize increments to prefix form.
20317
20318 2002-04-07 Akim Demaille <akim@epita.fr>
20319
20320 * src/reader.c, symtab.c: Remove debugging code.
20321
20322 2002-04-07 Akim Demaille <akim@epita.fr>
20323
20324 Rename all the `bucket's as `symbol_t'.
20325
20326 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
20327 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
20328 * src/symtab.c, src/symtab.h (bucket): Rename as...
20329 (symbol_t): this.
20330 (symbol_list_new, bucket_check_defined, bucket_make_alias)
20331 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
20332 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
20333 (buckets_new, buckets_free, buckets_do): Rename as...
20334 (symbol_list_new, symbol_check_defined, symbol_make_alias)
20335 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
20336 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
20337 (symbols_new, symbols_free, symbols_do): these.
20338
20339 2002-04-07 Akim Demaille <akim@epita.fr>
20340
20341 Use lib/hash for the symbol table.
20342
20343 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
20344 EOF.
20345 * src/lex.c (lex): Set the `number' member of new terminals.
20346 * src/reader.c (bucket_check_defined, bucket_make_alias)
20347 (bucket_check_alias_consistence, bucket_translation): New.
20348 (reader, grammar_free, readgram, token_translations_init)
20349 (packsymbols): Adjust.
20350 (reader): Number the predefined tokens.
20351 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
20352 for predefined tokens.
20353 * src/symtab.h (bucket): Remove all the hash table related
20354 members.
20355 * src/symtab.c (symtab): Replace by...
20356 (bucket_table): this.
20357 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
20358 (buckets_new, buckets_do): New.
20359
20360 2002-04-07 Akim Demaille <akim@epita.fr>
20361
20362 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
20363 (start_symbol, max_user_token_number, semantic_parser)
20364 (error_token_number): Initialize.
20365 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
20366 Initialize.
20367 (reader): Don't.
20368 (errtoken, eoftoken, undeftoken, axiom): Extern.
20369
20370 2002-04-07 Akim Demaille <akim@epita.fr>
20371
20372 * src/gram.h (rule_s): prec and precsym are now pointers
20373 to the bucket giving the priority/associativity.
20374 Member `associativity' removed: useless.
20375 * src/reduce.c, src/conflicts.c: Adjust.
20376
20377 2002-04-07 Akim Demaille <akim@epita.fr>
20378
20379 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
20380 Properly escape the symbols' TAG when outputting them.
20381
20382 2002-04-07 Akim Demaille <akim@epita.fr>
20383
20384 * src/lalr.h (LA): Is a bitsetv, not bitset*.
20385
20386 2002-04-07 Akim Demaille <akim@epita.fr>
20387
20388 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
20389 (LArule): this, which is an array to rule_t*.
20390 * src/print.c, src/conflicts.c: Adjust.
20391
20392 2002-04-07 Akim Demaille <akim@epita.fr>
20393
20394 * src/gram.h (rule_t): Rename `number' as `user_number'.
20395 `number' is a new member.
20396 Adjust dependencies.
20397 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
20398
20399 2002-04-07 Akim Demaille <akim@epita.fr>
20400
20401 As a result of the previous patch, it is no longer needed
20402 to reorder ritem itself.
20403
20404 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
20405
20406 2002-04-07 Akim Demaille <akim@epita.fr>
20407
20408 Be sure never to walk through RITEMS, but use only data related to
20409 the rules themselves. RITEMS should be banished.
20410
20411 * src/output.c (output_token_translations): Rename as...
20412 (prepare_tokens): this.
20413 In addition to `translate', prepare the muscles `tname' and
20414 `toknum', which were handled by...
20415 (output_rule_data): this.
20416 Remove, and move the remainder of its outputs into...
20417 (prepare_rules): this new routines, which also merges content from
20418 (output_gram): this.
20419 (prepare_rules): Be sure never to walk through RITEMS.
20420 (output_stos): Rename as...
20421 (prepare_stos): this.
20422 (output): Always invoke prepare_states, after all, just don't use it
20423 in the output if you don't need it.
20424
20425 2002-04-07 Akim Demaille <akim@epita.fr>
20426
20427 * src/LR0.c (new_state): Display `nstates' as the name of the
20428 newly created state.
20429 Adjust to initialize first_state and last_state if needed.
20430 Be sure to distinguish the initial from the final state.
20431 (new_states): Create the itemset of the initial state, and use
20432 new_state.
20433 * src/closure.c (closure): Now that the initial state has its
20434 items properly set, there is no need for a special case when
20435 creating `ruleset'.
20436
20437 As a result, now the rule 0, reducing to $axiom, is visible in the
20438 outputs. Adjust the test suite.
20439
20440 * tests/conflicts.at (Solved SR Conflicts)
20441 (Unresolved SR Conflicts): Adjust.
20442 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
20443 * tests/conflicts.at (S/R in initial): New.
20444
20445 2002-04-07 Akim Demaille <akim@epita.fr>
20446
20447 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
20448 the RHS of the rules.
20449 * src/output.c (output_gram): Likewise.
20450
20451 2002-04-07 Akim Demaille <akim@epita.fr>
20452
20453 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
20454 bucket.
20455 Adjust all dependencies.
20456 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
20457 `number' of the buckets too.
20458 * src/gram.h: Include `symtab.h'.
20459 (associativity): Move to...
20460 * src/symtab.h: here.
20461 No longer include `gram.h'.
20462
20463 2002-04-07 Akim Demaille <akim@epita.fr>
20464
20465 * src/gram.h, src/gram.c (rules_rhs_length): New.
20466 (ritem_longest_rhs): Use it.
20467 * src/gram.h (rule_t): `number' is a new member.
20468 * src/reader.c (packgram): Set it.
20469 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
20470 the end of `rules', and count them out of `nrules'.
20471 (reduce_output, dump_grammar): Adjust.
20472 * src/print.c (print_grammar): It is no longer needed to check for
20473 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
20474 * tests/reduce.at (Reduced Automaton): New test.
20475
20476 2002-04-07 Akim Demaille <akim@epita.fr>
20477
20478 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
20479 lacking `+ 1' to nrules, Bison reported as useless a token if it
20480 was used solely to set the precedence of the last rule...
20481
20482 2002-04-07 Akim Demaille <akim@epita.fr>
20483
20484 * data/bison.c++, data/bison.simple: Don't output the current file
20485 name in #line, to avoid useless diffs between two identical
20486 outputs under different names.
20487
20488 2002-04-07 Akim Demaille <akim@epita.fr>
20489
20490 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
20491 Normalize loops to using `< nrules + 1', not `<= nrules'.
20492
20493 2002-04-07 Akim Demaille <akim@epita.fr>
20494
20495 * TODO: Update.
20496
20497 2002-04-07 Akim Demaille <akim@epita.fr>
20498
20499 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
20500 bucket.value as bucket.number.
20501
20502 2002-04-07 Akim Demaille <akim@epita.fr>
20503
20504 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
20505 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
20506 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
20507 RHS, instead of being an index in RITEMS.
20508
20509 2002-04-04 Paul Eggert <eggert@twinsun.com>
20510
20511 * doc/bison.texinfo: Update copyright date.
20512 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
20513 (Symbols): Warn about running Bison in one character set,
20514 but compiling and/or running in an incompatible one.
20515 Warn about character code 256, too.
20516
20517 2002-04-03 Paul Eggert <eggert@twinsun.com>
20518
20519 * src/bison.data (YYSTACK_ALLOC): Depend on whether
20520 YYERROR_VERBOSE is nonzero, not whether it is defined.
20521
20522 Merge changes from bison-1_29-branch.
20523
20524 2002-03-20 Paul Eggert <eggert@twinsun.com>
20525
20526 Merge fixes from Debian bison_1.34-1.diff.
20527
20528 * configure.in (AC_PREREQ): 2.53.
20529
20530 2002-03-20 Akim Demaille <akim@epita.fr>
20531
20532 * src/conflicts.c (log_resolution): Argument `resolution' is const.
20533
20534 2002-03-19 Paul Eggert <eggert@twinsun.com>
20535
20536 * src/bison.simple (YYCOPY): New macro.
20537 (YYSTACK_RELOCATE): Use it.
20538 Remove Type arg; no longer needed. All callers changed.
20539 (yymemcpy): Remove; no longer needed.
20540
20541 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
20542 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
20543
20544 2002-03-19 Akim Demaille <akim@epita.fr>
20545
20546 Test and fix the #line outputs.
20547
20548 * tests/atlocal.at (GCC): New.
20549 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
20550 (Prologue synch line, %union synch line, Postprologue synch line)
20551 (Action synch line, Epilogue synch line): New tests.
20552 * src/reader.c (parse_union_decl): Define the muscle stype_line.
20553 * data/bison.simple, data/bison.c++: Use it.
20554
20555 2002-03-19 Akim Demaille <akim@epita.fr>
20556
20557 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
20558 (Solved SR Conflicts, %expect not enough, %expect right)
20559 (%expect too much): Move to...
20560 * tests/conflicts.at: this new file.
20561
20562 2002-03-19 Akim Demaille <akim@epita.fr>
20563
20564 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
20565 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
20566 that we can move to enums for instance.
20567 * src/output.c (token_definitions_output): Output a list of
20568 `token-name, token-number' instead of the #define.
20569 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
20570
20571 2002-03-14 Akim Demaille <akim@epita.fr>
20572
20573 Use Gettext 0.11.1.
20574
20575 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
20576
20577 * data/bison.c++: Make the user able to add members to the generated
20578 parser by subclassing.
20579
20580 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
20581
20582 * src/reader.c (read_additionnal_code): `c' should be an integer, not
20583 a character.
20584 Reported by Nicolas Tisserand and Nicolas Burrus.
20585
20586 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
20587
20588 * src/reader.c: Warn about lacking semi-colons, do not complain.
20589
20590 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
20591
20592 * data/bison.c++: Remove a debug line.
20593
20594 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
20595
20596 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
20597 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
20598 provide a default implementation.
20599
20600 2002-03-04 Akim Demaille <akim@epita.fr>
20601
20602 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
20603 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
20604 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
20605 * tests/semantic.at (Parsing Guards): Similarly.
20606 * src/reader.at (readgram): Complain if the last rule is not ended
20607 with a semi-colon.
20608
20609 2002-03-04 Akim Demaille <akim@epita.fr>
20610
20611 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
20612 * src/closure.c: here.
20613 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
20614 RTC.
20615 * src/warshall.h, src/warshall.c: Remove.
20616 * tests/sets.at (Broken Closure): Adjust.
20617
20618 2002-03-04 Akim Demaille <akim@epita.fr>
20619
20620 * src/output.c (output_skeleton): tempdir is const.
20621 bytes_read is unused.
20622
20623 2002-03-04 Akim Demaille <akim@epita.fr>
20624
20625 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
20626 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
20627 Update.
20628 From Michael Hayes.
20629
20630 2002-03-04 Akim Demaille <akim@epita.fr>
20631
20632 * src/closure.c (closure): `r' is unused.
20633
20634 2002-03-04 Akim Demaille <akim@epita.fr>
20635
20636 * tests/sets.at (Broken Closure): Add the ending `;'.
20637 * src/reader.at (readgram): Complain if a rule is not ended with a
20638 semi-colon.
20639
20640 2002-03-04 Akim Demaille <akim@epita.fr>
20641
20642 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
20643 (count_sr_conflicts): Use bitset_count.
20644 * src/reduce.c (inaccessable_symbols): Ditto.
20645 (bits_size): Remove.
20646 * src/warshall.h, src/warshall.c: Convert to bitsetv.
20647
20648 2002-03-04 Akim Demaille <akim@epita.fr>
20649
20650 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
20651 * src/reduce.c: Remove the `bitset_zero's following the
20652 `bitset_create's, as now it is performed by the latter.
20653
20654 2002-03-04 Akim Demaille <akim@epita.fr>
20655
20656 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
20657 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
20658 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
20659 latest sources from Michael.
20660
20661 2002-03-04 Akim Demaille <akim@epita.fr>
20662
20663 * src/output.c (output): Don't free the grammar.
20664 * src/reader.c (grammar_free): New.
20665 * src/main.c (main): Call it and don't free symtab here.
20666
20667 2002-03-04 Akim Demaille <akim@epita.fr>
20668
20669 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
20670 before returning.
20671 Reported by Benoit Perrot.
20672
20673 2002-03-04 Akim Demaille <akim@epita.fr>
20674
20675 Use bitset operations when possible, not loops over bits.
20676
20677 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
20678 bitset_or.
20679 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
20680 * src/reduce.c (useless_nonterminals): Formatting changes.
20681 * src/warshall.c (TC): Use bitset_or.
20682
20683 2002-03-04 Akim Demaille <akim@epita.fr>
20684
20685 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
20686 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
20687 Ditto.
20688
20689 2002-03-04 Akim Demaille <akim@epita.fr>
20690
20691 * src/lalr.c (F): Now a bitset*.
20692 Adjust all dependencies.
20693
20694 2002-03-04 Akim Demaille <akim@epita.fr>
20695
20696 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
20697 Adjust all dependencies.
20698
20699 2002-03-04 Akim Demaille <akim@epita.fr>
20700
20701 * src/L0.c, src/LR0.h (nstates): Be size_t.
20702 Adjust comparisons (signed vs unsigned).
20703 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
20704 bitset*.
20705 Adjust all dependencies.
20706
20707 2002-03-04 Akim Demaille <akim@epita.fr>
20708
20709 * src/closure.c (firsts): Now, also a bitset.
20710 Adjust all dependencies.
20711 (varsetsize): Remove, now unused.
20712 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
20713
20714 2002-03-04 Akim Demaille <akim@epita.fr>
20715
20716 * src/print.c: Convert to use bitset.h, not hand coded iterations
20717 over ints.
20718
20719 2002-03-04 Akim Demaille <akim@epita.fr>
20720
20721 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
20722
20723 2002-03-04 Akim Demaille <akim@epita.fr>
20724
20725 * src/closure.c (ruleset): Be a bitset.
20726 (rulesetsize): Remove.
20727
20728 2002-03-04 Akim Demaille <akim@epita.fr>
20729
20730 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
20731 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
20732 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
20733 * src/closure.c (fderives): Be an array of bitsets.
20734
20735 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
20736
20737 * data/bison.c++: Merge the two generated headers. Insert a copyright
20738 notice in each output file.
20739
20740 2002-02-28 Akim Demaille <akim@epita.fr>
20741
20742 * data/bison.c++: Copy the prologue of bison.simple to fetch
20743 useful M4 definitions, such as b4_header_guard.
20744
20745 2002-02-25 Akim Demaille <akim@epita.fr>
20746
20747 * src/getargs.c (version): Give the name of the authors, and use a
20748 translator friendly scheme for the bgr
20749 copyright notice.
20750
20751 2002-02-25 Akim Demaille <akim@epita.fr>
20752
20753 * src/output.c (header_output): Remove, now handled completely via
20754 M4.
20755
20756 2002-02-25 Akim Demaille <akim@epita.fr>
20757
20758 * m4/m4.m4: New, from CVS Autoconf.
20759 * configure.in: Invoke it.
20760 * src/output.c (output_skeleton): Use its result instead of the
20761 hard coded name.
20762
20763 2002-02-25 Akim Demaille <akim@epita.fr>
20764
20765 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
20766 Fileutils 4.1.5.
20767 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
20768 * src/output.c (output_skeleton): Use mkstemp to create a real
20769 temporary file.
20770 Move the filling of `skeleton' and its muscle to...
20771 (prepare): here.
20772 (output): Move the definition of the prologue muscle to...
20773 (prepare): here.
20774 * src/system.h (DEFAULT_TMPDIR): New.
20775
20776 2002-02-14 Paul Eggert <eggert@twinsun.com>
20777
20778 Remove the support for C++ namespace cleanliness; it was
20779 causing more problems than it was curing, since it didn't work
20780 properly on some nonstandard C++ compilers. This can wait
20781 for a proper C++ parser.
20782
20783 * NEWS: Document this.
20784 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
20785 of C++, as it's treated like C now.
20786 * src/bison.simple (YYSTD): Remove.
20787 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
20788 Treat C++ just like Standard C instead of trying to support
20789 namespace cleanliness.
20790
20791 2002-02-14 Akim Demaille <akim@epita.fr>
20792
20793 * tests/regression.at (else): Adjust to Andreas' change.
20794
20795 2002-02-14 Akim Demaille <akim@epita.fr>
20796
20797 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
20798
20799 2002-02-13 Andreas Schwab <schwab@suse.de>
20800
20801 * src/output.c (output_rule_data): Don't output NULL, it might
20802 not be defined yet.
20803
20804 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
20805
20806 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
20807 (Copyright notice): Update.
20808
20809 2002-02-11 Akim Demaille <akim@epita.fr>
20810
20811 * tests/regression.at (%nonassoc and eof): Don't include
20812 nonportable headers.
20813
20814 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
20815
20816 * data/bison.c++: Correct error recovery. Make the user able to
20817 initialize the starting location.
20818
20819 2002-02-07 Akim Demaille <akim@epita.fr>
20820
20821 * tests/input.at: New.
20822
20823 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
20824
20825 * data/bison.c++: Replace some direct m4 expansions by constants. Be
20826 more consistent when naming methods and variables. Put preprocessor
20827 directives around tables only needed for debugging.
20828
20829 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
20830
20831 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
20832 C++ parsers.
20833 (yy::b4_name::parse): Use print_.
20834
20835 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
20836
20837 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
20838
20839 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
20840
20841 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
20842 C++ parsers.
20843 (yy::b4_name::parse): Build verbose error messages, and use error_.
20844
20845 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
20846
20847 * data/bison.c++: Fix m4 quoting in comments.
20848
20849 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
20850
20851 * data/bison.c++: Adjust the parser code. Fix some muscles that were
20852 not expanded by m4.
20853
20854 2002-02-05 Akim Demaille <akim@epita.fr>
20855
20856 * data/bison.c++: Adjust to the M4 back end.
20857 More is certainly needed.
20858
20859 2002-02-05 Akim Demaille <akim@epita.fr>
20860
20861 Give a try to M4 as a back end.
20862
20863 * lib/readpipe.c: New, from wdiff.
20864 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
20865 BISON_HAIRY.
20866 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
20867 specific values. Now it is m4 that performs the lookup.
20868 * src/parse-skel.y: Remove.
20869 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
20870 * src/output.c (actions_output, guards_output)
20871 (token_definitions_output): No longer keeps track of the output
20872 line number, hence remove the second argument.
20873 (guards_output): Check against the guard member of a rule, not the
20874 action member.
20875 Adjust callers.
20876 (output_skeleton): Don't look for the skeleton location, let m4 do
20877 that.
20878 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
20879 file will be used.
20880 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
20881 (prepare): Given that for the time being changesyntax is not
20882 usable in M4, rename the muscles using `-' to `_'.
20883 Define `defines_flag', `output_parser_name' and `output_header_name'.
20884 * src/output.h (actions_output, guards_output)
20885 (token_definitions_output): Adjust prototypes.
20886 * src/scan-skel.l: Instead of scanning the skeletons, it now
20887 processes the output of m4: `__oline__' and `#output'.
20888 * data/bison.simple: Adjust to be used by M4(sugar).
20889 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
20890 to date.
20891 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
20892 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
20893 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
20894 shamelessly stolen from CVS Autoconf.
20895
20896 2002-02-05 Akim Demaille <akim@epita.fr>
20897
20898 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
20899 * configure.in: Check for the declarations of free and malloc.
20900 * src/muscle_tab.c: Adjust.
20901
20902 2002-02-05 Akim Demaille <akim@epita.fr>
20903
20904 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
20905 which have no values.
20906
20907 2002-02-05 Akim Demaille <akim@epita.fr>
20908
20909 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
20910 * data/: here.
20911
20912 2002-01-29 Paul Eggert <eggert@twinsun.com>
20913
20914 * src/bison.simple (YYSIZE_T): Do not define merely because
20915 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
20916 On some platforms, <alloca.h> does not declare YYSTD (size_t).
20917
20918 2002-01-27 Akim Demaille <akim@epita.fr>
20919
20920 Fix `%nonassoc and eof'.
20921
20922 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
20923 which were not properly copied! Replace
20924 memcpy (res->errs, src->errs, src->nerrs);
20925 with
20926 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
20927 !!!
20928 * tests/regression.at (%nonassoc and eof): Adjust to newest
20929 Autotest: `.' is not in the PATH.
20930
20931 2002-01-27 Akim Demaille <akim@epita.fr>
20932
20933 * tests/sets.at (AT_EXTRACT_SETS): New.
20934 (Nullable): Use it.
20935 (Firsts): New.
20936
20937 2002-01-26 Akim Demaille <akim@epita.fr>
20938
20939 * tests/actions.at, tests/calc.at, tests/headers.at,
20940 * tests/torture.at: Adjust to the newest Autotest which no longer
20941 forces `.' in the PATH.
20942
20943 2002-01-25 Akim Demaille <akim@epita.fr>
20944
20945 * tests/regression.at (%nonassoc and eof): New.
20946 Suggested by Robert Anisko.
20947
20948 2002-01-24 Akim Demaille <akim@epita.fr>
20949
20950 Bison dumps core when trying to complain about broken input files.
20951 Reported by Cris van Pelt.
20952
20953 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
20954 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
20955 into...
20956 (Invalid inputs): Strengthen: exercise parse_percent_token.
20957
20958 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
20959
20960 * src/Makefile.am: Add bison.c++.
20961 * src/bison.c++: New skeleton.
20962
20963 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
20964
20965 * po/it.po: New.
20966
20967 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
20968
20969 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
20970
20971 2002-01-20 Marc Autret <marc@gnu.org>
20972
20973 * src/files.c (compute_output_file_names): Fix
20974
20975 2002-01-20 Marc Autret <marc@gnu.org>
20976
20977 * tests/output.at: New test.
20978 * src/files.c (compute_base_names): Don't map extensions when
20979 the YACC flag is set, use defaults.
20980 Reported by Evgeny Stambulchik.
20981
20982 2002-01-20 Marc Autret <marc@gnu.org>
20983
20984 * src/system.h: Need to define __attribute__ away for non-GCC
20985 compilers as well (i.e., the vendor C compiler).
20986 Suggested by Albert Chin-A-Young.
20987
20988 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
20989
20990 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
20991 canonical definition.
20992 * src/system.h: Use the canonical definition for PARAMS (avoids
20993 a conflict with the macro from lib/hash.h).
20994
20995 2002-01-11 Akim Demaille <akim@epita.fr>
20996
20997 * configure.in: Use AC_FUNC_STRNLEN.
20998 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
20999
21000 2002-01-09 Akim Demaille <akim@epita.fr>
21001
21002 * src/files.c, src/files.h (output_infix): New.
21003 (tab_extension): Remove.
21004 (compute_base_names): Compute the former, drop the latter.
21005 * src/output.c (prepare): Insert the muscles `output-infix', and
21006 `output-suffix'.
21007 * src/parse-skel.y (string, string.1): New.
21008 (section.header): Use it.
21009 (section.yacc): Remove.
21010 (prefix): Remove too.
21011 * src/scan-skel.l: Adjust.
21012 * src/bison.simple, src/bison.hairy: Adjust.
21013
21014 2002-01-09 Akim Demaille <akim@epita.fr>
21015
21016 * configure.in (WERROR_CFLAGS): Compute it.
21017 * src/Makefile.am (CFLAGS): Pass it.
21018 * tests/atlocal.in (CFLAGS): Idem.
21019 * src/files.c: Fix a few warnings.
21020 (get_extension_index): Remove, unused.
21021
21022 2002-01-08 Akim Demaille <akim@epita.fr>
21023
21024 * src/getargs.c (AS_FILE_NAME): New.
21025 (getargs): Use it to convert DOSish file names.
21026 * src/files.c (base_name): Rename as full_base_name to avoid
21027 clashes with `base_name ()'.
21028 (filename_split): New.
21029 (compute_base_names): N-th rewrite, using filename_split.
21030
21031 2002-01-08 Akim Demaille <akim@epita.fr>
21032
21033 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
21034 New, stolen from the Fileutils 4.1.
21035 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
21036 * configure.in: Check for the presence of memrchr, and of its
21037 prototype.
21038
21039 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
21040
21041 * lib/hash.h (__P): Added definition for this macro.
21042 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
21043 BUILT_SOURCES, to ensure they are generated first.
21044 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
21045 %error-verbose to allow bootstrapping with bison 1.30x.
21046
21047 2002-01-06 Akim Demaille <akim@epita.fr>
21048
21049 * src/reader.c (parse_braces): Don't fetch the next char, the
21050 convention is to fetch on entry.
21051 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
21052 'switch' without a following semicolon.
21053 * tests/regression.at (braces parsing): New.
21054
21055 2002-01-06 Akim Demaille <akim@epita.fr>
21056
21057 Bison is dead wrong in its RR conflict reports.
21058
21059 * tests/torture.at (GNU Cim Grammar): New.
21060 * src/conflicts.c (count_rr_conflicts): Fix.
21061
21062 2002-01-06 Akim Demaille <akim@epita.fr>
21063
21064 Creating package.m4 from configure.ac causes too many problems.
21065
21066 * tests/Makefile.am (package.m4): Create it by hand,
21067 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
21068
21069 2002-01-06 Akim Demaille <akim@epita.fr>
21070
21071 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
21072 skeleton.h.
21073
21074 2002-01-04 Paul Eggert <eggert@twinsun.com>
21075
21076 * doc/bison.texinfo (Debugging):
21077 Remove YYSTDERR; it's no longer defined or used.
21078 Also, s/cstdio.h/cstdio/.
21079
21080 2002-01-03 Akim Demaille <akim@epita.fr>
21081
21082 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
21083
21084 2002-01-03 Akim Demaille <akim@epita.fr>
21085
21086 * src/parse-skel.y (process_skeleton): Don't bind the parser's
21087 tracing code to --trace, wait for a better --trace option, with
21088 args.
21089
21090 2002-01-03 Akim Demaille <akim@epita.fr>
21091
21092 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
21093 The ISO C++ standard is extremely clear about it: stderr is
21094 considered a macro, not a regular symbol (see table 94 `Header
21095 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
21096 Therefore std:: does not apply to it. It still does with fprintf.
21097 Also, s/cstdio.h/cstdio/.
21098
21099 2002-01-03 Akim Demaille <akim@epita.fr>
21100
21101 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
21102 for non system headers.
21103
21104 2002-01-02 Akim Demaille <akim@epita.fr>
21105
21106 Equip the skeleton chain with location tracking, runtime trace,
21107 pure parser and scanner.
21108
21109 * src/parse-skel.y: Request a pure parser, locations, and prefix
21110 renaming.
21111 (%union): Having several members with the same type does not help
21112 type mismatches, simplify.
21113 (YYPRINT, yyprint): New.
21114 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
21115 (skel_error): this.
21116 Handle locations.
21117 * src/scan-skel.l: Adjust to these changes.
21118 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
21119 (LOCATION_PRINT, skel_control_t): New.
21120
21121 2001-12-30 Akim Demaille <akim@epita.fr>
21122
21123 * src/parse-skel.y: Get rid of the shift/reduce conflict:
21124 replace `gb' with BLANKS.
21125 * src/scan-skel.l: Adjust.
21126
21127 2001-12-30 Akim Demaille <akim@epita.fr>
21128
21129 * src/system.h: We don't need nor want bcopy.
21130 Throw away MS-DOS crap: we don't need getpid.
21131 * configure.in: We don't need strndup. It was even causing
21132 problems: because Flex includes the headers *before* us,
21133 _GNU_SOURCE is not defined by config.h, and therefore strndup was
21134 not visible.
21135 * lib/xstrndup.c: New.
21136 * src/scan-skel.l: Use it.
21137 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
21138 * src/parse-skel.y: Use %directives instead of #defines.
21139
21140 2001-12-30 Akim Demaille <akim@epita.fr>
21141
21142 * src/skeleton.h: New.
21143 * src/output.c (output_parser, output_master_parser): Remove, dead
21144 code.
21145 * src/output.h (get_lines_number, actions_output, guards_output)
21146 (token_definitions_output): Prototype them.
21147 * src/parse-skel.y: Add the license notice.
21148 Include output.h and skeleton.h.
21149 (process_skeleton): Returns void, and takes a single parameter.
21150 * src/scan-skel.l: Add the license notice.
21151 Include skeleton.h.
21152 Don't use %option yylineno: it seems that then Flex imagines
21153 REJECT has been used, and therefore it won't reallocate its
21154 buffers (which makes no other sense to me than a bug). It results
21155 in warnings for `unused: yy_flex_realloc'.
21156
21157 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
21158
21159 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
21160 (MUSCLE_INSERT_PREFIX): ...to there.
21161 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
21162 (MUSCLE_INSERT_PREFIX): Move from here...
21163
21164 * src/bison.hairy: Add a section directive. Put braces around muscle
21165 names. This parser skeleton is still broken, but Bison should not
21166 choke on a bad muscle 'syntax'.
21167 * src/bison.simple: Add a section directive. Put braces around muscle
21168 names.
21169
21170 * src/files.h (strsuffix, stringappend): Add declarations.
21171 (tab_extension): Add declaration.
21172 (short_base_name): Add declaration.
21173
21174 * src/files.c (strsuffix, stringappend): No longer static. These
21175 functions are used in the skeleton parser.
21176 (tab_extension): New.
21177 (compute_base_names): Use the computations done in this function
21178 to guess if the generated parsers should have '.tab' in their
21179 names.
21180 (short_base_name): No longer static.
21181
21182 * src/output.c (output_skeleton): New.
21183 (output): Disable call to output_master_parser, and give a try to
21184 a new skeleton handling system.
21185 (guards_output, actions_output): No longer static.
21186 (token_definitions_output, get_lines_number): No longer static.
21187
21188 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
21189
21190 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
21191 parse-skel.y.
21192
21193 * src/parse-skel.y: New file.
21194 * src/scan-skel.l: New file.
21195
21196 2001-12-29 Akim Demaille <akim@epita.fr>
21197
21198 %name-prefix is broken.
21199
21200 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
21201 Adjust all dependencies.
21202 * tests/headers.at (export YYLTYPE): Strengthen this test: use
21203 %name-prefix.
21204
21205 Renaming yylval but not yylloc is not consistent. Now we do.
21206
21207 * src/bison.simple: Prefix yylloc if used.
21208 * doc/bison.texinfo (Decl Summary): Document that.
21209
21210 2001-12-29 Akim Demaille <akim@epita.fr>
21211
21212 * doc/bison.texinfo: Promote `%long-directive' over
21213 `%long_directive'.
21214 Remove all references to fixed-output-files, yacc is enough.
21215
21216 2001-12-29 Akim Demaille <akim@epita.fr>
21217
21218 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
21219 user prologue. These are defaults.
21220 * tests/actions.at (Mid-rule actions): Make sure the user can
21221 define YYDEBUG and YYERROR_VERBOSE.
21222
21223 2001-12-29 Akim Demaille <akim@epita.fr>
21224
21225 * src/output.c (header_output): Don't forget to export YYLTYPE and
21226 yylloc.
21227 * tests/headers.at (export YYLTYPE): New, make sure it does.
21228 * tests/regression.at (%union and --defines, Invalid CPP headers):
21229 Move to...
21230 * tests/headers.at: here.
21231
21232 2001-12-29 Akim Demaille <akim@epita.fr>
21233
21234 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
21235
21236 2001-12-29 Akim Demaille <akim@epita.fr>
21237
21238 * tests/actions.at (Mid-rule actions): Output on a single line
21239 instead of several.
21240
21241 2001-12-29 Akim Demaille <akim@epita.fr>
21242
21243 * doc/bison.texinfo: Formatting changes.
21244
21245 2001-12-29 Akim Demaille <akim@epita.fr>
21246
21247 Don't store the token defs in a muscle, just be ready to output it
21248 on command. Now possible via `symbols'. Fixes a memory leak.
21249
21250 * src/output.c (token_definitions_output): New.
21251 (output_parser, header_output): Use it.
21252 * src/reader.c (symbols_save): Remove.
21253
21254 2001-12-29 Akim Demaille <akim@epita.fr>
21255
21256 * src/bison.simple: Do not provide a default for YYSTYPE and
21257 YYLTYPE before the user's prologue. Otherwise it's hardly... a
21258 default.
21259
21260 2001-12-29 Akim Demaille <akim@epita.fr>
21261
21262 Mid-rule actions are simply... ignored!
21263
21264 * src/reader.c (readgram): Be sure to attach mid-rule actions to
21265 the empty-rule associated to the dummy symbol, not to the host
21266 rule.
21267 * tests/actions.at (Mid-rule actions): New.
21268
21269 2001-12-29 Akim Demaille <akim@epita.fr>
21270
21271 Memory leak.
21272
21273 * src/reader.c (reader): Free grammar.
21274
21275 2001-12-29 Akim Demaille <akim@epita.fr>
21276
21277 Memory leak.
21278
21279 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
21280 since it allocates it for each state, although only one is needed.
21281 (allocate_storage): Do it here.
21282
21283 2001-12-29 Akim Demaille <akim@epita.fr>
21284
21285 * src/options.h, src/options.c (create_long_option_table): Rename
21286 as...
21287 (long_option_table_new): this, with a clearer prototype.
21288 (percent_table): Remove, unused,
21289 * src/getargs.c (getargs): Adjust.
21290
21291 2001-12-29 Akim Demaille <akim@epita.fr>
21292
21293 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
21294 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
21295 as states.
21296
21297 2001-12-29 Akim Demaille <akim@epita.fr>
21298
21299 * src/lalr.c (build_relations): Rename `states' as `states1'.
21300 Sorry, I don't understand exactly what it is, no better name...
21301
21302 2001-12-29 Akim Demaille <akim@epita.fr>
21303
21304 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
21305 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
21306 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
21307 as rules.
21308
21309 2001-12-29 Akim Demaille <akim@epita.fr>
21310
21311 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
21312 ago.
21313
21314 2001-12-29 Akim Demaille <akim@epita.fr>
21315
21316 * src/reader.c, src/reader.h (user_toknums): Remove.
21317 Adjust all users to use symbols[i]->user_token_number.
21318
21319 2001-12-29 Akim Demaille <akim@epita.fr>
21320
21321 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
21322 Adjust all users to use symbols[i]->prec or ->assoc.
21323
21324 2001-12-29 Akim Demaille <akim@epita.fr>
21325
21326 * src/reader.c, src/reader.h (tags): Remove.
21327 Adjust all users to use symbols[i]->tag.
21328
21329 2001-12-29 Akim Demaille <akim@epita.fr>
21330
21331 * src/gram.h, src/gram.c (symbols): New, similar to state_table
21332 and rule_table.
21333 * src/reader.c (packsymbols): Fill this table.
21334 Drop sprec.
21335 * src/conflicts.c (resolve_sr_conflict): Adjust.
21336 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
21337 single table.
21338 Use symbols[i]->tag instead of tags[i].
21339
21340 2001-12-29 Akim Demaille <akim@epita.fr>
21341
21342 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
21343 In addition, put a comment in there, to replace...
21344 * tests/regression.at (%union and C comments): Remove.
21345
21346 2001-12-29 Akim Demaille <akim@epita.fr>
21347
21348 * tests/regression.at (Web2c Actions): Blindly move the actual
21349 output as expected output. The contents *seem* right to me, but I
21350 can't pretend reading perfectly parser tables... Nonetheless, all
21351 the other tests pass correctly, the table look OK, even though the
21352 presence of `$axiom' is to be noted: AFAICS it is useless (but
21353 harmless).
21354
21355 2001-12-29 Akim Demaille <akim@epita.fr>
21356
21357 * src/reader.c (readgram): Don't add the rule 0 if there were no
21358 rules read. In other words, add it _after_ having performed
21359 grammar sanity checks.
21360 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
21361
21362 2001-12-29 Akim Demaille <akim@epita.fr>
21363
21364 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
21365 visible, and some states have now a different number.
21366
21367 2001-12-29 Akim Demaille <akim@epita.fr>
21368
21369 * src/reader.c (readgram): Bind the initial rule's lineno to that
21370 of the first rule.
21371 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
21372 (Solved SR Conflicts): Adjust rule 0's line number.
21373
21374 2001-12-29 Akim Demaille <akim@epita.fr>
21375
21376 Fix the `GAWK Grammar' failure.
21377
21378 * src/LR0.c (final_state): Initialize to -1 so that we do compute
21379 the reductions of the first state which was mistakenly confused
21380 with the final state because precisely final_state was initialized
21381 to 0.
21382 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
21383 now noticed by Bison.
21384 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
21385 have a reduction on $default.
21386
21387 2001-12-29 Akim Demaille <akim@epita.fr>
21388
21389 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
21390 rule line numbers.
21391 * src/closure.c (print_closure): Likewise.
21392 * src/derives.c (print_derives): Likewise.
21393 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
21394 now.
21395
21396 2001-12-29 Akim Demaille <akim@epita.fr>
21397
21398 * src/lalr.c (lookaheads_print): New.
21399 (lalr): Call it when --trace-flag.
21400 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
21401 are dumped.
21402
21403 2001-12-29 Akim Demaille <akim@epita.fr>
21404
21405 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
21406 when walking through ritem, even via rule->rhs.
21407 * src/reduce.c (dump_grammar, useful_production, reduce_output)
21408 (useful_production, useless_nonterminals): Likewise.
21409 (reduce_grammar_tables): Likewise, plus update nritems.
21410 * src/nullable.c (set_nullable): Likewise.
21411 * src/lalr.c (build_relations): Likewise.
21412 * tests/sets.at (Nullable): Adjust.
21413 Fortunately, now, the $axiom is no longer nullable.
21414
21415 2001-12-29 Akim Demaille <akim@epita.fr>
21416
21417 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
21418 the 0-sentinel.
21419 * src/gram.c (ritem_longest_rhs): Likewise.
21420 * src/reduce.c (nonterminals_reduce): Likewise.
21421 * src/print_graph.c (print_graph): Likewise.
21422 * src/output.c (output_rule_data): Likewise.
21423 * src/nullable.c (set_nullable): Likewise.
21424
21425 2001-12-29 Akim Demaille <akim@epita.fr>
21426
21427 * src/output.c: Comment changes.
21428
21429 2001-12-27 Paul Eggert <eggert@twinsun.com>
21430
21431 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
21432 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
21433 Sparc, as they were causing more porting problems than the
21434 (minor) performance improvement was worth.
21435
21436 Also, catch up with 1.31's YYSTD.
21437
21438 2001-12-27 Akim Demaille <akim@epita.fr>
21439
21440 * src/output.c (output_gram): Rely on nritems, not the
21441 0-sentinel. See below.
21442 Use -1 as separator, not 0.
21443 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
21444 Rely on -1 as separator in yyrhs, instead of 0.
21445 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
21446 twice `Now at end of input', therefore there are two lines less to
21447 expect.
21448
21449 2001-12-27 Akim Demaille <akim@epita.fr>
21450
21451 * tests/regression.at (Unresolved SR Conflicts):
21452 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
21453 below.
21454
21455 2001-12-27 Akim Demaille <akim@epita.fr>
21456
21457 * src/LR0.c (new_state): Recognize the final state by the fact it
21458 is reached by eoftoken.
21459 (insert_start_shifting_state, insert_eof_shifting_state)
21460 (insert_accepting_state, augment_automaton): Remove, since now
21461 these states are automatically computed from the initial state.
21462 (generate_states): Adjust.
21463 * src/print.c: When reporting a rule number to the user, substract
21464 1, so that the axiom rule is rule 0, and the first user rule is 1.
21465 * src/reduce.c: Likewise.
21466 * src/print_graph.c (print_core): For the time being, just as for
21467 the report, depend upon --trace-flags to dump the full set of
21468 items.
21469 * src/reader.c (readgram): Once the grammar read, insert the rule
21470 0: `$axiom: START-SYMBOL $'.
21471 * tests/set.at: Adjust: rule 0 is now displayed, and since the
21472 number of the states has changed (the final state is no longer
21473 necessarily the last), catch up.
21474
21475 2001-12-27 Akim Demaille <akim@epita.fr>
21476
21477 Try to make the use of the eoftoken valid. Given that its value
21478 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
21479 is used instead of > 0 where appropriate, (ii), depend upon nritems
21480 instead of the 0-sentinel.
21481
21482 * src/gram.h, src/gram.c (nritems): New.
21483 Expected to be duplication of nitems, but for the time being...
21484 * src/reader.c (packgram): Assert nritems and nitems are equal.
21485 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
21486 * src/closure.c (print_closure, print_fderives): Likewise.
21487 * src/gram.c (ritem_print): Likewise.
21488 * src/print.c (print_core, print_grammar): Likewise.
21489 * src/print_graph.c: Likewise.
21490
21491 2001-12-27 Akim Demaille <akim@epita.fr>
21492
21493 * src/main.c (main): If there are complains after grammar
21494 reductions, then output the report anyway if requested, then die.
21495 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
21496 * src/reader.c (eoftoken): New.
21497 (parse_token_decl): If the token being defined has value `0', it
21498 is the eoftoken.
21499 (packsymbols): No longer hack `tags' to insert `$' by hand.
21500 Be sure to preserve the value of the eoftoken.
21501 (reader): Make sure eoftoken is defined.
21502 Initialize nsyms to 0: now eoftoken is created just like the others.
21503 * src/print.c (print_grammar): Don't special case the eof token.
21504 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
21505 lie anyway, albeit pleasant.
21506 * tests/calc.at: Exercise error messages with eoftoken.
21507 Change the grammar so that empty input is invalid.
21508 Adjust expectations.
21509 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
21510
21511 2001-12-27 Akim Demaille <akim@epita.fr>
21512
21513 * configure.in: Check the protos of strchr ans strspn.
21514 Replace strchr if needed.
21515 * src/system.h: Provide the protos of strchr, strspn and memchr if
21516 missing.
21517 * lib/strchr.c: New.
21518 * src/reader.c (symbols_save): Use strchr.
21519
21520 2001-12-27 Akim Demaille <akim@epita.fr>
21521
21522 * src/print.c, src/print_graph.c (escape): New.
21523 Use it to quote the TAGS outputs.
21524 * src/print_graph.c (print_state): Now errors are in red, and
21525 reductions in green.
21526 Prefer high to wide: output the state number on a line of its own.
21527
21528 2001-12-27 Akim Demaille <akim@epita.fr>
21529
21530 * src/state.h, src/state.c (reductions_new): New.
21531 * src/LR0.c (set_state_table): Let all the states have a
21532 `reductions', even if reduced to 0.
21533 (save_reductions): Adjust.
21534 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
21535 * src/print.c (print_reductions, print_actions): Adjust.
21536 * src/output.c (action_row): Adjust.
21537
21538 2001-12-27 Akim Demaille <akim@epita.fr>
21539
21540 * src/state.h, src/state.c (errs_new, errs_dup): New.
21541 * src/LR0.c (set_state_table): Let all the states have an errs,
21542 even if reduced to 0.
21543 * src/print.c (print_errs, print_reductions): Adjust.
21544 * src/output.c (output_actions, action_row): Adjust.
21545 * src/conflicts.c (resolve_sr_conflict): Adjust.
21546
21547 2001-12-27 Akim Demaille <akim@epita.fr>
21548
21549 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
21550
21551 2001-12-27 Akim Demaille <akim@epita.fr>
21552
21553 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
21554 * src/print.c: here.
21555 (lookaheadset, shiftset): New, used as additional storage by
21556 print_reductions.
21557 (print_results): Adjust.
21558 (print_shifts, print_gotos, print_errs): New, extracted from...
21559 (print_actions): here.
21560 * src/print_graph.c (print_actions): Remove dead code.
21561
21562 2001-12-27 Akim Demaille <akim@epita.fr>
21563
21564 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
21565 `$n' and `@n'.
21566
21567 2001-12-27 Akim Demaille <akim@epita.fr>
21568
21569 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
21570 (build_relations): Adjust.
21571
21572 2001-12-27 Akim Demaille <akim@epita.fr>
21573
21574 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
21575 duplication.
21576
21577 2001-12-27 Akim Demaille <akim@epita.fr>
21578
21579 * src/reader.c (packgram): Catch nitems overflows.
21580
21581 2001-12-27 Akim Demaille <akim@epita.fr>
21582
21583 * src/files.c, src/files.h (guard_obstack): Remove.
21584 * src/output.c (output): Adjust.
21585 * src/reader.c (parse_braces): New, factoring...
21586 (copy_action, copy_guard): these two which are renamed as...
21587 (parse_action, parse_guard): these.
21588 As a voluntary consequence, using braces around guards is now
21589 mandatory.
21590
21591 2001-12-27 Akim Demaille <akim@epita.fr>
21592
21593 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
21594 * src/reader.c (symbol_list): `guard' and `guard_line' are new
21595 members.
21596 (symbol_list_new): Adjust.
21597 (copy_action): action_line is the first line, not the last.
21598 (copy_guard): Just as for actions, store the `action' only, not
21599 the switch/case/break flesh.
21600 Don't parse the user action that might follow the guard, let...
21601 (readgram): do it, i.e., now, there can be an action after a
21602 guard.
21603 In other words the guard is just explicitly optional.
21604 (packgram): Adjust.
21605 * src/output.c (guards_output): New.
21606 (output_parser): Call it when needed.
21607 (output): Also free the guard and attrs obstacks.
21608 * src/files.c, src/files.h (obstack_save): Remove.
21609 (output_files): Remove.
21610 As a result, if one needs the former `.act' file, using an
21611 appropriate skeleton which requires actions and guards is now
21612 required.
21613 * src/main.c (main): Adjust.
21614 * tests/semantic.at: New.
21615 * tests/regression.at: Use `input.y' as input file name.
21616 Avoid 8+3 problems by requiring input.c when the test needs the
21617 parser.
21618
21619 2001-12-27 Akim Demaille <akim@epita.fr>
21620
21621 * src/reader.c (symbol_list_new): Be sure to initialize all the
21622 fields.
21623
21624 2001-12-27 Akim Demaille <akim@epita.fr>
21625
21626 All the hacks using a final pseudo state are now useless.
21627
21628 * src/LR0.c (set_state_table): state_table holds exactly nstates.
21629 * src/lalr.c (nLA): New.
21630 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
21631 instead of lookaheadsp from the pseudo state (nstate + 1).
21632
21633 2001-12-27 Akim Demaille <akim@epita.fr>
21634
21635 * src/output.c (action_row, token_actions): Use a state_t instead
21636 of a integer, and nlookaheads instead of the following state's
21637 lookaheadsp.
21638
21639 2001-12-27 Akim Demaille <akim@epita.fr>
21640
21641 * src/conflicts.c (log_resolution, flush_shift)
21642 (resolve_sr_conflict, set_conflicts, solve_conflicts)
21643 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
21644 (conflicts_print, print_reductions): Use a state_t instead of an
21645 integer when referring to a state.
21646 As much as possible, depend upon nlookaheads, instead of the
21647 `lookaheadsp' member of the following state (since lookaheads of
21648 successive states are successive, the difference between state n + 1
21649 and n served as the number of lookaheads for state n).
21650 * src/lalr.c (add_lookback_edge): Likewise.
21651 * src/print.c (print_core, print_actions, print_state)
21652 (print_results): Likewise.
21653 * src/print_graph.c (print_core, print_actions, print_state)
21654 (print_graph): Likewise.
21655 * src/conflicts.h: Adjust.
21656
21657 2001-12-27 Akim Demaille <akim@epita.fr>
21658
21659 * src/bison.hairy: Formatting/comment changes.
21660 ANSIfy.
21661 Remove `register' indications.
21662 Add plenty of `static'.
21663
21664 2001-12-27 Akim Demaille <akim@epita.fr>
21665
21666 * src/output.c (prepare): Drop the muscle `ntbase' which
21667 duplicates ntokens.
21668 * src/bison.simple: Formatting/comment changes.
21669 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
21670 is an undocumented synonym.
21671
21672 2001-12-22 Akim Demaille <akim@epita.fr>
21673
21674 * src/output.c (output_table_data): Change the prototype to use
21675 `int' for array ranges: some invocations do pass an int, not a
21676 short.
21677 Reported by Wayne Green.
21678
21679 2001-12-22 Akim Demaille <akim@epita.fr>
21680
21681 Some actions of web2c.y are improperly triggered.
21682 Reported by Mike Castle.
21683
21684 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
21685 * tests/regression.at (Web2c): Rename as...
21686 (Web2c Report): this.
21687 (Web2c Actions): New.
21688
21689 2001-12-22 Akim Demaille <akim@epita.fr>
21690
21691 Reductions in web2c.y are improperly reported.
21692 Reported by Mike Castle.
21693
21694 * src/conflicts.c (print_reductions): Fix.
21695 * tests/regression.at (Web2c): New.
21696
21697 2001-12-18 Akim Demaille <akim@epita.fr>
21698
21699 Some host fail on `assert (!"foo")', which expands to
21700 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
21701 Reported by Nelson Beebee.
21702
21703 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
21704 `#define it_succeeded 0' and `assert (it_succeeded)'.
21705
21706 2001-12-17 Marc Autret <autret_m@epita.fr>
21707
21708 * src/bison.simple: Don't hard code the skeleton line and filename.
21709 * src/output.c (output_parser): Rename 'line' as 'output_line'.
21710 New line counter 'skeleton_line' (skeleton-line muscle).
21711
21712 2001-12-17 Paul Eggert <eggert@twinsun.com>
21713
21714 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
21715 YYDEBUG must be defined to a nonzero value.
21716
21717 * src/bison.simple (yytname): Do not assume that the user defines
21718 YYDEBUG to a properly parenthesized expression.
21719
21720 2001-12-17 Akim Demaille <akim@epita.fr>
21721
21722 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
21723 nlookaheads is a new member.
21724 Adjust all users.
21725 * src/lalr.h (nlookaheads): Remove this orphan declaration.
21726 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
21727 state.
21728
21729 2001-12-17 Akim Demaille <akim@epita.fr>
21730
21731 * src/files.h, src/files.c (open_files, close_files): Remove.
21732 * src/main.c (main): Don't open/close files, nor invoke lex_free,
21733 let...
21734 * src/reader.c (reader): Do it.
21735
21736 2001-12-17 Akim Demaille <akim@epita.fr>
21737
21738 * src/conflicts.c (print_reductions): Formatting changes.
21739
21740 2001-12-17 Akim Demaille <akim@epita.fr>
21741
21742 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
21743 (flush_reduce): New.
21744 (resolve_sr_conflict): Adjust.
21745
21746 2001-12-17 Akim Demaille <akim@epita.fr>
21747
21748 * src/output.c (output_obstack): Be static and rename as...
21749 (format_obstack): this, to avoid any confusion with files.c's
21750 output_obstack.
21751 * src/reader.h (muscle_obstack): Move to...
21752 * src/output.h: here, since it's defined in output.c.
21753
21754 2001-12-17 Akim Demaille <akim@epita.fr>
21755
21756 * src/output.c (action_row, save_column, default_goto)
21757 (sort_actions, matching_state, pack_vector): Better variable
21758 locality.
21759
21760 2001-12-17 Akim Demaille <akim@epita.fr>
21761
21762 * src/output.c: Various formatting changes.
21763
21764 2001-12-17 Akim Demaille <akim@epita.fr>
21765
21766 * src/files.c (output_files): Free the output_obstack.
21767 * src/main.c (main): Call print and print_graph conditionally.
21768 * src/print.c (print): Work unconditionally.
21769 * src/print_graph.c (print_graph): Work unconditionally.
21770 * src/conflicts.c (log_resolution): Output only if verbose_flag.
21771
21772 2001-12-16 Marc Autret <autret_m@epita.fr>
21773
21774 * src/output.c (actions_output): Fix. When we use %no-lines,
21775 there is one less line per action.
21776
21777 2001-12-16 Marc Autret <autret_m@epita.fr>
21778
21779 * src/bison.simple: Remove a useless #line directive.
21780 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
21781 * src/output.c (get_lines_number): New.
21782 (output_parser): Adjust, now takes care about the lines of a
21783 output muscles.
21784 Fix line numbering.
21785 (actions_output): Computes the number of lines taken by actions.
21786 (output_master_parser): Insert new skeleton which is the name of
21787 the output parser file name.
21788
21789 2001-12-15 Marc Autret <autret_m@epita.fr>
21790
21791 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
21792
21793 2001-12-15 Marc Autret <autret_m@epita.fr>
21794
21795 * src/output.c (output_gram): Keep track of the hairy one.
21796
21797 2001-12-15 Akim Demaille <akim@epita.fr>
21798
21799 Make `make distcheck' work.
21800
21801 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
21802 system.h which uses libgettext.h.
21803
21804 2001-12-15 Akim Demaille <akim@epita.fr>
21805
21806 * src/nullable.c (set_nullable): Useless rules must be skipped,
21807 otherwise, since we range over their symbols, we might look at a
21808 nonterminal which no longer ``exists'', i.e., it is not counted in
21809 `nvars', hence we overflow our arrays.
21810
21811 2001-12-15 Akim Demaille <akim@epita.fr>
21812
21813 The header can also be produced directly, without any obstack!
21814 Yahoo!
21815
21816 * src/files.c, src/files.h (defines_obstack): Remove.
21817 (compute_header_macro): Global.
21818 (defines_obstack_save): Remove.
21819 * src/reader.c (parse_union_decl): No longer output to
21820 defines_obstack: its content can be found in the `stype' muscle
21821 anyway.
21822 (output_token_translations): Merge into...
21823 (symbols_output): this.
21824 Rename as...
21825 (symbols_save): this.
21826 (reader): Adjust.
21827 * src/output.c (header_output): New.
21828 (output): Call it.
21829
21830 2001-12-15 Akim Demaille <akim@epita.fr>
21831
21832 * src/reader.c (parse_union_decl): Instead of handling two obstack
21833 simultaneously, use one to define the `stype' muscle, and use the
21834 value of the latter to fill defines_obstack.
21835 (copy_comment): Remove.
21836 (copy_comment2): Work for a single obstack.
21837 Rename as...
21838 (copy_comment): this.
21839
21840 2001-12-15 Akim Demaille <akim@epita.fr>
21841
21842 * src/lex.c, src/lex.h (xgetc): No longer static.
21843 * src/reader.c (parse_union_decl): Revamp.
21844
21845 2001-12-15 Akim Demaille <akim@epita.fr>
21846
21847 Still making progress in separating Bison into (i) input, (ii)
21848 process, (iii) output: now we can directly output the parser file
21849 without using table_obstack at all.
21850
21851 * src/files.c, src/files.h (table_obstack): Bye bye.
21852 (parser_file_name): New.
21853 * src/files.c (compute_output_file_names): Compute it.
21854 * src/output.c (actions_output, output_parser)
21855 (output_master_parser): To a file instead of an obstack.
21856
21857 2001-12-15 Akim Demaille <akim@epita.fr>
21858
21859 Attach actions to rules, instead of pre-outputting them to
21860 actions_obstack.
21861
21862 * src/gram.h (rule_t): action and action_line are new members.
21863 * src/reader.c (symbol_list): Likewise.
21864 (copy_action): Save the actions within the rule.
21865 (packgram): Save them in rule_table.
21866 * src/output.c (actions_output): New.
21867 (output_parser): Use it on `%%actions'.
21868 (output_rule_data): Don't free rule_table.
21869 (output): Do it.
21870 (prepare): Don't save the `action' muscle.
21871 * src/bison.simple: s/%%action/%%actions/.
21872
21873 2001-12-15 Akim Demaille <akim@epita.fr>
21874
21875 * src/reader.c (copy_action): When --yacc, don't append a `;'
21876 to the user action: let it fail if lacking.
21877 Suggested by Arnold Robbins and Tom Tromey.
21878
21879 2001-12-14 Akim Demaille <akim@epita.fr>
21880
21881 * src/lex.c (literalchar): Simply return the char you decoded, non
21882 longer mess around with obstacks and int pointers.
21883 Adjust all callers.
21884
21885 2001-12-14 Akim Demaille <akim@epita.fr>
21886
21887 * src/lex.c (literalchar): Don't escape the special characters,
21888 just decode them, and keep them as char (before, eol was output as
21889 the 2 char string `\n' etc.).
21890 * src/output.c (output_rule_data): Use quotearg to output the
21891 token strings.
21892
21893 2001-12-13 Paul Eggert <eggert@twinsun.com>
21894
21895 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
21896 Do not infringe on the global user namespace when using C++.
21897 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
21898 All uses of `fprintf' and `stderr' changed.
21899
21900 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
21901
21902 2001-12-13 Akim Demaille <akim@epita.fr>
21903
21904 The computation of nullable is broken: it doesn't handle empty
21905 RHS's properly.
21906
21907 * tests/torture.at (GNU AWK Grammar): New.
21908 * tests/sets.at (Nullable): New.
21909 * src/nullable.c (set_nullable): Instead of blindly looping over
21910 `ritems', loop over the rules, and then over their rhs's.
21911
21912 Work around Autotest bugs.
21913
21914 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
21915 frame, because Autotest understand lines starting with a `+' as
21916 traces from the shell. Then, they are not processed properly.
21917 Admittedly an Autotest bug, but we don't have time to wait for
21918 Autotest to catch up.
21919 * tests/regression.at (Broken Closure): Adjust to the new table
21920 frames.
21921 Move to...
21922 * tests/sets.at: here.
21923
21924 2001-12-13 Akim Demaille <akim@epita.fr>
21925
21926 * src/closure.c (closure): Use nrules instead of playing tricks
21927 with BITS_PER_WORD.
21928
21929 2001-12-13 Akim Demaille <akim@epita.fr>
21930
21931 * src/print.c (print_actions): Output the handling of `$' as the
21932 traces do: shifting the token EOF. Before EOF was treated as a
21933 nonterminal.
21934 * tests/regression.at: Adjust some tests.
21935 * src/print_graph.c (print_core): Complete the set of items via
21936 closure. The next-to-final and final states are still unsatisfying,
21937 but that's to be addressed elsewhere.
21938 No longer output the rule numbers, but do output the state number.
21939 A single loop for the shifts + gotos is enough, but picked a
21940 distinct color for each.
21941 (print_graph): Initialize and finalize closure.
21942
21943 2001-12-13 Akim Demaille <akim@epita.fr>
21944
21945 * src/reader.c (readgram): Remove dead code, an strip useless
21946 braces.
21947 (get_type): Remove, unused.
21948
21949 2001-12-12 Akim Demaille <akim@epita.fr>
21950
21951 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
21952 on that of lib/error.c.
21953
21954 2001-12-12 Akim Demaille <akim@epita.fr>
21955
21956 Some hosts don't like `/' in includes.
21957
21958 * src/system.h: Include libgettext.h without qualifying the path.
21959 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
21960 $(top_srcdir).
21961
21962 2001-12-11 Marc Autret <autret_m@epita.fr>
21963
21964 * src/output.c (output_parser): Remove useless muscle.
21965
21966 2001-12-11 Marc Autret <autret_m@epita.fr>
21967
21968 * src/bison.simple: Remove #line just before %%epilogue. It
21969 is now handled in ...
21970 * src/reader.c (read_additionnal_code): Add the output of a
21971 #line for the epilogue.
21972
21973 2001-12-10 Marc Autret <autret_m@epita.fr>
21974
21975 * src/reader.c (copy_definition): Re-use CPP-outed code which
21976 replace precedent remove.
21977 * src/bison.simple: Remove #line before %%prologue because
21978 %%input-line is wrong at this time.
21979
21980 2001-12-10 Marc Autret <autret_m@epita.fr>
21981
21982 * src/reader.c (symbols_output): Clean up.
21983 * src/output.c (output_gram, output): Clean up.
21984
21985 2001-12-10 Akim Demaille <akim@epita.fr>
21986
21987 * src/lalr.c (initialize_lookaheads): New. Extracted from...
21988 * src/LR0.c (set_state_table): here.
21989 * src/lalr.c (lalr): Call it.
21990
21991 2001-12-10 Akim Demaille <akim@epita.fr>
21992
21993 * src/state.h (shifts): Remove the `number' member: shifts are
21994 attached to state, hence no longer need to be labelled with a
21995 state number.
21996
21997 2001-12-10 Akim Demaille <akim@epita.fr>
21998
21999 Now that states have a complete set of members, the linked list of
22000 shifts is useless: just fill directly the state's shifts member.
22001
22002 * src/state.h (shifts): Remove the `next' member.
22003 * src/LR0.c (first_state, last_state): Remove.
22004 Adjust the callers.
22005 (augment_automaton): Don't look for the shifts that must be added
22006 a shift on EOF: it is those of the state we looked for! But now,
22007 since shifts are attached, it is no longer needed to looking
22008 merely by its id: its number.
22009
22010 2001-12-10 Akim Demaille <akim@epita.fr>
22011
22012 * src/LR0.c (augment_automaton): Better variable locality.
22013 Remove an impossible branch: if there is a state corresponding to
22014 the start symbol being shifted, then there is shift for the start
22015 symbol from the initial state.
22016
22017 2001-12-10 Akim Demaille <akim@epita.fr>
22018
22019 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
22020 only when appropriate: when insert_start_shifting_state' is not
22021 invoked.
22022 * tests/regression.at (Rule Line Numbers): Adjust.
22023
22024 2001-12-10 Akim Demaille <akim@epita.fr>
22025
22026 * src/LR0.c (augment_automaton): Now that all states have shifts,
22027 merge the two cases addition shifts to the initial state.
22028
22029 2001-12-10 Akim Demaille <akim@epita.fr>
22030
22031 * src/lalr.c (set_state_table): Move to...
22032 * src/LR0.c: here.
22033 * src/lalr.c (lalr): Don't call it...
22034 * src/LR0.c (generate_states): do it.
22035 * src/LR0.h (first_state): Remove, only the table is used.
22036
22037 2001-12-10 Akim Demaille <akim@epita.fr>
22038
22039 * src/LR0.h (first_shift, first_reduction): Remove.
22040 * src/lalr.c: Don't use first_shift: find shifts through the
22041 states.
22042
22043 2001-12-10 Akim Demaille <akim@epita.fr>
22044
22045 * src/LR0.c: Attach shifts to states as soon as they are
22046 computed.
22047 * src/lalr.c (set_state_table): Instead of assigning shifts to
22048 state, just assert that the mapping was properly done.
22049
22050 2001-12-10 Akim Demaille <akim@epita.fr>
22051
22052 * src/LR0.c (insert_start_shift): Rename as...
22053 (insert_start_shifting_state): this.
22054 (insert_eof_shifting_state, insert_accepting_state): New.
22055 (augment_automaton): Adjust.
22056 Better locality of the variables.
22057 When looking if the start_symbol is shifted from the initial
22058 state, using `while (... symbol != start_symbol ...)' sounds
22059 better than `while (... symbol < start_symbol ...)': If fail
22060 to see how the order between symbols could be relevant!
22061
22062 2001-12-10 Akim Demaille <akim@epita.fr>
22063
22064 * src/getargs.h: Don't declare `spec_name_prefix' and
22065 `spec_file_prefix', declared by src/files.h.
22066 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
22067 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
22068 * src/output.c (prepare): Adjust.
22069 * src/reader.c (symbols_output): Likewise.
22070 * src/vmsgetargs.c: Vaguely adjust, but who cares?
22071
22072 2001-12-10 Akim Demaille <akim@epita.fr>
22073
22074 * src/muscle_tab.c (muscle_init): NULL is a better default than
22075 `"0"'.
22076
22077 2001-12-10 Akim Demaille <akim@epita.fr>
22078
22079 * src/reader.c (reader): Calling symbols_output once is enough.
22080
22081 2001-12-10 Akim Demaille <akim@epita.fr>
22082
22083 Now that states have a complete set of members, the linked list of
22084 reductions is useless: just fill directly the state's reductions
22085 member.
22086
22087 * src/state.h (struct reductions): Remove member `number' and
22088 `next'.
22089 * src/LR0.c (first_reduction, last_reduction): Remove.
22090 (save_reductions): Don't link the new reductions, store them in
22091 this_state.
22092 * src/lalr.c (set_state_table): No need to attach reductions to
22093 states, it's already done.
22094 * src/output.c (output_actions): No longer free the shifts, then
22095 the reductions, then the states: free all the states and their
22096 members.
22097
22098 2001-12-10 Akim Demaille <akim@epita.fr>
22099
22100 * src/options.c (OPTN, DRTV, BOTH): New.
22101 (option_table): Use them.
22102
22103 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
22104 the job of system.h.
22105 * src/options.c: Don't include stdio.h and xalloc.h for the same
22106 reasons.
22107
22108 2001-12-10 Akim Demaille <akim@epita.fr>
22109
22110 * src/output.c (output, prepare): Make sure the values of the
22111 muscles `action' and `prologue' are 0-terminated.
22112
22113 2001-12-10 Akim Demaille <akim@epita.fr>
22114
22115 Clean up GCC warnings.
22116
22117 * src/reader.c (copy_action): `buf' is not used.
22118 (parse_skel_decl): Be static.
22119 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
22120 * src/options.h (create_long_option_table): Have a real prototype.
22121 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
22122 (hash_delete_at): Return const void *.
22123 Adjust casts to preserve the const.
22124
22125 2001-12-10 Akim Demaille <akim@epita.fr>
22126
22127 * configure.in: Require 2.52g.
22128 M4 is not needed, but AUTOM4TE is.
22129 * m4/m4.m4: Remove.
22130 * tests/Makefile.am: Adjust.
22131
22132 2001-12-10 Akim Demaille <akim@epita.fr>
22133
22134 One structure for states is enough, even though theoretically
22135 there are LR(0) states and LALR(1) states.
22136
22137 * src/lalr.h (state_t): Remove.
22138 (state_table): Be state_t **, not state_t *.
22139 * src/state.h (core, CORE_ALLOC): Rename as...
22140 (state_t, STATE_ALLOC): this.
22141 Add the LALR(1) members: shifts, reductions, errs.
22142 * src/LR0.c (state_table): Rename as...
22143 (state_hash): this, to avoid name clashes with the global
22144 `state_table'.
22145 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
22146 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
22147
22148 2001-12-10 Akim Demaille <akim@epita.fr>
22149
22150 Bison dumps core on bash.y.
22151 Reported by Pascal Bart.
22152
22153 * src/warshall.c (bitmatrix_print): New.
22154 (TC): Use it.
22155 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
22156 j must be the outer loop.
22157 * tests/regression.at (Broken Closure): New.
22158
22159 2001-12-05 Akim Demaille <akim@epita.fr>
22160
22161 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
22162 its argument.
22163 Reported by Peter Hamorsky.
22164
22165 2001-12-05 Akim Demaille <akim@epita.fr>
22166
22167 * src/conflicts.c (err_table): Remove.
22168 (resolve_sr_conflict): Adjust.
22169 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
22170 Rename as...
22171 (state_t.reductions, state_t.shifts): this.
22172
22173 2001-12-05 Akim Demaille <akim@epita.fr>
22174
22175 * src/reduce.c (reduce_grammar_tables): No longer disable the
22176 removal of useless rules via CPP but via `if (0)', so that the
22177 compiler still check the code is valid.
22178 For instance, it should have noticed `rline' no longer exists: use
22179 the `line' member of rule_t.
22180 * src/gram.c (dummy, rline): Remove, unused.
22181
22182 2001-12-05 Akim Demaille <akim@epita.fr>
22183
22184 * src/output.c (pack_vector): Use assert, not berror.
22185 * src/main.c (berror): Remove, unused.
22186
22187 2001-12-05 Akim Demaille <akim@epita.fr>
22188
22189 New experimental feature: if --verbose --trace output all the
22190 items of a state, not only its kernel.
22191
22192 * src/print.c (print_core): If `trace_flag', then invoke closure
22193 before outputting the items of the state (print_core is no longer
22194 a correct name them).
22195 (print_results): Invoke new_closure/free_closure if needed.
22196
22197 2001-12-05 Akim Demaille <akim@epita.fr>
22198
22199 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
22200 * src/closure.c, src/closure.h (itemsetsize): Rename as...
22201 (nitemset): for consistency with the rest of the project.
22202
22203 2001-12-05 Akim Demaille <akim@epita.fr>
22204
22205 * src/closure.c (print_closure): Improve.
22206 (closure): Use it for printing input and output.
22207
22208 2001-12-05 Akim Demaille <akim@epita.fr>
22209
22210 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
22211 indexed by nonterminals.
22212
22213 2001-12-05 Akim Demaille <akim@epita.fr>
22214
22215 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
22216 what it was!).
22217 * src/warshall.h: Remove accidental duplication of the content.
22218
22219 2001-12-05 Akim Demaille <akim@epita.fr>
22220
22221 * src/closure.c (set_fderives): De-obfuscate.
22222
22223 2001-12-05 Akim Demaille <akim@epita.fr>
22224
22225 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
22226
22227 2001-12-05 Akim Demaille <akim@epita.fr>
22228
22229 * src/closure.c (set_firsts): De-obfuscate.
22230
22231 2001-12-05 Akim Demaille <akim@epita.fr>
22232
22233 * src/output.c (action_row): De-obfuscate
22234 using the good o' techniques: arrays not pointers, variable
22235 locality, BITISSET, RESETBIT etc.
22236
22237 2001-12-05 Akim Demaille <akim@epita.fr>
22238
22239 Pessimize the code to simplify it: from now on, all the states
22240 have a valid SHIFTS, which NSHIFTS is possibly 0.
22241
22242 * src/LR0.c (shifts_new): Be global and move to..
22243 * src/state.c, src/state.h: here.
22244 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
22245 * src/print_graph: Adjust.
22246
22247 2001-12-05 Akim Demaille <akim@epita.fr>
22248
22249 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
22250 * src/conflicts.c: Use it.
22251 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
22252 incorrectly ``simplified''.
22253
22254 2001-12-05 Akim Demaille <akim@epita.fr>
22255
22256 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
22257 using the good o' techniques: arrays not pointers, variable
22258 locality, BITISSET, RESETBIT etc.
22259
22260 2001-12-05 Akim Demaille <akim@epita.fr>
22261
22262 * src/state.h (SHIFT_SYMBOL): New.
22263 * src/conflicts.c: Use it to deobfuscate.
22264
22265 2001-12-05 Akim Demaille <akim@epita.fr>
22266
22267 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
22268 (print_reductions): De-obfuscate using the good o' techniques:
22269 arrays not pointers, variable locality, BITISSET.
22270
22271 2001-12-05 Akim Demaille <akim@epita.fr>
22272
22273 * src/conflicts.c (print_reductions): Arrays, not pointers.
22274 Use BITISSET.
22275
22276 2001-12-05 Akim Demaille <akim@epita.fr>
22277
22278 * src/conflicts.c (print_reductions): Pessimize, but clarify.
22279
22280 2001-12-05 Akim Demaille <akim@epita.fr>
22281
22282 * src/conflicts.c (print_reductions): Improve variable locality.
22283
22284 2001-12-05 Akim Demaille <akim@epita.fr>
22285
22286 * src/conflicts.c (print_reductions): Pessimize, but clarify.
22287
22288 2001-12-05 Akim Demaille <akim@epita.fr>
22289
22290 * src/conflicts.c (print_reductions): Improve variable locality.
22291
22292 2001-12-05 Akim Demaille <akim@epita.fr>
22293
22294 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
22295 * src/lalr.c: Use them.
22296
22297 2001-12-05 Akim Demaille <akim@epita.fr>
22298
22299 * src/LR0.c (augment_automaton): Formatting changes.
22300 Better variable locality.
22301
22302 2001-12-05 Akim Demaille <akim@epita.fr>
22303
22304 * src/lalr.c (matrix_print): New.
22305 (transpose): Use it.
22306 Use arrays instead of pointers.
22307
22308 2001-12-05 Akim Demaille <akim@epita.fr>
22309
22310 * src/lalr.c (maxrhs): Move to...
22311 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
22312 * src/lalr.c (build_relations): Adjust.
22313
22314 2001-12-05 Akim Demaille <akim@epita.fr>
22315
22316 * src/lalr.c (transpose): Free the memory allocated to the
22317 argument, as it is replaced by the results by the unique caller.
22318 (build_relations): Merely invoke transpose: it handles the memory
22319 deallocation.
22320 Improve variable locality.
22321 Avoid variables used as mere abbreviations.
22322 (compute_lookaheads): Use arrays instead of pointers.
22323
22324 2001-12-05 Akim Demaille <akim@epita.fr>
22325
22326 * src/lalr.c (initialize_F): Improve variable locality.
22327 Avoid variables used as mere abbreviations.
22328
22329 2001-12-05 Akim Demaille <akim@epita.fr>
22330
22331 * src/derives.c (print_derives): Display the ruleno.
22332 * src/lalr.c (initialize_F, transpose): Better variable locality
22333 to improve readability.
22334 Avoid variables used as mere abbreviations.
22335
22336 2001-12-05 Akim Demaille <akim@epita.fr>
22337
22338 * src/lalr.c (traverse): Use arrays instead of pointers.
22339
22340 2001-12-05 Akim Demaille <akim@epita.fr>
22341
22342 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
22343 the handling of squeue.
22344 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
22345
22346 2001-12-05 Akim Demaille <akim@epita.fr>
22347
22348 Because useless nonterminals are now kept alive (instead of being
22349 `destroyed'), we now sometimes examine them, and store information
22350 related to them. Hence we need to know their number, and adjust
22351 memory allocations.
22352
22353 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
22354 static.
22355 * src/LR0.c (allocate_itemsets): The memory allocated to
22356 `symbol_count' was used for two different purpose: once to count
22357 the number of occurrences of each symbol, and later reassigned to
22358 `shift_symbol', containing the symbol that can be shifted from a
22359 given state.
22360 Deobfuscate, i.e., allocate, use and free `symbol_count' here
22361 only, and...
22362 (new_itemsets): Allocate `shift_symbol' here.
22363 (allocate_itemsets): symbol_count includes useless nonterminals.
22364 Make room for them.
22365 (free_storage): Use `free', not `XFREE', for pointers that cannot
22366 be null.
22367
22368 2001-12-05 Akim Demaille <akim@epita.fr>
22369
22370 * src/nullable.c (set_nullable): Deobfuscate the handling of
22371 ritem.
22372 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
22373
22374 2001-12-05 Akim Demaille <akim@epita.fr>
22375
22376 * src/gram.c, src/gram.h (ritem_print): New.
22377 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
22378 (This useless function was defined only to work around VMS linkers
22379 that can't handle compilation units with variables only).
22380 * src/reduce.c (dump_grammar): Use it to trace the construction of
22381 ritem.
22382
22383 2001-12-04 Paul Eggert <eggert@twinsun.com>
22384
22385 * src/bison.simple (union yyalloc): Change member names
22386 to be the same as the stack names.
22387 (yyparse): yyptr is now union yyalloc *, not char *.
22388 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
22389 and may generate better code on some machines.
22390 (yystpcpy): Use prototype if __STDC__ is defined, not just
22391 if __cplusplus is defined.
22392
22393 2001-11-30 Akim Demaille <akim@epita.fr>
22394
22395 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
22396 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
22397 Gettext doesn't compile cleanly, and dies with -Werror.
22398 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
22399 Include WARNING_CFLAGS here.
22400 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
22401 before being defined.
22402
22403 2001-11-27 Paul Eggert <eggert@twinsun.com>
22404
22405 * lib/quotearg.h (quotearg_n, quotearg_n_style):
22406 First arg is int, not unsigned.
22407 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22408 (SIZE_MAX, UINT_MAX): New macros.
22409 (quotearg_n_options): Abort if N is negative.
22410 Avoid overflow check on hosts where size_t is 64 bits and int
22411 is 32 bits, as overflow is impossible there.
22412 Fix off-by-one typo that caused unnecessary reallocation.
22413
22414 2001-11-29 Paul Eggert <eggert@twinsun.com>
22415
22416 Name space cleanup in generated parser.
22417
22418 * doc/bison.texinfo (Bison Parser): Discuss system headers
22419 and their effect on the user name space.
22420
22421 * src/bison.simple:
22422 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
22423 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
22424 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
22425
22426 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
22427 on user names when possible.
22428
22429 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
22430 Simplify test for whather <alloca.h> exists.
22431
22432 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
22433
22434 (<stdio.h>): Include if YYDEBUG.
22435
22436 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
22437 ! defined (yyoverflow) && ! defined (yymemcpy).
22438
22439 (yymemcpy, yyparse): Rename local variables as needed so that
22440 they all begin with 'yy'.
22441
22442 (yystrlen, yystpcpy): New functions.
22443
22444 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
22445 All uses changed.
22446
22447 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
22448 instead of relying on string.h functions. Use YYSTACK_ALLOC
22449 and YYSTACK_FREE instead of malloc and free.
22450
22451 2001-11-30 Akim Demaille <akim@epita.fr>
22452
22453 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
22454 before their first uses.
22455 (YYBISON, YYPURE): Move to the top of the output.
22456
22457 2001-11-30 Akim Demaille <akim@epita.fr>
22458
22459 * tests/reduce.at (Useless Nonterminals): Fix.
22460
22461 2001-11-30 Akim Demaille <akim@epita.fr>
22462
22463 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
22464 if body instead of `;' to pacify GCC's warnings.
22465
22466 2001-11-30 Akim Demaille <akim@epita.fr>
22467
22468 Instead of mapping the LHS of unused rules to -1, keep the LHS
22469 valid, but flag the rules as invalid.
22470
22471 * src/gram.h (rule_t): `useful' is a new member.
22472 * src/print.c (print_grammar): Adjust.
22473 * src/derives.c (set_derives): Likewise.
22474 * src/reader.c (packgram, reduce_output): Likewise.
22475 * src/reduce.c (reduce_grammar_tables): Likewise.
22476 * tests/reduce.at (Underivable Rules, Useless Rules): New.
22477
22478 2001-11-30 Akim Demaille <akim@epita.fr>
22479
22480 * src/reduce.c (reduce_output): Formatting changes.
22481 * src/print.c (print_results, print_grammar): Likewise.
22482 * tests/regression.at (Rule Line Numbers)
22483 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
22484
22485 2001-11-30 Akim Demaille <akim@epita.fr>
22486
22487 * src/reduce.c (nonterminals_reduce): Instead of throwing away
22488 useless nonterminals, move them at the end of the symbol arrays.
22489 (reduce_output): Adjust.
22490 * tests/reduce.at (Useless Nonterminals): Adjust.
22491
22492 2001-11-30 Akim Demaille <akim@epita.fr>
22493
22494 * src/reduce.c: Various comment/formatting changes.
22495 (nonterminals_reduce): New, extracted from...
22496 (reduce_grammar_tables): here.
22497 (reduce_grammar): Call nonterminals_reduce.
22498
22499 2001-11-29 Paul Eggert <eggert@twinsun.com>
22500
22501 * src/bison.simple (YYSTACK_REALLOC): Remove.
22502 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
22503 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
22504 New macros.
22505 (union yyalloc): New type.
22506 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
22507 an arbitrary restriction on hosts where size_t is wider than int.
22508
22509 (yyparse): Don't dump core if alloca or malloc fails; instead, report
22510 a parser stack overflow. Allocate just one block of memory for all
22511 three stacks, instead of allocating three blocks; this typically is
22512 faster and reduces fragmentation.
22513
22514 Do not limit the number of items in the stack to a value that fits
22515 in 'int', as this is an arbitrary limit on hosts with 64-bit
22516 size_t and 32-bit int.
22517
22518 2001-11-29 Marc Autret <autret_m@epita.fr>
22519
22520 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
22521 of defining YYERROR_VERBOSE.
22522 [AT_DATA]: $4 is now out of C declarations in the prologue.
22523
22524 2001-11-28 Marc Autret <autret_m@epita.fr>
22525
22526 * src/reader.c (parse_dquoted_param): New.
22527 (parse_skel_decl): Use it.
22528 * src/lex.h: Add its prototype.
22529 * src/lex.c (literalchar): Become not static.
22530
22531 2001-11-28 Marc Autret <autret_m@epita.fr>
22532
22533 * src/output.h: And put its extern declaration here.
22534 * src/output.c (error_verbose): Define here.
22535 (prepare): Echo name modification.
22536 * src/getargs.h: Clean its extern declaration.
22537 * src/getargs.c (error_verbose_flag): Remove.
22538 (getargs): Remove case 'e'.
22539 * src/options.c (option_table): 'error-verbose' is now seen as simple
22540 percent option.
22541 Include output.h.
22542
22543 * src/reader.c (read_declarations): Remove case tok_include.
22544 (parse_include_decl): Remove.
22545 * src/lex.h (token_t): Remove tok_include.
22546 * src/options.c (option_table): 'include' is now a simple command line
22547 option.
22548
22549 2001-11-28 Marc Autret <autret_m@epita.fr>
22550
22551 * src/bison.simple: Adjust muscle names.
22552 * src/muscle_tab.c (muscle_init): Also rename the muscles.
22553 * src/output.c (prepare): s/_/-/ for the muscles names.
22554 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
22555
22556 2001-11-28 Marc Autret <autret_m@epita.fr>
22557
22558 * src/bison.simple: Fix debug.
22559 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
22560
22561 2001-11-28 Akim Demaille <akim@epita.fr>
22562
22563 * src/LR0.c (shifts_new): New.
22564 (save_shifts, insert_start_shift, augment_automaton): Use it.
22565
22566 2001-11-28 Akim Demaille <akim@epita.fr>
22567
22568 * src/closure.c (closure): `b' and `ruleno' denote the same value:
22569 keep ruleno only.
22570
22571 2001-11-28 Akim Demaille <akim@epita.fr>
22572
22573 * src/closure.c (closure): Instead of looping over word in array
22574 then bits in words, loop over bits in array.
22575
22576 2001-11-28 Akim Demaille <akim@epita.fr>
22577
22578 * src/closure.c (closure): No longer optimize the special case
22579 where all the bits of `ruleset[r]' are set to 0, to make the code
22580 clearer.
22581
22582 2001-11-28 Akim Demaille <akim@epita.fr>
22583
22584 * src/closure.c (closure): `r' and `c' are new variables, used to
22585 de-obfuscate accesses to RULESET and CORE.
22586
22587 2001-11-28 Akim Demaille <akim@epita.fr>
22588
22589 * src/reduce.c (reduce_print): Use ngettext.
22590 (dump_grammar): Improve the trace accuracy.
22591
22592 2001-11-28 Akim Demaille <akim@epita.fr>
22593
22594 * src/reduce.c (dump_grammar): Don't translate trace messages.
22595
22596 2001-11-28 Akim Demaille <akim@epita.fr>
22597
22598 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
22599 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
22600 as all tags are free'ed afterwards.
22601 From Enrico Scholz.
22602
22603 2001-11-27 Paul Eggert <eggert@twinsun.com>
22604
22605 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
22606 use alloca when we didn't want to, and vice versa.
22607
22608 2001-11-27 Marc Autret <autret_m@epita.fr>
22609
22610 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
22611 initialization.
22612 * src/output.c (prepare): Remove its update.
22613
22614 2001-11-27 Marc Autret <autret_m@epita.fr>
22615
22616 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
22617 Use %error-verbose.
22618
22619 2001-11-27 Marc Autret <autret_m@epita.fr>
22620
22621 * src/bison.simple: Remove YYERROR_VERBOSE using.
22622 Use %%error_verbose.
22623 (yyparse): Likewise.
22624 * src/output.c (prepare): Give its final value.
22625 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
22626 * src/getargs.h: Add its extern declaration.
22627 * src/getargs.c (error_verbose_flag): New int.
22628 (getargs): Update to catch new case.
22629 * src/options.c (option_table): 'error-verbose' is a new option.
22630 (shortopts): Update.
22631
22632 2001-11-27 Akim Demaille <akim@epita.fr>
22633
22634 * src/system.h: Use intl/libgettext.h.
22635 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
22636
22637 2001-11-27 Akim Demaille <akim@epita.fr>
22638
22639 * tests/torture.at (Exploding the Stack Size with Malloc):
22640 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
22641
22642 2001-11-27 Akim Demaille <akim@epita.fr>
22643
22644 * src/files.c: Include error.h.
22645 Reported by Hans Aberg.
22646
22647 2001-11-26 Marc Autret <autret_m@epita.fr>
22648
22649 * src/reader.c (parse_include_decl): New, not yet implemented.
22650 (read_declarations): Add case tok_include.
22651 * src/getargs.h (include): Add its extern definition.
22652 * src/getargs.c (include): New const char *.
22653 (getargs): Add case '-I'.
22654 * src/options.c (option_table): Add include as command line and
22655 percent option.
22656 * src/lex.h (token_t): Add tok_include.
22657
22658 2001-11-26 Akim Demaille <akim@epita.fr>
22659
22660 * src/reader.c (readgram): Make sure rules for mid-rule actions
22661 have a lineno equal to that of their host rule.
22662 Reported by Hans Aberg.
22663 * tests/regression.at (Rule Line Numbers): New.
22664
22665 2001-11-26 Akim Demaille <akim@epita.fr>
22666
22667 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
22668 size_ts.
22669
22670 2001-11-26 Akim Demaille <akim@epita.fr>
22671
22672 * src/complain.c, src/complain.h (error): Remove, provided by
22673 lib/error.[ch].
22674
22675 2001-11-26 Akim Demaille <akim@epita.fr>
22676
22677 * src/reader.c (read_declarations): Don't abort on tok_illegal,
22678 issue an error message.
22679 * tests/regression.at (Invalid %directive): New.
22680 Reported by Hans Aberg.
22681
22682 2001-11-26 Akim Demaille <akim@epita.fr>
22683
22684 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
22685 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
22686
22687 2001-11-26 Akim Demaille <akim@epita.fr>
22688
22689 * src/conflicts.c (conflicts_print): Don't complain at all when
22690 there are no reduce/reduce conflicts, and as many shift/reduce
22691 conflicts as expected.
22692 * tests/regression.at (%expect right): Adjust.
22693
22694 2001-11-23 Akim Demaille <akim@epita.fr>
22695
22696 * lib/alloca.c: Update, from fileutils.
22697
22698 2001-11-23 Akim Demaille <akim@epita.fr>
22699
22700 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
22701
22702 2001-11-23 Akim Demaille <akim@epita.fr>
22703
22704 * src/system.h: Include alloca.h.
22705 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
22706
22707 2001-11-23 Akim Demaille <akim@epita.fr>
22708
22709 * src/print_graph.c (print_actions): Remove `rule', unused.
22710 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
22711 pacify GCC's signed < unsigned warnings.
22712 * src/closure.c (itemsetsize): Likewise.
22713 * src/reader.c (symbol_list_new): Static.
22714
22715 2001-11-23 Akim Demaille <akim@epita.fr>
22716
22717 Attaching lineno to buckets is stupid, since only one copy of each
22718 symbol is kept, only the line of the first occurrence is kept too.
22719
22720 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
22721 * src/reader.c (rline_allocated): Remove, unused.
22722 (symbol_list): Have a `line' member.
22723 (symbol_list_new): New.
22724 (readgram): Use it.
22725 * src/print.c (print_grammar): Output the rule line numbers.
22726 * tests/regression.at (Solved SR Conflicts)
22727 (Unresolved SR Conflicts): Adjust.
22728 Reported by Hans Aberg.
22729
22730 2001-11-22 Marc Autret <autret_m@epita.fr>
22731
22732 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
22733
22734 2001-11-22 Marc Autret <autret_m@epita.fr>
22735
22736 * src/muscle_tab.c (muscle_init): Remove initialization of
22737 skeleton muscle.
22738 * src/output.c (output_master_parser): Do it here.
22739
22740 2001-11-20 Akim Demaille <akim@epita.fr>
22741
22742 * po/sv.po: New.
22743 * configure.in (ALL_LINGUAS): Adjust.
22744 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
22745 longer contains strings to translate.
22746
22747 2001-11-19 Akim Demaille <akim@epita.fr>
22748
22749 * src/conflicts.c (conflicts_print): Add a missing \n.
22750
22751 2001-11-19 Akim Demaille <akim@epita.fr>
22752
22753 * src/nullable.c (nullable_print): New.
22754 (set_nullable): Call it when tracing.
22755 Better locality of variables.
22756
22757 2001-11-19 Akim Demaille <akim@epita.fr>
22758
22759 * src/print.c (print_actions): Better locality of variables.
22760
22761 2001-11-19 Akim Demaille <akim@epita.fr>
22762
22763 * src/derives.c (print_derives): Fix and enrich.
22764 * src/closure.c (print_fderives): Likewise.
22765
22766 2001-11-19 Akim Demaille <akim@epita.fr>
22767
22768 * src/closure.c (itemsetend): Remove, replaced with...
22769 (itemsetsize): new.
22770
22771 2001-11-19 Akim Demaille <akim@epita.fr>
22772
22773 * src/LR0.c (kernel_end): Remove, replaced with...
22774 (kernel_size): new.
22775
22776 2001-11-19 Akim Demaille <akim@epita.fr>
22777
22778 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
22779 to clarify.
22780
22781 2001-11-19 Akim Demaille <akim@epita.fr>
22782
22783 * src/closure.c (closure): Use arrays instead of pointers to clarify.
22784
22785 2001-11-19 Akim Demaille <akim@epita.fr>
22786
22787 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
22788 trace messages.
22789 * src/LR0.c: Likewise.
22790 (allocate_itemsets): Use arrays instead of pointers to clarify.
22791
22792 2001-11-19 Akim Demaille <akim@epita.fr>
22793
22794 * src/getargs.c (statistics_flag): Replace with...
22795 (trace_flag): New.
22796 (longopts): Accept --trace instead of --statistics.
22797 * src/getargs.h, src/options.c: Adjust.
22798 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
22799 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
22800
22801 2001-11-19 Akim Demaille <akim@epita.fr>
22802
22803 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
22804 pointers to clarify the code.
22805 (save_reductions, save_shifts): Factor common parts of alternatives.
22806
22807 2001-11-19 Akim Demaille <akim@epita.fr>
22808
22809 * src/LR0.c (new_state, get_state): Complete TRACE code.
22810 * src/closure.c: Include `reader.h' to get `tags', needed by the
22811 trace code.
22812 Rename the conditional DEBUG as TRACE.
22813 Output consistently TRACEs to stderr, not stdout.
22814 * src/derives.c: Likewise.
22815 * src/reduce.c: (inaccessable_symbols): Using if is better style
22816 than goto.
22817 Use `#if TRACE' instead of `#if 0' for tracing code.
22818
22819 2001-11-19 Akim Demaille <akim@epita.fr>
22820
22821 * src/system.h (LIST_FREE, shortcpy): New.
22822 * src/LR0.c: Use them.
22823 * src/output.c (free_itemsets, free_reductions, free_shifts):
22824 Remove, replaced by LIST_FREE.
22825
22826 2001-11-19 Akim Demaille <akim@epita.fr>
22827
22828 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
22829 (REDUCTIONS_ALLOC): New.
22830 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
22831 allocation.
22832
22833 2001-11-19 Akim Demaille <akim@epita.fr>
22834
22835 * src/LR0.c (new_state): Complete trace code.
22836 * src/nullable.c (set_nullable): Don't translate traces.
22837
22838 2001-11-19 Akim Demaille <akim@epita.fr>
22839
22840 * src/print_graph.c (print_core): Better locality of variables.
22841 * src/print.c (print_core): Likewise.
22842
22843 2001-11-19 Akim Demaille <akim@epita.fr>
22844
22845 * src/vcg.c: You do the output, so you are responsible of the
22846 handling of VCG syntax, in particular: use quotearg.
22847 * src/print_graph.c: Don't.
22848 (print_actions): Don't output the actions as part of the nodes,
22849 since that's the job of the edges.
22850 (print_state): Don't output by hand: fill the node description,
22851 and ask for its output.
22852
22853 2001-11-19 Akim Demaille <akim@epita.fr>
22854
22855 * src/bison.simple (yyparse): When verbosely reporting an error,
22856 no longer put additional quotes around token names.
22857 * tests/calc.at: Adjust.
22858
22859 2001-11-19 Akim Demaille <akim@epita.fr>
22860
22861 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
22862 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
22863 * src/output.c: Adjust.
22864
22865 2001-11-19 Akim Demaille <akim@epita.fr>
22866
22867 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
22868 (rule_t): this.
22869 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
22870
22871 2001-11-19 Akim Demaille <akim@epita.fr>
22872
22873 * src/gram.h (rule_t): New.
22874 (rule_table): New.
22875 (rrhs, rlhs): Remove, part of state_t.
22876 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
22877 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
22878 * src/reader.c, src/reduce.c: Adjust.
22879
22880 2001-11-19 Akim Demaille <akim@epita.fr>
22881
22882 * src/reader.c (symbols_output): New, extracted from...
22883 (packsymbols): Here.
22884 (reader): Call it.
22885
22886 2001-11-19 Akim Demaille <akim@epita.fr>
22887
22888 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
22889 (maxrhs): this new function.
22890
22891 2001-11-19 Akim Demaille <akim@epita.fr>
22892
22893 * src/lalr.c (F): New macro to access the variable F.
22894 Adjust.
22895
22896 2001-11-19 Akim Demaille <akim@epita.fr>
22897
22898 * src/lalr.h (LA): New macro to access the variable LA.
22899 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
22900 * src/lalr.c: Adjust.
22901
22902 2001-11-19 Akim Demaille <akim@epita.fr>
22903
22904 * src/lalr.c (initialize_LA): Only initialize LA. Let...
22905 (set_state_table): handle the `lookaheads' members.
22906
22907 2001-11-19 Akim Demaille <akim@epita.fr>
22908
22909 * src/lalr.h (lookaheads): Removed array, whose contents is now
22910 a member of...
22911 (state_t): this structure.
22912 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
22913 Adjust.
22914
22915 2001-11-19 Akim Demaille <akim@epita.fr>
22916
22917 * src/lalr.h (consistent): Removed array, whose contents is now
22918 a member of...
22919 (state_t): this structure.
22920 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
22921 Adjust.
22922
22923 2001-11-19 Akim Demaille <akim@epita.fr>
22924
22925 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
22926 contents are now members of...
22927 (state_t): this structure.
22928 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
22929 Adjust.
22930
22931 2001-11-19 Akim Demaille <akim@epita.fr>
22932
22933 * src/lalr.h (state_t): New.
22934 (state_table): Be a state_t * instead of a core **.
22935 (accessing_symbol): Remove, part of state_t.
22936 * src/lalr.c: Adjust.
22937 (set_accessing_symbol): Merge into...
22938 (set_state_table): this.
22939 * src/print_graph.c, src/conflicts.c: Adjust.
22940
22941 2001-11-14 Akim Demaille <akim@epita.fr>
22942
22943 * tests/calc.at, tests/output.at, tests/regression.at,
22944 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
22945 now the tests are run in private dirs, therefore AC_CLEANUP and
22946 family can be simplified to 0-ary.
22947 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
22948 use abs. path to find config.h.
22949 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
22950 stderr, there can be way too much random noise.
22951 Instead pass -Werror to GCC and rely on the exit status.
22952 Reported by Wolfram Wagner.
22953
22954 2001-11-14 Akim Demaille <akim@epita.fr>
22955
22956 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
22957 defined only if yyoverflow is defined, to avoid `warning: unused
22958 variable `yyvs1''.
22959 Reported by The Test Suite.
22960
22961 2001-11-14 Akim Demaille <akim@epita.fr>
22962
22963 * src/print.c: Include reduce.h.
22964 Reported by Hans Aberg.
22965
22966 2001-11-14 Akim Demaille <akim@epita.fr>
22967
22968 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
22969 Revert a previous patch: these are really const.
22970 * src/conflicts.c (conflict_report): Additional useless pair of
22971 braces to pacify GCC's warnings for `if () if () {} else {}'.
22972 * src/lex.c (parse_percent_token): Replace equal_offset with
22973 arg_offset.
22974 arg is const.
22975 Be sure to strdup `arg' when used, since there is no reason for
22976 token_buffer not to change.
22977
22978 2001-11-14 Akim Demaille <akim@epita.fr>
22979
22980 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
22981 definition.
22982 * src/main.c (main): Use them.
22983 Suggested by Hans Aberg.
22984
22985 2001-11-12 Akim Demaille <akim@epita.fr>
22986
22987 * src/system.h (ngettext): Now that we use ngettext, be sure to
22988 provide a default definition when NLS are not used.
22989
22990 2001-11-12 Akim Demaille <akim@epita.fr>
22991
22992 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
22993 Use @kbd to denote user input.
22994 (Language and Grammar): ANSIfy the example.
22995 Adjust its layout for info/notinfo.
22996 (Location Tracking Calc): Output error messages to stderr.
22997 Output locations in a more GNUtically correct way.
22998 Fix a couple of Englishos.
22999 Adjust @group/@end group pairs.
23000
23001 2001-11-12 Akim Demaille <akim@epita.fr>
23002
23003 %expect was not functioning at all.
23004
23005 * src/conflicts.c (expected_conflicts): Set to -1.
23006 (conflict_report): Use ngettext.
23007 (conflicts_print): Check %expect and make its violation an error.
23008 * doc/bison.texinfo (Expect Decl): Adjust.
23009 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
23010 * tests/regression.at (%expect not enough, %expect right)
23011 (%expect too much): New.
23012
23013 2001-11-12 Akim Demaille <akim@epita.fr>
23014
23015 * tests/regression.at (Conflicts): Rename as...
23016 (Unresolved SR Conflicts): this.
23017 (Solved SR Conflicts): New.
23018
23019 2001-11-12 Akim Demaille <akim@epita.fr>
23020
23021 * src/reduce.c (print_results): Rename as...
23022 (reduce_output): This.
23023 Output to OUT, passed as argument, instead of output_obstack.
23024 (dump_grammar): Likewise.
23025 (reduce_free): New.
23026 Also free V1.
23027 (reduce_grammar): No longer call reduce_output, since...
23028 * src/print.c (print_results): do it.
23029 * src/main.c (main): Call reduce_free;
23030
23031 2001-11-12 Akim Demaille <akim@epita.fr>
23032
23033 * src/conflicts.c (print_reductions): Accept OUT as argument.
23034 Output to it, not to output_obstack.
23035 * src/print.c (print_actions): Adjust.
23036
23037 2001-11-12 Akim Demaille <akim@epita.fr>
23038
23039 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
23040 the result instead of using...
23041 (src_total, rrc_total, src_count, rrc_count): Remove.
23042 (any_conflicts): Remove.
23043 (print_conflicts): Split into...
23044 (conflicts_print, conflicts_output): New.
23045 * src/conflicts.h: Adjust.
23046 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
23047 * src/print.c (print_grammar): Issue `\n' between two rules.
23048 * tests/regression.at (Conflicts): New.
23049 Reported by Tom Lane.
23050
23051 2001-11-12 Akim Demaille <akim@epita.fr>
23052
23053 * tests/regression.at (Invalid input): Remove, duplicate with
23054 ``Invalid input: 1''.
23055
23056 2001-11-12 Akim Demaille <akim@epita.fr>
23057
23058 * tests/torture.at (AT_DATA_STACK_TORTURE)
23059 (Exploding the Stack Size with Alloca)
23060 (Exploding the Stack Size with Malloc): New.
23061
23062 2001-11-12 Akim Demaille <akim@epita.fr>
23063
23064 * src/bison.simple (YYSTACK_REALLOC): New.
23065 (yyparse) [!yyoverflow]: Use it and free the old stack.
23066 Reported by Per Allansson.
23067
23068 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
23069
23070 * src/bison.simple: Define type yystype instead of YYSTYPE, and
23071 define CPP macro, which substitute YYSTYPE by yystype.
23072 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
23073 with yyltype/YYLTYPE. This allows inclusion of the generated
23074 header within the parser if the compiler, such as GGC, accepts
23075 multiple equivalent #defines.
23076 From Akim.
23077
23078 2001-11-05 Akim Demaille <akim@epita.fr>
23079
23080 * src/reader.c (symbols_output): New, extracted from...
23081 (packsymbols): here.
23082 (reader): Adjust.
23083
23084 2001-11-05 Akim Demaille <akim@epita.fr>
23085
23086 * src/lex.c (parse_percent_token): s/quotearg/quote/.
23087
23088 2001-11-05 Akim Demaille <akim@epita.fr>
23089
23090 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
23091 pattern.
23092
23093 2001-11-05 Akim Demaille <akim@epita.fr>
23094
23095 * src/options.h (struct option_table_struct): set_flags is void*.
23096 * src/options.c (longopts): Support `--output' and `%output'.
23097 (usage): Adjust.
23098 * src/lex.h (tok_setopt): Remove, replaced with...
23099 (tok_intopt, tok_stropt): these new guys.
23100 * src/lex.c (getopt.h): Not needed.
23101 (token_buffer, unlexed_token_buffer): Not const.
23102 (percent_table): Promote `-' over `_' in directive names.
23103 Active `%name-prefix', `file-prefix', and `output'.
23104 (parse_percent_token): Accept possible arguments to directives.
23105 Promote `-' over `_' in directive names.
23106
23107 2001-11-04 Akim Demaille <akim@epita.fr>
23108
23109 * doc/bison.texinfo (Decl Summary): Split the list into
23110 `directives for grammars' and `directives for bison'.
23111 Sort'em.
23112 Add description of `%name-prefix', `file-prefix', and `output'.
23113 Promote `-' over `_' in directive names.
23114 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
23115 Simplify the description of `--name-prefix'.
23116 Promote `-' over `_' in directive names.
23117 Promote `--output' over `--output-file'.
23118 Fix the description of `--defines'.
23119 * tests/output.at: Exercise %file-prefix and %output.
23120
23121 2001-11-02 Akim Demaille <akim@epita.fr>
23122
23123 * doc/refcard.tex: Update.
23124
23125 2001-11-02 Akim Demaille <akim@epita.fr>
23126
23127 * src/symtab.h (SUNDEF): New.
23128 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
23129 stand for `uninitialized', instead of 0.
23130 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
23131 * src/lex.c (lex): Adjust.
23132
23133 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
23134 Number it 0.
23135 Let yylex return it instead of a plain 0.
23136 Reported by Dick Streefland.
23137
23138 2001-11-02 Akim Demaille <akim@epita.fr>
23139
23140 * tests/regression.at (Mixing %token styles): New test.
23141
23142 2001-11-02 Akim Demaille <akim@epita.fr>
23143
23144 * src/reader.c (parse_thong_decl): Formatting changes.
23145 (token_translations_init): New, extracted from...
23146 (packsymbols): Here.
23147 Adjust.
23148
23149 2001-11-01 Akim Demaille <akim@epita.fr>
23150
23151 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
23152 Check that `9foo.y' produces correct cpp guards.
23153 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
23154 guards.
23155 Reported by Wwp.
23156
23157 2001-11-01 Akim Demaille <akim@epita.fr>
23158
23159 * tests/regression.at (Invalid input: 2): New.
23160 * src/lex.c (unlexed_token_buffer): New.
23161 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
23162 too.
23163 Reported by Wwp.
23164
23165 2001-11-01 Akim Demaille <akim@epita.fr>
23166
23167 * tests/calc.at: Catch up with 1.30.
23168 * configure.in: Bump to 1.49a.
23169 Adjust to newer Autotest.
23170
23171 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
23172
23173 * src/conflicts.c: Move global variables rrc_total and src_total ...
23174 (print_conflicts): here.
23175 * src/output.c (output): Free global variable user_toknums.
23176 * src/lex.c (token_obstack): Become static.
23177
23178 2001-10-18 Akim Demaille <akim@epita.fr>
23179
23180 * tests/atlocal.in (GCC): Add.
23181 * tests/calc.at: s/m4_match/m4_bmatch/.
23182 s/m4_patsubst/m4_bpatsubst/.
23183 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
23184 * configure.in: AC_SUBST(GCC).
23185
23186 2001-10-14 Marc Autret <autret_m@epita.fr>
23187
23188 * src/options.c (create_long_option_table): Fix.
23189
23190 2001-10-10 Akim Demaille <akim@epita.fr>
23191
23192 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
23193
23194 2001-10-04 Akim Demaille <akim@epita.fr>
23195
23196 * src/reader.c (parse_union_decl): Push the caracters in
23197 union_obstack, not attrs_obstack.
23198
23199 2001-10-04 Akim Demaille <akim@epita.fr>
23200
23201 Merge in the branch 1.29.
23202
23203 * src/reader.c (packsymbols): Use a temporary obstack for
23204 `%%tokendef', since output_stack is already used elsewhere.
23205
23206 2001-10-02 Akim Demaille <akim@epita.fr>
23207
23208 Bump 1.29d.
23209
23210 2001-10-02 Akim Demaille <akim@epita.fr>
23211
23212 Version 1.29c.
23213
23214 2001-10-02 Akim Demaille <akim@epita.fr>
23215
23216 * tests/regression.at (Invalid CPP headers): New.
23217 From Alexander Belopolsky.
23218 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
23219
23220 2001-10-02 Akim Demaille <akim@epita.fr>
23221
23222 * tests/regression.at (Invalid input): New.
23223 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
23224 Reported by Shura.
23225
23226 2001-10-02 Akim Demaille <akim@epita.fr>
23227
23228 * tests/calc.at: Now that --debug works, the tests must be adjusted.
23229
23230 2001-10-02 Akim Demaille <akim@epita.fr>
23231
23232 * src/output.c (output_parser): Assert `skeleton'.
23233 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
23234 systems.
23235 From Shura.
23236
23237 2001-10-01 Marc Autret <autret_m@epita.fr>
23238
23239 * src/lex.h: Echo modifications.
23240 * src/lex.c (unlex): Parameter is now token_t.
23241 From Hans Aberg.
23242
23243 2001-10-01 Marc Autret <autret_m@epita.fr>
23244
23245 * src/main.c: Include lex.h.
23246 From Hans Aberg.
23247
23248 2001-09-29 Akim Demaille <akim@epita.fr>
23249
23250 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
23251
23252 2001-09-28 Akim Demaille <akim@epita.fr>
23253
23254 * tests/testsuite.at: Update to newer Autotest.
23255 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
23256
23257 2001-09-27 Akim Demaille <akim@epita.fr>
23258
23259 Position independent wrapper.
23260
23261 * tests/bison: Remove.
23262 * tests/bison.in: New.
23263 * configure.in: Adjust.
23264
23265 2001-09-27 Paul Eggert <eggert@twinsun.com>
23266
23267 Port quotearg fixes from tar 1.13.24.
23268
23269 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23270 tm to be declared.
23271 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23272 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23273
23274 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
23275 * m4/mbrtowc.m4: New file.
23276 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
23277 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
23278
23279 2001-09-27 Akim Demaille <akim@epita.fr>
23280
23281 Bump to 1.29c.
23282
23283 2001-09-27 Akim Demaille <akim@epita.fr>
23284
23285 Version 1.29b.
23286
23287 2001-09-25 Akim Demaille <akim@epita.fr>
23288
23289 * src/system.h: Include `xalloc.h'.
23290 Remove it from the C files.
23291 * src/files.c (output_files): Free the obstacks.
23292 * src/lex.c (init_lex): Rename as...
23293 (lex_init): this.
23294 (lex_free): New.
23295 * src/main.c (main): Use it.
23296
23297 2001-09-24 Marc Autret <autret_m@epita.fr>
23298
23299 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
23300 to output informations in fout (FILE*).
23301 (open_graph, close_graph): Likewise.
23302 (output_graph, output_edge, output_node): Likewise.
23303 * src/vcg.h: Update function prototypes.
23304 * src/print_graph.c (print_graph): Open output graph file.
23305 (print_actions): Adjust.
23306 * src/files.h: Remove extern declaration.
23307 * src/files.c: Remove graph_obstack declaration.
23308 (open_files): Remove graph_obstack initialization.
23309 (output_files): Remove graph_obstack saving.
23310
23311 2001-09-24 Marc Autret <autret_m@epita.fr>
23312
23313 * src/files.c (compute_output_file_names): Fix.
23314
23315 2001-09-24 Marc Autret <autret_m@epita.fr>,
23316 Akim Demaille <akim@epita.fr>
23317
23318 * src/reader.c (reader): Remove call to free_symtab ().
23319 * src/main.c (main): Call it here.
23320 Include symtab.h.
23321 * src/conflicts.c (initialize_conflicts): Rename as...
23322 (solve_conflicts): this.
23323 * src/print.c (print_core, print_actions, print_state)
23324 (print_grammar): Dump to a file instead a `output_obstack'.
23325 (print_results): Dump `output_obstack', and then proceed with the
23326 FILE *.
23327 * src/files.c (compute_output_file_names, close_files): New.
23328 (output_files): Adjust.
23329 * src/main.c (main): Adjust.
23330
23331 2001-09-23 Marc Autret <autret_m@epita.fr>
23332
23333 * src/files.c (compute_header_macro): Computes header macro name
23334 from spec_defines_file when given.
23335
23336 2001-09-23 Marc Autret <autret_m@epita.fr>
23337
23338 * src/files.c (output_files): Add default extensions.
23339
23340 2001-09-22 Akim Demaille <akim@epita.fr>
23341
23342 * src/conflicts.c (finalize_conflicts): Rename as...
23343 (free_conflicts): this.
23344
23345 2001-09-22 Akim Demaille <akim@epita.fr>
23346
23347 * src/gram.c (gram_free): Rename back as...
23348 (dummy): this.
23349 (output_token_translations): Free `token_translations'.
23350 * src/symtab.c (free_symtab): Free the tag field.
23351
23352 2001-09-22 Akim Demaille <akim@epita.fr>
23353
23354 Remove `translations' as it is always set to true.
23355
23356 * src/gram.h: Adjust.
23357 * src/reader.c (packsymbols, parse_token_decl): Adjust
23358 * src/print.c (print_grammar): Adjust.
23359 * src/output.c (output_token_translations): Adjust.
23360 * src/lex.c (lex): Adjust.
23361 * src/gram.c: Be sure the set pointers to NULL.
23362 (dummy): Rename as...
23363 (gram_free): this.
23364
23365 2001-09-22 Akim Demaille <akim@epita.fr>
23366
23367 * configure.in: Invoke AM_LIB_DMALLOC.
23368 * src/system.h: Use dmalloc.
23369 * src/LR0.c: Be sure to have pointers initialized to NULL.
23370 (allocate_itemsets): Allocate kernel_items only if needed.
23371
23372 2001-09-22 Akim Demaille <akim@epita.fr>
23373
23374 * configure.in: Bump to 1.29b.
23375 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
23376 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
23377 need xmalloc.c in calc.y.
23378 From Pascal Bart.
23379
23380 2001-09-21 Akim Demaille <akim@epita.fr>
23381
23382 Version 1.29a.
23383 * Makefile.maint, config/config.guess, config/config.sub,
23384 * config/missing: Update from masters.
23385 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
23386 upon package.m4.
23387 * configure.in (ALL_LINGUAS): Add `tr'.
23388
23389 2001-09-21 Akim Demaille <akim@epita.fr>
23390
23391 * tests/Makefile.am (package.m4): Move to...
23392 ($(srcdir)/$(TESTSUITE)): here.
23393
23394 2001-09-20 Akim Demaille <akim@epita.fr>
23395
23396 * src/complain.c: No longer try to be standalone: use system.h.
23397 Don't assume __STDC__ is defined to 1. Just test if it is defined.
23398 * src/complain.h: Likewise.
23399 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
23400 Remove the unused variable `n'.
23401 From Albert Chin-A-Young.
23402
23403 2001-09-18 Marc Autret <autret_m@epita.fr>
23404
23405 * doc/bison.1: Update.
23406 * doc/bison.texinfo (Bison Options): Update --defines and --graph
23407 descriptions.
23408 (Option Cross Key): Update.
23409 Add --graph.
23410
23411 2001-09-18 Marc Autret <autret_m@epita.fr>
23412
23413 * tests/regression.at: New test (comment in %union).
23414
23415 2001-09-18 Marc Autret <autret_m@epita.fr>
23416
23417 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
23418 do that.
23419 Reported by Keith Browne.
23420
23421 2001-09-18 Marc Autret <autret_m@epita.fr>
23422
23423 * tests/output.at: Add tests for --defines and --graph.
23424
23425 2001-09-18 Marc Autret <autret_m@epita.fr>
23426
23427 * tests/output.at: Removes tests of %{header,src}_extension features.
23428
23429 2001-09-18 Akim Demaille <akim@epita.fr>
23430
23431 * tests/Makefile.am (package.m4): New.
23432 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
23433 (_AT_CHECK_CALC_ERROR): Likewise.
23434 Factor the `, ' part of verbose error messages.
23435
23436 2001-09-18 Marc Autret <autret_m@epita.fr>
23437
23438 * src/getargs.c (longopts): Declare --defines and --graph as options
23439 with optional arguments.
23440 * src/files.h: Add extern declarations.
23441 * src/files.c (spec_graph_file, spec_defines_file): New.
23442 (output_files): Update.
23443 Remove CPP-outed code.
23444
23445 2001-09-18 Marc Autret <autret_m@epita.fr>
23446
23447 Turn off %{source,header}_extension feature.
23448
23449 * src/files.c (compute_exts_from_gf): Update.
23450 (compute_exts_from_src): Update.
23451 (output_files): CPP-out useless code.
23452 * src/files.h: Remove {header,source}_extension extern declarations.
23453 * src/reader.c (parse_dquoted_param): CPP-out.
23454 (parse_header_extension_decl): Remove.
23455 (parse_source_extension_decl): Remove.
23456 (read_declarations): Remove cases tok_{hdrext,srcext}.
23457 * src/lex.c (percent_table): Remove {header,source}_extension entries.
23458 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
23459
23460 2001-09-10 Akim Demaille <akim@epita.fr>
23461
23462 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
23463 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
23464 (AT_CHECK_OUTPUT): this.
23465 Merely check ls' exit status, its output is useless.
23466
23467 2001-09-10 Akim Demaille <akim@epita.fr>
23468
23469 * tests/calc.at: Use m4_match.
23470 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
23471
23472 2001-09-10 Marc Autret <autret_m@epita.fr>,
23473 Akim Demaille <akim@epita.fr>
23474
23475 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
23476 enum color_e.
23477 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
23478 to `normal'.
23479 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
23480 * src/lex.h: Adjust prototype.
23481 (token_t): Add `tok_undef'.
23482 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
23483 (parse_percent_token): Now returns token_t.
23484 Add default statement in switch.
23485 (lex): Separate `c' as an input variable, from the token_t result
23486 part.
23487 (unlexed): Is a token_t.
23488
23489 2001-09-10 Akim Demaille <akim@epita.fr>
23490
23491 * configure.in: Bump to 1.29a.
23492
23493 2001-09-07 Akim Demaille <akim@epita.fr>
23494
23495 Version 1.29.
23496
23497 2001-08-30 Akim Demaille <akim@epita.fr>
23498
23499 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
23500 * m4/atconfig.m4: Remove.
23501 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
23502 * tests/bison: New.
23503 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
23504 m4_if, m4_patsubst, and m4_regexp.
23505 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
23506 `input' file instead of echo.
23507
23508 2001-08-29 Akim Demaille <akim@epita.fr>
23509
23510 Bump to 1.28e.
23511
23512 2001-08-29 Akim Demaille <akim@epita.fr>
23513
23514 Version 1.28d.
23515
23516 2001-08-29 Paul Eggert <eggert@twinsun.com>
23517
23518 * src/bison.simple (yyparse): Don't take the address of an
23519 item before the start of an array, as that doesn't conform to
23520 the C Standard.
23521
23522 2001-08-29 Robert Anisko <anisko_r@epita.fr>
23523
23524 * doc/bison.texinfo (Location Tracking Calc): New node.
23525
23526 2001-08-29 Paul Eggert <eggert@twinsun.com>
23527
23528 * src/output.c (output): Do not define const, as this now
23529 causes more problems than it cures.
23530
23531 2001-08-29 Akim Demaille <akim@epita.fr>
23532
23533 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
23534 the nodes.
23535 Be sure to tag the `detailmenu'.
23536
23537 2001-08-29 Akim Demaille <akim@epita.fr>
23538
23539 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
23540 download in a tmp dir.
23541
23542 2001-08-28 Marc Autret <autret_m@epita.fr>
23543
23544 * config/depcomp: New file.
23545
23546 2001-08-28 Marc Autret <autret_m@epita.fr>
23547
23548 * doc/bison.1 (mandoc): Adjust.
23549 From Juan Manuel Guerrero.
23550
23551 2001-08-28 Marc Autret <autret_m@epita.fr>
23552
23553 * src/print_graph.c (print_state): Fix.
23554
23555 2001-08-27 Marc Autret <autret_m@epita.fr>
23556
23557 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
23558 char * members.
23559 Echo modifications to the functions prototypes.
23560 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
23561
23562 2001-08-27 Marc Autret <autret_m@epita.fr>
23563
23564 * src/vcg.c: Include `xalloc.h'.
23565 (add_colorentry): New.
23566 (add_classname): New.
23567 (add_infoname): New.
23568 * src/vcg.h: Add new prototypes.
23569
23570 2001-08-27 Akim Demaille <akim@epita.fr>
23571
23572 * Makefile.maint: Sync. again with CVS Autoconf.
23573
23574 2001-08-27 Akim Demaille <akim@epita.fr>
23575
23576 * Makefile.maint: Formatting changes.
23577 (po-update, cvs-update, update): New targets.
23578 (AMTAR): Remove.
23579
23580 2001-08-27 Akim Demaille <akim@epita.fr>
23581
23582 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
23583 * Makefile.maint: Sync. with CVS Autoconf.
23584
23585 2001-08-27 Marc Autret <autret_m@epita.fr>
23586
23587 * src/vcg.h (struct infoname_s): New.
23588 (struct colorentry_s): New.
23589 (graph_s): New fields {vertical,horizontal}_order in structure.
23590 Add `infoname' field.
23591 Add `colorentry' field;
23592 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
23593 (G_HORIZONTAL_ORDER): New.
23594 (G_INFONAME): New.
23595 (G_COLORENTRY): New.
23596 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
23597 Add output of `infoname'.
23598 Add output of `colorentry'.
23599
23600 2001-08-27 Marc Autret <autret_m@epita.fr>
23601
23602 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
23603 This one shadowed a global parameter.
23604
23605 2001-08-24 Marc Autret <autret_m@epita.fr>
23606
23607 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
23608 instead of `unsigned'.
23609 (print_state): Do not call obstack_object_size () in obstack_grow ()
23610 to avoid macro variables shadowing.
23611
23612 2001-08-23 Marc Autret <autret_m@epita.fr>
23613
23614 * src/lex.c (percent_table): Typo: s/naem/name/.
23615 Add graph option.
23616 Normalize new options declarations.
23617
23618 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
23619
23620 * tests/suite.at: Exercise %header_extension and %source_extension.
23621
23622 2001-08-16 Marc Autret <autret_m@epita.fr>
23623
23624 * src/reader.c (parse_dquoted_param): New.
23625 (parse_header_extension_decl): Use it.
23626 (parse_source_extension_decl): Likewise.
23627
23628 2001-08-16 Marc Autret <autret_m@epita.fr>
23629
23630 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
23631 (get_xxxx_str): Use assert () instead of complain ().
23632 Remove return invokations in default cases.
23633 (get_decision_str): Modify default behaviour. Remove second argument.
23634 Echo modifications on calls.
23635 (output_graph): Fix.
23636
23637 2001-08-16 Marc Autret <autret_m@epita.fr>
23638
23639 * src/getargs.c (usage): Update with ``-g, --graph''.
23640
23641 2001-08-16 Marc Autret <autret_m@epita.fr>
23642
23643 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
23644 (Option Cross Key): Likewise.
23645 * doc/bison.1: Update.
23646
23647 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
23648
23649 * src/output.c (output_master_parser): Don't finish action_obstack.
23650 (output_parser): Don't care about the muscle action, here.
23651 (prepare): Copy the action_obstack in the action muscle.
23652 (output): Free action_obstack.
23653
23654 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
23655
23656 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
23657 will contain `%union' declaration.
23658 (parse_union_decl): Delete #line directive output.
23659 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
23660 informations about %union.
23661 (parse_union_decl): Copy the union_obstack in the muscle stype.
23662 * src/bison.simple: Add new #line directive.
23663 Add typdef %%stype YYSTYPE.
23664
23665 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
23666
23667 * src/bison.simple: Add new `#line' directive.
23668
23669 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
23670
23671 * src/bison.simple: New `#line' directive.
23672 * src/output.c (output_parser): Support new dynamic muscle input_line.
23673
23674 2001-09-22 Marc Autret <autret_m@epita.fr>
23675
23676 * src/output.c (output_master_parser): New.
23677 (output_parser): Be more re-entrant.
23678
23679 2001-09-21 Marc Autret <autret_m@epita.fr>
23680
23681 * src/reader.c (copy_definition, parse_union_decl): Update and use
23682 `linef' muscle.
23683 (copy_action): Likewise.
23684 Use obstack_1grow ().
23685 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
23686
23687 2001-09-21 Marc Autret <autret_m@epita.fr>
23688
23689 * src/options.c (option_table): Adjust.
23690 * src/lex.c (parse_percent_token): Fix.
23691
23692 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
23693
23694 * src/options.c (symtab.h): Include it, need by lex.h.
23695
23696 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
23697
23698 * src/lex.c (parse_percent_token): Change type of variable `tx', which
23699 is now an option_table_struct*.
23700 (option_strcmp): New function option_strcmp.
23701 (parse_percent_token): Call option_strcmp.
23702 * src/getargs.c (xalloc.h, options.h): Include it.
23703 (getargs): Call create_long_option_table.
23704 (getargs): Free longopts at the end of the function.
23705 (shortopts): Move in options.c.
23706 * src/options.c (create_long_option_table): New function. Convert
23707 information from option_table to option structure.
23708 * src/reader.c (options.h): Include it.
23709
23710 * src/Makefile.am: Adjust.
23711 * src/options.c (option_table): Create from longopts and percent_table.
23712 * src/getargs.c (longopts): Delete.
23713 * src/lex.c (struct percent_table_struct): Delete.
23714 (percent_table): Delete.
23715 (options.h): Include it.
23716 * src/options.c: Create.
23717 * src/options.h: Create.
23718 Declare enum opt_access_e.
23719 Define struct option_table_struct.
23720
23721 2001-09-20 Marc Autret <autret_m@epita.fr>
23722
23723 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
23724 sections of Bison.
23725
23726 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
23727
23728 * src/bison.simple: s/%%filename/%%skeleton.
23729 * src/muscle_tab.c (getargs.h): Include it.
23730 (muscle_init): Insert new muscle skeleton.
23731
23732 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
23733
23734 * src/output.c (output_parser): Delete unused variable actions_dumped.
23735
23736 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
23737
23738 * src/output.c (output): Delete call to reader_output_yylsp.
23739 * src/reader.c (reader): Likewise.
23740 * src/reader.h: Delete declaration of reader_output_yylsp.
23741
23742 2001-09-02 Marc Autret <autret_m@epita.fr>
23743
23744 * src/reader.c: Include muscle_tab.h.
23745 (parse_union_decl): Update.
23746 (parse_macro_decl): Rename parse_muscle_decl.
23747 Update to use renamed functions and variable.
23748 (read_declarations, copy_action, read_additionnal_code, : Updated
23749 with correct variables and functions names.
23750 (packsymbols, reader): Likewise.
23751
23752 * src/reader.h (muscle_obstack): Extern declaration update.
23753
23754 * src/output.c: Include muscle_tab.h
23755 In all functions using macro_insert, change by using muscle_insert ().
23756 (macro_obstack): Rename muscle_obstack.
23757 Echo modifications in the whole file.
23758 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
23759 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
23760 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
23761
23762 * src/muscle_tab.h: Update double inclusion macros.
23763 (macro_entry_s): Rename muscle_entry_s.
23764 Update prototypes.
23765
23766 * src/muscle_tab.c: Include muscle_tab.h.
23767 Rename macro_tabble to muscle_table.
23768 (mhash1, mhash2, mcmp): Use muscle_entry.
23769 (macro_init): Rename muscle_init. Update.
23770 (macro_insert): Rename muscle_insert. Update.
23771 (macro_find): Rename muscle_find. Update.
23772
23773 * src/main.c: Include muscle_tab.h.
23774 (main): Call muscle_init ().
23775 * src/Makefile.am (bison_SOURCES): Echo modifications.
23776
23777 2001-09-02 Marc Autret <autret_m@epita.fr>
23778
23779 Now the files macro_tab.[ch] are named muscle_tab.[ch].
23780
23781 * src/muscle_tab.c, src/muscle_tab.h: Add files.
23782
23783 2001-09-02 Marc Autret <autret_m@epita.fr>
23784
23785 * src/macrotab.c, src/macrotab.h: Remove.
23786
23787 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
23788
23789 * src/reader.c (copy_guard): Use muscle to specify the `#line'
23790 filename.
23791
23792 2001-09-01 Marc Autret <autret_m@epita.fr>
23793
23794 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
23795 to an explicit value to activate the feature. We do it here.
23796
23797 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
23798
23799 * src/output.c (prepare): Delete the `filename' muscule insertion.
23800 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
23801 (parse_union_decl): Likewise.
23802 * src/macrotab.c (macro_init): Initialize filename by infile.
23803
23804 2001-08-31 Marc Autret <autret_m@epita.fr>
23805
23806 * src/bison.simple (YYLSP_NEEDED): New definition.
23807 * src/output.c (prepare): Add macro insertion of `locations_flag'
23808
23809 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
23810
23811 * src/output.c (prepare): Delete insertion of previous muscles,
23812 and insert the `prefix' muscles.
23813 * src/macrotab.c (macro_init): Likewise.
23814 (macro_init): Initialization prefix directive by `yy'.
23815 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
23816 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
23817 yylval, yydebug, yyerror, yynerrs and yyparse.
23818 New directive `#define' to substitute yydebug, ... with option
23819 name_prefix.
23820
23821 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
23822
23823 * src/main.c (main): Standardize.
23824 * src/output.c (output_table_data, output_parser): Likewise.
23825 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
23826
23827 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
23828
23829 * src/reader.c (read_additionnal_code): Rename %%user_code to
23830 %%epilogue.
23831 * src/output.c (output): Rename %%declarations to %%prologue.
23832 * src/bison.simple: Echo modifications.
23833
23834 2001-08-31 Marc Autret <autret_m@epita.fr>
23835
23836 * src/reader.c (readgram): CleanUp.
23837 (output_token_defines): Likewise.
23838 (packsymbols): Likewise.
23839 (reader): Likewise.
23840 * src/output.c (output): CPP-out useless code.
23841
23842 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
23843
23844 * src/reader.c (reader): Delete obsolete call to function
23845 output_trailers and output_headers.
23846 * src/output.h: Remove obsolete functions prototypes of output_headers
23847 and output_trailers.
23848
23849 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
23850
23851 * src/main.c: Include macrotab.h.
23852 * src/macrotab.h (macro_entry_s): Constify fields.
23853 Adjust functions prototypes.
23854 * src/macrotab.c (macro_insert): Constify key and value.
23855 (macro_find): Constify key.
23856 (macro_insert): Include 'xalloc.h'
23857 (macro_insert): Use XMALLOC.
23858 (macro_find): Constify return value.
23859 * src/output.c (output_table_data): Rename table to table_data.
23860 (output_parser): Constify macro_key, macro_value.
23861
23862 2001-08-30 Marc Autret <autret_m@epita.fr>
23863
23864 * src/reader.c (parse_skel_decl): New.
23865 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
23866 * src/lex.h (token_t): New token `tok_skel'.
23867 * src/lex.c (percent_table): Add skeleton option entry.
23868 Standardize.
23869
23870 2001-08-29 Marc Autret <autret_m@epita.fr>
23871
23872 * src/bison.simple: Add %%user_code directive at the end.
23873 * src/reader.c (read_additionnal_code): New.
23874 (reader): Use it.
23875 * src/output.c (output_program): Remove.
23876 (output): Update.
23877
23878 2001-08-28 Marc Autret <autret_m@epita.fr>
23879
23880 * src/output.c (output_actions): Clean up.
23881 (output_gram): CPP-out useless code.
23882 * src/reader.c (reader): Clean up, CPP-out useless code.
23883
23884 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
23885
23886 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
23887 directive.
23888 * src/bison.simple: Add `%%definitions'.
23889
23890 2001-08-28 Marc Autret <autret_m@epita.fr>
23891
23892 * config/depcomp: New file.
23893
23894 2001-08-27 Paul Eggert <eggert@twinsun.com>
23895
23896 * src/bison.simple (yyparse): Don't take the address of an
23897 item before the start of an array, as that doesn't conform to
23898 the C Standard.
23899
23900 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
23901
23902 * src/output.c (output): Remove the initialization of the macro
23903 obstack. It was done too late here.
23904
23905 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
23906 completely wrong.
23907 (reader): Initialize the macro obstack here, since we need it to grow
23908 '%define' directives.
23909
23910 * src/reader.h: Declare the macro obstack as extern.
23911
23912 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
23913
23914 * src/output.c (output_parser): Fix. Store single '%' characters in
23915 the output obstack instead of throwing them away.
23916
23917 2001-08-27 Akim Demaille <akim@epita.fr>
23918
23919 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
23920
23921 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
23922
23923 * lib/Makefile.am: Adjust.
23924
23925 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
23926
23927 * src/bison.simple: Update and add '%%' directives.
23928
23929 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
23930
23931 * src/reader.c (reader): Remove calls to 'output_headers' and
23932 'output_trailers'. Remove some C output.
23933 (readgram): Disable a piece of code that was writing a default
23934 definition for 'YYSTYPE'.
23935 (reader_output_yylsp): Remove.
23936 (packsymbols): Output token defintions to a macro.
23937 (copy_definition): Disable C output.
23938
23939 * src/reader.c (parse_macro_decl): New function used to parse macro
23940 declarations.
23941 (copy_string2): Put the body of copy_string into this new function.
23942 Add a parameter to let the caller choose whether he wants to copy the
23943 string delimiters or not.
23944 (copy_string): Be a simple call to copy_string2 with the last argument
23945 bound to true.
23946 (read_declarations): Add case for macro definition.
23947 (copy_identifier): New.
23948 (parse_macro_decl): Read macro identifiers using copy_identifier
23949 rather than lex.
23950
23951 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
23952
23953 * src/output.c (prepare): Add prefixed names.
23954 (output_parser): Output semantic actions.
23955 (output_parser): Fix bug on '%%line' directives.
23956
23957 * src/output.c (output_headers): Remove. The C code printed by this
23958 function should now be in the skeletons.
23959 (output_trailers): Remove.
23960 (output): Disable call to 'reader_output_yylsp'.
23961 (output_rule_data): Do not output tables to the table obstack.
23962
23963 * src/output.c: Remove some C dedicated output.
23964 Improve the use of macro and output obstacks.
23965 (output_defines): Remove.
23966
23967 * src/output.c (output_token_translations): Associate 'translate'
23968 table with a macro. No output to the table obstack.
23969 (output_gram): Same for 'rhs' and 'prhs'.
23970 (output_stos): Same for 'stos'.
23971 (output_rule_data): Same for 'r1' and 'r2'.
23972 (token_actions): Same for 'defact'.
23973 (goto_actions): Same for 'defgoto'.
23974 (output_base): Same for 'pact' and 'pgoto'.
23975 (output_table): Same for 'table'.
23976 (output_check): Same for 'check'.
23977
23978 * src/output.c (output_table_data): New function.
23979 (output_short_table): Remove.
23980 (output_short_or_char_table): Remove.
23981
23982 * src/output.c (output_parser): Replace most of the skeleton copy code
23983 with something new. Skeletons are now processed character by character
23984 rather than line by line, and Bison looks for '%%' macros. This is the
23985 first step in making Bison's output process (a lot) more flexible.
23986 (output_parser): Use the macro table.
23987
23988 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
23989
23990 * src/main.c (main): Initialize the macro table.
23991
23992 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
23993
23994 * src/lex.c (percent_table): Add tok_define.
23995 * src/lex.h: Add tok_define.
23996
23997 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
23998
23999 * src/macrotab.c: New file.
24000 * src/macrotab.h: New file.
24001 * src/Makefile.am: Update.
24002
24003 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
24004
24005 * lib/hash.c: New file.
24006 * lib/hash.h: New file.
24007 * lib/Makefile.am: Update.
24008
24009 2001-08-15 Akim Demaille <akim@epita.fr>
24010
24011 Version 1.28c.
24012
24013 2001-08-15 Marc Autret <autret_m@epita.fr>
24014
24015 * src/reader.c (readgram): Indent output macro YYSTYPE.
24016 (packsymbols): Likewise.
24017 (output_token_defines): Likewise.
24018 * src/files.c: Standardize.
24019 (compute_header_macro): New.
24020 (defines_obstack_save): New. Use compute_header_macro.
24021 (output_files): Update. Use defines_obstack_save.
24022
24023 2001-08-15 Akim Demaille <akim@epita.fr>
24024
24025 * doc/bison.texinfo (Table of Symbols): Document
24026 YYSTACK_USE_ALLOCA.
24027
24028 2001-08-15 Akim Demaille <akim@epita.fr>
24029
24030 * missing: Update from CVS Automake.
24031 * config/config.guess, config/config.sub, config/texinfo.tex:
24032 Update from gnu.org.
24033
24034 2001-08-15 Akim Demaille <akim@epita.fr>
24035
24036 * Makefile.maint: Sync with CVS Autoconf.
24037
24038 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
24039
24040 * doc/bison.texinfo: Include GNU Free Documentation License from
24041 `fdl.texi'.
24042 * doc/fdl.texi: Add to package.
24043
24044 2001-08-14 Marc Autret <autret_m@epita.fr>
24045
24046 Turn on %{source,header}_extension features.
24047
24048 * src/lex.c (percent_table): Un-CPP out header_extension and
24049 source_extension.
24050 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
24051 (compute_exts_from_src): Remove conditions. It restores priorities
24052 between options.
24053
24054 2001-08-14 Marc Autret <autret_m@epita.fr>
24055
24056 * src/files.c (compute_base_names): Add extensions computing when
24057 `--file-prefix' used.
24058 Standardize function calls.
24059
24060 2001-08-13 Marc Autret <autret_m@epita.fr>
24061
24062 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
24063 defining it (defined but null disables alloca).
24064
24065 2001-08-13 Marc Autret <autret_m@epita.fr>
24066
24067 * src/bison.simple (_yy_memcpy): CPP reformat.
24068
24069 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
24070
24071 * tests/atconfig.in (CPPFLAGS): Fix.
24072
24073 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
24074
24075 * doc/bison.texinfo: Include GNU General Public License from
24076 `gpl.texi'.
24077 * doc/gpl.texi: Add to package.
24078
24079 2001-08-10 Marc Autret <autret_m@epita.fr>
24080
24081 * src/print_graph.h: Fix.
24082 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
24083
24084 2001-08-10 Akim Demaille <akim@epita.fr>
24085
24086 * src/system.h: Provide default declarations for stpcpy, strndup,
24087 and strnlen.
24088
24089 2001-08-10 Robert Anisko <anisko_r@epita.fr>
24090
24091 * doc/bison.texinfo (Locations): Update @$ stuff.
24092
24093 2001-08-09 Robert Anisko <anisko_r@epita.fr>
24094
24095 * src/bison.simple (YYLLOC_DEFAULT): Update.
24096 (yyparse): Adjust.
24097
24098 2001-08-08 Marc Autret <autret_m@epita.fr>
24099
24100 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
24101 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
24102 Reported by Fabrice Bauzac.
24103
24104 2001-08-08 Marc Autret <autret_m@epita.fr>
24105
24106 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
24107 * src/vcg.c (output_node): Fix.
24108 * src/vcg.h: Cleanup.
24109 * src/print_graph.c: Add comments.
24110 (node_output_size): New global variable. Simplify the formatting of
24111 the VCG graph output.
24112 (print_actions): Unused code is now used. It notifies the final state
24113 and no action states in the VCG graph. It also give the reduce actions.
24114 The `shift and goto' edges are red and the `go to state' edges are
24115 blue.
24116 Get the current node name and node_obstack by argument.
24117 (node_obstack): New variable.
24118 (print_state): Manage node_obstack.
24119 (print_core): Use node_obstack given by argument.
24120 A node is not only computed here but in print_actions also.
24121 (print_graph): CPP out useless code instead of commenting it.
24122
24123 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
24124
24125 * tests/atconfig.in (CPPFLAGS): Fix.
24126
24127 2001-08-07 Akim Demaille <akim@epita.fr>
24128
24129 * src/print_graph.c (quote): New.
24130 (print_core): Use it.
24131
24132 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
24133
24134 * src/vcg.c (complain.h): Include it.
24135 Unepitaize `return' invocations.
24136 [NDEBUG] (main): Remove.
24137 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
24138 * src/files.c (open_files): Initialize graph_obstack.
24139 * src/print_graph.c (print_actions): CPP out useless code.
24140 (print_core): Don't output the last `\n' in labels.
24141 Use `quote'.
24142 * src/files.c (output_files): Output the VCG file.
24143 * src/main.c (main): Invoke print_graph ();
24144
24145 2001-08-06 Marc Autret <autret_m@epita.fr>
24146
24147 Automaton VCG graph output.
24148 Using option ``-g'' or long option ``--graph'', you can generate
24149 a gram_filename.vcg file containing a VCG description of the LALR (1)
24150 automaton of your grammar.
24151
24152 * src/main.c: Call to print_graph() function.
24153 * src/getargs.h: Update.
24154 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
24155 (graph_flag): New flag.
24156 (longopts): Update.
24157 (getargs): Add case `g'.
24158 * src/files.c (graph_obstack): New obstack struct.
24159 (open_files): Initialize new obstack.
24160 (output_files): Saves graph_obstack if required.
24161 * src/files.h (graph_obstack): New extern declaration.
24162 * src/Makefile.am: Add new source files.
24163
24164 2001-08-06 Marc Autret <autret_m@epita.fr>
24165
24166 * src/print_graph.c, src/print_graph.h (graph): New.
24167 * src/vcg.h: New file.
24168 * src/vcg.c: New file, VCG graph handling.
24169
24170 2001-08-06 Marc Autret <autret_m@epita.fr>
24171
24172 Add of %source_extension and %header_extension which specify
24173 the source or/and the header output file extension.
24174
24175 * src/files.c (compute_base_names): Remove initialisation of
24176 src_extension and header_extension.
24177 (compute_exts_from_gf): Update.
24178 (compute_exts_from_src): Update.
24179 (output_files): Update.
24180 * src/reader.c (parse_header_extension_decl): New.
24181 (parse_source_extension_decl): New.
24182 (read_declarations): New case statements for the new tokens.
24183 * src/lex.c (percent_table): Add entries for %source_extension
24184 and %header_extension.
24185 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
24186
24187 2001-08-06 Marc Autret <autret_m@epita.fr>
24188
24189 * configure.in: Bump to 1.28c.
24190 * doc/bison.texinfo: Texinfo thingies.
24191
24192 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
24193
24194 * tests/atconfig.in (CPPFLAGS): Add.
24195 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
24196
24197 2001-08-03 Akim Demaille <akim@epita.fr>
24198
24199 Version 1.28b.
24200
24201 2001-08-03 Akim Demaille <akim@epita.fr>
24202
24203 * tests/Makefile.am (check-local): Ship testsuite.
24204 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
24205 Include `string.h'.
24206
24207 2001-08-03 Akim Demaille <akim@epita.fr>
24208
24209 * configure.in: Try using -Wformat when compiling.
24210
24211 2001-08-03 Akim Demaille <akim@epita.fr>
24212
24213 * configure.in: Bump to 1.28b.
24214
24215 2001-08-03 Akim Demaille <akim@epita.fr>
24216
24217 * src/complain.c: Adjust strerror_r portability issues.
24218
24219 2001-08-03 Akim Demaille <akim@epita.fr>
24220
24221 Version 1.28a.
24222
24223 2001-08-03 Akim Demaille <akim@epita.fr>
24224
24225 * src/getargs.c, src/getarg.h (skeleton)): Constify.
24226 * src/lex.c (literalchar): Avoid name clashes on `buf'.
24227 * src/getargs.c: Include complain.h.
24228 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
24229 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
24230
24231 2001-08-03 Akim Demaille <akim@epita.fr>
24232
24233 * src/reader.c (readgram): Display hidden chars in error messages.
24234
24235 2001-08-03 Akim Demaille <akim@epita.fr>
24236
24237 Update to gettext 0.10.39.
24238
24239 2001-08-03 Akim Demaille <akim@epita.fr>
24240
24241 * lib/strspn.c: New.
24242
24243 2001-08-01 Marc Autret <autret_m@epita.fr>
24244
24245 * doc/bison.texinfo: Update.
24246 * doc/bison.1 (mandoc): Update.
24247 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
24248 * src/files.c: Support output files extensions computing.
24249 (src_extension): New static variable.
24250 (header_extension): New static variable.
24251 (tr): New function.
24252 (get_extension_index): New function, gets the index of an extension
24253 filename in a string.
24254 (compute_exts_from_gf): New function, computes extensions from the
24255 grammar file extension.
24256 (compute_exts_from_src): New functions, computes extensions from the
24257 C source file extension, file given by ``-o'' option.
24258 (compute_base_names): Update.
24259 (output_files): Update.
24260
24261 2001-08-01 Robert Anisko <anisko_r@epita.fr>
24262
24263 * doc/bison.texi: Document @$.
24264 (Locations): New section.
24265
24266 2001-07-18 Akim Demaille <akim@epita.fr>
24267
24268 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
24269 * config/prev-version.txt, config/move-if-change: New.
24270 * Makefile.am: Adjust.
24271
24272 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
24273
24274 * src/bison.simple (yyparse): Suppress warning `comparaison
24275 between signed and unsigned'.
24276
24277 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
24278
24279 * src/getargs.h (raw_flag): Remove.
24280 * src/getargs.c: Die on `-r'/`--raw'.
24281 * src/lex.c (parse_percent_token): Die on `%raw'.
24282 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
24283 * tests/calc.at: Suppress test with option `--raw'.
24284
24285 2001-07-14 Akim Demaille <akim@epita.fr>
24286
24287 * config/: New.
24288 * configure.in: Require Autoconf 2.50.
24289 Update to gettext 0.10.38.
24290
24291 2001-03-16 Akim Demaille <akim@epita.fr>
24292
24293 * doc/bison.texinfo: ANSIfy the examples.
24294
24295 2001-03-16 Akim Demaille <akim@epita.fr>
24296
24297 * getargs.c (skeleton): New variable.
24298 (longopts): --skeleton is a new option.
24299 (shortopts, getargs): -S is a new option.
24300 * getargs.h: Declare skeleton.
24301 * output.c (output_parser): Use it.
24302
24303 2001-03-16 Akim Demaille <akim@epita.fr>
24304
24305 * m4/strerror_r.m4: New.
24306 * m4/error.m4: Run AC_FUNC_STRERROR_R.
24307 * lib/error.h, lib/error.c: Update.
24308
24309 2001-03-16 Akim Demaille <akim@epita.fr>
24310
24311 * src/getargs.c (longopts): Clean up.
24312
24313 2001-02-21 Akim Demaille <akim@epita.fr>
24314
24315 * src/reader.c (gensym): `gensym_count' is your own.
24316 Use a static buf to create the symbol name, as token_buffer is no
24317 longer a buffer.
24318
24319 2001-02-08 Akim Demaille <akim@epita.fr>
24320
24321 * src/conflicts.c (conflict_report): Be sure not to append to res
24322 between two calls, which could happen if both first sprintf were
24323 skipped, but not the first cp += strlen.
24324
24325 2001-02-08 Akim Demaille <akim@epita.fr>
24326
24327 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
24328 New, from fileutils 4.0.37.
24329 * configure.in: Require Autoconf 2.49c. I took some time before
24330 making this decision. This is the only way out for portability
24331 issues in Bison, it would mean way too much duplicate effort to
24332 import in Bison features implemented in 2.49c since 2.13.
24333 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
24334
24335 2001-02-02 Akim Demaille <akim@epita.fr>
24336
24337 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
24338 * lib/xalloc.h, lib/xmalloc.c: Update.
24339
24340 2001-01-19 Akim Demaille <akim@epita.fr>
24341
24342 Get rid of the ad hoc handling of token_buffer in the scanner: use
24343 the obstacks.
24344
24345 * src/lex.c (token_obstack): New.
24346 (init_lex): Initialize it. No longer call...
24347 (grow_token_buffer): this. Remove it.
24348 Adjust all the places which used it to use the obstack.
24349
24350 2001-01-19 Akim Demaille <akim@epita.fr>
24351
24352 * src/lex.h: Rename all the tokens:
24353 s/\bENDFILE\b/tok_eof/g;
24354 s/\bIDENTIFIER\b/tok_identifier/g;
24355 etc.
24356 Let them be enums, not #define, to ease debugging.
24357 Adjust all the code.
24358
24359 2001-01-18 Akim Demaille <akim@epita.fr>
24360
24361 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
24362 * src/lex.c (maxtoken, grow_token_buffer): Static.
24363
24364 2001-01-18 Akim Demaille <akim@epita.fr>
24365
24366 Since we now use obstacks, more % directives can be enabled.
24367
24368 * src/lex.c (percent_table): Also accept `%yacc',
24369 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
24370 `%debug'.
24371 Handle the actions for `%semantic_parser' and `%pure_parser' here,
24372 instead of returning a token.
24373 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
24374 * src/reader.c (read_declarations): Adjust.
24375 * src/files.c (open_files): Don't call `compute_base_names', don't
24376 compute `attrsfile' since they depend upon data which might be
24377 *in* the input file now.
24378 (output_files): Do it here.
24379 * src/output.c (output_headers): Document the fact that this patch
24380 introduces a guaranteed SEGV for semantic parsers.
24381 * doc/bison.texinfo: Document them.
24382 * tests/suite.at: Exercise these %options.
24383
24384 2000-12-20 Akim Demaille <akim@epita.fr>
24385
24386 Also handle the output file (--verbose) with obstacks.
24387
24388 * files.c (foutput): Remove.
24389 (output_obstack): New.
24390 Adjust all dependencies.
24391 * src/conflicts.c: Return a string.
24392 * src/system.h (obstack_grow_string): Rename as...
24393 (obstack_sgrow): this. Be ready to work with non literals.
24394 (obstack_fgrow4): New.
24395
24396 2000-12-20 Akim Demaille <akim@epita.fr>
24397
24398 * src/files.c (open_files): Fix the computation of short_base_name
24399 in the case of `-o foo.tab.c'.
24400
24401 2000-12-20 Akim Demaille <akim@epita.fr>
24402
24403 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
24404 (copy_dollar): Now that everything uses obstacks, get rid of the
24405 FILE * parameters.
24406
24407 2000-12-20 Akim Demaille <akim@epita.fr>
24408
24409 * src/files.c (open_files): Actually the `.output' file is based
24410 on the short_base_name, not base_name.
24411 * tests/suite.at (Checking output file names): Adjust.
24412
24413 2000-12-20 Akim Demaille <akim@epita.fr>
24414
24415 * src/bison.s1: Remove, we now use directly...
24416 * src/bison.simple: this.
24417 * src/Makefile.am: Use pkgdata instead of data.
24418
24419 2000-12-20 Akim Demaille <akim@epita.fr>
24420
24421 * src/files.c (guard_obstack): New.
24422 (open_files): Initialize it.
24423 (output_files): Dump it...
24424 * src/files.h: Export it.
24425 * src/reader.c (copy_guard): Use it.
24426
24427 2000-12-19 Akim Demaille <akim@epita.fr>
24428
24429 * src/files.c (outfile, defsfile, actfile): Removed as global
24430 vars.
24431 (open_files): Don't compute them.
24432 (output_files): Adjust.
24433 (base_name, short_base_name): Be global.
24434 Adjust dependencies.
24435
24436 2000-12-19 Akim Demaille <akim@epita.fr>
24437
24438 * src/files.c (strsuffix): New.
24439 (stringappend): Be just like strcat but allocate.
24440 (base_names): Eve out from open_files.
24441 Try to simplify the rather hairy computation of base_name and
24442 short_base_name.
24443 (open_files): Use it.
24444 * tests/suite.at (Checking output file names): New test.
24445
24446 2000-12-19 Akim Demaille <akim@epita.fr>
24447
24448 * src/system.h (obstack_grow_literal_string): Rename as...
24449 (obstack_grow_string): this.
24450 * src/output.c (output_parser): Recognize `%% actions' instead of
24451 `$'.
24452 * src/bison.s1: s/$/%% actions/.
24453 * src/bison.hairy: Likewise.
24454
24455 2000-12-19 Akim Demaille <akim@epita.fr>
24456
24457 * src/output.c (output_parser): Compute the `#line' lines when
24458 there are.
24459 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
24460 Suggested by Hans Aberg.
24461
24462 2000-12-19 Akim Demaille <akim@epita.fr>
24463
24464 Let the handling of the skeleton files be local to the procedures
24465 that use it.
24466
24467 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
24468 longer static.
24469 (fparser, open_extra_files): Remove.
24470 (open_files, output_files): Don't take care of fparser.
24471 * src/files.h: Adjust.
24472 * src/output.c (output_parser): Open and close the file to the
24473 skeleton.
24474 * src/reader.c (read_declarations): When %semantic_parser, open
24475 fguard.
24476
24477 2000-12-19 Akim Demaille <akim@epita.fr>
24478
24479 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
24480 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
24481
24482 2000-12-19 Akim Demaille <akim@epita.fr>
24483
24484 * src/files.c (open_files): Yipee! We no longer need all the code
24485 looking for `/tmp' since we have no tmp file.
24486
24487 2000-12-19 Akim Demaille <akim@epita.fr>
24488
24489 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
24490 New macros.
24491 * src/files.c (open_files): Less dependency on MSDOS etc.
24492
24493 2000-12-14 Akim Demaille <akim@epita.fr>
24494
24495 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
24496 Provide a default definition.
24497 Use it when executing the default @ action.
24498 * src/reader.c (reader_output_yylsp): No longer include
24499 `timestamp' and `text' in the default YYLTYPE.
24500
24501 2000-12-12 Akim Demaille <akim@epita.fr>
24502
24503 * src/reader.c (copy_definition, parse_union_decl, copy_action)
24504 (copy_guard): Quote the file names.
24505 Reported by Laurent Mascherpa.
24506
24507 2000-12-12 Akim Demaille <akim@epita.fr>
24508
24509 * src/output.c (output_headers, output_program, output): Be sure
24510 to escape special characters when outputting filenames.
24511 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
24512 (output_headers): Don't depend on them, Use ACTSTR.
24513
24514 2000-11-17 Akim Demaille <akim@epita.fr>
24515
24516 * lib/obstack.h: Formatting changes.
24517 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
24518 prevents type checking.
24519 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24520 cast the value to (void *): assigning a `foo *' to a `void *'
24521 variable is valid.
24522 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24523 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
24524 append characters.
24525
24526 2000-11-17 Akim Demaille <akim@epita.fr>
24527
24528 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
24529 as...
24530 (suite.m4, regression.m4, calc.m4): these.
24531 * tests/atgeneral.m4: Update from CVS Autoconf.
24532
24533 2000-11-17 Akim Demaille <akim@epita.fr>
24534
24535 * tests/regression.m4 (%union and --defines): New test,
24536 demonstrating a current bug in the obstack implementation.
24537
24538 2000-11-17 Akim Demaille <akim@epita.fr>
24539
24540 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
24541 macros.
24542 Use them to declare the variables which are global or local to
24543 `yyparse'.
24544
24545 2000-11-17 Akim Demaille <akim@epita.fr>
24546
24547 * acconfig.h: Remove, no longer used.
24548
24549 2000-11-07 Akim Demaille <akim@epita.fr>
24550
24551 * src: s/Copyright (C)/Copyright/g.
24552
24553 2000-11-07 Akim Demaille <akim@epita.fr>
24554
24555 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
24556 defining.
24557 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
24558
24559 2000-11-07 Akim Demaille <akim@epita.fr>
24560
24561 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
24562 Merge in a single CPP if/else.
24563
24564 2000-11-07 Akim Demaille <akim@epita.fr>
24565
24566 * src/output.c (output): Remove useless variables.
24567 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
24568 argument `data' for consistency with the prototypes.
24569 Qualify it `const'.
24570 (obstack_copy, obstack_copy0): Rename the second argument as
24571 `address' for consistency. Qualify it `const'.
24572 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
24573 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
24574 `const' their input argument (`data' or `address').
24575 Adjust the corresponding macros to include `const' in casts.
24576
24577 2000-11-03 Akim Demaille <akim@epita.fr>
24578
24579 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
24580 s/PFILE1/BISON_HAIRY/.
24581 Adjust dependencies.
24582
24583 2000-11-03 Akim Demaille <akim@epita.fr>
24584
24585 For some reason, this was not applied.
24586
24587 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
24588 `unlink': it's no longer used.
24589
24590 2000-11-03 Akim Demaille <akim@epita.fr>
24591
24592 * src/files.c (skeleton_find): New function, eved out of...
24593 (open_files, open_extra_files): here.
24594
24595 2000-11-03 Akim Demaille <akim@epita.fr>
24596
24597 Don't use `atexit'.
24598
24599 * src/files.c (obstack_save): New function.
24600 (done): Rename as...
24601 (output_files): this.
24602 Use `obstack_save'.
24603 * src/main.c (main): Don't use `atexit' to register `done', since
24604 it no longer has to remove tmp files, just call `output_files'
24605 when there are no errors.
24606
24607 2000-11-02 Akim Demaille <akim@epita.fr>
24608
24609 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
24610 `unlink': it's no longer used.
24611 * src/files.h: Formatting changes.
24612
24613 2000-11-02 Akim Demaille <akim@epita.fr>
24614
24615 Remove the last uses of mktemp and unlink/delete.
24616
24617 * src/files.c (fdefines, ftable): Removed.
24618 (defines_ostack, table_obstack): New.
24619 Adjust dependencies of the former into uses of the latter.
24620 * src/output.c (output_short_or_char_table, output_short_table):
24621 Convert to using obstacks.
24622 * src/reader.c (copy_comment2): Accept one FILE * and two
24623 obstacks.
24624 (output_token_defines, reader_output_yylsp): Use obstacks.
24625 * src/system.h (obstack_fgrow3): New.
24626 * po/POTFILES.in: Adjust.
24627
24628 2000-11-01 Akim Demaille <akim@epita.fr>
24629
24630 Change each use of `fattrs' into a use of `attrs_obstack'.
24631
24632 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
24633 * src/files.c (fattrs): Remove.
24634 (attrs_obstack): New.
24635 Adjust all dependencies.
24636 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
24637
24638 2000-11-01 Akim Demaille <akim@epita.fr>
24639
24640 Introduce obstacks.
24641 Change each use of `faction' into a use of `action_obstack'.
24642
24643 * lib/obstack.h, lib/obstack.c: New files.
24644 * src/files.c (faction): Remove.
24645 (action_obstack): New.
24646 Adjust all dependencies.
24647
24648 2000-10-20 Akim Demaille <akim@epita.fr>
24649
24650 * lib/quote.h (PARAMS): New macro. Use it.
24651
24652 2000-10-16 Akim Demaille <akim@epita.fr>
24653
24654 * src/output.c (output_short_or_char_table): New function.
24655 (output_short_table, output_token_translations): Use it.
24656 (goto_actions): Use output_short_table.
24657
24658 2000-10-16 Akim Demaille <akim@epita.fr>
24659
24660 * src/symtab.c (bucket_new): New function.
24661 (getsym): Use it.
24662
24663 * src/output.c (output_short_table): New argument to display the
24664 comment associated with the table.
24665 Adjust dependencies.
24666 (output_gram): Use it.
24667 (output_rule_data): Nicer output layout for YYTNAME.
24668
24669 2000-10-16 Akim Demaille <akim@epita.fr>
24670
24671 * src/lex.c (read_typename): New function.
24672 (lex): Use it.
24673 * src/reader.c (copy_dollar): Likewise.
24674
24675 2000-10-16 Akim Demaille <akim@epita.fr>
24676
24677 * src/reader.c (copy_comment2): Expect the input stream to be on
24678 the `/' which is suspected to open a comment, instead of being
24679 called after `//' or `/*' was read.
24680 (copy_comment, copy_definition, parse_union_decl, copy_action)
24681 (copy_guard): Adjust.
24682
24683 2000-10-16 Akim Demaille <akim@epita.fr>
24684
24685 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
24686 `read_signed_integer'.
24687
24688 2000-10-16 Akim Demaille <akim@epita.fr>
24689
24690 * src/reader.c (copy_dollar): New function.
24691 (copy_guard, copy_action): Use it.
24692
24693 2000-10-16 Akim Demaille <akim@epita.fr>
24694
24695 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
24696 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
24697 New files, from Fileutils 4.0.27.
24698 * src/main.c (printable_version): Remove.
24699 * src/lex.c, src/reader.c: Use `quote'.
24700
24701 2000-10-04 Akim Demaille <akim@epita.fr>
24702
24703 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
24704
24705 2000-10-04 Akim Demaille <akim@epita.fr>
24706
24707 * doc/bison.texinfo: Various typos spotted by Neil Booth.
24708
24709 2000-10-04 Akim Demaille <akim@epita.fr>
24710
24711 When a literal string is used to define two different tokens,
24712 `bison -v' segfaults.
24713 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
24714
24715 * tests/regression.m4: New file.
24716 Include the core of the sample provided by Piotr Gackiewicz.
24717 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
24718 properly.
24719
24720 2000-10-04 Akim Demaille <akim@epita.fr>
24721
24722 * src/reader.c (parse_expect_decl): Keep `count' within the size
24723 of `buffer'.
24724 From Neil Booth.
24725
24726 2000-10-02 Paul Eggert <eggert@twinsun.com>
24727
24728 * bison.s1 (yyparse): Assign the default value
24729 unconditionally, to avoid a GCC warning and make the parser a
24730 tad smaller.
24731
24732 2000-10-02 Akim Demaille <akim@epita.fr>
24733
24734 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
24735 options.
24736
24737 2000-10-02 Akim Demaille <akim@epita.fr>
24738
24739 * src/derives.c, src/print.c, src/reduce.c: To ease the
24740 translation, move some `\n' out of the translated strings.
24741
24742 2000-10-02 Akim Demaille <akim@epita.fr>
24743
24744 The location tracking mechanism is precious for parse error
24745 messages. Nevertheless, it is enabled only when `@n' is used in
24746 the grammar, which is a different issue (you can use it in error
24747 message, but not in the grammar per se). Therefore, there should
24748 be another means to enable it.
24749
24750 * src/getargs.c (getargs): Support `--locations'.
24751 (usage): Report it.
24752 * src/getargs.h (locationsflag): Export it.
24753 * src/lex.c (percent_table): Support `%locations'.
24754 * src/reader.c (yylsp_needed): Remove this variable, now replaced
24755 with `locationsflag'.
24756 * doc/bison.texinfo: Document `--locations' and `%locations'.
24757 Sort the options.
24758 * tests/calc.m4: Test it.
24759
24760 For regularity of the names, replace each
24761 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
24762 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
24763 In addition replace each `flag' with `_flag'.
24764
24765 2000-10-02 Akim Demaille <akim@epita.fr>
24766
24767 Also test parse error messages, including with YYERROR_VERBOSE.
24768
24769 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
24770 associative).
24771 Use it to check the computations.
24772 Use it to check `nonassoc' is honored.
24773 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
24774 `--yyerror-verbose'.
24775 (_AT_CHECK_CALC): Adjust to this option.
24776 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
24777
24778 2000-10-02 Akim Demaille <akim@epita.fr>
24779
24780 Test also `--verbose', `--defines' and `--name-prefix'. Testing
24781 the latter demonstrates a flaw in the handling of non debugging
24782 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
24783 was used in order to simplify:
24784
24785 #if YYDEBUG
24786 if (yydebug)
24787 {
24788 ...
24789 }
24790 #endif
24791
24792 into
24793
24794 if (yydebug)
24795 {
24796 ...
24797 }
24798
24799 unfortunately this leads to a CPP conflict when
24800 `--name-prefix=foo' is used since it produces `#define yydebug
24801 foodebug'.
24802
24803 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
24804 (YYDPRINTF): New macro.
24805 Spread its use.
24806 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
24807 the bison options.
24808 Also test `--verbose', `--defines' and `--name-prefix'.
24809
24810 2000-10-02 Akim Demaille <akim@epita.fr>
24811
24812 Improve the readability of the produced parsers.
24813
24814 * src/bison.s1: Formatting changes.
24815 Improve the comment related to the `$' mark.
24816 (yydefault): Don't fall through to `yyresume': `goto' there.
24817 * src/output.c (output_parser): When the `$' is met, skip the end
24818 of its line.
24819 New variable, `number_of_dollar_signs', to check there's exactly
24820 one `$' in the parser skeleton.
24821
24822 2000-10-02 Akim Demaille <akim@epita.fr>
24823
24824 * lib/xstrdup.c: New file, from the fileutils.
24825 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
24826 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
24827 instead of strlen + xmalloc + strcpy.
24828 * src/symtab.c (copys): Remove, use xstrdup instead.
24829
24830 2000-10-02 Akim Demaille <akim@epita.fr>
24831
24832 * src/gram.h (associativity): New enum type which replaces the
24833 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
24834 `right_assoc', `left_assoc' and `non_assoc'.
24835 Adjust all dependencies.
24836 * src/reader.c: Formatting changes.
24837 (LTYPESTR): Don't define it, use it as a literal in
24838 `reader_output_yylsp'.
24839 * src/symtab.h (symbol_class): New enum type which replaces the
24840 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
24841 `sunknown', `stoken and `snterm'.
24842
24843 2000-10-02 Akim Demaille <akim@epita.fr>
24844
24845 * src/getargs.c (fixed_outfiles): Rename as...
24846 (yaccflag): for consistency and accuracy.
24847 Adjust dependencies.
24848
24849 2000-10-02 Akim Demaille <akim@epita.fr>
24850
24851 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
24852 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
24853 difficult and introduced a lot of core dump. It turns out that
24854 Bison used an implementation of `xmalloc' based on `calloc', and
24855 at various places it does depend upon the initialization to 0. I
24856 have not tried to isolate the pertinent places, and all the former
24857 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
24858 someone should address this issue.
24859
24860 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
24861 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
24862 files.
24863 Adjust dependencies.
24864 * src/warshall.h: New file.
24865 Propagate.
24866
24867 2000-10-02 Akim Demaille <akim@epita.fr>
24868
24869 Various anti-`extern in *.c' changes.
24870
24871 * src/system.h: Include `assert.h'.
24872
24873 2000-10-02 Akim Demaille <akim@epita.fr>
24874
24875 * src/state.h (nstates, final_state, first_state, first_shift)
24876 (first_reduction): Move their exportation from here...
24877 * src/LR0.h: to here.
24878 Adjust dependencies.
24879 * src/getargs.c (statisticsflag): New variable.
24880 Add support for `--statistics'.
24881 Adjust dependencies.
24882
24883 Remove a lot of now useless `extern' statements in most files.
24884
24885 2000-10-02 Akim Demaille <akim@epita.fr>
24886
24887 * src/LR0.h: New file.
24888 Propagate its use.
24889
24890 2000-10-02 Akim Demaille <akim@epita.fr>
24891
24892 * src/print.h: New file.
24893 Propagate its use.
24894 * src/print.c: Formatting and ordering changes.
24895 (verbose, terse): Replace with...
24896 (print_results): this new function.
24897 Adjust dependencies.
24898
24899 2000-10-02 Akim Demaille <akim@epita.fr>
24900
24901 * src/conflicts.c (conflict_report): New function.
24902 (conflict_log, verbose_conflict_log): Replace with...
24903 (print_conflicts): this function.
24904 Adjust dependencies.
24905 * src/conflicts.h: New file.
24906 Propagate its inclusion.
24907
24908 2000-10-02 Akim Demaille <akim@epita.fr>
24909
24910 * src/nullable.h: New file.
24911 Propagate its inclusion.
24912 * src/nullable.c: Formatting changes.
24913
24914 2000-10-02 Akim Demaille <akim@epita.fr>
24915
24916 * src/reduce.h: New file.
24917 Propagate its inclusion.
24918 * src/reduce.c: Topological sort and other formatting changes.
24919 (bool, TRUE, FALSE): Move their definition to...
24920 * src/system.h: here.
24921
24922 2000-10-02 Akim Demaille <akim@epita.fr>
24923
24924 * src/files.c: Formatting changes.
24925 (tryopen, tryclose, openfiles): Rename as...
24926 (xfopen, xfclose, open_files): this.
24927 (stringappend): static.
24928 * src/files.h: Complete the list of exported symbols.
24929 Propagate its use.
24930
24931 2000-10-02 Akim Demaille <akim@epita.fr>
24932
24933 * src/reader.h: New file.
24934 Propagate its use instead of tedious list of `extern' and
24935 prototypes.
24936 * src/reader.c: Formatting changes, topological sort,
24937 s/register//.
24938
24939 2000-10-02 Akim Demaille <akim@epita.fr>
24940
24941 * src/lex.h: Prototype `lex.c' exported functions.
24942 * src/reader.c: Adjust.
24943 * src/lex.c: Formatting changes.
24944 (safegetc): Rename as...
24945 (xgetc): this.
24946
24947 2000-10-02 Akim Demaille <akim@epita.fr>
24948
24949 * src/lalr.h: New file.
24950 Propagate its inclusion instead of prototypes and `extern'.
24951 * src/lalr.c: Formatting changes, topological sorting etc.
24952
24953 2000-10-02 Akim Demaille <akim@epita.fr>
24954
24955 * src/output.c (token_actions): Introduce a temporary array,
24956 YYDEFACT, that makes it possible for this function to use
24957 output_short_table.
24958
24959 2000-10-02 Akim Demaille <akim@epita.fr>
24960
24961 `user_toknums' is output as a `short[]' in `output.c', while it is
24962 defined as a `int[]' in `reader.c'. For consistency with the
24963 other output tables, `user_toknums' is now defined as a table of
24964 shorts.
24965
24966 * src/reader.c (user_toknums): Be a short table instead of an int
24967 table.
24968 Adjust dependencies.
24969
24970 Factor the short table outputs.
24971
24972 * src/output.c (output_short_table): New function.
24973 * src/output.c (output_gram, output_stos, output_rule_data)
24974 (output_base, output_table, output_check): Use it.
24975
24976 2000-10-02 Akim Demaille <akim@epita.fr>
24977
24978 * src/output.c (output): Topological sort of the functions, in
24979 order to get rid of the `static' prototypes.
24980 No longer use `register'.
24981 * src/output.h: New file.
24982 Propagate its inclusion in files explicitly prototyping functions
24983 from output.c.
24984
24985 2000-09-21 Akim Demaille <akim@epita.fr>
24986
24987 * src/atgeneral.m4: Update from Autoconf.
24988
24989 2000-09-21 Akim Demaille <akim@epita.fr>
24990
24991 * src/closure.h: New file.
24992 * src/closure.c: Formatting changes, topological sort over the
24993 functions, use of closure.h.
24994 (initialize_closure, finalize_closure): Rename as...
24995 (new_closure, free_closure): these. Adjust dependencies.
24996 * src/LR0.c: Formatting changes, topological sort, use of
24997 cloture.h.
24998 (initialize_states): Rename as...
24999 (new_states): this.
25000 * src/Makefile.am (noinst_HEADERS): Adjust.
25001
25002 2000-09-20 Akim Demaille <akim@epita.fr>
25003
25004 * src/acconfig.h: Don't protect config.h against multiple
25005 inclusion.
25006 Don't define PARAMS.
25007 * src/system.h: Define PARAMS.
25008 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
25009 purpose of config.h. system.h must not try to fix wrong
25010 definitions in config.h.
25011
25012 2000-09-20 Akim Demaille <akim@epita.fr>
25013
25014 * src/derives.h: New file.
25015 * src/main.c, src/derives.h: Use it.
25016 Formatting changes.
25017 * src/Makefile.am (noinst_HEADERS): Adjust.
25018
25019 2000-09-20 Akim Demaille <akim@epita.fr>
25020
25021 * tests/atgeneral.m4: Update from Autoconf.
25022 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
25023 (AT_CHECK_CALC): New macros.
25024 Use these macros to test bison with options `', `--raw',
25025 `--debug', `--yacc', `--yacc --debug'.
25026
25027 2000-09-19 Akim Demaille <akim@epita.fr>
25028
25029 * src/output.c: Formatting changes.
25030 * src/machine.h: Remove, leaving its contents in...
25031 * src/system.h: here.
25032 Include stdio.h.
25033 Adjust all dependencies on stdio.h and machine.h.
25034 * src/getargs.h: New file.
25035 Let all `extern' declarations about getargs.c be replaced with
25036 inclusion of `getargs.h'.
25037 * src/Makefile.am (noinst_HEADERS): Adjust.
25038
25039 * tests/calc.m4 (yyin): Be initialized in main, not on the global
25040 scope.
25041 (yyerror): Returns void, not int.
25042 * doc/bison.texinfo: Formatting changes.
25043
25044 2000-09-19 Akim Demaille <akim@epita.fr>
25045
25046 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
25047 portable.
25048
25049 2000-09-18 Akim Demaille <akim@epita.fr>
25050
25051 * configure.in: Append WARNING_CFLAGS to CFLAGS.
25052 * src/Makefile.am (INCLUDES): Don't.
25053 Be ready to fetch headers in lib/.
25054
25055 2000-09-18 Akim Demaille <akim@epita.fr>
25056
25057 * doc/bison.texinfo: Update the copyright.
25058 ANSIfy and GNUify the examples.
25059 Remove the old menu.
25060
25061 2000-09-18 Akim Demaille <akim@epita.fr>
25062
25063 First set of tests: use the `calc' example from the documentation.
25064
25065 * src/bison.s1 (yyparse): Condition the code using `yytname' which
25066 is defined only when YYDEBUG is.
25067 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
25068 * src/files.c (tryopen, tryclose): Formatting changes.
25069 Move to the top and be static.
25070 * src/reader.c (read_signed_integer): Likewise.
25071 * tests/calc.m4: New file.
25072 * Makefile.am, suite.m4: Adjust.
25073 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
25074
25075 2000-09-18 Akim Demaille <akim@epita.fr>
25076
25077 Add support for an Autotest test suite for Bison.
25078
25079 * m4/m4.m4, m4/atconfig.m4: New files.
25080 * m4/Makefile.am (EXTRA_DIST): Adjust.
25081 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
25082 files.
25083 * src/getargs.c: Display a more standard --version message.
25084 * src/reader.c (reader): Formatting changes.
25085 No longer depend upon VERSION_STRING.
25086 * configure.in: No longer use `dnl'.
25087 Set up the test suite and the new directory `tests/.
25088 (VERSION_STRING): Remove.
25089
25090 2000-04-14 Akim Demaille <akim@epita.fr>
25091
25092 * src/reader.c (copy_comment2): New function, same as former
25093 `copy_comment', but outputs into two FILE *.
25094 (copy_comment): Use it.
25095 (parse_union_decl): Use it.
25096 (get_type, parse_start_decl): Use the same `invalid' message.
25097 (parse_start_decl, parse_union_decl): Use the same `multiple'
25098 message.
25099 (parse_union_decl, copy_guard, copy_action): Use the same
25100 `unmatched' message.
25101 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
25102
25103 2000-03-31 Akim Demaille <akim@epita.fr>
25104
25105 * src/files.c (tryopen, tryclose): Move to the top.
25106 Be static.
25107
25108 2000-03-31 Akim Demaille <akim@epita.fr>
25109
25110 * src/main.c (main): Don't call `done', exit does it.
25111
25112 2000-03-31 Akim Demaille <akim@epita.fr>
25113
25114 * allocate.c: s/return (foo)/return foo/.
25115 * lalr.c: Likewise.
25116 * LR0.c: Likewise.
25117 * output.c: Likewise.
25118 * reader.c: Likewise.
25119 * symtab.c: Likewise.
25120 * vmsgetargs.c: Likewise.
25121
25122 2000-03-31 Akim Demaille <akim@epita.fr>
25123
25124 Clean up the error reporting functions.
25125
25126 * src/report.c: New file.
25127 * src/report.h: Likewise.
25128 * src/Makefile.am: Adjust.
25129 * m4/error.m4: New file.
25130 * m4/Makefile.am: Adjust.
25131 * configure.in (jm_PREREQ_ERROR): Call it.
25132 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
25133 Remove.
25134 (fatal, fatals): Remove. All callers use complain.c::fatal.
25135 (warn, warni, warns, warnss, warnss): Remove. All callers use
25136 complain.c::complain.
25137 (toomany): Remove, use fatal instead.
25138 * src/files.c (done): No argument, use complain_message_count.
25139 * src/main.c (main): Register `done' to `atexit'.
25140
25141 * src/getargs.c (usage): More `fputs', less `fprintf'.
25142
25143 2000-03-28 Akim Demaille <akim@epita.fr>
25144
25145 * lib/: New directory.
25146 * Makefile.am (SUBDIRS): Adjust.
25147 * configure.in: Adjust.
25148 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
25149 useless.
25150 * src/alloca.c: Moved to lib/.
25151 * src/getopt.c: Likewise.
25152 * src/getopt1.c: Likewise.
25153 * src/getopt.h: Likewise.
25154 * src/ansi2knr.c: Likewise.
25155 * src/ansi2knr.1: Likewise.
25156 * src/Makefile.am: Adjust.
25157 * lib/Makefile.am: New file.
25158
25159 2000-03-28 Akim Demaille <akim@epita.fr>
25160
25161 * src/getargs.c (usage): Refresh the help message.
25162
25163 2000-03-17 Akim Demaille <akim@epita.fr>
25164
25165 * src/getopt1.c: Updated from textutils 2.0e
25166 * src/getopt.c: Likewise.
25167 * src/getopt.h: Likewise.
25168
25169 2000-03-17 Akim Demaille <akim@epita.fr>
25170
25171 * src/Makefile.am (bison.simple): Fix the awk program: quote only
25172 the file name, not the whole `#line LINE FILE'.
25173
25174 2000-03-17 Akim Demaille <akim@epita.fr>
25175
25176 On syntax errors, report the token on which we choked.
25177
25178 * src/bison.s1 (yyparse): In the label yyerrlab, when
25179 YYERROR_VERBOSE, add yychar in msg.
25180
25181 2000-03-17 Akim Demaille <akim@epita.fr>
25182
25183 * src/reader.c (copy_at): New function.
25184 (copy_guard): Use it.
25185 (copy_action): Use it.
25186
25187 2000-03-17 Akim Demaille <akim@epita.fr>
25188
25189 Be kind to translators, save some useless translations.
25190
25191 * src/main.c (banner): New function.
25192 (fatal_banner): Use it.
25193 (warn_banner): Use it.
25194
25195 2000-03-17 Akim Demaille <akim@epita.fr>
25196
25197 * src/reader.c (copy_definition): Use copy_string and
25198 copy_comment. Removed now unused `match', `ended',
25199 `cplus_comment'.
25200 (copy_comment, copy_string): Moved, to be visible from
25201 copy_definition.
25202
25203 2000-03-17 Akim Demaille <akim@epita.fr>
25204
25205 * src/reader.c (copy_string): Declare `static inline'. No
25206 problems with inline, since it is checked by configure.
25207 (copy_comment): Likewise.
25208
25209 2000-03-17 Akim Demaille <akim@epita.fr>
25210
25211 * src/reader.c (packsymbols): Formatting changes.
25212
25213 2000-03-17 Akim Demaille <akim@epita.fr>
25214
25215 * src/reader.c (copy_comment): New function, factored out from:
25216 (copy_action): Use it. Removed now unused `match', `ended',
25217 `cplus_comment'.
25218 (copy_guard): Likewise.
25219
25220 2000-03-17 Akim Demaille <akim@epita.fr>
25221
25222 * src/reader.c (copy_string): New function, factored out from:
25223 (copy_action): Use it.
25224 (copy_guard): Likewise.
25225
25226 2000-03-17 Akim Demaille <akim@epita.fr>
25227
25228 Change the handling of @s so that they behave exactly like $s.
25229 There is now a pseudo variable @$ (readble and writable), location
25230 of the lhs of the rule (by default ranging from the location of
25231 the first symbol of the rhs, to the location of the last symbol,
25232 or, if the rhs is empty, YYLLOC).
25233
25234 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
25235 yyval.
25236 (yyparse): When providing a default semantic action, provide a
25237 default location action.
25238 (after the $): No longer change `*YYLSP', just stack YYLOC the
25239 same way you stack YYVAL.
25240 * src/reader.c (read_declarations): Use warns.
25241 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
25242 (copy_action, case '@'): Likewise.
25243 Use a standard error message, to save useless work from
25244 translators.
25245
25246 2000-03-17 Akim Demaille <akim@epita.fr>
25247
25248 * src/bison.s1: Formatting and cosmetics changes.
25249 * src/reader.c: Likewise.
25250 Update the Copyright notice.
25251
25252 2000-03-17 Akim Demaille <akim@epita.fr>
25253
25254 * src/bison.s1 (#line): All set to `#line' only, since the
25255 Makefile now handles them.
25256
25257 2000-03-16 Akim Demaille <akim@epita.fr>
25258
25259 * src/output.c (output_rule_data): Output the documentation of
25260 some of the tables.
25261 (Copyright notice): Update.
25262 Formatting changes.
25263
25264 2000-03-16 Akim Demaille <akim@epita.fr>
25265
25266 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
25267 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
25268 One `#if YYDEBUG' remains, since it uses variables which are
25269 defined only if `YYDEBUG != 0'.
25270
25271 2000-03-16 Akim Demaille <akim@epita.fr>
25272
25273 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
25274 and related variables so that the similarities are highlighted.
25275
25276 2000-03-16 Akim Demaille <akim@epita.fr>
25277
25278 * src/bison.s1: Properly indent CPP directives.
25279
25280 2000-03-16 Akim Demaille <akim@epita.fr>
25281
25282 * src/bison.s1: Properly indent the `alloca' CPP section.
25283
25284 2000-03-16 Akim Demaille <akim@epita.fr>
25285
25286 Do not hard code values of directories in `configure.in'.
25287 Update the `configure' tool chain.
25288
25289 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
25290 src/makefile.am.
25291 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
25292 (AC_OUTPUT): Add m4/Makefile.
25293 Bump to bison 1.28a, 1.29 has never been released.
25294 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
25295 handled via src/Makefile.am.
25296 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
25297 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
25298 autoheader.
25299 * Makefile.am (SUBDIRS): Add m4.
25300 (ACLOCAL_AM_FLAGS): New variable.
25301 (AUTOMAKE_OPTIONS): Add check-news.
25302 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
25303 the proper line number and file name.
25304 (DEFS): Propagate the location of bison library files and of the
25305 locale files.
25306 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
25307 builddir.
25308 * acinclude.m4: Remove, replaced by the directory m4.
25309 * m4/Makefile.am (EXTRA_DIST): New variable.
25310 * m4/gettext.m4: New file, from the fileutils.
25311 * m4/lcmessage.m4: Likewise
25312 * m4/progtest.m4: Likewise.
25313 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
25314
25315 2000-03-10 Akim Demaille <akim@epita.fr>
25316
25317 * src/closure.c:
25318 Formatting changes of various comments.
25319 Respect the GNU coding standards at various places.
25320 Don't use `_()' when no translation is needed.
25321
25322 1999-12-13 Jesse Thilo <jthilo@gnu.org>
25323
25324 * src/files.c:
25325 OS/2 honors TMPDIR environment variable.
25326
25327 1999-12-13 Jesse Thilo <jthilo@gnu.org>
25328
25329 * doc/bison.texinfo: Tweaked spelling and grammar.
25330 Updated ISBN.
25331 Removed reference to price of printed copy.
25332 Mention BISON_SIMPLE and BISON_HAIRY.
25333
25334 1999-12-13 Jesse Thilo <jthilo@gnu.org>
25335
25336 * configure.in, NEWS:
25337 Bison 1.29 released.
25338
25339 1999-10-27 Jesse Thilo <jthilo@gnu.org>
25340
25341 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
25342 Added reference card.
25343
25344 1999-07-26 Jesse Thilo <jthilo@gnu.org>
25345
25346 * po/ru.po: Added Russian translation.
25347
25348 1999-07-26 Jesse Thilo <jthilo@gnu.org>
25349
25350 * configure.in: Added Russian translation.
25351
25352 1999-07-06 Jesse Thilo <jthilo@gnu.org>
25353
25354 * configure.in, NEWS, README:
25355 Released version 1.28.
25356
25357 1999-06-14 Jesse Thilo <jthilo@gnu.org>
25358
25359 * src/system.h:
25360 Squashed redefinition warning on some systems.
25361
25362 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
25363 Have configure build version string instead of relying on ANSI string
25364 concatentation.
25365
25366 1999-06-14 Jesse Thilo <jthilo@gnu.org>
25367
25368 * po/POTFILES.in: Got rid of version.c.
25369
25370 1999-06-14 Jesse Thilo <jthilo@gnu.org>
25371
25372 * acconfig.h, configure.in:
25373 Have configure build version string instead of relying on ANSI string
25374 concatentation.
25375
25376 1999-06-08 Jesse Thilo <jthilo@gnu.org>
25377
25378 * doc/bison.1:
25379 Dropped mention of `+' for long-named options.
25380
25381 1999-05-30 Jesse Thilo <jthilo@gnu.org>
25382
25383 * src/files.c: Added <unistd.h> for unlink().
25384
25385 * src/Makefile.am, src/system.h:
25386 I18n fixes.
25387
25388 1999-05-30 Jesse Thilo <jthilo@gnu.org>
25389
25390 * README: Added a FAQ list.
25391
25392 * configure.in, acconfig.h:
25393 I18n fixes.
25394
25395 1999-05-30 Jesse Thilo <jthilo@gnu.org>
25396
25397 * doc/FAQ, doc/Makefile.am:
25398 Added a FAQ list.
25399
25400 1999-05-19 Jesse Thilo <jthilo@gnu.org>
25401
25402 * src/alloc.h, src/symtab.h, src/version.c:
25403 Protected inclusion of "config.h" with HAVE_CONFIG_H.
25404
25405 1999-04-18 Jesse Thilo <jthilo@gnu.org>
25406
25407 * src/.cvsignore, src/Makefile.am:
25408 Reorganized: sources in `src', documentation in `doc'.
25409
25410 * src/lex.c (literalchar):
25411 fixed the code for escaping double quotes (thanks
25412 Jonathan Czisny.)
25413
25414 1999-04-18 Jesse Thilo <jthilo@gnu.org>
25415
25416 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
25417 Adjusted paths to reflect directory reorganization.
25418
25419 1999-04-18 Jesse Thilo <jthilo@gnu.org>
25420
25421 * doc/.cvsignore, doc/Makefile.am:
25422 Reorganized: sources in `src', documentation in `doc'.
25423
25424 1999-04-18 Jesse Thilo <jthilo@gnu.org>
25425
25426 * configure.in:
25427 Updated AC_INIT file to reflect directory reorganization.
25428
25429 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
25430 Reorganized: sources in `src', documentation in `doc'.
25431
25432 1999-04-13 Jesse Thilo <jthilo@gnu.org>
25433
25434 * src/allocate.c:
25435 Don't declare calloc() and realloc() if not necessary.
25436
25437 1999-04-13 Jesse Thilo <jthilo@gnu.org>
25438
25439 * configure.in, acconfig.h, acinclude.m4:
25440 Don't declare calloc() and realloc() if not necessary.
25441
25442 1999-03-23 Jesse Thilo <jthilo@gnu.org>
25443
25444 * po/.cvsignore: Added i18n support.
25445
25446 1999-03-23 Jesse Thilo <jthilo@gnu.org>
25447
25448 * acconfig.h, configure.in, Makefile.am:
25449 Added i18n support.
25450
25451 1999-03-22 Jesse Thilo <jthilo@gnu.org>
25452
25453 * src/bison.s1: Fixed #line numbers.
25454
25455 1999-03-15 Jesse Thilo <jthilo@gnu.org>
25456
25457 * po/es.po, po/fr.po, po/nl.po, po/de.po:
25458 Added PO files from Translation Project.
25459
25460 1999-03-03 Jesse Thilo <jthilo@gnu.org>
25461
25462 * Makefile.am:
25463 Added support for non-ANSI compilers (ansi2knr).
25464
25465 1999-02-16 Jesse Thilo <jthilo@gnu.org>
25466
25467 * configure.in: Bumped version number to 1.27.
25468
25469 * Makefile.am:
25470 Added `bison.simple' to list of files removed by `make distclean'.
25471
25472 1999-02-12 Jesse Thilo <jthilo@gnu.org>
25473
25474 * src/files.c, src/files.h:
25475 Defined locations of parser files in config.h instead of Makefile.
25476
25477 1999-02-12 Jesse Thilo <jthilo@gnu.org>
25478
25479 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
25480 Defined locations of parser files in config.h instead of Makefile.
25481
25482 1999-02-09 Jesse Thilo <jthilo@gnu.org>
25483
25484 * Makefile.am:
25485 Removed inappropriate use of $< macro.
25486
25487 1999-02-05 Jesse Thilo <jthilo@gnu.org>
25488
25489 * po/Makefile.in.in, po/POTFILES.in:
25490 Add `po' directory skeleton.
25491
25492 1999-01-27 Jesse Thilo <jthilo@gnu.org>
25493
25494 * README: Document help-bison list.
25495
25496 * configure.in: Add check for mkstemp().
25497
25498 1999-01-20 Jesse Thilo <jthilo@gnu.org>
25499
25500 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
25501 Hush a few compiler warnings.
25502
25503 * src/files.c:
25504 Add tryclose(), which verifies that fclose was successful.
25505 Hush a couple of compiler warnings.
25506
25507 1999-01-20 Jesse Thilo <jthilo@gnu.org>
25508
25509 * Makefile.am, OChangeLog:
25510 ChangeLog is now automatically generated. Include the old version as
25511 OChangeLog.
25512
25513 1999-01-14 Jesse Thilo <jthilo@gnu.org>
25514
25515 * 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:
25516 Update FSF address.
25517
25518 1999-01-14 Jesse Thilo <jthilo@gnu.org>
25519
25520 * doc/bison.texinfo: Fix formatting glitch.
25521
25522 * doc/bison.texinfo: Update FSF address.
25523
25524 1999-01-14 Jesse Thilo <jthilo@gnu.org>
25525
25526 * acconfig.h: Update FSF address.
25527
25528 1999-01-08 Jesse Thilo <jthilo@gnu.org>
25529
25530 * src/system.h:
25531 Don't define PACKAGE here, since config.h defines it.
25532
25533 1998-12-30 Jesse Thilo <jthilo@gnu.org>
25534
25535 * src/reader.c: Update copyright date.
25536
25537 * src/main.c:
25538 Ditch sprintf to statically-sized buffers in fatal/warn functions in
25539 favor of output directly to stderr (avoids buffer overruns).
25540
25541 * src/reader.c: Some checks for premature EOF.
25542
25543 * 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:
25544 Use prototypes if the compiler understands them.
25545
25546 * src/files.c: Honor TMPDIR on Unix hosts.
25547 Use prototypes if the compiler understands them.
25548
25549 * src/reader.c:
25550 Fix a couple of buffer overrun bugs.
25551 Use prototypes if the compiler understands them.
25552
25553 * src/system.h: Include unistd.h and ctype.h.
25554 Use #ifdef instead of #if for NLS symbols.
25555
25556 1998-12-30 Jesse Thilo <jthilo@gnu.org>
25557
25558 * doc/bison.texinfo:
25559 Delete comment "consider using @set for edition number, etc..." since
25560 we now are doing so.
25561
25562 1998-12-30 Jesse Thilo <jthilo@gnu.org>
25563
25564 * configure.in:
25565 Use prototypes if the compiler understands them.
25566
25567 * NEWS: Document 1.26 highlights.
25568
25569 * Makefile.am: Require Automake 1.3 or later.
25570
25571 * acconfig.h:
25572 Use prototypes if the compiler understands them.
25573
25574 1998-12-29 Jesse Thilo <jthilo@gnu.org>
25575
25576 * src/version.c:
25577 Use VERSION symbol from automake for version number.
25578
25579 1998-12-29 Jesse Thilo <jthilo@gnu.org>
25580
25581 * acconfig.h, configure.in, version.cin:
25582 Use VERSION symbol from automake for version number.
25583
25584 1998-11-28 Jesse Thilo <jthilo@gnu.org>
25585
25586 * Makefile.am:
25587 Distribute original version of simple parser (bison.s1), not built
25588 version (bison.simple).
25589
25590 1998-11-28 Jesse Thilo <jthilo@gnu.org>
25591
25592 * doc/bison.texinfo: Add info dir entry.
25593
25594 * doc/bison.texinfo:
25595 Let automake put version number into documentation.
25596
25597 1998-11-26 Jesse Thilo <jthilo@gnu.org>
25598
25599 * src/bison.cld, src/build.com, src/vmshlp.mar:
25600 Add non-RCS files from /gd/gnu/bison.
25601
25602 1998-11-26 Jesse Thilo <jthilo@gnu.org>
25603
25604 * doc/bison.1:
25605 Document the BISON_HAIRY and BISON_SIMPLE variables.
25606
25607 1998-11-25 Jesse Thilo <jthilo@gnu.org>
25608
25609 * src/version.c: Build version.c automatically.
25610
25611 * src/reader.c:
25612 Fix token numbering (used to start at 258, not 257).
25613
25614 * src/system.h: Include config.h.
25615
25616 * src/getargs.c: Update bug report address.
25617
25618 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
25619 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
25620
25621 1998-11-25 Jesse Thilo <jthilo@gnu.org>
25622
25623 * Makefile.am:
25624 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
25625
25626 * configure.in, version.cin:
25627 Build version.c automatically.
25628
25629 * AUTHORS: Add AUTHORS file.
25630
25631 * README: Update bug report address.
25632
25633 * bison.simple:
25634 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
25635
25636 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
25637 Add automake stuff.
25638
25639 1998-11-25 Jesse Thilo <jthilo@gnu.org>
25640
25641 * doc/bison.texinfo: Clean up some formatting.
25642
25643 1998-05-05 Richard Stallman <rms@gnu.org>
25644
25645 * doc/bison.texinfo:
25646 Explain better why to make a pure parser.
25647
25648 1998-01-05 Richard Stallman <rms@gnu.org>
25649
25650 * src/files.c (openfiles):
25651 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
25652 find a temporary directory, if possible. Do not unlink files while
25653 they are open.
25654
25655 1997-08-25 Richard Stallman <rms@gnu.org>
25656
25657 * src/reader.c (stack_offset;):
25658 Change some warni to warns.
25659
25660 * src/lex.c (literalchar): Use warns, not warni.
25661
25662 1997-06-28 Richard Stallman <rms@gnu.org>
25663
25664 * src/bison.s1: Add a Bison version comment.
25665
25666 * src/main.c (fatal, warn, berror):
25667 Use program_name.
25668
25669 1997-06-28 Richard Stallman <rms@gnu.org>
25670
25671 * Makefile.in (bison_version): New variable.
25672 (dist): Use that variable.
25673 (bison.s1): Substitute the Bison version into bison.simple.
25674
25675 * bison.simple: Add a Bison version comment.
25676
25677 1997-06-18 Richard Stallman <rms@gnu.org>
25678
25679 * src/main.c (fatal, warn, berror):
25680 Make error messages standard.
25681 (toomany): Improve error message text.
25682
25683 * 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:
25684 new.h renamed to alloc.h.
25685
25686 1997-06-18 Richard Stallman <rms@gnu.org>
25687
25688 * Makefile.in: new.h renamed to alloc.h.
25689
25690 1997-05-24 Richard Stallman <rms@gnu.org>
25691
25692 * src/lex.c (literalchar):
25693 Fix the code for escaping \, " and '.
25694
25695 (lex): Avoid trouble when there are many chars
25696 to discard in a char literal with just several chars in it.
25697
25698 1997-05-17 Richard Stallman <rms@gnu.org>
25699
25700 * src/bison.s1:
25701 Use malloc, if using alloca is troublesome.
25702 (YYSTACK_USE_ALLOCA): New flag macro.
25703 Define it for some systems and compilers.
25704 (YYSTACK_ALLOC): New macro.
25705 (yyparse): Use YYSTACK_ALLOC to allocate stack.
25706 If it was malloc'd, free it.
25707
25708 1997-05-17 Richard Stallman <rms@gnu.org>
25709
25710 * bison.simple:
25711 Use malloc, if using alloca is troublesome.
25712 (YYSTACK_USE_ALLOCA): New flag macro.
25713 Define it for some systems and compilers.
25714 (YYSTACK_ALLOC): New macro.
25715 (yyparse): Use YYSTACK_ALLOC to allocate stack.
25716 If it was malloc'd, free it.
25717
25718 1997-04-23 Richard Stallman <rms@gnu.org>
25719
25720 * src/bison.s1:
25721 (alloca) [__hpux]: Always define as __builtin_alloca.
25722
25723 1997-04-23 Richard Stallman <rms@gnu.org>
25724
25725 * bison.simple:
25726 (alloca) [__hpux]: Always define as __builtin_alloca.
25727
25728 1997-04-22 Richard Stallman <rms@gnu.org>
25729
25730 * src/bison.s1:
25731 [__hpux]: Include alloca.h (right for HPUX 10)
25732 instead of declaring alloca (right for HPUX 9).
25733
25734 * src/bison.s1 (__yy_memcpy):
25735 Declare arg `count' as unsigned int.
25736 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
25737
25738 1997-04-22 Richard Stallman <rms@gnu.org>
25739
25740 * bison.simple:
25741 [__hpux]: Include alloca.h (right for HPUX 10)
25742 instead of declaring alloca (right for HPUX 9).
25743
25744 * bison.simple (__yy_memcpy):
25745 Declare arg `count' as unsigned int.
25746 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
25747
25748 1997-01-03 Richard Stallman <rms@gnu.org>
25749
25750 * src/allocate.c: [__STDC__ or _MSC_VER]:
25751 Declare calloc and realloc to return void *.
25752
25753 1997-01-02 Richard Stallman <rms@gnu.org>
25754
25755 * src/system.h:
25756 [_MSC_VER]: Include stdlib.h and process.h.
25757 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
25758
25759 * src/main.c (main): Return FAILURE as a value.
25760 (printable_version): Declare arg as int, not char.
25761
25762 1997-01-02 Richard Stallman <rms@gnu.org>
25763
25764 * Makefile.in (dist):
25765 Explicitly check for symlinks, and copy them.
25766
25767 1996-12-19 Richard Stallman <rms@gnu.org>
25768
25769 * src/files.c:
25770 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
25771
25772 1996-12-18 Paul Eggert <eggert@gnu.org>
25773
25774 * src/bison.s1 (yyparse):
25775 If __GNUC__ and YYPARSE_PARAM are both defined,
25776 declare yyparse to have a void * argument.
25777
25778 1996-12-18 Paul Eggert <eggert@gnu.org>
25779
25780 * bison.simple (yyparse):
25781 If __GNUC__ and YYPARSE_PARAM are both defined,
25782 declare yyparse to have a void * argument.
25783
25784 1996-12-17 Richard Stallman <rms@gnu.org>
25785
25786 * src/reduce.c (nbits): Add some casts.
25787
25788 1996-08-12 Richard Stallman <rms@gnu.org>
25789
25790 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
25791
25792 1996-08-12 Richard Stallman <rms@gnu.org>
25793
25794 * bison.simple: Test _MSDOS as well as _MSDOS_.
25795
25796 1996-07-31 Richard Stallman <rms@gnu.org>
25797
25798 * src/bison.s1:
25799 [__sun && __i386]: Include alloca.h.
25800
25801 1996-07-31 Richard Stallman <rms@gnu.org>
25802
25803 * bison.simple:
25804 [__sun && __i386]: Include alloca.h.
25805
25806 1996-07-30 Richard Stallman <rms@gnu.org>
25807
25808 * src/bison.s1: Comment change.
25809
25810 * src/bison.s1: Test _MSDOS_, not MSDOS.
25811
25812 1996-07-30 Richard Stallman <rms@gnu.org>
25813
25814 * bison.simple: Comment change.
25815
25816 * bison.simple: Test _MSDOS_, not MSDOS.
25817
25818 1996-06-01 Richard Stallman <rms@gnu.org>
25819
25820 * 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:
25821 Insert `_' macro around many string constants.
25822
25823 * src/main.c:
25824 Insert `_' macro around many string constants.
25825
25826 (main): Call setlocale, bindtextdomain and textdomain.
25827
25828 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
25829 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
25830 [ENABLE_NLS]: Include libintl.h.
25831 [ENABLE_NLS] (gettext): Define.
25832 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
25833 (N_, PACKAGE, LOCALEDIR): New macros.
25834
25835 1996-06-01 Richard Stallman <rms@gnu.org>
25836
25837 * POTFILES.in: New file.
25838
25839 * Makefile.in (allocate.o):
25840 Define target explicitly.
25841
25842 * Makefile.in (CFLAGS): Set to @CFLAGS@.
25843 (LDFLAGS): Set to @LDFLAGS@.
25844 (configure): Run autoconf only if preceding `cd' succeeds.
25845 (bison.s1): Redirect output to temporary file then move the
25846 temporary to the target, rather than redirecting directly to bison.s1.
25847 (clean): Remove config.status and config.log.
25848 (distclean): Don't remove config.status here.
25849
25850 1996-05-12 Richard Stallman <rms@gnu.org>
25851
25852 * src/bison.s1:
25853 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
25854
25855 1996-05-12 Richard Stallman <rms@gnu.org>
25856
25857 * bison.simple:
25858 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
25859
25860 1996-05-11 Richard Stallman <rms@gnu.org>
25861
25862 * src/bison.s1 (__yy_memcpy):
25863 Really reorder the args, as was supposedly done on Feb 14 1995.
25864 (yyparse): Calls changed accordingly.
25865
25866 1996-05-11 Richard Stallman <rms@gnu.org>
25867
25868 * Makefile.in (dist): Don't use $(srcdir).
25869
25870 * bison.simple (__yy_memcpy):
25871 Really reorder the args, as was supposedly done on Feb 14 1995.
25872 (yyparse): Calls changed accordingly.
25873
25874 1996-01-27 Richard Stallman <rms@gnu.org>
25875
25876 * src/output.c (output_rule_data):
25877 Test YYERROR_VERBOSE in the conditional
25878 around the definition of ttyname.
25879
25880 1995-12-29 Richard Stallman <rms@gnu.org>
25881
25882 * src/bison.s1:
25883 Fix line numbers in #line commands.
25884
25885 1995-12-29 Richard Stallman <rms@gnu.org>
25886
25887 * bison.simple:
25888 Fix line numbers in #line commands.
25889
25890 1995-12-27 Richard Stallman <rms@gnu.org>
25891
25892 * src/bison.s1 (YYPARSE_PARAM_DECL):
25893 In C++, make it always null.
25894 (YYPARSE_PARAM_ARG): New macro.
25895 (yyparse): Use YYPARSE_PARAM_ARG.
25896
25897 1995-12-27 Richard Stallman <rms@gnu.org>
25898
25899 * bison.simple (YYPARSE_PARAM_DECL):
25900 In C++, make it always null.
25901 (YYPARSE_PARAM_ARG): New macro.
25902 (yyparse): Use YYPARSE_PARAM_ARG.
25903
25904 1995-11-29 Richard Stallman <rms@gnu.org>
25905
25906 * doc/bison.texinfo:
25907 Describe literal string tokens, %raw, %no_lines, %token_table.
25908
25909 1995-11-29 Daniel Hagerty <hag@gnu.org>
25910
25911 * doc/bison.texinfo: Fixed update date
25912
25913 1995-10-16 Richard Stallman <rms@gnu.org>
25914
25915 * src/version.c: Version 1.25.
25916
25917 1995-10-16 Richard Stallman <rms@gnu.org>
25918
25919 * NEWS: *** empty log message ***
25920
25921 1995-10-16 Richard Stallman <rms@gnu.org>
25922
25923 * doc/bison.1, doc/bison.rnh:
25924 Add new options.
25925
25926 1995-10-15 Richard Stallman <rms@gnu.org>
25927
25928 * src/vmsgetargs.c, src/getargs.c:
25929 Added -n, -k, and -raw switches.
25930 (noparserflag, toknumflag, rawtoknumflag): New variables.
25931
25932 * src/symtab.h (SALIAS):
25933 New #define for adding aliases to %token.
25934 (struct bucket): Added `alias' field.
25935
25936 * src/reduce.c (reduce_grammar):
25937 Revise error message.
25938 (print_notices): Remove final `.' from error message.
25939
25940 * src/reader.c (reader_output_yylsp):
25941 New function.
25942 (readgram): Use `#if 0' around code that accepted %command
25943 inside grammar rules: The documentation doesn't allow it,
25944 and it will fail since the %command processors scan for the next %.
25945 (parse_token_decl): Extended the %token
25946 declaration to allow a multi-character symbol as an alias.
25947 (parse_thong_decl): New function.
25948 (read_declarations): Added %thong declarations.
25949 (read_declarations): Handle NOOP to deal with allowing
25950 % declarations as another means to specify the flags.
25951 (readgram): Allow %prec prior to semantics embedded in a rule.
25952 (skip_to_char, read_declarations, copy_definition)
25953 (parse_token_decl, parse_start_decl, parse_type_decl)
25954 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
25955 (get_type_name, copy_guard, copy_action, readgram)
25956 (get_type, packsymbols): Revised most error messages.
25957 Changed `fatal' to `warnxxx' to avoid aborting for error.
25958 Revised and use multiple warnxxx functions to avoid using VARARGS1.
25959 (read_declarations): Improve the error message for
25960 an invalid character. Do not abort.
25961 (read_declarations, copy_guard, copy_action): Use
25962 printable_version to avoid unprintable characters in printed output.
25963 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
25964 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
25965 Allow the type of a non-terminal can be given
25966 more than once, as long as all specifications give the same type.
25967
25968 * src/output.c:
25969 (output_headers, output_trailers, output, output_gram)
25970 (output_rule_data): Implement noparserflag variable.
25971 Implement toknumflag variable.
25972 (output): Call reader_output_yylsp to output LTYPESTR.
25973
25974 * src/main.c (main):
25975 If reader sees an error, don't process the grammar.
25976 (fatals): Updated to not use VARARGS1.
25977 (printable_version, int_to_string, warn, warni, warns, warnss)
25978 (warnsss): New error reporting functions. Avoid abort for error.
25979
25980 * src/lex.h:
25981 Added THONG and NOOP for alias processing.
25982 Added SETOPT for the new code that allows setting options with %flags.
25983
25984 * src/lex.c:
25985 Include getopt.h. Add some extern decls.
25986 (safegetc): New function to deal with EOF gracefully.
25987 (literalchar); new function to deal with reading \ escapes.
25988 (lex): Use literalchar.
25989 (lex): Implemented "..." tokens.
25990 (literalchar, lex, parse_percent_token): Made tokenbuffer
25991 always contain the token. This includes growing the token
25992 buffer while reading an integer.
25993 (parse_percent_token): Replaced if-else statement with percent_table.
25994 (parse_percent_token): Added % declarations as another
25995 way to specify the flags -n, -l, and -r. Also added hooks for
25996 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
25997 major changes to files.c.
25998 (lex) Retain in the incoming stream a character following
25999 an incorrect '/'.
26000 (skip_white_space, lex): Revised most error messages
26001 and changed fatal to warn to avoid aborting.
26002 (percent_table): Added %thong declarations.
26003
26004 * src/gram.h: Comment changes.
26005
26006 * src/files.c (openfiles, open_extra_files, done):
26007 Add faction flag
26008 and actfile file. Handle noparserflag. Both for -n switch.
26009
26010 * src/conflicts.c (resolve_sr_conflict):
26011 Remove use of alloca.
26012
26013 1995-06-01 Jim Meyering <meyering@gnu.org>
26014
26015 * doc/bison.texinfo: *** empty log message ***
26016
26017 1995-05-06 Richard Stallman <rms@gnu.org>
26018
26019 * src/bison.s1: Comment change.
26020
26021 1995-05-06 Richard Stallman <rms@gnu.org>
26022
26023 * bison.simple: Comment change.
26024
26025 1995-05-03 Richard Stallman <rms@gnu.org>
26026
26027 * src/version.c: Version now 1.24.
26028
26029 * src/bison.s1: Change distribution terms.
26030
26031 * src/version.c: Version now 1.23.
26032
26033 1995-05-03 Richard Stallman <rms@gnu.org>
26034
26035 * doc/bison.texinfo:
26036 Rewrite "Conditions for Using Bison".
26037 Update version to 1.24.
26038
26039 1995-05-03 Richard Stallman <rms@gnu.org>
26040
26041 * bison.simple: Change distribution terms.
26042
26043 1995-02-23 Richard Stallman <rms@gnu.org>
26044
26045 * src/files.c: Test __VMS_POSIX as well as VMS.
26046
26047 1995-02-14 Jim Meyering <meyering@gnu.org>
26048
26049 * src/bison.s1 (__yy_memcpy):
26050 Renamed from __yy_bcopy to avoid
26051 confusion. Reverse FROM and TO arguments to be consistent with
26052 those of memcpy.
26053
26054 1995-02-14 Jim Meyering <meyering@gnu.org>
26055
26056 * bison.simple (__yy_memcpy):
26057 Renamed from __yy_bcopy to avoid
26058 confusion. Reverse FROM and TO arguments to be consistent with
26059 those of memcpy.
26060
26061 1994-11-10 David J. MacKenzie <djm@gnu.org>
26062
26063 * NEWS: reformat
26064
26065 * NEWS: New file.
26066
26067 * Makefile.in (DISTFILES): Include NEWS.
26068
26069 * Makefile.in (DISTFILES):
26070 Include install-sh, not install.sh.
26071
26072 * configure.in: Update to Autoconf v2 macro names.
26073
26074 1994-10-05 David J. MacKenzie <djm@gnu.org>
26075
26076 * Makefile.in: fix typo
26077
26078 * Makefile.in (prefix, exec_prefix):
26079 Let configure set them.
26080
26081 1994-09-28 David J. MacKenzie <djm@gnu.org>
26082
26083 * Makefile.in: Set datadir to $(prefix)/share.
26084
26085 1994-09-15 Richard Stallman <rms@gnu.org>
26086
26087 * src/bison.s1:
26088 Update copyright notice and GPL version.
26089
26090 1994-09-15 Richard Stallman <rms@gnu.org>
26091
26092 * bison.simple:
26093 Update copyright notice and GPL version.
26094
26095 1994-07-12 Richard Stallman <rms@gnu.org>
26096
26097 * src/reduce.c, src/reader.c:
26098 entered into RCS
26099
26100 1994-05-05 David J. MacKenzie <djm@gnu.org>
26101
26102 * Makefile.in: entered into RCS
26103
26104 1994-03-26 Richard Stallman <rms@gnu.org>
26105
26106 * src/bison.s1: entered into RCS
26107
26108 1994-03-26 Richard Stallman <rms@gnu.org>
26109
26110 * bison.simple: entered into RCS
26111
26112 1994-03-25 Richard Stallman <rms@gnu.org>
26113
26114 * src/main.c: entered into RCS
26115
26116 1994-03-24 Richard Stallman <rms@gnu.org>
26117
26118 * src/conflicts.c: entered into RCS
26119
26120 1994-01-02 Richard Stallman <rms@gnu.org>
26121
26122 * Makefile.in: *** empty log message ***
26123
26124 1993-11-21 Richard Stallman <rms@gnu.org>
26125
26126 * src/bison.s1: *** empty log message ***
26127
26128 1993-11-21 Richard Stallman <rms@gnu.org>
26129
26130 * doc/bison.texinfo: entered into RCS
26131
26132 * doc/bison.texinfo: *** empty log message ***
26133
26134 1993-11-21 Richard Stallman <rms@gnu.org>
26135
26136 * bison.simple: *** empty log message ***
26137
26138 1993-10-25 David J. MacKenzie <djm@gnu.org>
26139
26140 * doc/bison.texinfo: *** empty log message ***
26141
26142 1993-10-19 Richard Stallman <rms@gnu.org>
26143
26144 * src/bison.s1: *** empty log message ***
26145
26146 1993-10-19 Richard Stallman <rms@gnu.org>
26147
26148 * bison.simple: *** empty log message ***
26149
26150 1993-10-14 Richard Stallman <rms@gnu.org>
26151
26152 * src/bison.s1: *** empty log message ***
26153
26154 1993-10-14 Richard Stallman <rms@gnu.org>
26155
26156 * bison.simple: *** empty log message ***
26157
26158 1993-09-14 David J. MacKenzie <djm@gnu.org>
26159
26160 * doc/bison.texinfo: *** empty log message ***
26161
26162 1993-09-13 Noah Friedman <friedman@gnu.org>
26163
26164 * Makefile.in: *** empty log message ***
26165
26166 1993-09-10 Richard Stallman <rms@gnu.org>
26167
26168 * src/conflicts.c: *** empty log message ***
26169
26170 * src/system.h: entered into RCS
26171
26172 1993-09-10 Richard Stallman <rms@gnu.org>
26173
26174 * doc/bison.1: entered into RCS
26175
26176 1993-09-06 Noah Friedman <friedman@gnu.org>
26177
26178 * src/version.c: entered into RCS
26179
26180 1993-09-06 Noah Friedman <friedman@gnu.org>
26181
26182 * Makefile.in: *** empty log message ***
26183
26184 1993-07-30 David J. MacKenzie <djm@gnu.org>
26185
26186 * Makefile.in: *** empty log message ***
26187
26188 1993-07-24 Richard Stallman <rms@gnu.org>
26189
26190 * src/bison.s1: *** empty log message ***
26191
26192 1993-07-24 Richard Stallman <rms@gnu.org>
26193
26194 * bison.simple: *** empty log message ***
26195
26196 1993-07-08 David J. MacKenzie <djm@gnu.org>
26197
26198 * Makefile.in: *** empty log message ***
26199
26200 1993-07-04 Richard Stallman <rms@gnu.org>
26201
26202 * src/bison.s1: *** empty log message ***
26203
26204 1993-07-04 Richard Stallman <rms@gnu.org>
26205
26206 * bison.simple: *** empty log message ***
26207
26208 1993-06-26 David J. MacKenzie <djm@gnu.org>
26209
26210 * src/getargs.c: entered into RCS
26211
26212 1993-06-26 David J. MacKenzie <djm@gnu.org>
26213
26214 * doc/bison.texinfo: *** empty log message ***
26215
26216 * doc/bison.1: New file.
26217
26218 1993-06-25 Richard Stallman <rms@gnu.org>
26219
26220 * src/getargs.c: New file.
26221
26222 1993-06-16 Richard Stallman <rms@gnu.org>
26223
26224 * src/bison.s1: *** empty log message ***
26225
26226 1993-06-16 Richard Stallman <rms@gnu.org>
26227
26228 * bison.simple: *** empty log message ***
26229
26230 1993-06-03 Richard Stallman <rms@gnu.org>
26231
26232 * src/bison.s1: New file.
26233
26234 1993-06-03 Richard Stallman <rms@gnu.org>
26235
26236 * doc/bison.texinfo: *** empty log message ***
26237
26238 1993-06-03 Richard Stallman <rms@gnu.org>
26239
26240 * bison.simple: New file.
26241
26242 1993-05-19 Richard Stallman <rms@gnu.org>
26243
26244 * doc/bison.texinfo: New file.
26245
26246 1993-05-07 Noah Friedman <friedman@gnu.org>
26247
26248 * Makefile.in: *** empty log message ***
26249
26250 1993-04-28 Noah Friedman <friedman@gnu.org>
26251
26252 * src/reader.c: *** empty log message ***
26253
26254 1993-04-23 Noah Friedman <friedman@gnu.org>
26255
26256 * src/alloc.h: entered into RCS
26257
26258 1993-04-20 David J. MacKenzie <djm@gnu.org>
26259
26260 * src/version.c: *** empty log message ***
26261
26262 * src/files.c, src/allocate.c:
26263 entered into RCS
26264
26265 * src/reader.c: *** empty log message ***
26266
26267 * src/lex.c: entered into RCS
26268
26269 * src/conflicts.c: New file.
26270
26271 * src/symtab.c: entered into RCS
26272
26273 * src/alloc.h: New file.
26274
26275 * src/LR0.c: entered into RCS
26276
26277 1993-04-18 Noah Friedman <friedman@gnu.org>
26278
26279 * src/reader.c: New file.
26280
26281 * src/version.c: *** empty log message ***
26282
26283 1993-04-18 Noah Friedman <friedman@gnu.org>
26284
26285 * Makefile.in: *** empty log message ***
26286
26287 1993-04-17 Noah Friedman <friedman@gnu.org>
26288
26289 * Makefile.in: *** empty log message ***
26290
26291 1993-04-15 Richard Stallman <rms@gnu.org>
26292
26293 * src/main.c, src/files.c:
26294 New file.
26295
26296 1993-04-15 Noah Friedman <friedman@gnu.org>
26297
26298 * configure.in: entered into RCS
26299
26300 * configure.in: *** empty log message ***
26301
26302 * configure.in: New file.
26303
26304 1993-04-14 Richard Stallman <rms@gnu.org>
26305
26306 * Makefile.in: New file.
26307
26308 1993-04-13 Richard Stallman <rms@gnu.org>
26309
26310 * src/version.c: New file.
26311
26312 1993-03-25 Richard Stallman <rms@gnu.org>
26313
26314 * src/output.c: entered into RCS
26315
26316 1992-09-25 Richard Stallman <rms@gnu.org>
26317
26318 * configure.bat: entered into RCS
26319
26320 1992-06-22 Richard Stallman <rms@gnu.org>
26321
26322 * src/vmsgetargs.c: entered into RCS
26323
26324 1992-06-22 Richard Stallman <rms@gnu.org>
26325
26326 * doc/bison.rnh: entered into RCS
26327
26328 1992-04-20 David J. MacKenzie <djm@gnu.org>
26329
26330 * README: entered into RCS
26331
26332 1992-01-22 Richard Stallman <rms@gnu.org>
26333
26334 * src/machine.h: entered into RCS
26335
26336 1991-12-21 Richard Stallman <rms@gnu.org>
26337
26338 * src/lalr.c, src/closure.c:
26339 entered into RCS
26340
26341 1991-12-20 Richard Stallman <rms@gnu.org>
26342
26343 * src/state.h: entered into RCS
26344
26345 1991-12-18 Richard Stallman <rms@gnu.org>
26346
26347 * src/print.c, src/nullable.c, src/derives.c:
26348 entered into RCS
26349
26350 1991-11-03 David J. MacKenzie <djm@gnu.org>
26351
26352 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
26353 entered into RCS
26354
26355 1988-09-09 Richard Stallman <rms@gnu.org>
26356
26357 * src/bison.hairy: entered into RCS
26358
26359 1987-12-16 Richard Stallman <rms@gnu.org>
26360
26361 * REFERENCES: entered into RCS
26362
26363
26364 -----
26365
26366 Copyright (C) 1987-1988, 1991-2011 Free Software Foundation,
26367 Inc.
26368
26369 Copying and distribution of this file, with or without
26370 modification, are permitted provided the copyright notice and this
26371 notice are preserved.